aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2010-05-19 10:10:29 +0900
committerKenichi Handa2010-05-19 10:10:29 +0900
commit134d1bcded02e066727ece838f14ffc767f76419 (patch)
tree2187c2ac9748400146394bdaefd59f314598685d /ChangeLog
parent2833d9158d6315b59415173df5d47515faac5310 (diff)
parent1fc0ce04bc651fe8adbe822515e4ea7a4e904249 (diff)
downloademacs-134d1bcded02e066727ece838f14ffc767f76419.tar.gz
emacs-134d1bcded02e066727ece838f14ffc767f76419.zip
merge trunk
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog68
1 files changed, 68 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab69ce7b457..eb3ed433d0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,71 @@
12010-05-18 Glenn Morris <rgm@gnu.org>
2
3 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
4 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
5
6 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
7 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
8 (RALLOC_OBJ): New output variable.
9
10 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
11 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
12
132010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * Makefile.in (src): Provide the name of the VCS file that witnesses
16 a pull.
17 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
18
192010-05-17 Glenn Morris <rgm@gnu.org>
20
21 * configure.in (OLDXMENU_DEPS): New output variable.
22
232010-05-16 Glenn Morris <rgm@gnu.org>
24
25 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
26
27 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
28 * Makefile.in (install-arch-dep): Update for above change.
29
30 * Makefile.in (ns_appdir): Remove.
31 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
32
33 * configure.in (TEMACS_LDFLAGS2): New output variable.
34
35 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
36 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
37 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
38 nothing uses.
39
402010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
41
42 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
43 does not use them.
44 (X11R5_INHIBIT_I18N): Remove, unused.
45
462010-05-15 Glenn Morris <rgm@gnu.org>
47
48 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
49
50 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
51
522010-05-15 Ken Raeburn <raeburn@raeburn.org>
53
54 * configure.in: Look for version string in its new location.
55
562010-05-15 Eli Zaretskii <eliz@gnu.org>
57
58 * config.bat: Remove support for DJGPP v1.x.
59
602010-05-15 Glenn Morris <rgm@gnu.org>
61
62 * configure.in (OLDXMENU_TARGET): New output variable.
63
64 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
65
66 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
67 and other files that no longer exist.
68
12010-05-14 Glenn Morris <rgm@gnu.org> 692010-05-14 Glenn Morris <rgm@gnu.org>
2 70
3 * configure.in (cpp_undefs): Add mktime, register, X11. 71 * configure.in (cpp_undefs): Add mktime, register, X11.