aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-09-10 22:26:18 +0000
committerKim F. Storm2005-09-10 22:26:18 +0000
commit99580cde58e888b8d0b33846d8fe0811c2574dbd (patch)
treec8eaccdf66c242e7c53e12a53d1b15633f988a7a
parentf9962371041b25c0772a35b0fcbfd313bcffdb87 (diff)
downloademacs-99580cde58e888b8d0b33846d8fe0811c2574dbd.tar.gz
emacs-99580cde58e888b8d0b33846d8fe0811c2574dbd.zip
Fix formatting of misc. entries.
-rw-r--r--lisp/ChangeLog24
-rw-r--r--lisp/gnus/ChangeLog.24
-rw-r--r--lisp/mh-e/ChangeLog12
-rw-r--r--man/ChangeLog2
4 files changed, 20 insertions, 22 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a019c5a9f08..c89bd66ea55 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -14,7 +14,7 @@
14 current dir at the end. 14 current dir at the end.
15 15
162005-09-10 Emilio C. Lopes <eclig@gmx.net> 162005-09-10 Emilio C. Lopes <eclig@gmx.net>
17 17
18 * woman.el (woman-topic-at-point-default): Renamed to 18 * woman.el (woman-topic-at-point-default): Renamed to
19 woman-use-topic-at-point-default. 19 woman-use-topic-at-point-default.
20 (woman-topic-at-point): Renamed to woman-use-topic-at-point. 20 (woman-topic-at-point): Renamed to woman-use-topic-at-point.
@@ -947,7 +947,7 @@
947 947
9482005-08-15 David Ponce <david@dponce.com> 9482005-08-15 David Ponce <david@dponce.com>
949 949
950 * tree-widget.el Update Commentary header. 950 * tree-widget.el: Update Commentary header.
951 (tree-widget-theme): Doc fix. 951 (tree-widget-theme): Doc fix.
952 (tree-widget-space-width): New option. 952 (tree-widget-space-width): New option.
953 (tree-widget-image-properties): Look up in the default theme too. 953 (tree-widget-image-properties): Look up in the default theme too.
@@ -2605,7 +2605,7 @@
2605 2605
2606 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp. 2606 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
2607 2607
2608 * ediff-init: Get rid of -face in face names. 2608 * ediff-init.el: Get rid of -face in face names.
2609 2609
26102005-07-10 Richard M. Stallman <rms@gnu.org> 26102005-07-10 Richard M. Stallman <rms@gnu.org>
2611 2611
@@ -8831,18 +8831,16 @@
8831 8831
88322005-03-25 Werner Lemberg <wl@gnu.org> 88322005-03-25 Werner Lemberg <wl@gnu.org>
8833 8833
8834 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'. 8834 * calc/calc-forms.el, calc/calc-sel.el:
8835 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'. 8835 * midnight.el, vc-cvs.el:
8836 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'. 8836 * emacs-lisp/cl-macs.el:
8837 * emulation/vip.el: Replace `illegal' with `invalid'. 8837 * emulation/vip.el:
8838 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with 8838 * eshell/esh-io.el, eshell/esh-var.el:
8839 `invalid'. 8839 * mail/supercite.el:
8840 * mail/supercite.el: Replace `illegal' with `invalid'.
8841 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el 8840 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
8842 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el 8841 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
8843 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el 8842 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
8844 * progmodes/sh-script.el, progmodes/xscheme.el: 8843 * progmodes/sh-script.el, progmodes/xscheme.el:
8845 Replace `illegal' with `invalid'.
8846 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el 8844 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
8847 * textmodes/reftex-index.el, textmodes/reftex-parse.el 8845 * textmodes/reftex-index.el, textmodes/reftex-parse.el
8848 * textmodes/reftex-ref.el, textmodes/reftex-vars.el 8846 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
@@ -9007,7 +9005,7 @@
9007 9005
90082005-03-22 Jay Belanger <belanger@truman.edu> 90062005-03-22 Jay Belanger <belanger@truman.edu>
9009 9007
9010 * calc/calc-embed (calc-embedded-original-modes): New variable. 9008 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
9011 (calc-embedded-save-original-modes) 9009 (calc-embedded-save-original-modes)
9012 (calc-embedded-restore-original-modes): New functions. 9010 (calc-embedded-restore-original-modes): New functions.
9013 (calc-do-embedded): Save original modes when entering embedded mode 9011 (calc-do-embedded): Save original modes when entering embedded mode
@@ -18831,7 +18829,7 @@
18831 18829
188322004-05-09 Jason Rumney <jasonr@gnu.org> 188302004-05-09 Jason Rumney <jasonr@gnu.org>
18833 18831
18834 * international/code-pages (cp932, cp936, cp949, c950): Remove. 18832 * international/code-pages.el (cp932, cp936, cp949, c950): Remove.
18835 Only define cp125* if windows-125* is already defined. 18833 Only define cp125* if windows-125* is already defined.
18836 18834
18837 * language/korean.el (cp949): Add alias. 18835 * language/korean.el (cp949): Add alias.
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2
index 5d7a608054e..f39bf525db8 100644
--- a/lisp/gnus/ChangeLog.2
+++ b/lisp/gnus/ChangeLog.2
@@ -7658,7 +7658,7 @@
7658 7658
7659 * spam.el: more compilation fixes for BBDB 7659 * spam.el: more compilation fixes for BBDB
7660 7660
7661 * spam-stat.el added code from Alex Schroeder <alex@gnu.org> 7661 * spam-stat.el: added code from Alex Schroeder <alex@gnu.org>
7662 (spam-stat-reduce-size): Interactive. 7662 (spam-stat-reduce-size): Interactive.
7663 (spam-stat-reset): New function. 7663 (spam-stat-reset): New function.
7664 (spam-stat-save): Interactive. 7664 (spam-stat-save): Interactive.
@@ -12404,7 +12404,7 @@
12404 12404
124052001-12-05 Katsumi Yamaoka <yamaoka@jpl.org> 124052001-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12406 12406
12407 * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text. 12407 * mm-view.el (mm-inline-text): Decode a charset-encoded rich text.
12408 12408
124092001-12-04 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> 124092001-12-04 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
12410 12410
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 82bedd7c2a6..28cc6c2a6d0 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -43,7 +43,7 @@
43 (mh-show-from-face, mh-show-xface-face, mh-speedbar-folder-face) 43 (mh-show-from-face, mh-show-xface-face, mh-speedbar-folder-face)
44 (mh-speedbar-selected-folder-face) 44 (mh-speedbar-selected-folder-face)
45 (mh-speedbar-folder-with-unseen-messages-face) 45 (mh-speedbar-folder-with-unseen-messages-face)
46 (mh-speedbar-selected-folder-with-unseen-messages-face): 46 (mh-speedbar-selected-folder-with-unseen-messages-face):
47 New backward-compatibility aliases for renamed faces. 47 New backward-compatibility aliases for renamed faces.
48 (mh-folder-body-face, mh-folder-cur-msg-face) 48 (mh-folder-body-face, mh-folder-cur-msg-face)
49 (mh-folder-cur-msg-number-face, mh-folder-date-face) 49 (mh-folder-cur-msg-number-face, mh-folder-date-face)
@@ -56,7 +56,7 @@
56 (mh-show-pgg-unknown-face, mh-show-pgg-bad-face) 56 (mh-show-pgg-unknown-face, mh-show-pgg-bad-face)
57 (mh-show-to-face, mh-show-from-face, mh-show-subject-face) 57 (mh-show-to-face, mh-show-from-face, mh-show-subject-face)
58 (mh-speedbar-folder-with-unseen-messages) 58 (mh-speedbar-folder-with-unseen-messages)
59 (mh-speedbar-selected-folder-with-unseen-messages): 59 (mh-speedbar-selected-folder-with-unseen-messages):
60 Use renamed MH-E faces. 60 Use renamed MH-E faces.
61 61
62 * mh-utils.el (mh-letter-font-lock-keywords) 62 * mh-utils.el (mh-letter-font-lock-keywords)
@@ -900,7 +900,7 @@
900 900
901 * mh-e.el (Version, mh-version): Updated for release 7.4.3. 901 * mh-e.el (Version, mh-version): Updated for release 7.4.3.
902 902
903 * This patch release contains the following two patches: 903 This patch release contains the following two patches:
904 904
905 * mh-identity.el (mh-identity-make-menu): Removed condition on 905 * mh-identity.el (mh-identity-make-menu): Removed condition on
906 mh-auto-fields-list. Use it to enable or disable menu item 906 mh-auto-fields-list. Use it to enable or disable menu item
@@ -8402,7 +8402,7 @@
8402 defcustom to mh-utils because I got an error about a nil value for 8402 defcustom to mh-utils because I got an error about a nil value for
8403 mh-tool-bar-reply-3-buttons when I fired up mh-rmail. 8403 mh-tool-bar-reply-3-buttons when I fired up mh-rmail.
8404 8404
8405 * mh-comp.el, mh-funcs,el, mh-mime.el, mh-pick.el: Moved (provide) 8405 * mh-comp.el, mh-funcs.el, mh-mime.el, mh-pick.el: Moved (provide)
8406 to the end of the file to be consistent with most other files (see 8406 to the end of the file to be consistent with most other files (see
8407 additional rationale in mh-e.el description below). 8407 additional rationale in mh-e.el description below).
8408 8408
@@ -9210,7 +9210,7 @@
92102002-08-19 Peter S Galbraith <psg@debian.org> 92102002-08-19 Peter S Galbraith <psg@debian.org>
9211 9211
9212 * reply-to.xpm, reply-to.pbm, reply-from.xpm, reply-from.pbm, 9212 * reply-to.xpm, reply-to.pbm, reply-from.xpm, reply-from.pbm,
9213 reply-all.xpm, reply-all.bpm: New icons for various reply methods. 9213 * reply-all.xpm, reply-all.bpm: New icons for various reply methods.
9214 * mh-e.el (mh-folder-tool-bar-map): Split reply button into three 9214 * mh-e.el (mh-folder-tool-bar-map): Split reply button into three
9215 that won't prompt for "from", "to" and "all". 9215 that won't prompt for "from", "to" and "all".
9216 * mh-comp.el (mh-reply): Put variable reply-to in the interactive 9216 * mh-comp.el (mh-reply): Put variable reply-to in the interactive
@@ -10234,7 +10234,7 @@
10234 operations made on all messages in the selected range when 10234 operations made on all messages in the selected range when
10235 transient-mark-mode is on doesn't work in XEmacs. 10235 transient-mark-mode is on doesn't work in XEmacs.
10236 10236
10237 * mh-e.el, mh-utils: Conditionalize calls to 10237 * mh-e.el, mh-utils.el: Conditionalize calls to
10238 'add-to-list 'facemenu-unlisted-faces for XEmacs. 10238 'add-to-list 'facemenu-unlisted-faces for XEmacs.
10239 10239
102402001-12-11 Jeffrey C Honig <jch@honig.net> 102402001-12-11 Jeffrey C Honig <jch@honig.net>
diff --git a/man/ChangeLog b/man/ChangeLog
index 3f956c71625..69cf7458a7a 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -2108,7 +2108,7 @@
2108 * pgg.texi (User Commands, Backend methods): Do. 2108 * pgg.texi (User Commands, Backend methods): Do.
2109 * gnus.texi: Markup fixes. 2109 * gnus.texi: Markup fixes.
2110 (Setting Process Marks): Fix `M P a' entry. 2110 (Setting Process Marks): Fix `M P a' entry.
2111 * emacs-mime: Fixes. 2111 * emacs-mime.texi: Fixes.
2112 2112
21132004-09-23 Reiner Steib <Reiner.Steib@gmx.de> 21132004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
2114 2114