summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7eb037166..2d8bc107b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-24 Geoff Wing <gcw@zsh.org>
+
+ * 16063: Src/zsh.h, Src/options.c, Src/Zle/zle_main.c,
+ Src/Zle/zle_refresh.c, Doc/Zsh/options.yo: add transientrprompt
+ option to remove right prompt from display when accepting commands
+
2001-10-23 Bart Schaefer <schaefer@zsh.org>
* 16124: Src/loop.c: Fix infinite loop on `case' with xtrace