aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8ad2ee87a8..cf00805334 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
+2009-02-14 Roland Winkler <[email protected]>
+
+ * textmodes/bibtex.el (bibtex-global-key-alist)
+ (bibtex-initialize): Exclude current buffer if it does not use
+ bibtex-mode.
+ (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
+ (bibtex-sort-buffer, bibtex-search-entry)
+ (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
+ test whether bibtex-strings and bibtex-reference-keys have their
+ initial values.
+
2009-02-14 Eli Zaretskii <[email protected]>
* textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'