aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog20
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 @@
12014-04-18 Paul Eggert <eggert@cs.ucla.edu>
2
3 * emacs.c (close_output_streams): Don't clear and restore errno.
4
52014-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
102014-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
12014-04-17 Paul Eggert <eggert@cs.ucla.edu> 202014-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
242014-04-16 Eli Zaretskii <eliz@gnu.org> 432014-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.