1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-27 10:26:05 +02:00

corrections to 18433 from Oliver

This commit is contained in:
Peter Stephenson 2003-04-04 14:19:54 +00:00
parent 60695bce0f
commit 17a552aa2d
4 changed files with 6 additions and 4 deletions

View File

@ -2,6 +2,8 @@
* unposted: Config/version.mk: version 4.1.1-test-1. * unposted: Config/version.mk: version 4.1.1-test-1.
* unposted: corrections to 18433 from Oliver.
* 18433: INSTALL, README, Etc/CONTRIBUTORS, Etc/NEWS: information * 18433: INSTALL, README, Etc/CONTRIBUTORS, Etc/NEWS: information
for 4.1.1. for 4.1.1.

View File

@ -24,7 +24,7 @@ various modules, networking, prompts
Andrej Borsenkow <bor@zsh.org>: configuration, completion functions, cygwin Andrej Borsenkow <bor@zsh.org>: configuration, completion functions, cygwin
support support
Chmouel Bodjnah <chmouel@mandrakesoft.com>: Linux completion support Chmouel Boudjnah <chmouel@mandrakesoft.com>: Linux completion support
Wayne Davison <wayned@users.sourceforge.net>: shell history mechanism, Wayne Davison <wayned@users.sourceforge.net>: shell history mechanism,
arithmetic arithmetic

View File

@ -47,7 +47,7 @@ Line editor:
- recursive editing - recursive editing
- supplied widgets read-from-minibuffer, replace-string use these features - supplied widgets read-from-minibuffer, replace-string use these features
(more intuitive prompting and argument reading than 4.0) (more intuitive prompting and argument reading than 4.0)
- access to killed text vai $CUTBUFFER and $killring - access to killed text via $CUTBUFFER and $killring
- supplied highly configurable word widgets forward-word-match etc., can - supplied highly configurable word widgets forward-word-match etc., can
set what constitutes a word interactively or in startup script set what constitutes a word interactively or in startup script
(implement bash-style behaviour, replacing previous bash-* word widgets) (implement bash-style behaviour, replacing previous bash-* word widgets)
@ -61,7 +61,7 @@ Local internal improvements:
- line numbers in error messages and $PS4 output are more consistent - line numbers in error messages and $PS4 output are more consistent
- `=prog' expands only paths, no longer aliases for consistency - `=prog' expands only paths, no longer aliases for consistency
- job display in prompts; `jobs' command output can be piped - job display in prompts; `jobs' command output can be piped
- prompts: new $RPROMPT2, %^, %y, enhanced %{, %}, %_. - prompts: new $RPROMPT2, %^, %j, %y, enhanced %{, %}, %_.
- rand48() function for better randomness in arithmetic - rand48() function for better randomness in arithmetic
(if the corresponding math library function is present) (if the corresponding math library function is present)
- $SECONDS parameter can be made floating point via `typeset -F SECONDS' - $SECONDS parameter can be made floating point via `typeset -F SECONDS'

View File

@ -1,4 +1,4 @@
The Z Shell is copyright (c) 1992-2001 Paul Falstad, Richard Coleman, The Z Shell is copyright (c) 1992-2003 Paul Falstad, Richard Coleman,
Zoltán Hidvégi, Andrew Main, Peter Stephenson, Sven Wischnowsky, and Zoltán Hidvégi, Andrew Main, Peter Stephenson, Sven Wischnowsky, and
others. All rights reserved. Individual authors, whether or not others. All rights reserved. Individual authors, whether or not
specifically named, retain copyright in all changes; in what follows, they specifically named, retain copyright in all changes; in what follows, they