diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-03-19 16:39:36 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-03-19 16:39:36 +0000 |
commit | 5e629a45659e512fae2f3a7f411f12f82defeeb5 (patch) | |
tree | abfcbc51d2265125e5d20249ce8315e7c29ff248 /ChangeLog | |
parent | 95a581f6d46629ccba7a5c1b40e0794598e61325 (diff) | |
download | zsh-5e629a45659e512fae2f3a7f411f12f82defeeb5.tar.gz zsh-5e629a45659e512fae2f3a7f411f12f82defeeb5.tar.xz zsh-5e629a45659e512fae2f3a7f411f12f82defeeb5.zip |
update calendar to run calendar_show in current shell
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 003de9c54..7ad83b2e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-03-19 Peter Stephenson <pws@csr.com> + * unposted: Functions/Calendar/calendar: update previous + change also to perform calendar_show in current shell since + it interacts better with zle for use with sched. + * 27808: Completion/Unix/Type/_files: Use // parameter substitution instead of :gs. This form is consistent with the rest of the file and has handled quoting correctly for longer. @@ -12934,5 +12938,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4938 $ +* $Revision: 1.4939 $ ***************************************************** |