about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2005-03-18 22:46:26 +0000
committerWayne Davison <wayned@users.sourceforge.net>2005-03-18 22:46:26 +0000
commit0f1bcaa75bcc41ecab0ee236a29805fb48bd12ff (patch)
tree56dafe81d0244cbaa1ae20d3598f140ffa70b8fb /ChangeLog
parentbb738368ba8b85fe3ae1f28882152d69c479449e (diff)
downloadzsh-0f1bcaa75bcc41ecab0ee236a29805fb48bd12ff.tar.gz
zsh-0f1bcaa75bcc41ecab0ee236a29805fb48bd12ff.tar.xz
zsh-0f1bcaa75bcc41ecab0ee236a29805fb48bd12ff.zip
20984 (modified)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3af31081..677f35a2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-03-18  Wayne Davison  <wayned@users.sourceforge.net>
+
+	* 20984 (modified): Src/zsh.h, Src/options.c, Src/hist.c,
+	Doc/Zsh/options.yo:  Added a new option, HIST_SAVE_BY_COPY, and
+	made it enabled by default.  This changes the rewriting of the
+	history file to be done via copy and rename rather than truncate
+	and write-in-place.
+
 2005-03-18  Peter Stephenson  <pws@csr.com>
 
 	* 21014: Src/Zle/zle_hist.c: remember_edits() was broken,