aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-22 20:31:39 -0500
committerGlenn Morris2012-02-22 20:31:39 -0500
commit7a71b18d533afcbbb323a9b55bc539ba04916f7f (patch)
tree0a58071be6f615c59e54747ca020c1ed27059c29
parentb617673c98fea9961d648d8215c92baf8098313a (diff)
downloademacs-7a71b18d533afcbbb323a9b55bc539ba04916f7f.tar.gz
emacs-7a71b18d533afcbbb323a9b55bc539ba04916f7f.zip
ChangeLog fixes prompted by M-x authors
-rw-r--r--etc/ChangeLog8
-rw-r--r--lisp/ChangeLog15
-rw-r--r--lisp/ChangeLog.142
-rw-r--r--lisp/ChangeLog.72
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/org/ChangeLog6
6 files changed, 16 insertions, 22 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 7e71eca54b9..da9b8c180c4 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -380,12 +380,12 @@
380 380
3812011-02-17 Ken Manheimer <ken.manheimer@gmail.com> 3812011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
382 382
383 * images/icons/allout-widgets/dark-bg/encrypted-locked.png: 383 * images/icons/allout-widgets/dark-bg/locked-encrypted.png:
384 * images/icons/allout-widgets/dark-bg/encrypted-locked.xpm: 384 * images/icons/allout-widgets/dark-bg/locked-encrypted.xpm:
385 * images/icons/allout-widgets/dark-bg/unlocked-encrypted.png: 385 * images/icons/allout-widgets/dark-bg/unlocked-encrypted.png:
386 * images/icons/allout-widgets/dark-bg/unlocked-encrypted.xpm: 386 * images/icons/allout-widgets/dark-bg/unlocked-encrypted.xpm:
387 * images/icons/allout-widgets/light-bg/encrypted-locked.png: 387 * images/icons/allout-widgets/light-bg/locked-encrypted.png:
388 * images/icons/allout-widgets/light-bg/encrypted-locked.xpm: 388 * images/icons/allout-widgets/light-bg/locked-encrypted.xpm:
389 * images/icons/allout-widgets/light-bg/unlocked-encrypted.png: 389 * images/icons/allout-widgets/light-bg/unlocked-encrypted.png:
390 * images/icons/allout-widgets/light-bg/unlocked-encrypted.xpm: 390 * images/icons/allout-widgets/light-bg/unlocked-encrypted.xpm:
391 Reorganize icon directories and files to reconcile against windows 391 Reorganize icon directories and files to reconcile against windows
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f2ebeee8abe..df88dd1bd5c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -13,7 +13,7 @@
13 13
142012-02-22 Alan Mackenzie <acm@muc.de> 142012-02-22 Alan Mackenzie <acm@muc.de>
15 15
16 * progmodes/cc-modes: revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06. 16 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
17 17
182012-02-22 Glenn Morris <rgm@gnu.org> 182012-02-22 Glenn Morris <rgm@gnu.org>
19 19
@@ -189,7 +189,7 @@
189 189
190 Fix a loop in c-set-fl-decl-start. 190 Fix a loop in c-set-fl-decl-start.
191 191
192 * progmodes/cc-engine (c-set-fl-decl-start): Add a check that 192 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
193 c-backward-syntactic-ws actually moves backwards. 193 c-backward-syntactic-ws actually moves backwards.
194 194
1952012-02-13 Leo Liu <sdl.web@gmail.com> 1952012-02-13 Leo Liu <sdl.web@gmail.com>
@@ -1379,10 +1379,10 @@
1379 1379
1380 Add the switch statement to AWK Mode. 1380 Add the switch statement to AWK Mode.
1381 1381
1382 * progmodes/cc-awk (awk-font-lock-keywords): Add "switch", "case", 1382 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
1383 "default" to the keywords regexp. 1383 "default" to the keywords regexp.
1384 1384
1385 * progmodes/cc-langs (c-label-kwds): Let AWK take the same 1385 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
1386 expression as the rest. 1386 expression as the rest.
1387 (c-nonlabel-token-key): Allow string literals for AWK. 1387 (c-nonlabel-token-key): Allow string literals for AWK.
1388 Refactor for the other modes. 1388 Refactor for the other modes.
@@ -6401,7 +6401,7 @@
6401 * comint.el (comint-password-prompt-regexp): Accept "Response" as 6401 * comint.el (comint-password-prompt-regexp): Accept "Response" as
6402 a password-like phrase. 6402 a password-like phrase.
6403 6403
64042011-06-30 Mastake YAMATO <yamato@redhat.com> 64042011-06-30 Masatake YAMATO <yamato@redhat.com>
6405 6405
6406 * progmodes/cc-guess.el: New file. 6406 * progmodes/cc-guess.el: New file.
6407 6407
@@ -10709,7 +10709,8 @@
10709 (calc-lu-field-reference): Rename from 10709 (calc-lu-field-reference): Rename from
10710 `calc-logunits-field-reference'. 10710 `calc-logunits-field-reference'.
10711 10711
10712 * calc/calc-help (calc-l-prefix-help): Mention musical note functions. 10712 * calc/calc-help.el (calc-l-prefix-help):
10713 Mention musical note functions.
10713 10714
107142011-03-17 Stefan Monnier <monnier@iro.umontreal.ca> 107152011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
10715 10716
@@ -10885,7 +10886,7 @@
10885 10886
108862011-03-09 Ken Manheimer <ken.manheimer@gmail.com> 108872011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
10887 10888
10888 * allout.el Summary: Change so yank of distinctive-bullet items 10889 * allout.el: Change so yank of distinctive-bullet items
10889 preserves the existing header prefix, rebulleting it if necessary, 10890 preserves the existing header prefix, rebulleting it if necessary,
10890 rather than replacing it. This is necessary for proper operation 10891 rather than replacing it. This is necessary for proper operation
10891 of cooperative addons like allout-widgets. 10892 of cooperative addons like allout-widgets.
diff --git a/lisp/ChangeLog.14 b/lisp/ChangeLog.14
index 6db8f66f0ca..254e2863889 100644
--- a/lisp/ChangeLog.14
+++ b/lisp/ChangeLog.14
@@ -604,7 +604,7 @@
604 * help-at-pt.el (help-at-pt-kbd-string): Reflow docstring. 604 * help-at-pt.el (help-at-pt-kbd-string): Reflow docstring.
605 (scan-buf-previous-region): Fix typo in docstring. 605 (scan-buf-previous-region): Fix typo in docstring.
606 606
6072009-04-14 Edward Wiebe <usenet@pusto.de> (tiny change) 6072009-04-14 Eduard Wiebe <usenet@pusto.de> (tiny change)
608 608
609 * jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring. 609 * jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.
610 610
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7
index 5bc9c8a8d25..425268909ea 100644
--- a/lisp/ChangeLog.7
+++ b/lisp/ChangeLog.7
@@ -4115,7 +4115,7 @@
4115 4115
4116 * ffap.el (dired-at-point): Add autoload cookie. 4116 * ffap.el (dired-at-point): Add autoload cookie.
4117 4117
41181998-04-23 Jens Petersen <petersen@kurims.kyoto-u.ac.jp> 41181998-04-23 Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp>
4119 4119
4120 * ffap.el (dired-at-point-require-prefix): New option. 4120 * ffap.el (dired-at-point-require-prefix): New option.
4121 (dired-at-point): New command. 4121 (dired-at-point): New command.
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index c9fd83aaaa0..0729fb90c48 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -2094,11 +2094,6 @@
2094 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs 2094 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
2095 and provide better messaging. 2095 and provide better messaging.
2096 2096
20972011-04-06 David Engster <dengste@eml.cc>
2098
2099 * Makefile.in (fail-on-warning): New rule to compile with warnings as
2100 errors.
2101
21022011-04-06 Teodor Zlatanov <tzz@lifelogs.com> 20972011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
2103 2098
2104 * gnus-registry.el: Don't use ERT if it's not available. Load it 2099 * gnus-registry.el: Don't use ERT if it's not available. Load it
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index a2f83eecce5..392fe25202f 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -440,7 +440,7 @@
440 440
4412012-01-03 Michael Brand <michael.ch.brand@gmail.com> 4412012-01-03 Michael Brand <michael.ch.brand@gmail.com>
442 442
443 * org.el Key bindings: remap the Outline functions from 443 * org.el (Key bindings): remap the Outline functions from
444 `outline-mode-prefix-map' where possible. 444 `outline-mode-prefix-map' where possible.
445 445
4462012-01-03 Christian Moe <mail@christianmoe.com> (tiny change) 4462012-01-03 Christian Moe <mail@christianmoe.com> (tiny change)
@@ -539,9 +539,7 @@
539 (org-odt-styles-dir, org-export-odt-schema-dir): New 539 (org-odt-styles-dir, org-export-odt-schema-dir): New
540 variables. 540 variables.
541 541
542 * org-odt.el: New file. 542 * org-odt.el, org-lparse.el: New files.
543
544 * org-lparse: New file.
545 543
5462012-01-03 Carsten Dominik <carsten.dominik@gmail.com> 5442012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
547 545