diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-10-03 08:49:59 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-10-03 08:49:59 +0000 |
commit | 0245917d65c5007d7e42745fe1c106ed2e8d32e3 (patch) | |
tree | ba2e426c5875df2b3b3e9a8d95430383456804f5 | |
parent | 8b1246323f52121f9b647f6b052cd87bef73619e (diff) | |
download | zsh-0245917d65c5007d7e42745fe1c106ed2e8d32e3.tar.gz zsh-0245917d65c5007d7e42745fe1c106ed2e8d32e3.tar.xz zsh-0245917d65c5007d7e42745fe1c106ed2e8d32e3.zip |
Fix ChangeLog corruption
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 152865e85..759bf2668 100644 --- a/ChangeLog +++ b/ChangeLog @@ -240,9 +240,6 @@ 2007-08-19 Clint Adams <clint@zsh.org> * R.Ramkumar: 23783: Completion/Zsh/Command/_command, -2007-08-19 Clint Adams <clint@zsh.org> - - * R.Ramkumar: 23783: Completion/Zsh/Command/_command, Completion/Zsh/Command/_hash, Completion/Zsh/Command/_which, Completion/Zsh/Context/_equal, Completion/Zsh/Type/_command_names: use _path_commands. @@ -7185,6 +7182,9 @@ * unposted: Functions/Misc/zrecompile: change "mv" to "mv -f" when backing up .zwc files, because zcompile creates the files + read-only. See thread ending at users/7269. + +2004-03-30 Oliver Kiddle <opk@zsh.org> * 19708: Completion/compaudit: change getent() function to handle two arguments |