aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAgustín Martín2009-01-16 15:20:49 +0000
committerAgustín Martín2009-01-16 15:20:49 +0000
commitca0ebeccbbcbaa1877f8ca8cf131598f013e4f0a (patch)
treee30db21bdff7154016515924655a149e7a6c4f61 /lisp/ChangeLog
parent57c48b9da09207dfe1c13e913cfe47f8951fa1ff (diff)
downloademacs-ca0ebeccbbcbaa1877f8ca8cf131598f013e4f0a.tar.gz
emacs-ca0ebeccbbcbaa1877f8ca8cf131598f013e4f0a.zip
(flyspell-post-command-hook): Do nothing unless flyspell-mode is enabled.
(flyspell-pre-point): Make buffer-local.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8f9dece15f0..abb083abaaf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
2
3 * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
4 unless flyspell-mode is enabled.
5 (flyspell-pre-point): Make buffer-local.
6
12009-01-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 72009-01-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2 8
3 * textmodes/bibtex.el (bibtex-format-entry): Fix previous change. 9 * textmodes/bibtex.el (bibtex-format-entry): Fix previous change.
@@ -9,7 +15,7 @@
9 constants. 15 constants.
10 (bibtex-mode): Doc fix. 16 (bibtex-mode): Doc fix.
11 17
12 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es> 182009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
13 19
14 * textmodes/ispell.el: Protect against declare-function undefined 20 * textmodes/ispell.el: Protect against declare-function undefined
15 in xemacs. 21 in xemacs.