summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Winkler <Roland.Winkler@physik.uni-erlangen.de>2008-02-25 19:57:38 +0000
committerRoland Winkler <Roland.Winkler@physik.uni-erlangen.de>2008-02-25 19:57:38 +0000
commit36adc104e723ff3721682bc28b988002c0ca7c3b (patch)
treed9f21827a98cbd84cd6d575a98f91b3e26eb50ab
parentdf4195b53ec274c78276feebaa95fb478e28f8b0 (diff)
downloademacs-36adc104e723ff3721682bc28b988002c0ca7c3b.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8b9b9c807c5..0f37ec1d436 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
+2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
+
+ * textmodes/bibtex.el (bibtex-format-entry): Handle error message
+ refering to a missing required field with the OPT prefix. Make
+ unwindform more robust.
+
+2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
+
+ * textmodes/bibtex.el: Remove support for hideshow minor mode as
+ it duplicates the bibtex support in progmodes/hideshow.el.
+ * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
+ entries that do not start at the beginning of a line.
+
2008-02-25 Chong Yidong <cyd@stupidchicken.com>
* files.el (shell-quote-wildcard-pattern): Quote ' and " as well.