diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 73d2e1d05c7..9a70449ac78 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 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. |