summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | (emacs_gnutls_read): Return 0 if we get a non-"EAGAIN"-like error to signal t...Lars Magne Ingebrigtsen2010-10-182-2/+13
* | | Fix the MSDOS build broken by latest revisions.Eli Zaretskii2010-10-152-2/+4
* | | image.c (tiff_load): Cast 3rd argument to avoid compiler warning.Eli Zaretskii2010-10-152-2/+7
* | | Again, fix a typo in really-oldXMenu targetTassilo Horn2010-10-152-1/+2
* | | Fix variable name typo in really-oldXMenu target.Tassilo Horn2010-10-152-1/+6
* | | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-1423-119/+168
|\ \ \ | |/ /
| * | src/w32*.c: Whitespace fixes and typos.Juanma Barranquero2010-10-1412-249/+248
| * | Fix handling of font properties on Windows (bug#6303).Damyan Pepper2010-10-135-40/+93
| * | Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-1310-44/+45
| * | Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-129-10/+14
| * | Fix typos in commentsKenichi Handa2010-10-121-27/+27
* | | src/w32*.c: Make functions static.Juanma Barranquero2010-10-147-15/+26
* | | src/image.c (DEF_IMGLIB_FN): Add argument to adapt to strict prototypes.Juanma Barranquero2010-10-142-46/+60