emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Fri, 09 Nov 2001 20:20:06 -0500

Index: emacs/lisp/ChangeLog
diff -u emacs/lisp/ChangeLog:1.2991 emacs/lisp/ChangeLog:1.2992
--- emacs/lisp/ChangeLog:1.2991 Fri Nov  9 12:07:24 2001
+++ emacs/lisp/ChangeLog        Fri Nov  9 20:20:05 2001
@@ -1,3 +1,18 @@
+2001-11-09  Richard M. Stallman  <address@hidden>
+
+       * textmodes/flyspell.el: Use the keymap property
+       instead of local-map, and don't use a minor-mode map.
+       (flyspell-mode-map): Variable deleted.
+       Don't mess with minor-mode-map-alist.
+       (calling add-minor-mode): Specify nil for keymap.
+       And always use add-minor-mode, now that it exists.
+       (flyspell-overlay-keymap-property-name): Set it to `keymap'.
+       (flyspell-mode-on): Don't locally bind flyspell-mouse-map
+       or flyspell-local-mouse-map.
+       (make-flyspell-overlay): Use flyspell-mouse-map directly.
+       (flyspell-mode): Doc fix.
+       (flyspell-mode-on): Don't call make-local-hook.
+
 2001-11-09  Sam Steingold  <address@hidden>
 
        * emacs-lisp/debug.el (debugger-make-xrefs):
@@ -34,6 +49,10 @@
 
        * international/mule.el (make-translation-table): Doc fix.
        Suggested by Alex Schroeder <address@hidden>.
+
+2001-11-07  Richard M. Stallman  <address@hidden>
+
+       * info.el (Info-fontify-node): Highlight every third menu item.
 
 2001-11-07  Per Abrahamsen  <address@hidden>
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]