diff options
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 |