# HG changeset patch # User Roland Winkler # Date 1142805465 0 # Node ID 0cf3bce62852655d3559725b3934b927d83b2056 # Parent 98eee222dcebfe1c7a71e66238bf03593043251c (bibtex-mode) *** 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. diff -r 98eee222dceb -r 0cf3bce62852 etc/NEWS --- a/etc/NEWS Sun Mar 19 21:55:25 2006 +0000 +++ b/etc/NEWS Sun Mar 19 21:57:45 2006 +0000 @@ -2596,6 +2596,12 @@ 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'