diff options
| author | Gerd Moellmann | 2000-03-20 12:34:21 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-20 12:34:21 +0000 |
| commit | b33dd3b0874cf4c7b251484f3e696a5867d432fc (patch) | |
| tree | 05ed7943f49a936e9705cf24ee1c0d70446761e7 /src | |
| parent | 7ff02969b892366f4a5037a1fe91e86da33c4c15 (diff) | |
| download | emacs-b33dd3b0874cf4c7b251484f3e696a5867d432fc.tar.gz emacs-b33dd3b0874cf4c7b251484f3e696a5867d432fc.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 70b65ce807b..a7383847b7e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2000-03-20 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * buffer.c (Fset_buffer_modified_p): Set update_mode_lines | ||
| 4 | only if buffer is displayed in some window. | ||
| 5 | |||
| 6 | * xdisp.c (handle_single_display_prop): Initialize local `value'. | ||
| 7 | (try_window_reusing_current_matrix): Don't call scroll run | ||
| 8 | function if run's current and desired position are the same; | ||
| 9 | this prevents cursor flickering. | ||
| 10 | |||
| 1 | 2000-03-19 Stefan Monnier <monnier@cs.yale.edu> | 11 | 2000-03-19 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 12 | ||
| 3 | * regex.h (RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c. | 13 | * regex.h (RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c. |