summaryrefslogtreecommitdiff
path: root/vtysh/ChangeLog
diff options
context:
space:
mode:
authorhasso <hasso>2004-04-06 11:36:17 +0000
committerhasso <hasso>2004-04-06 11:36:17 +0000
commit4991f6ca305a325d1ec7a38eeb2a7cf8cf6d7f2d (patch)
treed45f34157f2b7df39427683b4c42bb5739b22939 /vtysh/ChangeLog
parent128d31d34220192c27c2d1d8eff91e0471c5237c (diff)
Vtysh fixes:
* replace -e with -c * don't save command in history if last line is the same one * doc/help fixes
Diffstat (limited to 'vtysh/ChangeLog')
-rw-r--r--vtysh/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/vtysh/ChangeLog b/vtysh/ChangeLog
index f4bf9341..8e2875bf 100644
--- a/vtysh/ChangeLog
+++ b/vtysh/ChangeLog
@@ -1,3 +1,10 @@
+2004-04-06 Hasso Tepper <hasso@estpak.ee>
+
+ * vtysh_main.c: Don't save command to history if last command already
+ there is same.
+ * vtysh_main.c: Replace -e with -c.
+ * vtysh_main.c: Fix help.
+
2004-03-04 Hasso Tepper <hasso@estpak.ee>
* vtysh.c: Remove using PAGER.