aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2010-08-11 07:42:48 +0200
committerStefan Monnier2010-08-11 07:42:48 +0200
commitc566235d981eba73c88bbff00b6a1d88360b6e9f (patch)
treef8d653add3570fe750a83d1123ed35022e0bf4ef /ChangeLog
parent0bfdb86f425a88fe43ebc88851c6f9a6418e1862 (diff)
parent490b89acab3e759426ede25c31c94268df55e925 (diff)
downloademacs-c566235d981eba73c88bbff00b6a1d88360b6e9f.tar.gz
emacs-c566235d981eba73c88bbff00b6a1d88360b6e9f.zip
Merge from trunk
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog56
1 files changed, 55 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 799cca598c6..71b597d889b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,57 @@
12010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * configure.in (AC_PREREQ): Require autoconf 2.65.
4
52010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
6
7 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
8
92010-08-09 Andreas Schwab <schwab@linux-m68k.org>
10
11 * configure.in: Add AC_C_BIGENDIAN.
12
132010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
14
15 * configure.in (ORDINARY_LINK): Use on hpux* too.
16
172010-08-06 Jan Djärv <jan.h.d@swipnet.se>
18
19 * configure.in: Check for util.h.
20 Use -Wimplicit-function-declaration if compiler supports it.
21
222010-08-05 Eli Zaretskii <eliz@gnu.org>
23
24 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
25
262010-08-04 Andreas Schwab <schwab@linux-m68k.org>
27
28 * configure.in: Restore accidentally removed use of
29 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
30
312010-07-29 Chad Brown <yandros@mit.edu>
32
33 * configure.in: Check for dirent.h.
34
352010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
36
37 * configure.in: Remove reference to usg5-4, unused.
38
392010-07-25 Andreas Schwab <schwab@linux-m68k.org>
40
41 * configure.in: Check for __executable_start.
42
432010-07-24 Ken Brown <kbrown@cornell.edu>
44
45 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
46
472010-07-24 Juanma Barranquero <lekktu@gmail.com>
48
49 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
50
512010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
52
53 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
54
12010-07-12 Andreas Schwab <schwab@linux-m68k.org> 552010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2 56
3 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS) 57 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
@@ -8373,7 +8427,7 @@
8373 (EMACSROOT): New variable, giving the directory under which all of 8427 (EMACSROOT): New variable, giving the directory under which all of
8374 Emacs's libraries should be installed. Changed rest of file to 8428 Emacs's libraries should be installed. Changed rest of file to
8375 use it. 8429 use it.
8376 (LIBDIR): Now denotes only architecture-dependent dir - relevant cha 8430 (LIBDIR): Now denotes only architecture-dependent dir.
8377 (DATADIR): New variable, denoting architecture-independent dir. 8431 (DATADIR): New variable, denoting architecture-independent dir.
8378 (LOCKDIR): New variable, for completeness. 8432 (LOCKDIR): New variable, for completeness.
8379 (SUBDIR): No more etc, new lib-src. 8433 (SUBDIR): No more etc, new lib-src.