diff options
author | paul <paul> | 2005-03-09 13:42:23 +0000 |
---|---|---|
committer | paul <paul> | 2005-03-09 13:42:23 +0000 |
commit | 4275b1de3a54650a81f82999c296b756ee5b5679 (patch) | |
tree | 34770ac1723285391c43a623028fd1e8e6c986ed /lib/ChangeLog | |
parent | 9e92eeab6cc40bc65ed9b1b7950e161fd1434d48 (diff) |
2005-03-09 Paul Jakma <paul.jakma@sun.com>
* command.c: (config_list_cmd) Don't list hidden or deprecated
commands, hiding these from tab completion is still to be done.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index d14c61d9..b14f1837 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -3,6 +3,8 @@ * command.c: Undo commit of sign warning fix and hidden command in list_cmd. Sign warning is more subtle. list_cmd on its own will be committed after. + * command.c: (config_list_cmd) Don't list hidden or deprecated + commands, hiding these from tab completion is still to be done. 2005-03-08 Paul Jakma <paul.jakma@sun.com> |