Mercurial > emacs
comparison src/ChangeLog @ 87980:edd68eebb933
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 25 Jan 2008 23:02:36 +0000 |
parents | 432547fdf52f |
children | 1017bed4a1c2 |
comparison
equal
deleted
inserted
replaced
87979:0e3f39950e69 | 87980:edd68eebb933 |
---|---|
1 2008-01-25 Richard Stallman <rms@gnu.org> | |
2 | |
3 * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and | |
4 jump back to beginning. Move some other initializations after that. | |
5 (Qwindow_text_change_functions, Vwindow_text_change_functions): | |
6 New variables. | |
7 (syms_of_xdisp): Init them. | |
8 | |
9 * keyboard.c (read_char): Restore echo_message_buffer after redisplay. | |
10 | |
11 * buffer.c (reset_buffer_local_variables): Implement | |
12 `permanent-local-hook'. | |
13 (Qpermanent_local_hook): New variable. | |
14 (syms_of_buffer): init and staticpro it. | |
15 | |
1 2008-01-25 Michael Albinus <michael.albinus@gmx.de> | 16 2008-01-25 Michael Albinus <michael.albinus@gmx.de> |
2 | 17 |
3 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux. | 18 * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux. |
4 | 19 |
5 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org> | 20 2008-01-25 Thien-Thi Nguyen <ttn@gnuvola.org> |