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 | |
| parent | 7ff02969b892366f4a5037a1fe91e86da33c4c15 (diff) | |
| download | emacs-b33dd3b0874cf4c7b251484f3e696a5867d432fc.tar.gz emacs-b33dd3b0874cf4c7b251484f3e696a5867d432fc.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | src/ChangeLog | 10 |
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 @@ | |||
| 1 | 2000-03-20 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment | ||
| 4 | about behavior of set-buffer-modified-p wrt redisplay. | ||
| 5 | |||
| 1 | 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 6 | 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 2 | 7 | ||
| 3 | * view.el (view-mode-disable): Kill local binding of view-read-only. | 8 | * view.el (view-mode-disable): Kill local binding of view-read-only. |
| @@ -12,11 +17,11 @@ | |||
| 12 | 17 | ||
| 13 | * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. | 18 | * ange-ftp.el (ange-ftp-try-passive-mode): New user-option. |
| 14 | (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, | 19 | (ange-ftp-get-process): If ange-ftp-try-passive-mode is set, |
| 15 | try to use poassive ftp mode. | 20 | try to use passive ftp mode. |
| 16 | 21 | ||
| 17 | 2000-03-17 Gerd Moellmann <gerd@gnu.org> | 22 | 2000-03-17 Gerd Moellmann <gerd@gnu.org> |
| 18 | 23 | ||
| 19 | * progmodes/awk-mode.el (awk-font-lock-keywords): All `else'. | 24 | * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'. |
| 20 | 25 | ||
| 21 | * simple.el (append-to-buffer): Update point of windows after | 26 | * simple.el (append-to-buffer): Update point of windows after |
| 22 | insertion. | 27 | insertion. |
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. |