changeset 30822:9a001fb66358

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 15 Aug 2000 15:02:30 +0000
parents 593b589de709
children 8ee3740aaf60
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Aug 15 15:02:15 2000 +0000
+++ b/lisp/ChangeLog	Tue Aug 15 15:02:30 2000 +0000
@@ -1,5 +1,8 @@
 2000-08-15  Gerd Moellmann  <gerd@gnu.org>
 
+	* font-lock.el: Require jit-lock to prevent a very late
+	`Loading jit-lock' message.
+
 	* emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
 	* emacs-lisp/edebug.el, progmodes/hideif.el: Change authors' 
 	mail address.
--- a/src/ChangeLog	Tue Aug 15 15:02:15 2000 +0000
+++ b/src/ChangeLog	Tue Aug 15 15:02:30 2000 +0000
@@ -1,3 +1,9 @@
+2000-08-15  Gerd Moellmann  <gerd@gnu.org>
+
+	* term.c (turn_off_face): Reset standout_mode when resetting
+	apparances with capability `me'.
+	(write_glyphs): Switch on inverse video before each face change.
+
 2000-08-14  Dave Love  <fx@gnu.org>
 
 	* alloc.c [HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk.