diff options
| author | Juanma Barranquero | 2014-04-19 01:36:51 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2014-04-19 01:36:51 +0200 |
| commit | bba633792b813249a47dde828cbf84cdb946ba60 (patch) | |
| tree | e320e5217ad3dc878e49fb86be7297a5cef60e5f /src/ChangeLog | |
| parent | f0496348d1b9b1f2fff9e4265f51cbdc77eb40dc (diff) | |
| parent | 2a2e6726d1f7031d89fd6740e5b167476267f778 (diff) | |
| download | emacs-bba633792b813249a47dde828cbf84cdb946ba60.tar.gz emacs-bba633792b813249a47dde828cbf84cdb946ba60.zip | |
Merge from emacs-24; up to 2014-04-16T15:28:06Z!eggert@cs.ucla.edu
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 96c46d09624..34ae84c788f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2014-04-18 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * emacs.c (close_output_streams): Don't clear and restore errno. | ||
| 4 | |||
| 5 | 2014-04-18 Jan Djärv <jan.h.d@swipnet.se> | ||
| 6 | |||
| 7 | * xterm.c (x_make_frame_visible): Prevent endless loop when frame | ||
| 8 | never becomes visible, i.e. using XMonad (Bug#17237). | ||
| 9 | |||
| 10 | 2014-04-18 Eli Zaretskii <eliz@gnu.org> | ||
| 11 | |||
| 12 | * xdisp.c (insert_left_trunc_glyphs): Ensure the left truncation | ||
| 13 | glyph is written to TEXT_AREA of the temporary glyph_row. (Bug#17288) | ||
| 14 | (Fline_pixel_height): Don't assume that the current buffer and the | ||
| 15 | selected window's buffer are one and the same. (Bug#17281) | ||
| 16 | |||
| 17 | * insdel.c (invalidate_buffer_caches): Invalidate the bidi | ||
| 18 | paragraph-start cache before the newline cache. (Bug#17269) | ||
| 19 | |||
| 1 | 2014-04-17 Paul Eggert <eggert@cs.ucla.edu> | 20 | 2014-04-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 21 | ||
| 3 | * term.c (tty_send_additional_strings): No need to fflush here, | 22 | * term.c (tty_send_additional_strings): No need to fflush here, |
| @@ -23,6 +42,7 @@ | |||
| 23 | 42 | ||
| 24 | 2014-04-16 Eli Zaretskii <eliz@gnu.org> | 43 | 2014-04-16 Eli Zaretskii <eliz@gnu.org> |
| 25 | 44 | ||
| 45 | Fix the MSDOS build. | ||
| 26 | * unexcoff.c [MSDOS]: Include libc/atexit.h. | 46 | * unexcoff.c [MSDOS]: Include libc/atexit.h. |
| 27 | (copy_text_and_data): Zero out the atexit chain pointer before | 47 | (copy_text_and_data): Zero out the atexit chain pointer before |
| 28 | dumping Emacs. | 48 | dumping Emacs. |