From: Juanma Barranquero Date: Wed, 4 Jul 2012 16:32:54 +0000 (+0200) Subject: Fix ChangeLog typos. X-Git-Tag: emacs-24.2.90~1199^2~221 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d209e2fb19ee0f499bc2e30ea83ce9d99bb9a97c;p=emacs.git Fix ChangeLog typos. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8cef65cb10c..4c9c604f816 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1772,7 +1772,7 @@ * calendar/icalendar.el (icalendar-export-region): Export UID properly. -2012-05-29 Leo +2012-05-29 Leo Liu * calendar/icalendar.el (icalendar-import-format): Add `icalendar-import-format-uid' (Bug#11525). (icalendar-import-format-uid): New. @@ -2106,7 +2106,7 @@ 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 +2012-05-18 Rüdiger Sonderfeld * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma): New functions. @@ -5270,7 +5270,7 @@ files from Git, SVN, Bazaar, and Mercurial. (save-place-to-alist): Use it. -2012-02-17 Lawrence Mitchell +2012-02-17 Lawrence Mitchell Stefan Monnier * newcomment.el (uncomment-region-default): Don't leave extra space diff --git a/src/ChangeLog b/src/ChangeLog index deac87ffca2..f8babe78cc1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,6 @@ 2012-07-04 Dmitry Antipov - * 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 . @@ -105,8 +105,8 @@ * 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. @@ -381,11 +381,11 @@ 2012-06-27 Dmitry Antipov - * alloc.c (allocate_string): Fix last change. + * alloc.c (allocate_string): Fix last change. 2012-06-27 Dmitry Antipov - * 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