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
Sven Wischnowsky
e4c9131b83
a bit of security for a VARARR() (12314)
2000-07-19 14:04:57 +00:00
Peter Stephenson
c4e0379408
12313: bad phrasing in metafaq
2000-07-19 13:56:25 +00:00
Peter Stephenson
6ce73cf6f5
12308: Andrej and pws: _man formats, again
2000-07-19 09:03:29 +00:00
Sven Wischnowsky
67f16de104
don't let duplicate matches keep us from recognising exact matches if they produce the same string on the line (12297)
2000-07-18 08:37:14 +00:00
Wayne Davison
c7578846f7
Comments for 12295.
2000-07-18 08:32:45 +00:00
Wayne Davison
b50d754909
Changed several references to curhist into curline.histnum so that
...
they would work right even if we didn't store the current command
in the history.
2000-07-18 07:56:45 +00:00
Wayne Davison
b4c5de44f9
+ Got rid of the spaceflag variable.
...
+ Make sure that the curline.histnum variable is accurate at the end
of our history processing, even if we read in some foreign history
and/or if we replaced the prior line because it was a duplicate of
the current one. This enables the history (fc -l) command to work
properly, even if the current command was HIST_NO_SPACE-ed away.
+ Don't allow remhist() to remove the last line in the history if we
didn't store the current command.
2000-07-18 07:55:13 +00:00
Wayne Davison
2e96c8f074
Removed the spaceflag variable.
2000-07-18 07:49:16 +00:00
Tanaka Akira
b33c464a70
fix date.
2000-07-17 10:58:15 +00:00
Tanaka Akira
cd96c63fe7
* 12274: Test/53completion.ztst, Test/55arguments.ztst,
...
Test/.distfiles: separates _arguments tests.
2000-07-17 10:35:58 +00:00
Peter Stephenson
5c412f8905
3.1.9-dev-3
zsh-3.1.9-dev-3
2000-07-17 09:02:50 +00:00
Sven Wischnowsky
d666896fa3
don't treat non-option arguments as options (12266)
2000-07-17 08:05:56 +00:00
Wayne Davison
5d04a4010a
Added comment for patch 12265.
2000-07-17 02:16:36 +00:00
Wayne Davison
656bce6bf5
Fix the gethistent() function and enhanced the reliability of the
...
SHARE_HISTORY option.
2000-07-17 02:07:23 +00:00
Wayne Davison
1f781087a8
Comments for 12260.
2000-07-16 20:29:34 +00:00
Wayne Davison
b91def4032
Got rid of a bogus email address for me.
2000-07-16 20:28:15 +00:00
Wayne Davison
2b602a93e6
+ Needed to call unmeta() in a few spots that used the HISTFILE name.
...
+ The non-HAVE_LINK code in lockhistfile() was broken in a number of ways.
+ Added an extra unlink() call to the HAVE_LINK code in lockhistfile()
since (Linix at least says that) O_EXCL over NFS is broken.
2000-07-16 20:12:19 +00:00