aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2012-07-04 18:32:54 +0200
committerJuanma Barranquero2012-07-04 18:32:54 +0200
commitd209e2fb19ee0f499bc2e30ea83ce9d99bb9a97c (patch)
treeefdec6d30ff104ad8ef24d0a5a33c7273836111f
parent566df3fcac8010303c1d8b8558cb07f3a057b346 (diff)
downloademacs-d209e2fb19ee0f499bc2e30ea83ce9d99bb9a97c.tar.gz
emacs-d209e2fb19ee0f499bc2e30ea83ce9d99bb9a97c.zip
Fix ChangeLog typos.
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog10
2 files changed, 8 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8cef65cb10c..4c9c604f816 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1772,7 +1772,7 @@
1772 * calendar/icalendar.el 1772 * calendar/icalendar.el
1773 (icalendar-export-region): Export UID properly. 1773 (icalendar-export-region): Export UID properly.
1774 1774
17752012-05-29 Leo <sdl.web@gmail.com> 17752012-05-29 Leo Liu <sdl.web@gmail.com>
1776 * calendar/icalendar.el (icalendar-import-format): 1776 * calendar/icalendar.el (icalendar-import-format):
1777 Add `icalendar-import-format-uid' (Bug#11525). 1777 Add `icalendar-import-format-uid' (Bug#11525).
1778 (icalendar-import-format-uid): New. 1778 (icalendar-import-format-uid): New.
@@ -2106,7 +2106,7 @@
2106 Simplify; Don't bother removing a ] just to add it back. 2106 Simplify; Don't bother removing a ] just to add it back.
2107 * textmodes/ispell.el (ispell-program-name): Use executable-find. 2107 * textmodes/ispell.el (ispell-program-name): Use executable-find.
2108 2108
21092012-05-18 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> 21092012-05-18 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
2110 2110
2111 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma): 2111 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2112 New functions. 2112 New functions.
@@ -5270,7 +5270,7 @@
5270 files from Git, SVN, Bazaar, and Mercurial. 5270 files from Git, SVN, Bazaar, and Mercurial.
5271 (save-place-to-alist): Use it. 5271 (save-place-to-alist): Use it.
5272 5272
52732012-02-17 Lawrence Mitchell <wence@gmx.li> 52732012-02-17 Lawrence Mitchell <wence@gmx.li>
5274 Stefan Monnier <monnier@iro.umontreal.ca> 5274 Stefan Monnier <monnier@iro.umontreal.ca>
5275 5275
5276 * newcomment.el (uncomment-region-default): Don't leave extra space 5276 * 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 @@
12012-07-04 Dmitry Antipov <dmantipov@yandex.ru> 12012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 * buffer.c (init_buffer_once): Fix initialization of 3 * buffer.c (init_buffer_once): Fix initialization of
4 headers for buffer_defaults and buffer_local_symbols. 4 headers for buffer_defaults and buffer_local_symbols.
5 Reported by Juanma Barranquero <lekktu@gmail.com>. 5 Reported by Juanma Barranquero <lekktu@gmail.com>.
6 6
@@ -105,8 +105,8 @@
105 * fileio.c (Fmake_symbolic_link): No longer static. 105 * fileio.c (Fmake_symbolic_link): No longer static.
106 * eval.c (Ffetch_bytecode): No longer static. 106 * eval.c (Ffetch_bytecode): No longer static.
107 * editfns.c (Fuser_full_name): No longer static. 107 * editfns.c (Fuser_full_name): No longer static.
108 * doc.c: (Fdocumentation_property, Fsnarf_documentation): No 108 * doc.c (Fdocumentation_property, Fsnarf_documentation):
109 longer static. 109 No longer static.
110 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer 110 * buffer.c (Fset_buffer_major_mode, Fdelete_overlay): No longer
111 static. 111 static.
112 * dired.c (Ffile_attributes): No longer static. 112 * dired.c (Ffile_attributes): No longer static.
@@ -381,11 +381,11 @@
381 381
3822012-06-27 Dmitry Antipov <dmantipov@yandex.ru> 3822012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
383 383
384 * alloc.c (allocate_string): Fix last change. 384 * alloc.c (allocate_string): Fix last change.
385 385
3862012-06-27 Dmitry Antipov <dmantipov@yandex.ru> 3862012-06-27 Dmitry Antipov <dmantipov@yandex.ru>
387 387
388 * alloc.c (allocate_string): Remove two redundant calls 388 * alloc.c (allocate_string): Remove two redundant calls
389 to memset, add explicit initialization where appropriate. 389 to memset, add explicit initialization where appropriate.
390 390
3912012-06-27 Glenn Morris <rgm@gnu.org> 3912012-06-27 Glenn Morris <rgm@gnu.org>