Peter Stephenson
|
a7f0716ddb
|
12138: setting arrays in math context
|
2000-07-03 10:10:07 +00:00 |
|
Peter Stephenson
|
43f3a58597
|
12121: stopmsg in precmd
|
2000-07-03 08:48:22 +00:00 |
|
Sven Wischnowsky
|
0ddb4fb835
|
change format style with warnings tag, don't add descriptions as matches; make a-a-i-n-h in menu selection work even without matches (12134)
|
2000-07-03 08:05:27 +00:00 |
|
Bart Schaefer
|
4ed8c26c50
|
12133: Protect completion system from stray error output and assorted fatal
errors when expanding strings taken from the command line.
|
2000-07-02 17:21:54 +00:00 |
|
Sven Wischnowsky
|
0f398e9d2f
|
fix for `foo () print bar' (function definitions without braces) (12125)
|
2000-06-29 12:08:25 +00:00 |
|
Sven Wischnowsky
|
d01795be2a
|
reverse meaning of yes=num again (12122)
|
2000-06-29 09:32:04 +00:00 |
|
Sven Wischnowsky
|
a9d46be89d
|
try to return the right value (12119)
|
2000-06-29 08:20:32 +00:00 |
|
Sven Wischnowsky
|
4bf681950b
|
don't expand partially typed parameter expansions (12118)
|
2000-06-29 08:09:45 +00:00 |
|
Sven Wischnowsky
|
d15f36ab5b
|
change suffix style to still do expansion if the suffix contains something to expand (12115)
|
2000-06-29 07:10:31 +00:00 |
|
Sven Wischnowsky
|
4e2e7f292f
|
even more fun with the menu style (no=num, yes=long-list, reverse meaning of yes=num) (12114)
|
2000-06-29 07:04:17 +00:00 |
|
Sven Wischnowsky
|
806e8aa6af
|
quote brace-strings (12113)
|
2000-06-29 06:59:00 +00:00 |
|
Bart Schaefer
|
d38f54a928
|
12112: Don't make namedirs out of hash elements.
|
2000-06-28 17:10:05 +00:00 |
|
Sven Wischnowsky
|
4c7469778a
|
make _complete return the right value (12109)
|
2000-06-28 14:27:25 +00:00 |
|
Sven Wischnowsky
|
04bf39bf2e
|
fix for list-colors handling (12107)
|
2000-06-28 13:59:21 +00:00 |
|
Sven Wischnowsky
|
45a6914ed7
|
reset _comp_mesg (saying whether there were messages) appropriately (12105)
|
2000-06-28 09:42:50 +00:00 |
|
Sven Wischnowsky
|
fde669f76d
|
misc
|
2000-06-28 09:08:03 +00:00 |
|
Sven Wischnowsky
|
f4a09871b0
|
make _oldlist not use the dummy match added for the warning (12099)
|
2000-06-28 09:04:02 +00:00 |
|
Sven Wischnowsky
|
0334b4df7c
|
make a-a-i-n-h in menu selection work with one match; better undo behaviour for menu selection (12093)
|
2000-06-28 07:29:59 +00:00 |
|
Bart Schaefer
|
f889ebfaa3
|
12086: Alphabetize.
|
2000-06-28 04:09:56 +00:00 |
|
Bart Schaefer
|
b779cb9d95
|
12086: Alphabetize new entries in compsys.yo; stick users/ on article number
references that came from the zsh-users list.
|
2000-06-28 04:08:59 +00:00 |
|
Sven Wischnowsky
|
9eca7fc726
|
menu style accepts yes=x to start menu completion if there are at least x matches (3219)
|
2000-06-27 15:05:33 +00:00 |
|
Sven Wischnowsky
|
c8812bb0c8
|
Andrej: don't close slave if not yet open (12084)
|
2000-06-27 14:25:05 +00:00 |
|
Sven Wischnowsky
|
07aec026b6
|
document _use_lo (12082)
|
2000-06-27 13:22:53 +00:00 |
|
Peter Stephenson
|
dcd94d3786
|
Andrej: 12081: zpty under cygwin
|
2000-06-27 08:42:27 +00:00 |
|
Peter Stephenson
|
756a2aba9c
|
unposted: move poll_read
|
2000-06-26 21:27:07 +00:00 |
|
Peter Stephenson
|
29030cc13b
|
12076: better saving in file in compinstall
|
2000-06-26 16:17:52 +00:00 |
|
Bart Schaefer
|
8d0feb4b31
|
12074: Remove one more reference to compfmt; add missing menu items.
|
2000-06-26 15:36:57 +00:00 |
|
Peter Stephenson
|
acda8dc256
|
12073: read -t to test for available input before reading
|
2000-06-26 15:00:27 +00:00 |
|
Sven Wischnowsky
|
326e04c360
|
default completion even if there are options (3208)
|
2000-06-26 10:47:01 +00:00 |
|
Sven Wischnowsky
|
b4f914f784
|
fix for completer lookup in _ignored (12070)
|
2000-06-26 09:36:12 +00:00 |
|
Sven Wischnowsky
|
3ff5a17d8c
|
remove compfmt; a bit of explanation for compfiles and compgroups (12068)
|
2000-06-26 08:36:42 +00:00 |
|
Sven Wischnowsky
|
470515922c
|
typo in _history; missing free()s in zle_tricky.c (12067)
|
2000-06-26 08:20:33 +00:00 |
|
Sven Wischnowsky
|
4d656bfb0e
|
missing allocation of list for option arguments (12066)
|
2000-06-26 08:10:33 +00:00 |
|
Bart Schaefer
|
79c4c50777
|
12063: Assorted typo-squashing and reformatting.
|
2000-06-25 20:17:33 +00:00 |
|
Peter Stephenson
|
abd757eac4
|
12044: read -A bug
|
2000-06-23 09:45:38 +00:00 |
|
Sven Wischnowsky
|
f45c9cb8f2
|
compinit some more (12043)
|
2000-06-23 08:05:41 +00:00 |
|
Sven Wischnowsky
|
806220d4ff
|
even more compiinit stuff, change prompt, search for insecure parent dirs (12041)
|
2000-06-23 07:10:40 +00:00 |
|
Peter Stephenson
|
12fd5d0065
|
12040: typeset -r bug
|
2000-06-22 20:57:14 +00:00 |
|
Bart Schaefer
|
122e46b406
|
Fix comptest interaction with compinit.
|
2000-06-22 17:33:38 +00:00 |
|
Sven Wischnowsky
|
6218b6dc19
|
followup to compinit-security patch (12033)
|
2000-06-22 11:09:17 +00:00 |
|
Sven Wischnowsky
|
37b5477437
|
*** empty log message ***
|
2000-06-22 09:42:10 +00:00 |
|
Sven Wischnowsky
|
b9a533f382
|
allow subscripts for compadd -[ak]; new style for history completion; better list-colors handling (12029)
|
2000-06-22 08:42:36 +00:00 |
|
Clint Adams
|
44b34667f8
|
12027: mutt smarts for _mailboxes
|
2000-06-22 04:11:35 +00:00 |
|
Clint Adams
|
e164618de2
|
12024: handle multiple mailboxes lines in muttrc
|
2000-06-22 02:37:45 +00:00 |
|
Chmouel Boudjnah
|
ec7fc02071
|
* 12019: Completion/User/_ssh: upgrade to the last openssh
options.
|
2000-06-21 16:37:51 +00:00 |
|
Sven Wischnowsky
|
1c710d4627
|
make history completion use I{PREF,SUF}FIX (12011)
|
2000-06-21 08:05:28 +00:00 |
|
Oliver Kiddle
|
3ecad25c83
|
AIX dependency fix
|
2000-06-20 16:38:10 +00:00 |
|
Peter Stephenson
|
1a691db1e2
|
12000: zmv: emulate -R to unset MARKDIRS
|
2000-06-20 09:11:04 +00:00 |
|
Sven Wischnowsky
|
cd335e489a
|
*** empty log message ***
|
2000-06-20 07:16:27 +00:00 |
|
Sven Wischnowsky
|
fb7bc3a9c7
|
a bit of security for compinit (avoid using things writable by others); avoid handling files with the same name twice; remove compconf (11998)
|
2000-06-20 07:15:38 +00:00 |
|