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: Tue, 28 Jun 2005 15:08:08 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7851 emacs/lisp/ChangeLog:1.7852
*** emacs/lisp/ChangeLog:1.7851 Tue Jun 28 03:13:01 2005
--- emacs/lisp/ChangeLog        Tue Jun 28 19:08:07 2005
***************
*** 1,3 ****
--- 1,30 ----
+ 2005-06-28  Richard M. Stallman  <address@hidden>
+ 
+       * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
+       (flyspell-local-mouse-map): Declaration deleted.
+       (flyspell-mouse-map): Bind only mouse-2.
+       (flyspell-mode-map): Don't test flyspell-use-local-map.
+       (flyspell-overlay-keymap-property-name): Var deleted.
+       (flyspell-mode-on): Don't make local bindings for
+       flyspell-mouse-map and flyspell-mode-map.
+       (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
+ 
+       * textmodes/ispell.el (ispell-word): Do not ignore short words.
+ 
+       * progmodes/compile.el (compilation-next-error-function):
+       Don't switch buffers; operate on the current buffer.
+ 
+       * facemenu.el (facemenu-add-face): Warn when font-lock is active.
+ 
+       * comint.el (comint-password-prompt-regexp): Accept ", try again".
+ 
+       * bindings.el (global-map): Bind insertchar and its variants.
+ 
+ 2005-06-27  Richard M. Stallman  <address@hidden>
+ 
+       * textmodes/artist.el (artist-text-overwrite)
+       (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
+ 
  2005-06-27  Vinicius Jose Latorre  <address@hidden>
  
        * ps-print.el: It was not working the page selection for printing.
***************
*** 36,42 ****
  
  2005-06-26  David Ponce  <address@hidden>
  
!       * recentf.el: Require 'tree-widget instead of 'wid-edit.
        (recentf-filename-handler): Fix widget :type.
        (recentf-cancel-dialog, recentf-open-more-files)
        (recentf-open-files-action): Doc fix.
--- 63,69 ----
  
  2005-06-26  David Ponce  <address@hidden>
  
!       * recentf.el: Require tree-widget instead of wid-edit.
        (recentf-filename-handler): Fix widget :type.
        (recentf-cancel-dialog, recentf-open-more-files)
        (recentf-open-files-action): Doc fix.




reply via email to

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