aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-03-20 12:34:21 +0000
committerGerd Moellmann2000-03-20 12:34:21 +0000
commitb33dd3b0874cf4c7b251484f3e696a5867d432fc (patch)
tree05ed7943f49a936e9705cf24ee1c0d70446761e7 /src
parent7ff02969b892366f4a5037a1fe91e86da33c4c15 (diff)
downloademacs-b33dd3b0874cf4c7b251484f3e696a5867d432fc.tar.gz
emacs-b33dd3b0874cf4c7b251484f3e696a5867d432fc.zip
*** empty log message ***
Diffstat (limited to 'src')
-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.