]> code.delx.au - gnu-emacs/commitdiff
(bibtex-mode)
authorRoland Winkler <Roland.Winkler@physik.uni-erlangen.de>
Sun, 19 Mar 2006 21:57:45 +0000 (21:57 +0000)
committerRoland Winkler <Roland.Winkler@physik.uni-erlangen.de>
Sun, 19 Mar 2006 21:57:45 +0000 (21:57 +0000)
*** The variables `bibtex-autokey-name-case-convert' and
`bibtex-autokey-titleword-case-convert' have been renamed to
`bibtex-autokey-name-case-convert-function' and
`bibtex-autokey-titleword-case-convert-function'. The old names are
still available as aliases.

etc/NEWS

index 2ed447059b3cf3b9a6372921a632678f319b57ef..1ceac583760b9558aeda8a32fb8c60329f7556db 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2596,6 +2596,12 @@ of BibTeX entry to kill ring (bound to C-c C-t).
 bibtex-autokey-expand-strings control the expansion of strings when
 extracting the content of a BibTeX field.
 
+*** The variables `bibtex-autokey-name-case-convert' and
+`bibtex-autokey-titleword-case-convert' have been renamed to
+`bibtex-autokey-name-case-convert-function' and
+`bibtex-autokey-titleword-case-convert-function'. The old names are
+still available as aliases.
+
 +++
 ** In Enriched mode, `set-left-margin' and `set-right-margin' are now
 by default bound to `C-c [' and `C-c ]' instead of the former `C-c C-l'