changeset 92219:469953a438c4

*** empty log message ***
author Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
date Mon, 25 Feb 2008 19:57:38 +0000
parents 1d8a03656f39
children 9976b0faa96a
files lisp/ChangeLog
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <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.