diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-06-22 11:00:31 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-06-22 11:00:31 +0000 |
commit | e3f764d1ef4377ccec978a43051c36e15179a754 (patch) | |
tree | 71ef93d4f6f2b12710b0a6c3e2a9be1e404eb4f0 /ChangeLog | |
parent | d455c70fde2db67ad27c83fb7241f335a5058590 (diff) | |
download | zsh-e3f764d1ef4377ccec978a43051c36e15179a754.tar.gz zsh-e3f764d1ef4377ccec978a43051c36e15179a754.tar.xz zsh-e3f764d1ef4377ccec978a43051c36e15179a754.zip |
28047: attempt to make locking with fc command more useful
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index c7adff843..3b5fd9c33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-06-22 Peter Stephenson <pws@csr.com> + + * 28047: Src/hist.c: make fc -R/-W more consistently verbose + and allow fc -R to work if file could be read but permissions + didn't allow it to be locked (as distinct from failing to lock + it because something else had locked it). + 2010-06-22 Doug Kearns <dougkearns@gmail.com> * 28052: Completion/Unix/Command/_cvs: remove duplicated completion of @@ -13320,5 +13327,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5012 $ +* $Revision: 1.5013 $ ***************************************************** |