diff options
| author | Kenichi Handa | 2014-01-29 22:39:00 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2014-01-29 22:39:00 +0900 |
| commit | 908df335d0ccb2779f23c695f355a9939fe07bf2 (patch) | |
| tree | 1cf4f8d633364c4833ed37d286104d8e4f7c8b0f /src/ChangeLog | |
| parent | 52840a9cc870d3e8946b6edebe2b0a0a23d23cec (diff) | |
| parent | 5442c6cebbf80898f83d211d5b0d34cbfb289490 (diff) | |
| download | emacs-908df335d0ccb2779f23c695f355a9939fe07bf2.tar.gz emacs-908df335d0ccb2779f23c695f355a9939fe07bf2.zip | |
merge trunk
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 33 |
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 | ||
| 14 | 2014-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 | |||
| 19 | 2014-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 | |||
| 24 | 2014-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 | |||
| 34 | 2014-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 | |||
| 42 | 2014-01-26 Paul Eggert <eggert@cs.ucla.edu> | ||
| 43 | |||
| 44 | * data.c (Fstring_to_number): Document results if unparsable | ||
| 45 | (Bug#16551). | ||
| 46 | |||
| 14 | 2014-01-26 Jan Djärv <jan.h.d@swipnet.se> | 47 | 2014-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) |