aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2008-10-06 06:29:05 +0000
committerMartin Rudalics2008-10-06 06:29:05 +0000
commit6a8b4632645ea3d5f065be5849982f98148dc340 (patch)
tree94d929106ac3d0b479cc3161378f510820e441c7 /lisp/ChangeLog
parentcd1d1525597e3fb9476daaf79a0a5fa405f0a8ae (diff)
downloademacs-6a8b4632645ea3d5f065be5849982f98148dc340.tar.gz
emacs-6a8b4632645ea3d5f065be5849982f98148dc340.zip
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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8e3496d2323..c404c3ca43b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
12008-10-06 Martin Rudalics <rudalics@gmx.at>
2
3 * mail/footnote.el: Remove * in defcustom docstrings and tell
4 for most options that customizing them doesn't affect buffers
5 already displaying footnotes.
6 (Footnote-refresh-footnotes, Footnote-renumber-footnotes): Fix
7 handling of text properties and identical start/end tags. Do
8 not use format when renumbering.
9 (Footnote-set-style): Make it work.
10 (Footnote-insert-numbered-footnote): Simplify.
11 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
12 (Footnote-goto-footnote): Fix handling of empty section tag.
13 (Footnote-delete-footnote): Fix handling of identical start/end
14 tags, empty section tag, and spaced footnotes. Do not use
15 kill-region.
16 (footnote-mode): Make most options buffer-local to avoid that
17 customizing messes up handling of footnotes in buffers that
18 already display them.
19
12008-10-06 Dan Nicolaescu <dann@ics.uci.edu> 202008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
2 21
3 * faces.el (x-create-frame-with-faces): Undo previous change. 22 * faces.el (x-create-frame-with-faces): Undo previous change.