summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2002-03-24 23:57:15 +0000
committerWayne Davison <wayned@users.sourceforge.net>2002-03-24 23:57:15 +0000
commitea16062ff72f694f3ea67da016f9260cfe7eeba4 (patch)
tree4189a2742d5f9e4d18a606aa2fae32dc5150b978
parentc5015e19de0a08d7e11a5b74c1c2f075c2426e0d (diff)
downloadzsh-ea16062ff72f694f3ea67da016f9260cfe7eeba4.tar.gz
zsh-ea16062ff72f694f3ea67da016f9260cfe7eeba4.zip
16890
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1616fbbe..85d5a30e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-03-24 Wayne Davison <wayned@users.sourceforge.net>
+
+ * 16890: Src/hist.c, Src/params.c: Made SAVEHIST a special parameter,
+ and used "savehistsiz" in place of getiparam("SAVEHIST"). This fixes
+ an annoying history-truncation bug after getting a parser error!
+
+ * unposted: Src/builtin.c: got rid of unused-variable compiler
+ warning.
+
2002-03-21 Peter Stephenson <pws@csr.com>
* 16879: Functions/Zle/up-line-or-beginning-search,