Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

3.1.5-pws-6 available



The following files have appeared as if by magic at:
http://www.ifh.de/~pws/computing/

-rw-r--r--   1 pws  quadrics   283806 Jan 30 15:51 zsh-3.1.5-pws-6.doc.tar.bz2
-rw-r--r--   1 pws  quadrics   430936 Jan 30 15:51 zsh-3.1.5-pws-6.doc.tar.gz
-rw-r--r--   1 pws  quadrics   656137 Jan 30 15:51 zsh-3.1.5-pws-6.tar.bz2
-rw-r--r--   1 pws  quadrics   814654 Jan 30 15:51 zsh-3.1.5-pws-6.tar.gz

This has been test with static linking on AIX 3.2 and with dynamic
linking on AIX 3.2, IRIX 6.2, SunOS 5.6 and HPUX 10.20.

The list of changes is appended.  Note that zle -C now does Sven-like
new completion; the old compctl-like zle -C has disappeared.
Conversion in most cases is straight forward.

I've discovered one bug with zle -C which I'm too lazy to report
separately:

% zle -lL
zle -N backward-delete-space-word
zle -N complete-directory complete-word __complete_directory
zle -N complete-filename complete-word __complete_filename
zle -N forward-delete-space-word
zle -N history-complete-word complete-word __history_complete_word
zle -N most-recent-file complete-word __most_recent_file

Four of those 6 should actually appear as zle -C.  The fix is actually
simple, now I've spotted the mistake, but it'll have to wait now.


Sven: fix for completion after redirection, 4957

Bart: add-on, 4965

Andrej: configure patch for Reliant UNIX et al., 5021 (as resubmitted)

Sven: compctl list with a single string, 4974

Sven: compctl -M matches with *'s, 4975, 5007

Sven: compadd and new-completion-examples, 4976

Sven: funky new glob modifiers:  change sort order, select
item from list, 4979; make time order work like ls -t, 4987

Sven: fix completion whitespace for copy-previous-word, 4981

Sven: fix for new-style completion after redirection, 4986, 4988

New mirror site ftp://ftp.win.ne.jp/pub/shell/zsh/ in META-FAQ (not
posted)

Andrej: when installing info files, insert zsh.info into dir, 5016

Sven: ${(t)param} flag, 5022, 5045; no unset behaviour, 5078

Phil: zless, 5032, simplified by Bart, 5037, also added a `setopt
localoptions' after spending an hour wondering why nothing worked any
more.

Me: `make install' does not do `make install.info', 5047

Sven:  compcall tries old-style completion from new-style function,
compctl -K ' func' handles newstyle completion, 5059; avoid recursion,
5065; my dynamic fix-up, 5085

Sven: inserting completion inside brace expansion, 5060

Sven: extra completion context, 5092

Me: typeset -T MYPATH mypath, 5094, plus fix for MYPATH=(foo),
mypath=foo (and also existing PATH=(foo) bug), 5120

Sven: doc fix for glob qualifiers, 5102

Drazen Kacar, modified by me: workaround for terminal bug on Solaris,
5103; modified by Bart, 5113

Sven:  zle and widget information via variables in new completion
functions, 5104

Me: remove old zle -C, zle -C now does new completion, 5105

Sven:  glob qualifier o for modes, 5107

Me: fix for unsetting special zle variables, 5111

Drazen Kacar, modified by me: unlock terminal device on Solaris, 5118
(5117 was wrong)

  I missed the following of the patchlist, but it is included in the source:

Me: patch for zls, 5054

-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy



Messages sorted by: Reverse Date, Date, Thread, Author