about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2004-11-16 19:05:50 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2004-11-16 19:05:50 +0000
commitba32e5229264d45029e27d40d8c3bf3b5fdeec51 (patch)
tree5538360837002bcb76b2bf8d33104872bb685c2d /ChangeLog
parentfece5e8960b0d6200c1a84690bc242c945fdfb1e (diff)
downloadzsh-ba32e5229264d45029e27d40d8c3bf3b5fdeec51.tar.gz
zsh-ba32e5229264d45029e27d40d8c3bf3b5fdeec51.tar.xz
zsh-ba32e5229264d45029e27d40d8c3bf3b5fdeec51.zip
users/8219: add $HISTCMD
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82e11a127..fb512ccd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2004-11-16  Peter Stephenson  <pws@csr.com>
 
+	* users/8219: Doc/Zsh/params.yo, Doc/Zsh/zle.yo,
+	Src/params.c: Add $HISTCMD which gives the current history
+	line number as in bash.  Works like ${(%):-%!} except that a human
+	being could find out how to use it, too.  Note it is
+	distinct from zle's $HISTNO.
+
 	* 20556: AIX 5.3 has a SOCKLEN_T definition, so use
 	ZSOCKLEN_T internally.