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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 06 Jun 2005 17:06:20 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7686 emacs/lisp/ChangeLog:1.7687
*** emacs/lisp/ChangeLog:1.7686 Mon Jun  6 19:47:05 2005
--- emacs/lisp/ChangeLog        Mon Jun  6 21:06:19 2005
***************
*** 1,5 ****
--- 1,18 ----
  2005-06-06  Stefan Monnier  <address@hidden>
  
+       * textmodes/flyspell.el (flyspell-auto-correct-binding)
+       (flyspell-incorrect-face, flyspell-duplicate-face):
+       Use (X)Emacs-agnostic code.
+       (flyspell-mode-map): Don't overwrite at each load.  Remove code
+       redundant with the subsequent add-minor-mode.  Merge Emacs and
+       XEmacs code.
+       (flyspell-word): Minor simplification.
+       (flyspell-math-tex-command-p): Quieten the byte-compiler.
+       (flyspell-external-point-words): Remove unused vars `size' and `start'.
+       (flyspell-do-correct): Rename from flyspell-xemacs-correct.
+       Merge the corresponding Emacs code.
+       (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
+ 
        * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
        a dedicated window.
  




reply via email to

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