]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix ChangeLog typos.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 4 Jul 2012 16:32:54 +0000 (18:32 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 4 Jul 2012 16:32:54 +0000 (18:32 +0200)
lisp/ChangeLog
src/ChangeLog

index 8cef65cb10c021f997a5673b52ee587f46086496..4c9c604f8163c2bfe2e259ee65ddd9c8d732e204 100644 (file)
        * calendar/icalendar.el
        (icalendar-export-region): Export UID properly.
 
-2012-05-29 Leo <sdl.web@gmail.com>
+2012-05-29  Leo Liu  <sdl.web@gmail.com>
        * calendar/icalendar.el (icalendar-import-format):
        Add `icalendar-import-format-uid' (Bug#11525).
        (icalendar-import-format-uid): New.
        Simplify; Don't bother removing a ] just to add it back.
        * textmodes/ispell.el (ispell-program-name): Use executable-find.
 
-2012-05-18  RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
+2012-05-18  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
 
        * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
        New functions.
        files from Git, SVN, Bazaar, and Mercurial.
        (save-place-to-alist): Use it.
 
-2012-02-17  Lawrence Mitchell <wence@gmx.li>
+2012-02-17  Lawrence Mitchell  <wence@gmx.li>
             Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * newcomment.el (uncomment-region-default): Don't leave extra space
index deac87ffca218f5ee65617af43539ededd93d19b..f8babe78cc1dc6d3567748c67c03e062fc61d0e5 100644 (file)
@@ -1,6 +1,6 @@
 2012-07-04  Dmitry Antipov  <dmantipov@yandex.ru>
 
-       * buffer.c (init_buffer_once):  Fix initialization of
+       * buffer.c (init_buffer_once): Fix initialization of
        headers for buffer_defaults and buffer_local_symbols.
        Reported by Juanma Barranquero <lekktu@gmail.com>.
 
        * fileio.c (Fmake_symbolic_link): No longer static.
        * eval.c (Ffetch_bytecode): No longer static.
        * editfns.c (Fuser_full_name): No longer static.
-       * doc.c: (Fdocumentation_property, Fsnarf_documentation): No
-       longer static.
+       * doc.c (Fdocumentation_property, Fsnarf_documentation):
+       No longer static.
        * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer
        static.
        * dired.c (Ffile_attributes): No longer static.
 
 2012-06-27  Dmitry Antipov  <dmantipov@yandex.ru>
 
-       * alloc.c (allocate_string):  Fix last change.
+       * alloc.c (allocate_string): Fix last change.
 
 2012-06-27  Dmitry Antipov  <dmantipov@yandex.ru>
 
-       * alloc.c (allocate_string):  Remove two redundant calls
+       * alloc.c (allocate_string): Remove two redundant calls
        to memset, add explicit initialization where appropriate.
 
 2012-06-27  Glenn Morris  <rgm@gnu.org>