aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2007-04-15 17:19:30 +0000
committerChong Yidong <[email protected]>2007-04-15 17:19:30 +0000
commit807707ad9e9f4b19710b97d6d77437f6e089185d (patch)
treea1846c5c87f90637f83e501a336776504cbe3048
parent01373f5836c28e53c9e5df15076d6423f5aa7992 (diff)
* 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.
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2f0006b5e5..f8bb945213 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
+2007-04-15 Chong Yidong <[email protected]>
+
+ * 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 <[email protected]>
* textmodes/bibtex.el (bibtex-field-list): Use functionp.