Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
44e18199
Commit
44e18199
authored
Aug 02, 2013
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in ChangeLogs.
parent
6318cde0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
lisp/ChangeLog
lisp/ChangeLog
+7
-7
src/ChangeLog
src/ChangeLog
+4
-4
No files found.
lisp/ChangeLog
View file @
44e18199
...
@@ -15,8 +15,8 @@
...
@@ -15,8 +15,8 @@
(tramp-handle-file-notify-rm-watch): New functions.
(tramp-handle-file-notify-rm-watch): New functions.
(tramp-call-process): Do not bind `default-directory'.
(tramp-call-process): Do not bind `default-directory'.
* net/tramp-adb.el (tramp-adb-file-name-handler-alist):
Order
* net/tramp-adb.el (tramp-adb-file-name-handler-alist):
alphabetically.
Order
alphabetically.
[access-file, add-name-to-file, dired-call-process]:
[access-file, add-name-to-file, dired-call-process]:
[dired-compress-file, file-acl, file-notify-rm-watch]:
[dired-compress-file, file-acl, file-notify-rm-watch]:
[file-ownership-preserved-p, file-selinux-context]:
[file-ownership-preserved-p, file-selinux-context]:
...
@@ -36,8 +36,8 @@
...
@@ -36,8 +36,8 @@
(tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
(tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
(tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
(tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
* net/tramp-sh.el (tramp-sh-file-name-handler-alist):
Order
* net/tramp-sh.el (tramp-sh-file-name-handler-alist):
alphabetically.
Order
alphabetically.
[file-notify-rm-watch ]: Use default Tramp handler.
[file-notify-rm-watch ]: Use default Tramp handler.
[executable-find]: Remove private handler.
[executable-find]: Remove private handler.
(tramp-do-copy-or-rename-file-out-of-band): Do not bind
(tramp-do-copy-or-rename-file-out-of-band): Do not bind
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
* ibuf-ext.el (ibuffer-filter-by-filename):
* ibuf-ext.el (ibuffer-filter-by-filename):
Make it work with dired buffers too.
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):
* emacs-lisp/re-builder.el (reb-color-display-p):
* files.el (save-buffers-kill-terminal):
* files.el (save-buffers-kill-terminal):
...
@@ -117,7 +117,7 @@
...
@@ -117,7 +117,7 @@
* vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
* vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
point-min==1. Fix search string. Fix parentheses missing.
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.
assume point-min==1. Fix search string. Fix parentheses missing.
* vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
* vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
...
@@ -181,7 +181,7 @@
...
@@ -181,7 +181,7 @@
* progmodes/cc-engine.el (c-beginning-of-statement-1)
* progmodes/cc-engine.el (c-beginning-of-statement-1)
(c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
(c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
* progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
* progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
with c-block-stm
e
t-1-2-key.
with c-block-stmt-1-2-key.
2013-07-27 Juanma Barranquero <lekktu@gmail.com>
2013-07-27 Juanma Barranquero <lekktu@gmail.com>
...
...
src/ChangeLog
View file @
44e18199
...
@@ -429,7 +429,7 @@
...
@@ -429,7 +429,7 @@
code a bit. It makes no difference on POSIXish platforms but
code a bit. It makes no difference on POSIXish platforms but
apparently it fixes a bug on w32.
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;
* fileio.c (close_file_unwind): Don't close if FD is negative;
this can happen when unwinding a zapped file descriptor.
this can happen when unwinding a zapped file descriptor.
(Finsert_file_contents): Unwind-protect the fd before the point marker,
(Finsert_file_contents): Unwind-protect the fd before the point marker,
...
@@ -582,7 +582,7 @@
...
@@ -582,7 +582,7 @@
(make_lispy_focus_in, make_lispy_focus_out): Declare and define.
(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
(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
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.
and there is a focused frame.
(head_table): Add focus-in and focus-out.
(head_table): Add focus-in and focus-out.
(keys_of_keyboard): Add focus-in and focus-out to Vspecial_event_map,
(keys_of_keyboard): Add focus-in and focus-out to Vspecial_event_map,
...
@@ -955,7 +955,7 @@
...
@@ -955,7 +955,7 @@
(emacswrite_sig, emacs_perror): New functions.
(emacswrite_sig, emacs_perror): New functions.
* xrdb.c (fatal): Don't invoke perror, since errno might be garbage.
* 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
* image.c (imagemagick_load_image): Do not use MagickExportImagePixels
on NS even if it is present. Pixmap on NS is a void*.
on NS even if it is present. Pixmap on NS is a void*.
...
@@ -1630,7 +1630,7 @@
...
@@ -1630,7 +1630,7 @@
Now static.
Now static.
* lisp.h: Remove the abovementioned defns and decls.
* 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
In lisp.h, prefer functions to function-like macros, and
constants to object-like macros, when either will do. This:
constants to object-like macros, when either will do. This:
. simplifies use, as there's no more need to worry about
. simplifies use, as there's no more need to worry about
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment