From xemacs-m  Sun Apr  6 11:59:19 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id LAA00047
	for <xemacs-beta@xemacs.org>; Sun, 6 Apr 1997 11:59:17 -0500 (CDT)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id SAA11101; Sun, 6 Apr 1997 18:59:12 +0200 (MET DST)
Sender: hniksic@public.srce.hr
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Slight patches to documentation
X-URL: ftp://gnjilux.cc.fer.hr/pub/unix/util/wget/
X-Attribution: Hrv
X-Face: &}4JQk=L;e.~x+|eo]#DGk@x3~ed!.~lZ}YQcYb7f[WL9L'Z*+OyA\nA
        EL1M(".[qvI#a2E6WYI5>>e7'@_)3Ol9p|Nn2wNa/;~06jL*B%tTcn/X
        vhAu7qeES0\|MF%$;sI#yn1+y"
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 06 Apr 1997 18:59:11 +0200
Message-ID: <kigd8s8m6jk.fsf@jagor.srce.hr>
Lines: 151
X-Mailer: Gnus v5.4.37/XEmacs 19.15

We really need to work on the documentation more.  Bob, is any work in
progress?

Here are some fixes, just to fix the version numbers:

--- lispref/building.texi.orig	Sun Apr  6 18:53:03 1997
+++ lispref/building.texi	Sun Apr  6 18:53:17 1997
@@ -134,7 +134,7 @@
 @example
 @group
 (emacs-version)
-  @result{} "XEmacs 20.0 [Lucid] (i586-unknown-linux2.0.18)
+  @result{} "XEmacs 20.1 [Lucid] (i586-unknown-linux2.0.18)
                  of Wed Feb  6 1997 on nene"
 @end group
 @end example
@@ -157,7 +157,7 @@
 
 @defvar emacs-version
 The value of this variable is the version of Emacs being run.  It is a
-string, e.g. @code{"20.0 XEmacs Lucid"}.
+string, e.g. @code{"20.1 XEmacs Lucid"}.
 @end defvar
 
   The following two variables did not exist before FSF GNU Emacs version
--- lispref/lispref.texi.orig	Sun Apr  6 18:54:34 1997
+++ lispref/lispref.texi	Sun Apr  6 18:54:40 1997
@@ -116,7 +116,7 @@
 
 @ifinfo
 This Info file contains the third edition of the XEmacs Lisp
-Reference Manual, corresponding to XEmacs versions 19.14 and 20.0.
+Reference Manual, corresponding to XEmacs v20.1.
 @end ifinfo
 
 @menu
--- xemacs-faq.texi.orig	Sun Apr  6 18:46:13 1997
+++ xemacs-faq.texi	Sun Apr  6 18:50:10 1997
@@ -115,7 +115,7 @@
 * Q1.4.4::      May I see an example of a useful XEmacs Lisp function?
 * Q1.4.5::      And how do I bind it to a key?
 * Q1.4.6::      What's the difference between a macro and a function?
-* Q1.4.7::      Why options saved with 19.13 don't work with 19.14 or 20.0?
+* Q1.4.7::      Why options saved with 19.13 don't work with 19.14 or later?
 @end menu
 
 @node Q1.0.1, Q1.0.2, Introduction, Introduction
@@ -132,10 +132,8 @@
 
 The current version is 19.15, released in March, 1997.
 
-It has been decided that XEmacs 19.15 will be the final release of v19.
-XEmacs 19.15 is scheduled for release in late March.  After a brief
-period of further testing, XEmacs v20.1 will be released shortly after
-that.
+It has been decided that XEmacs 19.15 was be the final release of XEmacs
+19, released at the end of March 1997.
 
 @node Q1.0.3, Q1.0.4, Q1.0.2, Introduction
 @section Where can I find it?
@@ -487,10 +485,10 @@
 
 XEmacs v20 is the version of XEmacs that includes MULE (Asian-language)
 support.  XEmacs 20.0 was released in February 1997.  When compiled
-without MULE support 20.0 is currently very similar to 19.15 (except for
-some changes to the byte-code format, some new primitive types including
-@code{char}, @code{char-table}, and @code{range-table}) and equally
-stable.
+without MULE support XEmacs 20 is currently very similar to 19.15
+(except for some changes to the byte-code format, some new primitive
+types including @code{char}, @code{char-table}, and @code{range-table})
+and equally stable.
 
 @node Q1.3.2, Q1.3.3, Q1.3.1, Introduction
 @section What is the status of Asian-language support, aka MULE?
@@ -748,7 +746,7 @@
 or parts of them.
 
 @node Q1.4.7,  , Q1.4.6, Introduction
-@section How come options saved with 19.13 don't work with 19.14 or 20.0?
+@section How come options saved with 19.13 don't work with 19.14 or later?
 
 There's a problem with options of the form:
 
@@ -4911,22 +4909,20 @@
 various FAQ FTP sites, as this file is surely out of date.
 
 @menu
-* Q6.0.1::      What is new in 19.15?
+* Q6.0.1::      What is new in 20.1?
 * Q6.0.3::      Procedural changes in XEmacs development.
 @end menu
 
 @node Q6.0.1, Q6.0.3, Current Events, Current Events
-@section What is new in 19.15?
+@section What is new in 20.1?
 
-The biggest changes in 19.15 include integration of TM (a MIME package
-for VM and Gnus), EFS (the next generation of ange-ftp) and AUC TeX (the
-Emacs subsystem that includes a major mode for editing TeX and LaTeX,
-and a lot of other stuff).  Many bugs from 19.14 have been fixed for
-this release.
-
-XEmacs 20.0 (which includes full Asian-language support aka MULE) has
-been released, but is still considered unstable.  This work is being
-supported by Sun Microsystems.
+The biggest changes in 20.1 include integration of EFS (the next
+generation of ange-ftp) and AUC TeX (the Emacs subsystem that includes a
+major mode for editing TeX and LaTeX, and a lot of other stuff).  Many
+bugs from 20.0 have been fixed for this release.
+
+XEmacs 20.1 is the development release, as is no longer considered
+unstable.
 
 @node Q6.0.3,  , Q6.0.1, Current Events
 @section Procedural changes in XEmacs development.
@@ -4945,8 +4941,7 @@
 decided that intermediate versions will be made available in source only
 form for the truly interested.
 
-XEmacs 19.15 is the end of the road for version 19 XEmacs.  The next
-release after 19.15 will be XEmacs 20.1.
+No further XEmacs 19 releases are planned.
 
 @item
 As of December 1996, Steve Baur <steve@@altair.xemacs.org> has become

--- dir.orig	Sun Apr  6 18:52:01 1997
+++ dir	Sun Apr  6 18:52:22 1997
@@ -36,12 +36,12 @@
 
 * Info::	Documentation browsing system.
 * XEmacs::	The extensible user-friendly self-documenting text editor.
-		This manual is for XEmacs 20.0.
+		This manual is for XEmacs 20.1.
 * Lispref::	XEmacs Lisp technical reference.
-		This manual is for XEmacs 20.0.
+		This manual is for XEmacs 20.1.
 * New-Users-Guide::
-	        XEmacs User's Guide for XEmacs 20.0.
-* XEmacs-FAQ::	XEmacs Frequently Asked Questions for 20.0.
+	        XEmacs User's Guide for XEmacs 20.1.
+* XEmacs-FAQ::	XEmacs Frequently Asked Questions for 20.1.
 * Internals::	Guide to the internals of XEmacs.
 * send-pr::	Submitting Bug Reports
 * gnats::	GNU Problem Report Management System

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
I'm a Lisp variable -- bind me!

