comparison src/ChangeLog @ 112079:492307508262

Fix bug #7662 with aligning key bindings equivalent to menu items. keyboard.c (parse_menu_item): Prepend " " to the key sequence equivalent of a menu item when the key sequence is given by the `:keys' attribute.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 25 Dec 2010 19:19:57 +0200
parents 9546b9e764b9
children e829321a29ff
comparison
equal deleted inserted replaced
112078:2285c33f3bb0 112079:492307508262
1 2010-12-25 Eli Zaretskii <eliz@gnu.org> 1 2010-12-25 Eli Zaretskii <eliz@gnu.org>
2
3 * keyboard.c (parse_menu_item): Prepend " " to the key sequence
4 equivalent of a menu item when the key sequence is given by the
5 `:keys' attribute. (Bug#7662)
2 6
3 * xdisp.c (Fformat_mode_line): Doc fix: no need to state that only 7 * xdisp.c (Fformat_mode_line): Doc fix: no need to state that only
4 the basic faces are supported. 8 the basic faces are supported.
5 9
6 2010-12-24 Jan Djärv <jan.h.d@swipnet.se> 10 2010-12-24 Jan Djärv <jan.h.d@swipnet.se>