diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 07cf65a..b97e14d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2002-01-10 Eli Zaretskii <eliz@is.elta.co.il> + + * completer.c (command_completer): New function. + + * completer.h <command_completer>: Add prototype. + + * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the + completer for the "help" command. + 2002-01-09 Jason Merrill <jason@redhat.com> * c-typeprint.c (is_type_conversion_operator): Fix thinko. |