diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2005-03-16 19:13:22 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2005-03-16 19:13:22 +0000 |
commit | d9e6352d40851ababe764a564907c19d182891c0 (patch) | |
tree | b31603b159485c11f832d31402f0c7a59b492dc2 | |
parent | 51ec0b8079ed19c107f2f7f1ab4326c488ee3198 (diff) | |
download | zsh-d9e6352d40851ababe764a564907c19d182891c0.tar.gz zsh-d9e6352d40851ababe764a564907c19d182891c0.tar.xz zsh-d9e6352d40851ababe764a564907c19d182891c0.zip |
Mention my latest _rsync change and added #20917 to the not
really "unposted" _make change.
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 2e6dd5118..e25eba8e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,9 +8,14 @@ * 20978: Src/zle_main.c: don't propagate EOFs from recursive edit. +2005-03-11 Wayne Davison <wayned@users.sourceforge.net> + + * unposted: Completion/Unix/Command/_rsync: A few more tweaks + to the various --*-dest options. + 2005-02-28 Philippe Troin <phil@fifi.org> - * 20886: configure.ac: Use TTOU with trap rather than SIGTTOU. + * 20886: configure.ac: Use TTOU with trap rather than SIGTTOU. 2005-03-13 Bart Schaefer <schaefer@zsh.org> @@ -140,8 +145,8 @@ 2005-03-02 Wayne Davison <wayned@users.sourceforge.net> - * unposted: Completion/Unix/Command/_make: Don't try to expand - a single-character Makefile variable if it is a digit. Avoids + * 20917: Completion/Unix/Command/_make: Don't try to expand a + single-character Makefile variable if it is a digit. Avoids an infinite recursion from a Makefile referencing $1. 2005-03-02 Clint Adams <clint@zsh.org> |