Sven Wischnowsky
d109322359
remove tests for kshautoload (use zcompile -z); fix for setting scriptname for functions that redefine themselves
2000-08-01 08:27:18 +00:00
Sven Wischnowsky
18772af412
remove tests for kshautoload (use zcompile -z); fix for setting scriptname for functions that redefine themselves (12453)
2000-08-01 08:26:39 +00:00
Sven Wischnowsky
cd2984fb66
make $compcontext more powerful and easier to use for simple cases
2000-08-01 07:19:15 +00:00
Sven Wischnowsky
3896f72f4d
make $compcontext more powerful and easier to use for simple cases (12449)
2000-08-01 07:18:43 +00:00
Peter Stephenson
4f9ff8206b
Add compaudit to .distfiles; 3.1.9-dev-4
zsh-3.1.9-dev-4
2000-07-31 09:34:37 +00:00
Sven Wischnowsky
9bc05a5aa5
isalpha() -> ialpha(); avoid a compiler warning (12439)
2000-07-31 08:12:16 +00:00
Sven Wischnowsky
a2f2ae4f5a
clarify manual for menu style; select= and yes= may be given both a number and one of the long* values at the same time (12438)
2000-07-31 08:06:37 +00:00
Andrew Main
84b04a8728
12436: Doc/Zsh/invoke.yo, Src/init.c: Make -b behave like
...
the csh -b, permitting more options to be stacked after it and
take effect. Make -b take effect depending on SH_OPTION_LETTERS,
consistent with all the other single-letter options, rather than
having a clashing check of emulation type.
2000-07-30 19:18:13 +00:00
Andrew Main
9743c19d61
12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,
...
Src/zsh.mdd: Allow options to be specified on the zsh command line
in the form of GNU-style long options. Also handle --version
and --help. Do not permit extra option letters to be stacked
after `-whatever-' (they used to be ignored). Exit if the
command line specifies an option name that doesn't exist.
2000-07-30 17:03:52 +00:00
Bart Schaefer
b7c6421796
The `wait' builtin accepts only PIDs it can find in the job table.
2000-07-28 16:35:47 +00:00
Peter Stephenson
7697f6134f
12421: extra tab in Makemod.in.in
2000-07-28 10:13:25 +00:00
Peter Stephenson
4a5882eeb3
12411, 12419: Andrej: environment handling with fewer assumptions
2000-07-28 09:10:35 +00:00
Peter Stephenson
19b4ca246a
12415: fix bug in last patch when quoting metafied field separator.
2000-07-27 22:02:45 +00:00
Peter Stephenson
0aee5e1bb4
12414: vared quotes separators when editing arrays
2000-07-27 17:48:47 +00:00
Sven Wischnowsky
31862868fa
fix completion test (55*) because of 12394 (12408)
2000-07-27 13:06:18 +00:00
Sven Wischnowsky
3343c75efd
fix a bug that started menu selection too often; fix bug for `yes=long' and document it (12405)
2000-07-27 10:59:43 +00:00
Sven Wischnowsky
d3ceb5e0eb
compdescribe shouldn't use the sets after failed initialisation
2000-07-27 08:32:02 +00:00
Bart Schaefer
8ffa3c17cf
Detect autoloadable functions properly in zed.
2000-07-27 08:14:54 +00:00
Sven Wischnowsky
97a345de50
don't hide possible completions if there is only one and at the same time messages are shown (12394)
2000-07-27 07:25:07 +00:00
Adam Spiers
07f5680abb
-e, -I, -m and -M parameters can be specified multiple times
2000-07-26 19:48:34 +00:00
Adam Spiers
26c8bdf323
unposted: -e, -I, -m and -M parameters can be specified multiple times
2000-07-26 19:47:28 +00:00
Peter Stephenson
dbf48f330a
Andrej/pws: 12381: tgetent accepts NULL test, cygwin, Windows 2000
2000-07-26 10:09:47 +00:00
Bart Schaefer
79208f1d01
Fix an incorrect article attribution.
2000-07-26 09:48:02 +00:00
Bart Schaefer
714efe5ff9
Enable the insert-tab style in zed.
2000-07-26 09:24:24 +00:00
Bart Schaefer
f303f2ea63
Belatedly fold in 12162, to replace command subst with eval.
2000-07-26 09:16:13 +00:00
Bart Schaefer
04aaf1cd7f
Move compinit security checks into compaudit.
2000-07-26 08:54:58 +00:00
Sven Wischnowsky
e7f9104711
make _arguments --' use specs after the
--' even for options not described in the help output to get arguments (12378)
2000-07-26 08:44:13 +00:00
Sven Wischnowsky
f90992ec31
allow _value:<assoc> functions to override completion for all keys of an assoc (3337)
2000-07-26 08:16:39 +00:00
Oliver Kiddle
b758c10726
use mhpath and mhparams commands instead of guessing directories (12356)
2000-07-24 20:32:56 +00:00
Sven Wischnowsky
0e8c318b8e
optimisations for _multi_parts (12354)
2000-07-24 12:52:41 +00:00
Clint Adams
36052b318b
12347: 3 mutt options are repeatable
2000-07-22 04:39:46 +00:00
Sven Wischnowsky
6585bea1fb
fix parsing of `time' without a command (12337)
2000-07-21 07:50:07 +00:00
Wayne Davison
ea8d99e102
Tweaked a function name in hist.c.
2000-07-20 17:06:56 +00:00
Wayne Davison
c6a3c250c1
Renamed shouldIgnoreLine() to should_ignore_line().
2000-07-20 17:00:19 +00:00
Wayne Davison
fb4e11bb15
Put reordered log entry back and corrected the date.
2000-07-20 16:56:02 +00:00
Chmouel Boudjnah
0ebef10483
Reorder the changelog.
2000-07-20 16:21:47 +00:00
Peter Stephenson
100f25b97f
12239: prefer curses to termcap on solaris
2000-07-20 16:17:57 +00:00
Bart Schaefer
aa78d39811
Discard stderr of a command subst.
2000-07-20 16:13:20 +00:00
Bart Schaefer
ed263e32f9
Fix bad conflict resolution.
2000-07-20 15:51:04 +00:00
Wayne Davison
0db4a7e70b
Comments for 12323.
2000-07-20 07:09:51 +00:00
Wayne Davison
01ea5e83c5
Support "builtin" in the HIST_NO_STORE check.
2000-07-20 07:09:34 +00:00
Chmouel Boudjnah
07d524a92f
Get also /usr/share/man.
2000-07-19 23:39:06 +00:00
Wayne Davison
666cf52a37
Comments for 12318.
2000-07-19 21:41:44 +00:00
Wayne Davison
1f0e43a2c8
Mention the space-starting-alias feature in HIST_IGNORE_SPACE.
2000-07-19 21:37:18 +00:00
Wayne Davison
1ad69e3d44
Removed remhist() and HA_JUNKED, added an Eprog arg to hend(), and
...
added the shouldIgnoreLine() function that hend() now calls to figure
out if it needs to save the line or not.
2000-07-19 21:12:06 +00:00
Wayne Davison
90fdda1c33
Call hend() with a NULL arg.
2000-07-19 21:10:18 +00:00
Wayne Davison
8740d0b407
Pass the new Eprog argument to hend().
2000-07-19 21:09:40 +00:00
Wayne Davison
495249342e
Removed call to remhist().
2000-07-19 20:43:51 +00:00
Wayne Davison
9e7b3f1d25
If an alias starts with a space, set aliasspaceflag to 1 instead of
...
calling remhist().
2000-07-19 20:42:37 +00:00
Wayne Davison
eaea5cc0db
Define aliasspaceflag, and init it in parse_event().
2000-07-19 20:40:18 +00:00