Peter Stephenson
4c2807e313
3.1.6-dev-7
zsh-3.1.9-dev-7
2000-10-17 12:55:41 +00:00
Sven Wischnowsky
35e15e6b11
*** empty log message ***
2000-10-16 10:55:54 +00:00
Bart Schaefer
632dc55f9c
Document tty mode restoration.
2000-10-14 00:14:15 +00:00
Sven Wischnowsky
bb1fabf3ff
two completion matching fixes; wrong (path) prefix matching (removed path components) and reverse order of sub-strings in match-strings (12995)
2000-10-13 08:44:57 +00:00
Sven Wischnowsky
f23b23e8a3
remove possibility for func() entries in tag-order style, can be done using zstyle -e (12974)
2000-10-12 08:28:26 +00:00
Sven Wischnowsky
17e2003c5c
rename fake style to fake-files (12973)
2000-10-12 07:08:43 +00:00
Andrey Borzenkov
2e4cca20ce
12958: configure fix for NCR compiler
2000-10-11 12:26:13 +00:00
Sven Wischnowsky
4bfe8715b0
*** empty log message ***
2000-10-11 12:20:27 +00:00
Sven Wischnowsky
adf7965951
add _all_matcher completer and supporting C-code for adding a special match representing all other matches; remove completions style from _expand(|_word) (12960)
2000-10-11 12:19:23 +00:00
Sven Wischnowsky
5d8adbee07
make user defined completion widgets leave menu selection without accepting the currently selected match (12959)
2000-10-11 10:57:40 +00:00
Sven Wischnowsky
e1fb97ee44
follow-up to 12942, only a missing redirection (12948)
2000-10-10 15:06:30 +00:00
Sven Wischnowsky
7b35c8639c
*** empty log message ***
2000-10-10 14:12:41 +00:00
Sven Wischnowsky
b9f6bdf162
add fake-parameters style to allow completing parameters which are not yet set (12946)
2000-10-10 14:12:21 +00:00
Sven Wischnowsky
bd4490b966
*** empty log message ***
2000-10-10 13:37:30 +00:00
Sven Wischnowsky
ae4ba457c4
temporarily remove global aliases to avoid error message inside the evals (12942)
2000-10-10 09:00:15 +00:00
Sven Wischnowsky
7bb0338a78
follow-up to 12930, make it first try exact character matches, but enable it to go back to try match specs if it fails after accepting such character matches (12941)
2000-10-10 08:36:32 +00:00
Bart Schaefer
1ea97c109f
Tiny clarification.
2000-10-09 14:27:04 +00:00
Sven Wischnowsky
3f63f13610
prefer exact character matches over match specs (so that nom' can match
nomatch') (12930)
2000-10-09 12:50:20 +00:00
Sven Wischnowsky
bb18608a2a
search for *.tif file, too (12919)
2000-10-06 13:11:48 +00:00
Sven Wischnowsky
cb4bb129dd
more option setting cleanup; remove some unnecessary setopts, remove N qualifiers (12917)
2000-10-06 13:01:51 +00:00
Bart Schaefer
2f2a33b2ea
Other places where `unsetopt cshnullglob' is needed.
2000-10-06 05:18:25 +00:00
Bart Schaefer
dc1527ce76
autoload --> automount
2000-10-05 17:05:24 +00:00
Sven Wischnowsky
ffe53f319a
cleanup for 12896 (12901)
2000-10-05 14:08:47 +00:00
Sven Wischnowsky
eabddcb9cd
unset cshnullglob (12899)
2000-10-05 13:50:54 +00:00
Sven Wischnowsky
a98a3049d9
don't return invalid Eprog after parse error (12898)
2000-10-05 09:31:21 +00:00
Sven Wischnowsky
a93e62c630
comparguments: don't use rest-argument-specification if it was inactivated (12897)
2000-10-05 08:55:35 +00:00
Sven Wischnowsky
62df18f0d8
cleanup (12896)
2000-10-05 08:41:35 +00:00
Sven Wischnowsky
0f2250de44
complete after autoloaded directories (a rather ugly hack); remove old code in _files (comma separated patterns); improve docs for fake style and for comma separated qualifier lists (12892)
2000-10-05 07:31:00 +00:00
Tanaka Akira
5d4faa678e
* 12886: Completion/User/_cvs: make _cvs_vendor_branches to handle
...
remote-access style.
2000-10-04 14:13:12 +00:00
Sven Wischnowsky
6c4dfc3228
don't stop parsing too early when completing inside a command substitution (12885)
2000-10-04 13:54:00 +00:00
Sven Wischnowsky
213a453d08
don't forget a displayed list when starting menu completion (12884)
2000-10-04 13:24:45 +00:00
Tanaka Akira
bca563a699
* 12872: Completion/User/_cvs: Fix modules completion when a cvsroot
...
specified in a command line begins with tilde. Generate subcommand
list from `cvs --help-commands' and `cvs --help-synonyms'. Complete
remote modules. Complete vendor branch for a second argument of
`cvs import'. Use _call.
2000-10-04 05:10:18 +00:00
Bart Schaefer
5ca1864f94
Change some zerr to zwarn for consistency.
2000-10-02 18:40:35 +00:00
Clint Adams
8e628ac624
unposted: remove unused variable declaration from ztat()
2000-10-01 23:43:55 +00:00
Clint Adams
f42bd3a3f9
12863: remove ztrdupstrip, use VARARR in ztat
2000-09-27 19:31:44 +00:00
Bart Schaefer
74ff6d6dbe
Tweak to STTY fix.
2000-09-26 15:08:35 +00:00
Bart Schaefer
756f8186f2
Fix STTY parameter.
2000-09-25 16:57:05 +00:00
Clint Adams
4225207e4c
12860: don't limit size of pwd in job table
2000-09-22 22:28:05 +00:00
Clint Adams
2a625db39d
12859: dynamically-allocate buffer in ztat(), ztrdupstring()
2000-09-22 22:16:15 +00:00
Bart Schaefer
430e294795
Fiddle with _expand_word and its doc.
2000-09-21 05:16:21 +00:00
Andrey Borzenkov
5637f95bc0
12848: Doc/Zsh/zle.yo: Alphabetize list of parameters
2000-09-20 06:58:54 +00:00
Andrey Borzenkov
1254055f09
12842 with corrections of Bart: Doc/Zsh/contrib.yo: Clarify digest file usage.
2000-09-20 06:33:29 +00:00
Clint Adams
9f012ce7c9
12847: dynamically allocate buf and z in bin_whence()
2000-09-19 16:47:38 +00:00
Clint Adams
946085efa5
12846: moved simple string manipulation functions to string.c
2000-09-19 15:54:30 +00:00
Clint Adams
3ce3caeec6
12845: dynamically allocate pbuf in domove()
2000-09-19 15:26:08 +00:00
Andrey Borzenkov
2909b28776
12835: Alphabetize special parameters list (retry broken commit)
2000-09-18 17:37:23 +00:00
Andrey Borzenkov
b7e4f61e6f
12835: Alphabetize special parameters list
...
Unposted: correct article number in Clint's patch
2000-09-18 17:36:27 +00:00
Clint Adams
7c7e1f97cb
12836: bin_ln now independent of PATH_MAX
2000-09-18 17:29:07 +00:00
Bart Schaefer
f77ca8b839
Back out 12814.
2000-09-18 17:15:10 +00:00
Bart Schaefer
0d96dc0879
Back out 12814.
2000-09-18 14:22:48 +00:00