diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-06-08 03:06:48 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-06-08 03:06:48 +0000 |
commit | e16fdc2b16dce62fd6d15223b81540c9ec14428a (patch) | |
tree | dea1b1791fe6f5ecc31f0aa38b6ef5596ea60d21 | |
parent | 6663b86f923d8ac86a1bcb627201b1c6cc0c8a6e (diff) | |
download | zsh-e16fdc2b16dce62fd6d15223b81540c9ec14428a.tar.gz zsh-e16fdc2b16dce62fd6d15223b81540c9ec14428a.tar.xz zsh-e16fdc2b16dce62fd6d15223b81540c9ec14428a.zip |
Several patches, some held from before 4.0.1 release.
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 43a7429ae..08440f550 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +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 |