aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog48
1 files changed, 48 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f759d0cebcd..7ffb5800753 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,54 @@
3 * font.c (font_range): Return the range for the font found at 3 * font.c (font_range): Return the range for the font found at
4 first. 4 first.
5 5
62010-05-14 Glenn Morris <rgm@gnu.org>
7
8 * Makefile.in (mktime, X11, register): Move undefs to configure.
9
10 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
11 (MSDOS_X_OBJ): New variable.
12 (MSDOS_SUPPORT_REAL): New constant.
13 (MSDOS_SUPPORT): Set as a variable, not with cpp.
14 (obj): Use MSDOS_X_OBJ.
15 (lisp): Use MSDOS_SUPPORT as a variable.
16
17 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
18 (GPM_MOUSE_SUPPORT): Now it's a constant.
19 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,
20 not cpp.
21
22 * Makefile.in (@NS_IMPL_GNUSTEP_INC@): Use in place of #ifdef.
23 (ns_appresdir): Remove, unused.
24
25 * Makefile.in (SHELL): Move outside cpp section.
26
27 * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
28
292010-05-13 Glenn Morris <rgm@gnu.org>
30
31 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
32 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
33
34 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
35 HAVE_WINDOW_SYSTEM must be too.
36
37 * Makefile.in (WINNT_SUPPORT): Remove, nt build does not use this file.
38 (lisp): Remove WINNT_SUPPORT.
39
40 * Makefile.in (OLDXMENU, LIBXMENU) [!HAVE_MENUS]:
41 Let configure set these variables (to empty) in this case as well.
42
43 * Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
44 (LIBX_BASE): Use $LD_SWITCH_X_SITE.
45
46 * Makefile.in (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
47 (LIB_MATH, FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS)
48 (FREETYPE_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS)
49 (M17N_FLT_LIBS, GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBGPM)
50 (LIBRESOLV, UNEXEC_OBJ): For clarity, define variables to hold
51 the values output by configure.
52 (ALL_CFLAGS, obj, LIBES, temacs${EXEEXT}): Use the above variables.
53
62010-05-12 Glenn Morris <rgm@gnu.org> 542010-05-12 Glenn Morris <rgm@gnu.org>
7 55
8 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic. 56 * Makefile.in (YMF_PASS_LDFLAGS, LD, LINKER): Simplify the logic.