emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Sun, 19 Feb 2006 07:33:40 +0000

Index: emacs/src/ChangeLog
diff -u emacs/src/ChangeLog:1.4884 emacs/src/ChangeLog:1.4885
--- emacs/src/ChangeLog:1.4884  Sat Feb 18 22:17:09 2006
+++ emacs/src/ChangeLog Sun Feb 19 07:33:40 2006
@@ -1,3 +1,23 @@
+2006-02-19  YAMAMOTO Mitsuharu  <address@hidden>
+
+       * xdisp.c (update_menu_bar) [MAC_OS]: Don't set
+       w->update_mode_line if arg F is not the selected frame.
+
+       * macmenu.c (popup_activated_flag, submenu_id)
+       (next_menubar_widget_id): Remove variables.
+       (initialize_frame_menubar): Remove function.
+       (pop_down_menu, mac_menu_show): Simplify save value.
+       (dispose_menus): New function.
+       (pop_down_menu, fill_menubar): Use it.
+       (fill_submenu): Remove function.  All uses changed to fill_menu.
+       (add_menu_item): Remove args SUBMENU and FORCE_DISABLE.  New arg
+       POS.  Don't call SetMenuItemHierarchicalID here.
+       (fill_menu): Add arg SUBMENU_ID.  Return submenu_id that is to be
+       used next.  Call SetMenuItemHierarchicalID here.
+       (fill_menubar): Add arg DEEP_P.  All uses changed.  Clean up menu
+       objects if needed.  Reuse existing menu bar titles if possible.
+       (set_frame_menubar): Don't clean up menu objects here.
+
 2006-02-18  Chong Yidong  <address@hidden>
 
        * window.c (window_min_size_1): Ensure room for the scroll bar and




reply via email to

[Prev in Thread] Current Thread [Next in Thread]