Mercurial > emacs
comparison src/ChangeLog @ 69003:778b71fe14ef
*** empty log message ***
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Sun, 19 Feb 2006 07:33:40 +0000 |
parents | 5d68b6ede0d1 |
children | e4e1c1572306 |
comparison
equal
deleted
inserted
replaced
69002:b85178809d5c | 69003:778b71fe14ef |
---|---|
1 2006-02-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
2 | |
3 * xdisp.c (update_menu_bar) [MAC_OS]: Don't set | |
4 w->update_mode_line if arg F is not the selected frame. | |
5 | |
6 * macmenu.c (popup_activated_flag, submenu_id) | |
7 (next_menubar_widget_id): Remove variables. | |
8 (initialize_frame_menubar): Remove function. | |
9 (pop_down_menu, mac_menu_show): Simplify save value. | |
10 (dispose_menus): New function. | |
11 (pop_down_menu, fill_menubar): Use it. | |
12 (fill_submenu): Remove function. All uses changed to fill_menu. | |
13 (add_menu_item): Remove args SUBMENU and FORCE_DISABLE. New arg | |
14 POS. Don't call SetMenuItemHierarchicalID here. | |
15 (fill_menu): Add arg SUBMENU_ID. Return submenu_id that is to be | |
16 used next. Call SetMenuItemHierarchicalID here. | |
17 (fill_menubar): Add arg DEEP_P. All uses changed. Clean up menu | |
18 objects if needed. Reuse existing menu bar titles if possible. | |
19 (set_frame_menubar): Don't clean up menu objects here. | |
20 | |
1 2006-02-18 Chong Yidong <cyd@stupidchicken.com> | 21 2006-02-18 Chong Yidong <cyd@stupidchicken.com> |
2 | 22 |
3 * window.c (window_min_size_1): Ensure room for the scroll bar and | 23 * window.c (window_min_size_1): Ensure room for the scroll bar and |
4 fringes. | 24 fringes. |
5 | 25 |