diff options
author | Clint Adams <clint@users.sourceforge.net> | 2007-12-13 22:20:58 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2007-12-13 22:20:58 +0000 |
commit | 75c0f5cde8994b3bc3b277263311d8ac553435c9 (patch) | |
tree | 2277d52f8be19ab31729062803ad8e0c6eb9ae68 /ChangeLog | |
parent | c48b70d59e8c9df2c8999ffbdc603052fb609730 (diff) | |
download | zsh-75c0f5cde8994b3bc3b277263311d8ac553435c9.tar.gz zsh-75c0f5cde8994b3bc3b277263311d8ac553435c9.tar.xz zsh-75c0f5cde8994b3bc3b277263311d8ac553435c9.zip |
24242: unify top lines as #!/bin/zsh (followed by options).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4c0d1d6af..1e3a0b3eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-12-13 Clint Adams <clint@zsh.org> + * 24242: Functions/Calendar/calendar_add, Functions/Example/cat, + Functions/Example/zless, Functions/Misc/checkmail, + Functions/Misc/run-help, Functions/Misc/zcalc, Functions/Misc/zkbd: + unify top lines as #!/bin/zsh (followed by options). + * Peter: 24235: Completion/Base/Utility/_arguments: handle underscores. |