aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 74576709ffa..e6805691ecb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12014-09-25 Martin Rudalics <rudalics@gmx.at>
2
3 * frame.c (frame_inhibit_resize):
4 * widget.c (EmacsFrameResize):
5 * window.c (resize_frame_windows, Fset_window_configuration):
6 * xdisp.c (expose_frame):
7 * xfns.c (x_change_tool_bar_height):
8 * xmenu.c (update_frame_menubar):
9 * xterm.c (handle_one_xevent, x_new_font, x_set_window_size_1):
10 Remove code left dead after 2014-07-27 changes.
11
12014-09-25 Paul Eggert <eggert@cs.ucla.edu> 122014-09-25 Paul Eggert <eggert@cs.ucla.edu>
2 13
3 Fix local_cons etc. to not exhaust the stack when in a loop. 14 Fix local_cons etc. to not exhaust the stack when in a loop.