summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2006-01-17 17:42:03 +0000
committerpaul <paul>2006-01-17 17:42:03 +0000
commit789f78ac5a5bf1c22c9c053c883f60d45761e89b (patch)
treeff7e4a00e6ff72fc3f15c8cd648a34f9c0160f34 /lib/ChangeLog
parent7d0b0c4b7f510178a8960b0e00368be017ed5a08 (diff)
[lib/vty] Add 'no terminal monitor' alias
2006-01-17 Paul Jakma <paul.jakma@sun.com> * vty.c: (no_terminal_monitor_cmd) New ALIAS for terminal_no_monitor, in the more normal negating format, to be kind to my fingers. (vty_init) install new ALIAS.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index a3270c68..430e6aac 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -3,6 +3,10 @@
* md5.{c,h}: (md5_loop) Is better off taking a void * and doing
cast to byte wise type internally, avoids needs for casts
in users.
+ * vty.c: (no_terminal_monitor_cmd) New ALIAS for
+ terminal_no_monitor, in the more normal negating format,
+ to be kind to my fingers.
+ (vty_init) install new ALIAS.
2006-01-16 Paul Jakma <paul.jakma@sun.com>