Mercurial > emacs
comparison ChangeLog @ 109063:c77749185234
merge trunk
author | Kenichi Handa <handa@etlken> |
---|---|
date | Thu, 24 Jun 2010 15:10:43 +0900 |
parents | 6c39bda25895 |
children | ca8db3772b39 |
comparison
equal
deleted
inserted
replaced
108814:9d7ea82188d8 | 109063:c77749185234 |
---|---|
1 2010-06-16 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * INSTALL: Update font information (Bug#6389). | |
4 | |
5 2010-06-16 Glenn Morris <rgm@gnu.org> | |
6 | |
7 * INSTALL: General update. | |
8 | |
9 2010-06-12 Glenn Morris <rgm@gnu.org> | |
10 | |
11 * Makefile.in (install-arch-indep): Delete any old info .gz files | |
12 first. | |
13 | |
14 2010-06-11 Glenn Morris <rgm@gnu.org> | |
15 | |
16 * configure.in (--without-compress-info): New option. | |
17 (GZIP_INFO): New output variable. | |
18 | |
19 * Makefile.in (GZIP_INFO): New, set by configure. | |
20 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil. | |
21 Handle man pages in the same way. | |
22 | |
23 2010-06-10 Glenn Morris <rgm@gnu.org> | |
24 | |
25 * Makefile.in (install-arch-indep): Gzip the info files too. | |
26 | |
27 * make-dist: Remove references to non-existent directories and files. | |
28 | |
29 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu> | |
30 | |
31 * configure.in: Include <strings.h> and <string.h> instead of | |
32 "strings.h" and "string.h". | |
33 | |
34 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu> | |
35 | |
36 * configure.in: Remove code dealing with BSTRING. | |
37 | |
38 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu> | |
39 | |
40 * configure.in (AC_PREREQ): Require autoconf 2.65. | |
41 | |
42 * configure.in (unxec): Do not define and substitute. | |
43 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC. | |
44 | |
45 2010-06-03 Glenn Morris <rgm@gnu.org> | |
46 | |
47 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true. | |
48 | |
49 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu> | |
50 | |
51 Fix alloca definition when using gcc on non-gnu systems. | |
52 * configure.in: Use the code sequence indicated by "info autoconf" | |
53 for alloca (bug#6170). | |
54 | |
55 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca> | |
56 | |
57 * .bzrignore: Ignore new files from trunk, which appear if you use | |
58 colocated branches (i.e. "bzr switch"). | |
59 | |
1 2010-05-28 Glenn Morris <rgm@gnu.org> | 60 2010-05-28 Glenn Morris <rgm@gnu.org> |
2 | 61 |
3 * configure.in: Simplify some of the $canonical tests. | 62 * configure.in: Simplify some of the $canonical tests. |
4 | 63 |
5 2010-05-27 Glenn Morris <rgm@gnu.org> | 64 2010-05-27 Glenn Morris <rgm@gnu.org> |