Fix typos in ChangeLogs.
This commit is contained in:
parent
6318cde023
commit
44e18199d9
2 changed files with 11 additions and 11 deletions
|
@ -15,8 +15,8 @@
|
|||
(tramp-handle-file-notify-rm-watch): New functions.
|
||||
(tramp-call-process): Do not bind `default-directory'.
|
||||
|
||||
* net/tramp-adb.el (tramp-adb-file-name-handler-alist): Order
|
||||
alphabetically.
|
||||
* net/tramp-adb.el (tramp-adb-file-name-handler-alist):
|
||||
Order alphabetically.
|
||||
[access-file, add-name-to-file, dired-call-process]:
|
||||
[dired-compress-file, file-acl, file-notify-rm-watch]:
|
||||
[file-ownership-preserved-p, file-selinux-context]:
|
||||
|
@ -36,8 +36,8 @@
|
|||
(tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
|
||||
(tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
|
||||
|
||||
* net/tramp-sh.el (tramp-sh-file-name-handler-alist): Order
|
||||
alphabetically.
|
||||
* net/tramp-sh.el (tramp-sh-file-name-handler-alist):
|
||||
Order alphabetically.
|
||||
[file-notify-rm-watch ]: Use default Tramp handler.
|
||||
[executable-find]: Remove private handler.
|
||||
(tramp-do-copy-or-rename-file-out-of-band): Do not bind
|
||||
|
@ -72,7 +72,7 @@
|
|||
* ibuf-ext.el (ibuffer-filter-by-filename):
|
||||
Make it work with dired buffers too.
|
||||
|
||||
2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
|
||||
2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
|
||||
|
||||
* emacs-lisp/re-builder.el (reb-color-display-p):
|
||||
* files.el (save-buffers-kill-terminal):
|
||||
|
@ -117,7 +117,7 @@
|
|||
* vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
|
||||
point-min==1. Fix search string. Fix parentheses missing.
|
||||
|
||||
* vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
|
||||
* vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
|
||||
assume point-min==1. Fix search string. Fix parentheses missing.
|
||||
|
||||
* vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
|
||||
|
@ -181,7 +181,7 @@
|
|||
* progmodes/cc-engine.el (c-beginning-of-statement-1)
|
||||
(c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
|
||||
* progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
|
||||
with c-block-stmet-1-2-key.
|
||||
with c-block-stmt-1-2-key.
|
||||
|
||||
2013-07-27 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
|
|
|
@ -429,7 +429,7 @@
|
|||
code a bit. It makes no difference on POSIXish platforms but
|
||||
apparently it fixes a bug on w32.
|
||||
|
||||
Fix bug where insert-file-contents closes a file twice. (Bug#14839).
|
||||
Fix bug where insert-file-contents closes a file twice (Bug#14839).
|
||||
* fileio.c (close_file_unwind): Don't close if FD is negative;
|
||||
this can happen when unwinding a zapped file descriptor.
|
||||
(Finsert_file_contents): Unwind-protect the fd before the point marker,
|
||||
|
@ -582,7 +582,7 @@
|
|||
(make_lispy_focus_in, make_lispy_focus_out): Declare and define.
|
||||
(kbd_buffer_get_event): For FOCUS_IN, make a focus_in event if no
|
||||
switch frame event is made. Check ! NILP (event->arg) if X11 (moved
|
||||
from xterm.c). Make focus_out event for FOCUS_OUT_EVENT if NS or X11
|
||||
from xterm.c). Make focus_out event for FOCUS_OUT_EVENT if NS or X11
|
||||
and there is a focused frame.
|
||||
(head_table): Add focus-in and focus-out.
|
||||
(keys_of_keyboard): Add focus-in and focus-out to Vspecial_event_map,
|
||||
|
@ -955,7 +955,7 @@
|
|||
(emacswrite_sig, emacs_perror): New functions.
|
||||
* xrdb.c (fatal): Don't invoke perror, since errno might be garbage.
|
||||
|
||||
2013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change).
|
||||
2013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
|
||||
|
||||
* image.c (imagemagick_load_image): Do not use MagickExportImagePixels
|
||||
on NS even if it is present. Pixmap on NS is a void*.
|
||||
|
@ -1630,7 +1630,7 @@
|
|||
Now static.
|
||||
* lisp.h: Remove the abovementioned defns and decls.
|
||||
|
||||
Use functions, not macros, for XINT etc. (Bug#11935).
|
||||
Use functions, not macros, for XINT etc (Bug#11935).
|
||||
In lisp.h, prefer functions to function-like macros, and
|
||||
constants to object-like macros, when either will do. This:
|
||||
. simplifies use, as there's no more need to worry about
|
||||
|
|
Loading…
Add table
Reference in a new issue