comparison ChangeLog @ 4990:8f0cf4fd3d2c

Automatic merge
author Ben Wing <ben@xemacs.org>
date Sat, 06 Feb 2010 04:01:46 -0600
parents cbe181529c34
children 97c45e3ad810
comparison
equal deleted inserted replaced
4989:d2ec55325515 4990:8f0cf4fd3d2c
1 2010-01-31 Ben Wing <ben@xemacs.org>
2
3 * configure.ac (TAB):
4 Say "This Xft feature" rather than just "This feature" to make it
5 possible to more safely filter out the warning in my `runcc'
6 script without the possibility of filtering out genuinely
7 important warnings.
8 * configure: Regenerate.
9
10 2010-01-23 Ben Wing <ben@xemacs.org>
11
12 * configure:
13 * configure.ac (XE_COMPLEX_ARG):
14 Expand the help for --with-debug to describe more specifically what
15 exactly gets turned on. Expand the help for --with-error-checking
16 to describe all the possible arguments, including `all', `none',
17 `noFOO', multiple arguments, etc.
18
19 Change so that `--with-error-checking' is the same as
20 `--with-error-checking=all'. Currently, `--with-error-checking' has
21 no effect at all! It just means "leave all error-checking for
22 specific classes to their default values", which are "maybe", and
23 get converted to "yes" or "no" depending on whether we are running
24 a beta XEmacs.
25
26 2010-01-24 Ben Wing <ben@xemacs.org>
27
28 * configure: Rebuild.
29
30 2010-01-24 Ben Wing <ben@xemacs.org>
31
32 * aclocal.m4 (XE_SHLIB_STUFF):
33 Use -export-all-symbols instead of -export-dynamic on PE targets
34 (Cygwin and MinGW).
35
36 * configure.ac (XE_EXPAND_VARIABLE):
37 * configure.ac (TAB):
38 Create variable XEMACS_CC_GPP to check whether we're running g++.
39 Don't just check for an executable called `g++' -- it might be
40 called g++-4 or whatever. Instead, check for either named `g++*'
41 or claiming to be g++ when called with --version. Rewrite code do
42 use the variable.
43
44 Add -fno-strict-aliasing to optimization flags when GCC and
45 optimized, and in all cases with g++, since under these circumstances
46 strict aliasing is otherwise assumed, and XEmacs can't easily be
47 made to respect its restrictions.
48
49 * configure: Regenerate.
50
51
52
1 2010-02-01 Ben Wing <ben@xemacs.org> 53 2010-02-01 Ben Wing <ben@xemacs.org>
2 54
3 * configure: 55 * configure:
4 * configure.ac (TAB): 56 * configure.ac (TAB):
5 USE_XFT* -> HAVE_XFT*. 57 USE_XFT* -> HAVE_XFT*.
7 2010-01-14 Ben Wing <ben@xemacs.org> 59 2010-01-14 Ben Wing <ben@xemacs.org>
8 60
9 * PROBLEMS: 61 * PROBLEMS:
10 Add description of crash on recent Cygwin 1.7 when using C++, NEWGC 62 Add description of crash on recent Cygwin 1.7 when using C++, NEWGC
11 and optimization. 63 and optimization.
64
65 2010-01-16 Aidan Kehoe <kehoea@parhasard.net>
66
67 * configure: Regenerate, now we no longer look for rint().
68
69 2010-01-20 Ben Wing <ben@xemacs.org>
70
71 * Makefile.in.in:
72 * Makefile.in.in (GENERATED_HEADERS):
73 * Makefile.in.in (.PHONY):
74 * Makefile.in.in (src/.gdbinit):
75 * configure:
76 * configure.ac (TAB):
77 etc/gdbinit.in has been moved to src/.gdbinit.in.in. Reflect
78 this -- generate src/.gdbinit.in from src/.gdbinit.in.in, and
79 use the normal mechanism for doing so instead of copying it
80 specially.
81
82 Add target for `config-changed' and pass down to `src'.
83 Move some PHONY declarations to just before the actual targets.
12 84
13 2010-01-16 Aidan Kehoe <kehoea@parhasard.net> 85 2010-01-16 Aidan Kehoe <kehoea@parhasard.net>
14 86
15 * configure: Regenerate, now we no longer look for rint(). 87 * configure: Regenerate, now we no longer look for rint().
16 88