diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2010-12-18 23:05:46 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2010-12-18 23:05:46 +0000 |
commit | a9b59ef8ecf6a5a2829448ed48a9c6135b9b15c6 (patch) | |
tree | eed976779192dc0c81079ec438f3f195c7b95862 /ChangeLog | |
parent | 822680d157a5280add2c63aecf8b30cb6313ec1f (diff) | |
download | zsh-a9b59ef8ecf6a5a2829448ed48a9c6135b9b15c6.tar.gz zsh-a9b59ef8ecf6a5a2829448ed48a9c6135b9b15c6.tar.xz zsh-a9b59ef8ecf6a5a2829448ed48a9c6135b9b15c6.zip |
Completion/X/Utility/_x_arguments compdef line, Src/Makefile.in "prep".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 1b628c440..4c899ac60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-12-18 Barton E. Schaefer <schaefer@zsh.org> + + * 27862 (belatedly): Completion/X/Utility/_x_arguments: handle + X11 versions greater than X11R6 in the compdef line. + + * unposted: Src/Makefile.in: "prep" target depends on Makemod, + not on the files on which Makemod depends. + 2010-12-17 Peter Stephenson <p.w.stephenson@ntlworld.com> * Mikael: 28535: NEWS: typo @@ -13989,5 +13997,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5158 $ +* $Revision: 1.5159 $ ***************************************************** |