From: Gerd Moellmann Date: Tue, 15 Aug 2000 19:26:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2288 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=58ed0d3bb14c8113214462e3b8046006d7384962;p=emacs.git *** empty log message *** --- 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 + * 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 + * 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