summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * gtkutil.c (qttip_cb): Set title to empty for ATK (Bug#7278).Jan D2010-10-262-0/+6
* Document GTK Emacs kill on display close in PROBLEMS.Chong Yidong2010-10-251-1/+7
* Move ns-win.el's rather wacky menu adjustments to menu-bar.el.Glenn Morris2010-10-242-2/+5
* Sync docs of some W32 and X C functions.Glenn Morris2010-10-243-39/+81
* Merge changes from emacs-23 branch.Chong Yidong2010-10-245-25/+58
|\
| * Merge changes from emacs-23Chong Yidong2010-10-245-25/+58
| |\ |/ /
| * * xterm.c (x_connection_closed): Kill Emacs unconditionally.Chong Yidong2010-10-242-9/+10
| * Fix typos.Juanma Barranquero2010-10-231-3/+3
| * src/frame.c: Fix previous change.Juanma Barranquero2010-10-221-2/+0
| * Document values of window-system and deprecate its use as predicate.Eli Zaretskii2010-10-223-11/+45
* | * emacs.c (argmatch): Don't treat "--" as "--chdir".Jim Meyering2010-10-242-7/+12
* | Sync docs of selection-coding-system between C and Lisp.Glenn Morris2010-10-233-10/+61
* | Sync Lisp and C docs of next-selection-coding-system.Glenn Morris2010-10-233-15/+17
* | Remove duplicate definition of tty-defined-color-alist.Glenn Morris2010-10-232-5/+9
* | Sync X and MS-Windows docs for x-use-underline-position-properties.Glenn Morris2010-10-232-1/+6
* | Sync X and MS-Windows docs of x-toolkit-scroll-bars.Glenn Morris2010-10-233-14/+23
* | * src/frame.c (syms_of_frame) <menu-bar-mode>: Sync doc with Lisp.Glenn Morris2010-10-232-5/+10
* | * src/xdisp.c (syms_of_xdisp) <hourglass-delay>: Sync doc with Lisp.Glenn Morris2010-10-232-3/+2
* | * src/xdisp.c (syms_of_xdisp) <display-hourglass>: Sync doc with Lisp.Glenn Morris2010-10-232-2/+5
* | Sync docs of cursor-in-non-selected-windows between Lisp and C.Glenn Morris2010-10-232-9/+12
* | Sync docs of C and Lisp version of auto-hscroll-mode.Glenn Morris2010-10-232-10/+13
* | src/ChangeLog: Revert inadvertent change of entry date.Eli Zaretskii2010-10-231-1/+1
* | Implement mouse highlight for bidi-reordered lines.Eli Zaretskii2010-10-232-231/+754
|\ \
| * | Fix support for R2L lines. Tested with reordered text.Eli Zaretskii2010-10-232-34/+59
| * | The range [STARTPOS..ENDPOS] is inclusive in strings.Eli Zaretskii2010-10-232-5/+11
| * | Tested with L2R rows and mouse highlight on a single line.Eli Zaretskii2010-10-232-3/+15
| * | Finished work on mouse highlight that comes from display strings.Eli Zaretskii2010-10-162-11/+103
| * | Support bidi-reordered text in mouse-highlighted mode- and header-lines.Eli Zaretskii2010-10-162-47/+79
| * | Start working on mouse highlight of mode- and header-lines.Eli Zaretskii2010-10-162-24/+27
| * | Finished work on mouse_face_from_buffer_pos for bidi-reordered rows.Eli Zaretskii2010-10-092-47/+178
| * | Fix beg_col calculation when painting from window start.Eli Zaretskii2010-10-022-2/+11
| * | Fix mouse highlight in bidi-reordered continued lines.Eli Zaretskii2010-10-022-161/+175
| * | Fix minor bugs in mouse highlight.Eli Zaretskii2010-10-022-10/+36
| * | Clean up mouse highlight in R2L lines.Eli Zaretskii2010-08-282-44/+54
| * | Fix mouse highlight in continued R2L lines.Eli Zaretskii2010-08-282-31/+44
| * | Support L2R continued lines.Eli Zaretskii2010-08-282-10/+45
| * | Support R2L rows. Continued lines still don't work correctly.Eli Zaretskii2010-08-282-8/+112
| * | Fix L2R code using bug #1220 as a test case.Eli Zaretskii2010-08-282-9/+17
| * | Initial partial support for mouse highlight in bidi-reordered text.Eli Zaretskii2010-08-212-71/+113
* | | Obscure an example DEFVAR_INT comment so as to evade make-docfile.Glenn Morris2010-10-221-8/+7
* | | Fix compilation with Motif (Bug#7263).Jan D2010-10-224-8/+22
* | | Fix format of old ChangeLog entry.Glenn Morris2010-10-211-4/+3
* | | * src/Makefile.in (SOME_MACHINE_LISP): Add w32-vars.Glenn Morris2010-10-212-4/+9
* | | * insdel.c (prepare_to_modify_buffer): Don't setChong Yidong2010-10-212-0/+6
* | | Fix src/Makefile.in comment typo from 2010-10-10T14:43:05Z!dann@ics.uci.edu.Glenn Morris2010-10-191-1/+1
* | | Decouple C-d and delete, so that the former does not delete the region.Chong Yidong2010-10-192-1/+5
* | | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-193-0/+37
|\ \ \ | | |/ | |/|
| * | * src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).Ken Brown2010-10-182-0/+7
| * | Fix incorrect font metrics when the same font is opened with different pixels...Kenichi Handa2010-10-152-0/+30
* | | * src/frame.c (Fframe_pointer_visible_p):Julien Danjou2010-10-182-0/+20