aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2013-12-01 14:40:19 +0100
committerJuanma Barranquero2013-12-01 14:40:19 +0100
commit0449d6cdab0601f0a635249704102b38707e87bc (patch)
tree0a89fd041c00d63bbe1edfed3f9a773e2e8b63fd
parent9dd99753de8a2937de5e858f9c5c38bf37b7a0ba (diff)
downloademacs-0449d6cdab0601f0a635249704102b38707e87bc.tar.gz
emacs-0449d6cdab0601f0a635249704102b38707e87bc.zip
Fix Changelog typos.
-rw-r--r--ChangeLog2
-rw-r--r--lisp/ChangeLog10
-rw-r--r--src/ChangeLog2
3 files changed, 7 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index e231616043c..6183719e98c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
12013-12-01 Dmitry Gutov <dgutov@yandex.ru> 12013-12-01 Dmitry Gutov <dgutov@yandex.ru>
2 2
3 * .dir-locals.el: (log-edit-move): Add the "Author: " header. 3 * .dir-locals.el (log-edit-move): Add the "Author: " header.
4 4
52013-11-30 Dani Moncayo <dmoncayo@gmail.com> 52013-11-30 Dani Moncayo <dmoncayo@gmail.com>
6 6
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 11c3ae4db3d..f6f6b51d723 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -29,7 +29,7 @@
292013-11-30 Eli Zaretskii <eliz@gnu.org> 292013-11-30 Eli Zaretskii <eliz@gnu.org>
30 30
31 * startup.el (fancy-splash-frame): On MS-Windows, trigger 31 * startup.el (fancy-splash-frame): On MS-Windows, trigger
32 redisplay to make sure the initial frame gets a change to become 32 redisplay to make sure the initial frame gets a chance to become
33 visible. (Bug#16014) 33 visible. (Bug#16014)
34 34
352013-11-30 Martin Rudalics <rudalics@gmx.at> 352013-11-30 Martin Rudalics <rudalics@gmx.at>
@@ -191,7 +191,7 @@
191 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie. 191 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
192 (generated-autoload-load-name): Set file-local value. 192 (generated-autoload-load-name): Set file-local value.
193 193
1942013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com> (tiny change) 1942013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com> (tiny change)
195 195
196 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'. 196 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
197 (eww-add-bookmark): ask confirmation when add to bookmarks 197 (eww-add-bookmark): ask confirmation when add to bookmarks
@@ -375,7 +375,7 @@
375 Add `octave-source-file'. 375 Add `octave-source-file'.
376 (octave-source-file): New function. (Bug#15935) 376 (octave-source-file): New function. (Bug#15935)
377 377
3782013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com> (tiny change) 3782013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com> (tiny change)
379 379
380 * net/eww.el (eww-local-regex): New variable. 380 * net/eww.el (eww-local-regex): New variable.
381 (eww): Use it to detect localhost and similar. 381 (eww): Use it to detect localhost and similar.
@@ -402,7 +402,7 @@
402 * emacs-lisp/package.el (describe-package-1): Add package archive 402 * emacs-lisp/package.el (describe-package-1): Add package archive
403 to shown fields. 403 to shown fields.
404 404
4052013-11-20 Bozhidar Batsov <bozhidar@batsov.com> 4052013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
406 406
407 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template): 407 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
408 Change default to "# encoding: %s" to differentiate it from the 408 Change default to "# encoding: %s" to differentiate it from the
@@ -1866,7 +1866,7 @@
1866 of GIF DLLs for versions before and after 5.0.0 of giflib. 1866 of GIF DLLs for versions before and after 5.0.0 of giflib.
1867 (Bug#15531) 1867 (Bug#15531)
1868 1868
18692013-10-10 João Távora <joaotavora@gmail.com> 18692013-10-10 João Távora <joaotavora@gmail.com>
1870 1870
1871 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is 1871 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
1872 not locked, use last revision and current source as 1872 not locked, use last revision and current source as
diff --git a/src/ChangeLog b/src/ChangeLog
index ac19a830599..454413c85c0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -721,7 +721,7 @@
721 "dumb loop", adjust C pointers into buffer text to follow suit. 721 "dumb loop", adjust C pointers into buffer text to follow suit.
722 (Bug#15841) 722 (Bug#15841)
723 723
7242013-11-09 Łukasz Stelmach <stlman@poczta.fm> (tiny change) 7242013-11-09 Łukasz Stelmach <stlman@poczta.fm> (tiny change)
725 725
726 * gtkutil.c (xg_check_special_colors): Use rgb: instead of rgbi: 726 * gtkutil.c (xg_check_special_colors): Use rgb: instead of rgbi:
727 for conversion (Bug#15837). 727 for conversion (Bug#15837).