about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2003-04-04 14:19:54 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2003-04-04 14:19:54 +0000
commit17a552aa2d2259bca8603ff87e1dbdaac3d07ca0 (patch)
tree259bdfd1263414086d5abc90c53e9120b2b9271b /Etc
parent60695bce0fff912aa20553e28549c762320243fc (diff)
downloadzsh-17a552aa2d2259bca8603ff87e1dbdaac3d07ca0.tar.gz
zsh-17a552aa2d2259bca8603ff87e1dbdaac3d07ca0.tar.xz
zsh-17a552aa2d2259bca8603ff87e1dbdaac3d07ca0.zip
corrections to 18433 from Oliver zsh-4.1.1-test-1
Diffstat (limited to 'Etc')
-rw-r--r--Etc/CONTRIBUTORS2
-rw-r--r--Etc/NEWS4
2 files changed, 3 insertions, 3 deletions
diff --git a/Etc/CONTRIBUTORS b/Etc/CONTRIBUTORS
index 7b4f789bb..e3bcd254b 100644
--- a/Etc/CONTRIBUTORS
+++ b/Etc/CONTRIBUTORS
@@ -24,7 +24,7 @@ various modules, networking, prompts
 Andrej Borsenkow <bor@zsh.org>: configuration, completion functions, cygwin
 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,
 arithmetic
diff --git a/Etc/NEWS b/Etc/NEWS
index d6a9c747b..5914dc97c 100644
--- a/Etc/NEWS
+++ b/Etc/NEWS
@@ -47,7 +47,7 @@ Line editor:
 - recursive editing
 - supplied widgets read-from-minibuffer, replace-string use these features
   (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
   set what constitutes a word interactively or in startup script
   (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
 - `=prog' expands only paths, no longer aliases for consistency
 - 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
   (if the corresponding math library function is present)
 - $SECONDS parameter can be made floating point via `typeset -F SECONDS'