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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Mon, 05 Aug 2002 12:39:06 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2807 emacs/src/ChangeLog:1.2808
*** emacs/src/ChangeLog:1.2807  Sun Aug  4 15:29:06 2002
--- emacs/src/ChangeLog Mon Aug  5 12:33:55 2002
***************
*** 1,3 ****
--- 1,27 ----
+ 2002-08-01  David Ponce  <address@hidden>
+ 
+       * w32menu.c (local_heap, local_alloc, local_free): New macros.
+       (malloc_widget_value, free_widget_value)
+       (w32_free_submenu_strings): Use them.
+ 
+       (push_submenu_start, push_submenu_end, push_left_right_boundary)
+       (push_menu_pane, push_menu_item, single_keymap_panes)
+       (single_menu_item, Fx_popup_menu, menubar_selection_callback)
+       (single_submenu, set_frame_menubar)
+       (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
+ 
+       (Fx_popup_menu):  Don't show pop up menu until preceding one is
+       actually cleaned up.  Moved UNGCPRO outside #ifdef HAVE_MENUS block.
+ 
+       * w32menu.c: Changes adapted from xmenu.c
+       (set_frame_menubar): First parse all submenus,
+       then make widget_value trees from them.
+       Don't allocate any widget_value objects
+       until we are done with the parsing.
+       (parse_single_submenu): New function.
+       (digest_single_submenu): New function.
+       (single_submenu): Function deleted, replaced by those two.
+ 
  2002-08-04  Andrew Choi  <address@hidden>
  
        * macterm.c (XTread_socket): Check that FrontNonFloatingWindow



reply via email to

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