diff lisp/ChangeLog @ 28523:47e1a131eef3

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Sun, 09 Apr 2000 11:15:57 +0000
parents 4609228bcd2a
children e17da1f43396
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Apr 09 10:59:46 2000 +0000
+++ b/lisp/ChangeLog	Sun Apr 09 11:15:57 2000 +0000
@@ -1,3 +1,20 @@
+2000-04-09  Gerd Moellmann  <gerd@gnu.org>
+
+	* mail/rfc2368.el: Correct author's email address.
+
+	* progmodes/ebrowse.el: New file.
+
+	* emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
+	item help string.
+	(easy-menu-do-add-item): Ditto.
+	(easy-menu-define): Extend doc string.
+
+	* jit-lock.el (with-buffer-unmodified): Use
+	restore-buffer-modified-p.
+	(with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
+	(jit-lock-function, jit-lock-stealth-fontify): Don't use
+	with-buffer-unmodified.
+
 2000-04-08  Dave Love  <fx@gnu.org>
 
 	* emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,