]> git.eshelyaron.com Git - emacs.git/commitdiff
ChangeLog fixes prompted by M-x authors
authorGlenn Morris <rgm@gnu.org>
Thu, 23 Feb 2012 01:31:39 +0000 (20:31 -0500)
committerGlenn Morris <rgm@gnu.org>
Thu, 23 Feb 2012 01:31:39 +0000 (20:31 -0500)
etc/ChangeLog
lisp/ChangeLog
lisp/ChangeLog.14
lisp/ChangeLog.7
lisp/gnus/ChangeLog
lisp/org/ChangeLog

index 7e71eca54b9bd97cc5ddb4af594105bedb57362f..da9b8c180c482ba75dd024b79b4838d0f07e9f48 100644 (file)
 
 2011-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
 
-       * images/icons/allout-widgets/dark-bg/encrypted-locked.png:
-       * images/icons/allout-widgets/dark-bg/encrypted-locked.xpm:
+       * images/icons/allout-widgets/dark-bg/locked-encrypted.png:
+       * images/icons/allout-widgets/dark-bg/locked-encrypted.xpm:
        * images/icons/allout-widgets/dark-bg/unlocked-encrypted.png:
        * images/icons/allout-widgets/dark-bg/unlocked-encrypted.xpm:
-       * images/icons/allout-widgets/light-bg/encrypted-locked.png:
-       * images/icons/allout-widgets/light-bg/encrypted-locked.xpm:
+       * images/icons/allout-widgets/light-bg/locked-encrypted.png:
+       * images/icons/allout-widgets/light-bg/locked-encrypted.xpm:
        * images/icons/allout-widgets/light-bg/unlocked-encrypted.png:
        * images/icons/allout-widgets/light-bg/unlocked-encrypted.xpm:
        Reorganize icon directories and files to reconcile against windows
index f2ebeee8abe3dd74d30b28d1d2641a7b90d90545..df88dd1bd5ca0ada5613fd04e9a9def3df065b61 100644 (file)
@@ -13,7 +13,7 @@
 
 2012-02-22  Alan Mackenzie  <acm@muc.de>
 
-       * progmodes/cc-modes: revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
+       * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
 
 2012-02-22  Glenn Morris  <rgm@gnu.org>
 
 
        Fix a loop in c-set-fl-decl-start.
 
-       * progmodes/cc-engine (c-set-fl-decl-start): Add a check that
+       * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
        c-backward-syntactic-ws actually moves backwards.
 
 2012-02-13  Leo Liu  <sdl.web@gmail.com>
 
        Add the switch statement to AWK Mode.
 
-       * progmodes/cc-awk (awk-font-lock-keywords): Add "switch", "case",
+       * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
        "default" to the keywords regexp.
 
-       * progmodes/cc-langs (c-label-kwds): Let AWK take the same
+       * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
        expression as the rest.
        (c-nonlabel-token-key): Allow string literals for AWK.
        Refactor for the other modes.
        * comint.el (comint-password-prompt-regexp): Accept "Response" as
        a password-like phrase.
 
-2011-06-30  Mastake YAMATO  <yamato@redhat.com>
+2011-06-30  Masatake YAMATO  <yamato@redhat.com>
 
        * progmodes/cc-guess.el: New file.
 
        (calc-lu-field-reference): Rename from
        `calc-logunits-field-reference'.
 
-       * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
+       * calc/calc-help.el (calc-l-prefix-help):
+       Mention musical note functions.
 
 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 
 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
 
-       * allout.el Summary: Change so yank of distinctive-bullet items
+       * allout.el: Change so yank of distinctive-bullet items
        preserves the existing header prefix, rebulleting it if necessary,
        rather than replacing it.  This is necessary for proper operation
        of cooperative addons like allout-widgets.
index 6db8f66f0ca03f905a038da13e16fb5d3fbc8339..254e2863889c8620cacfc2eb27b6c2fb87ef3dec 100644 (file)
        * help-at-pt.el (help-at-pt-kbd-string): Reflow docstring.
        (scan-buf-previous-region): Fix typo in docstring.
 
-2009-04-14  Edward Wiebe  <usenet@pusto.de>  (tiny change)
+2009-04-14  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
 
        * jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.
 
index 5bc9c8a8d2540a883d2594c83e714f7db7c20bc7..425268909ea7090be13f28eafc8ab8dd57f1c3bd 100644 (file)
 
        * ffap.el (dired-at-point): Add autoload cookie.
 
-1998-04-23  Jens Petersen  <petersen@kurims.kyoto-u.ac.jp>
+1998-04-23  Jens-Ulrik Petersen  <petersen@kurims.kyoto-u.ac.jp>
 
        * ffap.el (dired-at-point-require-prefix): New option.
        (dired-at-point): New command.
index c9fd83aaaa04a1ab9f2a15691a37e93329c383db..0729fb90c487db021888a8071bbe3c49be16946f 100644 (file)
        (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
        and provide better messaging.
 
-2011-04-06  David Engster  <dengste@eml.cc>
-
-       * Makefile.in (fail-on-warning): New rule to compile with warnings as
-       errors.
-
 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * gnus-registry.el: Don't use ERT if it's not available.  Load it
index a2f83eecce52b3e183b025438e82c7d199e94ec9..392fe25202f299415cfa712fba0eb5f2f913e266 100644 (file)
 
 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
 
-       * org.el Key bindings: remap the Outline functions from
+       * org.el (Key bindings): remap the Outline functions from
        `outline-mode-prefix-map' where possible.
 
 2012-01-03  Christian Moe  <mail@christianmoe.com>  (tiny change)
        (org-odt-styles-dir, org-export-odt-schema-dir): New
        variables.
 
-       * org-odt.el: New file.
-
-       * org-lparse: New file.
+       * org-odt.el, org-lparse.el: New files.
 
 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>