(set-version): Add doc/misc/faq.texi.
authorGlenn Morris <rgm@gnu.org>
Sun, 15 Jun 2008 02:39:40 +0000 (02:39 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 15 Jun 2008 02:39:40 +0000 (02:39 +0000)
admin/ChangeLog
admin/admin.el
doc/lispref/ChangeLog

index 8f12e28..6117b96 100644 (file)
@@ -1,3 +1,7 @@
+2008-06-15  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (set-version): Add doc/misc/faq.texi.
+
 2008-05-22  Juanma Barranquero  <lekktu@gmail.com>
 
        * FOR-RELEASE: Remove Windows problem about the XPM image library
index 828e87f..2f62436 100644 (file)
@@ -80,6 +80,9 @@ Root must be the root of an Emacs source tree."
                       (rx (and ".TH EMACS" (1+ not-newline)
                                 "GNU Emacs" (1+ space)
                                (submatch (1+ (in "0-9."))))))
+  (set-version-in-file root "doc/misc/faq.texi" version
+                      (rx (and "VER" (1+ space)
+                               (submatch (1+ (in "0-9."))))))
   (set-version-in-file root "lib-src/makefile.w32-in" version
                       (rx (and "VERSION" (0+ space) "=" (0+ space)
                                (submatch (1+ (in "0-9."))))))
index 7c988ff..bda9fb4 100644 (file)
@@ -1,3 +1,7 @@
+2008-06-15  Glenn Morris  <rgm@gnu.org>
+
+       * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
+
 2008-06-13  Daniel Engeler  <engeler@gmail.com>
 
        * elisp.texi, internals.texi, processes.texi: Add documentation