1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
2001-06-08 Bart Schaefer <schaefer@zsh.org>
* 14796: zshconfig.ac: More reliable BROKEN_KILL_ESRCH test.
2001-06-07 Bart Schaefer <schaefer@zsh.org>
* 14792: Test/comptest: Don't import the current terminal type for
the zpty terminal, because the current terminal might not be able
to run ZLE (e.g., emacs shell mode).
* 14792: Src/Modules/tcp.h, Src/Modules/zftp.c: Shuffle around
several #include directives to get the sockaddr_in definition in
all the places it's needed.
* 14712: Doc/Zsh/builtins.yo: Improve appearance of long hanging
paragraph tag for the "read" builtin.
* 14578: Src/Modules/termcap.c: Handle vagaries of tgetflag()
return value in new function ztgetflag().
2001-06-07 Wayne Davison <wayned@users.sourceforge.net>
* 14793: Src/hist.c: Don't mark a HIST_TMPSTORE entry with HIST_OLD
so that the HFILE_FAST algorithm in savehistfile() will recheck this
histnum later.
2001-06-06 Clint Adams <clint@zsh.org>
* unposted: Src/Modules/.distfiles: add
tcp.* files.
* 14778: Src/Modules/tcp.mdd, Src/Modules/zftp.mdd:
rename zsh/tcp to zsh/net/tcp.
* 14770: Src/Modules/tcp.c, Src/Modules/tcp.h,
Src/Modules/tcp.mdd, Src/Modules/zftp.c,
Src/Modules/zftp.mdd: move some functionality
from zftp to independent tcp module.
2001-06-06 Sven Wischnowsky <wischnow@zsh.org>
* 14736: Doc/Zsh/compsys.yo: make docs for _wanted and
_requested clearer (command has to allow options passed to it)
* 14733: Completion/Base/Utility/_arguments: two fixes: try all
actions that have to be tried (but only once), execute actions
if we aren't after an option already (in the same word)
2001-06-06 Andrej Borsenkow <bor@zsh.org>
* 14772: David Lebel <lebel@lebel.org>: zshconfig.ac: patch
for dynamic linking on OpenBSD
* unposted: Etc/zsh-development-guide: we now support autoconf-2.50
* 14766: Src/prompt.c: unify %l substitution (tty0, pts/3 etc)
* 14760: zshconfig.ac: use old-style AC_INIT without version
* 14758: zshconfig.ac: no more ac_cv_cygwin in autoconf-2.50;
use host_os instead
* unposted; based on 14679 (me) and 14693 (Bart): configure.ac,
zshconfig.ac, .distfiles, Makefile.in, configure.in, Src/mkmakemod.sh:
Allow processing by both autoconf-2.13 and autoconf-2.50; remove
config.status hack for autoconf-2.50
2001-06-05 Chmouel Boudjnah <chmouel@mandrakesoft.com>
* 14550: Completion/Redhat/Command/_rpm: Add --nobuild and --nogpg to rpm
completion
2001-06-04 Peter Stephenson <pws@csr.com>
* Relabelled this version 4.1.0-dev-0.
2001-06-01 Peter Stephenson <pws@csr.com>
* Config/version.mk: 4.0.1 released, finally.
|