diff options
| author | Juanma Barranquero | 2013-08-02 00:53:03 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2013-08-02 00:53:03 +0200 |
| commit | 44e18199d98d8d7a465f438d37280acfa42bad38 (patch) | |
| tree | 1cfeecea136e8918b9a9e9eca51561c30fb5ca68 /src | |
| parent | 6318cde023c4ffff777dde20768046e057d85448 (diff) | |
| download | emacs-44e18199d98d8d7a465f438d37280acfa42bad38.tar.gz emacs-44e18199d98d8d7a465f438d37280acfa42bad38.zip | |
Fix typos in ChangeLogs.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
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 | ||
| 958 | 2013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change). | 958 | 2013-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 |