aboutsummaryrefslogtreecommitdiffstats
path: root/admin/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-07-02 22:46:17 +0200
committerJoakim Verona2013-07-02 22:46:17 +0200
commit3718127221fbbc31f8ebd027ab7c95403dbe9118 (patch)
treeef422898f3344c8f94f6ecf63eb583122bbf2bd8 /admin/ChangeLog
parent1ce45b902c67b8a0dda8d71bd2812de29a9988a6 (diff)
parenta3b49114c186d84404226af75ae7905bd1cd018f (diff)
downloademacs-3718127221fbbc31f8ebd027ab7c95403dbe9118.tar.gz
emacs-3718127221fbbc31f8ebd027ab7c95403dbe9118.zip
Merge branch 'trunk' into xwidget
Conflicts: src/window.c
Diffstat (limited to 'admin/ChangeLog')
-rw-r--r--admin/ChangeLog19
1 files changed, 16 insertions, 3 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 8fdfe3965b1..8746657517e 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,8 +1,21 @@
12013-06-29 Glenn Morris <rgm@gnu.org>
2
3 * admin.el (make-manuals): Don't bother with txt or dvi any more.
4 (manual-txt): Remove.
5 (manual-pdf): Doc fix.
6 (manual-ps): Rename from manual-dvi.
7 (manual-pdf, manual-ps): Work in the directory with the texi file,
8 so that TeX intermediate files go there rather than to PWD.
9
102013-06-15 Xue Fuqiao <xfq.free@gmail.com>
11
12 * notes/changelogs: Mention trivial changes in Change Log.
13
12013-06-13 Glenn Morris <rgm@gnu.org> 142013-06-13 Glenn Morris <rgm@gnu.org>
2 15
3 * admin.el (manual-style-string): Use new file manual.css. 16 * admin.el (manual-style-string): Use new file manual.css.
4 17
52013-06-02 Eric Ludlam <zappo@gnu.org> 182013-06-02 Eric Ludlam <zappo@gnu.org>
6 19
7 * grammars/srecode-template.wy (variable): Accept a single number 20 * grammars/srecode-template.wy (variable): Accept a single number
8 as a variable value. Allows the 'priority' to be set to a number. 21 as a variable value. Allows the 'priority' to be set to a number.
@@ -154,7 +167,7 @@
154 167
1552012-12-14 Paul Eggert <eggert@cs.ucla.edu> 1682012-12-14 Paul Eggert <eggert@cs.ucla.edu>
156 169
157 Fix permissions bugs with setgid directories etc. (Bug#13125) 170 Fix permissions bugs with setgid directories etc. (Bug#13125)
158 * CPP-DEFINES (BSD4_2): Remove. 171 * CPP-DEFINES (BSD4_2): Remove.
159 172
1602012-12-08 Paul Eggert <eggert@cs.ucla.edu> 1732012-12-08 Paul Eggert <eggert@cs.ucla.edu>
@@ -286,7 +299,7 @@
286 299
287 * grammars/grammar.wy (semantic-grammar-lexer): Remove, since it 300 * grammars/grammar.wy (semantic-grammar-lexer): Remove, since it
288 was copied to grammar.el. New %provide token to generate prefix 301 was copied to grammar.el. New %provide token to generate prefix
289 which conforms with Emacs conventions. Remove lexer definition, 302 which conforms with Emacs conventions. Remove lexer definition,
290 which is now in grammar.el. 303 which is now in grammar.el.
291 304
2922012-09-27 Glenn Morris <rgm@gnu.org> 3052012-09-27 Glenn Morris <rgm@gnu.org>