emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Mon, 06 Oct 2008 06:29:10 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       08/10/06 06:29:09

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.14571
retrieving revision 1.14572
diff -u -b -r1.14571 -r1.14572
--- ChangeLog   6 Oct 2008 05:44:11 -0000       1.14571
+++ ChangeLog   6 Oct 2008 06:29:05 -0000       1.14572
@@ -1,3 +1,22 @@
+2008-10-06  Martin Rudalics  <address@hidden>
+
+       * 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  <address@hidden>
 
        * faces.el (x-create-frame-with-faces): Undo previous change.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]