about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Config/version.mk2
-rw-r--r--Etc/FAQ.yo16
-rw-r--r--Etc/NEWS6
4 files changed, 15 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 4818ed5cb..137f170a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-06-05  Peter Stephenson  <pws@pwstephenson.fsnet.co.uk>
+
+	* Config/version.mk: 3.1.9, already.
+
 2000-06-05  Oliver Kiddle  <opk@zsh.org>
 
 	* unposted: Src/params.c: AIX dependency fix
diff --git a/Config/version.mk b/Config/version.mk
index db835555a..4da42d512 100644
--- a/Config/version.mk
+++ b/Config/version.mk
@@ -27,5 +27,5 @@
 # This must also serve as a shell script, so do not add spaces around the
 # `=' signs.
 
-VERSION=3.1.8
+VERSION=3.1.9
 VERSION_DATE='June 5, 2000'
diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo
index bcd5e0130..9dff80be6 100644
--- a/Etc/FAQ.yo
+++ b/Etc/FAQ.yo
@@ -43,21 +43,16 @@ whenlatex(report(ARG1)(ARG2)(ARG3))\
 whenman(report(ARG1)(ARG2)(ARG3))\
 whenms(report(ARG1)(ARG2)(ARG3))\
 whensgml(report(ARG1)(ARG2)(ARG3)))
-myreport(Z-Shell Frequently-Asked Questions)(Peter Stephenson)(2000/05/24)
+myreport(Z-Shell Frequently-Asked Questions)(Peter Stephenson)(2000/06/05)
 COMMENT(-- the following are for Usenet and must appear first)\
 description(\
 mydit(Archive-Name:) unix-faq/shell/zsh
-mydit(Last-Modified:) 2000/05/24
+mydit(Last-Modified:) 2000/06/05
 mydit(Submitted-By:) email(pws@pwstephenson.fsnet.co.uk (Peter Stephenson))
 mydit(Posting-Frequency:) Monthly
 mydit(Copyright:) (C) P.W. Stephenson, 1995--2000 (see end of document)
 )
 
-bf(Changes since issue posted April 2000:)
-description(
-mydit(2.5)  Mention that tt(${var/old/new}) is a little different from bash.
-)
-
 This document contains a list of frequently-asked (or otherwise
 significant) questions concerning the Z-shell, a command interpreter
 for many UNIX systems which is freely available to anyone with FTP
@@ -303,7 +298,7 @@ sect(What's the latest version?)
   incompatibilities at the end of link(5.1)(51).  This is longer than usual
   due to enhanced sh, ksh and POSIX compatibility.
 
-  The beta version 3.1.6 is also available.  Development of zsh is usually
+  The beta version 3.1.9 is also available.  Development of zsh is usually
   patch by patch, with each intermediate version publicly available.  Note
   that this `open' development system does mean bugs are sometimes
   introduced into the most recent archived version.  These are usually
@@ -1132,7 +1127,10 @@ label(35)
   )
   (disable parity detection, don't strip high bit, use 8-bit characters).
   Make sure this comes myem(before) any bindkey entries in your .zshrc which
-  redefine keys normally defined in the emacs/vi keymap.
+  redefine keys normally defined in the emacs/vi keymap.  You may also
+  need to set the tt(eightBitOutput) resource in your tt(~/.Xdefaults)
+  file, although this is on by default and it's unlikely anybody will
+  have tinkered with it.
 
   You don't need the mytt(bindkey) to be able to define your own sequences
   with the meta key, though you still need the mytt(stty).
diff --git a/Etc/NEWS b/Etc/NEWS
index a4ae987a7..3ea570d40 100644
--- a/Etc/NEWS
+++ b/Etc/NEWS
@@ -2,9 +2,9 @@
 CHANGES FROM PREVIOUS VERSIONS OF ZSH
 -------------------------------------
 				     
-New features in zsh version 3.1.8
----------------------------------
-This is primarily a bug-fix version.  There are only a few user-visible
+New features in zsh version 3.1.8 and 3.1.9
+-------------------------------------------
+These are primarily bug-fix versions.  There are only a few user-visible
 changes.
  - Array slices ${array[a,b]} with b < a now correctly have zero length.