Mercurial > hg > xemacs-beta
comparison ChangeLog @ 3094:ad2f4ae9895b
[xemacs-hg @ 2005-11-26 11:45:47 by stephent]
Xft merge. <87k6ev4p8q.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sat, 26 Nov 2005 11:46:25 +0000 |
parents | 141c2920ea48 |
children | 859a2346db99 |
comparison
equal
deleted
inserted
replaced
3093:769dc945b085 | 3094:ad2f4ae9895b |
---|---|
1 2005-11-26 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 Merge Xft. | |
4 | |
5 2005-03-05 Malcolm Purvis <malcolmp@xemacs.org> | |
6 | |
7 * configure.ac: Correct the filename of the old copy of configure. | |
8 | |
9 2005-03-05 Malcolm Purvis <malcolmp@xemacs.org> | |
10 | |
11 * config.guess: | |
12 * config.sub: Sync with the latest upstream versions. | |
13 * configure.ac: Use --verbose for --extra-verbose. Better | |
14 quoting of arguments. Internal shell vars statr with '_' to avoid | |
15 name clashes. Pick up the latest changes to configure.in. | |
16 Improve the testing of Athena 3d widgets. | |
17 | |
18 2005-02-20 Stephen J. Turnbull <stephen@xemacs.org> | |
19 | |
20 * configure.ac (athena): Spells as 3d, not xaw3d, in declaration. | |
21 (sound): quickfix: AC_DEFINE, not AC_DEFINE_UNQUOTED, at top level. | |
22 | |
23 2005-02-19 Stephen J. Turnbull <stephen@xemacs.org> | |
24 | |
25 * configure.ac (XE_EXPAND_COMPLEX_OPTION): Use same name in comment. | |
26 (XEmacs keyword option support): | |
27 (XEmacs complex option support): | |
28 Move long header comments to internals.texi(The configure Script). | |
29 | |
30 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org> | |
31 | |
32 * configure.ac: Trap --with-style flags, now --enable. | |
33 | |
34 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org> | |
35 | |
36 * configure.ac (Autodetect native sound): | |
37 Handle NetBSD per Aidan's patch. | |
38 | |
39 2005-02-11 Malcolm Purvis <malcolmp@xemacs.org> | |
40 | |
41 * configure.ac: Added keyword option support. Converted database, | |
42 sound, athena, xim, bignum, error-checking, menubars, scrollbars, | |
43 dialogs and widgets command line arguments to use keyword option | |
44 and complex option macros. | |
45 | |
46 2005-02-09 Malcolm Purvis <malcolmp@xemacs.org> | |
47 | |
48 * configure.ac (XE_COMPLEX_OPTION): | |
49 * configure.ac (XE_COMPLEX_OPTION_HELP_STRING): | |
50 * configure.ac (XE_COMPLEX_ARG_WITH): | |
51 * configure.ac (XE_COMPLEX_ARG_ENABLE): | |
52 Rewritten complex option support with a simpler API and support | |
53 for --enable as well a --with. | |
54 | |
55 2005-02-02 Malcolm Purvis <malcolmp@xemacs.org> | |
56 | |
57 * configure.ac Align with the current mainline version of | |
58 configure.in. | |
59 | |
60 2005-02-01 Stephen J. Turnbull <stephen@xemacs.org> | |
61 | |
62 * configure.ac (Xrender, fontconfig, and Xft): | |
63 Check /usr/include/freetype2. | |
64 | |
65 2005-01-30 Stephen J. Turnbull <stephen@xemacs.org> | |
66 | |
67 * configure.ac (AC_COPYRIGHT): Update. | |
68 (progname): Restore and improve documentation. | |
69 | |
70 (XE_INIT_COMPLEX_OPTION): | |
71 (XE_APPEND_COMPLEX_OPTION_DEFAULT): | |
72 (XE_PARSE_COMPLEX_OPTION): | |
73 (XE_CLEANUP_COMPLEX_OPTION): | |
74 (XE_COMPLEX_OPTION_HELP_STRING): Support complex options. | |
75 (--with-xft): Add Xft support using the complex option support. | |
76 | |
77 (--with-xface): | |
78 (--with-zlib): | |
79 (--with-xmu): | |
80 (--with-purify): | |
81 (--with-quantify): | |
82 (--with-toolbars): | |
83 (--with-tty): | |
84 (--with-xfs): | |
85 (--with-canna): | |
86 (--with-wnn): | |
87 (--with-wnn6): | |
88 (--with-ldap): | |
89 (--with-postgresql): | |
90 (--with-infodock): | |
91 (--with-native-sound-lib): | |
92 (--with-netinstall): | |
93 (--with-site-includes): | |
94 (--with-site-libraries): | |
95 (--with-site-prefixes): | |
96 (--with-package-prefix): | |
97 (--with-package-path): | |
98 (--enable-external-widget): | |
99 (--enable-kkcc): | |
100 (--enable-union-type): | |
101 (--enable-pdump): | |
102 (--enable-debug): | |
103 (--enable-memory-usage-stats): | |
104 (--enable-error-checking): | |
105 (--with-rel-alloc): | |
106 (--with-dlmalloc): | |
107 (--with-debug-malloc): | |
108 (--with-system-malloc): | |
109 Improve (including add) help strings. | |
110 | |
111 (--with-athena): | |
112 (--with-xim): | |
113 (--with-mail-locking): | |
114 (--enable-bignum): | |
115 (--enable-menubars): | |
116 (--enable-scrollbars): | |
117 (--enable-dialogs): | |
118 (--enable-widgets): | |
119 Fix `eval "$FEATURE=\"$val\"" bug. | |
120 | |
121 2005-01-29 Stephen J. Turnbull <stephen@xemacs.org> | |
122 | |
123 * INSTALL (CONFIGURATION OPTIONS): | |
124 Insert Malcolm's notes on autoconf 2.59 support. | |
125 | |
126 2005-01-04 Malcolm Purvis <malcolmp@xemacs.org> | |
127 | |
128 * aclocal.m4: Changes to support autoconf 2.59 | |
129 * config.guess: | |
130 * config.sub: Upgraded to the version in from automake 1.9 | |
131 * configure.ac: Rewritten for autoconf 2.59 support. | |
132 | |
133 2004-12-10 Stephen J. Turnbull <stephen@xemacs.org> | |
134 | |
135 * configure.usage: Various minor improvements. | |
136 | |
137 2004-12-09 Stephen J. Turnbull <stephen@xemacs.org> | |
138 | |
139 * configure.in: Update FSF's copyright. Support --with-xft=LIST | |
140 syntax. Try to find a directory containing freetype/ftheader.h. | |
141 | |
142 * configure.usage (--with-xft): Update. | |
143 | |
144 2004-11-20 Stephen J. Turnbull <stephen@xemacs.org> | |
145 | |
146 Xft branch based on "Xft reloaded #3" patch by Eric Knauel and | |
147 Mathias Neuebaur, and other contributors. | |
148 | |
149 * configure.in: | |
150 * configure.usage: | |
151 Implement and document switches for configuring Xft. | |
152 | |
1 2005-11-21 Marcus Crestani <crestani@xemacs.org> | 153 2005-11-21 Marcus Crestani <crestani@xemacs.org> |
2 | 154 |
3 Incremental Garbage Collector | 155 Incremental Garbage Collector |
4 | 156 |
5 * configure.ac: Add newgc option; if newgc, turn on kkcc and | 157 * configure.ac: Add newgc option; if newgc, turn on kkcc and |
273 | 425 |
274 2005-02-21 Stephen J. Turnbull <stephen@xemacs.org> | 426 2005-02-21 Stephen J. Turnbull <stephen@xemacs.org> |
275 | 427 |
276 * version.sh (XEMACS_RELEASE_DATE): New version info variable. | 428 * version.sh (XEMACS_RELEASE_DATE): New version info variable. |
277 | 429 |
278 * configure.in (XEMACS_RELEASE_DATE): Use it. | 430 * configure.in (XEMACS_RELEASE_DATE): |
431 * configure.ac (XEMACS_RELEASE_DATE): | |
432 Use it. | |
433 | |
434 * configure.ac (sound): | |
435 AC_DEFINE_UNQUOTED seems OK, if it's not m4-quoted. | |
279 | 436 |
280 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> | 437 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
281 | 438 |
282 * XEmacs 21.5.19 "chives" is released. | 439 * XEmacs 21.5.19 "chives" is released. |
283 | 440 |