diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-08-21 17:37:04 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-08-21 17:37:04 +0000 |
commit | 55d3523d04c7e92466b0440dbd27a23c7c49a146 (patch) | |
tree | 16b48bc72336160d79c304a29259c41898555e2e /ChangeLog | |
parent | 8bd881b7b6575f158e33722813b23891ddb46c34 (diff) | |
download | zsh-55d3523d04c7e92466b0440dbd27a23c7c49a146.tar.gz zsh-55d3523d04c7e92466b0440dbd27a23c7c49a146.tar.xz zsh-55d3523d04c7e92466b0440dbd27a23c7c49a146.zip |
unposted: calendar_scandate needs to find the first time on the line
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4737347d7..a9a27cb8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-08-21 Peter Stephenson <pws@csr.com> + * unposted: Functions/Calendar/calendar_scandate: ensure we + match the first time on the line so as to hook up with date. + Could usefully be done with the date too, but not as crucial. + * users/11790: Functions/Zle/{up,down}-line-or-beginning-search: emulate -L zsh to avoid nounset problem. |