aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
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 @@
12000-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
12000-03-19 Stefan Monnier <monnier@cs.yale.edu> 112000-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.