about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-10-30 12:18:54 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-10-30 12:18:54 +0000
commit2adb5a6d70c5f04efdb7ca19e92b7a3af48f5d0b (patch)
tree33d5b21e88e5d8079034ceec614260ed6a772063 /Etc
parent9b032ff6d86cea9ab4615eb29b781261a6eb561a (diff)
downloadzsh-2adb5a6d70c5f04efdb7ca19e92b7a3af48f5d0b.tar.gz
zsh-2adb5a6d70c5f04efdb7ca19e92b7a3af48f5d0b.tar.xz
zsh-2adb5a6d70c5f04efdb7ca19e92b7a3af48f5d0b.zip
4.3.9
Diffstat (limited to 'Etc')
-rw-r--r--Etc/FAQ.yo4
-rw-r--r--Etc/relnote_4.3.7.txt2
-rw-r--r--Etc/relnote_4.3.8.txt19
-rw-r--r--Etc/relnote_4.3.9.txt17
4 files changed, 22 insertions, 20 deletions
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index 05ee8b277..1cf3cae49 100644
--- a/Etc/FAQ.yo
+++ b/Etc/FAQ.yo
@@ -298,7 +298,7 @@ sect(On what machines will it run?)
 sect(What's the latest version?)
 
   Zsh 4.2.7 is the latest production version.  The latest development
-  version is 4.3.8; this contains support for multibyte character strings
+  version is 4.3.9; this contains support for multibyte character strings
   (such as UTF-8 locales).  All the main features for multibyte
   support are now in place, although there is some debugging work
   still to be done.
@@ -2032,7 +2032,7 @@ sect(How does zsh handle multibyte input and output?)
   set the tt(MULTIBYTE) option.
 
   The other option that affects multibyte support is tt(COMBINING_CHARS),
-  new in version 4.3.8.  When this is set, any zero-length punctuation
+  new in version 4.3.9.  When this is set, any zero-length punctuation
   characters that follow an alphanumeric character (the base character) are
   assumed to be modifications (accents etc.) to the base character and to
   be displayed within the same screen area as the base character.  As not
diff --git a/Etc/relnote_4.3.7.txt b/Etc/relnote_4.3.7.txt
index c86211cf5..ed8a694e0 100644
--- a/Etc/relnote_4.3.7.txt
+++ b/Etc/relnote_4.3.7.txt
@@ -1,2 +1,2 @@
 Version 4.3.7 was not widely released owing to a bug.  See
-the release notes for 4.3.8.
+the release notes for 4.3.9.
diff --git a/Etc/relnote_4.3.8.txt b/Etc/relnote_4.3.8.txt
index 0726a857c..5654cf2f1 100644
--- a/Etc/relnote_4.3.8.txt
+++ b/Etc/relnote_4.3.8.txt
@@ -1,17 +1,2 @@
-Version 4.3.8 adds various new features plus numerous bugfixes.
-Note most sites will wish to upgrade straight from 4.3.6 to 4.3.8.
-
-Development of multibyte support has continued with the addition
-of the COMBINING_CHARS option to support combining characters in the line
-editor on terminals that handle this.
-
-Various additions have been made to support shell code debugging better.
-
-There is now additional support for highlighting and colouring of parts of
-the command line in the line editor as well as builtin support for
-colouring in prompts etc.
-
-The syntax ~[...] provides a dynamic form of directory naming, based on a
-shell function.
-
-See the NEWS file for more detailed information.
+Version 4.3.8 was not widely released owing to a bug.  See
+the release notes for 4.3.9.
diff --git a/Etc/relnote_4.3.9.txt b/Etc/relnote_4.3.9.txt
new file mode 100644
index 000000000..f80a1b0e9
--- /dev/null
+++ b/Etc/relnote_4.3.9.txt
@@ -0,0 +1,17 @@
+Version 4.3.9 adds various new features plus numerous bugfixes.
+Note most sites will wish to upgrade straight from 4.3.6 to 4.3.9.
+
+Development of multibyte support has continued with the addition
+of the COMBINING_CHARS option to support combining characters in the line
+editor on terminals that handle this.
+
+Various additions have been made to support shell code debugging better.
+
+There is now additional support for highlighting and colouring of parts of
+the command line in the line editor as well as builtin support for
+colouring in prompts etc.
+
+The syntax ~[...] provides a dynamic form of directory naming, based on a
+shell function.
+
+See the NEWS file for more detailed information.