emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107928: Only print the edition nu


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107928: Only print the edition number of the manuals in the TeX version
Date: Tue, 01 May 2012 00:38:15 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107928
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Tue 2012-05-01 00:38:15 -0700
message:
  Only print the edition number of the manuals in the TeX version
  
  Frankly, I think the edition conveys little to no information.
  The version number of Emacs is much more relevant.
  No-one seems to know what the rules are for updating the edition anyway...
  
  * doc/emacs/emacs.texi (@copying): Only print EDITION in the TeX version.
  
  * doc/lispref/elisp.texi (@copying):
  * doc/lispref/intro.texi (Introduction): Only print VERSION in the TeX 
version.
modified:
  doc/emacs/ChangeLog
  doc/emacs/emacs.texi
  doc/lispref/ChangeLog
  doc/lispref/elisp.texi
  doc/lispref/intro.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2012-04-30 06:53:56 +0000
+++ b/doc/emacs/ChangeLog       2012-05-01 07:38:15 +0000
@@ -1,3 +1,7 @@
+2012-05-01  Glenn Morris  <address@hidden>
+
+       * emacs.texi (@copying): Only print EDITION in the TeX version.
+
 2012-04-30  Glenn Morris  <address@hidden>
 
        * search.texi (Regexp Search): Just say "Emacs".

=== modified file 'doc/emacs/emacs.texi'
--- a/doc/emacs/emacs.texi      2012-04-27 00:23:54 +0000
+++ b/doc/emacs/emacs.texi      2012-05-01 07:38:15 +0000
@@ -3,12 +3,27 @@
 @setfilename ../../info/emacs
 @settitle GNU Emacs Manual
 
address@hidden The edition number appears in several places in this file
address@hidden The edition number appears in more than one place in this file
address@hidden I don't really know what it means...
address@hidden For example, it has said "Sixteenth" since sometime in the Emacs 
22
address@hidden series, all through 23, and into 24.  So it is not very useful 
IMO,
address@hidden and offers nothing that EMACSVER does not.  I guess it relates
address@hidden mainly to the published book sold by the FSF.  Hence no longer
address@hidden bother including it except iftex.  Really, I think it should not 
be
address@hidden here at all (since anyone can make a pdf version), but should 
just
address@hidden be something added by the FSF during the publishing process.
address@hidden Also, the lispref uses a float (3.0), whereas this uses an 
ordinal,
address@hidden so the format is not even consistent.
 @set EDITION   Sixteenth
 @include emacsver.texi
 
 @copying
address@hidden
 This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},@*
address@hidden iftex
address@hidden
+This is the @cite{GNU Emacs Manual},
address@hidden ifnottex
 updated for Emacs version @value{EMACSVER}.
 
 Copyright @copyright{} 1985-1987, 1993-2012 Free Software Foundation, Inc.

=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-04-29 06:56:58 +0000
+++ b/doc/lispref/ChangeLog     2012-05-01 07:38:15 +0000
@@ -1,3 +1,8 @@
+2012-05-01  Glenn Morris  <address@hidden>
+
+       * elisp.texi (@copying):
+       * intro.texi (Introduction): Only print VERSION in the TeX version.
+
 2012-04-29  Chong Yidong  <address@hidden>
 
        * text.texi (Change Hooks): Minor fix for after-change-functions.

=== modified file 'doc/lispref/elisp.texi'
--- a/doc/lispref/elisp.texi    2012-04-26 17:56:38 +0000
+++ b/doc/lispref/elisp.texi    2012-05-01 07:38:15 +0000
@@ -6,6 +6,7 @@
 
 @c Version of the manual and of Emacs.
 @c Please remember to update these in vol1.texi and vol2.texi as well.
address@hidden (See comments for EDITION in emacs.texi)
 @set VERSION  3.1
 @include emacsver.texi
 @set DATE July 2012
@@ -40,7 +41,12 @@
 @c @syncodeindex tp fn
 
 @copying
-This is edition @value{VERSION} of the GNU Emacs Lisp Reference Manual,@*
address@hidden
+This is edition @value{VERSION} of the @cite{GNU Emacs Lisp Reference 
Manual},@*
address@hidden iftex
address@hidden
+This is the @cite{GNU Emacs Lisp Reference Manual}
address@hidden ifnottex
 corresponding to Emacs version @value{EMACSVER}.
 
 Copyright @copyright{} 1990-1996, 1998-2012 Free Software Foundation, Inc.

=== modified file 'doc/lispref/intro.texi'
--- a/doc/lispref/intro.texi    2012-04-26 00:31:47 +0000
+++ b/doc/lispref/intro.texi    2012-05-01 07:38:15 +0000
@@ -1,6 +1,6 @@
 @c -*-coding: iso-latin-1-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
address@hidden Copyright (C) 1990-1994, 2001-2012  Free Software Foundation, 
Inc.
address@hidden Copyright (C) 1990-1994, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
 @setfilename ../../info/intro
 
@@ -34,8 +34,12 @@
 chapters describe features that are peculiar to Emacs Lisp or relate
 specifically to editing.
 
-  This is edition @value{VERSION} of the GNU Emacs Lisp Reference
-Manual, corresponding to Emacs version @value{EMACSVER}.
+  This is
address@hidden
+edition @value{VERSION} of
address@hidden iftex
+the @cite{GNU Emacs Lisp Reference Manual},
+corresponding to Emacs version @value{EMACSVER}.
 
 @menu
 * Caveats::             Flaws and a request for help.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]