diff options
-rw-r--r-- | lisp/ChangeLog | 6 | ||||
-rw-r--r-- | mac/ChangeLog | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b8f28b24c7a..00946cf0a05 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2001-05-15 Gerd Moellmann <gerd@gnu.org> + + * emacs-lisp/lisp-mode.el (lisp-mode): Make + font-lock-keywords-case-fold-search a buffer-local variable + with make-local-variable before setting it. + 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il> * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty diff --git a/mac/ChangeLog b/mac/ChangeLog index 1570a6cbea1..101dcf1d96f 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog @@ -1,3 +1,7 @@ +2001-05-15 Gerd Moellmann <gerd@gnu.org> + + * src/macterm.c (clear_mouse_face): Check for nil tip_frame. + 2001-05-15 Andrew Choi <akochoi@i-cable.com> * src/Emacs.r: Change About box message. |