aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9fb23b2d825..d74e0ed270c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -7,6 +7,10 @@
7 * keymap.c (Fdefine_key, Flookup_key): 7 * keymap.c (Fdefine_key, Flookup_key):
8 * macros.c (Fstart_kbd_macro): Likewise. Avoid call to Flength. 8 * macros.c (Fstart_kbd_macro): Likewise. Avoid call to Flength.
9 9
10 * term.c (tty_menu_add_pane, tty_menu_add_selection):
11 Use menu_item_width.
12 (tty_menu_show): Simplify because ty_menu_create never return NULL.
13
102014-07-13 Paul Eggert <eggert@cs.ucla.edu> 142014-07-13 Paul Eggert <eggert@cs.ucla.edu>
11 15
12 Improve behavior of 'bzr up; cd src; make -k'. 16 Improve behavior of 'bzr up; cd src; make -k'.