comparison src/ChangeLog @ 48953:b6cceff9402d

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 23 Dec 2002 18:42:49 +0000
parents 3cabed8b65b7
children 5491133e02c7
comparison
equal deleted inserted replaced
48952:ac7ebc63415a 48953:b6cceff9402d
1 2002-12-23 Richard M. Stallman <rms@gnu.org>
2
3 * buffer.c (syms_of_buffer) <scroll-up-aggressively>
4 <scroll-down-aggressively>: Doc fix.
5
6 * xmenu.c (parse_single_submenu): Use individual keymap's prompt
7 string as pane name, if there is one.
8 (set_frame_menubar): Save menu_items_n_panes from each call to
9 parse_single_submenu and use it when calling digest_single_submenu.
10
11 * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
12 Don't try to make last line fully visible if it is past end of window.
13
1 2002-12-22 Steven Tamm <steventamm@mac.com> 14 2002-12-22 Steven Tamm <steventamm@mac.com>
2 15
3 * macmenu.c (MIN_POPUP_SUBMENU_ID): Added 16 * macmenu.c (MIN_POPUP_SUBMENU_ID): Added
4 (mac_menu_show): Added support for hierarchical popup menus 17 (mac_menu_show): Added support for hierarchical popup menus
5 (add_menu_item): Removed indentation support 18 (add_menu_item): Removed indentation support