aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2005-06-06 21:06:19 +0000
committerStefan Monnier2005-06-06 21:06:19 +0000
commit7ad046405db028a9012aeacb8da7b32dc471c905 (patch)
tree60e357ce99ab331e34c9b0bf35d9df71abcec171 /lisp/ChangeLog
parentf5f870c03cd5cd6805b620cccf0aff4e9951e18c (diff)
downloademacs-7ad046405db028a9012aeacb8da7b32dc471c905.tar.gz
emacs-7ad046405db028a9012aeacb8da7b32dc471c905.zip
(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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d6cfeab3d08..e18366bb692 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,18 @@
12005-06-06 Stefan Monnier <monnier@iro.umontreal.ca> 12005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * textmodes/flyspell.el (flyspell-auto-correct-binding)
4 (flyspell-incorrect-face, flyspell-duplicate-face):
5 Use (X)Emacs-agnostic code.
6 (flyspell-mode-map): Don't overwrite at each load. Remove code
7 redundant with the subsequent add-minor-mode. Merge Emacs and
8 XEmacs code.
9 (flyspell-word): Minor simplification.
10 (flyspell-math-tex-command-p): Quieten the byte-compiler.
11 (flyspell-external-point-words): Remove unused vars `size' and `start'.
12 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
13 Merge the corresponding Emacs code.
14 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
15
3 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in 16 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
4 a dedicated window. 17 a dedicated window.
5 18