aboutsummaryrefslogtreecommitdiffstats
path: root/admin/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey2013-07-06 23:18:58 -0600
committerTom Tromey2013-07-06 23:18:58 -0600
commit6dacdad5fcb278e5a16b38bb81786aac9ca27be4 (patch)
treef5f331ea361ba0f99e0f9b638d183ad492a7da31 /admin/ChangeLog
parent0a6f2ff0c8ceb29703e76cddd46ea3f176dd873a (diff)
parent219afb88d9d484393418820d1c08dc93299110ec (diff)
downloademacs-6dacdad5fcb278e5a16b38bb81786aac9ca27be4.tar.gz
emacs-6dacdad5fcb278e5a16b38bb81786aac9ca27be4.zip
merge from trunk
this merges frmo trunk and fixes various build issues. this needed a few ugly tweaks. this hangs in "make check" now
Diffstat (limited to 'admin/ChangeLog')
-rw-r--r--admin/ChangeLog34
1 files changed, 31 insertions, 3 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 8fdfe3965b1..592a41968db 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,8 +1,36 @@
12013-07-06 Glenn Morris <rgm@gnu.org>
2
3 * admin.el (manual-misc-manuals): New function.
4 (make-manuals): Avoid hard-coding list of misc manuals.
5 Add the option to only make certain type(s) of output.
6 (manual-misc-html): Special-case ccmode and efaq.
7 (manual-html-mono, manual-html-node, manual-pdf, manual-ps):
8 Move creation of output directory here from make-manuals.
9 (manual-html-fix-index-2): Avoid dynamic reference to `f'.
10
112013-07-05 Glenn Morris <rgm@gnu.org>
12
13 * admin.el (make-manuals): Use a standard location for lispintro.
14 Use a pdf/ subdirectory for pdf versions.
15
162013-06-29 Glenn Morris <rgm@gnu.org>
17
18 * admin.el (make-manuals): Don't bother with txt or dvi any more.
19 (manual-txt): Remove.
20 (manual-pdf): Doc fix.
21 (manual-ps): Rename from manual-dvi.
22 (manual-pdf, manual-ps): Work in the directory with the texi file,
23 so that TeX intermediate files go there rather than to PWD.
24
252013-06-15 Xue Fuqiao <xfq.free@gmail.com>
26
27 * notes/changelogs: Mention trivial changes in Change Log.
28
12013-06-13 Glenn Morris <rgm@gnu.org> 292013-06-13 Glenn Morris <rgm@gnu.org>
2 30
3 * admin.el (manual-style-string): Use new file manual.css. 31 * admin.el (manual-style-string): Use new file manual.css.
4 32
52013-06-02 Eric Ludlam <zappo@gnu.org> 332013-06-02 Eric Ludlam <zappo@gnu.org>
6 34
7 * grammars/srecode-template.wy (variable): Accept a single number 35 * grammars/srecode-template.wy (variable): Accept a single number
8 as a variable value. Allows the 'priority' to be set to a number. 36 as a variable value. Allows the 'priority' to be set to a number.
@@ -154,7 +182,7 @@
154 182
1552012-12-14 Paul Eggert <eggert@cs.ucla.edu> 1832012-12-14 Paul Eggert <eggert@cs.ucla.edu>
156 184
157 Fix permissions bugs with setgid directories etc. (Bug#13125) 185 Fix permissions bugs with setgid directories etc. (Bug#13125)
158 * CPP-DEFINES (BSD4_2): Remove. 186 * CPP-DEFINES (BSD4_2): Remove.
159 187
1602012-12-08 Paul Eggert <eggert@cs.ucla.edu> 1882012-12-08 Paul Eggert <eggert@cs.ucla.edu>
@@ -286,7 +314,7 @@
286 314
287 * grammars/grammar.wy (semantic-grammar-lexer): Remove, since it 315 * grammars/grammar.wy (semantic-grammar-lexer): Remove, since it
288 was copied to grammar.el. New %provide token to generate prefix 316 was copied to grammar.el. New %provide token to generate prefix
289 which conforms with Emacs conventions. Remove lexer definition, 317 which conforms with Emacs conventions. Remove lexer definition,
290 which is now in grammar.el. 318 which is now in grammar.el.
291 319
2922012-09-27 Glenn Morris <rgm@gnu.org> 3202012-09-27 Glenn Morris <rgm@gnu.org>