Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
611bee81
Commit
611bee81
authored
Jun 15, 2008
by
Glenn Morris
Browse files
(set-version): Add doc/misc/faq.texi.
parent
27c4901a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
admin/ChangeLog
admin/ChangeLog
+4
-0
admin/admin.el
admin/admin.el
+3
-0
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
No files found.
admin/ChangeLog
View file @
611bee81
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
...
...
admin/admin.el
View file @
611bee81
...
...
@@ -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."
))))))
...
...
doc/lispref/ChangeLog
View file @
611bee81
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment