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.
diff --git a/lib/ChangeLog b/lib/ChangeLog
index d14c61d..b14f183 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>