From: Chong Yidong Date: Sun, 15 Apr 2007 17:19:30 +0000 (+0000) Subject: * mail/footnote.el (footnote-current-style): New var. X-Git-Tag: emacs-pretest-22.0.98~52 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=807707ad9e9f4b19710b97d6d77437f6e089185d;p=emacs.git * mail/footnote.el (footnote-current-style): New var. (Footnote-index-to-string, Footnote-current-regexp) (Footnote-cycle-style, Footnote-set-style): Use it instead of footnote-style. (footnote-mode): Make footnote-current style buffer-local instead of footnote-style, and initialize it to footnote-style. (footnote-style): Update docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2f0006b5e57..f8bb945213f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2007-04-15 Chong Yidong + + * mail/footnote.el (footnote-current-style): New var. + (Footnote-index-to-string, Footnote-current-regexp) + (Footnote-cycle-style, Footnote-set-style): Use it instead of + footnote-style. + (footnote-mode): Make footnote-current style buffer-local instead + of footnote-style, and initialize it to footnote-style. + (footnote-style): Update docstring. + 2007-04-15 Roland Winkler * textmodes/bibtex.el (bibtex-field-list): Use functionp.