Fix Changelog typos.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 1 Dec 2013 13:40:19 +0000 (14:40 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 1 Dec 2013 13:40:19 +0000 (14:40 +0100)
ChangeLog
lisp/ChangeLog
src/ChangeLog

index e231616..6183719 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
 
-       * .dir-locals.el: (log-edit-move): Add the "Author: " header.
+       * .dir-locals.el (log-edit-move): Add the "Author: " header.
 
 2013-11-30  Dani Moncayo  <dmoncayo@gmail.com>
 
index 11c3ae4..f6f6b51 100644 (file)
@@ -29,7 +29,7 @@
 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
 
        * startup.el (fancy-splash-frame): On MS-Windows, trigger
-       redisplay to make sure the initial frame gets a change to become
+       redisplay to make sure the initial frame gets a chance to become
        visible.  (Bug#16014)
 
 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
        * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
        (generated-autoload-load-name): Set file-local value.
 
-2013-11-26  Kenjiro NAKAYAMA <knakayam@redhat.com>  (tiny change)
+2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>  (tiny change)
 
         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
         (eww-add-bookmark): ask confirmation when add to bookmarks
        Add `octave-source-file'.
        (octave-source-file): New function.  (Bug#15935)
 
-2013-11-21  Kenjiro Nakayama <nakayamakenjiro@gmail.com>  (tiny change)
+2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>  (tiny change)
 
        * net/eww.el (eww-local-regex): New variable.
        (eww): Use it to detect localhost and similar.
        * emacs-lisp/package.el (describe-package-1): Add package archive
        to shown fields.
 
-2013-11-20  Bozhidar Batsov <bozhidar@batsov.com>
+2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
 
        * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
        Change default to "# encoding: %s" to differentiate it from the
        of GIF DLLs for versions before and after 5.0.0 of giflib.
        (Bug#15531)
 
-2013-10-10  João Távora <joaotavora@gmail.com>
+2013-10-10  João Távora  <joaotavora@gmail.com>
 
        * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
        not locked, use last revision and current source as
index ac19a83..454413c 100644 (file)
        "dumb loop", adjust C pointers into buffer text to follow suit.
        (Bug#15841)
 
-2013-11-09  Łukasz Stelmach <stlman@poczta.fm> (tiny change)
+2013-11-09  Łukasz Stelmach  <stlman@poczta.fm>  (tiny change)
 
        * gtkutil.c (xg_check_special_colors): Use rgb: instead of rgbi:
        for conversion (Bug#15837).