diff options
| author | Richard M. Stallman | 2008-01-25 23:02:36 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2008-01-25 23:02:36 +0000 |
| commit | bbb9fc1f654a0eb81a5dc186e16880a0354ddd71 (patch) | |
| tree | 23fd5eac8cb95679d1e7666bb501be229a917988 /src/ChangeLog | |
| parent | 94f9b406a79c27dff71194a30995efac3a9510fd (diff) | |
| download | emacs-bbb9fc1f654a0eb81a5dc186e16880a0354ddd71.tar.gz emacs-bbb9fc1f654a0eb81a5dc186e16880a0354ddd71.zip | |
(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.
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. |