diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-08-15 19:26:40 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-08-15 19:26:40 +0000 |
commit | 58ed0d3bb14c8113214462e3b8046006d7384962 (patch) | |
tree | 2db77322181e551871d5907be9e9fec4b02d1a65 | |
parent | 7b9a51fd22244613dee91e3089c1932253ae570f (diff) | |
download | emacs-58ed0d3bb14c8113214462e3b8046006d7384962.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 3 | ||||
-rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ffee2d9f6a5..ab1511eb34e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2000-08-15 Gerd Moellmann <gerd@gnu.org> + * buff-menu.el (list-buffers-noselect): Don't display the + *Buffer List* buffer. + * font-lock.el: Require jit-lock to prevent a very late `Loading jit-lock' message. diff --git a/src/ChangeLog b/src/ChangeLog index 9a8ac09b273..a019ab9f34b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,7 +1,10 @@ 2000-08-15 Gerd Moellmann <gerd@gnu.org> + * alloc.c (compact_small_strings): Use safe_bcopy, add an + assertion. + * term.c (turn_off_face): Reset standout_mode when resetting - apparances with capability `me'. + appearances with capability `me'. (write_glyphs): Switch on inverse video before each face change. 2000-08-14 Dave Love <fx@gnu.org> |