Mercurial > emacs
changeset 87980:edd68eebb933
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 25 Jan 2008 23:02:36 +0000 |
parents | 0e3f39950e69 |
children | 8eba27dae69a |
files | src/ChangeLog |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Jan 25 23:02:15 2008 +0000 +++ b/src/ChangeLog Fri Jan 25 23:02:36 2008 +0000 @@ -1,3 +1,18 @@ +2008-01-25 Richard Stallman <rms@gnu.org> + + * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and + jump back to beginning. Move some other initializations after that. + (Qwindow_text_change_functions, Vwindow_text_change_functions): + New variables. + (syms_of_xdisp): Init them. + + * keyboard.c (read_char): Restore echo_message_buffer after redisplay. + + * buffer.c (reset_buffer_local_variables): Implement + `permanent-local-hook'. + (Qpermanent_local_hook): New variable. + (syms_of_buffer): init and staticpro it. + 2008-01-25 Michael Albinus <michael.albinus@gmx.de> * dbusbind.c (xd_retrieve_arg): Pacify GCC on x86_64 GNU/Linux.