diff options
| author | Gerd Moellmann | 2000-12-12 14:13:40 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-12 14:13:40 +0000 |
| commit | 4fdbd80975823359d50d109f872dba8e1f8d0857 (patch) | |
| tree | 2f28a62953b61e6bfa6a8a3ddec2c0ae62018c9c | |
| parent | fa257eefd2edf0e186b0c3bd465ffa6afda12993 (diff) | |
| download | emacs-4fdbd80975823359d50d109f872dba8e1f8d0857.tar.gz emacs-4fdbd80975823359d50d109f872dba8e1f8d0857.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 23e9eb346e4..1254ec2da8b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-12-12 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * replace.el (perform-replace): Don't use an empty match adjacent | ||
| 4 | to a non-empty match when computing the next match before the | ||
| 5 | replacement is performed. | ||
| 6 | |||
| 1 | 2000-12-12 Milan Zamazal <pdm@freesoft.cz> | 7 | 2000-12-12 Milan Zamazal <pdm@freesoft.cz> |
| 2 | 8 | ||
| 3 | * progmodes/glasses.el: Use `define-minor-mode' for the minor mode | 9 | * progmodes/glasses.el: Use `define-minor-mode' for the minor mode |
diff --git a/src/ChangeLog b/src/ChangeLog index e500e14ffe2..5c7b3f370d2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2000-12-12 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-12-12 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (setup_echo_area_for_printing, with_echo_area_buffer): | ||
| 4 | Bind `inhibit-read-only' to t. | ||
| 5 | (unwind_with_echo_area_buffer): Use AREF. | ||
| 6 | |||
| 3 | * xfns.c (Fx_hide_tip): Simplified. | 7 | * xfns.c (Fx_hide_tip): Simplified. |
| 4 | 8 | ||
| 5 | * s/freebsd.h, s/netbsd.h (GC_MARK_STACK): Use | 9 | * s/freebsd.h, s/netbsd.h (GC_MARK_STACK): Use |