aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index aa3a65ccb60..04f5f0d6bbe 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -11,6 +11,39 @@
11 11
12 * fileio.c (Finsert_file_contents): Cancel the previous change. 12 * fileio.c (Finsert_file_contents): Cancel the previous change.
13 13
142014-01-29 Martin Rudalics <rudalics@gmx.at>
15
16 * w32fns.c (x_set_tool_bar_lines): Don't clear area on frames
17 that are not visible.
18
192014-01-29 Jan Djärv <jan.h.d@swipnet.se>
20
21 * xmenu.c (create_and_show_popup_menu): Handle case when no key
22 is grabbed (Bug#16565).
23
242014-01-28 Martin Rudalics <rudalics@gmx.at>
25
26 * xdisp.c (last_max_ascent): Re-remove after erroneously
27 reintroducing it on 2013-11-30 and abolishing Dmitry's removal
28 from 2013-03-29.
29 (move_it_to): Re-remove reference to last_max_ascent.
30 (Fwindow_text_pixel_size): Add iterator's max_ascent and
31 max_descent here instead of calling line_bottom_y. Fix
32 doc-string.
33
342014-01-28 Dmitry Antipov <dmantipov@yandex.ru>
35
36 * terminal.c (initial_free_frame_resources): New function.
37 (init_initial_terminal): Install new hook to free face cache
38 on initial frame and avoid memory leak. For details, see
39 <http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01974.html>.
40 * xfaces.c (free_frame_faces): Adjust comment.
41
422014-01-26 Paul Eggert <eggert@cs.ucla.edu>
43
44 * data.c (Fstring_to_number): Document results if unparsable
45 (Bug#16551).
46
142014-01-26 Jan Djärv <jan.h.d@swipnet.se> 472014-01-26 Jan Djärv <jan.h.d@swipnet.se>
15 48
16 * xterm.c (x_focus_changed): Check for non-X terminal-frame (Bug#16540) 49 * xterm.c (x_focus_changed): Check for non-X terminal-frame (Bug#16540)