aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index df44bca7b1c..6947c5eddd5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12013-10-11 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (display_tty_menu_item): Make sure we never write beyond
4 the end of the frame's glyph matrix. (Bug#15575)
5
6 * term.c (tty_menu_display): Don't move cursor while overwriting
7 frame's glyphs with menu items. Limit the number of items
8 displayed to what can be shown on the available screen lines,
9 excluding the echo area.
10 (tty_menu_activate): Limit the Y coordinate allowed by
11 read_menu_input to the last screen line used for menu display.
12
12013-10-11 Paul Eggert <eggert@cs.ucla.edu> 132013-10-11 Paul Eggert <eggert@cs.ucla.edu>
2 14
3 * lisp.h (eassume): New macro. 15 * lisp.h (eassume): New macro.