diff options
| author | Joakim Verona | 2010-08-20 22:00:00 +0200 |
|---|---|---|
| committer | Joakim Verona | 2010-08-20 22:00:00 +0200 |
| commit | 38f9163d622c5024a75775ce1a2fc9e99e4bd9cb (patch) | |
| tree | d7ae74d47cd743840f6e6c79b850bc6c1a4b1081 /src/ChangeLog | |
| parent | ccd806186417c006a97ac89162d2af3acb3d3047 (diff) | |
| parent | ff2de6d2bb239c5fdcfaba2c8efd5c62610e3b7d (diff) | |
| download | emacs-38f9163d622c5024a75775ce1a2fc9e99e4bd9cb.tar.gz emacs-38f9163d622c5024a75775ce1a2fc9e99e4bd9cb.zip | |
merge from upstream
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5d26db96634..5b44cc8f34c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,32 @@ | |||
| 1 | 2010-08-20 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * emacs.c <emacs_version>: Add a comment regarding | ||
| 4 | msdos/mainmake.v2's dependency on the syntax of this declaration. | ||
| 5 | |||
| 6 | 2010-08-20 Eli Zaretskii <eliz@gnu.org> | ||
| 7 | |||
| 8 | * dispnew.c (buffer_posn_from_coords): Fix calculation of buffer | ||
| 9 | position for R2L lines by mirroring the pixel position wrt the | ||
| 10 | text are box. Improve commentary. | ||
| 11 | |||
| 12 | 2010-08-20 Andreas Schwab <schwab@linux-m68k.org> | ||
| 13 | |||
| 14 | * image.c (imagemagick_clear_image): Remove debugging output. | ||
| 15 | |||
| 16 | 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 17 | |||
| 18 | * cmds.c (Vself_insert_face, Vself_insert_face_command): Remove. | ||
| 19 | (Qpost_self_insert_hook, Vpost_self_insert_hook): New vars. | ||
| 20 | (internal_self_insert): Run Qpost_self_insert_hook rather than handle | ||
| 21 | self-insert-face. | ||
| 22 | (syms_of_cmds): Initialize the new vars. | ||
| 23 | |||
| 24 | 2010-08-19 Jason Rumney <jasonr@gnu.org> | ||
| 25 | |||
| 26 | * w32menu.c (set_frame_menubar): Remove call to undefined function. | ||
| 27 | |||
| 28 | * w32fns.c (w32_wnd_proc): Don't check context before initializing. | ||
| 29 | |||
| 1 | 2010-08-19 Jan Djärv <jan.h.d@swipnet.se> | 30 | 2010-08-19 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 31 | ||
| 3 | * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary". | 32 | * nsselect.m (nxatoms_of_nsselect): Use "Selection" and "Secondary". |