summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2002-07-05 10:49:46 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2002-07-05 10:49:46 +0000
commit363079af7600095d2accf6d2d6eebe68a97b0d81 (patch)
tree496962f30da40f5dfcfb33e1801f45d21d8c3ad3 /ChangeLog
parentimprove interactive mode when there are no matches left (alow to go back with... (diff)
downloadzsh-363079af7600095d2accf6d2d6eebe68a97b0d81.tar
zsh-363079af7600095d2accf6d2d6eebe68a97b0d81.tar.gz
zsh-363079af7600095d2accf6d2d6eebe68a97b0d81.tar.bz2
zsh-363079af7600095d2accf6d2d6eebe68a97b0d81.tar.lz
zsh-363079af7600095d2accf6d2d6eebe68a97b0d81.tar.xz
zsh-363079af7600095d2accf6d2d6eebe68a97b0d81.tar.zst
zsh-363079af7600095d2accf6d2d6eebe68a97b0d81.zip
17414: narrow-to-region save and restore.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9b7f9a94..85364d06d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-07-05 Peter Stephenson <pws@csr.com>
+
+ * 17414: Doc/Zsh/contrib.yo, Functions/Zle/narrow-to-region:
+ allow narrow-to-region to save and restore state, a bit
+ like save-restriction in emacs only completely different.
+
2002-07-05 Sven Wischnowsky <wischnow@zsh.org>
* 17429: Src/Zle/complist.c: improve interactive mode when