# HG changeset patch # User Roland Winkler # Date 1203969458 0 # Node ID 469953a438c49ad834c8310f447e48ee5e20b6b1 # Parent 1d8a03656f391a6eb34c0c6650f58590aacd7837 *** empty log message *** diff -r 1d8a03656f39 -r 469953a438c4 lisp/ChangeLog --- a/lisp/ChangeLog Mon Feb 25 19:56:31 2008 +0000 +++ b/lisp/ChangeLog Mon Feb 25 19:57:38 2008 +0000 @@ -1,3 +1,16 @@ +2008-02-25 Roland Winkler + + * 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 + + * 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 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.