comparison 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
comparison
equal deleted inserted replaced
28522:7fcfdde7365a 28523:47e1a131eef3
1 2000-04-09 Gerd Moellmann <gerd@gnu.org>
2
3 * mail/rfc2368.el: Correct author's email address.
4
5 * progmodes/ebrowse.el: New file.
6
7 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
8 item help string.
9 (easy-menu-do-add-item): Ditto.
10 (easy-menu-define): Extend doc string.
11
12 * jit-lock.el (with-buffer-unmodified): Use
13 restore-buffer-modified-p.
14 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15 (jit-lock-function, jit-lock-stealth-fontify): Don't use
16 with-buffer-unmodified.
17
1 2000-04-08 Dave Love <fx@gnu.org> 18 2000-04-08 Dave Love <fx@gnu.org>
2 19
3 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop, 20 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
4 unless, when. 21 unless, when.
5 22