summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog9
-rw-r--r--src/ChangeLog10
2 files changed, 17 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7f8081ecc51..9e9b28f632c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2000-03-20 Gerd Moellmann <gerd@gnu.org>
+
+ * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
+ about behavior of set-buffer-modified-p wrt redisplay.
+
2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
* view.el (view-mode-disable): Kill local binding of view-read-only.
@@ -12,11 +17,11 @@
* ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
(ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
- try to use poassive ftp mode.
+ try to use passive ftp mode.
2000-03-17 Gerd Moellmann <gerd@gnu.org>
- * progmodes/awk-mode.el (awk-font-lock-keywords): All `else'.
+ * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
* simple.el (append-to-buffer): Update point of windows after
insertion.
diff --git a/src/ChangeLog b/src/ChangeLog
index 70b65ce807b..a7383847b7e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
+2000-03-20 Gerd Moellmann <gerd@gnu.org>
+
+ * buffer.c (Fset_buffer_modified_p): Set update_mode_lines
+ only if buffer is displayed in some window.
+
+ * xdisp.c (handle_single_display_prop): Initialize local `value'.
+ (try_window_reusing_current_matrix): Don't call scroll run
+ function if run's current and desired position are the same;
+ this prevents cursor flickering.
+
2000-03-19 Stefan Monnier <monnier@cs.yale.edu>
* regex.h (RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c.