Mercurial > emacs
comparison src/ChangeLog @ 109891:373abedd1f02
merge from upstream
author | joakim@verona.se |
---|---|
date | Fri, 20 Aug 2010 22:00:00 +0200 |
parents | fd080c6fcd86 c15a51661b50 |
children | f29ba15f9d49 |
comparison
equal
deleted
inserted
replaced
109888:fd080c6fcd86 | 109891:373abedd1f02 |
---|---|
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". |
4 | 33 |
5 2010-08-18 Eli Zaretskii <eliz@gnu.org> | 34 2010-08-18 Eli Zaretskii <eliz@gnu.org> |