comparison src/ChangeLog @ 109195:1bbf35fc0d68

Merge from mainline.
author Katsumi Yamaoka <katsumi@flagship2>
date Mon, 17 May 2010 12:37:57 +0000
parents a53949523193
children fcdc7bb97c9e
comparison
equal deleted inserted replaced
109194:e0b7f217b35a 109195:1bbf35fc0d68
1 2010-05-17 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (OLDXMENU_DEPS): New, set by configure.
4 (stamp-oldxmenu): Use $OLDXMENU_DEPS.
5
1 2010-05-16 Glenn Morris <rgm@gnu.org> 6 2010-05-16 Glenn Morris <rgm@gnu.org>
7
8 * Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
9
10 * Makefile.in (clean): Get rid of HAVE_NS conditional.
11
12 * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
13 trailing "/".
14
15 * Makefile.in (TEMACS_LDFLAGS2): New, set by configure.
16 (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default.
17
18 * Makefile.in (GNUSTEP_SYSTEM_LIBRARIES): Remove, unused.
19 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New, set by configure.
20 (LD) [NS_IMPL_GNUSTEP]: Set to $(CC) -rdynamic.
21 (temacs${EXEEXT}): Remove $LOCALCPP, never defined or referenced.
22 Make most of the NS_IMPL_GNUSTEP case the same as the default case.
23
24 * Makefile.in (temacs${EXEEXT}) [!NS_IMPL_GNUSTEP]:
25 Remove ${STARTFLAGS}, nothing ever sets it.
26
27 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
28
29 * m/ia64.h (UNEXEC): Remove, set in s/*.h.
30
31 2010-05-16 Glenn Morris <rgm@gnu.org>
32
33 * Makefile.in (LIBX_BASE): Always define.
34
35 * Makefile.in (LIBX_OTHER): Move out of cpp section.
2 36
3 * Makefile.in (LIBXT): Always define. 37 * Makefile.in (LIBXT): Always define.
4 38
5 2010-05-15 Glenn Morris <rgm@gnu.org> 39 2010-05-15 Glenn Morris <rgm@gnu.org>
6 40