mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-21 10:24:55 +00:00
(set-version): Add doc/misc/faq.texi.
This commit is contained in:
parent
27c4901ab2
commit
611bee81fd
@ -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
|
||||
|
@ -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."))))))
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user