# HG changeset patch # User Martin Rudalics # Date 1223274545 0 # Node ID 4b988d38e8e77ff4bc53ac9726690422129d173b # Parent 3eb71995f60bdc8b224875546f0b1b2cc1e3f93d *** empty log message *** diff -r 3eb71995f60b -r 4b988d38e8e7 lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 06 06:28:26 2008 +0000 +++ b/lisp/ChangeLog Mon Oct 06 06:29:05 2008 +0000 @@ -1,3 +1,22 @@ +2008-10-06 Martin Rudalics + + * mail/footnote.el: Remove * in defcustom docstrings and tell + for most options that customizing them doesn't affect buffers + already displaying footnotes. + (Footnote-refresh-footnotes, Footnote-renumber-footnotes): Fix + handling of text properties and identical start/end tags. Do + not use format when renumbering. + (Footnote-set-style): Make it work. + (Footnote-insert-numbered-footnote): Simplify. + (Footnote-narrow-to-footnotes, Footnote-insert-footnote) + (Footnote-goto-footnote): Fix handling of empty section tag. + (Footnote-delete-footnote): Fix handling of identical start/end + tags, empty section tag, and spaced footnotes. Do not use + kill-region. + (footnote-mode): Make most options buffer-local to avoid that + customizing messes up handling of footnotes in buffers that + already display them. + 2008-10-06 Dan Nicolaescu * faces.el (x-create-frame-with-faces): Undo previous change.