diff man/internals/internals.texi @ 58:8b0bdfdf0cf0 r19-16-pre4

Import from CVS: tag r19-16-pre4
author cvs
date Mon, 13 Aug 2007 08:58:37 +0200
parents 05472e90ae02
children 2e6f5e180fb8
line wrap: on
line diff
--- a/man/internals/internals.texi	Mon Aug 13 08:58:21 2007 +0200
+++ b/man/internals/internals.texi	Mon Aug 13 08:58:37 2007 +0200
@@ -209,7 +209,7 @@
 Buffers and Textual Representation
 
 * Introduction to Buffers::     A buffer holds a block of text such as a file.
-* A Buffer's Text::             Representation of the text in a buffer.
+* The Text in a Buffer::        Representation of the text in a buffer.
 * Buffer Lists::                Keeping track of all buffers.
 * Markers and Extents::         Tagging locations within a buffer.
 * Bufbytes and Emchars::        Representation of individual characters.
@@ -301,6 +301,7 @@
 * Through Version 18::          Unification prevails.
 * Lucid Emacs::                 One version 19 Emacs.
 * GNU Emacs 19::                The other version 19 Emacs.
+* GNU Emacs 20::                The other version 20 Emacs.
 * XEmacs::                      The continuation of Lucid Emacs.
 @end menu
 
@@ -576,6 +577,21 @@
 working on and using GNU Emacs for a long time (back as far as version
 16 or 17).
 
+@node GNU Emacs 20
+@section GNU Emacs 20
+@cindex GNU Emacs 20
+@cindex FSF Emacs
+
+On February 2, 1997 work began on GNU Emacs to integrate Mule.  The first
+release was made in September of that year.
+
+A timeline for Emacs 20 is
+
+@itemize @bullet
+@item
+version 20.1 released September 17, 1997.
+@end itemize
+
 @node XEmacs
 @section XEmacs
 @cindex XEmacs
@@ -5345,7 +5361,7 @@
 
 @menu
 * Introduction to Buffers::     A buffer holds a block of text such as a file.
-* A Buffer's Text::             Representation of the text in a buffer.
+* The Text in a Buffer::        Representation of the text in a buffer.
 * Buffer Lists::                Keeping track of all buffers.
 * Markers and Extents::         Tagging locations within a buffer.
 * Bufbytes and Emchars::        Representation of individual characters.
@@ -5405,8 +5421,8 @@
 window. (This latter distinction is explained in detail in the section
 on windows.)
 
-@node A Buffer's Text
-@section A Buffer's Text
+@node The Text in a Buffer
+@section The Text in a Buffer
 
   The text in a buffer consists of a sequence of zero or more
 characters.  A @dfn{character} is an integer that logically represents