aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2013-08-02 00:53:03 +0200
committerJuanma Barranquero2013-08-02 00:53:03 +0200
commit44e18199d98d8d7a465f438d37280acfa42bad38 (patch)
tree1cfeecea136e8918b9a9e9eca51561c30fb5ca68
parent6318cde023c4ffff777dde20768046e057d85448 (diff)
downloademacs-44e18199d98d8d7a465f438d37280acfa42bad38.tar.gz
emacs-44e18199d98d8d7a465f438d37280acfa42bad38.zip
Fix typos in ChangeLogs.
-rw-r--r--lisp/ChangeLog14
-rw-r--r--src/ChangeLog8
2 files changed, 11 insertions, 11 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dcdf2f9870a..1cd1e29e493 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -15,8 +15,8 @@
15 (tramp-handle-file-notify-rm-watch): New functions. 15 (tramp-handle-file-notify-rm-watch): New functions.
16 (tramp-call-process): Do not bind `default-directory'. 16 (tramp-call-process): Do not bind `default-directory'.
17 17
18 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Order 18 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
19 alphabetically. 19 Order alphabetically.
20 [access-file, add-name-to-file, dired-call-process]: 20 [access-file, add-name-to-file, dired-call-process]:
21 [dired-compress-file, file-acl, file-notify-rm-watch]: 21 [dired-compress-file, file-acl, file-notify-rm-watch]:
22 [file-ownership-preserved-p, file-selinux-context]: 22 [file-ownership-preserved-p, file-selinux-context]:
@@ -36,8 +36,8 @@
36 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns. 36 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
37 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile. 37 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
38 38
39 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Order 39 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
40 alphabetically. 40 Order alphabetically.
41 [file-notify-rm-watch ]: Use default Tramp handler. 41 [file-notify-rm-watch ]: Use default Tramp handler.
42 [executable-find]: Remove private handler. 42 [executable-find]: Remove private handler.
43 (tramp-do-copy-or-rename-file-out-of-band): Do not bind 43 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
@@ -72,7 +72,7 @@
72 * ibuf-ext.el (ibuffer-filter-by-filename): 72 * ibuf-ext.el (ibuffer-filter-by-filename):
73 Make it work with dired buffers too. 73 Make it work with dired buffers too.
74 74
752013-07-31 Dmitry Antipov <dmantipov@yandex.ru> 752013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
76 76
77 * emacs-lisp/re-builder.el (reb-color-display-p): 77 * emacs-lisp/re-builder.el (reb-color-display-p):
78 * files.el (save-buffers-kill-terminal): 78 * files.el (save-buffers-kill-terminal):
@@ -117,7 +117,7 @@
117 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume 117 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
118 point-min==1. Fix search string. Fix parentheses missing. 118 point-min==1. Fix search string. Fix parentheses missing.
119 119
120 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not 120 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
121 assume point-min==1. Fix search string. Fix parentheses missing. 121 assume point-min==1. Fix search string. Fix parentheses missing.
122 122
123 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'. 123 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
@@ -181,7 +181,7 @@
181 * progmodes/cc-engine.el (c-beginning-of-statement-1) 181 * progmodes/cc-engine.el (c-beginning-of-statement-1)
182 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key. 182 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
183 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal 183 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
184 with c-block-stmet-1-2-key. 184 with c-block-stmt-1-2-key.
185 185
1862013-07-27 Juanma Barranquero <lekktu@gmail.com> 1862013-07-27 Juanma Barranquero <lekktu@gmail.com>
187 187
diff --git a/src/ChangeLog b/src/ChangeLog
index c8626802af6..08b4e053e7b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -429,7 +429,7 @@
429 code a bit. It makes no difference on POSIXish platforms but 429 code a bit. It makes no difference on POSIXish platforms but
430 apparently it fixes a bug on w32. 430 apparently it fixes a bug on w32.
431 431
432 Fix bug where insert-file-contents closes a file twice. (Bug#14839). 432 Fix bug where insert-file-contents closes a file twice (Bug#14839).
433 * fileio.c (close_file_unwind): Don't close if FD is negative; 433 * fileio.c (close_file_unwind): Don't close if FD is negative;
434 this can happen when unwinding a zapped file descriptor. 434 this can happen when unwinding a zapped file descriptor.
435 (Finsert_file_contents): Unwind-protect the fd before the point marker, 435 (Finsert_file_contents): Unwind-protect the fd before the point marker,
@@ -582,7 +582,7 @@
582 (make_lispy_focus_in, make_lispy_focus_out): Declare and define. 582 (make_lispy_focus_in, make_lispy_focus_out): Declare and define.
583 (kbd_buffer_get_event): For FOCUS_IN, make a focus_in event if no 583 (kbd_buffer_get_event): For FOCUS_IN, make a focus_in event if no
584 switch frame event is made. Check ! NILP (event->arg) if X11 (moved 584 switch frame event is made. Check ! NILP (event->arg) if X11 (moved
585 from xterm.c). Make focus_out event for FOCUS_OUT_EVENT if NS or X11 585 from xterm.c). Make focus_out event for FOCUS_OUT_EVENT if NS or X11
586 and there is a focused frame. 586 and there is a focused frame.
587 (head_table): Add focus-in and focus-out. 587 (head_table): Add focus-in and focus-out.
588 (keys_of_keyboard): Add focus-in and focus-out to Vspecial_event_map, 588 (keys_of_keyboard): Add focus-in and focus-out to Vspecial_event_map,
@@ -955,7 +955,7 @@
955 (emacswrite_sig, emacs_perror): New functions. 955 (emacswrite_sig, emacs_perror): New functions.
956 * xrdb.c (fatal): Don't invoke perror, since errno might be garbage. 956 * xrdb.c (fatal): Don't invoke perror, since errno might be garbage.
957 957
9582013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change). 9582013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
959 959
960 * image.c (imagemagick_load_image): Do not use MagickExportImagePixels 960 * image.c (imagemagick_load_image): Do not use MagickExportImagePixels
961 on NS even if it is present. Pixmap on NS is a void*. 961 on NS even if it is present. Pixmap on NS is a void*.
@@ -1630,7 +1630,7 @@
1630 Now static. 1630 Now static.
1631 * lisp.h: Remove the abovementioned defns and decls. 1631 * lisp.h: Remove the abovementioned defns and decls.
1632 1632
1633 Use functions, not macros, for XINT etc. (Bug#11935). 1633 Use functions, not macros, for XINT etc (Bug#11935).
1634 In lisp.h, prefer functions to function-like macros, and 1634 In lisp.h, prefer functions to function-like macros, and
1635 constants to object-like macros, when either will do. This: 1635 constants to object-like macros, when either will do. This:
1636 . simplifies use, as there's no more need to worry about 1636 . simplifies use, as there's no more need to worry about