diff options
| author | Richard M. Stallman | 2002-07-31 06:15:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-31 06:15:58 +0000 |
| commit | ced89c24f5c9d794291aaccb9e55dcd6e7dbf66a (patch) | |
| tree | 2f70609ac6357a9d5bd1e19310c8f91bf1c3ab0f /src/ChangeLog | |
| parent | ac474af158838341ece00dd620f79a7e7cce283d (diff) | |
| download | emacs-ced89c24f5c9d794291aaccb9e55dcd6e7dbf66a.tar.gz emacs-ced89c24f5c9d794291aaccb9e55dcd6e7dbf66a.zip | |
(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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 936837e9970..58d1770e1e0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2002-07-31 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xmenu.c (set_frame_menubar): First parse all submenus, | ||
| 4 | then make widget_value trees from them. | ||
| 5 | Don't allocate any widget_value objects | ||
| 6 | until we are done with the parsing. | ||
| 7 | (parse_single_submenu): New function. | ||
| 8 | (digest_single_submenu): New function. | ||
| 9 | (single_submenu): Function deleted, replaced by those two. | ||
| 10 | |||
| 1 | 2002-07-30 Juanma Barranquero <lektu@terra.es> | 11 | 2002-07-30 Juanma Barranquero <lektu@terra.es> |
| 2 | 12 | ||
| 3 | * w32proc.c (syms_of_ntproc): Fix docstring of | 13 | * w32proc.c (syms_of_ntproc): Fix docstring of |