Mercurial > emacs
diff src/ChangeLog @ 46754:ff5741579fc4
*** empty log message ***
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 31 Jul 2002 06:15:58 +0000 |
| parents | 320ae387da9c |
| children | 16b6134d7193 |
line wrap: on
line diff
--- a/src/ChangeLog Wed Jul 31 06:15:47 2002 +0000 +++ b/src/ChangeLog Wed Jul 31 06:15:58 2002 +0000 @@ -1,3 +1,13 @@ +2002-07-31 Richard M. Stallman <rms@gnu.org> + + * 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-07-30 Juanma Barranquero <lektu@terra.es> * w32proc.c (syms_of_ntproc): Fix docstring of
