Mercurial > hg > xemacs-beta
annotate ChangeLog @ 5602:c9e5612f5424
Support the MP library on recent FreeBSD, have it pass relevant tests.
src/ChangeLog addition:
2011-11-26 Aidan Kehoe <kehoea@parhasard.net>
* number-mp.c (bignum_to_string):
Don't overwrite the accumulator we've just set up for this
function.
* number-mp.c (BIGNUM_TO_TYPE):
mp_itom() doesn't necessarily do what this code used to think with
negative numbers, it can treat them as unsigned ints. Subtract
numbers from bignum_zero instead of multiplying them by -1 to
convert them to their negative equivalents.
* number-mp.c (bignum_to_int):
* number-mp.c (bignum_to_uint):
* number-mp.c (bignum_to_long):
* number-mp.c (bignum_to_ulong):
* number-mp.c (bignum_to_double):
Use the changed BIGNUM_TO_TYPE() in these functions.
* number-mp.c (bignum_ceil):
* number-mp.c (bignum_floor):
In these functions, be more careful about rounding to positive and
negative infinity, respectively. Don't use the sign of QUOTIENT
when working out out whether to add or subtract one, rather use
the sign QUOTIENT would have if arbitrary-precision division were
done.
* number-mp.h:
* number-mp.h (MP_GCD):
Wrap #include <mp.h> in BEGIN_C_DECLS/END_C_DECLS.
* number.c (Fbigfloat_get_precision):
* number.c (Fbigfloat_set_precision):
Don't attempt to call XBIGFLOAT_GET_PREC if this build doesn't
support big floats.
| author | Aidan Kehoe <kehoea@parhasard.net> |
|---|---|
| date | Sat, 26 Nov 2011 17:59:14 +0000 |
| parents | 3e5d5e8e4bb7 |
| children | e9f58d024c3c |
| rev | line source |
|---|---|
|
5601
3e5d5e8e4bb7
Move etc/dbxrc.in to src/.dbxrc.in.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5599
diff
changeset
|
1 2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de> |
|
3e5d5e8e4bb7
Move etc/dbxrc.in to src/.dbxrc.in.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5599
diff
changeset
|
2 |
|
3e5d5e8e4bb7
Move etc/dbxrc.in to src/.dbxrc.in.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5599
diff
changeset
|
3 * .hgignore: |
|
3e5d5e8e4bb7
Move etc/dbxrc.in to src/.dbxrc.in.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5599
diff
changeset
|
4 * configure.ac: |
|
3e5d5e8e4bb7
Move etc/dbxrc.in to src/.dbxrc.in.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5599
diff
changeset
|
5 Reflect move of etc/dbxrc.in to src/.dbxrc.in. |
|
3e5d5e8e4bb7
Move etc/dbxrc.in to src/.dbxrc.in.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5599
diff
changeset
|
6 * configure: Regenerate. |
|
3e5d5e8e4bb7
Move etc/dbxrc.in to src/.dbxrc.in.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5599
diff
changeset
|
7 |
|
5599
d88edf8f3b88
2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5598
diff
changeset
|
8 2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de> |
|
d88edf8f3b88
2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5598
diff
changeset
|
9 |
|
d88edf8f3b88
2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5598
diff
changeset
|
10 * configure: Regenerate with Autoconf 2.68. Default Autoconf 2.61 |
|
d88edf8f3b88
2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5598
diff
changeset
|
11 that comes with Mac OS X Lion breaks configure's ability to create |
|
d88edf8f3b88
2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5598
diff
changeset
|
12 Makefiles. |
|
d88edf8f3b88
2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5598
diff
changeset
|
13 |
|
5598
bccc91a65536
Fix .gdbinit and .dbxrc when using the new garbage collector.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5585
diff
changeset
|
14 2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de> |
|
bccc91a65536
Fix .gdbinit and .dbxrc when using the new garbage collector.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5585
diff
changeset
|
15 |
|
bccc91a65536
Fix .gdbinit and .dbxrc when using the new garbage collector.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5585
diff
changeset
|
16 * configure.ac: Fix creation of etc/dbxrc and src/.dbxrc; only try |
|
bccc91a65536
Fix .gdbinit and .dbxrc when using the new garbage collector.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5585
diff
changeset
|
17 to create Makefile when Makefile.in is there. |
|
bccc91a65536
Fix .gdbinit and .dbxrc when using the new garbage collector.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5585
diff
changeset
|
18 * configure: Regenerate. |
|
bccc91a65536
Fix .gdbinit and .dbxrc when using the new garbage collector.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
5585
diff
changeset
|
19 |
|
5585
86d6adeb1cf4
Refactor check for Xaw3d.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5564
diff
changeset
|
20 2011-10-14 Stephen J. Turnbull <stephen@xemacs.org> |
|
86d6adeb1cf4
Refactor check for Xaw3d.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5564
diff
changeset
|
21 |
|
86d6adeb1cf4
Refactor check for Xaw3d.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5564
diff
changeset
|
22 * configure.ac (with_athena): Refactor check for Xaw3d. |
|
86d6adeb1cf4
Refactor check for Xaw3d.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5564
diff
changeset
|
23 |
|
5564
209024442c24
Examine $machine more carefully when choosing VDB implementation, NEW_GC
Aidan Kehoe <kehoea@parhasard.net>
parents:
5558
diff
changeset
|
24 2011-09-05 Aidan Kehoe <kehoea@parhasard.net> |
|
209024442c24
Examine $machine more carefully when choosing VDB implementation, NEW_GC
Aidan Kehoe <kehoea@parhasard.net>
parents:
5558
diff
changeset
|
25 |
|
209024442c24
Examine $machine more carefully when choosing VDB implementation, NEW_GC
Aidan Kehoe <kehoea@parhasard.net>
parents:
5558
diff
changeset
|
26 * configure.ac: $machine is intel386, reflecting the file name |
|
209024442c24
Examine $machine more carefully when choosing VDB implementation, NEW_GC
Aidan Kehoe <kehoea@parhasard.net>
parents:
5558
diff
changeset
|
27 under src/m/, on i[3-9]86. Respect this when deciding on VDB_POSIX |
|
209024442c24
Examine $machine more carefully when choosing VDB implementation, NEW_GC
Aidan Kehoe <kehoea@parhasard.net>
parents:
5558
diff
changeset
|
28 over VDB_MACH with the new GC. |
|
209024442c24
Examine $machine more carefully when choosing VDB implementation, NEW_GC
Aidan Kehoe <kehoea@parhasard.net>
parents:
5558
diff
changeset
|
29 * configure: |
|
209024442c24
Examine $machine more carefully when choosing VDB implementation, NEW_GC
Aidan Kehoe <kehoea@parhasard.net>
parents:
5558
diff
changeset
|
30 Regenerate. |
|
209024442c24
Examine $machine more carefully when choosing VDB implementation, NEW_GC
Aidan Kehoe <kehoea@parhasard.net>
parents:
5558
diff
changeset
|
31 |
|
5556
a142ad1a9140
Use dlsym() in preference to NSLookupSymbolInModule() on Darwin, if available.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
32 2011-08-24 Aidan Kehoe <kehoea@parhasard.net> |
|
a142ad1a9140
Use dlsym() in preference to NSLookupSymbolInModule() on Darwin, if available.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
33 |
|
a142ad1a9140
Use dlsym() in preference to NSLookupSymbolInModule() on Darwin, if available.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
34 * configure.ac: |
|
a142ad1a9140
Use dlsym() in preference to NSLookupSymbolInModule() on Darwin, if available.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
35 On OS X, if dlopen() is available in dlfcn.h, use it in preference |
|
a142ad1a9140
Use dlsym() in preference to NSLookupSymbolInModule() on Darwin, if available.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
36 to dyld; the latter API is deprecated. |
|
a142ad1a9140
Use dlsym() in preference to NSLookupSymbolInModule() on Darwin, if available.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
37 Move DLSYM_NEEDS_UNDERSCORE together with HAVE_DLYD, it's not |
|
a142ad1a9140
Use dlsym() in preference to NSLookupSymbolInModule() on Darwin, if available.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
38 needed if the dlsym() and dlopen() APIs are being used. |
|
a142ad1a9140
Use dlsym() in preference to NSLookupSymbolInModule() on Darwin, if available.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
39 Define REALPATH_CORRECTS_CASE, DEFAULT_FILE_SYSTEM_IGNORE_CASE in |
|
a142ad1a9140
Use dlsym() in preference to NSLookupSymbolInModule() on Darwin, if available.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
40 this file, don't define them in terms of HAVE_DYLD in |
|
a142ad1a9140
Use dlsym() in preference to NSLookupSymbolInModule() on Darwin, if available.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
41 src/config.h.in. |
|
a142ad1a9140
Use dlsym() in preference to NSLookupSymbolInModule() on Darwin, if available.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
42 * configure: Regenerate. |
|
a142ad1a9140
Use dlsym() in preference to NSLookupSymbolInModule() on Darwin, if available.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
43 |
|
5512
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5499
diff
changeset
|
44 2011-05-20 Jerry James <james@xemacs.org> |
|
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5499
diff
changeset
|
45 |
|
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5499
diff
changeset
|
46 * Makefile.in.in: Default DESTDIR to the empty string, and use it in |
|
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5499
diff
changeset
|
47 install targets. |
|
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5499
diff
changeset
|
48 |
|
5499
4b5b7dcc19d6
Fix for issue745, linking on cygwin 1.7.
Jeff Sparkes <jsparkes@gmail.com>
parents:
5495
diff
changeset
|
49 2011-05-02 Jeff Sparkes <jsparkes@gmail.com> |
|
4b5b7dcc19d6
Fix for issue745, linking on cygwin 1.7.
Jeff Sparkes <jsparkes@gmail.com>
parents:
5495
diff
changeset
|
50 |
|
4b5b7dcc19d6
Fix for issue745, linking on cygwin 1.7.
Jeff Sparkes <jsparkes@gmail.com>
parents:
5495
diff
changeset
|
51 * configure.ac (HAVE_MS_WINDOWS): On cygwin, use the w32api package |
|
4b5b7dcc19d6
Fix for issue745, linking on cygwin 1.7.
Jeff Sparkes <jsparkes@gmail.com>
parents:
5495
diff
changeset
|
52 libraries in /usr/lib/w32api. Fix for tracker issue745. |
|
4b5b7dcc19d6
Fix for issue745, linking on cygwin 1.7.
Jeff Sparkes <jsparkes@gmail.com>
parents:
5495
diff
changeset
|
53 |
|
5480
f5a0b32f4687
XEmacs 21.5.31 "ginger" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5476
diff
changeset
|
54 2011-04-29 Stephen J. Turnbull <stephen@xemacs.org> |
|
f5a0b32f4687
XEmacs 21.5.31 "ginger" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5476
diff
changeset
|
55 |
|
f5a0b32f4687
XEmacs 21.5.31 "ginger" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5476
diff
changeset
|
56 * XEmacs 21.5.31 "ginger" is released. |
|
f5a0b32f4687
XEmacs 21.5.31 "ginger" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5476
diff
changeset
|
57 |
|
5464
e79916901603
XEmacs 21.5.30 "garlic" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
58 2011-04-26 Stephen J. Turnbull <stephen@xemacs.org> |
|
e79916901603
XEmacs 21.5.30 "garlic" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
59 |
|
e79916901603
XEmacs 21.5.30 "garlic" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
60 * XEmacs 21.5.30 "garlic" is released. |
|
e79916901603
XEmacs 21.5.30 "garlic" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
61 |
|
5384
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5298
diff
changeset
|
62 2011-03-24 Jerry James <james@xemacs.org> |
|
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5298
diff
changeset
|
63 |
|
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5298
diff
changeset
|
64 * INSTALL: "youself" -> "yourself". |
|
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5298
diff
changeset
|
65 * aclocal.m4: "dependancy" -> "dependency". |
|
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5298
diff
changeset
|
66 * configure.ac: "priveleges" -> "privileges". |
|
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5298
diff
changeset
|
67 * configure: Regenerate. |
|
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5298
diff
changeset
|
68 |
| 5298 | 69 2010-11-02 Mats Lidell <matsl@xemacs.org> |
| 70 | |
| 71 * netinstall: removed | |
| 72 | |
|
5290
e6508b64ee08
More permission consistency.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5228
diff
changeset
|
73 2010-06-14 Stephen J. Turnbull <stephen@xemacs.org> |
|
e6508b64ee08
More permission consistency.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5228
diff
changeset
|
74 |
|
e6508b64ee08
More permission consistency.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5228
diff
changeset
|
75 * aclocal.m4: Add standard permission boilerplate. |
|
e6508b64ee08
More permission consistency.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5228
diff
changeset
|
76 |
|
5228
5efbd1253905
Remove all support for InfoDock.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5197
diff
changeset
|
77 2010-06-02 Aidan Kehoe <kehoea@parhasard.net> |
|
5efbd1253905
Remove all support for InfoDock.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5197
diff
changeset
|
78 |
|
5efbd1253905
Remove all support for InfoDock.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5197
diff
changeset
|
79 * version.sh.in: |
|
5efbd1253905
Remove all support for InfoDock.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5197
diff
changeset
|
80 * configure.ac (XE_COMPLEX_ARG, XE_EXPAND_VARIABLE): |
|
5efbd1253905
Remove all support for InfoDock.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5197
diff
changeset
|
81 Remove conditionals and information for InfoDock. |
|
5efbd1253905
Remove all support for InfoDock.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5197
diff
changeset
|
82 |
|
5197
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
83 2010-04-09 Ben Wing <ben@xemacs.org> |
|
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
84 |
|
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
85 * CHANGES-beta: |
|
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
86 Update with my changes to the trunk since the release of 21.5.29 |
|
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
87 in 2009 up through April 9, 2010. |
|
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
88 |
|
5185
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5159
diff
changeset
|
89 2010-04-02 Aidan Kehoe <kehoea@parhasard.net> |
|
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5159
diff
changeset
|
90 |
|
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5159
diff
changeset
|
91 * CHANGES-beta: |
|
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5159
diff
changeset
|
92 Update with my changes to the trunk since 2009-09-20. |
|
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5159
diff
changeset
|
93 |
| 5155 | 94 2010-03-18 Ben Wing <ben@xemacs.org> |
| 95 | |
| 96 * CHANGES-beta: | |
| 97 Partially updated with last couple of months worth of changes. | |
| 98 | |
|
5149
b72f27a08ed5
Reflect --with-datadir setting in late-package directories.
Mike Sperber <sperber@deinprogramm.de>
parents:
5050
diff
changeset
|
99 2010-03-18 Mike Sperber <mike@xemacs.org> |
|
b72f27a08ed5
Reflect --with-datadir setting in late-package directories.
Mike Sperber <sperber@deinprogramm.de>
parents:
5050
diff
changeset
|
100 |
|
5150
0353d546dc1e
Reflect change from `lib' to `share' in INSTALL.
Mike Sperber <sperber@deinprogramm.de>
parents:
5149
diff
changeset
|
101 * INSTALL: Reflect change from `lib' to `share'; also, document |
|
0353d546dc1e
Reflect change from `lib' to `share' in INSTALL.
Mike Sperber <sperber@deinprogramm.de>
parents:
5149
diff
changeset
|
102 how to invoke configure to get the old setting. |
|
0353d546dc1e
Reflect change from `lib' to `share' in INSTALL.
Mike Sperber <sperber@deinprogramm.de>
parents:
5149
diff
changeset
|
103 |
|
5149
b72f27a08ed5
Reflect --with-datadir setting in late-package directories.
Mike Sperber <sperber@deinprogramm.de>
parents:
5050
diff
changeset
|
104 * configure.ac: Set LATE_PACKAGE_DIRECTORIES_USER_DEFINED if |
|
b72f27a08ed5
Reflect --with-datadir setting in late-package directories.
Mike Sperber <sperber@deinprogramm.de>
parents:
5050
diff
changeset
|
105 `datadir' was changed; set `with_late_packages' to something |
|
b72f27a08ed5
Reflect --with-datadir setting in late-package directories.
Mike Sperber <sperber@deinprogramm.de>
parents:
5050
diff
changeset
|
106 sensible for this case. |
|
b72f27a08ed5
Reflect --with-datadir setting in late-package directories.
Mike Sperber <sperber@deinprogramm.de>
parents:
5050
diff
changeset
|
107 |
|
5050
6f2158fa75ed
Fix quick-build, use asserts() in place of ABORT()
Ben Wing <ben@xemacs.org>
parents:
5016
diff
changeset
|
108 2010-02-20 Ben Wing <ben@xemacs.org> |
|
6f2158fa75ed
Fix quick-build, use asserts() in place of ABORT()
Ben Wing <ben@xemacs.org>
parents:
5016
diff
changeset
|
109 |
|
6f2158fa75ed
Fix quick-build, use asserts() in place of ABORT()
Ben Wing <ben@xemacs.org>
parents:
5016
diff
changeset
|
110 * configure.ac (XE_COMPLEX_ARG): |
|
6f2158fa75ed
Fix quick-build, use asserts() in place of ABORT()
Ben Wing <ben@xemacs.org>
parents:
5016
diff
changeset
|
111 Correct doc of --quick-build: It also doesn't check for Lisp shadows. |
|
6f2158fa75ed
Fix quick-build, use asserts() in place of ABORT()
Ben Wing <ben@xemacs.org>
parents:
5016
diff
changeset
|
112 |
|
5494
861f2601a38b
Sync s/ files with GNU 23.1.92, delete obsolete stuff, simplify other stuff
Ben Wing <ben@xemacs.org>
parents:
5016
diff
changeset
|
113 2010-02-20 Ben Wing <ben@xemacs.org> |
|
861f2601a38b
Sync s/ files with GNU 23.1.92, delete obsolete stuff, simplify other stuff
Ben Wing <ben@xemacs.org>
parents:
5016
diff
changeset
|
114 |
|
861f2601a38b
Sync s/ files with GNU 23.1.92, delete obsolete stuff, simplify other stuff
Ben Wing <ben@xemacs.org>
parents:
5016
diff
changeset
|
115 * configure: |
|
861f2601a38b
Sync s/ files with GNU 23.1.92, delete obsolete stuff, simplify other stuff
Ben Wing <ben@xemacs.org>
parents:
5016
diff
changeset
|
116 * configure.ac (XE_EXPAND_VARIABLE): |
|
861f2601a38b
Sync s/ files with GNU 23.1.92, delete obsolete stuff, simplify other stuff
Ben Wing <ben@xemacs.org>
parents:
5016
diff
changeset
|
117 * configure.ac (TAB): |
|
861f2601a38b
Sync s/ files with GNU 23.1.92, delete obsolete stuff, simplify other stuff
Ben Wing <ben@xemacs.org>
parents:
5016
diff
changeset
|
118 irix6-0.h renamed to irix6-5.h; sco7.h deleted. |
|
861f2601a38b
Sync s/ files with GNU 23.1.92, delete obsolete stuff, simplify other stuff
Ben Wing <ben@xemacs.org>
parents:
5016
diff
changeset
|
119 bsd4-3.h renamed to bsd-common.h. |
|
861f2601a38b
Sync s/ files with GNU 23.1.92, delete obsolete stuff, simplify other stuff
Ben Wing <ben@xemacs.org>
parents:
5016
diff
changeset
|
120 |
|
861f2601a38b
Sync s/ files with GNU 23.1.92, delete obsolete stuff, simplify other stuff
Ben Wing <ben@xemacs.org>
parents:
5016
diff
changeset
|
121 Simplify setting machine= for intel386, mips. |
|
861f2601a38b
Sync s/ files with GNU 23.1.92, delete obsolete stuff, simplify other stuff
Ben Wing <ben@xemacs.org>
parents:
5016
diff
changeset
|
122 |
|
861f2601a38b
Sync s/ files with GNU 23.1.92, delete obsolete stuff, simplify other stuff
Ben Wing <ben@xemacs.org>
parents:
5016
diff
changeset
|
123 Put back linux.h. |
|
861f2601a38b
Sync s/ files with GNU 23.1.92, delete obsolete stuff, simplify other stuff
Ben Wing <ben@xemacs.org>
parents:
5016
diff
changeset
|
124 |
|
861f2601a38b
Sync s/ files with GNU 23.1.92, delete obsolete stuff, simplify other stuff
Ben Wing <ben@xemacs.org>
parents:
5016
diff
changeset
|
125 Incorporate some stuff about debug/optimization flags in irix6-5.h |
|
861f2601a38b
Sync s/ files with GNU 23.1.92, delete obsolete stuff, simplify other stuff
Ben Wing <ben@xemacs.org>
parents:
5016
diff
changeset
|
126 into configure.ac. |
|
861f2601a38b
Sync s/ files with GNU 23.1.92, delete obsolete stuff, simplify other stuff
Ben Wing <ben@xemacs.org>
parents:
5016
diff
changeset
|
127 |
|
861f2601a38b
Sync s/ files with GNU 23.1.92, delete obsolete stuff, simplify other stuff
Ben Wing <ben@xemacs.org>
parents:
5016
diff
changeset
|
128 Add a comment about LCC stuff with optimization flags that should be |
|
861f2601a38b
Sync s/ files with GNU 23.1.92, delete obsolete stuff, simplify other stuff
Ben Wing <ben@xemacs.org>
parents:
5016
diff
changeset
|
129 fixed up. |
|
861f2601a38b
Sync s/ files with GNU 23.1.92, delete obsolete stuff, simplify other stuff
Ben Wing <ben@xemacs.org>
parents:
5016
diff
changeset
|
130 |
|
5016
2ade80e8c640
enable more warnings and fix them
Ben Wing <ben@xemacs.org>
parents:
4991
diff
changeset
|
131 2010-02-08 Ben Wing <ben@xemacs.org> |
|
2ade80e8c640
enable more warnings and fix them
Ben Wing <ben@xemacs.org>
parents:
4991
diff
changeset
|
132 |
|
2ade80e8c640
enable more warnings and fix them
Ben Wing <ben@xemacs.org>
parents:
4991
diff
changeset
|
133 * configure: |
|
2ade80e8c640
enable more warnings and fix them
Ben Wing <ben@xemacs.org>
parents:
4991
diff
changeset
|
134 * configure.ac (TAB): |
|
2ade80e8c640
enable more warnings and fix them
Ben Wing <ben@xemacs.org>
parents:
4991
diff
changeset
|
135 Various warnings that used to be present had mistakenly gotten |
|
2ade80e8c640
enable more warnings and fix them
Ben Wing <ben@xemacs.org>
parents:
4991
diff
changeset
|
136 turned off. Turn them back on. |
|
2ade80e8c640
enable more warnings and fix them
Ben Wing <ben@xemacs.org>
parents:
4991
diff
changeset
|
137 |
|
4991
97c45e3ad810
implement configure test for whether ndbm.h prototypes are broken
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
138 2010-02-06 Ben Wing <ben@xemacs.org> |
|
97c45e3ad810
implement configure test for whether ndbm.h prototypes are broken
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
139 |
|
97c45e3ad810
implement configure test for whether ndbm.h prototypes are broken
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
140 * configure: |
|
97c45e3ad810
implement configure test for whether ndbm.h prototypes are broken
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
141 * configure.ac (AC_LANG): |
|
97c45e3ad810
implement configure test for whether ndbm.h prototypes are broken
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
142 * configure.ac (TAB): |
|
97c45e3ad810
implement configure test for whether ndbm.h prototypes are broken
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
143 Add AC_LANG(C++) defs in a way very similar to AC_LANG(C), inserting |
|
97c45e3ad810
implement configure test for whether ndbm.h prototypes are broken
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
144 our own flags, compiler, etc. |
|
97c45e3ad810
implement configure test for whether ndbm.h prototypes are broken
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
145 |
|
97c45e3ad810
implement configure test for whether ndbm.h prototypes are broken
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
146 When using g++, if we found ndbm, check whether we can compile a |
|
97c45e3ad810
implement configure test for whether ndbm.h prototypes are broken
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
147 file using g++ and ndbm.h, calling some DBM routines. Currently, this |
|
97c45e3ad810
implement configure test for whether ndbm.h prototypes are broken
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
148 fails because the prototypes in ndbm.h are incomplete, omitting the |
|
97c45e3ad810
implement configure test for whether ndbm.h prototypes are broken
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
149 arguments, which doesn't work with g++. When ndbm.h is bad, we don't |
|
97c45e3ad810
implement configure test for whether ndbm.h prototypes are broken
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
150 include it and instead provide our own prototypes; otherwise, we |
|
97c45e3ad810
implement configure test for whether ndbm.h prototypes are broken
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
151 define TRUST_NDBM_H_PROTOTYPES, which signals to use the ones in |
|
97c45e3ad810
implement configure test for whether ndbm.h prototypes are broken
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
152 ndbm.h. |
|
97c45e3ad810
implement configure test for whether ndbm.h prototypes are broken
Ben Wing <ben@xemacs.org>
parents:
4969
diff
changeset
|
153 |
|
4961
b90f8cf474e0
Change Xft warning in configure.ac to make filtering it more safe
Ben Wing <ben@xemacs.org>
parents:
4957
diff
changeset
|
154 2010-01-31 Ben Wing <ben@xemacs.org> |
|
b90f8cf474e0
Change Xft warning in configure.ac to make filtering it more safe
Ben Wing <ben@xemacs.org>
parents:
4957
diff
changeset
|
155 |
|
b90f8cf474e0
Change Xft warning in configure.ac to make filtering it more safe
Ben Wing <ben@xemacs.org>
parents:
4957
diff
changeset
|
156 * configure.ac (TAB): |
|
b90f8cf474e0
Change Xft warning in configure.ac to make filtering it more safe
Ben Wing <ben@xemacs.org>
parents:
4957
diff
changeset
|
157 Say "This Xft feature" rather than just "This feature" to make it |
|
b90f8cf474e0
Change Xft warning in configure.ac to make filtering it more safe
Ben Wing <ben@xemacs.org>
parents:
4957
diff
changeset
|
158 possible to more safely filter out the warning in my `runcc' |
|
b90f8cf474e0
Change Xft warning in configure.ac to make filtering it more safe
Ben Wing <ben@xemacs.org>
parents:
4957
diff
changeset
|
159 script without the possibility of filtering out genuinely |
|
b90f8cf474e0
Change Xft warning in configure.ac to make filtering it more safe
Ben Wing <ben@xemacs.org>
parents:
4957
diff
changeset
|
160 important warnings. |
|
b90f8cf474e0
Change Xft warning in configure.ac to make filtering it more safe
Ben Wing <ben@xemacs.org>
parents:
4957
diff
changeset
|
161 * configure: Regenerate. |
|
b90f8cf474e0
Change Xft warning in configure.ac to make filtering it more safe
Ben Wing <ben@xemacs.org>
parents:
4957
diff
changeset
|
162 |
|
4944
6af9b2e79451
Fixes to configure so --with-error-checking=yes works
Ben Wing <ben@xemacs.org>
parents:
4943
diff
changeset
|
163 2010-01-23 Ben Wing <ben@xemacs.org> |
|
6af9b2e79451
Fixes to configure so --with-error-checking=yes works
Ben Wing <ben@xemacs.org>
parents:
4943
diff
changeset
|
164 |
|
6af9b2e79451
Fixes to configure so --with-error-checking=yes works
Ben Wing <ben@xemacs.org>
parents:
4943
diff
changeset
|
165 * configure: |
|
6af9b2e79451
Fixes to configure so --with-error-checking=yes works
Ben Wing <ben@xemacs.org>
parents:
4943
diff
changeset
|
166 * configure.ac (XE_COMPLEX_ARG): |
|
6af9b2e79451
Fixes to configure so --with-error-checking=yes works
Ben Wing <ben@xemacs.org>
parents:
4943
diff
changeset
|
167 Expand the help for --with-debug to describe more specifically what |
|
6af9b2e79451
Fixes to configure so --with-error-checking=yes works
Ben Wing <ben@xemacs.org>
parents:
4943
diff
changeset
|
168 exactly gets turned on. Expand the help for --with-error-checking |
|
6af9b2e79451
Fixes to configure so --with-error-checking=yes works
Ben Wing <ben@xemacs.org>
parents:
4943
diff
changeset
|
169 to describe all the possible arguments, including `all', `none', |
|
6af9b2e79451
Fixes to configure so --with-error-checking=yes works
Ben Wing <ben@xemacs.org>
parents:
4943
diff
changeset
|
170 `noFOO', multiple arguments, etc. |
|
6af9b2e79451
Fixes to configure so --with-error-checking=yes works
Ben Wing <ben@xemacs.org>
parents:
4943
diff
changeset
|
171 |
|
6af9b2e79451
Fixes to configure so --with-error-checking=yes works
Ben Wing <ben@xemacs.org>
parents:
4943
diff
changeset
|
172 Change so that `--with-error-checking' is the same as |
|
6af9b2e79451
Fixes to configure so --with-error-checking=yes works
Ben Wing <ben@xemacs.org>
parents:
4943
diff
changeset
|
173 `--with-error-checking=all'. Currently, `--with-error-checking' has |
|
6af9b2e79451
Fixes to configure so --with-error-checking=yes works
Ben Wing <ben@xemacs.org>
parents:
4943
diff
changeset
|
174 no effect at all! It just means "leave all error-checking for |
|
6af9b2e79451
Fixes to configure so --with-error-checking=yes works
Ben Wing <ben@xemacs.org>
parents:
4943
diff
changeset
|
175 specific classes to their default values", which are "maybe", and |
|
6af9b2e79451
Fixes to configure so --with-error-checking=yes works
Ben Wing <ben@xemacs.org>
parents:
4943
diff
changeset
|
176 get converted to "yes" or "no" depending on whether we are running |
|
6af9b2e79451
Fixes to configure so --with-error-checking=yes works
Ben Wing <ben@xemacs.org>
parents:
4943
diff
changeset
|
177 a beta XEmacs. |
|
6af9b2e79451
Fixes to configure so --with-error-checking=yes works
Ben Wing <ben@xemacs.org>
parents:
4943
diff
changeset
|
178 |
| 4943 | 179 2010-01-24 Ben Wing <ben@xemacs.org> |
| 180 | |
| 181 * configure: Rebuild. | |
| 182 | |
| 4932 | 183 2010-01-24 Ben Wing <ben@xemacs.org> |
| 184 | |
| 185 * aclocal.m4 (XE_SHLIB_STUFF): | |
| 186 Use -export-all-symbols instead of -export-dynamic on PE targets | |
| 187 (Cygwin and MinGW). | |
| 188 | |
| 189 * configure.ac (XE_EXPAND_VARIABLE): | |
| 190 * configure.ac (TAB): | |
| 191 Create variable XEMACS_CC_GPP to check whether we're running g++. | |
| 192 Don't just check for an executable called `g++' -- it might be | |
| 193 called g++-4 or whatever. Instead, check for either named `g++*' | |
| 194 or claiming to be g++ when called with --version. Rewrite code do | |
| 195 use the variable. | |
| 196 | |
| 197 Add -fno-strict-aliasing to optimization flags when GCC and | |
| 198 optimized, and in all cases with g++, since under these circumstances | |
| 199 strict aliasing is otherwise assumed, and XEmacs can't easily be | |
| 200 made to respect its restrictions. | |
| 201 | |
| 202 * configure: Regenerate. | |
| 203 | |
| 204 | |
| 205 | |
|
4916
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4887
diff
changeset
|
206 2010-02-01 Ben Wing <ben@xemacs.org> |
|
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4887
diff
changeset
|
207 |
|
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4887
diff
changeset
|
208 * configure: |
|
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4887
diff
changeset
|
209 * configure.ac (TAB): |
|
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4887
diff
changeset
|
210 USE_XFT* -> HAVE_XFT*. |
|
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4887
diff
changeset
|
211 |
|
4878
3a4e815c821d
commit ChangeLog for PROBLEMS change
Ben Wing <ben@xemacs.org>
parents:
4851
diff
changeset
|
212 2010-01-14 Ben Wing <ben@xemacs.org> |
|
3a4e815c821d
commit ChangeLog for PROBLEMS change
Ben Wing <ben@xemacs.org>
parents:
4851
diff
changeset
|
213 |
|
3a4e815c821d
commit ChangeLog for PROBLEMS change
Ben Wing <ben@xemacs.org>
parents:
4851
diff
changeset
|
214 * PROBLEMS: |
|
3a4e815c821d
commit ChangeLog for PROBLEMS change
Ben Wing <ben@xemacs.org>
parents:
4851
diff
changeset
|
215 Add description of crash on recent Cygwin 1.7 when using C++, NEWGC |
|
3a4e815c821d
commit ChangeLog for PROBLEMS change
Ben Wing <ben@xemacs.org>
parents:
4851
diff
changeset
|
216 and optimization. |
|
3a4e815c821d
commit ChangeLog for PROBLEMS change
Ben Wing <ben@xemacs.org>
parents:
4851
diff
changeset
|
217 |
|
4865
6c0bb4d2c23a
Always use our rint(), for rounding consistency with the bignum code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4851
diff
changeset
|
218 2010-01-16 Aidan Kehoe <kehoea@parhasard.net> |
|
6c0bb4d2c23a
Always use our rint(), for rounding consistency with the bignum code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4851
diff
changeset
|
219 |
|
6c0bb4d2c23a
Always use our rint(), for rounding consistency with the bignum code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4851
diff
changeset
|
220 * configure: Regenerate, now we no longer look for rint(). |
|
6c0bb4d2c23a
Always use our rint(), for rounding consistency with the bignum code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4851
diff
changeset
|
221 |
|
4939
349f01075eb7
build fixes for gdbinit and config-dependent elc files
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
222 2010-01-20 Ben Wing <ben@xemacs.org> |
|
349f01075eb7
build fixes for gdbinit and config-dependent elc files
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
223 |
|
349f01075eb7
build fixes for gdbinit and config-dependent elc files
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
224 * Makefile.in.in: |
|
349f01075eb7
build fixes for gdbinit and config-dependent elc files
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
225 * Makefile.in.in (GENERATED_HEADERS): |
|
349f01075eb7
build fixes for gdbinit and config-dependent elc files
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
226 * Makefile.in.in (.PHONY): |
|
349f01075eb7
build fixes for gdbinit and config-dependent elc files
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
227 * Makefile.in.in (src/.gdbinit): |
|
349f01075eb7
build fixes for gdbinit and config-dependent elc files
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
228 * configure: |
|
349f01075eb7
build fixes for gdbinit and config-dependent elc files
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
229 * configure.ac (TAB): |
|
349f01075eb7
build fixes for gdbinit and config-dependent elc files
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
230 etc/gdbinit.in has been moved to src/.gdbinit.in.in. Reflect |
|
349f01075eb7
build fixes for gdbinit and config-dependent elc files
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
231 this -- generate src/.gdbinit.in from src/.gdbinit.in.in, and |
|
349f01075eb7
build fixes for gdbinit and config-dependent elc files
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
232 use the normal mechanism for doing so instead of copying it |
|
349f01075eb7
build fixes for gdbinit and config-dependent elc files
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
233 specially. |
|
349f01075eb7
build fixes for gdbinit and config-dependent elc files
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
234 |
|
349f01075eb7
build fixes for gdbinit and config-dependent elc files
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
235 Add target for `config-changed' and pass down to `src'. |
|
349f01075eb7
build fixes for gdbinit and config-dependent elc files
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
236 Move some PHONY declarations to just before the actual targets. |
|
349f01075eb7
build fixes for gdbinit and config-dependent elc files
Ben Wing <ben@xemacs.org>
parents:
4932
diff
changeset
|
237 |
| 4957 | 238 2010-01-16 Aidan Kehoe <kehoea@parhasard.net> |
| 239 | |
| 240 * configure: Regenerate, now we no longer look for rint(). | |
| 241 | |
|
4848
bde90bc762f2
Remove support for non-pdump on Cygwin.
Jerry James <james@xemacs.org>
parents:
4842
diff
changeset
|
242 2010-01-13 Jerry James <james@xemacs.org> |
|
bde90bc762f2
Remove support for non-pdump on Cygwin.
Jerry James <james@xemacs.org>
parents:
4842
diff
changeset
|
243 |
|
bde90bc762f2
Remove support for non-pdump on Cygwin.
Jerry James <james@xemacs.org>
parents:
4842
diff
changeset
|
244 * configure.ac: Update comment about Cygwin and pdump. |
|
bde90bc762f2
Remove support for non-pdump on Cygwin.
Jerry James <james@xemacs.org>
parents:
4842
diff
changeset
|
245 |
|
4842
1d775c6304d1
Use with-FOO consistently instead of enable-FOO
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
246 2010-01-13 Ben Wing <ben@xemacs.org> |
|
1d775c6304d1
Use with-FOO consistently instead of enable-FOO
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
247 |
|
4850
2727d0d8ef07
Fix executable permissions on source files
Ben Wing <ben@xemacs.org>
parents:
4842
diff
changeset
|
248 * Makefile.in.in (fix-perms): |
|
2727d0d8ef07
Fix executable permissions on source files
Ben Wing <ben@xemacs.org>
parents:
4842
diff
changeset
|
249 Add target for fix-perms. Run it to correct permissions. |
|
2727d0d8ef07
Fix executable permissions on source files
Ben Wing <ben@xemacs.org>
parents:
4842
diff
changeset
|
250 |
|
4842
1d775c6304d1
Use with-FOO consistently instead of enable-FOO
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
251 * INSTALL: |
|
1d775c6304d1
Use with-FOO consistently instead of enable-FOO
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
252 * PROBLEMS: |
|
1d775c6304d1
Use with-FOO consistently instead of enable-FOO
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
253 * configure: |
|
1d775c6304d1
Use with-FOO consistently instead of enable-FOO
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
254 * configure.ac (XE_COMPLEX_ARG): |
|
1d775c6304d1
Use with-FOO consistently instead of enable-FOO
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
255 * configure.ac (XE_EXPAND_VARIABLE): |
|
1d775c6304d1
Use with-FOO consistently instead of enable-FOO
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
256 * configure.ac (TAB): |
|
1d775c6304d1
Use with-FOO consistently instead of enable-FOO
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
257 Rename all instances of enable-FOO to with-FOO. enable-FOO has long |
|
1d775c6304d1
Use with-FOO consistently instead of enable-FOO
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
258 been aliased to with-FOO and we still preserve this, but formerly |
|
1d775c6304d1
Use with-FOO consistently instead of enable-FOO
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
259 we randomly used enable-FOO but with-BAR. |
|
1d775c6304d1
Use with-FOO consistently instead of enable-FOO
Ben Wing <ben@xemacs.org>
parents:
4835
diff
changeset
|
260 |
|
4835
1e90dc478938
imported patch changelog-changes-1-11-10
Ben Wing <ben@xemacs.org>
parents:
4803
diff
changeset
|
261 2010-01-11 Ben Wing <ben@xemacs.org> |
|
1e90dc478938
imported patch changelog-changes-1-11-10
Ben Wing <ben@xemacs.org>
parents:
4803
diff
changeset
|
262 |
|
1e90dc478938
imported patch changelog-changes-1-11-10
Ben Wing <ben@xemacs.org>
parents:
4803
diff
changeset
|
263 * configure: |
|
1e90dc478938
imported patch changelog-changes-1-11-10
Ben Wing <ben@xemacs.org>
parents:
4803
diff
changeset
|
264 * configure.ac (TAB): |
|
1e90dc478938
imported patch changelog-changes-1-11-10
Ben Wing <ben@xemacs.org>
parents:
4803
diff
changeset
|
265 Add check for cygwin_conv_path(). |
|
1e90dc478938
imported patch changelog-changes-1-11-10
Ben Wing <ben@xemacs.org>
parents:
4803
diff
changeset
|
266 |
|
1e90dc478938
imported patch changelog-changes-1-11-10
Ben Wing <ben@xemacs.org>
parents:
4803
diff
changeset
|
267 2010-01-11 Ben Wing <ben@xemacs.org> |
|
1e90dc478938
imported patch changelog-changes-1-11-10
Ben Wing <ben@xemacs.org>
parents:
4803
diff
changeset
|
268 |
|
1e90dc478938
imported patch changelog-changes-1-11-10
Ben Wing <ben@xemacs.org>
parents:
4803
diff
changeset
|
269 * configure: |
|
1e90dc478938
imported patch changelog-changes-1-11-10
Ben Wing <ben@xemacs.org>
parents:
4803
diff
changeset
|
270 * configure.ac (TAB): |
|
1e90dc478938
imported patch changelog-changes-1-11-10
Ben Wing <ben@xemacs.org>
parents:
4803
diff
changeset
|
271 Define USE_GPLUSPLUS when compiling with g++. |
|
1e90dc478938
imported patch changelog-changes-1-11-10
Ben Wing <ben@xemacs.org>
parents:
4803
diff
changeset
|
272 |
|
4803
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4790
diff
changeset
|
273 2010-01-06 Jerry James <james@xemacs.org> |
|
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4790
diff
changeset
|
274 |
|
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4790
diff
changeset
|
275 * configure.ac: Add --with-valgrind option. |
|
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4790
diff
changeset
|
276 * configure: Regenerate. |
|
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4790
diff
changeset
|
277 |
|
4790
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4785
diff
changeset
|
278 2009-12-21 Jerry James <james@xemacs.org> |
|
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4785
diff
changeset
|
279 |
|
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4785
diff
changeset
|
280 * INSTALL: Remove references to OffiX. |
|
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4785
diff
changeset
|
281 * configure.ac: Remove support for OffiX drag-and-drop. |
|
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4785
diff
changeset
|
282 * configure: Regenerate. |
|
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4785
diff
changeset
|
283 |
|
4785
d6cfba1cc388
Remove the lib-src/yow binary, which is currently unused anyway. See message
Jerry James <james@xemacs.org>
parents:
4782
diff
changeset
|
284 2009-12-21 Jerry James <james@xemacs.org> |
|
d6cfba1cc388
Remove the lib-src/yow binary, which is currently unused anyway. See message
Jerry James <james@xemacs.org>
parents:
4782
diff
changeset
|
285 |
|
d6cfba1cc388
Remove the lib-src/yow binary, which is currently unused anyway. See message
Jerry James <james@xemacs.org>
parents:
4782
diff
changeset
|
286 * INSTALL: Replace reference to yow. |
|
d6cfba1cc388
Remove the lib-src/yow binary, which is currently unused anyway. See message
Jerry James <james@xemacs.org>
parents:
4782
diff
changeset
|
287 |
|
4782
1523f1d28be1
Remove more obsolete files. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4781
diff
changeset
|
288 2009-12-18 Jerry James <james@xemacs.org> |
|
1523f1d28be1
Remove more obsolete files. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4781
diff
changeset
|
289 |
|
1523f1d28be1
Remove more obsolete files. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4781
diff
changeset
|
290 * INSTALL: Remove reference to rcs-checkin. |
|
1523f1d28be1
Remove more obsolete files. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4781
diff
changeset
|
291 |
|
4781
8a653fbe5c27
Add copyright and GPL v2 or later notices to Andy Piper's contributions, with
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
292 2009-12-18 Jerry James <james@xemacs.org> |
|
8a653fbe5c27
Add copyright and GPL v2 or later notices to Andy Piper's contributions, with
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
293 |
|
8a653fbe5c27
Add copyright and GPL v2 or later notices to Andy Piper's contributions, with
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
294 * build-msw-release.sh: Add copyright and GPL v2 or later header |
|
8a653fbe5c27
Add copyright and GPL v2 or later notices to Andy Piper's contributions, with
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
295 with permission of Andy Piper. |
|
8a653fbe5c27
Add copyright and GPL v2 or later notices to Andy Piper's contributions, with
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
296 |
|
4769
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4762
diff
changeset
|
297 2009-12-09 Jerry James <james@xemacs.org> |
|
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4762
diff
changeset
|
298 |
|
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4762
diff
changeset
|
299 * INSTALL: Remove description of --without-xmu option. |
|
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4762
diff
changeset
|
300 * configure.ac: Remove --with[out]-xmu option. Issue informative |
|
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4762
diff
changeset
|
301 error message if libXmu cannot be found. Change all Xmu-related |
|
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4762
diff
changeset
|
302 tests to assume Xmu is present. |
|
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4762
diff
changeset
|
303 * configure: Regenerate. |
|
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4762
diff
changeset
|
304 |
|
4762
53f27fcd3cd9
Make configure --with-database={dbm|gdbm} work again.
Mike Alexander <mta@umich.edu>
parents:
4759
diff
changeset
|
305 2009-12-01 Mike Alexander <mta@umich.edu> |
|
53f27fcd3cd9
Make configure --with-database={dbm|gdbm} work again.
Mike Alexander <mta@umich.edu>
parents:
4759
diff
changeset
|
306 |
|
53f27fcd3cd9
Make configure --with-database={dbm|gdbm} work again.
Mike Alexander <mta@umich.edu>
parents:
4759
diff
changeset
|
307 * configure.ac: Make --with-database={dbm|gdbm} work again, it's |
|
53f27fcd3cd9
Make configure --with-database={dbm|gdbm} work again.
Mike Alexander <mta@umich.edu>
parents:
4759
diff
changeset
|
308 testing $ndbm_h_found which is never set. |
|
53f27fcd3cd9
Make configure --with-database={dbm|gdbm} work again.
Mike Alexander <mta@umich.edu>
parents:
4759
diff
changeset
|
309 * configure: ditto |
|
53f27fcd3cd9
Make configure --with-database={dbm|gdbm} work again.
Mike Alexander <mta@umich.edu>
parents:
4759
diff
changeset
|
310 |
|
4759
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4753
diff
changeset
|
311 2009-11-10 Jerry James <james@xemacs.org> |
|
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4753
diff
changeset
|
312 |
|
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4753
diff
changeset
|
313 * Makefile.in.in: Remove dynodump support. Delete out-of-date comment |
|
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4753
diff
changeset
|
314 about Xenix. |
|
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4753
diff
changeset
|
315 * aclocal.m4: Remove support for old operating systems. |
|
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4753
diff
changeset
|
316 * configure.ac: Remove support for old machines and operating systems. |
|
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4753
diff
changeset
|
317 Remove support for dynodump. |
|
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4753
diff
changeset
|
318 (COFF_ENCAPSULATE) Remove, unused. |
|
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4753
diff
changeset
|
319 * configure: Regenerate. |
|
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4753
diff
changeset
|
320 * dynodump: Remove. |
|
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4753
diff
changeset
|
321 |
|
4753
dd933a82720c
Describe duplicate symbols warning.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4738
diff
changeset
|
322 2009-11-18 Stephen J. Turnbull <stephen@xemacs.org> |
|
dd933a82720c
Describe duplicate symbols warning.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4738
diff
changeset
|
323 |
|
dd933a82720c
Describe duplicate symbols warning.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4738
diff
changeset
|
324 * PROBLEMS: Describe duplicate symbol warnings on Mac OS X. |
|
dd933a82720c
Describe duplicate symbols warning.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4738
diff
changeset
|
325 |
|
4738
a6f27e2b3d84
Move functionality of s/darwin.h to configure.ac and config.h.in.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4735
diff
changeset
|
326 2009-11-11 Stephen Turnbull <stephen@xemacs.org> |
|
a6f27e2b3d84
Move functionality of s/darwin.h to configure.ac and config.h.in.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4735
diff
changeset
|
327 |
|
a6f27e2b3d84
Move functionality of s/darwin.h to configure.ac and config.h.in.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4735
diff
changeset
|
328 * configure.ac (SYSTEM_MALLOC): Use system malloc on darwin. |
|
a6f27e2b3d84
Move functionality of s/darwin.h to configure.ac and config.h.in.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4735
diff
changeset
|
329 (USE_PARAM_H): #include <sys/param.h> to do needed #defines. |
|
a6f27e2b3d84
Move functionality of s/darwin.h to configure.ac and config.h.in.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4735
diff
changeset
|
330 |
|
4735
80d74fed5399
Remove "old" GNU malloc in src/malloc.c, and all references to it. Drop the
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
331 2009-11-09 Jerry James <james@xemacs.org> |
|
80d74fed5399
Remove "old" GNU malloc in src/malloc.c, and all references to it. Drop the
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
332 |
|
4759
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4753
diff
changeset
|
333 * configure.ac: Don't define GNU_MALLOC, as there is no longer an |
|
4735
80d74fed5399
Remove "old" GNU malloc in src/malloc.c, and all references to it. Drop the
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
334 "old" GNU malloc. |
|
80d74fed5399
Remove "old" GNU malloc in src/malloc.c, and all references to it. Drop the
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
335 |
|
4708
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4699
diff
changeset
|
336 2009-10-05 Jerry James <james@xemacs.org> |
|
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4699
diff
changeset
|
337 |
|
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4699
diff
changeset
|
338 * configure.ac: Check for external giflib instead of using builtin |
|
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4699
diff
changeset
|
339 gif support. Remove "(builtin)" from relevant strings. |
|
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4699
diff
changeset
|
340 |
|
4699
0e1461b592ce
Check for gdbm/ndbm.h, too.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4663
diff
changeset
|
341 2009-07-31 Stephen Turnbull <stephen@xemacs.org> |
|
0e1461b592ce
Check for gdbm/ndbm.h, too.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4663
diff
changeset
|
342 |
|
0e1461b592ce
Check for gdbm/ndbm.h, too.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4663
diff
changeset
|
343 * configure.ac (HAVE_DBM): Use gdbm/ndbm.h if needed. |
|
0e1461b592ce
Check for gdbm/ndbm.h, too.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4663
diff
changeset
|
344 Thanks to Karl Kleinpaste for the report. |
|
0e1461b592ce
Check for gdbm/ndbm.h, too.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4663
diff
changeset
|
345 |
|
4663
5220dbba8ccd
Don't install silly symlinks when $(prefix) != $(exec_prefix).
Mike Sperber <sperber@deinprogramm.de>
parents:
4661
diff
changeset
|
346 2009-07-28 Mike Sperber <mike@xemacs.org> |
|
5220dbba8ccd
Don't install silly symlinks when $(prefix) != $(exec_prefix).
Mike Sperber <sperber@deinprogramm.de>
parents:
4661
diff
changeset
|
347 |
|
5220dbba8ccd
Don't install silly symlinks when $(prefix) != $(exec_prefix).
Mike Sperber <sperber@deinprogramm.de>
parents:
4661
diff
changeset
|
348 * Makefile.in.in: Don't install silly symlinks when $(prefix) != |
|
5220dbba8ccd
Don't install silly symlinks when $(prefix) != $(exec_prefix).
Mike Sperber <sperber@deinprogramm.de>
parents:
4661
diff
changeset
|
349 $(exec_prefix). |
|
5220dbba8ccd
Don't install silly symlinks when $(prefix) != $(exec_prefix).
Mike Sperber <sperber@deinprogramm.de>
parents:
4661
diff
changeset
|
350 |
|
4661
24224362882c
Expand @PREFIX@ in paths.h.
Mike Sperber <sperber@deinprogramm.de>
parents:
4660
diff
changeset
|
351 2009-07-28 Mike Sperber <mike@xemacs.org> |
|
24224362882c
Expand @PREFIX@ in paths.h.
Mike Sperber <sperber@deinprogramm.de>
parents:
4660
diff
changeset
|
352 |
|
24224362882c
Expand @PREFIX@ in paths.h.
Mike Sperber <sperber@deinprogramm.de>
parents:
4660
diff
changeset
|
353 * configure.ac: Expand @PREFIX@ in paths.h. |
|
24224362882c
Expand @PREFIX@ in paths.h.
Mike Sperber <sperber@deinprogramm.de>
parents:
4660
diff
changeset
|
354 |
|
4660
32be564c53dd
More accurate tests for explicitly-set paths.
Mike Sperber <sperber@deinprogramm.de>
parents:
4656
diff
changeset
|
355 2009-07-28 Mike Sperber <mike@xemacs.org> |
|
32be564c53dd
More accurate tests for explicitly-set paths.
Mike Sperber <sperber@deinprogramm.de>
parents:
4656
diff
changeset
|
356 |
|
32be564c53dd
More accurate tests for explicitly-set paths.
Mike Sperber <sperber@deinprogramm.de>
parents:
4656
diff
changeset
|
357 * configure.ac: More accurate tests if paths have been set |
|
32be564c53dd
More accurate tests for explicitly-set paths.
Mike Sperber <sperber@deinprogramm.de>
parents:
4656
diff
changeset
|
358 explicitly on the configure command line. |
|
32be564c53dd
More accurate tests for explicitly-set paths.
Mike Sperber <sperber@deinprogramm.de>
parents:
4656
diff
changeset
|
359 |
|
4656
79d1a0524b5f
Use correct separator when registering options to _AC_USER_OPTS.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
360 2009-07-26 Stephen J. Turnbull <stephen@xemacs.org> |
|
79d1a0524b5f
Use correct separator when registering options to _AC_USER_OPTS.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
361 |
|
79d1a0524b5f
Use correct separator when registering options to _AC_USER_OPTS.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
362 * configure.ac (XE_MERGED_ARG): Use correct separator when |
|
79d1a0524b5f
Use correct separator when registering options to _AC_USER_OPTS.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
363 registering options to _AC_USER_OPTS. |
|
79d1a0524b5f
Use correct separator when registering options to _AC_USER_OPTS.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
364 |
|
4636
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4614
diff
changeset
|
365 2009-05-18 Stephen J. Turnbull <stephen@xemacs.org> |
|
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4614
diff
changeset
|
366 |
|
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4614
diff
changeset
|
367 * XEmacs 21.5.29 "garbanzo" is released. |
|
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4614
diff
changeset
|
368 |
|
4614
afbfad080ddd
The URLs in our current config.guess and config.sub files are obsolete.
Jerry James <james@xemacs.org>
parents:
4588
diff
changeset
|
369 2009-02-11 Jerry James <james@xemacs.org> |
|
afbfad080ddd
The URLs in our current config.guess and config.sub files are obsolete.
Jerry James <james@xemacs.org>
parents:
4588
diff
changeset
|
370 |
|
afbfad080ddd
The URLs in our current config.guess and config.sub files are obsolete.
Jerry James <james@xemacs.org>
parents:
4588
diff
changeset
|
371 * config.guess: |
|
afbfad080ddd
The URLs in our current config.guess and config.sub files are obsolete.
Jerry James <james@xemacs.org>
parents:
4588
diff
changeset
|
372 * config.sub: Update to 2009-02-03 versions. |
|
afbfad080ddd
The URLs in our current config.guess and config.sub files are obsolete.
Jerry James <james@xemacs.org>
parents:
4588
diff
changeset
|
373 |
|
4588
6a6689b96f00
Adopt Martin's suggestion of "char **argv" throughout configure.ac.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4543
diff
changeset
|
374 2009-01-31 Stephen J. Turnbull <stephen@xemacs.org> |
|
6a6689b96f00
Adopt Martin's suggestion of "char **argv" throughout configure.ac.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4543
diff
changeset
|
375 |
|
6a6689b96f00
Adopt Martin's suggestion of "char **argv" throughout configure.ac.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4543
diff
changeset
|
376 * configure.ac: Adopt Martin's suggestion of declaring argv as |
|
6a6689b96f00
Adopt Martin's suggestion of "char **argv" throughout configure.ac.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4543
diff
changeset
|
377 char ** (from <18643.15864.667930.542671@gargle.gargle.HOWL>). |
|
6a6689b96f00
Adopt Martin's suggestion of "char **argv" throughout configure.ac.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4543
diff
changeset
|
378 |
|
4543
fe64f1351cbd
Fix my syntax errors.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4542
diff
changeset
|
379 2008-12-29 Stephen J. Turnbull <stephen@xemacs.org> |
|
fe64f1351cbd
Fix my syntax errors.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4542
diff
changeset
|
380 |
|
fe64f1351cbd
Fix my syntax errors.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4542
diff
changeset
|
381 * configure.ac (xemacs_cc_cc_mismatch): Fix my syntax errors. |
|
fe64f1351cbd
Fix my syntax errors.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4542
diff
changeset
|
382 |
|
4542
9b3f398ebfb7
Add terminating newline to .hgignore.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4537
diff
changeset
|
383 2008-12-29 Stephen J. Turnbull <stephen@xemacs.org> |
|
9b3f398ebfb7
Add terminating newline to .hgignore.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4537
diff
changeset
|
384 |
|
9b3f398ebfb7
Add terminating newline to .hgignore.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4537
diff
changeset
|
385 * .hgignore: Add terminating newline to .hgignore. |
|
9b3f398ebfb7
Add terminating newline to .hgignore.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4537
diff
changeset
|
386 |
|
4537
7ca6d57ce12d
Clarify syntax in configure.ac following Vladimir Ivanovic's change.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4536
diff
changeset
|
387 2008-12-27 Aidan Kehoe <kehoea@parhasard.net> |
|
7ca6d57ce12d
Clarify syntax in configure.ac following Vladimir Ivanovic's change.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4536
diff
changeset
|
388 |
|
7ca6d57ce12d
Clarify syntax in configure.ac following Vladimir Ivanovic's change.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4536
diff
changeset
|
389 * configure.ac: Vladimir Ivanovic's change of 2008-09-17 was |
|
7ca6d57ce12d
Clarify syntax in configure.ac following Vladimir Ivanovic's change.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4536
diff
changeset
|
390 effective, but not correct. The original issue was that m4 |
|
7ca6d57ce12d
Clarify syntax in configure.ac following Vladimir Ivanovic's change.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4536
diff
changeset
|
391 stripped [], so "char *v[]" in configure.ac became "char *v" in |
|
7ca6d57ce12d
Clarify syntax in configure.ac following Vladimir Ivanovic's change.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4536
diff
changeset
|
392 configure. His change to configure.ac rendered the declaration |
|
7ca6d57ce12d
Clarify syntax in configure.ac following Vladimir Ivanovic's change.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4536
diff
changeset
|
393 "char **v[]", which is effective but confusing; this change |
|
7ca6d57ce12d
Clarify syntax in configure.ac following Vladimir Ivanovic's change.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4536
diff
changeset
|
394 renders it "char **v". |
|
7ca6d57ce12d
Clarify syntax in configure.ac following Vladimir Ivanovic's change.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4536
diff
changeset
|
395 * configure: Regenerate. |
|
7ca6d57ce12d
Clarify syntax in configure.ac following Vladimir Ivanovic's change.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4536
diff
changeset
|
396 |
|
4513
51fa2a054060
Give better pointers to package documentation.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4475
diff
changeset
|
397 2008-10-25 Stephen J. Turnbull <stephen@xemacs.org> |
|
51fa2a054060
Give better pointers to package documentation.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4475
diff
changeset
|
398 |
|
51fa2a054060
Give better pointers to package documentation.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4475
diff
changeset
|
399 * INSTALL: Give better pointers to package documentation. |
|
51fa2a054060
Give better pointers to package documentation.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4475
diff
changeset
|
400 |
|
4510
bd1fbed783dd
Improve g++ detection.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
3975
diff
changeset
|
401 2008-10-25 Stephen J. Turnbull <stephen@xemacs.org> |
|
bd1fbed783dd
Improve g++ detection.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
3975
diff
changeset
|
402 |
|
bd1fbed783dd
Improve g++ detection.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
3975
diff
changeset
|
403 * configure.ac (xemacs_cc_cc_mismatch): Improve g++ detection. |
|
bd1fbed783dd
Improve g++ detection.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
3975
diff
changeset
|
404 |
|
4536
0ed907d0f1e9
configure,configure.ac: Fixed two typos in args of main: char *v -> char **v
"Vladimir G. Ivanovic" <vgivanovic@comcast.net>
parents:
4514
diff
changeset
|
405 2008-09-17 Vladimir G. Ivanovic <vladimir@acm.org> |
|
0ed907d0f1e9
configure,configure.ac: Fixed two typos in args of main: char *v -> char **v
"Vladimir G. Ivanovic" <vgivanovic@comcast.net>
parents:
4514
diff
changeset
|
406 |
|
0ed907d0f1e9
configure,configure.ac: Fixed two typos in args of main: char *v -> char **v
"Vladimir G. Ivanovic" <vgivanovic@comcast.net>
parents:
4514
diff
changeset
|
407 * configure: Fixed two typos in args of main: char *v -> char **v |
|
0ed907d0f1e9
configure,configure.ac: Fixed two typos in args of main: char *v -> char **v
"Vladimir G. Ivanovic" <vgivanovic@comcast.net>
parents:
4514
diff
changeset
|
408 * configure.ac: Fixed two typos in args of main: char *v -> char **v |
|
0ed907d0f1e9
configure,configure.ac: Fixed two typos in args of main: char *v -> char **v
"Vladimir G. Ivanovic" <vgivanovic@comcast.net>
parents:
4514
diff
changeset
|
409 |
|
4496
772c80e0e180
with-xft defaults to xft being used with a default setting.
Mats Lidell <matsl@xemacs.org>
parents:
4475
diff
changeset
|
410 2008-08-03 Mats Lidell <matsl@xemacs.org> |
|
772c80e0e180
with-xft defaults to xft being used with a default setting.
Mats Lidell <matsl@xemacs.org>
parents:
4475
diff
changeset
|
411 |
|
4497
f863b2ee146f
Rename xft_gauge to xft_gauges.
Mats Lidell <matsl@xemacs.org>
parents:
4496
diff
changeset
|
412 * configure.ac: Fix typo xft_gauge to xft_gauges |
|
f863b2ee146f
Rename xft_gauge to xft_gauges.
Mats Lidell <matsl@xemacs.org>
parents:
4496
diff
changeset
|
413 |
|
4496
772c80e0e180
with-xft defaults to xft being used with a default setting.
Mats Lidell <matsl@xemacs.org>
parents:
4475
diff
changeset
|
414 * configure.ac (XE_COMPLEX_ARG): Use different defaults for |
|
772c80e0e180
with-xft defaults to xft being used with a default setting.
Mats Lidell <matsl@xemacs.org>
parents:
4475
diff
changeset
|
415 with-xft and without-xft. |
|
772c80e0e180
with-xft defaults to xft being used with a default setting.
Mats Lidell <matsl@xemacs.org>
parents:
4475
diff
changeset
|
416 |
|
4475
86283c809984
autoconf 2.62 compatibility, #370
"Ville Skyttä <scop@xemacs.org>"
parents:
4455
diff
changeset
|
417 2008-07-06 Ville Skyttä <scop@xemacs.org> |
|
86283c809984
autoconf 2.62 compatibility, #370
"Ville Skyttä <scop@xemacs.org>"
parents:
4455
diff
changeset
|
418 |
|
86283c809984
autoconf 2.62 compatibility, #370
"Ville Skyttä <scop@xemacs.org>"
parents:
4455
diff
changeset
|
419 * configure.ac (xe_fst): |
|
86283c809984
autoconf 2.62 compatibility, #370
"Ville Skyttä <scop@xemacs.org>"
parents:
4455
diff
changeset
|
420 New, to replace m4_fst which disappeared in autoconf 2.62 (#370). |
|
86283c809984
autoconf 2.62 compatibility, #370
"Ville Skyttä <scop@xemacs.org>"
parents:
4455
diff
changeset
|
421 (XE_EXPAND_COMPLEX_OPTIONS): Use xe_fst. |
|
86283c809984
autoconf 2.62 compatibility, #370
"Ville Skyttä <scop@xemacs.org>"
parents:
4455
diff
changeset
|
422 |
|
4455
49f8ed034500
Fix path-configuration glitches:
Mike Sperber <sperber@deinprogramm.de>
parents:
4450
diff
changeset
|
423 2008-05-12 Michael Sperber <mike@xemacs.org> |
|
49f8ed034500
Fix path-configuration glitches:
Mike Sperber <sperber@deinprogramm.de>
parents:
4450
diff
changeset
|
424 |
|
49f8ed034500
Fix path-configuration glitches:
Mike Sperber <sperber@deinprogramm.de>
parents:
4450
diff
changeset
|
425 * configure.ac: |
|
49f8ed034500
Fix path-configuration glitches:
Mike Sperber <sperber@deinprogramm.de>
parents:
4450
diff
changeset
|
426 A number of the checks that tried to determine whether an explicit |
|
49f8ed034500
Fix path-configuration glitches:
Mike Sperber <sperber@deinprogramm.de>
parents:
4450
diff
changeset
|
427 path was specified were wrong. |
|
49f8ed034500
Fix path-configuration glitches:
Mike Sperber <sperber@deinprogramm.de>
parents:
4450
diff
changeset
|
428 Also, add an AC_SUBST for INFOPATH. |
|
49f8ed034500
Fix path-configuration glitches:
Mike Sperber <sperber@deinprogramm.de>
parents:
4450
diff
changeset
|
429 |
|
4449
13ce402e1736
Call AC_SUBST on SHEBANG_PATHNAME, for #! support.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4448
diff
changeset
|
430 2008-05-07 Aidan Kehoe <kehoea@parhasard.net> |
|
13ce402e1736
Call AC_SUBST on SHEBANG_PATHNAME, for #! support.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4448
diff
changeset
|
431 |
|
13ce402e1736
Call AC_SUBST on SHEBANG_PATHNAME, for #! support.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4448
diff
changeset
|
432 * configure.ac (XE_EXPAND_VARIABLE): Call AC_SUBST on |
|
13ce402e1736
Call AC_SUBST on SHEBANG_PATHNAME, for #! support.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4448
diff
changeset
|
433 SHEBANG_PATHNAME, as suggested by Michael Sperber in |
|
13ce402e1736
Call AC_SUBST on SHEBANG_PATHNAME, for #! support.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4448
diff
changeset
|
434 y9ly7aj1wfc.fsf@deinprogramm.de. |
|
13ce402e1736
Call AC_SUBST on SHEBANG_PATHNAME, for #! support.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4448
diff
changeset
|
435 * Makefile.in.in: Regenerate. |
|
13ce402e1736
Call AC_SUBST on SHEBANG_PATHNAME, for #! support.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4448
diff
changeset
|
436 * configure: Ditto. |
|
13ce402e1736
Call AC_SUBST on SHEBANG_PATHNAME, for #! support.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4448
diff
changeset
|
437 |
|
4448
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4401
diff
changeset
|
438 2008-01-20 Aidan Kehoe <kehoea@parhasard.net> |
|
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4401
diff
changeset
|
439 |
|
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4401
diff
changeset
|
440 * Makefile.in.in (SHEBANG_PROGNAME): |
|
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4401
diff
changeset
|
441 New variable; a symbol link to the XEmacs binary to tell it it |
|
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4401
diff
changeset
|
442 should read a script from stdin. |
|
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4401
diff
changeset
|
443 * configure.ac (XE_EXPAND_VARIABLE): |
|
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4401
diff
changeset
|
444 Set SHEBANG_PROGNAME. |
|
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4401
diff
changeset
|
445 * configure: |
|
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4401
diff
changeset
|
446 Regenerate. |
|
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4401
diff
changeset
|
447 |
|
4440
e4225b6d9389
AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4424
diff
changeset
|
448 2008-04-01 Andreas Schwab <schwab@suse.de> |
|
e4225b6d9389
AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4424
diff
changeset
|
449 |
|
e4225b6d9389
AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4424
diff
changeset
|
450 Thanks to Mike Fabian for posting a patch to the mainline, to Martin |
|
e4225b6d9389
AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4424
diff
changeset
|
451 Buchholz for writing the ChangeLog, and to Aidan Kehoe for finding |
|
e4225b6d9389
AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4424
diff
changeset
|
452 the 2003-01-27 ChangeLog. Tested against Xaw3d. -- stephen |
|
e4225b6d9389
AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4424
diff
changeset
|
453 |
|
e4225b6d9389
AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4424
diff
changeset
|
454 * configure.ac (athena_3d): |
|
e4225b6d9389
AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4424
diff
changeset
|
455 AC_CHECK_LIB must always take a function as |
|
e4225b6d9389
AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4424
diff
changeset
|
456 argument, never a global variable. Some linkers can tell the |
|
e4225b6d9389
AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4424
diff
changeset
|
457 difference. So change: |
|
e4225b6d9389
AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4424
diff
changeset
|
458 threeDClassRec ==> XawSme3dComputeTopShadowRGB |
|
e4225b6d9389
AC_CHECK_LIB needs a function symbol. <87zls98qtk.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4424
diff
changeset
|
459 |
|
4424
42711a251efd
Look for all x86 machines to determine which write barrier to use on MacOSX.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
4420
diff
changeset
|
460 2008-02-15 Marcus Crestani <crestani@xemacs.org> |
|
42711a251efd
Look for all x86 machines to determine which write barrier to use on MacOSX.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
4420
diff
changeset
|
461 |
|
42711a251efd
Look for all x86 machines to determine which write barrier to use on MacOSX.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
4420
diff
changeset
|
462 * configure.ac: Look for all x86 machines to determine which write |
|
42711a251efd
Look for all x86 machines to determine which write barrier to use on MacOSX.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
4420
diff
changeset
|
463 barrier to use on MacOSX. |
|
42711a251efd
Look for all x86 machines to determine which write barrier to use on MacOSX.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
4420
diff
changeset
|
464 * configure : Rebuild. |
|
42711a251efd
Look for all x86 machines to determine which write barrier to use on MacOSX.
Marcus Crestani <crestani@informatik.uni-tuebingen.de>
parents:
4420
diff
changeset
|
465 |
|
4420
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4419
diff
changeset
|
466 2008-02-12 Jerry James <james@xemacs.org> |
|
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4419
diff
changeset
|
467 |
|
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4419
diff
changeset
|
468 * install.sh: Rename to install-sh and update to latest FSF version. |
|
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4419
diff
changeset
|
469 |
|
4412
2f000e022a8b
Fix misspelling of option 'gdbm'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4401
diff
changeset
|
470 2008-01-25 Stephen J. Turnbull <stephen@xemacs.org> |
|
2f000e022a8b
Fix misspelling of option 'gdbm'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4401
diff
changeset
|
471 |
|
2f000e022a8b
Fix misspelling of option 'gdbm'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4401
diff
changeset
|
472 * configure.ac (--with-database): 'gnudbm' -> 'gdbm' in docstrings. |
|
2f000e022a8b
Fix misspelling of option 'gdbm'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4401
diff
changeset
|
473 |
|
4419
eb82fbb675ea
Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents:
4412
diff
changeset
|
474 2008-01-25 Michael Sperber <mike@xemacs.org> |
|
eb82fbb675ea
Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents:
4412
diff
changeset
|
475 |
|
eb82fbb675ea
Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents:
4412
diff
changeset
|
476 * Makefile.in.in: |
|
eb82fbb675ea
Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents:
4412
diff
changeset
|
477 * configure.ac: |
|
eb82fbb675ea
Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents:
4412
diff
changeset
|
478 * version.sh.in: Use Mercurial tip hash to identify version |
|
eb82fbb675ea
Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents:
4412
diff
changeset
|
479 instead of old CVS method. |
|
eb82fbb675ea
Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents:
4412
diff
changeset
|
480 |
|
4401
01970033faa6
Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4374
diff
changeset
|
481 2008-01-17 Aidan Kehoe <kehoea@parhasard.net> |
|
01970033faa6
Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4374
diff
changeset
|
482 |
|
01970033faa6
Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4374
diff
changeset
|
483 * configure.ac: |
|
01970033faa6
Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4374
diff
changeset
|
484 If using a version of the gdbm library that sticks dbm_open in |
|
01970033faa6
Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4374
diff
changeset
|
485 libgdbm_compat.so, also link to that library. |
|
01970033faa6
Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4374
diff
changeset
|
486 Correct a thinko with DBM version 4 checks. Both from Hans de |
|
01970033faa6
Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4374
diff
changeset
|
487 Graaff, in |
|
01970033faa6
Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4374
diff
changeset
|
488 http://mid.gmane.org/20050812092756.6850.qmail@graaff.xs4all.nl |
|
01970033faa6
Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4374
diff
changeset
|
489 and |
|
01970033faa6
Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4374
diff
changeset
|
490 http://mid.gmane.org/pan.2007.06.24.10.10.57@gentoo.org; thank you |
|
01970033faa6
Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4374
diff
changeset
|
491 Hans! |
|
01970033faa6
Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4374
diff
changeset
|
492 * configure: |
|
01970033faa6
Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4374
diff
changeset
|
493 Regenerate. |
|
01970033faa6
Configure fixes from Hans de Graaff, as used in Gentoo.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4374
diff
changeset
|
494 |
|
4374
4939bde48d12
Fix incorrect comment convention.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4361
diff
changeset
|
495 2008-01-01 Stephen J. Turnbull <stephen@xemacs.org> |
|
4939bde48d12
Fix incorrect comment convention.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4361
diff
changeset
|
496 |
|
4939bde48d12
Fix incorrect comment convention.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4361
diff
changeset
|
497 * Makefile.in.in (mkpkgdir): Fix incorrect comment convention. |
|
4939bde48d12
Fix incorrect comment convention.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4361
diff
changeset
|
498 |
|
4361
146742e30f05
Ensure LATE_PACKAGES_DIRECTORIES is a trivial search path.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4357
diff
changeset
|
499 2007-12-26 Stephen J. Turnbull <stephen@xemacs.org> |
|
146742e30f05
Ensure LATE_PACKAGES_DIRECTORIES is a trivial search path.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4357
diff
changeset
|
500 |
|
146742e30f05
Ensure LATE_PACKAGES_DIRECTORIES is a trivial search path.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4357
diff
changeset
|
501 * Makefile.in.in (mkpkgdir): Ensure only one late package directory. |
|
146742e30f05
Ensure LATE_PACKAGES_DIRECTORIES is a trivial search path.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4357
diff
changeset
|
502 |
|
4357
3af63264d320
Make check-available-packages announce where to install packages.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4354
diff
changeset
|
503 2007-12-26 Stephen J. Turnbull <stephen@xemacs.org> |
|
3af63264d320
Make check-available-packages announce where to install packages.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4354
diff
changeset
|
504 |
|
3af63264d320
Make check-available-packages announce where to install packages.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4354
diff
changeset
|
505 * Makefile.in.in (check-available-packages): Say where to install. |
|
4361
146742e30f05
Ensure LATE_PACKAGES_DIRECTORIES is a trivial search path.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4357
diff
changeset
|
506 (mkpkgdir): |
|
4357
3af63264d320
Make check-available-packages announce where to install packages.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4354
diff
changeset
|
507 |
|
4354
232d873b9705
Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4338
diff
changeset
|
508 2007-12-23 Stephen J. Turnbull <stephen@xemacs.org> |
|
232d873b9705
Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4338
diff
changeset
|
509 |
|
232d873b9705
Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4338
diff
changeset
|
510 * Makefile.in.in (mkpkgdir): |
|
232d873b9705
Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4338
diff
changeset
|
511 (check-available-packages): |
|
232d873b9705
Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4338
diff
changeset
|
512 (install-bootstrap-packages): |
|
232d873b9705
Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4338
diff
changeset
|
513 (install-nonmule-packages): |
|
232d873b9705
Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4338
diff
changeset
|
514 (install-all-packages): |
|
232d873b9705
Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4338
diff
changeset
|
515 New targets supporting bundled packages. |
|
232d873b9705
Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4338
diff
changeset
|
516 |
|
232d873b9705
Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4338
diff
changeset
|
517 * .hgignore: Ignore tarballs in etc/bundled-packages/. |
|
232d873b9705
Add support for installing bundled patches.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4338
diff
changeset
|
518 |
|
4338
528c4d906843
Sync config.guess and config.sub with the latest upstream versions.
james@localhost.localdomain
parents:
4328
diff
changeset
|
519 2007-12-08 Jerry James <james@xemacs.org> |
|
528c4d906843
Sync config.guess and config.sub with the latest upstream versions.
james@localhost.localdomain
parents:
4328
diff
changeset
|
520 |
|
528c4d906843
Sync config.guess and config.sub with the latest upstream versions.
james@localhost.localdomain
parents:
4328
diff
changeset
|
521 * config.guess: |
|
528c4d906843
Sync config.guess and config.sub with the latest upstream versions.
james@localhost.localdomain
parents:
4328
diff
changeset
|
522 * config.sub: Sync with the latest upstream versions. |
|
528c4d906843
Sync config.guess and config.sub with the latest upstream versions.
james@localhost.localdomain
parents:
4328
diff
changeset
|
523 |
|
4328
dfd878799ef0
Autoconfiscate the recent fontconfig spelling change.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4152
diff
changeset
|
524 2007-12-12 Aidan Kehoe <kehoea@parhasard.net> |
|
dfd878799ef0
Autoconfiscate the recent fontconfig spelling change.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4152
diff
changeset
|
525 |
|
dfd878799ef0
Autoconfiscate the recent fontconfig spelling change.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4152
diff
changeset
|
526 * configure.ac : |
|
dfd878799ef0
Autoconfiscate the recent fontconfig spelling change.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4152
diff
changeset
|
527 Check for FcConfigGetRescanInterval, FcConfigSetRescanInterval. |
|
dfd878799ef0
Autoconfiscate the recent fontconfig spelling change.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4152
diff
changeset
|
528 * configure : |
|
dfd878799ef0
Autoconfiscate the recent fontconfig spelling change.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4152
diff
changeset
|
529 Rebuild. |
|
dfd878799ef0
Autoconfiscate the recent fontconfig spelling change.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4152
diff
changeset
|
530 |
| 4152 | 531 2007-08-27 Mike Sperber <mike@xemacs.org> |
| 532 | |
| 533 * configure.ac: Try to use pkg-config for finding Xft includes and | |
| 534 libraries. If that fails, search also in /usr/local. | |
| 535 | |
| 4118 | 536 2007-08-12 Mike Sperber <mike@xemacs.org> |
| 537 | |
| 538 * Makefile.in.in (datarootdir): Add. | |
| 539 * configure.ac (infodir): Now in terms of $(datarootdir). | |
| 540 (mandir): Ditto, making it usually point to $(prefix)/share/man, | |
| 541 conformant with the GNU Coding Standards. | |
| 542 | |
| 4092 | 543 2007-07-31 Mike Sperber <mike@xemacs.org> |
| 544 | |
| 545 * configure.ac: Don't divert `share' to `lib' for datadir. | |
| 546 Also, define AC_DATAROOTDIR_CHECKED to shut up autoconf. | |
| 547 | |
| 3975 | 548 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
| 549 | |
| 550 * XEmacs 21.5.28 "fuki" is released. | |
| 551 | |
| 3961 | 552 2007-05-18 Stephen J. Turnbull <stephen@xemacs.org> |
| 553 | |
| 554 * configure.ac (error-checking): Move comma misplaced by sorting. | |
| 555 * configure: Regenerate. | |
| 556 | |
| 3959 | 557 2007-05-18 Stephen J. Turnbull <stephen@xemacs.org> |
| 558 | |
| 559 * configure.ac (error-checking): Reorder arguments and sync doctring. | |
| 560 | |
| 3863 | 561 2007-03-14 Stephen J. Turnbull <stephen@xemacs.org> |
| 562 | |
| 563 * PROBLEMS: describe crash when inserting or displaying a TAB. | |
| 564 Thanks to Aidan Kehoe for the diagnosis. | |
| 565 | |
| 3862 | 566 2006-12-24 Stephen J. Turnbull <stephen@xemacs.org> |
| 567 | |
| 568 * configure.ac (ar): Sun has it but hides it; check for it. | |
| 569 (ssize_t): Use the modern check and document todo. | |
| 570 | |
| 3830 | 571 2007-02-16 Stephen J. Turnbull <stephen@xemacs.org> |
| 572 | |
| 573 * configure.ac (canna): | |
| 574 Move #define of CANNA_NEW_WCHAR_AWARE to config.h. | |
| 575 Use -DCANNA_NEW_WCHAR_AWARE since check for RK.h fails otherwise. | |
| 576 Refactor into loops over orthogonal tweaks (prefix and define). | |
| 577 Use have_canna to track detection success, not with_canna. | |
| 578 Add AC_MSG_WARNs documenting autoconf's bogosity (ours, too). | |
| 579 | |
| 3773 | 580 2007-01-01 Malcolm Purvis <malcolmp@xemacs.org> |
| 581 | |
| 582 * aclocal.m4 (XE_SHLIB_STUFF): Use $EGREP instead of egrep. | |
| 583 | |
| 3765 | 584 2006-12-28 Malcolm Purvis <malcolmp@xemacs.org> |
| 585 | |
| 586 * configure.ac: Ensure ac_configure_args contains a leading space | |
| 587 to work around problems with 'config.status --recheck' under | |
| 588 autoconf 2.60 and 2.61. | |
| 589 | |
| 3764 | 590 2006-12-27 Malcolm Purvis <malcolmp@xemacs.org> |
| 591 | |
| 592 * configure.ac (XE_MERGED_ARG): Register --enable and --with forms | |
| 593 with the option checking list. | |
| 594 | |
| 3752 | 595 2006-12-19 Stephen J. Turnbull <stephen@xemacs.org> |
| 596 | |
| 597 * Makefile.in.in (${srcdir}/configure): Generated from configure.ac. | |
| 598 | |
| 3739 | 599 2006-12-06 Dr. Volker Zell <Dr.Volker.Zell@oracle.com> |
| 600 | |
| 601 * configure.ac: Check for u_int*_t typedefs. | |
| 602 | |
| 4010 | 603 2006-12-06 Dr. Volker Zell <Dr.Volker.Zell@oracle.com> |
| 604 | |
| 605 * configure.ac: Avoid using Motif for cygwin. | |
| 3738 | 606 |
| 3729 | 607 2006-11-23 Mike Sperber <mike@xemacs.org> |
| 608 | |
| 609 * configure.ac (XE_EXPAND_VARIABLE): Fully expand the various | |
| 610 directories before comparing them for figuring out which of them | |
| 611 are user-defined. Use XE_EPXAND_VARIABLE macro created for this | |
| 612 purpose where applicable. | |
| 613 | |
| 4010 | 614 2006-12-07 Rick Rankin <rick.rankin@yahoo.com> |
| 3727 | 615 |
| 616 * configure.ac: Add new library name for cygwin's xpm. | |
| 617 | |
| 4010 | 618 2006-12-07 Rick Rankin <rick.rankin@yahoo.com> |
| 3727 | 619 |
| 620 * configure.ac: Add new library name for cygwin's xpm. | |
| 621 | |
| 3683 | 622 2006-10-30 Malcolm Purvis <malcolmp@xemacs.org> |
| 623 * configure.ac (XE_CDR): m4_cdr differs in autoconf 2.59 and 2.60. | |
| 624 (XE_EXPAND_COMPLEX_OPTIONS): Use XE_CDR, not m4_cdr. | |
| 625 | |
| 3520 | 626 2006-07-18 Marcus Crestani <crestani@xemacs.org> |
| 627 | |
| 628 * configure.ac: Intel-based Macs can use POSIX-style write | |
| 629 barrier. Use $machine to determine this. | |
| 630 | |
| 3518 | 631 2006-07-20 Stephen J. Turnbull <stephen@xemacs.org> |
| 632 | |
| 633 * configure.ac (system-packages,legacy-packages): Fix help strings. | |
| 634 | |
| 635 * configure.in: cvs remove. | |
| 636 * configure.usage: cvs remove. | |
| 637 | |
| 3494 | 638 2006-06-20 Jerry James <james@xemacs.org> |
| 639 | |
| 640 * configure.ac: When gcc is used, capture the values of __GNUC__ | |
| 641 and __GNUC_MINOR__. Use them to conditionally add warning flags | |
| 642 that are not supported by all versions of gcc. | |
| 643 | |
| 3481 | 644 2006-06-23 Stephen J. Turnbull <stephen@xemacs.org> |
| 645 | |
| 646 * configure.ac (Build Makefile.in's from Makefile.in.in's): | |
| 647 Create $srcdir/src/depend if it's missing. | |
| 648 | |
| 3443 | 649 2006-06-05 Jerry James <james@xemacs.org> |
| 650 | |
| 651 * configure.ac: Change "if -z" to "if test -z". | |
| 652 | |
| 3418 | 653 2006-05-23 Stephen J. Turnbull <stephen@xemacs.org> |
| 654 | |
| 655 * configure.ac: Look for debugger init file templates in etc/, not | |
| 656 src/. Debugger init files depend on config.h; recreate on every | |
| 657 configure. Support XCOMM convention. Update FSF copyright. | |
| 658 | |
| 3406 | 659 2006-05-17 Malcolm Purvis <malcolmp@xemacs.org> |
| 660 | |
| 661 * PROBLEMS: Add entry concerning X errors when using ssh. | |
| 662 | |
| 3404 | 663 2006-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
| 664 | |
| 665 * PROBLEMS: X11R7 loses x11/bitmaps/gray. | |
| 666 | |
| 3402 | 667 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> |
| 668 | |
| 669 * XEmacs 21.5.27 "fiddleheads" is released. | |
| 670 | |
| 3395 | 671 2006-04-06 Jerry James <james@xemacs.org> |
| 672 | |
| 673 * COPYING: Update to latest upstream version. | |
| 674 | |
| 3354 | 675 2006-04-15 Stephen J. Turnbull <stephen@xemacs.org> |
| 676 | |
| 677 * configure.ac: Add stubs for fontconfig configuration. | |
| 678 | |
| 3323 | 679 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
| 680 | |
| 681 * XEmacs 21.5.26 "endive" is released. | |
| 682 | |
| 3322 | 683 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
| 684 | |
| 685 Miscellaneous doc cleanup, parts 2-4: move CHANGES-msw, | |
| 686 TODO.ben-mule-21-5, README.ben-mule-21-5, and | |
| 687 README.ben-separate-stderr to Internals Manual. | |
| 688 | |
| 689 * CHANGES-msw: Removed. | |
| 690 * TODO.ben-mule-21-5: Removed. | |
| 691 * README.ben-mule-21-5: Removed. | |
| 692 * README.ben-separate-stderr: Removed. | |
| 693 | |
| 694 2006-03-29 Stephen J. Turnbull <stephen@xemacs.org> | |
| 695 | |
| 696 Miscellaneous doc cleanup, part 1: move CHANGES-ben-mule to | |
| 697 Internals Manual. | |
| 698 | |
| 699 * CHANGES-ben-mule: Removed. | |
| 700 | |
| 701 * ChangeLog: | |
| 702 * lib-src/ChangeLog: | |
| 703 * lisp/ChangeLog: | |
| 704 * lwlib/ChangeLog: | |
| 705 * man/ChangeLog: | |
| 706 * man/internals/internals.texi: | |
| 707 * modules/ChangeLog: | |
| 708 * netinstall/ChangeLog: | |
| 709 * nt/ChangeLog: | |
| 710 * nt/installer/Wise/ChangeLog: | |
| 711 * src/ChangeLog: | |
| 712 * tests/ChangeLog: | |
| 713 Update the Great Mule Merge placeholders to point to Internals | |
| 714 Manual node "The Great Mule Merge of March 2002". | |
| 715 N.B. Self-referencing log entries were *not* added to other logs. | |
| 4010 | 716 |
| 3317 | 717 2006-03-30 Jerry James <james@xemacs.org> |
| 718 | |
| 719 * configure.ac: Fix for -Kalloca detection, also broken by the | |
| 720 recent autoconf updates. Thanks to Ilya Golubev. | |
| 721 | |
| 3316 | 722 2006-03-30 Jerry James <james@xemacs.org> |
| 723 | |
| 724 * configure.ac: Fix FOR_MSW XPM test, broken by previous update. | |
| 725 | |
| 3312 | 726 2006-03-27 Jerry James <james@xemacs.org> |
| 727 | |
| 728 * aclocal.m4: Updates for autoconf 2.59. | |
| 729 * configure.ac: Ditto. Also, don't bother checking for inttypes.h | |
| 730 and unistd.h explicitly, since AC_HEADER_STDC does that. | |
| 731 | |
| 3309 | 732 2006-03-27 Jerry James <james@xemacs.org> |
| 733 | |
| 734 * configure.ac: Repair ALSA detection. | |
| 735 | |
| 3308 | 736 2006-03-24 Jerry James <james@xemacs.org> |
| 737 | |
| 738 * configure.ac: Autodetect ALSA support and report it if detected. | |
| 739 | |
| 3263 | 740 2006-02-22 Marcus Crestani <crestani@xemacs.org> |
| 741 | |
| 742 * configure.ac: Remove mc-alloc, replace it with newgc, adjust | |
| 743 output and comments. | |
| 744 | |
| 3259 | 745 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
| 746 | |
| 747 * XEmacs 21.5.25 "eggplant" is released. | |
| 748 | |
| 3248 | 749 2006-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
| 750 | |
| 751 * configure.ac (Mule): Mark broken test with ####. | |
| 752 | |
| 753 2006-02-18 Stephen J. Turnbull <stephen@xemacs.org> | |
| 754 | |
| 755 * configure.ac (Mule): Remove obsolete comment on XIM. | |
| 756 | |
| 3228 | 757 2006-01-30 Vin Shelton <acs@xemacs.org> |
| 758 | |
| 759 * configure.ac: Simplify cygwin include and no-X Xpm handling. | |
| 760 As of cygwin-1.5.19 (if you're using /bin/gcc), | |
| 761 'gcc -print-file-name=libc.a' (effectively) returns '/lib' | |
| 762 instead of '/usr/lib', so we'll use 'gcc -print-search-dirs' | |
| 763 instead. | |
| 764 | |
| 3186 | 765 2005-12-29 Mike Sperber <mike@xemacs.org> |
| 766 | |
| 767 * Makefile.in.in (top-distclean-noconfig): Don't delete | |
| 768 site-packages xemacs-packages mule-packages site-lisp---those are | |
| 769 supposed to stick around. | |
| 770 | |
| 3179 | 771 2005-11-25 Mike Sperber <mike@xemacs.org> |
| 772 | |
| 4010 | 773 * CHANGES-beta: |
| 3179 | 774 * configure.ac: Zap --with-package-prefix; instead, add |
| 775 --with-user-packages/--with-early-packages, | |
| 776 --with-system-packages/--with-late-packages, and | |
| 777 --with-legacy-packages/--with-last-packages. | |
| 778 | |
| 779 2005-12-13 Mike Sperber <mike@xemacs.org> | |
| 780 | |
| 781 * configure.ac: Move the checks for the Xft-associated library out | |
| 782 of a conditional. | |
| 783 | |
| 3166 | 784 2005-12-23 Stephen J. Turnbull <stephen@xemacs.org> |
| 785 | |
| 786 * configure.ac (Xft): Fix typo preventing report of Xft buffers. | |
| 787 Remove now-irrelevant comments. | |
| 788 | |
| 3161 | 789 2005-12-22 Stephen J. Turnbull <stephen@xemacs.org> |
| 790 | |
| 791 * configure.ac: Three typos fixed. | |
| 792 | |
| 4010 | 793 2005-12-13 Mike Sperber <mike@xemacs.org> |
| 3158 | 794 |
| 795 * configure.ac: Move the checks for the Xft-associated | |
| 796 library out of a conditional. | |
| 797 | |
| 3150 | 798 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org> |
| 799 | |
| 800 * XEmacs 21.5.24 "dandelion" is released. | |
| 801 | |
| 3149 | 802 2005-12-19 Stephen J. Turnbull <stephen@xemacs.org> |
| 803 | |
| 804 * configure.ac (XE_COMPLEX_ARG): Substitute '_' for '-' in default | |
| 805 variable names. | |
| 806 | |
| 3147 | 807 2005-12-09 Malcolm Purvis <malcolmp@xemacs.org> |
| 808 | |
| 809 * configure.ac (XE_EXPAND_COMPLEX_OPTION): | |
| 810 * configure.ac (XE_INIT_COMPLEX_OPTION): | |
| 811 * configure.ac (XE_PARSE_COMPLEX_OPTION): | |
| 812 * configure.ac (XE_COMPLEX_ARG): | |
| 813 With the help of Stephen Turnbull rewrote the option processing to | |
| 814 give more consistent under the various combinations of all, none, | |
| 815 no, yes, --without, --with, etc that can occur. | |
| 816 | |
| 3102 | 817 2005-11-27 Marcus Crestani <crestani@xemacs.org> |
| 818 | |
| 819 * configure.ac: Remove vdb-fake warning, die if POSIX checks fail. | |
| 820 | |
| 3098 | 821 2005-11-27 Stephen J. Turnbull <stephen@xemacs.org> |
| 822 | |
| 823 * configure.ac (XE_COMPLEX_ARG[xft]): Default everything off; | |
| 824 change doc. | |
| 825 | |
| 3097 | 826 2005-11-27 Stephen J. Turnbull <stephen@xemacs.org> |
| 827 | |
| 828 * configure.ac (XE_COMPLEX_ARG[xft]): Remove merge detritus and | |
| 829 regenerate configure to fix syntax error. | |
| 830 | |
| 3094 | 831 2005-11-26 Stephen J. Turnbull <stephen@xemacs.org> |
| 832 | |
| 833 Merge Xft. | |
| 834 | |
| 835 2005-03-05 Malcolm Purvis <malcolmp@xemacs.org> | |
| 836 | |
| 837 * configure.ac: Correct the filename of the old copy of configure. | |
| 838 | |
| 839 2005-03-05 Malcolm Purvis <malcolmp@xemacs.org> | |
| 840 | |
| 841 * config.guess: | |
| 842 * config.sub: Sync with the latest upstream versions. | |
| 843 * configure.ac: Use --verbose for --extra-verbose. Better | |
| 844 quoting of arguments. Internal shell vars statr with '_' to avoid | |
| 845 name clashes. Pick up the latest changes to configure.in. | |
| 846 Improve the testing of Athena 3d widgets. | |
| 847 | |
| 848 2005-02-20 Stephen J. Turnbull <stephen@xemacs.org> | |
| 849 | |
| 850 * configure.ac (athena): Spells as 3d, not xaw3d, in declaration. | |
| 851 (sound): quickfix: AC_DEFINE, not AC_DEFINE_UNQUOTED, at top level. | |
| 852 | |
| 853 2005-02-19 Stephen J. Turnbull <stephen@xemacs.org> | |
| 854 | |
| 855 * configure.ac (XE_EXPAND_COMPLEX_OPTION): Use same name in comment. | |
| 856 (XEmacs keyword option support): | |
| 857 (XEmacs complex option support): | |
| 858 Move long header comments to internals.texi(The configure Script). | |
| 859 | |
| 860 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org> | |
| 861 | |
| 862 * configure.ac: Trap --with-style flags, now --enable. | |
| 863 | |
| 864 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org> | |
| 865 | |
| 866 * configure.ac (Autodetect native sound): | |
| 867 Handle NetBSD per Aidan's patch. | |
| 868 | |
| 869 2005-02-11 Malcolm Purvis <malcolmp@xemacs.org> | |
| 870 | |
| 871 * configure.ac: Added keyword option support. Converted database, | |
| 872 sound, athena, xim, bignum, error-checking, menubars, scrollbars, | |
| 873 dialogs and widgets command line arguments to use keyword option | |
| 874 and complex option macros. | |
| 875 | |
| 876 2005-02-09 Malcolm Purvis <malcolmp@xemacs.org> | |
| 877 | |
| 878 * configure.ac (XE_COMPLEX_OPTION): | |
| 879 * configure.ac (XE_COMPLEX_OPTION_HELP_STRING): | |
| 880 * configure.ac (XE_COMPLEX_ARG_WITH): | |
| 881 * configure.ac (XE_COMPLEX_ARG_ENABLE): | |
| 882 Rewritten complex option support with a simpler API and support | |
| 883 for --enable as well a --with. | |
| 884 | |
| 885 2005-02-02 Malcolm Purvis <malcolmp@xemacs.org> | |
| 886 | |
| 887 * configure.ac Align with the current mainline version of | |
| 888 configure.in. | |
| 889 | |
| 890 2005-02-01 Stephen J. Turnbull <stephen@xemacs.org> | |
| 891 | |
| 892 * configure.ac (Xrender, fontconfig, and Xft): | |
| 893 Check /usr/include/freetype2. | |
| 894 | |
| 895 2005-01-30 Stephen J. Turnbull <stephen@xemacs.org> | |
| 896 | |
| 897 * configure.ac (AC_COPYRIGHT): Update. | |
| 898 (progname): Restore and improve documentation. | |
| 899 | |
| 900 (XE_INIT_COMPLEX_OPTION): | |
| 901 (XE_APPEND_COMPLEX_OPTION_DEFAULT): | |
| 902 (XE_PARSE_COMPLEX_OPTION): | |
| 903 (XE_CLEANUP_COMPLEX_OPTION): | |
| 904 (XE_COMPLEX_OPTION_HELP_STRING): Support complex options. | |
| 905 (--with-xft): Add Xft support using the complex option support. | |
| 906 | |
| 907 (--with-xface): | |
| 908 (--with-zlib): | |
| 909 (--with-xmu): | |
| 910 (--with-purify): | |
| 911 (--with-quantify): | |
| 912 (--with-toolbars): | |
| 913 (--with-tty): | |
| 914 (--with-xfs): | |
| 915 (--with-canna): | |
| 916 (--with-wnn): | |
| 917 (--with-wnn6): | |
| 918 (--with-ldap): | |
| 919 (--with-postgresql): | |
| 920 (--with-infodock): | |
| 921 (--with-native-sound-lib): | |
| 922 (--with-netinstall): | |
| 923 (--with-site-includes): | |
| 924 (--with-site-libraries): | |
| 925 (--with-site-prefixes): | |
| 926 (--with-package-prefix): | |
| 927 (--with-package-path): | |
| 928 (--enable-external-widget): | |
| 929 (--enable-kkcc): | |
| 930 (--enable-union-type): | |
| 931 (--enable-pdump): | |
| 932 (--enable-debug): | |
| 933 (--enable-memory-usage-stats): | |
| 934 (--enable-error-checking): | |
| 935 (--with-rel-alloc): | |
| 936 (--with-dlmalloc): | |
| 937 (--with-debug-malloc): | |
| 938 (--with-system-malloc): | |
| 939 Improve (including add) help strings. | |
| 940 | |
| 941 (--with-athena): | |
| 942 (--with-xim): | |
| 943 (--with-mail-locking): | |
| 944 (--enable-bignum): | |
| 945 (--enable-menubars): | |
| 946 (--enable-scrollbars): | |
| 947 (--enable-dialogs): | |
| 948 (--enable-widgets): | |
| 949 Fix `eval "$FEATURE=\"$val\"" bug. | |
| 4010 | 950 |
| 3094 | 951 2005-01-29 Stephen J. Turnbull <stephen@xemacs.org> |
| 952 | |
| 953 * INSTALL (CONFIGURATION OPTIONS): | |
| 954 Insert Malcolm's notes on autoconf 2.59 support. | |
| 955 | |
| 956 2005-01-04 Malcolm Purvis <malcolmp@xemacs.org> | |
| 957 | |
| 958 * aclocal.m4: Changes to support autoconf 2.59 | |
| 959 * config.guess: | |
| 960 * config.sub: Upgraded to the version in from automake 1.9 | |
| 961 * configure.ac: Rewritten for autoconf 2.59 support. | |
| 962 | |
| 963 2004-12-10 Stephen J. Turnbull <stephen@xemacs.org> | |
| 964 | |
| 965 * configure.usage: Various minor improvements. | |
| 966 | |
| 967 2004-12-09 Stephen J. Turnbull <stephen@xemacs.org> | |
| 968 | |
| 969 * configure.in: Update FSF's copyright. Support --with-xft=LIST | |
| 970 syntax. Try to find a directory containing freetype/ftheader.h. | |
| 971 | |
| 972 * configure.usage (--with-xft): Update. | |
| 973 | |
| 974 2004-11-20 Stephen J. Turnbull <stephen@xemacs.org> | |
| 975 | |
| 976 Xft branch based on "Xft reloaded #3" patch by Eric Knauel and | |
| 977 Mathias Neuebaur, and other contributors. | |
| 978 | |
| 979 * configure.in: | |
| 980 * configure.usage: | |
| 981 Implement and document switches for configuring Xft. | |
| 982 | |
| 3092 | 983 2005-11-21 Marcus Crestani <crestani@xemacs.org> |
| 984 | |
| 985 Incremental Garbage Collector | |
| 4010 | 986 |
| 3092 | 987 * configure.ac: Add newgc option; if newgc, turn on kkcc and |
| 988 mc-alloc. Add checks for write barrier, determine which write | |
| 989 barrier to use. Add vdb option to override write barrier | |
| 990 auto-detection. Generate .gdbinit and .dbxrc. | |
| 991 | |
| 3083 | 992 2005-11-22 Ben Wing <ben@xemacs.org> |
| 993 | |
| 994 * dynodump/Makefile.in.in (mostlyclean): | |
| 995 Ignore errors from rm during clean. | |
| 996 | |
| 997 2005-11-22 Ben Wing <ben@xemacs.org> | |
| 998 | |
| 999 * Makefile.in.in (top-mostlyclean): | |
| 1000 * Makefile.in.in (top-clean): | |
| 1001 * Makefile.in.in (top-distclean-noconfig): | |
| 1002 * Makefile.in.in (top-distclean): | |
| 1003 * Makefile.in.in (top-realclean-noconfig): | |
| 1004 * Makefile.in.in (top-extraclean-noconfig): | |
| 1005 * Makefile.in.in (TAGS tags): | |
| 1006 Ignore errors from rm during clean, to prevent problems trying to | |
| 1007 remove lock/CVS. | |
| 1008 | |
| 3074 | 1009 2005-11-08 Malcolm Purvis <malcolmp@xemacs.org> |
| 1010 | |
| 1011 * Makefile.in.in: Install PROBLEMS into .../etc | |
| 1012 * PROBLEMS: Update description of MacOS X stack size limit. | |
| 1013 | |
| 3073 | 1014 2005-11-08 Malcolm Purvis <malcolmp@xemacs.org> |
| 1015 | |
| 1016 * configure.ac : Reorganised the option list so that the help | |
| 1017 output looks like configure.usage from 21.4 | |
| 1018 | |
| 3072 | 1019 2005-11-16 Stephen J. Turnbull <stephen@xemacs.org> |
| 1020 | |
| 1021 * configure.ac (checks for typedefs): TODO comment. | |
| 1022 | |
| 3062 | 1023 2005-11-13 Ben Wing <ben@xemacs.org> |
| 1024 | |
| 1025 * dynodump/Makefile.in.in: | |
| 1026 * dynodump/Makefile.in.in (.PHONY): | |
| 1027 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig. | |
| 1028 Do some refactoring for cleanliness. | |
| 1029 | |
| 1030 2005-11-13 Ben Wing <ben@xemacs.org> | |
| 1031 | |
| 1032 * Makefile.in.in: | |
| 1033 * Makefile.in.in (beta): | |
| 1034 * Makefile.in.in (FRC.mostlyclean FRC.clean FRC.distclean FRC.realclean FRC.extraclean FRC.tags): | |
| 1035 * Makefile.in.in (.PHONY): | |
| 1036 * Makefile.in.in (top-mostlyclean): | |
| 1037 * Makefile.in.in (mostlyclean): | |
| 1038 * Makefile.in.in (top-clean): | |
| 1039 * Makefile.in.in (clean): | |
| 1040 * Makefile.in.in (distclean): | |
| 1041 * Makefile.in.in (realclean): | |
| 1042 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig. | |
| 1043 *-noconfig targets are like the base targets they're based off of, but | |
| 1044 don't delete Makefiles and certain other files needed to rebuild the | |
| 1045 Makefiles as necessary. Refactor things to be more consistent. | |
| 1046 Top-level `elcclean' is an alias for `realclean-noconfig' and is used | |
| 1047 by target `beta'. `realclean-noconfig' (and, by extension, `realclean' | |
| 1048 and `extraclean') remove the .elc files. | |
| 1049 | |
| 3060 | 1050 2005-11-13 Ben Wing <ben@xemacs.org> |
| 1051 | |
| 1052 * configure.ac (win32 native sound): | |
| 1053 Dependent on operating system, not on window system. | |
| 1054 | |
| 3050 | 1055 2005-11-07 Stephen J. Turnbull <stephen@xemacs.org> |
| 1056 | |
| 1057 * configure.ac (AC_INIT): Use it correctly. | |
| 1058 | |
| 1059 2005-11-07 Stephen J. Turnbull <stephen@xemacs.org> | |
| 1060 | |
| 1061 * configure.ac (PostgreSQL): Check for link against SSL+crypto. | |
| 1062 | |
| 1063 2005-11-07 Stephen J. Turnbull <stephen@xemacs.org> | |
| 1064 | |
| 1065 * INSTALL: Add map from old options as appendix. | |
| 1066 | |
| 1067 2005-11-07 Stephen J. Turnbull <stephen@xemacs.org> | |
| 1068 | |
| 1069 * INSTALL: Various minor improvements. | |
| 1070 | |
| 3031 | 1071 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
| 1072 | |
| 1073 * XEmacs 21.5.23 "daikon" is released. | |
| 1074 | |
| 3019 | 1075 2005-10-25 Malcolm Purvis <malcolmp@xemacs.org> |
| 1076 | |
| 1077 * configure.ac: Prefer Xaw to Motif on Linux, Mac and BSD. From | |
| 1078 21.4. | |
| 1079 * configure.ac (XE_PARSE_COMPLEX_OPTION): Remove debugging. | |
| 1080 Fix broken --with-<complex>=no. | |
| 1081 | |
| 3018 | 1082 2005-10-20 Malcolm Purvis <malcolmp@xemacs.org> |
| 1083 | |
| 1084 * INSTALL: Reflect changes in the configure options. Update MacOS | |
| 1085 X X11 installation instructions to reflect the changes in recent | |
| 1086 OS releases. | |
| 1087 | |
| 3003 | 1088 2005-10-15 Malcolm Purvis <malcolmp@xemacs.org> |
| 1089 | |
| 1090 * configure.ac: Added XE_MERGED_ARG to alias all local --enable | |
| 1091 and --with options. Configure can only be built with autoconf | |
| 1092 2.59. Prevent many unwanted blank lines from appearing in | |
| 1093 configure. | |
| 1094 | |
| 2992 | 1095 2005-10-13 Ben Wing <ben@xemacs.org> |
| 1096 | |
| 1097 * configure.ac (XE_COMPLEX_ARG_ENABLE): | |
| 1098 Break lines. | |
| 1099 * configure.ac (TAB): | |
| 1100 Rewrite optimization help to be accurate. Setting | |
| 1101 `--with-cflags-optimization=""' will now unilaterally turn off | |
| 1102 optimization; setting it to something non-null unilaterally turns it | |
| 1103 on. | |
| 1104 | |
| 2973 | 1105 2005-09-22 Stephen J. Turnbull <stephen@xemacs.org> |
| 1106 | |
| 1107 * configure.ac (Canna): Configure as module if appropriate. | |
| 1108 | |
| 1109 * Makefile.in.in (modules/canna): Add dependency on lib-src (ellcc). | |
| 1110 | |
| 2940 | 1111 2005-09-18 Mike Alexander <mta@arbortext.com> |
| 1112 | |
| 1113 * configure.ac: Fix the cygwin, non-X build by adding XPM header | |
| 1114 and library files to XE_CFLAGS. Patch from Rick Rankin. | |
| 1115 | |
| 2938 | 1116 2005-09-17 Malcolm Purvis <malcolmp@xemacs.org> |
| 1117 | |
| 1118 * configure.in: Replace with warning to use autoconf 2.59. | |
| 1119 * configure.ac: Removed warning about the use of autoconf 2.59. | |
| 1120 | |
| 2931 | 1121 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> |
| 1122 | |
| 1123 * XEmacs 21.5.22 "cucumber" is released. | |
| 1124 | |
| 2867 | 1125 2005-07-20 Didier Verna <didier@xemacs.org> |
| 1126 | |
| 1127 * CHANGES-beta: Remove the face aliasing feature announcement. | |
| 1128 | |
| 2865 | 1129 2005-07-19 Didier Verna <didier@xemacs.org> |
| 1130 | |
| 1131 * CHANGES-beta: Announce the face aliasing feature. | |
| 1132 | |
| 2791 | 1133 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
| 1134 | |
| 1135 * XEmacs 21.5.21 "corn" is released. | |
| 1136 | |
| 2790 | 1137 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
| 1138 | |
| 1139 * configure.ac: Explain how to turn off KKCC, too. | |
| 1140 | |
| 1141 2005-05-19 Marcus Crestani <crestani@xemacs.org> | |
| 1142 | |
| 1143 * configure: | |
| 1144 * configure.ac: Enable new allocator and KKCC by default. | |
| 1145 | |
| 1146 2005-05-27 Stephen J. Turnbull <stephen@xemacs.org> | |
| 1147 | |
| 1148 * CHANGES-beta: Update for release. | |
| 1149 | |
| 2741 | 1150 2005-04-22 Malcolm Purvis <malcolmp@xemacs.org> |
| 1151 | |
| 1152 * configure.ac: Make srcdir absolute before calling | |
| 1153 AC_CONFIG_AUX_DIR_DEFAULT, include X headers for shape.h, | |
| 1154 terminate checking lines when testing for dynamic libraries. | |
| 1155 * configure: Regenerated. | |
| 1156 | |
| 2720 | 1157 2005-04-01 Marcus Crestani <crestani@xemacs.org> |
| 1158 | |
| 1159 The new allocator. | |
| 1160 | |
| 1161 New configure flag: `MC_ALLOC': | |
| 1162 | |
| 1163 * configure.ac (XE_COMPLEX_ARG_ENABLE): Add `--enable-mc-alloc' as | |
| 1164 a new configure flag. | |
| 1165 * configure.in (AC_INIT_PARSE_ARGS): Add `--mc-alloc' as a new | |
| 1166 configure flag. | |
| 1167 * configure.usage: Add description for `mc-alloc'. | |
| 1168 | |
| 1169 DUMP_IN_EXEC: | |
| 1170 | |
| 1171 * Makefile.in.in: Condition the installation of a separate dump | |
| 1172 file on !DUMP_ON_EXEC. | |
| 1173 * configure.ac (XE_COMPLEX_ARG_ENABLE): Add | |
| 1174 `--enable-dump-in-exec' as a new configure flag. | |
| 1175 * configure.ac: DUMP_IN_EXEC is define as default for PDUMP but | |
| 1176 not default for MC_ALLOC. | |
| 1177 * configure.in (AC_INIT_PARSE_ARGS): Add `--dump-in-exec' as a | |
| 1178 new configure flag. | |
| 1179 * configure.in: DUMP_IN_EXEC is define as default for PDUMP but | |
| 1180 not default for MC_ALLOC. | |
| 1181 * configure.usage: Add description for `dump-in-exec'. | |
| 1182 | |
| 2705 | 1183 2005-03-31 Jerry James <james@xemacs.org> |
| 1184 | |
| 1185 * configure.ac: Aidan's 2005-03-30 patch, but against | |
| 1186 configure.ac. | |
| 1187 | |
| 2701 | 1188 2005-03-30 Aidan Kehoe <kehoea@parhasard.net> |
| 1189 | |
| 1190 * configure: #include <X11/Intrinsic.h.> -> #include | |
| 2865 | 1191 <X11/Intrinsic.h>, thank you Robert Delius Royar. |
| 1192 | |
| 2694 | 1193 2005-03-15 Jerry James <james@xemacs.org> |
| 1194 | |
| 1195 * configure.ac: Include <X11/Intrinsic.h> when checking for | |
| 1196 <Xaw/XawInit.h> usability. | |
| 1197 | |
| 2692 | 1198 2005-03-23 Vin Shelton <acs@xemacs.org> |
| 1199 | |
| 1200 * configure.in: Remove -fno-gnu-linker option from Solaris | |
| 1201 dynodump builds; it doesn't do anything. | |
| 1202 | |
| 1203 Don't use 'head -1' - it's deprecated by coreutils-5.3.0 on some | |
| 1204 platforms. | |
| 1205 | |
| 2680 | 1206 2005-03-24 Aidan Kehoe <kehoea@parhasard.net> |
| 1207 | |
| 2865 | 1208 * configure: Regenerate. |
| 2680 | 1209 * configure.ac (XE_COMPLEX_ARG_ENABLE): --OPTION -> --with-OPTION |
| 2865 | 1210 in various docstrings and error messages. |
| 2680 | 1211 |
| 2667 | 1212 2005-03-15 Stephen J. Turnbull <stephen@xemacs.org> |
| 1213 | |
| 1214 * configure.ac (--with-cflags-optimization): | |
| 1215 (--with-cflags-debugging): | |
| 1216 If the user specifies them, use them, and don't make her beg. | |
| 1217 * configure.ac (Autodetect PNG): PNG & TIFF need -lz in AC_CHECK_LIB. | |
| 1218 | |
| 1219 2005-03-15 Malcolm Purvis <malcolmp@xemacs.org> | |
| 1220 | |
| 2865 | 1221 * configure.ac: Fix problems with OpenBSD /bin/sh. |
| 2667 | 1222 |
| 2663 | 1223 2005-03-13 Aidan Kehoe <kehoea@parhasard.net> |
| 1224 | |
| 1225 * configure.ac (TAB): Check $ac_cv_build, not $canonical, when | |
| 1226 working out whether to link against libossaudio.so on NetBSD. | |
| 1227 | |
| 2653 | 1228 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org> |
| 1229 | |
| 1230 * XEmacs 21.5.20 "cilantro" is released. | |
| 1231 | |
| 2651 | 1232 2005-03-07 Malcolm Purvis <malcolmp@xemacs.org> |
| 1233 | |
| 1234 * .cvsignore: Added autom4te.cache. | |
| 1235 * aclocal.m4: Changes to support autoconf 2.59 | |
| 1236 * config.guess: | |
| 1237 * config.sub: Upgraded to the latest upstream version | |
| 1238 * configure.ac: Rewritten for autoconf 2.59 support. | |
| 1239 | |
| 2648 | 1240 2005-03-06 Malcolm Purvis <malcolmp@xemacs.org> |
| 1241 | |
| 1242 * INSTALL: | |
| 1243 * PROBLEMS: Change configure arguments to the new autoconf 2.5 | |
| 1244 style configure. | |
| 1245 | |
| 2625 | 1246 2005-03-01 Aidan Kehoe <kehoea@parhasard.net> |
| 1247 | |
| 2865 | 1248 * configure: Regenerated. |
| 2625 | 1249 * configure.in (XE_COMPUTE_RUNPATH): Check for the availability of |
| 2628 | 1250 XtRegisterDrawable. |
| 2625 | 1251 |
| 2609 | 1252 2005-02-22 Adrian Aichner <adrian@xemacs.org> |
| 1253 | |
| 1254 * info/dir: Update to content generated by Info-rebuild-dir. | |
| 1255 | |
| 2602 | 1256 2005-02-21 Stephen J. Turnbull <stephen@xemacs.org> |
| 1257 | |
| 1258 * version.sh (XEMACS_RELEASE_DATE): New version info variable. | |
| 1259 | |
| 3094 | 1260 * configure.in (XEMACS_RELEASE_DATE): |
| 1261 * configure.ac (XEMACS_RELEASE_DATE): | |
| 1262 Use it. | |
| 1263 | |
| 1264 * configure.ac (sound): | |
| 1265 AC_DEFINE_UNQUOTED seems OK, if it's not m4-quoted. | |
| 2602 | 1266 |
| 2594 | 1267 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
| 1268 | |
| 1269 * XEmacs 21.5.19 "chives" is released. | |
| 1270 | |
| 2593 | 1271 2005-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
| 1272 | |
| 1273 * CHANGES-beta: Update. | |
| 1274 | |
| 2564 | 1275 2005-02-03 Ben Wing <ben@xemacs.org> |
| 1276 | |
| 1277 * BUGS, README.packages: Delete, incorporate into FAQ. | |
| 1278 * README: Incorporate into FAQ. Delete everything but text | |
| 1279 pointing to FAQ. | |
| 1280 | |
| 2553 | 1281 2005-02-03 Jerry James <james@xemacs.org> |
| 1282 | |
| 1283 * configure.in: g++ 3.4.2 doesn't like -Wmissing-prototypes or | |
| 1284 -Wstrict-prototypes. | |
| 1285 | |
| 2536 | 1286 2005-01-31 Ben Wing <ben@xemacs.org> |
| 1287 | |
| 1288 * GETTING.GNU.SOFTWARE: Delete. | |
| 1289 * Makefile.in.in (SOURCES): | |
| 1290 Delete GETTING.GNU.SOFTWARE from SOURCES. | |
| 1291 * PROBLEMS: | |
| 1292 Delete reference to check_cygwin_setup.sh. | |
| 1293 | |
| 2512 | 1294 2005-01-26 Ben Wing <ben@xemacs.org> |
| 1295 | |
| 1296 * configure.in (AC_INIT_PARSE_ARGS): | |
| 1297 * configure.in (CANONICALIZE_PATH): | |
| 1298 * configure.in (TAB): | |
| 1299 * configure.usage: | |
| 1300 Add --with-optimization, cflags-optimization, | |
| 1301 cflags-debugging. Separate out optimization and debugging arguments. | |
| 1302 Document. | |
| 1303 | |
| 2491 | 1304 2005-01-21 Aidan Kehoe <kehoea@parhasard.net> |
| 1305 | |
| 1306 * configure: | |
| 2865 | 1307 * configure.in (XE_COMPUTE_RUNPATH): |
| 2491 | 1308 NetBSD can use Linux's sound API, but it needs an extra library at |
| 1309 link time to do so. | |
| 1310 | |
| 2427 | 1311 2004-12-07 Malcolm Purvis <malcolmp@xemacs.org> |
| 1312 | |
| 1313 * INSTALL: A POSIX compatible Make is no longer required for builds. | |
| 1314 * Makefile.in.in (RECURSIVE_MAKE): Removed. | |
| 1315 * Makefile.in.in (RECURSIVE_MAKE_ARGS): New. | |
| 1316 * configure.in (RECURSIVE_MAKE): Removed. | |
| 1317 * configure.in (RECURSIVE_MAKE_ARGS): New. | |
| 1318 Always refer to make as $(MAKE) and use $(RECURSIVE_MAKE_ARGS) for | |
| 1319 other parameters. This allows -j to work in GNU Make while | |
| 1320 removing need for POSIX compatible make on all systems. | |
| 1321 | |
| 2420 | 1322 2004-12-05 Ben Wing <ben@xemacs.org> |
| 1323 | |
| 1324 * README.packages: | |
| 1325 Fix error in specifying standard package location. | |
| 1326 Document --package-prefix. | |
| 1327 | |
| 2416 | 1328 2004-12-05 Ben Wing <ben@xemacs.org> |
| 1329 | |
| 1330 * configure.usage: | |
| 1331 * configure.in (AC_INIT_PARSE_ARGS): | |
| 1332 * configure.in (TAB): | |
| 1333 * configure.in (XE_COMPUTE_RUNPATH): | |
| 1334 * configure: | |
| 1335 Support --package-prefix and mmdf and pop arguments to --mail-locking. | |
| 1336 Document in configure.usage. | |
| 1337 | |
| 2389 | 1338 2004-11-12 Marcus Crestani <crestani@informatik.uni-tuebingen.de> |
| 1339 | |
| 1340 * configure: | |
| 1341 * configure.in: Make pdump default for Cygwin. | |
| 1342 | |
| 2388 | 1343 2004-11-12 Marcus Crestani <crestani@informatik.uni-tuebingen.de> |
| 1344 | |
| 1345 * Makefile.in.in (install-arch-dep): Fix installation for Cygwin. | |
| 1346 | |
| 2367 | 1347 2004-10-26 Ben Wing <ben@xemacs.org> |
| 1348 | |
| 1349 * configure.in (AC_INIT_NOTICE): | |
| 1350 * configure.in (TAB): | |
| 1351 * configure.in (XE_COMPUTE_RUNPATH): | |
| 1352 Turn off -Winline and -Wchar-subscripts. | |
| 1353 Use the right set of cflags when compiling modules. | |
| 1354 Rewrite ldap configuration to separate the inclusion of lber | |
| 1355 (needed in recent Cygwin) from the basic checks for the | |
| 1356 needed libraries. | |
| 1357 add a function for MAKE_JUNK_C; initially code was added to | |
| 1358 generate xemacs.def using this, but it will need to be rewritten. | |
| 1359 add an rm -f for junk.c to avoid weird Cygwin bug with cp -f onto | |
| 1360 an existing file. | |
| 1361 Sort list of auto-detected functions and eliminate unused checks for | |
| 1362 stpcpy, setlocale and getwd. | |
| 1363 Add autodetection of Cygwin scanf problems | |
| 1364 | |
| 2346 | 1365 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
| 1366 | |
| 1367 * XEmacs 21.5.18 "chestnut" is released. | |
| 1368 | |
| 2345 | 1369 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
| 1370 | |
| 1371 * CHANGES-beta: Update for release. | |
| 1372 | |
| 2315 | 1373 2004-09-29 Jerry James <james@xemacs.org> |
| 1374 | |
| 1375 * configure.in: Don't use -Wunused-parameter with g++. | |
| 1376 | |
| 2300 | 1377 2004-09-21 Malcolm Purvis <malcolmp@xemacs.org> |
| 1378 | |
| 1379 * configure.in: Unused parameter and variables warnings are GCC 3 | |
| 1380 or greater. | |
| 1381 | |
| 2286 | 1382 2004-09-14 Jerry James <james@xemacs.org> |
| 1383 | |
| 1384 * configure.in (TAB): Add unused parameter and variables warnings | |
| 1385 to gcc CFLAGS. | |
| 1386 | |
| 2283 | 1387 2004-09-20 Jerry James <james@xemacs.org> |
| 1388 | |
| 1389 * INSTALL: Update Canna description to reflect recent changes. | |
| 1390 | |
| 2263 | 1391 2004-09-11 Malcolm Purvis <malcolmp@xemacs.org> |
| 1392 | |
| 1393 * configure.in Check for sys/resource.h, sys/vlimit.h, getrlimit() | |
| 1394 and vlimit(). | |
| 1395 | |
| 2259 | 1396 2004-09-10 Malcolm Purvis <malcolmp@xemacs.org> |
| 1397 | |
| 1398 * INSTALL: A POSIX compatible Make is required for builds. | |
| 1399 * Makefile.in.in: Enable support for parallel builds. | |
| 1400 | |
| 2216 | 1401 2004-08-12 "Johann 'Myrkraverk' Oskarsson" <myrkraverk@users.sourceforge.net> |
| 1402 | |
| 1403 * config.guess: Identify PlayStation2. | |
| 1404 | |
| 2131 | 1405 2004-06-16 Stephen J. Turnbull <stephen@xemacs.org> |
| 1406 | |
| 1407 * configure.in: Character classes in globs don't work, die when | |
| 1408 GTK is mixed with other toolkits, protect comma in quoted message. | |
| 1409 | |
| 2128 | 1410 2004-06-14 Stephen J. Turnbull <stephen@xemacs.org> |
| 1411 | |
| 1412 * configure.in (Autodetection of Gdk libraries and includes): | |
| 1413 Don't allow mixing of GTK with other toolkits. | |
| 1414 | |
| 1415 2004-06-12 Stephen J. Turnbull <stephen@xemacs.org> | |
| 1416 | |
| 1417 * configure.in: Improve style of WARNINGs. | |
| 1418 | |
| 1419 2004-05-20 Stephen J. Turnbull <stephen@xemacs.org> | |
| 1420 | |
| 1421 * configure.in (HAVE_GPM): Die if GPM requested but not found. | |
| 1422 | |
| 2079 | 1423 2004-05-10 Jerry James <james@xemacs.org> |
| 1424 | |
| 1425 * aclocal.m4: Typo fix. | |
| 1426 * configure.in (XE_COMPUTE_RUNPATH): Add checks for shl_load and | |
| 1427 LTDL; unify the OS-specific checks into a case statement. | |
| 1428 | |
| 2050 | 1429 2004-04-30 Jerry James <james@xemacs.org> |
| 1430 | |
| 1431 * configure.in: Turn ICC warning 147 into an error to get a good | |
| 1432 XRegisterIMInstantiateCallback prototype. | |
| 1433 | |
| 2048 | 1434 2004-04-28 Jerry James <james@xemacs.org> |
| 1435 | |
| 1436 * configure.in: Get version information for both icc and icpc. | |
| 1437 | |
| 2029 | 1438 2004-04-08 Stephen J. Turnbull <stephen@xemacs.org> |
| 1439 | |
| 1440 * configure.in (GTK setup): Warn if other toolkits requested. | |
| 1441 | |
| 1442 2004-03-31 Stephen J. Turnbull <stephen@xemacs.org> | |
| 1443 | |
| 1444 * configure.in (Compiler feature macros): Kaarthik Sivakumar says | |
| 1445 _POSIX_C_SOURCE should be defined for FreeBSD 4.5 to 4.9 at least. | |
| 1446 | |
| 1447 2004-03-31 Stephen J. Turnbull <stephen@xemacs.org> | |
| 1448 | |
| 1449 * Makefile.in.in (install-arch-indep): make gzip-el now saves ~4MB. | |
| 1450 | |
| 2016 | 1451 2003-12-07 Olivier Galibert <galibert@pobox.com> |
| 1452 | |
| 1453 * Makefile.in.in: Don't install the dmp file when it's in the | |
| 1454 executable. | |
| 1455 | |
| 2009 | 1456 2004-04-12 Kaarthik Sivakumar <kaarthik@comcast.net> |
| 1457 | |
| 1458 * configure.in: Check for libmp dependencies before checking for | |
| 1459 the existence of the move function. | |
| 1460 | |
| 2006 | 1461 2004-03-04 Malcolm Purvis <malcolmpurvis@optushome.com.au> |
| 1462 | |
| 1463 * configure.in (src/Makefile): No longer include a special linker | |
| 1464 script for PowerPC Linux. Thanks to Stefan Bruda for reporting | |
| 1465 this bug. | |
| 1466 | |
| 1998 | 1467 2004-04-08 Stephen J. Turnbull <stephen@xemacs.org> |
| 1468 | |
| 1469 * configure.in (Compiler-specific hacks): Restore warning flags | |
| 1470 for XEMACS_CC if gcc. Report warning flags at compute time. | |
| 1471 | |
| 1997 | 1472 2004-04-07 Jerry James <james@xemacs.org> |
| 1473 | |
| 1474 * configure.in: FreeBSD MP needs -lcrypto. | |
| 1475 | |
| 1989 | 1476 2004-04-06 Jerry James <james@xemacs.org> |
| 1477 | |
| 1478 * configure.in: Change test -e to test -r for portability. | |
| 1479 | |
| 1985 | 1480 2004-04-06 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> |
| 1481 | |
| 1482 * configure.in (use_number_lib): Accepts no to disable bignums. | |
| 1483 * configure.usage: Document the "no" value. | |
| 1484 | |
| 1984 | 1485 2004-04-05 Jerry James <james@xemacs.org> |
| 1486 | |
| 1487 * configure.in (use_number_lib): New. Values are "gmp" or "mp". | |
| 1488 * configure.in: Use it. Report it. Check for size of a double. | |
| 1489 * configure.usage: Tell how to use use-number-lib. | |
| 1490 | |
| 1964 | 1491 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org> |
| 1492 | |
| 1493 * XEmacs 21.5.17 "chayote" is released. | |
| 1494 | |
| 1955 | 1495 2004-03-18 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> |
| 1496 | |
| 1497 * configure.in (Compiler feature macros): Define _POSIX_C_SOURCE | |
| 1498 for FreeBSD 4.9 to shut up viteno's compiler, and _XOPEN_SOURCE to | |
| 1499 500 since apparently we'll use it if available. | |
| 1500 | |
| 1501 2004-03-05 Stephen J. Turnbull <stephen@xemacs.org> | |
| 1502 | |
| 1503 * configure.in (libc detection): Fix progress message. | |
| 1504 | |
| 1922 | 1505 2004-02-21 Stephen J. Turnbull <stephen@xemacs.org> |
| 1506 | |
| 1507 * configure.in (CFLAGS): Do XE_CFLAGS before adding warning flags to | |
| 1508 CFLAGS. Thanks to Jerry James for reporting the bug. | |
| 1509 | |
| 1916 | 1510 2004-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
| 1511 | |
| 1512 * configure.in (AC_INIT_PARSE_ARGS): Use Solaris-compatible `for'. | |
| 1922 | 1513 Thanks to Vin Shelton for noticing the bug, and Hrvoje Niksic for |
| 1514 the more elegant fix. | |
| 1916 | 1515 |
| 1889 | 1516 2004-01-28 Stephen J. Turnbull <stephen@xemacs.org> |
| 1517 | |
| 1518 * configure.in: Use XE_CFLAGS for XEMACS_CC. | |
| 1519 Kludge: warn about CC and XEMACS_CC not from same vendor (gcc only). | |
| 1520 Various comment fixups. | |
| 1521 Delete dead code for finding srcdir. | |
| 1522 | |
| 1523 * Makefile.in.in (clean): Force deletion of generated Lisp load files. | |
| 1524 | |
| 1525 2003-11-06 Stephen J. Turnbull <stephen@xemacs.org> | |
| 1526 | |
| 1527 * configure.in: Report cc and libc version info. Detection code | |
| 1528 by Valdis Kletnieks <Valdis.Kletnieks@vt.edu>. Tweaked for Debian. | |
| 1529 | |
| 1871 | 1530 2004-01-20 Jerry James <james@xemacs.org> |
| 1531 | |
| 1532 * configure.in: The icc compiler pretends to be gcc. It isn't. | |
| 1533 | |
| 1800 | 1534 2003-11-18 Jerry James <james@xemacs.org> |
| 1535 | |
| 1536 * configure.in: Check for the typeof extension. | |
| 1537 | |
| 1756 | 1538 2003-10-15 Jerry James <james@xemacs.org> |
| 1539 | |
| 1540 * aclocal.m4: Add icc (Intel compiler) support. | |
| 1541 * configure.in: Ditto. | |
| 1542 | |
| 1740 | 1543 2003-10-11 Jerry James <james@xemacs.org> |
| 1544 | |
| 1545 * configure.in: installexe.sh is under srcdir, not blddir. | |
| 1546 | |
| 1716 | 1547 2003-09-26 Steve Youngs <youngs@xemacs.org> |
| 1548 | |
| 1549 * XEmacs 21.5.16 "celeriac" is released. | |
| 1550 | |
| 1707 | 1551 2003-09-21 Jerry James <james@xemacs.org> |
| 1552 | |
| 1553 * configure.in: Remove detection of GNU DLD. | |
| 1554 * configure: Regenerate. | |
| 1555 | |
| 4010 | 1556 2003-09-20 Rodney Sparapani <rsparapa@mcw.edu> |
| 1697 | 1557 |
| 1558 * PROBLEMS: Propose bash as an alternative to buggy Solaris | |
| 1559 /bin/sh. | |
| 1560 | |
| 1696 | 1561 2003-09-20 Steve Youngs <youngs@xemacs.org> |
| 1562 | |
| 1563 * configure: Re-generate after Martin's configure.in patch. | |
| 1564 | |
| 1565 2003-09-20 Martin Buchholz <martin@xemacs.org> | |
| 1566 | |
| 1567 * configure.in: XEmacs failed to build on Solaris9. | |
| 1568 Solaris9 comes with /usr/demo/SOUND, but no headers or libraries | |
| 1569 therein. | |
| 1570 | |
| 1692 | 1571 2003-09-18 Steve Youngs <youngs@xemacs.org> |
| 1572 | |
| 1573 * configure: Re-generate after Martin's configure.in patch. | |
| 1574 | |
| 1575 2003-09-13 Martin Buchholz <martin@xemacs.org> | |
| 1576 | |
| 1577 * configure.in (OS_RELEASE): Add support for SunOS 5.10. | |
| 1578 On current OSes produced by Sun, `uname -r' prints "5.9". | |
| 1579 It seems likely that on future OSes, `uname -r' will print "5.10". | |
| 1580 We need to accept multi-digit release numbers. | |
| 1581 | |
| 1678 | 1582 2003-05-10 Andrew Begel <abegel@CS.Berkeley.EDU> |
| 1583 | |
| 1584 * aclocal.m4 (XE_SHLIB_STUFF): Use -bundle when testing the | |
| 1585 ability to build shared libraries, but use -bundle_loader in | |
| 1586 ellcc. Properly handle other flags for MacOS X. | |
| 2865 | 1587 |
| 1665 | 1588 2003-09-03 Steve Youngs <youngs@xemacs.org> |
| 1589 | |
| 1590 * XEmacs 21.5.15 "celery" is released. | |
| 1591 | |
| 1651 | 1592 2003-08-28 Jerry James <james@xemacs.org> |
| 1593 | |
| 1594 * configure.in: Link modules with -lstdc++ if g++ is used. | |
| 1595 | |
| 1648 | 1596 2003-08-28 Steve Youngs <youngs@xemacs.org> |
| 1597 | |
| 1598 * README.packages: Update. | |
| 1599 | |
| 1633 | 1600 2003-08-18 Jerry James <james@xemacs.org> |
| 1601 | |
| 1602 * Makefile.in.in (GENERATED_HEADERS): Add xemacs.def. | |
| 1603 * Makefile.in.in: Regenerate if xemacs.def.in.in is touched. | |
| 1604 * aclocal.m4 (XE_SHLIB_STUFF): Allow modules with Cygwin. | |
| 1605 * aclocal.m4 (cygwin_warn): Removed. | |
| 1606 * configure.in (XE_COMPUTE_RUNPATH): Process xemacs.def.in.in. | |
| 1607 | |
| 1617 | 1608 2003-08-12 Stephen J. Turnbull <stephen@xemacs.org> |
| 1609 | |
| 1610 * configure.usage (Window System): `lucid' option often means `Motif'. | |
| 1611 | |
| 1546 | 1612 2003-06-13 Stephen J. Turnbull <stephen@xemacs.org> |
| 1613 | |
| 1614 * configure.usage (--cflags-warning): Change underscore to hyphen. | |
| 1615 | |
| 1510 | 1616 2003-06-01 Steve Youngs <youngs@xemacs.org> |
| 1617 | |
| 1618 * XEmacs 21.5.14 "cassava" is released. | |
| 1619 | |
| 1491 | 1620 2003-05-20 Jerry James <james@xemacs.org> |
| 1621 | |
| 1622 * configure.in: Add src to MAKE_SUBDIR early for module builds for | |
| 1623 MacOSX and Windows; thanks to Andrew Begel. Set module makefile | |
| 1624 variables appropriately if --with-modules=no is specified. | |
| 1625 | |
| 1626 * configure: Regenerate. | |
| 1627 | |
| 1473 | 1628 2003-05-10 Steve Youngs <youngs@xemacs.org> |
| 1629 | |
| 1630 * XEmacs 21.5.13 "cauliflower" is released. | |
| 1631 | |
| 1470 | 1632 2003-05-10 Steve Youngs <youngs@xemacs.org> |
| 1633 | |
| 1634 * Revert this patch: | |
| 1635 2003-05-01 Andrew Begel <abegel@CS.Berkeley.EDU> | |
| 1636 | |
| 1637 * configure.in: Move module detection to after src/ is added to | |
| 1638 MAKE_SUBDIR. On MacOS X, building modules requires xemacs to | |
| 1639 already be built. | |
| 1640 * aclocal.m4 (XE_SHLIB_STUFF): Properly define ellcc flags for | |
| 1641 MacOS X. | |
| 1642 It was stopping certain libs from making their way into the | |
| 2865 | 1643 Makefiles. |
| 1470 | 1644 |
| 1645 * configure: Regenerate. | |
| 1646 | |
| 1464 | 1647 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
| 1648 | |
| 1649 * configure.in: Revert Steve Youngs's patch, and set default for | |
| 1650 ESD in the Defaults section. Improve comments. | |
| 1651 | |
| 1652 * configure: Regenerate. | |
| 1653 | |
| 1462 | 1654 2003-05-07 Steve Youngs <youngs@xemacs.org> |
| 1655 | |
| 1656 * configure.in: Default ESD sound to off. | |
| 1657 | |
| 1658 * configure.usage (--with-sound): Document ESD defaulting to off. | |
| 1659 | |
| 1660 * configure: Regenerate. | |
| 1661 | |
| 1457 | 1662 2003-05-05 Steve Youngs <youngs@xemacs.org> |
| 1663 | |
| 1664 * CHANGES.beta: Update. | |
| 1665 | |
| 1454 | 1666 2003-05-04 Steve Youngs <youngs@xemacs.org> |
| 1667 | |
| 1668 * configure: Regenerate. | |
| 1669 | |
| 1670 2003-05-04 Martin Buchholz <martin@xemacs.org> | |
| 1671 | |
| 1672 * configure.in: Don't look for Motif if it's already present in | |
| 1673 $x_includes and $x_libraries. | |
| 1674 | |
| 1452 | 1675 2003-05-01 Andrew Begel <abegel@CS.Berkeley.EDU> |
| 1676 | |
| 1677 * configure.in: Move module detection to after src/ is added to | |
| 1678 MAKE_SUBDIR. On MacOS X, building modules requires xemacs to | |
| 1679 already be built. | |
| 1680 * aclocal.m4 (XE_SHLIB_STUFF): Properly define ellcc flags for | |
| 1681 MacOS X. | |
| 1682 | |
| 1442 | 1683 2003-05-02 Stephen J. Turnbull <stephen@xemacs.org> |
| 1684 | |
| 1685 * configure.in (darwin): Collect random kludges in one place. | |
| 1686 (cygwin): Check for intptr_t in <sys/types.h>. | |
| 1687 (Berkeley db): Handle 4.1 functions decorated with version info. | |
| 1688 | |
| 1441 | 1689 2003-04-28 Stephen J. Turnbull <stephen@xemacs.org> |
| 1690 | |
| 1691 * PROBLEMS (Windows): New: auxiliary programs for Windows. | |
| 1692 | |
| 1693 2003-03-04 Stephen J. Turnbull <stephen@xemacs.org> | |
| 1694 | |
| 1695 * Makefile.in.in (TAGS tags): Make DEFUNed functions be tags. | |
| 1696 Patch by Martin Buchholz <martin@xemacs.org>. | |
| 1697 <15410.44105.753590.169241@gargle.gargle.HOWL> | |
| 1698 | |
| 1431 | 1699 2003-04-24 Steve Youngs <youngs@xemacs.org> |
| 1700 | |
| 1701 * XEmacs 21.5.12 "carrot" is released. | |
| 1702 | |
| 1427 | 1703 2003-04-24 Steve Youngs <youngs@xemacs.org> |
| 1704 | |
| 1705 * configure.in: Fix for building on openbsd. | |
| 1706 From Gregory Steuck <greg@nest.cx> | |
| 1707 | |
| 1708 * configure: Regenerate | |
| 1709 | |
| 1389 | 1710 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org> |
| 1711 | |
| 1712 * PROBLEMS: Global substitution of .Xresources for .Xdefaults. | |
| 1713 | |
| 1384 | 1714 2003-03-25 Jerry James <james@eecs.ku.edu> |
| 1715 | |
| 1716 * configure.in: Add Andrew Begel's shared library support for | |
| 1717 MacOS X. | |
| 1718 | |
| 1375 | 1719 2003-03-18 Stephen J. Turnbull <stephen@xemacs.org> |
| 1720 | |
| 1721 * INSTALL: Give location of Darwin X11 downloads. | |
| 1722 | |
| 1349 | 1723 2003-02-09 Ville Skyttä <scop@xemacs.org> |
| 1724 | |
| 1725 * configure: Remove pkgdir and all references to it (unused). | |
| 1726 * configure.in: Ditto. | |
| 1727 * Makefile.in.in: Ditto. | |
| 1728 | |
| 1338 | 1729 2003-03-03 Stephen J. Turnbull <stephen@xemacs.org> |
| 1730 | |
| 1731 * INSTALL: Reorganize, synch to configure.usage. | |
| 1732 | |
| 1332 | 1733 2003-03-01 Ben Wing <ben@xemacs.org> |
| 1734 | |
| 1735 * PROBLEMS: | |
| 1736 * PROBLEMS (Note): | |
| 1737 * PROBLEMS (http): | |
| 1738 * PROBLEMS (IMPORTANT): | |
| 1739 Include nt/PROBLEMS and update. Add note about incremental | |
| 1740 linking badness. | |
| 1741 | |
| 1330 | 1742 2003-02-28 Ben Wing <ben@xemacs.org> |
| 1743 | |
| 1744 * Makefile.in.in (mostlyclean): | |
| 1745 * Makefile.in.in (clean): | |
| 1746 * Makefile.in.in (top_distclean): | |
| 1747 * Makefile.in.in (distclean): | |
| 1748 Move src deletions to src/Makefile.in.in. | |
| 1749 | |
| 1318 | 1750 2003-02-20 Ben Wing <ben@xemacs.org> |
| 1751 | |
| 1752 * PROBLEMS: | |
| 1753 * PROBLEMS (event-stream.c): Removed. | |
| 1754 * PROBLEMS (ABSTRACT): | |
| 1755 * PROBLEMS (patch.): | |
| 1756 * PROBLEMS (Note): | |
| 1757 Add comment about Cygwin, unexec and sysmalloc. | |
| 1758 Move some non-general stuff out of general. | |
| 1759 Make a section for x86. | |
| 2865 | 1760 |
| 1318 | 1761 * configure.in (AC_INIT_NOTICE): |
| 1762 * configure.in (XE_COMPUTE_RUNPATH): | |
| 1763 Add check for broken alloca in funcalls. | |
| 1764 | |
| 1314 | 1765 2003-02-19 Ben Wing <ben@xemacs.org> |
| 1766 | |
| 1767 * Makefile.in.in: | |
| 1768 * Makefile.in.in (GENERATED_HEADERS): | |
| 1769 * Makefile.in.in (GENERATED_LISP): Removed. | |
| 1770 * Makefile.in.in (.NO_PARALLEL): | |
| 1771 * Makefile.in.in (beta): | |
| 1772 * Makefile.in.in (dist): | |
| 1773 * Makefile.in.in (batch): Removed. | |
| 1774 * Makefile.in.in (batch_packages): Removed. | |
| 1775 * Makefile.in.in (check): New. | |
| 1776 * Makefile.in.in (finder): Removed. | |
| 1777 * Makefile.in.in (check-features): New. | |
| 1778 * Makefile.in.in (.PHONY): | |
| 1779 * Makefile.in.in (install-only): | |
| 1780 * Makefile.in.in (tagslisp): | |
| 1781 * Makefile.in.in (info): | |
| 1782 Major surgery. Move all stuff related to building anything in the | |
| 1783 src/ directory into src/. Simplify the dependencies -- everything | |
| 1784 in src/ is dependent on the single entry `src' in MAKE_SUBDIRS. | |
| 1785 Remove weirdo targets like `all-elc[s]', dump-elc[s], etc. | |
| 1786 | |
| 1307 | 1787 2003-02-16 Steve Youngs <youngs@xemacs.org> |
| 1788 | |
| 1789 * XEmacs 21.5.11 "cabbage" is released. | |
| 1790 | |
| 1303 | 1791 2003-02-15 Ben Wing <ben@xemacs.org> |
| 1792 | |
| 1793 * Makefile.in.in (batch_packages): Run update-elc-2 with -no-autoloads | |
| 1794 to avoid multiple autoload-loading problem. | |
| 1795 * configure.usage (--error-checking): Document quick-build better. | |
| 1796 | |
| 1294 | 1797 2003-01-28 Martin Buchholz <martin@xemacs.org> |
| 1798 | |
| 1799 * configure.in (opsys): (AIX specific) | |
| 1800 Use opsys=aix4-2 for AIX 5 and all future versions. | |
| 1801 | |
| 1283 | 1802 2003-02-10 Stephen J. Turnbull <stephen@xemacs.org> |
| 1803 | |
| 1804 * INSTALL: Recommend Mule, deprecate stripped binaries. | |
| 1805 | |
| 1259 | 1806 2003-02-05 Stephen J. Turnbull <stephen@xemacs.org> |
| 1807 | |
| 1808 * configure.in (DLSYM_NEEDS_UNDERSCORE): Define on darwin. | |
| 1809 | |
| 1810 * configure.in: Fix --srcdir processing. | |
| 1811 | |
| 1245 | 1812 2003-01-31 Stephen J. Turnbull <stephen@xemacs.org> |
| 1813 | |
| 1814 * PROBLEMS: Collect Motif information in one place. | |
| 1815 | |
| 1232 | 1816 2002-10-19 Stephen Turnbull <stephen@xemacs.org> |
| 1817 | |
| 1818 * Makefile.in.in (clean): Delete auto-autoloads.e* and custom-load.* | |
| 1819 in lisp, lisp/mule, and modules. | |
| 1820 | |
| 1222 | 1821 2003-01-14 Jerry James <james@xemacs.org> |
| 1822 | |
| 1823 * PROBLEMS: Describe Steve Youngs' problem with the PostgreSQL | |
| 1824 module and --error-checking=all. | |
| 1825 | |
| 1214 | 1826 2003-01-13 Ilya Golubev <golubev@xemacs.org> |
| 1827 | |
| 1828 * etc/photos/golubev.png, etc/photos/golubevm.png: New. | |
| 1829 | |
| 4010 | 1830 2003-01-12 Mike Sperber <mike@xemacs.org> |
| 1202 | 1831 |
| 1832 * configure.in: Check for strupr and strlwr. | |
| 1833 | |
| 1834 2002-12-16 Ben Wing <ben@xemacs.org> | |
| 1835 | |
| 1836 * INSTALL (Rationale): | |
| 1837 * configure.in (XE_COMPUTE_RUNPATH): | |
| 1838 * configure.usage (Usage): | |
| 1839 * configure.usage (--xemacs-compiler): | |
| 1840 * configure.usage (--srcdir): | |
| 1841 * configure.usage (--with-prefix): | |
| 1842 * configure.usage (--bindir): New. | |
| 1843 * configure.usage (--datadir): New. | |
| 1844 * configure.usage (--statedir): New. | |
| 1845 * configure.usage (--libdir): New. | |
| 1846 * configure.usage (--infodir): New. | |
| 1847 * configure.usage (--mandir): New. | |
| 1848 * configure.usage (--lispdir): New. | |
| 1849 * configure.usage (--sitelispdir): New. | |
| 1850 * configure.usage (--etcdir): New. | |
| 1851 * configure.usage (--lockdir): New. | |
| 1852 * configure.usage (--archlibdir): New. | |
| 1853 * configure.usage (--docdir): New. | |
| 1854 * configure.usage (--moduledir): New. | |
| 1855 * configure.usage (--with-site-lisp): New. | |
| 1856 * configure.usage (--with-site-modules): New. | |
| 1857 * configure.usage (--package-path): New. | |
| 1858 * configure.usage (--infopath): New. | |
| 1859 * configure.usage (--with-xmu): | |
| 1860 * configure.usage (--with-tty): | |
| 1861 * configure.usage (--with-gif): | |
| 1862 * configure.usage (--native-sound-lib): | |
| 1863 * configure.usage (--with-xim): New. | |
| 1864 * configure.usage (--with-clash-detection): New. | |
| 1865 * configure.usage (--with-database): | |
| 1866 * configure.usage (--mail-locking): | |
| 1867 * configure.usage (--with-ipv6-cname): Removed. | |
| 1868 * configure.usage (--error-checking): | |
| 1869 Redo usage message more logically, fix some problems. In configure, | |
| 1870 when outputting the compilation options, put in a big ugly warning | |
| 1871 about using union-type, since it's been known to trigger so many | |
| 1872 compiler bugs, invariably leading to weird crashes. | |
| 1873 | |
| 1187 | 1874 2003-01-04 Steve Youngs <youngs@xemacs.org> |
| 1875 | |
| 1876 * XEmacs 21.5.10 "burdock" is released. | |
| 1877 | |
| 1157 | 1878 2002-07-08 Andy Piper <andy@xemacs.org> |
| 1879 | |
| 1880 * Makefile.in.in (src/sheap-adjust.h): reset back to zero. Making | |
| 1881 this anything other than zero was misguided. | |
| 1882 | |
| 1155 | 1883 2002-12-04 Stephen J. Turnbull <stephen@xemacs.org> |
| 1884 | |
| 1885 * configure.in: Make --pdump default per opsys; move Darwin's | |
| 1886 setting and change Linux's default to yes. | |
| 1887 | |
| 1123 | 1888 2002-11-27 Ben Wing <ben@xemacs.org> |
| 1889 | |
| 1890 * configure.in (CANONICALIZE_PATH): | |
| 1891 * configure.in (TAB): | |
| 1892 Check for GCC version and only use -Wpacked in v3. | |
| 1893 | |
| 1117 | 1894 2002-10-14 Jerry James <james@xemacs.org> |
| 1895 | |
| 1896 * configure.in: Remove LISP_FLOAT_TYPE definition. | |
| 1897 | |
| 1111 | 1898 2002-11-17 Ben Wing <ben@xemacs.org> |
| 1899 | |
| 1900 * aclocal.m4 (cygwin_warn): New. | |
| 1901 Disable shared library modules under Cygwin for the moment, | |
| 1902 since we need some more tricky coding done and I don't have the | |
| 1903 time right now. | |
| 1904 | |
| 1905 * configure.in: | |
| 1906 * configure.in (need_modules_common): New. | |
| 1907 * configure.in (quoted_arguments): | |
| 1908 * configure.in (stack_trace_eye_catcher): | |
| 1909 * configure.in (CPP): | |
| 1910 * configure.in (CFLAGS): New. | |
| 1911 * configure.in (bitmapdir): | |
| 1912 * configure.in (ldap_libs): | |
| 1913 * configure.in (postgresql_libs): | |
| 1914 * configure.in (all_widgets): | |
| 1915 * configure.in (SUBDIR_MAKEFILES): | |
| 1916 * configure.in (RECURSIVE_MAKE): | |
| 1917 * configure.in (null_string): | |
| 1918 * configure.in (Mail): | |
| 1919 * configure.usage (--cflags): | |
| 1920 * configure.usage (--cflags_warning): New. | |
| 1921 | |
| 1922 Make sure we use the compiler in --xemacs-compiler to compile | |
| 1923 the modules, too, or we will get link errors when trying to do | |
| 1924 a C++ build. | |
| 1925 | |
| 1926 Create a directory modules/common, in which is code common to all | |
| 1927 the module Makefiles and configure.ac's. We create a separate | |
| 1928 directory because we may be building in a separate source tree, | |
| 1929 and need a way of accessing the common code (at least in the case | |
| 1930 of the Makefile). Either we create symlinks for all necessary | |
| 1931 files or one just for the directory -- the latter is more robust. | |
| 1932 | |
| 1933 Add code to create the symlink for modules/common as necessary. | |
| 1934 When creating the modules Makefiles, append the common code. | |
| 1935 | |
| 1936 Check for wcslen/wcscmp; apparently missing sometimes in Cygwin and | |
| 1937 G++ v3. | |
| 1938 | |
| 1939 Output correct compiler name in messages. | |
| 1940 | |
| 1941 Separate warning flags from other C flags so that user-specified | |
| 1942 --cflags doesn't disable warnings. | |
| 1943 | |
| 1100 | 1944 2002-11-12 Stephen J. Turnbull <stephen@xemacs.org> |
| 1945 | |
| 1946 * PROBLEMS (Running/Linux): Lesstif 0.93.36 info, from F. McIngvale. | |
| 1947 | |
| 1948 2002-11-12 Stephen J. Turnbull <stephen@xemacs.org> | |
| 1098 | 1949 |
| 1950 * PROBLEMS: Typo fix. | |
| 1951 | |
| 1092 | 1952 2002-10-31 John Paul Wallington <jpw@shootybangbang.com> |
| 1953 | |
| 2865 | 1954 * info/dir (File): button1 on a highlighted word doesn't |
| 1092 | 1955 follow that cross-reference. |
| 1956 | |
| 1957 2002-10-31 Stephen J. Turnbull <stephen@xemacs.org> | |
| 1958 | |
| 1959 * PROBLEMS (Running/IRIX): Irix 6.5 coredumps. Thanks, Valdis. | |
| 1960 | |
| 1961 2002-10-19 Stephen Turnbull <stephen@xemacs.org> | |
| 1962 | |
| 1963 * Makefile.in.in (clean): Delete auto-autoloads.e* and custom-load.* | |
| 1964 in lisp, lisp/mule, and modules. | |
| 1965 ChangeLog: Fix my bogus email addresses. | |
| 1966 | |
| 1070 | 1967 2002-10-25 Stephen J. Turnbull <stephen@xemacs.org> |
| 1968 | |
| 1969 * configure.in (Check for POSIX functions): New section head. | |
| 1970 getaddrinfo is detected on HP-UX 11.XX, but appears to be | |
| 1971 non-functional. Disable it. Based on work by Darryl Okahata. | |
| 2865 | 1972 |
| 1092 | 1973 2002-10-18 Stephen J. Turnbull <stephen@xemacs.org> |
| 1058 | 1974 |
| 1975 * PROBLEMS (Running/Cygwin): "No cygXpm-noX" fatal error. | |
| 1976 | |
| 1092 | 1977 2002-10-17 Stephen J. Turnbull <stephen@xemacs.org> |
| 1056 | 1978 |
| 1979 * PROBLEMS (Missing charsets): Remove ambiguity. | |
| 1980 | |
| 1045 | 1981 2002-10-10 Stephen J. Turnbull <stephen@xemacs.org> |
| 1982 | |
| 1983 * INSTALL (PREREQUISITES): Recommend Texinfo 4.2. | |
| 1984 | |
| 1042 | 1985 2002-09-27 Stephen J. Turnbull <stephen@xemacs.org> |
| 1986 | |
| 1987 * PROBLEMS (Running, General): Missing charset in FontSet warnings. | |
| 1988 | |
| 1036 | 1989 2002-10-08 Stephen J. Turnbull <stephen@xemacs.org> |
| 1990 | |
| 1991 * PROBLEMS (MacOS/X): Describe stack limitation. | |
| 1992 (Digital Unix): Generalize to all regexp-using applications. | |
| 1993 * INSTALL (PREQUISITES): Mention MacOS/X stack limitation. | |
| 1994 (PROBLEMS): Point to PROBLEMS file for build notes. | |
| 1995 Thanks to Skip Montanaro for the report. | |
| 1996 | |
| 1011 | 1997 2002-09-20 Steve Youngs <youngs@xemacs.org> |
| 1998 | |
| 1999 * Makefile.in.in (TAGS tags): Descend into the modules directory | |
| 2000 as well. | |
| 2001 | |
| 1009 | 2002 2002-09-20 Stephen J. Turnbull <stephen@xemacs.org> |
| 2003 | |
| 2004 * PROBLEMS: AIX memcpy MACRO/#ifdef USE_KKCC lossage. Thx, Valdis! | |
| 2005 | |
| 997 | 2006 2002-08-08 Jerry James <james@xemacs.org> |
| 2007 | |
| 2008 * Makefile.in.in (install-arch-dep): Install internal modules and | |
| 2009 the corresponding autoload file. | |
| 2010 * configure: Regenerate. | |
| 2011 * configure.in: Detect module support early. | |
| 2012 Define variables to be substituted in internal Makefiles. | |
| 2013 Use ldap_libs instead of LIBS for LDAP libraries. | |
| 2014 Use postgresql_libs instead of LIBS for PostgreSQL libraries. | |
| 2015 Introduce ld_libs_module for seamless module/no-module support. | |
| 2016 | |
| 981 | 2017 2002-08-30 Steve Youngs <youngs@xemacs.org> |
| 2018 | |
| 2019 * XEmacs 21.5.9 "brussels sprouts" is released. | |
| 2020 | |
| 975 | 2021 2002-08-16 Steve Youngs <youngs@xemacs.org> |
| 2022 | |
| 2023 * version.sh (xemacs_extra_name): New var to identify XEmacs | |
| 2024 version > release < next release. ie, release+cvs. | |
| 2025 | |
| 2865 | 2026 * configure.in: Test for xemacs_extra_name. |
| 975 | 2027 |
| 2028 * configure: Re-generate. | |
| 2029 | |
| 974 | 2030 2002-08-22 Ville Skyttä <ville.skytta@xemacs.org> |
| 2031 | |
| 2032 * configure.usage: Reorder usage message to clarify what widgets | |
| 2033 are supported and what aren't. | |
| 2034 | |
| 957 | 2035 2002-08-10 Stephen J. Turnbull <stephen@xemacs.org> |
| 2036 | |
| 2037 * PROBLEMS (General advice): Define runtime and build problems. | |
| 2038 | |
| 2039 2002-07-24 Stephen J. Turnbull <stephen@xemacs.org> | |
| 2040 | |
| 2041 * PROBLEMS (Running, Linux): Rewrite "Hannibal Lecter" ld stuff. | |
| 2042 | |
| 933 | 2043 2002-07-27 Steve Youngs <youngs@xemacs.org> |
| 2044 | |
| 2045 * XEmacs 21.5.8 "broccoli" is released. | |
| 2046 | |
| 4010 | 2047 2002-07-09 Mike Sperber <mike@xemacs.org> |
| 925 | 2048 |
| 2865 | 2049 * configure.usage: |
| 925 | 2050 * configure.in: Add --use-kkcc option for new GC algorithms. |
| 2051 | |
| 917 | 2052 2002-06-04 Jerry James <james@xemacs.org> |
| 2053 | |
| 2054 * configure.usage: Identify --with-modules as autodetecting. | |
| 2055 | |
| 915 | 2056 2002-07-04 Stephen J. Turnbull <stephen@xemacs.org> |
| 2057 | |
| 2058 * PROBLEMS: Add two basic configuration questions. | |
| 2059 | |
| 4010 | 2060 2002-07-08 Mike Sperber <mike@xemacs.org> |
| 911 | 2061 |
| 2062 * configure.in: Test for wchar.h. | |
| 2063 | |
| 894 | 2064 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
| 2065 | |
| 2066 * XEmacs 21.5.7 "broccoflower" is released. | |
| 2067 | |
| 892 | 2068 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
| 2069 | |
| 2070 * PROBLEMS (Running XEmacs; General): Xref FAQ Q3.10.6. | |
| 2071 | |
| 864 | 2072 2002-05-22 Andy Piper <andy@xemacs.org> |
| 2073 | |
| 2074 * build-msw-release.sh (TMPINSTALL): install to a tmpdir so that | |
| 2075 xemacs can be running while we build a dist. | |
| 2076 | |
| 2077 2002-05-07 Andy Piper <andy@xemacs.org> | |
| 2078 | |
| 2079 * configure.in: undo autoconf 2.5x change. | |
| 2080 | |
| 2081 2002-04-26 Andy Piper <andy@xemacs.org> | |
| 2082 | |
| 2083 * configure.in: make sure that a combined X and windows build gets | |
| 2084 widgets. | |
| 2085 | |
| 2086 2002-04-26 Andy Piper <andy@xemacs.org> | |
| 2087 | |
| 2088 * configure.in: update to support autoconf 2.5x from Andreas | |
| 2089 Schwab <schwab@suse.de> and/or Werner Fink <werner@suse.de>. | |
| 2090 | |
| 2091 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org> | |
| 2092 | |
| 2093 * etc/sample.init.el: Fix comment typo about resize-minibuffer. | |
| 2094 | |
| 2095 * etc/sample.init.el: Add description of initialization process, | |
| 2096 the custom.el file, and code to load custom.el early instead of | |
| 2097 late. | |
| 2098 | |
| 2099 2002-04-22 Hrvoje Niksic <hniksic@xemacs.org> | |
| 2100 | |
| 2101 * etc/photos/hniksic.png, etc/photos/hniksic.png: Update. | |
| 2102 | |
| 2103 2002-04-25 Mike Fabian <mfabian@suse.de> | |
| 2104 | |
| 2105 * configure.in: add option moduledir as mentioned in ./configure | |
| 2106 --help | |
| 2107 | |
| 2108 2001-04-21 Martin Buchholz <martin@xemacs.org> | |
| 2109 | |
| 2110 * configure.in: Detect MacOS/X "Darwin". | |
| 2111 Thanks to Greg Parker <gparker@cs.stanford.edu>. | |
| 2865 | 2112 |
| 864 | 2113 2002-03-30 Steve Youngs <youngs@xemacs.org> |
| 2114 | |
| 2115 * etc/package-index.LATEST.pgp: Update to current reality. | |
| 2116 | |
| 2117 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org> | |
| 2118 | |
| 2119 * etc/TUTORIAL.se: New from Mats Lidell. | |
| 2120 | |
| 2121 2002-01-07 Jan Vroonhof <jan@xemacs.org> | |
| 2122 | |
| 2123 * configure.in: Make explicit "--with-widgets" mean "=yes". | |
| 2124 If "--with-widgets=yes" autodetect athena. | |
| 2125 | |
| 2126 2001-12-29 Steve Youngs <youngs@xemacs.org> | |
| 2127 | |
| 2128 * etc/package-index.LATEST.pgp: Update. | |
| 2129 | |
| 2130 2001-12-13 William M. Perry <wmperry@gnu.org> | |
| 2131 | |
| 2132 * configure.in (GTK): add -Wno-shadow. | |
| 2865 | 2133 |
| 864 | 2134 2002-01-23 Jarl Friis <jarl@diku.dk> |
| 2135 | |
| 2136 * etc/BETA (http): Informing of xemacs-patches mailing list. Added | |
| 2137 note on patch etiquette. | |
| 2138 | |
| 853 | 2139 2001-03-26 Paul Stodghill <stodghil@cs.cornell.edu> |
| 2140 | |
| 2141 * configure.in: Don't #define __STDC__ in confdefs.h | |
| 2142 | |
| 846 | 2143 2002-02-28 Malcolm Purvis <malcolmpurvis@optushome.com.au> |
| 2144 | |
| 2145 * configure.in: Protect nocomboreloc linker arguments to avoid | |
| 2146 problem on the ppc. | |
| 2147 | |
| 845 | 2148 2002-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
| 2149 | |
| 2150 * PROBLEMS: Describe "Hannibal Lecter" crash on Linux. Reorder | |
| 2151 Linux runtime issues section. | |
| 2152 * INSTALL: Improve description of mail locking. | |
| 2153 | |
| 835 | 2154 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org> |
| 2155 | |
| 2156 * PROBLEMS (General): Decribe failed AUTH with EFS. | |
| 2157 | |
| 828 | 2158 2002-04-23 Olivier Galibert <galibert@pobox.com> |
| 2159 | |
| 2160 * configure.in: Fix the "error checking" warning. | |
| 2161 | |
| 826 | 2162 2002-05-05 Ben Wing <ben@xemacs.org> |
| 2163 | |
| 2164 * README.packages: Update info about --package-path. | |
| 2165 | |
| 814 | 2166 2002-04-14 Ben Wing <ben@xemacs.org> |
| 2167 | |
| 2168 * TODO.ben-mule-21-5: | |
| 2169 * TODO.ben-mule-21-5 (Priority): New. | |
| 2170 Update. | |
| 2171 | |
| 808 | 2172 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
| 2173 | |
| 2174 * XEmacs 21.5.6 "bok choi" is released. | |
| 2175 | |
| 803 | 2176 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
| 2177 | |
| 2178 * CHANGES-beta: Update for release. | |
| 2179 | |
| 801 | 2180 2002-03-31 Ben Wing <ben@xemacs.org> |
| 2181 | |
| 2182 * Makefile.in.in (all): | |
| 2183 * Makefile.in.in (finder): | |
| 2184 * Makefile.in.in (Makefile): | |
| 2185 * Makefile.in.in (SOURCES): | |
| 2186 Try to make the Makefile notice if its source Makefile.in.in is | |
| 2187 changed, and regenerate and run itself. | |
| 2188 | |
| 2189 Use a bigger default SHEAP_ADJUSTMENT on Cygwin; otherwise you | |
| 2190 can't compile under Mule if a Lisp file has changed. (can't run | |
| 2191 temacs) | |
| 2192 | |
| 2193 * TODO.ben-mule-21-5 (bugs): update. | |
| 2194 | |
| 800 | 2195 2002-03-31 Ben Wing <ben@xemacs.org> |
| 2196 | |
| 2197 * TODO.ben-mule-21-5 (bugs): Update. | |
| 2865 | 2198 |
| 800 | 2199 * configure.in (USAGE_ERROR): |
| 2200 * configure.in (CANONICALIZE_PATH): | |
| 2201 * configure.in (XE_COMPUTE_RUNPATH): | |
| 2202 Fix for new error-checking types. | |
| 2203 | |
| 793 | 2204 2002-03-28 Ben Wing <ben@xemacs.org> |
| 2205 | |
| 2206 * etc/ChangeLog: New file. | |
| 2207 | |
| 2208 Separated out all entries for etc/ into their own ChangeLog. | |
| 2209 Includes entries for the following files: | |
| 2210 | |
| 2211 etc/BABYL, etc/BETA, etc/CHARSETS, etc/DISTRIB, etc/Emacs.ad, | |
| 2212 etc/FTP, etc/GNUS-NEWS, etc/GOATS, etc/HELLO, etc/INSTALL, | |
| 2213 etc/MACHINES, etc/MAILINGLISTS, etc/MSDOS, etc/MYTHOLOGY, etc/NEWS, | |
| 2214 etc/OXYMORONS, etc/PACKAGES, etc/README, etc/TUTORIAL, | |
| 2215 etc/TUTORIAL.de, etc/TUTORIAL.ja, etc/TUTORIAL.ko, etc/TUTORIAL.se, | |
| 2216 etc/aliases.ksh, etc/altrasoft-logo.xpm, etc/check_cygwin_setup.sh, | |
| 2217 etc/custom/example-themes/europe-theme.el, | |
| 2218 etc/custom/example-themes/ex-custom-file, | |
| 2219 etc/custom/example-themes/example-theme.el, etc/e/eterm.ti, | |
| 2220 etc/edt-user.doc, etc/enriched.doc, etc/etags.1, etc/gnuserv.1, | |
| 2221 etc/gnuserv.README, etc/package-index.LATEST.gpg, | |
| 2222 etc/package-index.LATEST.pgp, etc/photos/jan.png, etc/recycle.xpm, | |
| 2223 etc/refcard.tex, etc/sample.Xdefaults, etc/sample.emacs, | |
| 2224 etc/sgml/CATALOG, etc/sgml/HTML32.dtd, etc/skk/SKK.tut.E, | |
| 2225 etc/smilies/Face_ase.xbm, etc/smilies/Face_ase2.xbm, | |
| 2226 etc/smilies/Face_ase3.xbm, etc/smilies/Face_smile.xbm, | |
| 2227 etc/smilies/Face_weep.xbm, etc/sounds, etc/toolbar, | |
| 2228 etc/toolbar/workshop-cap-up.xpm, etc/xemacs-ja.1, etc/xemacs.1, | |
| 2229 etc/yow.lines, etc\BETA, etc\NEWS, etc\README, etc\TUTORIAL, | |
| 2230 etc\TUTORIAL.de, etc\check_cygwin_setup.sh, etc\sample.init.el, | |
| 2231 etc\unicode\README, etc\unicode\mule-ucs\*, etc\unicode\other\* | |
| 2232 | |
| 2233 2002-03-24 Ben Wing <ben@xemacs.org> | |
| 2234 | |
| 2235 * TODO.ben-mule-21-5 (bugs): | |
| 2236 * TODO.ben-mule-21-5 (Signaling): New. | |
| 2237 Add stuff from Frank Schmitt. | |
| 2238 | |
| 788 | 2239 2002-03-20 Ben Wing <ben@xemacs.org> |
| 2240 | |
| 2241 * TODO.ben-mule-21-5: | |
| 2242 * TODO.ben-mule-21-5 (bugs): | |
| 2243 Create bug list for latest problems. | |
| 2244 | |
| 781 | 2245 2002-03-18 Ben Wing <ben@xemacs.org> |
| 2246 | |
| 2247 * README (http): | |
| 2248 Include a long, long description of the suggested directory layout | |
| 2249 for developing XEmacs. This should probably go as part of a | |
| 2250 larger document, a "Getting Started with Developing XEmacs". #### | |
| 2251 Does such a document exist? | |
| 2252 | |
| 2253 2002-03-18 Ben Wing <ben@xemacs.org> | |
| 2254 | |
| 2255 * Some ChangeLog entries from stuff that got applied long ago | |
| 2256 never got checked in, due to the nasty SCCS "oops, i forgot again | |
| 2257 ..." bug. | |
| 2258 | |
| 2259 2001-05-04 Ben Wing <ben@xemacs.org> | |
| 2260 | |
| 2261 * PROBLEMS: | |
| 2262 * PROBLEMS (Note): | |
| 2263 Correct general info about init file. | |
| 2264 Fix up Cygwin, Windows sections. | |
| 2265 | |
| 777 | 2266 2002-03-15 Ben Wing <ben@xemacs.org> |
| 2267 | |
| 2268 * configure.in (XE_COMPUTE_RUNPATH): | |
| 2269 check for sys/times.h. | |
| 2270 | |
| 776 | 2271 2002-03-15 Ben Wing <ben@xemacs.org> |
| 2272 | |
| 2273 * Makefile.in.in (batch): | |
| 2274 * Makefile.in.in (batch_packages): | |
| 2275 * Makefile.in.in (finder): | |
| 2276 * Makefile.in.in (check-features): | |
| 2277 * Makefile.in.in (install): | |
| 2278 Use -no-packages to avoid problems with package files shadowing | |
| 2279 core files (e.g. unicode.el in mule-ucs). | |
| 2280 | |
| 774 | 2281 2002-03-12 Ben Wing <ben@xemacs.org> |
| 2282 | |
| 3322 | 2283 * The Great Mule Merge of March 2002: |
| 2284 see node by that name in the Internals Manual. | |
| 774 | 2285 |
| 768 | 2286 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
| 2287 | |
| 2288 * XEmacs 21.5.5 "beets" is released. | |
| 2289 | |
| 762 | 2290 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
| 2291 | |
| 2292 * CHANGES-beta: Prune pre-21.5 information. | |
| 2293 | |
| 726 | 2294 2002-01-07 Jan Vroonhof <jan@xemacs.org> |
| 2295 | |
| 2296 * configure.in: Make explicit "--with-widgets" mean "=yes". | |
| 2297 If "--with-widgets=yes" autodetect athena. | |
| 2298 | |
| 725 | 2299 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org> |
| 2300 | |
| 2301 * XEmacs 21.5.4 "bamboo" is released. | |
| 2302 | |
| 724 | 2303 2001-05-17 Andrew Begel <abegel@eecs.berkeley.edu> |
| 2304 | |
| 2305 * aclocal.m4 (LTLD): Don't use "gcc", use the ld reported by gcc. | |
| 2306 | |
| 2307 2001-08-19 Charles Wilson <cwilson@ece.gatech.edu> | |
| 2308 | |
| 2309 * configure.in (for graphics libraries): Detect Cygwin xpm-nox. | |
| 2310 | |
| 2311 2001-04-14 Gordon Sadler <gbsadler1@lcisp.com> | |
| 2312 | |
| 2313 * configure.in: Add GTK_CFLAGS to CPPFLAGS for glade.h check. | |
| 2314 | |
| 2315 2001-07-01 Alexey Mahotkin <alexm@hsys.msk.ru> | |
| 2316 | |
| 2317 * configure.in (option processing): with_widgets=m is ambiguous; | |
| 2318 don't allow it. | |
| 2319 (AC_CHECKING for the Athena widgets): Don't check for Athena when | |
| 2320 with_widgets=no. | |
| 2321 | |
| 2322 2001-07-22 Stephen J. Turnbull <stephen@xemacs.org> | |
| 2323 | |
| 2324 * configure.usage: Various documentation improvements. | |
| 2325 | |
| 2326 * configure.in (--with-ipv6-cname): New Boolean option. Defaults on. | |
| 2327 * configure.usage: | |
| 2328 * PROBLEMS (IPv6 CNAME lookup): | |
| 2329 Document it. | |
| 2330 | |
| 721 | 2331 2002-01-02 Adrian Aichner <adrian@xemacs.org> |
| 2332 | |
| 2333 * info/dir (File): Reword entry for Emodules according to | |
| 2334 ../man/emodules.texi. | |
| 2335 | |
| 705 | 2336 2001-12-18 Adrian Aichner <adrian@xemacs.org> |
| 2337 | |
| 2338 * info\.cvsignore: Correct pattern to match all info files. | |
| 2339 | |
| 701 | 2340 2001-12-16 Adrian Aichner <adrian@xemacs.org> |
| 2341 | |
| 2342 * info\.cvsignore: Info files are generated, so let's ignore them | |
| 2343 all. | |
| 2344 | |
| 699 | 2345 2001-12-15 Adrian Aichner <adrian@xemacs.org> |
| 2346 | |
| 2347 * info\dir (File): Update version to 21.5. | |
| 2348 | |
| 668 | 2349 2001-08-29 Jered Floyd <jered@MIT.EDU> |
| 2350 | |
| 2351 * configure.in (moduledir,sitemoduledir,archlibdir): | |
| 2352 Place arch-specific files under ${libdir}, not under ${datadir}. | |
| 2353 | |
| 667 | 2354 2001-09-25 Didier Verna <didier@xemacs.org> |
| 2355 | |
| 2356 * configure.ac: new. Autoconf 2.5x guard. | |
| 2357 | |
| 708 | 2358 2001-11-21 Robert Pluim <rpluim@bigfoot.com> |
| 2359 | |
| 2360 * PROBLEMS (Sun/Solaris): Document fix for Motif related crashes | |
| 2361 | |
| 2362 2001-12-15 Stephen J. Turnbull <stephen@xemacs.org> | |
| 2363 | |
| 2364 * configure.in (Miscellaneous Flags): test for -z nocombreloc, | |
| 2365 instead of -z combreloc, to avoid confusing Solaris. | |
| 2366 | |
| 2367 2001-11-24 Stephen J. Turnbull <stephen@xemacs.org> | |
| 2368 | |
| 2369 * configure.usage: Makefile.in -> Makefile.in.in. | |
| 2370 | |
| 2371 2001-11-21 Stephen J. Turnbull <stephen@xemacs.org> | |
| 2372 | |
| 2373 * Makefile.in.in: HP-UX needs LDFLAGS. From Lutz Jaenicke | |
| 2374 <Lutz.Jaenicke@aet.TU-Cottbus.DE>. | |
| 2375 | |
| 2376 2001-11-17 Stephen J. Turnbull <stephen@xemacs.org> | |
| 2377 | |
| 2378 * configure.in: Fix typos in comments. | |
| 2379 * (Miscellaneous flags): Use -z nocombreloc if supported and !pdump. | |
| 2380 * (Installation): Suggest pdump instead of -z nocomboreloc. | |
| 2381 * configure.usage: Document --quick-build. | |
| 2382 | |
| 2383 2001-10-30 Stephen J. Turnbull <stephen@xemacs.org> | |
| 2384 | |
| 2385 * configure.in: Typo in reference to with_ipv6_cname. | |
| 2386 | |
| 2387 2001-10-30 Stephen J. Turnbull <stephen@xemacs.org> | |
| 2388 | |
| 2389 * configure.in: Initialize with_ipv6_cname=no. | |
| 2390 * configure.usage: Document it. | |
| 2391 | |
| 2392 2001-10-05 Stephen J. Turnbull <stephen@xemacs.org> | |
| 2393 | |
| 2394 * configure.in: Document that autoconf 2.5x is unsupported. | |
| 2395 | |
| 664 | 2396 2001-09-17 Ben Wing <ben@xemacs.org> |
| 2397 | |
| 2398 * configure.in (TAB): | |
| 2399 * configure.in (XE_COMPUTE_RUNPATH): | |
| 2400 Don't use -Wshadow when compiling with g++ or you get buried in | |
| 2401 silly warnings. This patch was already applied but somehow got | |
| 2402 unapplied. Stephen? | |
| 2403 | |
| 2404 2001-06-24 Ben Wing <ben@xemacs.org> | |
| 2405 | |
| 2406 * configure.in (TAB): Don't use -Wshadow when compiling with | |
| 2407 g++ or you get buried in silly warnings. | |
| 2408 * configure.in (XE_COMPUTE_RUNPATH): Fix compile problems when | |
| 2409 compiling --with-msw, --with-x=no, --with-tty=no. | |
| 2410 | |
| 654 | 2411 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> |
| 2412 | |
| 2413 * XEmacs 21.5.3 "asparagus" is released. | |
| 2414 | |
| 642 | 2415 2001-08-02 Peter Brown <rendhalver@users.sourceforge.net> |
| 2416 | |
| 2417 * configure.usage (--with-dialogs): added lucid to list of options | |
| 2418 * configure.usage (--with-widgets): added lucid to list of options | |
| 2419 * configure.usage (--with-dragndrop): added GTK to list of protocols | |
| 2420 * configure.usage (--mail-locking): added `locking' or `mmdf' to | |
| 2421 list of options syncing options documentation with those in | |
| 2422 configure.in | |
| 2423 | |
| 641 | 2424 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org> |
| 2425 | |
| 2426 * XEmacs 21.5.2 "artichoke" is released. | |
| 2427 | |
| 623 | 2428 2001-06-21 Ben Wing <ben@xemacs.org> |
| 2429 | |
| 2430 * README: | |
| 2431 * README (http): | |
| 2432 * README (ftp): | |
| 2433 Rewrite. | |
| 2434 | |
| 598 | 2435 2001-05-29 Martin Buchholz <martin@xemacs.org> |
| 2436 | |
| 2437 * Makefile.in.in: `make distclean' would fail if srcdir != blddir. | |
| 2438 Remove SUBDIR_DISTCLEAN until such a time as the module subdir is | |
| 2439 properly integrated into the build system. | |
| 2440 Only create ${moduledir} and ${sitemoduledir} if HAVE_SHLIB. | |
| 2441 | |
| 594 | 2442 2001-05-30 Ben Wing <ben@xemacs.org> |
| 2443 | |
| 2444 * configure.in (AC_INIT_PARSE_ARGS): | |
| 2445 * configure.in (USAGE_ERROR): | |
| 2446 * configure.in (XE_COMPUTE_RUNPATH): | |
| 2447 Fix problems detecting both native and Linux sound on Cygwin | |
| 2448 when compiled with --with-msw=no. | |
| 2449 | |
| 2450 Rearrange file-coding handling a bit to avoid warning when | |
| 2451 compiling with Mule. | |
| 2452 | |
| 2453 2001-05-28 Martin Buchholz <martin@xemacs.org> | |
| 2454 | |
| 2455 * configure.in (--xemacs-compiler): New. | |
| 2456 * configure.usage: | |
| 2457 * INSTALL: | |
| 2458 Document XEMACS_CC and corresponding compiler option --xemacs-compiler. | |
| 2459 Explain how to build xemacs using a C++ compiler. | |
| 2460 | |
| 585 | 2461 2001-05-29 Martin Buchholz <martin@xemacs.org> |
| 2462 | |
| 2463 * configure.in: Remove stray backslash. | |
| 2464 | |
| 582 | 2465 2001-05-26 Ben Wing <ben@xemacs.org> |
| 2466 | |
| 2467 * configure.in (XE_COMPUTE_RUNPATH): | |
| 2468 rewrite warning output so that it doesn't happen by default -- | |
| 2469 you should only get warnings when something is actively wrong, | |
| 2470 not just because a feature is not present. | |
| 2471 | |
| 567 | 2472 2001-05-06 Karl M. Hegbloom <karlheg@hegbloom.net> |
| 2473 | |
| 2474 * configure.in: See if mkstemp is available for movemail.c | |
| 2475 | |
| 559 | 2476 2001-05-23 Ben Wing <ben@xemacs.org> |
| 2477 | |
| 2478 * configure.in (AC_INIT_PARSE_ARGS): | |
| 2479 * configure.in (TAB): | |
| 2480 * configure.in (XE_COMPUTE_RUNPATH): | |
| 2481 add some support for eventually turning on file coding by | |
| 2482 default. Fix numerous places where AC_MSG_WARN had quotes | |
| 2483 around its arg, which is bad. Replace with []. Same for | |
| 2484 AC_MSG_ERROR. | |
| 2485 | |
| 2486 2001-05-15 Steve Youngs <youngs@xemacs.org> | |
| 667 | 2487 * configure.in: |
| 557 | 2488 If no native dumper (UNEXEC) is defined, simply use pdump. |
| 2489 If no SYSTEM_TYPE is defined, choose an appopriate default. | |
| 2490 | |
| 554 | 2491 2001-05-10 Paul Stodghill <stodghil@cs.cornell.edu> |
| 2492 | |
| 2493 * configure.in: Reverse the order of Windows and Linux sound tests | |
| 2494 so that Cygwin will find Windows first. | |
| 2495 | |
| 559 | 2496 2001-05-14 Martin Buchholz <martin@xemacs.org> |
| 2497 | |
| 2498 * configure.in (XE_REALLOC_NULLPTR_BUG): New. | |
| 541 | 2499 |
| 535 | 2500 2001-05-11 Martin Buchholz <martin@xemacs.org> |
| 2501 | |
| 667 | 2502 * configure.in: |
| 535 | 2503 Check for sys/ptyio.h on HPUX, else for pty.h or perhaps sys/pty.h |
| 2504 | |
| 532 | 2505 2001-05-10 Ben Wing <ben@xemacs.org> |
| 2506 | |
| 2507 * Makefile.in.in (all): | |
| 2508 * Makefile.in.in (configure): | |
| 2509 * Makefile.in.in (finder): | |
| 2510 remove autoload targets. | |
| 2511 | |
| 4010 | 2512 2001-04-26 Malcolm Purvis <malcolmpurvis@optushome.com.au> |
| 527 | 2513 |
| 2514 * configure.in: Check gtk version validity only when gtk-config | |
| 2515 exists. | |
| 2516 | |
| 4010 | 2517 2001-05-09 Martin Buchholz <martin@xemacs.org> |
| 522 | 2518 |
| 2519 * XEmacs 21.5.1 "anise" is released. | |
| 2520 | |
| 505 | 2521 2001-05-04 Martin Buchholz <martin@xemacs.org> |
| 2522 | |
| 667 | 2523 * configure.in (opsys): |
| 505 | 2524 Use lower-case `uname -s` as the default value for opsys. |
| 2525 The previous code effectively did the non-sensical | |
| 2526 opsys=$canonical because [] magically disappear in configure.in. | |
| 2527 | |
| 472 | 2528 2001-04-18 Martin Buchholz <martin@xemacs.org> |
| 2529 | |
| 2530 * XEmacs 21.5.0 "alfalfa" is released. | |
| 2531 | |
| 464 | 2532 2001-03-26 Paul Stodghill <stodghil@cs.cornell.edu> |
| 2533 | |
| 2534 * configure.in: Don't #define __STDC__ in confdefs.h | |
| 2535 | |
| 2536 2001-03-30 Stephen J. Turnbull <stephen@xemacs.org> | |
| 2537 | |
| 2538 * configure.usage: Document --with-file-coding. | |
| 2539 | |
| 2540 * configure.in: | |
| 2541 * configure: | |
| 2542 Fix typo, add -Wsign-compare if GCC, run autoconf. | |
| 2543 | |
| 2544 2001-03-23 Stephen J. Turnbull <stephen@xemacs.org> | |
| 2545 | |
| 2546 * PROBLEMS (Problems with running XEmacs): | |
| 2547 Document TMPDIR lossage in gnuserv/gnuclient. | |
| 2548 | |
| 4010 | 2549 2001-03-21 Martin Buchholz <martin@xemacs.org> |
| 462 | 2550 |
| 2551 * XEmacs 21.2.46 "Urania" is released. | |
| 2552 | |
| 2553 2001-03-19 Andy Piper <andy@xemacs.org> | |
| 2554 | |
| 2555 * configure.in: default rel-alloc to off under cygwin | |
| 2556 | |
| 2557 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org> | |
| 2558 | |
| 2559 * ChangeLog: Fix CVS commit breakage from GTK merge, log GTK merge. | |
| 2560 | |
| 2561 * CHANGES-beta: | |
| 2562 * configure.in: | |
| 2563 Fix gratuitous whitespace changes from GTK merge. | |
| 2564 | |
| 2565 * configure.usage: Untabify --with-{gtk,gnome}. | |
| 2566 | |
| 2567 2001-03-12 Andy Piper <andy@xemacs.org> | |
| 2568 | |
| 2569 * configure.in: only pick up mingw directory. | |
| 2570 | |
| 2571 2001-03-02 Ben Wing <ben@xemacs.org> | |
| 2572 | |
| 2573 * info\dir: Update to 21.4; clean up descriptions of manuals; | |
| 2574 replace misnomer "Local Packages" with more correct "Other | |
| 2575 Documentation". | |
| 2576 | |
| 2577 2001-03-09 William M. Perry <wmperry@aventail.com> | |
| 2578 | |
| 2579 * CHANGES-beta: | |
| 2580 * configure.in: | |
| 2581 * configure.usage: | |
| 2582 The Great GTK Merge. | |
| 2583 | |
| 2584 2001-02-23 Andy Piper <andy@xemacs.org> | |
| 2585 | |
| 2586 * configure.usage (--with-netinstall): add docs. | |
| 2587 | |
| 2588 * configure.in: with_netinstall is a new option. Default to off. | |
| 2589 | |
| 4010 | 2590 2001-02-23 Martin Buchholz <martin@xemacs.org> |
| 460 | 2591 |
| 2592 * XEmacs 21.2.45 "Thelxepeia" is released. | |
| 2593 | |
| 2594 2001-02-13 Martin Buchholz <martin@xemacs.org> | |
| 2595 | |
| 2596 * aclocal.m4: Fix module support for AIX cc. | |
| 2597 Support possible future OSes irix7, aix5, osf[56]. | |
| 2598 | |
| 2599 2001-02-12 Martin Buchholz <martin@xemacs.org> | |
| 2600 | |
| 2601 * configure.in: No need for NON_GNU_CPP on SCO. | |
| 2602 | |
| 2603 2001-02-09 Martin Buchholz <martin@xemacs.org> | |
| 2604 | |
| 2605 * configure.in: Prefer utime to utimes - it's more standard. | |
| 2606 Remove explicit checking for struct utimbuf. | |
| 2607 Remove explicit checking for <utime.h>. | |
| 2608 Combined into one simpler test for utime. | |
| 2609 Add explicit check for utimes, if utime not found. | |
| 2610 | |
| 4010 | 2611 2001-02-08 Martin Buchholz <martin@xemacs.org> |
| 458 | 2612 |
| 2613 * XEmacs 21.2.44 "Thalia" is released. | |
| 2614 | |
| 4010 | 2615 2001-01-16 Mike Sperber <mike@xemacs.org> |
| 458 | 2616 |
| 2617 * configure.in: Remove bogus path variable definitions. | |
| 2618 Reflect the fact that specifying --datadir also affects docdir and | |
| 2619 archlibdir. | |
| 2620 | |
| 2621 2001-02-06 Martin Buchholz <martin@xemacs.org> | |
| 2622 | |
| 2623 * configure.in: Only use -Wpointer-arith on non-glibc systems. | |
| 2624 | |
| 2625 2001-02-02 Martin Buchholz <martin@xemacs.org> | |
| 2626 | |
| 2627 * configure.in (wnn): Make sure wnn/commonhd.h can be #included, | |
| 2628 for the sake of gcc 2.97 fixincludes, which breaks it. | |
| 2629 | |
| 2630 2001-01-27 Martin Buchholz <martin@xemacs.org> | |
| 2631 | |
| 2632 * configure.in: Check for util.h for NetBSD's openpty. | |
| 2633 | |
| 2634 2001-01-28 Martin Buchholz <martin@xemacs.org> | |
| 2635 | |
| 2636 * config.sub: Upgrade to offical version 2001-01-12. | |
| 2637 * config.guess: Upgrade to offical version 2001-01-17. | |
| 2638 | |
| 4010 | 2639 2001-01-26 Martin Buchholz <martin@xemacs.org> |
| 456 | 2640 |
| 2641 * XEmacs 21.2.43 "Terspichore" is released. | |
| 2642 | |
| 2643 2001-01-21 Steve Youngs <youngs@xemacs.org> | |
| 2644 | |
| 2645 * README.packages: Doc fix. | |
| 2646 | |
| 2647 2001-01-17 Steve Youngs <youngs@xemacs.org> | |
| 2648 | |
| 2649 * README.packages: Update. | |
| 2650 | |
| 4010 | 2651 2001-01-20 Martin Buchholz <martin@xemacs.org> |
| 454 | 2652 |
| 2653 * XEmacs 21.2.42 "Poseidon" is released. | |
| 2654 | |
| 2655 2001-01-18 Martin Buchholz <martin@xemacs.org> | |
| 2656 | |
| 2657 * PROBLEMS (Sun/Solaris): Yet another microimprovement. | |
| 2658 | |
| 2659 2001-01-17 Martin Buchholz <martin@xemacs.org> | |
| 2660 | |
| 2661 * PROBLEMS (Sun/Solaris): Replace --with-gnu-ld=no with | |
| 2662 --with-ld=/usr/ccs/bin/ld | |
| 2663 | |
| 2664 2001-01-16 Robert Pluim <rpluim@bigfoot.com> | |
| 2665 | |
| 2666 * PROBLEMS (SunOS/Solaris): Document workaround for GNU ld bug on | |
| 2667 Solaris. Half mine, half Raymond Toy, half Martin Buchholz. | |
| 2668 | |
| 2669 2001-01-16 Didier Verna <didier@xemacs.org> | |
| 2670 | |
| 2671 * NEWS: document the modeline horizontal scrolling feature. | |
| 2672 | |
| 4010 | 2673 2001-01-17 Martin Buchholz <martin@xemacs.org> |
| 452 | 2674 |
| 2675 * XEmacs 21.2.41 "Polyhymnia" is released. | |
| 2676 | |
| 2677 2001-01-16 Martin Buchholz <martin@xemacs.org> | |
| 2678 | |
| 2679 * PROBLEMS: Document MIPSpro ICE problem workaround. | |
| 2680 | |
| 2681 2001-01-06 Golubev I. N. <gin@mo.msk.ru> | |
| 2682 | |
| 2683 * configure.in: check for dlopen by linking program with | |
| 2684 <dlfcn.h>. | |
| 2685 | |
| 2686 2001-01-08 Andy Piper <andy@xemacs.org> | |
| 2687 | |
| 2688 * configure.in: add extra_includes and populate appropriately for | |
| 2689 cygwin and mingw. | |
| 2690 | |
| 2691 2000-12-28 Andy Piper <andy@xemacs.org> | |
| 2692 | |
| 2693 * configure.in: allow --with-widgets=msw | |
| 2694 | |
| 4010 | 2695 2001-01-08 Martin Buchholz <martin@xemacs.org> |
| 450 | 2696 |
| 2697 * XEmacs 21.2.40 is released. | |
| 2698 | |
| 2699 2000-12-26 Stephen J. Turnbull <stephen@xemacs.org> | |
| 2700 | |
| 2701 * PROBLEMS (Running/Linux): Rehabilitate Mandrake; tip for color-gcc. | |
| 2702 | |
| 2703 2000-12-20 Stephen J. Turnbull <stephen@xemacs.org> | |
| 2704 | |
| 2705 * PROBLEMS (Linux): document Mandrake policy, how to get Meta on | |
| 2706 Alt, and getaddrinfo() blocking trying to get localhost's CNAME. | |
| 2707 | |
| 4010 | 2708 2000-07-20 Kazuyuki IENAGA <ienaga@xemacs.org> |
| 450 | 2709 |
| 2710 * configure.in: use input-method-xlib.o for USE_XFONTSET instead | |
| 2711 of input-method-xfs.o. | |
| 2712 | |
| 2713 * configure: ditto | |
| 2714 | |
| 4010 | 2715 2000-12-31 Martin Buchholz <martin@xemacs.org> |
| 448 | 2716 |
| 2717 * XEmacs 21.2.39 is released. | |
| 2718 | |
| 4011 | 2719 2000-02-02 Daiki Ueno <ueno@ueda.info.waseda.ac.jp> |
| 448 | 2720 |
| 2721 * configure.in: Added check if the berkdb has db_create or not. | |
| 2722 | |
| 2723 2000-10-11 Yoshiki Hayashi <yoshiki@xemacs.org> | |
| 2724 | |
| 2725 * configure.in: Fix broken gcc detection for 2.7.2. | |
| 2726 | |
| 2727 2000-12-11 Andy Piper <andy@xemacs.org> | |
| 2728 | |
| 2729 * configure.in (XE_COMPUTE_RUNPATH): add netinstall as a subdirectory. | |
| 2730 | |
| 2731 * netinstall: new net installer for MS-Windows. | |
| 2732 | |
| 4010 | 2733 2000-12-05 Martin Buchholz <martin@xemacs.org> |
| 446 | 2734 |
| 2735 * XEmacs 21.2.38 is released. | |
| 2736 | |
| 454 | 2737 2000-11-26 Bjrn Torkelsson <torkel@hpc2n.umu.se> |
| 446 | 2738 |
| 2739 * configure.in: Only show message about DnD API if compiling with DnD | |
| 2740 | |
| 2741 2000-11-09 Martin Buchholz <martin@xemacs.org> | |
| 2742 | |
| 2743 * configure.in: Autodetect elf.h. | |
| 2744 | |
| 4010 | 2745 2000-11-14 Martin Buchholz <martin@xemacs.org> |
| 444 | 2746 |
| 2747 * XEmacs 21.2.37 is released. | |
| 2748 | |
| 2749 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org> | |
| 2750 | |
| 2751 * README.packages: Add "uninstalled package" FAQ. | |
| 2752 | |
| 2753 2000-11-01 Martin Buchholz <martin@xemacs.org> | |
| 2754 | |
| 2755 * configure.in: Handle alloca with Compaq C on Alpha Linux. | |
| 2756 | |
| 2757 2000-10-27 Martin Buchholz <martin@xemacs.org> | |
| 2758 | |
| 2759 * configure.in: Oops, _getpt ==> _getpty | |
| 2760 | |
| 2761 2000-10-23 Yoshiki Hayashi <yoshiki@xemacs.org> | |
| 2762 | |
| 2763 * Makefile.in.in: Remove lockdir related things. | |
| 2764 | |
| 2765 2000-10-11 Martin Buchholz <martin@xemacs.org> | |
| 2766 | |
| 2767 * configure.in: | |
| 2768 Remove checking for XFree86. Use feature tests instead! | |
| 2769 Add check for XRegisterIMInstantiateCallback. | |
| 2770 Add check for XRegisterIMInstantiateCallback's prototype. | |
| 2771 | |
| 2772 2000-10-08 Karl M. Hegbloom <karlheg@debian.org> | |
| 2773 | |
| 2774 * configure.in: Typo - missing paren. | |
| 2775 | |
| 2776 2000-10-10 Martin Buchholz <martin@xemacs.org> | |
| 2777 | |
| 454 | 2778 * configure.in: |
| 444 | 2779 Use stropts.h, not sys/stropts.h. |
| 2780 Use strtio.h, not sys/strtio.h. | |
| 2781 | |
| 2782 2000-10-06 Martin Buchholz <martin@xemacs.org> | |
| 2783 | |
| 2784 * configure.in: Pretend that DEC OSF >= 5 is really DEC OSF 4. | |
| 2785 | |
| 4010 | 2786 2000-10-04 Martin Buchholz <martin@xemacs.org> |
| 442 | 2787 |
| 2788 * XEmacs 21.2.36 is released. | |
| 2789 | |
| 2790 2000-09-27 Martin Buchholz <martin@xemacs.org> | |
| 2791 | |
| 2792 * configure.in: Big signal/process handling overhaul. | |
| 2793 Autoconfiscate lots of functions and headers: | |
| 2794 getpt _getpt grantpt unlockpt ptsname killpg tcgetpgrp | |
| 2795 openpty pty.h libutil.h sys/stropts.h sys/strtio.h isastream | |
| 2796 | |
| 2797 2000-09-19 Martin Buchholz <martin@xemacs.org> | |
| 2798 | |
| 2799 * *: Spelling mega-patch | |
| 2800 | |
| 2801 2000-09-16 Martin Buchholz <martin@xemacs.org> | |
| 2802 | |
| 2803 * configure.in: Remove strcasecmp. | |
| 2804 | |
| 2805 2000-09-16 Martin Buchholz <martin@xemacs.org> | |
| 2806 | |
| 2807 * configure.in: Add -Kalloca to $c_switch_system when using | |
| 2808 Unixware native compiler (if necessary). | |
| 2809 | |
| 2810 2000-09-15 Martin Buchholz <martin@xemacs.org> | |
| 2811 | |
| 2812 * configure.in: Prevent spurious "No" in configure output when not | |
| 2813 using gcc. Oh, and it's "no", not "No". Oh, and it's "yes", not "Yes". | |
| 2814 | |
| 2815 2000-09-14 Martin Buchholz <martin@xemacs.org> | |
| 2816 | |
| 2817 * configure.in: Save 2 sed process invocations per Makefile. | |
| 2818 | |
| 2819 2000-08-22 SL Baur <steve@turbolinux.co.jp> | |
| 2820 | |
| 2821 * configure.in (after_morecore_hook_exists): Don't add /usr/shlib | |
| 2822 to link path if compiling on Alpha/Linux. | |
| 2823 | |
| 2824 2000-09-01 Martin Buchholz <martin@xemacs.org> | |
| 2825 | |
| 2826 * Makefile.in.in (depend): cd to the correct directory. | |
| 2827 | |
| 2828 2000-08-31 Martin Buchholz <martin@xemacs.org> | |
| 2829 | |
| 2830 * configure.in: with_widgets is incompatible with X11 R4. | |
| 2831 | |
| 2832 * configure.in: Make Balloon Help conditional on finding shape.h | |
| 2833 | |
| 2834 2000-08-09 Vin Shelton <acs@xemacs.org> | |
| 2835 | |
| 2836 * configure.in: Check for UNIX98 PTYs. Patch from Florian Weimer | |
| 2837 <Florian.Weimer@RUS.Uni-Stuttgart.DE>. | |
| 2838 | |
| 2839 2000-07-31 Yoshiki Hayashi <yoshiki@xemacs.org> | |
| 2840 | |
| 2841 * configure.usage: Remove lockdir document. | |
| 2842 | |
| 2843 2000-07-31 Martin Buchholz <martin@xemacs.org> | |
| 2844 | |
| 2845 * configure.in: | |
| 2846 Make knowledge of machine and opsys optional. | |
| 2847 Make existence of s&m files optional. | |
| 2848 Rely on configure alone if s&m files not found. | |
| 2849 | |
| 2850 * configure.in: | |
| 2851 Use only configure-time tests to detect getloadavg(). | |
| 2852 Don't check for kstat.h if we have getloadavg(). | |
| 2853 Check for sys/loadavg.h if we have getloadavg(). | |
| 2854 | |
| 2855 2000-07-15 Ben Wing <ben@xemacs.org> | |
| 2856 | |
| 2857 * Makefile.in.in (configure): | |
| 2858 all-elcs target now uses update-elc-2.el not update-elc.sh | |
| 2859 | |
| 4010 | 2860 2000-07-19 Martin Buchholz <martin@xemacs.org> |
| 442 | 2861 |
| 2862 * XEmacs 21.2.35 is released. | |
| 2863 | |
| 2864 2000-07-13 Martin Buchholz <martin@xemacs.org> | |
| 2865 | |
| 2866 * configure.in: --with-menubars=yes should not be an error. | |
| 2867 | |
| 2868 * configure.in: "compiling in support for Athena" message was | |
| 2869 sometimes lying. | |
| 2870 | |
| 2871 2000-07-12 Martin Buchholz <martin@xemacs.org> | |
| 2872 | |
| 2873 * configure.in: Rewrite xmkmf symbol detection to avoid | |
| 2874 redefinition of symbols we've already defined. | |
| 2875 Also, handle xmkmf symbols with values other than 1. | |
| 2876 | |
| 2877 2000-07-12 Martin Buchholz <martin@xemacs.org> | |
| 2878 | |
| 454 | 2879 * configure.in: |
| 442 | 2880 Make sure Unix98 socklen_t is defined. |
| 2881 Use ANSI C mode `-std1' with DEC C instead of `-std'. | |
| 2882 | |
| 2883 2000-07-09 Martin Buchholz <martin@xemacs.org> | |
| 2884 | |
| 454 | 2885 * configure.in: |
| 442 | 2886 Replace SMART_INCLUDE with a dumber, but more reliable method. |
| 2887 2000-07-10 Martin Buchholz <martin@xemacs.org> | |
| 2888 | |
| 454 | 2889 * modules/zlib/Makefile: |
| 2890 * modules/sample/Makefile: | |
| 2891 * modules/ldap/Makefile: | |
| 2892 * modules/base64/Makefile: | |
| 2893 * Makefile.in.in: | |
| 442 | 2894 rm -f ==> $(RM) |
| 2895 define SHELL=/bin/sh | |
| 2896 | |
| 2897 2000-07-09 Martin Buchholz <martin@xemacs.org> | |
| 2898 | |
| 2899 * configure.in: PostgreSQL rewrite. | |
| 2900 - Don't look for postgreSQL in /usr/local. | |
| 2901 - Simplify detection code. | |
| 2902 - Don't use SMART_INCLUDE. | |
| 2903 - Don't autodetect if --with-postgresql=no. | |
| 2904 | |
| 2905 2000-07-08 Ben Wing <ben@xemacs.org> | |
| 2906 | |
| 2907 * configure.usage: addl doc for graphics libs, with-msw. | |
| 2908 | |
| 2909 2000-07-09 Martin Buchholz <martin@xemacs.org> | |
| 2910 | |
| 2911 * configure.in: sh builtin `test' uses `=', not `=='. | |
| 2912 | |
| 2913 2000-07-08 Ben Wing <ben@xemacs.org> | |
| 2914 | |
| 2915 * configure.in: add -lcomdlg32 for cygwin. | |
| 454 | 2916 |
| 442 | 2917 2000-07-05 Craig Lanning <lanning@scra.org> |
| 2918 | |
| 2919 * aclocal.m4 (can_build_shared): | |
| 2920 First pass at module support for cygwin and mingw. | |
| 454 | 2921 |
| 442 | 2922 * configure: |
| 2923 * configure (xe_check_libs): | |
| 2924 * configure (acfindx): | |
| 2925 * configure (ac_x_includes): | |
| 2926 * configure (ac_x_libraries): | |
| 2927 * configure (ac_cv_lib_dnet_dnet_ntoa): | |
| 2928 * configure (xe_msg_checking): | |
| 2929 * configure (xe_runpath_dir): | |
| 2930 * configure (xetest): | |
| 2931 * configure (ac_err): | |
| 2932 * configure (ac_safe): | |
| 2933 * configure (with_xmu): | |
| 2934 * configure (bitmapdir): | |
| 2935 * configure (with_xauth): | |
| 2936 * configure (libs_xauth): | |
| 2937 * configure (with_cde): | |
| 2938 * configure (with_ldap): | |
| 2939 * configure (with_ldap_krbdes): | |
| 2940 * configure (save_c_switch_site): | |
| 2941 * configure (with_postgresql): | |
| 2942 * configure (with_xface): | |
| 2943 * configure (with_jpeg): | |
| 2944 * configure (with_png): | |
| 2945 * configure (with_tiff): | |
| 2946 * configure (athena_lib): | |
| 2947 * configure (have_motif): | |
| 2948 * configure (all_widgets): | |
| 2949 * configure (with_xim): | |
| 2950 * configure (with_xfs): | |
| 2951 * configure (with_wnn): | |
| 2952 * configure (with_canna): | |
| 2953 * configure (extra_objs): | |
| 2954 * configure (ac_cv_c_inline): | |
| 2955 * configure (have_esd_config): | |
| 2956 * configure (c_switch_site): | |
| 2957 * configure (with_ncurses): | |
| 2958 * configure (with_gpm): | |
| 2959 * configure (xealias): | |
| 2960 * configure (xehost_os): | |
| 2961 * configure (can_build_shared): | |
| 2962 * configure (xcldf): | |
| 2963 * configure (LTLD): | |
| 2964 * configure (ld_dynamic_link_flags): | |
| 2965 * configure (Mail): | |
| 2966 * configure.in: | |
| 2967 * configure.in (after_morecore_hook_exists): | |
| 2968 * configure.in (xetest): | |
| 2969 * configure.in (emacs_cv_localtime_cache): | |
| 2970 * configure.in (Mail): | |
| 2971 * configure.in: | |
| 2972 Clean up configure support for cygwin and mingw. | |
| 2973 | |
| 4010 | 2974 2000-06-27 Darryl Okahata <darrylo@soco.agilent.com> |
| 442 | 2975 |
| 2976 * PROBLEMS: Document broken native audio for recent patches and | |
| 2977 releases of HP-UX. | |
| 2978 | |
| 2979 2000-06-10 Ben Wing <ben@xemacs.org> | |
| 2980 | |
| 2981 * Makefile.in.in (install-arch-dep): | |
| 2982 WINDOWSNT -> WIN32_NATIVE. | |
| 2983 __CYGWIN32__ -> CYGWIN. | |
| 2984 | |
| 2985 2000-06-01 Andreas Jaeger <aj@suse.de> | |
| 2986 | |
| 2987 * configure.in: Recognize s390. | |
| 2988 | |
| 2989 * config.guess: New version from GNU config archive. | |
| 2990 * config.sub: Likewise. | |
| 2991 | |
| 4010 | 2992 2000-05-28 Martin Buchholz <martin@xemacs.org> |
| 442 | 2993 |
| 2994 * XEmacs 21.2.34 is released. | |
| 2995 | |
| 2996 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org> | |
| 2997 | |
| 2998 * configure.in: | |
| 2999 Do not define DOUG_LEA_MALLOC when using other malloc scheme. | |
| 3000 Remove unused variable use_minimal_tagbits. | |
| 3001 | |
| 3002 2000-05-02 Yoshiki Hayashi <yoshiki@xemacs.org> | |
| 3003 | |
| 3004 * configure.in: Remove lockdir. | |
| 3005 | |
| 4010 | 3006 2000-05-01 Martin Buchholz <martin@xemacs.org> |
| 442 | 3007 |
| 3008 * XEmacs 21.2.33 is released. | |
| 3009 | |
| 3010 2000-04-27 Katsumi Yamaoka <yamaoka@jpl.org> | |
| 3011 | |
| 3012 * configure.in: Use ORDINARY_LD instead of "\$(ORDINARY_LD)" for | |
| 3013 the value of LD. | |
| 3014 | |
| 3015 2000-04-26 Ben Wing <ben@xemacs.org> | |
| 3016 | |
| 3017 * configure.in: add support for --quick-build. Remove --no-doc-file, | |
| 3018 subsumed. | |
| 3019 | |
| 3020 2000-04-19 Martin Buchholz <martin@xemacs.org> | |
| 3021 | |
| 454 | 3022 * configure.in: |
| 442 | 3023 * src/config.h.in: |
| 3024 Rewrite SMART_INCLUDE implementation to actually work. | |
| 3025 Be paranoid - Avoid use of spaces in these macro definitions. | |
| 454 | 3026 Leave alloca() definition at start of compilation unit, |
| 442 | 3027 as AIX requests. |
| 3028 Rename SMART_INCLUDE_MACRO to SMART_INCLUDE_INDIRECTIONS. | |
| 3029 | |
| 3030 2000-04-13 Yoshiki Hayashi <yoshiki@xemacs.org> | |
| 3031 | |
| 3032 * configure.in: Enable clash-detection by default. | |
| 3033 * configure.usage: Update documentation. | |
| 3034 | |
| 3035 2000-04-06 Andy Piper <andy@xemacs.org> | |
| 3036 | |
| 3037 * configure.in: fix typo. | |
| 3038 | |
| 3039 2000-04-03 Yoshiki Hayashi <yoshiki@xemacs.org> | |
| 3040 | |
| 3041 * configure.in : Fix printing error check warning even if | |
| 3042 it is not compiled in. | |
| 3043 | |
| 3044 2000-02-19 Jan Vroonhof <vroonhof@math.ethz.ch> | |
| 3045 | |
| 3046 * xemacs/configure.in: Do a normal link when compiling with | |
| 3047 --pdump. Don't try compiling an unexec object file. | |
| 454 | 3048 |
| 442 | 3049 2000-03-27 Didier Verna <didier@xemacs.org> |
| 3050 | |
| 3051 * configure.in: reorganize the output by topic. | |
| 3052 New configure test to define the proper SMART_INCLUDE macro. | |
| 3053 | |
| 3054 * configure.usage: slightly rearanged some options. | |
| 3055 | |
| 3056 2000-03-25 Didier Verna <didier@xemacs.org> | |
| 3057 | |
| 3058 * configure.in: rename `foo_h_path' to `foo_h_file' for variables | |
| 3059 representing real headers and not directories. This applies to | |
| 3060 `db_h_path', `curses_h_path', `term_h_path', `tt_c_h_path' and | |
| 3061 `soundcard_h_path'. | |
| 3062 | |
| 3063 2000-03-21 Didier Verna <didier@xemacs.org> | |
| 3064 | |
| 3065 * configure.in: try to find postgresql headers at different places | |
| 3066 and define POSTGRES_H_PATH as appropriate. | |
| 3067 | |
| 3068 2000-03-22 Andy Piper <andy@xemacs.org> | |
| 3069 | |
| 3070 * config.h.in: add ERROR_CHECK_GLYPHS. | |
| 3071 | |
| 3072 * configure.in: add error_check_glyphs. | |
| 3073 | |
| 4010 | 3074 2000-03-20 Martin Buchholz <martin@xemacs.org> |
| 442 | 3075 |
| 3076 * XEmacs 21.2.32 is released. | |
| 3077 | |
| 3078 2000-03-15 Olivier Galibert <galibert@pobox.com> | |
| 3079 | |
| 3080 * configure.in: Add dumper.o object when pdumping. | |
| 3081 | |
| 3082 2000-02-20 Olivier Galibert <galibert@pobox.com> | |
| 3083 | |
| 3084 * Makefile.in.in: Add pdump install support | |
| 3085 | |
| 3086 * configure.in: Add EMACS_PROGNAME config.h variable. | |
| 3087 | |
| 3088 2000-03-10 SL Baur <steve@musashimaru.m17n.org> | |
| 3089 | |
| 3090 * configure.usage: document --with-postgresql flag. | |
| 3091 | |
| 3092 2000-03-06 SL Baur <steve@musashimaru.m17n.org> | |
| 3093 | |
| 3094 * configure.in: add autodetection of PostgreSQL runtime libraries | |
| 3095 | |
| 3096 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org> | |
| 3097 | |
| 3098 * aclocal.m4 (XE_SHLIB_STUFF): Define ld_shlibs to yes | |
| 3099 when C compiler can produce shared libraries. | |
| 3100 | |
| 3101 2000-02-26 Martin Buchholz <martin@xemacs.org> | |
| 3102 | |
| 3103 * configure.in: Unconditionally define SHELL, to allow working | |
| 3104 with (unreleased) autoconf 2.14.1, found on Mandrake 7.0 systems. | |
| 3105 | |
| 4010 | 3106 2000-02-23 Martin Buchholz <martin@xemacs.org> |
| 442 | 3107 |
| 3108 * XEmacs 21.2.31 is released. | |
| 3109 | |
| 4010 | 3110 2000-02-21 Martin Buchholz <martin@xemacs.org> |
| 442 | 3111 |
| 3112 * XEmacs 21.2.30 is released. | |
| 3113 | |
| 3114 2000-02-20 Martin Buchholz <martin@xemacs.org> | |
| 3115 | |
| 3116 * configure.in: Enforce use of autoconf version >= 2.13. | |
| 3117 | |
| 3118 * configure.in: Fix OS release test on Solaris. | |
| 3119 | |
| 3120 2000-02-19 Marcus Thiessel <marcus@xemacs.org> | |
| 3121 | |
| 3122 * PROBLEMS: Update email address. Describe more HP Motif errors. | |
| 3123 | |
| 3124 2000-02-19 Jan Vroonhof <vroonhof@math.ethz.ch> | |
| 3125 | |
| 3126 * configure.in: Split Solaris version test in two parts. In the | |
| 3127 Bourne shell the "-a" operator does NOT short-circuit. | |
| 3128 | |
| 3129 1999-12-15 Jan Vroonhof <jan@xemacs.org> | |
| 3130 | |
| 3131 * (configure.in): Autodetect broken gcc versions. Patch from WM | |
| 3132 Perry with tiny tweaks by Yoshiki Hayashi and yours truly. | |
| 3133 | |
| 3134 2000-02-17 Martin Buchholz <martin@xemacs.org> | |
| 3135 | |
| 3136 * configure.in: Autodetect sys/param.h. Reorganize | |
| 3137 AC_CHECK_HEADERS call. | |
| 3138 * src/config.h.in: Add HAVE_SYS_PARAM_H. | |
| 3139 | |
| 3140 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
| 3141 | |
| 3142 * configure.in: Test for arm simply using arm* instead of arm-* | |
| 3143 | |
| 4010 | 3144 2000-02-16 Martin Buchholz <martin@xemacs.org> |
| 442 | 3145 |
| 3146 * XEmacs 21.2.29 is released. | |
| 3147 | |
| 3148 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
| 3149 | |
| 3150 * configure.in: Don't use rel_alloc if malloc() calls mmap(). | |
| 3151 Discover this by looking for M_MMAP_THRESHOLD. | |
| 3152 | |
| 3153 * configure.in: Don't define POSIX_C_SOURCE on Solaris, due to | |
| 3154 bugs in (at least) Solaris 2.5 headers. | |
| 3155 | |
| 3156 2000-01-29 Craig Lanning <CraigL@DyCon.com> | |
| 3157 | |
| 3158 * configure.in: Fix detection of XPM on systems without X11. | |
| 3159 | |
| 3160 2000-02-11 Martin Buchholz <martin@xemacs.org> | |
| 3161 | |
| 3162 * configure.in: | |
| 3163 * src/config.h.in: | |
| 3164 Define _POSIX_C_SOURCE, _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, | |
| 3165 but only on tested Operating systems - Linux && SunOS >= 5.5. | |
| 3166 | |
| 3167 2000-02-09 Valdis Kletnieks <Valdis.Kletnieks@vt.edu> | |
| 3168 | |
| 3169 * aclocal.m4: Support dlls on aix[34]. | |
| 3170 | |
| 3171 2000-02-09 Martin Buchholz <martin@xemacs.org> | |
| 3172 | |
| 3173 * .cvsignore: Ignore gmon.out | |
| 3174 | |
| 3175 2000-02-08 Martin Buchholz <martin@xemacs.org> | |
| 3176 | |
| 3177 * configure.in: Sync Berkeley db autodetection with src/database.c | |
| 3178 | |
| 3179 2000-02-07 Martin Buchholz <martin@xemacs.org> | |
| 3180 | |
| 3181 * configure.in: check for XConvertCase. | |
| 3182 | |
| 4010 | 3183 2000-02-07 Martin Buchholz <martin@xemacs.org> |
| 440 | 3184 |
| 3185 * XEmacs 21.2.28 is released. | |
| 3186 | |
| 4010 | 3187 2000-01-27 URA Hiroshi <ura@hiru.aoba.yokohama.jp> |
| 442 | 3188 |
| 440 | 3189 * configure.in: added getaddrinfo and getnameinfo to AC_FUNC. |
| 3190 | |
| 3191 2000-01-26 Martin Buchholz <martin@xemacs.org> | |
| 3192 | |
| 3193 * configure.in: Backout the /etc/ld.so.conf patch of 2000-01-18. | |
| 3194 | |
| 3195 2000-01-24 Martin Buchholz <martin@xemacs.org> | |
| 3196 | |
| 3197 * configure.in: Always use our own realpath(), not the system one. | |
| 3198 | |
| 3199 2000-01-25 Martin Buchholz <martin@xemacs.org> | |
| 3200 | |
| 3201 * configure.in: Default Drag-N-Drop to "no" | |
| 3202 | |
| 3203 1999-12-28 Max Matveev <max@melbourne.sgi.com> | |
| 3204 | |
| 3205 * configure.in: add new machine type for IRIX 6.[2-5] to | |
| 3206 switch from using unexelf.o to unexelfsgi.o for just those | |
| 3207 versions of IRIX. | |
| 3208 In the ideal world it would be handled by the s/irix6-0.h but | |
| 3209 since machine config is included AFTER OS config, I had to add a | |
| 3210 new machine type. | |
| 3211 | |
| 3212 2000-01-22 Andy Piper <andy@xemacs.org> | |
| 3213 | |
| 3214 * configure.in: add winspool to windows libraries. | |
| 3215 | |
| 3216 2000-01-22 Martin Buchholz <martin@xemacs.org> | |
| 3217 | |
| 3218 * configure.in: Add more warnings to default gcc flags. | |
| 3219 | |
| 3220 2000-01-20 Daniel Pittman <daniel@danann.net> | |
| 3221 | |
| 3222 * configure.in: Find Athena headers hidden in even more obscure | |
| 3223 places. That is, search Xaw3D/ as well as X11/Xaw3D/. | |
| 3224 | |
| 3225 2000-01-19 Martin Buchholz <martin@xemacs.org> | |
| 3226 | |
| 3227 * configure.in: Add support for NetWinders. | |
| 3228 Patch by Sean MacLennan <seanm@netwinder.org> | |
| 3229 | |
| 3230 2000-01-18 Martin Buchholz <martin@xemacs.org> | |
| 3231 | |
| 3232 * configure.in: Use /etc/ld.so.conf at link-time, if available. | |
| 3233 | |
| 4010 | 3234 2000-01-18 Martin Buchholz <martin@xemacs.org> |
| 438 | 3235 |
| 3236 * XEmacs 21.2.27 is released. | |
| 3237 | |
| 3238 2000-01-14 Martin Buchholz <martin@xemacs.org> | |
| 3239 | |
| 3240 * configure.in: Create a .dbxrc in the src directory, like .gdbinit. | |
| 3241 | |
| 3242 * configure.in: Add `tests' symlink to make it easier to find | |
| 3243 automated tests directory. | |
| 3244 | |
| 3245 2000-01-14 Andy Piper <andy@xemacs.org> | |
| 3246 | |
| 3247 * configure.in: for cygwin 1.0 we must pick up the mingw32 headers | |
| 3248 before the cygwin headers. | |
| 3249 | |
| 3250 2000-01-08 Martin Buchholz <martin@xemacs.org> | |
| 3251 | |
| 442 | 3252 * configure.in: |
| 438 | 3253 - Allow find-tag to work in the build directory. |
| 3254 - rename src/gdbinit to src/.gdbinit, so that gdb can find it. | |
| 3255 - Less verbose messages when creating .sbinit, .gdbinit, TAGS. | |
| 3256 | |
| 4010 | 3257 2000-01-07 Marcus Thiessel <marcus@xemacs.org> |
| 438 | 3258 |
| 3259 * config.sub: Upgrade to 1.169, imported from autoconf's CVS | |
| 3260 * config.guess: Upgrade to 1.158, imported from autoconf's CVS | |
| 3261 | |
| 3262 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 3263 | |
| 3264 * configure.usage (--mail-locking): | |
| 3265 * configure.in: Handle --mail-locking option correctly in | |
| 3266 preparation for the movemail locking overhaul. | |
| 3267 | |
| 3268 2000-01-05 Daniel Pittman <daniel@danann.net> | |
| 3269 | |
| 3270 * configure.in (Installation): Report which Athena header/library | |
| 3271 combo is being used. | |
| 3272 | |
| 4010 | 3273 1999-12-31 Martin Buchholz <martin@xemacs.org> |
| 436 | 3274 |
| 3275 * XEmacs 21.2.26 is released. | |
| 3276 | |
| 4010 | 3277 1999-12-24 Martin Buchholz <martin@xemacs.org> |
| 434 | 3278 |
| 3279 * XEmacs 21.2.25 is released. | |
| 3280 | |
| 3281 1999-12-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
| 3282 | |
| 3283 * README: Remove msdos part. | |
| 3284 | |
| 3285 1999-12-17 Martin Buchholz <martin@xemacs.org> | |
| 3286 | |
| 3287 * configure.in: Oops. xpm doesn't actually depend on X11. | |
| 3288 I got confused by the name (like others get confused by `xemacs'?) | |
| 3289 | |
| 4010 | 3290 1999-12-14 Martin Buchholz <martin@xemacs.org> |
| 432 | 3291 |
| 3292 * XEmacs 21.2.24 is released. | |
| 3293 | |
| 3294 1999-12-13 Martin Buchholz <martin@xemacs.org> | |
| 3295 | |
| 442 | 3296 * configure.in: |
| 432 | 3297 * configure.usage: |
| 3298 - Autodetect NAS. Change Docs accordingly. | |
| 3299 | |
| 3300 * configure.in: Warn if configure --with-xpm --without-x11. | |
| 3301 | |
| 3302 1999-12-09 Martin Buchholz <martin@xemacs.org> | |
| 3303 | |
| 3304 * configure.in: Clean up sound support. | |
| 3305 - variable `old_nas' was used but never set. | |
| 3306 - change `with_esd' to `with_esd_sound' for consistency. | |
| 3307 - Don't trust the output of `esd-config --libs`; test it. | |
| 3308 - Add `esd-config --cflags` to c_switch_site. | |
| 3309 - Die if ESD sound requested, but not available. | |
| 3310 - ESD is not dependent on X, therefore use LIBS, not libs_x. | |
| 3311 | |
| 3312 1999-12-07 Martin Buchholz <martin@xemacs.org> | |
| 3313 | |
| 3314 * configure.in (--with-sound): Variable with_esd was mispelled. | |
| 3315 | |
| 4010 | 3316 1999-12-07 Martin Buchholz <martin@xemacs.org> |
| 430 | 3317 |
| 3318 * XEmacs 21.2.23 is released. | |
| 3319 | |
| 3320 1999-11-30 Martin Buchholz <martin@xemacs.org> | |
| 3321 | |
| 3322 * configure.in: Fix module support. | |
| 3323 --with-modules=yes was completely broken. | |
| 3324 AC_DEFINE(HAVE_DLFCN_H) was invoked twice. | |
| 3325 Remove linking test for _dlopen - seems totally bogus. | |
| 3326 Die if --with-modules=yes but no module support found. | |
| 3327 Do nothing, not even msg, if --with-modules=no. | |
| 3328 | |
| 3329 1999-11-17 Isaac Hollander <ysh@mindspring.com> | |
| 3330 | |
| 3331 * Makefile.in.in: add and use TAR macro. Sometimes tar only copies | |
| 3332 symlinks instead of the actual files | |
| 3333 | |
| 3334 1999-11-30 Martin Buchholz <martin@xemacs.org> | |
| 3335 | |
| 3336 * aclocal.m4: Shared library support for hpux >= version 11 | |
| 3337 | |
| 3338 1999-11-29 Martin Buchholz <martin@xemacs.org> | |
| 3339 | |
| 3340 * Makefile.in.in (beta): `make beta' should rebuild info. | |
| 3341 | |
| 4010 | 3342 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org> |
| 428 | 3343 |
| 3344 * XEmacs 21.2.22 is released | |
| 3345 | |
| 4010 | 3346 1999-11-28 Martin Buchholz <martin@xemacs.org> |
| 426 | 3347 |
| 3348 * XEmacs 21.2.21 is released. | |
| 3349 | |
| 3350 1999-11-26 Martin Buchholz <martin@xemacs.org> | |
| 3351 | |
| 442 | 3352 * configure.in: |
| 426 | 3353 Add configure support for Unix 98 type ssize_t. |
| 3354 | |
| 3355 1999-11-27 Martin Buchholz <martin@xemacs.org> | |
| 3356 | |
| 3357 * Makefile.in.in: | |
| 3358 Make sure config.values.sh is up to date. | |
| 3359 Use $(SHELL) instead of sh or /bin/sh consistently. | |
| 3360 Delegate `depend' target to src/Makefile.in.in. | |
| 3361 | |
| 3362 1999-10-27 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
| 3363 | |
| 3364 * INSTALL: Update configure option. | |
| 3365 | |
| 3366 1999-10-12 Alexandre Oliva <oliva@lsd.ic.unicamp.br> | |
| 442 | 3367 |
| 426 | 3368 * configure.in (native_sound_lib, *-sgi-*): Check for audio.h. |
| 3369 (LIBS): Check for libCsup. | |
| 3370 | |
| 3371 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch> | |
| 3372 | |
| 3373 * config.h.in: define HAVE_ESD_SOUND | |
| 3374 | |
| 3375 * configure.in: Add support for esd sound. --with-sound | |
| 3376 now accepts a list of options. | |
| 3377 * configure.usage (--native-sound-lib): ditto. | |
| 3378 | |
| 3379 1999-11-17 Martin Buchholz <martin@xemacs.org> | |
| 3380 | |
| 442 | 3381 * Makefile.in.in (install-arch-dep): |
| 426 | 3382 Fix `make install' if prefix != exec_prefix. |
| 3383 | |
| 3384 1999-11-15 Martin Buchholz <martin@xemacs.org> | |
| 3385 | |
| 3386 * configure.in: | |
| 3387 - Accept --with-database=gdbm as an alias for | |
| 3388 --with-database=gnudbm. | |
| 3389 - rename with_database_gnudbm to with_database_gdbm. | |
| 3390 | |
| 3391 * aclocal.m4 (ld_dynamic_link_flags): Just use empty value for | |
| 3392 ld_dynamic_link_flags on Solaris. Else CC gives us: | |
| 3393 CC: Warning: Option -Wl,-Bdynamic passed to ld, if ld is invoked, ignored otherwise | |
| 3394 /usr/ccs/bin/ld: illegal option -- W | |
| 3395 | |
| 3396 | |
| 4010 | 3397 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> |
| 424 | 3398 |
| 3399 * XEmacs 21.2.20 is released | |
| 3400 | |
| 4011 | 3401 1999-09-21 Martin Buchholz <martin@xemacs.org> |
| 424 | 3402 * configure.in: Autodetect Unix98 PTY |
| 3403 | |
| 3404 1999-08-30 Robert Pluim <rpluim@bigfoot.com> | |
| 3405 | |
| 3406 * README.packages: Add description of package-get-provider | |
| 3407 | |
| 3408 1999-10-22 Vin Shelton <acs@xemacs.org> | |
| 3409 | |
| 3410 * INSTALL: Added more information about README.packages, and | |
| 3411 re-numbered some bullets. | |
| 3412 | |
| 3413 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch> | |
| 3414 | |
| 3415 * INSTALL: Update disk requirements. Refer to README.packages | |
| 3416 | |
| 3417 1999-10-21 Andy Piper <andy@xemacs.org> | |
| 3418 | |
| 3419 * configure.in (all_widgets): Only use xaw3d if we really have it. | |
| 3420 | |
| 3421 1999-10-06 Andy Piper <andy@xemacs.org> | |
| 3422 | |
| 3423 * Makefile.in.in: use WINDOWSNT for mingw install. | |
| 3424 | |
| 3425 1999-09-25 Andy Piper <andy@xemacs.org> | |
| 3426 | |
| 3427 * configure.in: check for Xaw3d and use in preference to Xaw | |
| 3428 | |
| 3429 1999-09-21 Martin Buchholz <martin@xemacs.org> | |
| 3430 | |
| 3431 * Makefile.in.in: All Makefiles should #include config.h | |
| 3432 | |
| 3433 1999-09-19 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 3434 | |
| 3435 * configure.in (EMACS_CONFIGURATION): Use $configuration, not | |
| 442 | 3436 $canonical, so that installation paths and dynamic path setup will |
| 424 | 3437 stay in synch. |
| 3438 | |
| 3439 1999-09-20 Andy Piper <andy@xemacs.org> | |
| 3440 | |
| 3441 * Makefile.in.in: use __CYGWIN32__ and __MINGW32__ to predicate | |
| 3442 installation linkage. | |
| 3443 | |
| 3444 1999-08-29 Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
| 3445 | |
| 3446 * configure.in (machine): Recognize MIPS/Linux. | |
| 3447 | |
| 3448 1999-08-27 Jan Vroonhof <vroonhof@math.ethz.ch> | |
| 3449 | |
| 442 | 3450 * modules/zlib/Makefile (distclean): |
| 3451 * modules/ldap/Makefile (distclean): | |
| 3452 * modules/sample/Makefile (distclean): | |
| 424 | 3453 * modules/base64/Makefile (distclean): new target |
| 3454 | |
| 3455 * Makefile.in.in (top_distclean): Add package directories | |
| 3456 (SUBDIR_DISTCLEAN): New variable, add module directories | |
| 3457 | |
| 3458 1999-09-01 Martin Buchholz <martin@xemacs.org> | |
| 3459 | |
| 3460 * configure.in: Warn, but otherwise ignore, obsolete arguments. | |
| 3461 | |
| 3462 1999-08-20 Olivier Galibert <galibert@pobox.com> | |
| 442 | 3463 |
| 424 | 3464 * configure.in: Add --pdump option. |
| 3465 * configure.usage: Ditto. | |
| 442 | 3466 |
| 424 | 3467 1999-08-04 Andy Piper <andy@xemacs.org> |
| 3468 | |
| 3469 * configure.in: report widget usage correctly. beef up setting. | |
| 3470 | |
| 3471 * Makefile.in.in: fix install-arch-dep for mingw32. | |
| 3472 | |
| 3473 1999-07-28 Andy Piper <andy@xemacs.org> | |
| 3474 | |
| 3475 * config.h.in: add new LWLIB defines. | |
| 3476 | |
| 3477 * configure.in: fix definitions of widget defines with various | |
| 3478 toolkit options. | |
| 3479 | |
| 4010 | 3480 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org> |
| 422 | 3481 |
| 3482 * XEmacs 21.2.19 is released | |
| 3483 | |
| 3484 1999-07-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 3485 | |
| 3486 * configure.in: Removed superfluous call to AC_FUNC_MMAP. | |
| 3487 | |
| 3488 1999-03-07 Gregory Neil Shapiro <gshapiro@sendmail.org> | |
| 3489 | |
| 3490 * configure.in: Check for Kerberos and the need for the DES | |
| 3491 library before checking for LDAP in case LDAP requires these | |
| 3492 libraries. | |
| 3493 | |
| 3828 | 3494 1999-07-26 SL Baur <steve@xemacs.org> |
| 422 | 3495 |
| 3496 * configure.in: Rename --with-shlib to --with-modules for | |
| 3497 consistency with the other two options that use that name. | |
| 3498 | |
| 3499 * configure.usage (--with-modules): Document it. | |
| 3500 | |
| 3828 | 3501 1999-07-22 SL Baur <steve@xemacs.org> |
| 422 | 3502 |
| 3503 * configure.in: add sco7 support | |
| 3504 From Bob Weiner <weiner@beopen.com> | |
| 3505 | |
| 3828 | 3506 1999-07-22 SL Baur <steve@xemacs.org> |
| 422 | 3507 |
| 3508 * Makefile.in.in (install-arch-dep): Install config.values into | |
| 3509 docdir. | |
| 3510 From Karl M. Hegbloom <karlheg@cathcart.sysc.pdx.edu> | |
| 3511 | |
| 3828 | 3512 1999-07-21 SL Baur <steve@xemacs.org> |
| 422 | 3513 |
| 3514 * Makefile.in.in (inststaticdir): New variable. | |
| 3515 (instvardir): Ditto. | |
| 3516 (install-arch-dep): Use them. | |
| 3517 | |
| 3518 * configure.in (sitelispdir): Need to use ${PROGNAME}. | |
| 3519 (sitemoduledir): Ditto. | |
| 3520 (inststaticdir): New variable. | |
| 3521 (instvardir): Ditto. | |
| 3522 (infodir): Use them. | |
| 3523 (lispdir): Ditto. | |
| 3524 (moduledir): Ditto. | |
| 3525 (pkgdir): Ditto. | |
| 3526 (etcdir): Ditto. | |
| 3527 (lockdir): Ditto. | |
| 3528 (archlibdir): Ditto. | |
| 3529 | |
| 3828 | 3530 1999-07-14 SL Baur <steve@xemacs.org> |
| 422 | 3531 |
| 3532 * InfoDock 4.0.8 is released | |
| 3533 | |
| 4010 | 3534 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> |
| 420 | 3535 |
| 3536 * XEmacs 21.2.18 is released | |
| 3537 | |
| 3828 | 3538 1999-07-06 SL Baur <steve@xemacs.org> |
| 420 | 3539 |
| 3540 * config.guess (main): Synch with newer config.guess for HP | |
| 3541 support. | |
| 3542 From Marcus Thiessel <marcus@xemacs.org> | |
| 3543 | |
| 3544 1999-06-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 3545 | |
| 3546 * configure.in (with_prefix): Added --with-prefix, defaults to | |
| 442 | 3547 yes, to control whether the value of --prefix is compiled into the |
| 420 | 3548 binary. |
| 3549 | |
| 3550 1999-07-03 Andy Piper <andy@xemacs.org> | |
| 3551 | |
| 3552 * configure.usage (--with-widgets): add. | |
| 3553 | |
| 3554 1999-07-02 Andy Piper <andy@xemacs.org> | |
| 3555 | |
| 3556 * configure.in: Make sure we get motif in lwlib if we have widgets | |
| 3557 and motif. | |
| 3558 | |
| 3828 | 3559 1999-06-25 SL Baur <steve@xemacs.org> |
| 420 | 3560 |
| 3561 * configure.in (version): Fix --with-infodock test. | |
| 3562 | |
| 3563 1999-06-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 3564 | |
| 3565 * configure.in: --prefix and --exec-prefix are now only compiled | |
| 3566 into the binary if user-defined. | |
| 3567 | |
| 3568 1999-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 3569 | |
| 3570 * configure.in: Made docdir configurable. | |
| 3571 | |
| 3572 * Makefile.in (docdir): Added variable for custom DOC directory. | |
| 3573 | |
| 4010 | 3574 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> |
| 418 | 3575 |
| 3576 * XEmacs 21.2.17 is released | |
| 3577 | |
| 3578 1999-06-13 Oscar Figueiredo <oscar@xemacs.org> | |
| 3579 | |
| 3580 * configure.in (with_ldap): Check libldap independently of liblber | |
| 3581 Do not test alternate library names such as libldap10 | |
| 3582 Test the presence of a variety of LDAP API functions which were | |
| 3583 formerly assumed to be present according to dubious heuristics | |
| 3584 | |
| 4010 | 3585 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org> |
| 416 | 3586 |
| 3587 * XEmacs 21.2.16 is released | |
| 3588 | |
| 3589 1999-06-04 SL Baur <steve@steve1.m17n.org> | |
| 3590 | |
| 3591 * configure.in (CPP): Correct test for locating $site_prefix | |
| 3592 include directories. | |
| 3593 | |
| 4010 | 3594 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> |
| 414 | 3595 |
| 3596 * XEmacs 21.2.15 is released | |
| 3597 | |
| 3598 1999-06-01 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
| 3599 | |
| 3600 * README.packages: fix typos: user pacakge hierarchy is ~/.xemacs | |
| 3601 From: Eric Veldhuyzen <eric@terra.nu> | |
| 3602 | |
| 3603 1999-05-25 Jan Vroonhof <jan@xemacs.org> | |
| 3604 | |
| 3605 * configure.in: For non-beta's use x.y.z format for version strings. | |
| 3606 | |
| 3607 1999-06-03 SL Baur <steve@xemacs.org> | |
| 3608 | |
| 3609 * version.sh: add emacs_is_beta initialization | |
| 3610 | |
| 3611 * configure.in: Implement patch levels in version number | |
| 3612 From Jan Vroonhof <vroonhof@math.ethz.ch> | |
| 3613 | |
| 3614 * configure.in: | |
| 3615 * configure.usage: | |
| 3616 * config.h.in: Rename session option to wmcommand. | |
| 3617 From Oliver Graf <ograf@rhein-zeitung.de> | |
| 3618 | |
| 3619 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk> | |
| 3620 | |
| 3621 * info/dir: Add `emodules.info' entry to the top info dir. | |
| 3622 | |
| 3623 1999-05-31 SL Baur <steve@steve1.m17n.org> | |
| 3624 | |
| 3625 * configure.in (CPP): Don't check for include subdirectories in | |
| 442 | 3626 site-prefix directories. This check loses in valid configurations |
| 414 | 3627 like /usr/jp in TurboLinux. Conditionally add include directory to |
| 3628 site switches. | |
| 3629 | |
| 3630 1999-05-14 Hrvoje Niksic <hniksic@srce.hr> | |
| 3631 | |
| 3632 * configure.in (quoted_arguments): Support | |
| 3633 --error-checking=byte-code. | |
| 3634 | |
| 4010 | 3635 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> |
| 398 | 3636 |
| 3637 * XEmacs 21.2.14 is released | |
| 3638 | |
| 3639 1999-05-11 SL Baur <steve@altair.xemacs.org> | |
| 3640 | |
| 3641 * version.sh (infodock_build_version): Synch InfoDock version. | |
| 3642 | |
| 3643 1999-05-06 Hrvoje Niksic <hniksic@srce.hr> | |
| 3644 | |
| 442 | 3645 * aclocal.m4 (ld_dynamic_link_flags): Change -Bexport to -Bdynamic |
| 398 | 3646 for Solaris. |
| 3647 | |
| 3648 1999-05-03 Hrvoje Niksic <hniksic@srce.hr> | |
| 3649 | |
| 3650 * configure.in (xemacs_betaname): Don't generate Installation.el. | |
| 3651 | |
| 3652 * Makefile.in.in (top_distclean): Don't remove Installation.el. | |
| 3653 | |
| 3654 1999-04-29 Andy Piper <andy@xemacs.org> | |
| 3655 | |
| 3656 * configure.in: add mingw32 as a target platform. add nt process | |
| 3657 support options. | |
| 3658 | |
| 3659 1998-09-04 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 3660 | |
| 3661 * configure.in: Delete mule-coding.o. | |
| 3662 | |
| 3663 1999-04-22 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
| 3664 | |
| 3665 * lwlib/xlwmenu.c (string_width_u): Initialise chars before | |
| 3666 calling XmStringGetLtoR | |
| 3667 (string_draw_u): ditto and check return value of XmStringGetLtoR() | |
| 3668 | |
| 3669 1999-04-05 Olivier Galibert <galibert@pobox.com> | |
| 3670 | |
| 3671 * Makefile.in.in (GENERATED_HEADERS): Don't generate | |
| 3672 puresize-adjust.h anymore | |
| 3673 | |
| 3674 * configure.usage: Remove everything gung-ho or purespace related | |
| 3675 | |
| 3676 * configure.in: Ditto | |
| 3677 | |
| 3678 1999-04-17 Hrvoje Niksic <hniksic@srce.hr> | |
| 3679 | |
| 3680 * configure.in: Check for getloadavg(). | |
| 3681 | |
| 4010 | 3682 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org> |
| 396 | 3683 |
| 3684 * XEmacs 21.2.13 is released | |
| 3685 | |
| 3686 1999-03-09 SL Baur <steve@xemacs.org> | |
| 3687 | |
| 3688 * Makefile.in.in (LC_ALL): Try very, very hard to build in C locale. | |
| 3689 | |
| 4010 | 3690 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org> |
| 394 | 3691 |
| 3692 * XEmacs 21.2.12 is released | |
| 3693 | |
| 3694 1999-03-04 Martin Buchholz <martin@xemacs.org> | |
| 3695 | |
| 3696 * Makefile.in.in (top_distclean): Remove confdefs.h as well. | |
| 3697 | |
| 3698 1999-03-03 Martin Buchholz <martin@xemacs.org> | |
| 3699 | |
| 3700 * configure.in: | |
| 3701 `uname -v` -> "`uname -v`": | |
| 3702 backquoted expressions need additional double | |
| 3703 quotes to be a single token. | |
| 3704 Use separate if's to avoid extra process invocations. | |
| 3705 | |
| 3706 1999-01-05 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
| 3707 | |
| 442 | 3708 * PROBLEMS: Document crashes on SPARC with gcc 2.8.1. |
| 394 | 3709 |
| 4010 | 3710 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org> |
| 392 | 3711 |
| 3712 * XEmacs 21.2.11 is released | |
| 3713 | |
| 3714 1999-02-16 Andy Piper <andy@xemacs.org> | |
| 3715 | |
| 3716 * PROBLEMS: add entries for building under Cygwin. | |
| 3717 | |
| 3718 1999-02-14 Jan Vroonhof <vroonhof@math.ethz.ch> | |
| 3719 | |
| 3720 * README.packages: Clear up that mule-sumo packages is used _in | |
| 3721 addition_ to the normal sumo. | |
| 3722 | |
| 3723 1999-02-16 Martin Buchholz <martin@xemacs.org> | |
| 3724 | |
| 3725 * configure.usage: Move quantify/purify into debug flags section | |
| 3726 | |
| 3727 1999-02-10 Martin Buchholz <martin@xemacs.org> | |
| 3728 | |
| 442 | 3729 * configure.in: |
| 392 | 3730 - Fixup xfs comments and redundant option checking |
| 3731 | |
| 442 | 3732 * configure.in: |
| 3733 * INSTALL: | |
| 392 | 3734 * lisp/paths.el: |
| 3735 - improved automounter tmp directory support. | |
| 3736 - support 4 (!) empirically discovered automounter conventions | |
| 3737 | |
| 3738 1999-02-10 Martin Buchholz <martin@xemacs.org> | |
| 3739 | |
| 442 | 3740 * lwlib/lwlib.h: |
| 3741 - redo CONST hacking to deal with X11 R4, which was | |
| 392 | 3742 broken in a previous patch. |
| 3743 | |
| 3744 1999-02-10 Martin Buchholz <martin@xemacs.org> | |
| 3745 | |
| 442 | 3746 * configure.in: |
| 392 | 3747 - irix uses -rpath |
| 3748 | |
| 3749 1999-02-10 Martin Buchholz <martin@xemacs.org> | |
| 3750 | |
| 442 | 3751 * configure.in: |
| 392 | 3752 - Check for XOpenIM before using xim=xlib |
| 3753 - only use XmIm if $have_motif = yes | |
| 3754 | |
| 3755 1999-02-10 Martin Buchholz <martin@xemacs.org> | |
| 3756 | |
| 3757 * configure.in. Port to BSDI BSD/OS 4.0. | |
| 3758 | |
| 3759 1999-01-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 3760 | |
| 3761 * configure.in: Warn if using Motif dialog boxes on AIX 4.3. | |
| 3762 | |
| 4010 | 3763 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org> |
| 390 | 3764 |
| 3765 * XEmacs 21.2.10 is released | |
| 3766 | |
| 4010 | 3767 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org> |
| 388 | 3768 |
| 3769 * XEmacs 21.2.9 is released | |
| 3770 | |
| 3771 1999-01-21 Andy Piper <andy@xemacs.org> | |
| 3772 | |
| 3773 * configure.in: make xface detection specifc to a window system in | |
| 3774 general rather than just X. | |
| 3775 | |
| 4010 | 3776 1999-18-10 Andy Piper <andy@xemacs.org> |
| 388 | 3777 |
| 3778 * configure.in: remove -O3 prevention on cygwin - current versions | |
| 3779 cope ok now. remove dll prevention on cygwin - the new module | |
| 3780 code checks correctly. | |
| 442 | 3781 |
| 388 | 3782 1999-01-10 J. Kean Johnston <jkj@sco.com> |
| 3783 | |
| 442 | 3784 * configure.in: Added moduledir as the path where loadable modules |
| 388 | 3785 are stored. Added --with-site-modules and --moduledir options. |
| 3786 - Ensure the SCO OpenServer compiles with --dynamic by default | |
| 3787 - Check for dlfcn.h for dynamic loader | |
| 3788 - Renamed dll.o to emodules.o and changed dynamic loader tests | |
| 3789 - Renabled code that deals with site-lisp so that it is handled | |
| 3790 correctly when a user specifies --with-site-lisp. | |
| 3791 | |
| 3792 * aclocal.m4: Replaced entire file with more complete DLL tests | |
| 3793 by way of libtool. | |
| 3794 | |
| 3795 * config.usage: Removed TAB characters which caused it to be | |
| 3796 displayed incorrectly on terminals where TAB != 8. | |
| 3797 - Added help text to describe --with-site-modules and --moduledir. | |
| 3798 | |
| 3799 * INSTALL: Updated documentation to describe module directories | |
| 3800 | |
| 3801 * Makefile.in.in: Added moduledir, sitemoduledir macros. | |
| 3802 - Make those directories at install time. | |
| 3803 | |
| 4010 | 3804 1998-12-28 Martin Buchholz <martin@xemacs.org> |
| 386 | 3805 |
| 3806 * XEmacs 21.2.8 is released. | |
| 3807 | |
| 3808 1998-12-28 Martin Buchholz <martin@xemacs.org> | |
| 3809 | |
| 3810 * PROBLEMS: Document Linux GNU Libc 2.0 I18N crashes. | |
| 3811 | |
| 4010 | 3812 1998-12-24 Martin Buchholz <martin@xemacs.org> |
| 384 | 3813 |
| 3814 * XEmacs 21.2.7 is released. | |
| 3815 | |
| 3816 1998-12-20 Martin Buchholz <martin@xemacs.org> | |
| 3817 | |
| 3818 * configure.in: Redo DBM support | |
| 3819 - die if dbm support requested, but not provided. | |
| 3820 - properly check for libgdbm, then libc, then libdbm | |
| 3821 - properly check for ndbm.h | |
| 3822 - comments improved | |
| 3823 - XE_DIE should always prefix messages with Error: for clarity | |
| 3824 | |
| 3825 1998-12-07 Martin Buchholz <martin@xemacs.org> | |
| 3826 | |
| 3827 * xemacs.mak (TEMACS_OBJS): | |
| 3828 (DOC_SRC4): | |
| 3829 - Remove pure.c, pure.obj | |
| 3830 | |
| 3831 1998-12-06 Martin Buchholz <martin@xemacs.org> | |
| 3832 | |
| 3833 * Makefile.in.in (distclean): | |
| 3834 * dynodump/Makefile.in.in (distclean): | |
| 3835 * src/Makefile.in.in (distclean): | |
| 3836 * lib-src/Makefile.in.in (distclean): | |
| 3837 * lwlib/Makefile.in.in (distclean): | |
| 3838 - Make sure GNUmakefile is deleted. | |
| 3839 | |
| 3840 1998-12-17 Andy Piper <andy@xemacs.org> | |
| 3841 | |
| 3842 * configure.in (all_widgets): remove gui.o addition - its always | |
| 3843 in the makefile now. | |
| 3844 | |
| 3845 * configure.in: add gui-msw.o to msw objects. | |
| 3846 | |
| 382 | 3847 1998-12-16 Andy Piper <andy@xemacs.org> |
| 3848 | |
| 3849 * XEmacs 21.2.6 is released | |
| 3850 | |
| 4010 | 3851 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org> |
| 380 | 3852 |
| 3853 * XEmacs 21.2.5 is released | |
| 3854 | |
| 377 | 3855 1998-11-28 SL Baur <steve@altair.xemacs.org> |
| 3856 | |
| 3857 * XEmacs 21.2-beta4 is released. | |
| 3858 | |
| 3859 1998-11-27 SL Baur <steve@altair.xemacs.org> | |
| 3860 | |
| 3861 * configure.in: Linux/Arm Support. | |
| 3862 From James LewisMoss <dres@ioa.com> | |
| 3863 | |
| 3864 1998-11-27 Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp> | |
| 3865 | |
| 3866 * configure.in: | |
| 3867 Fix the realpath() problem of UnixWare2.1.3. | |
| 3868 Patches for NEC's sysv4.2 machine. | |
| 3869 | |
| 3870 1998-11-09 Kazuyuki IENAGA <ienaga@jsys.co.jp> | |
| 3871 | |
| 3872 * configure.in: Check if there's wnn4.2 or wnn6 specific library | |
| 3873 installed. The Wnn library will be checked if the --with-wnn | |
| 3874 and/or --with-wnn6 was specified compulsory. | |
| 3875 | |
| 3876 1998-07-28 Jan Vroonhof <vroonhof@math.ethz.ch> | |
| 3877 | |
| 3878 * configure.in (CPP): Too many spaces im run-patch flag detection. | |
| 3879 | |
| 375 | 3880 1998-10-15 SL Baur <steve@altair.xemacs.org> |
| 3881 | |
| 3882 * XEmacs 21.2-beta3 is released. | |
| 3883 | |
| 3884 1998-10-13 Andy Piper <andyp@parallax.co.uk> | |
| 3885 | |
| 3886 * configure.in: enable drag and drop support by default if mswindows is | |
| 3887 detected. | |
| 3888 | |
| 3889 1998-10-09 Kevin Oberman <oberman@es.net> | |
| 3890 | |
| 3891 * config.sub: Fix for Alpha architecture | |
| 3892 | |
| 3893 1998-10-05 Andy Piper <andyp@parallax.co.uk> | |
| 3894 | |
| 3895 * configure.in: don't enable shared lib support for cygwin unless | |
| 3896 explititly told to. | |
| 3897 | |
| 373 | 3898 1998-09-29 SL Baur <steve@altair.xemacs.org> |
| 3899 | |
| 3900 * XEmacs 21.2-beta2 is released. | |
| 3901 | |
| 3902 1998-09-09 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de> | |
| 3903 | |
| 3904 * lwlib/xlwmenu.c: | |
| 3905 * lwlib/xlwscrollbar: fix for Motif >=2.0 | |
| 3906 Patch provided by Glenn Barry <gtb@eng.sun.com> | |
| 3907 | |
| 3908 * PROBLEMS: XEmacs 21.0 now works on HP-UX 11.0 | |
| 3909 | |
| 3910 1998-09-02 Andy Piper <andyp@parallax.co.uk> | |
| 3911 | |
| 3912 * configure.in: check for cygwin32/version.h. | |
| 3913 | |
| 3914 1998-08-31 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 3915 | |
| 3916 * PROBLEMS: Added AIX 4.3 note. | |
| 3917 | |
| 3918 * configure.in: Better detection of AIX 4.3. | |
| 3919 AIX xlc can do -g and -Ox at the same time. | |
| 3920 | |
| 3921 1998-08-17 P. E. Jareth Hein <jareth@camelot.co.jp> | |
| 3922 | |
| 3923 * configure.in: Alter configure so that it checks for mismatched PNG | |
| 3924 header/libs, screams a little louder on old/mismatched library | |
| 3925 conditions for both PNG and XPM, stop screaming if png is not found and | |
| 3926 no window-system is selected, and fixed a bug in the XPM checking. | |
| 3927 | |
| 3928 1998-08-07 P. E. Jareth Hein <jareth@camelot.co.jp> | |
| 3929 | |
| 3930 * configure.usage (--without-gif): Modify text to reflect status | |
| 3931 of GIF support | |
| 3932 | |
| 3933 1998-08-04 P. E. Jareth Hein <jareth@camelot.co.jp> | |
| 3934 | |
| 3935 * configure.in: add back in the support for the in-core GIF | |
| 3936 code, change the required PNG library version to 1.0.2, and add | |
| 3937 a warning if PNG not found, since PNG images are now distributed | |
| 3938 as part of the core. Also minor wording changes in things reported | |
| 3939 to the user. | |
| 3940 | |
| 3941 1998-07-28 Kai Haberzettl <khaberz@synnet.de> | |
| 3942 | |
| 3943 * BETA: Update mailing-list address for build-reports | |
| 3944 | |
| 3945 1998-08-01 SL Baur <steve@altair.xemacs.org> | |
| 3946 | |
| 3947 * Makefile.in (TAGS tags): Add variable `tagslisp' so a TAGS file | |
| 3948 can built that includes package lisp. | |
| 3949 | |
| 3950 1998-07-23 Martin Buchholz <martin@xemacs.org> | |
| 3951 | |
| 3952 * configure.in: | |
| 3953 - support multiple flavors of alpha, (XEmacs treats them identically) | |
| 3954 - Fix AC_TRY_RUN so that actions have access to $? | |
| 3955 - Identify DEC C compilers. Add default optimization CFLAGS and | |
| 3956 always use -std. | |
| 3957 - Use an extensible method for adding support for future compilers. | |
| 3958 - Have SunPro C use that same extensible method. | |
| 3959 - Make sol2 always use `-R', Linux and DEC OSF always use `-rpath' | |
| 3960 | |
| 304 | 3961 1998-07-19 SL Baur <steve@altair.xemacs.org> |
| 3962 | |
| 371 | 3963 * XEmacs 21.2-beta1 is released. |
| 304 | 3964 |
| 3965 1998-07-18 SL Baur <steve@altair.xemacs.org> | |
| 3966 | |
| 3967 * config.guess: Synched with latest FSF version. | |
| 3968 | |
| 454 | 3969 1998-07-12 Bjrn Torkelsson <torkel@hpc2n.umu.se> |
| 304 | 3970 |
| 384 | 3971 * Makefile.in: added LDFLAGS. |
| 304 | 3972 |
| 300 | 3973 1998-07-12 SL Baur <steve@altair.xemacs.org> |
| 3974 | |
| 371 | 3975 * README: Bump version numbers. |
| 3976 * info/dir: Ditto. | |
| 3977 * version.sh: Ditto. | |
| 3978 | |
| 793 | 3979 * XEmacs 21.0-pre5 is released. |
| 300 | 3980 |
| 3981 1998-07-10 SL Baur <steve@altair.xemacs.org> | |
| 3982 | |
| 3983 * configure.in (with_offix): Default --with-offix to off. | |
| 3984 | |
| 298 | 3985 1998-07-09 SL Baur <steve@altair.xemacs.org> |
| 3986 | |
| 300 | 3987 * configure.in: Handle multiple database libraries. |
| 3988 From Gregory Neil Shapiro <gshapiro@sendmail.org> | |
| 3989 | |
| 298 | 3990 * XEmacs 21.0-pre4 is released. |
| 3991 | |
| 3992 * configure.in: Fix test for InfoDock sources. | |
| 3993 | |
| 4010 | 3994 1998-07-09 Oliver Graf <ograf@fga.de> |
| 298 | 3995 |
| 3996 * configure.usage: added warning to --with-offix | |
| 3997 | |
| 3998 1998-06-28 SL Baur <steve@altair.xemacs.org> | |
| 3999 | |
| 4000 * configure.in: Berkeley DB autodetection fixes | |
| 4001 From Martin Buchholz <martin@xemacs.org> | |
| 4002 | |
| 296 | 4003 1998-06-19 SL Baur <steve@altair.xemacs.org> |
| 4004 | |
| 4005 * XEmacs 21.0-pre3 is released. | |
| 4006 | |
| 4010 | 4007 1998-06-20 Kazuyuki IENAGA <ienaga@jsys.co.jp> |
| 296 | 4008 |
| 4009 * configure.in: Added check if the berkdb has db_open or not. | |
| 4010 (With fixes from Martin Buchholz) | |
| 4011 | |
| 294 | 4012 1998-06-19 SL Baur <steve@altair.xemacs.org> |
| 4013 | |
| 4014 * XEmacs 21.0-pre2 is released. | |
| 4015 | |
| 4016 1998-06-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 4017 | |
| 4018 * configure.in: Added -lC for static linking under AIX 4.2. | |
| 4019 | |
| 292 | 4020 1998-06-14 SL Baur <steve@altair.xemacs.org> |
| 4021 | |
| 4022 * XEmacs 21.0-pre1 is released. | |
| 4023 | |
| 290 | 4024 1998-06-11 SL Baur <steve@altair.xemacs.org> |
| 4025 | |
| 292 | 4026 * XEmacs 21.0-beta43 is released. |
| 290 | 4027 |
| 4010 | 4028 1998-06-04 Oliver Graf <ograf@fga.de> |
| 290 | 4029 |
| 4030 * tests/Dnd/README: a step-by-step test run | |
| 4031 * tests/Dnd/droptest.el: some clarifications | |
| 4032 * tests/Dnd/droptest.sh: created, creates test files | |
| 4033 | |
| 4010 | 4034 1998-06-01 Oliver Graf <ograf@fga.de> |
| 290 | 4035 |
| 4036 * configure.in (summary): added experimental to dragndrop option | |
| 4037 * configure.usage: added experimental note to --with-dragndrop | |
| 4038 * tests/Dnd/droptest.el: extra start-drag-region function | |
| 4039 changed the experimental- stuff | |
| 4040 | |
| 4041 1998-06-07 SL Baur <steve@altair.xemacs.org> | |
| 4042 | |
| 4043 * lwlib/xlwmenu.c: Add room for the 0 byte sentinel. | |
| 4044 | |
| 4045 1998-06-05 Colin Rafferty <colin@xemacs.org> | |
| 4046 | |
| 4047 * lwlib/xlwmenu.c: Made newchars be as large as it needs to be. | |
| 4048 | |
| 288 | 4049 1998-06-01 SL Baur <steve@altair.xemacs.org> |
| 4050 | |
| 4051 * XEmacs 21.0-beta42 is released. | |
| 4052 | |
| 4053 1998-05-29 Andy Piper <andyp@parallax.co.uk> | |
| 4054 | |
| 4055 * configure.in: don't use -O3 for cygwin. | |
| 4056 | |
| 4057 1998-05-28 P. E. Jareth Hein <jareth@camelot-soft.com> | |
| 4058 | |
| 4059 * configure.in: Switch from giflib to gifreader for | |
| 4060 our GIF image support (no other mods needed) | |
| 4061 | |
| 290 | 4062 1998-05-28 Oliver Graf <ograf@fga.de> |
| 288 | 4063 |
| 4064 * configure.in: only one DnD protocol, CDE has priority over OffiX | |
| 4065 | |
| 4066 * tests/Dnd/README: some changes reflecting recent modifications | |
| 4067 * tests/Dnd/dragtest.el: removed | |
| 4068 * tests/Dnd/droptest.el: cosmetics and comments | |
| 4069 | |
| 290 | 4070 1998-05-26 Oliver Graf <ograf@fga.de> |
| 288 | 4071 |
| 4072 * tests/Dnd/droptest.el: adapted to CDE extensions | |
| 4073 | |
| 290 | 4074 1998-05-25 Hans Guenter Weigand <hgweigand@wiesbaden.netsurf.de> |
| 4075 | |
| 4076 * configure.in: | |
| 4077 * config.sub: add initial OpenBSD support | |
| 4078 | |
| 288 | 4079 1998-05-21 Andy Piper <andyp@parallax.co.uk> |
| 4080 | |
| 4081 * configure.in: check for msw dialogs. | |
| 4082 | |
| 286 | 4083 1998-05-23 SL Baur <steve@altair.xemacs.org> |
| 4084 | |
| 4085 * XEmacs 21.0-beta41 is released. | |
| 4086 | |
| 4087 1998-05-17 SL Baur <steve@altair.xemacs.org> | |
| 4088 | |
| 4089 * configure.in (CPP): Change -O2 to -O3. | |
| 4090 Suggested by Martin Buchholz <martin@xemacs.org> | |
| 4091 | |
| 284 | 4092 1998-05-15 SL Baur <steve@altair.xemacs.org> |
| 4093 | |
| 4094 * XEmacs 21.0-beta40 is released. | |
| 4095 | |
| 4096 1998-05-13 SL Baur <steve@altair.xemacs.org> | |
| 4097 | |
| 4098 * configure.in (ZSH_VERSION): zsh-3.1.2 (and zsh-3.0.4) drops core | |
| 4099 on the `unset CDPATH' if running as sh. | |
| 4100 | |
| 4010 | 4101 1998-05-12 Oliver Graf <ograf@fga.de> |
| 284 | 4102 |
| 4103 * tests/Dnd/droptest.el: some CDE adaptions (untested) | |
| 4104 | |
| 4105 1998-05-11 Martin Buchholz <martin@xemacs.org> | |
| 4106 | |
| 4107 * configure.in: | |
| 4108 Add some more comments. | |
| 4109 If using bash, use Posix mode and unset CDPATH. | |
| 4110 Be more careful checking feature dependencies. | |
| 4111 Introduce XE_CHECK_FEATURE_DEPENDENCY. | |
| 4112 Undo the gross hack of multiple `echo >> $tempcname' | |
| 4113 by using here documents instead. (Might break mswindows, tho...) | |
| 4114 Be more careful autodetecting tooltalk. | |
| 4115 | |
| 4116 * PROBLEMS: | |
| 4117 Document problems with Solaris 2.6 + XSUNTRANSPORT | |
| 4118 | |
| 384 | 4119 * Makefile.in: |
| 284 | 4120 * lwlib/Makefile.in.in: |
| 4121 * modules/Makefile.in: | |
| 4122 - Adjust for luser's CDPATH being set to something weird. | |
| 4123 - Take into account bash 2.02's tendency to print the cwd when | |
| 4124 using CDPATH. Always use `cd ./foo' instead of `cd foo'. | |
| 4125 - fix the run-temacs target to use $(DUMPENV) | |
| 4126 - fix the run-puremacs target to use $(DUMPENV) | |
| 4127 - fix the `depend' target to properly $(RM) the right files | |
| 4128 - Generate a better TAGS file for XEmacs' lisp code using | |
| 4129 hand-crafted regexps. | |
| 4130 - Use standard coding conventions for modules/Makefile.in | |
| 4131 | |
| 4010 | 4132 1998-05-12 Kazuyuki IENAGA <ienaga@jsys.co.jp> |
| 284 | 4133 |
| 4134 * configure.in: some people claimed that they can't stop | |
| 4135 linking wnn6 library if they set --with-wnn6=no. | |
| 4136 | |
| 4010 | 4137 1998-05-11 Oliver Graf <ograf@fga.de> |
| 284 | 4138 |
| 4139 * tests/Dnd/droptest.el: adapted to new calling conventions | |
| 4140 also showing the new possibilities | |
| 4141 * tests/Dnd/README: changed to new protocol | |
| 4142 | |
| 4010 | 4143 1998-05-11 SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp> |
| 284 | 4144 |
| 4145 * Fix for HAVE_MULTICAST check. | |
| 4146 | |
| 282 | 4147 1998-05-09 SL Baur <steve@altair.xemacs.org> |
| 4148 | |
| 4149 * XEmacs 21.0-beta39 is released. | |
| 4150 | |
| 4010 | 4151 1998-05-06 Oliver Graf <ograf@fga.de> |
| 282 | 4152 |
| 4153 * configure.in: added autodetection for the Drag'n'Drop API | |
| 4154 if some DnD protocol is found, HAVE_DRAGNDROP will be defined | |
| 4155 and dragdrop.o is added to extra_objs | |
| 4156 * configure.usage: added with-dragndrop, added (*) to with-offix | |
| 4157 * tests/Dnd/droptest.el: complete overhaul, no it's a real test | |
| 4158 | |
| 4010 | 4159 1998-05-04 Oliver Graf <ograf@fga.de> |
| 282 | 4160 |
| 4161 * tests/Dnd/droptest.el: changed to test new protocol | |
| 4162 * tests/Dnd/README.OffiX: removed | |
| 4163 * tests/Dnd/README: created, info about new protocol | |
| 4164 * tests/Dnd/dragtest.el: comment change | |
| 4165 | |
| 280 | 4166 1998-05-02 SL Baur <steve@altair.xemacs.org> |
| 4167 | |
| 4168 * XEmacs 21.0-beta38 is released. | |
| 4169 | |
| 4170 1998-04-29 SL Baur <steve@altair.xemacs.org> | |
| 4171 | |
| 4172 * configure.in: Use `PROGNAME' for all generated paths. | |
| 4173 | |
| 4174 * Makefile.in: Change `progname' to `PROGNAME' for consistency. | |
| 4175 | |
| 4176 1998-04-27 SL Baur <steve@altair.xemacs.org> | |
| 4177 | |
| 384 | 4178 * configure.in (progname): Parameterize program name on `progname' |
| 280 | 4179 and add --with-infodock. |
| 4180 | |
| 4181 1998-04-26 SL Baur <steve@altair.xemacs.org> | |
| 4182 | |
| 4183 * Makefile.in: Religiously use ${progname} instead of hardcoded | |
| 4184 `xemacs'. | |
| 4185 CPPFLAGS was being set correctly in ${subdir}/Makefiles and | |
| 4186 overridden by the empty one set in the toplevel Makefile. | |
| 4187 | |
| 278 | 4188 1998-04-25 SL Baur <steve@altair.xemacs.org> |
| 4189 | |
| 4190 * XEmacs-21.0-beta37 is released. | |
| 4191 | |
| 4192 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 4193 | |
| 4194 * configure.in: Sychronized ..._USER_DEFINED variables with | |
| 4195 datadir setting. | |
| 4196 | |
| 4197 * Makefile.in (mkdir): No longer create sitelispdir. | |
| 4198 | |
| 4199 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk> | |
| 4200 | |
| 371 | 4201 * configure.in: make graphic libraries tests be dependant on a |
| 278 | 4202 window system not X11 only. |
| 4203 | |
| 4204 Fri Apr 24 19:38:19 1998 Andy Piper <andyp@parallax.co.uk> | |
| 4205 | |
| 4206 * configure.in: check for our special select in msw. | |
| 4207 | |
| 4208 1998-04-22 Marcus Thiessel <marcus_thiessel@hp.com> | |
| 4209 | |
| 4210 * PROBLEMS: add answers to some FAQ concerning hpux. | |
| 4211 | |
| 4212 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk> | |
| 4213 | |
| 4214 * configure.in: enable checking for special mswindows select() | |
| 4215 | |
| 4216 1998-04-21 Martin Buchholz <martin@xemacs.org> | |
| 4217 | |
| 4218 * configure.in: Isolate incomprehensible cma_open/pthreads checking | |
| 4219 to decosf* | |
| 4220 | |
| 4221 1998-04-21 Marcus Thiessel <marcus_thiessel@hp.com> | |
| 4222 | |
| 4223 * configure.in: /usr/{include,lib}/Motif2.1 added to search path for X11 | |
| 4224 libs and includes. | |
| 4225 | |
| 4226 1998-04-22 Itay Ben-Yaacov <pezz@www-mail.huji.ac.il> | |
| 4227 | |
| 4228 * configure.in: check for xpm does not depend anymore on having X. | |
| 4229 if libXpm exists, and is of the FOR_MSW flavor, define FOR_MSW. | |
| 4230 | |
| 4231 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
| 4232 | |
| 4233 * info/dir: Fixed the explanatory notes for | |
| 4234 `Info-default-directory-list' removal and the new automatic dir | |
| 4235 rebuilding facility. Reindented the menu. Added an entry for | |
| 384 | 4236 term.info |
| 278 | 4237 |
| 4238 1998-04-20 SL Baur <steve@altair.xemacs.org> | |
| 4239 | |
| 4240 * configure.in (LISPDIR): Removed configuration option for | |
| 4241 site-lisp. | |
| 4242 | |
| 4243 1998-04-19 SL Baur <steve@altair.xemacs.org> | |
| 4244 | |
| 4245 * configure.in (version): snarf InfoDock version number. | |
| 4246 | |
| 276 | 4247 1998-04-18 SL Baur <steve@altair.xemacs.org> |
| 4248 | |
| 4249 * XEmacs-21.0-beta36 is released. | |
| 4250 | |
| 4251 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk> | |
| 4252 | |
| 4253 * configure.in: enable install pre-processing for mswindows | |
| 4254 | |
| 4255 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk> | |
| 384 | 4256 |
| 276 | 4257 * Makefile.in.in: add install_pp to install incantation. |
| 4258 | |
| 4259 * installexe.sh: new file. Add .exe to install targets if the | |
| 4260 result is executable. | |
| 4261 | |
| 4262 Fri Apr 17 12:59:35 1998 Andy Piper <andyp@parallax.co.uk> | |
| 384 | 4263 |
| 276 | 4264 * Makefile.in: add install_pp to install incantation. |
| 4265 | |
| 4010 | 4266 1998-04-14 Itay Ben-Yaacov <pezz@www-mail.huji.ac.il> |
| 276 | 4267 |
| 4268 * configure.in: Large echo split into a few smaller ones, | |
| 4269 so the cygnus sh.exe does not crash. | |
| 4270 | |
| 4271 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk> | |
| 4272 | |
| 4273 * configure.in: enable toolbar checking for mswindows build | |
| 4274 | |
| 4275 1998-04-06 Martin Buchholz <martin@xemacs.org> | |
| 4276 | |
| 384 | 4277 * config.h.in: Add _SVID_SOURCE to list of xmkmf #defines. |
| 276 | 4278 Used (at least) by RedHat 4.2. |
| 4279 | |
| 4280 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 4281 | |
| 4282 * configure.in: Re-instated src/paths.h generation from | |
| 4283 src/paths.h.in. | |
| 4284 | |
| 4285 * Makefile.in (top_distclean): Remove site-lisp on `make | |
| 4286 distclean'. | |
| 4287 | |
| 274 | 4288 1998-04-10 SL Baur <steve@altair.xemacs.org> |
| 4289 | |
| 4290 * XEmacs 21.0-beta35 is released. | |
| 4291 | |
| 4292 1998-04-10 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 4293 | |
| 4294 * configure.usage: Clarified --package-path documentation. | |
| 4295 | |
| 4296 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 4297 | |
| 4298 * configure.in: Now generates src/paths.h from src/paths.h.in.in. | |
| 4299 Removed defaults for infopath and package-path. | |
| 4300 | |
| 4301 * Makefile.in (src/paths.h): ... is now generated from | |
| 4302 src/paths.h.in.in. Moved generation of paths.h to configure. | |
| 4303 | |
| 4304 * paths.h.in: Removed. | |
| 4305 | |
| 4306 * paths.h.in.in: Created. | |
| 4307 | |
| 4308 1998-04-06 Martin Buchholz <martin@xemacs.org> | |
| 4309 | |
| 4310 * configure.in: png was still being used if png_version < 0.96 | |
| 4311 | |
| 4312 * configure.in: Fixed magic to handle AIX, X11R6, and gcc. | |
| 4313 | |
| 4314 1998-04-05 Amir J. Katz <amir@ndsoft.com> | |
| 4315 | |
| 4316 * INSTALL (Rationale): Offix support comment is wrong. To disable, | |
| 4317 one must use --with-offix=no and not --without-offix | |
| 4318 | |
| 4319 1998-04-05 SL Baur <steve@altair.xemacs.org> | |
| 4320 | |
| 4321 * configure.in (CPP): ppc.ldscript sits in $srcdir/src not $srcdir. | |
| 4322 | |
| 272 | 4323 1998-04-04 SL Baur <steve@altair.xemacs.org> |
| 4324 | |
| 4325 * XEmacs 21.0-beta34 is released. | |
| 4326 | |
| 4327 1998-04-03 Martin Buchholz <martin@xemacs.org> | |
| 4328 | |
| 4329 * configure.in: | |
| 4330 checking whether gettimeofday accepts one or two arguments... two | |
| 4331 | |
| 4332 1998-04-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 4333 | |
| 4334 * configure.in: Fixed magic to handle AIX and MIT X11R6. | |
| 4335 | |
| 4336 1998-04-02 Martin Buchholz <martin@xemacs.org> | |
| 4337 | |
| 4338 * configure.in: Add magic -T $srcdir/ppc.ldscript on Linux powerpc | |
| 4339 | |
| 4340 1998-04-01 Martin Buchholz <martin@xemacs.org> | |
| 4341 | |
| 4342 * tests/database.el (test-database): Temporary files (the databases | |
| 4343 that were created) should be deleted. | |
| 4344 | |
| 4345 * Makefile.in (testdir): Remove gnumake-specific syntax. | |
| 4346 (src/Makefile): src/Makefile depends on src/depend. | |
| 4347 | |
| 4348 1998-03-29 Martin Buchholz <martin@xemacs.org> | |
| 4349 | |
| 4350 * configure.in: Check for -lz, -lgz unconditionally. Too many | |
| 4351 system linkers don't properly die when there are cascaded link | |
| 4352 dependencies, so we can't rely on the linker for that. The only | |
| 384 | 4353 downside is that we might link with an extra unneeded library. If |
| 272 | 4354 you really really care about this, you can go fix it. |
| 4355 | |
| 4356 * configure.in: Enhance PANIC msg to make it clear that | |
| 4357 --with-FEATURE is going to die if FEATURE is not installed. | |
| 4358 | |
| 4359 1998-03-27 Martin Buchholz <martin@xemacs.org> | |
| 4360 | |
| 4361 * configure.in: $debug was not properly dependent on $beta | |
| 384 | 4362 |
| 4363 * configure.in: Move offix configuration out of src/Makefile.in.in | |
| 272 | 4364 into configure.in. |
| 4365 | |
| 4366 * configure.in: Reorganize xpm detection code. | |
| 4367 | |
| 384 | 4368 * configure.in: XIM default to ON if Motif which is not Lesstif is |
| 272 | 4369 found. |
| 4370 | |
| 4371 * configure.in: Keep auto-generated makefile dependencies out of | |
| 4372 src/Makefile.in.in by using AC_OUTPUT file concatenation support. | |
| 4373 | |
| 4374 1998-03-26 Martin Buchholz <martin@xemacs.org> | |
| 4375 | |
| 4376 * configure.in: Fix up cflags handling. Specifically, configure | |
| 4377 --cflags='' would fail to be recognized. | |
| 4378 | |
| 4379 * configure.in: Fix up png detection. Link with png_read_image to | |
| 4380 make sure -lz is required. Test for png >- 0.96 via header file. | |
| 4381 | |
| 4382 1998-03-21 Martin Buchholz <martin@xemacs.org> | |
| 4383 | |
| 4384 * configure.in (XE_GCC_WRAP_LDFLAGS) | |
| 4385 Rename to XE_PROTECT_LINKER_FLAGS. Rewrite. | |
| 4386 | |
| 4387 * configure.in: Make sure BSD always links in libz.a | |
| 4388 BSD's stupid linker can't detect cascaded lib dependencies | |
| 4389 | |
| 4390 * configure.in: Autodetect lesstif. define have_lesstif. | |
| 4391 Don't use motif-xim with lesstif, at least by default. | |
| 4392 | |
| 4393 1998-03-30 SL Baur <steve@altair.xemacs.org> | |
| 4394 | |
| 4395 * version.sh: Add InfoDock version number variables. | |
| 4396 | |
| 4397 1998-03-30 Amir J. Katz <amir@ndsoft.com> | |
| 4398 | |
| 4399 * info/dir: Replaced string '20.5' with '21.0' | |
| 4400 | |
| 269 | 4401 1998-03-24 SL Baur <steve@altair.xemacs.org> |
| 4402 | |
| 4403 * XEmacs 21.0-beta33 is released. | |
| 4404 | |
| 4010 | 4405 1998-03-26 Didier Verna <didier@xemacs.org> |
| 269 | 4406 |
| 4407 * configure.in, Makefile.in: Removed infopath_user_defined---we | |
| 4408 always want to propagate it. | |
| 4409 | |
| 4410 * configure.usage: Synched with configure.in. | |
| 4411 | |
| 4412 1998-03-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 4413 | |
| 4414 * configure.usage, INSTALL: Synched with the new path layout. | |
| 4415 | |
| 4416 * Makefile.in (src/paths.h): Replaced packagepath with | |
| 4417 package_path to make configure happy. | |
| 4418 | |
| 4419 * configure.in: Made default setting for packagepath conform to | |
| 4420 what packages.el builds at run-time: XEmacs-version-specific paths | |
| 4421 before site-specific ones. | |
| 4422 Added default setting for pkgdir. | |
| 4423 Changed --packagepath back to --package-path. | |
| 4424 | |
| 267 | 4425 1998-03-24 SL Baur <steve@altair.xemacs.org> |
| 4426 | |
| 4427 * XEmacs 21.0-beta32 is released. | |
| 4428 | |
| 4429 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 4430 | |
| 4431 * configure.in: Extended package path by version-specific | |
| 4432 hierarchies. Changed allow-site-lisp to inhibit-site-lisp. | |
| 4433 | |
| 4434 1998-03-22 SL Baur <steve@altair.xemacs.org> | |
| 4435 | |
| 4436 * Makefile.in (distclean): Remove packages and mule-packages if they | |
| 4437 have been linked into place. | |
| 4438 | |
| 4439 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 4440 | |
| 4441 * <Today>: The Big Path Searching Overhaul. | |
| 4442 | |
| 4443 * Makefile.in, configure.in: Now pass all configure-specified paths | |
| 4444 into the binary in a uniform way. | |
| 4445 | |
| 4446 1998-03-20 SL Baur <steve@altair.xemacs.org> | |
| 4447 | |
| 4448 * configure.in (have_libmcheck): Add test for glibc's malloc | |
| 4449 checker. | |
| 4450 - Fix HP/UX dynamic linking flag. | |
| 4451 | |
| 4452 1998-03-19 SL Baur <steve@altair.xemacs.org> | |
| 4453 | |
| 4454 * configure.in (quoted_arguments): Fix unquoted variable in | |
| 4455 error-checking test. | |
| 4456 - fix bogus substitution. | |
| 384 | 4457 |
| 267 | 4458 1998-03-17 SL Baur <steve@altair.xemacs.org> |
| 4459 | |
| 4460 * configure.in: In -lpng test, look for png_set_strip_alpha. | |
| 4461 Suggested by William M. Perry <wmperry@aventail.com> | |
| 4462 | |
| 265 | 4463 1998-03-16 SL Baur <steve@altair.xemacs.org> |
| 4464 | |
| 4465 * XEmacs 21.0 beta31 is released. | |
| 4466 | |
| 4467 1998-03-16 P. E. Jareth Hein <jareth@camelot-soft.com> | |
| 4468 | |
| 4469 * configure.usage (Usage): Correct information about gif, tiff | |
| 4470 and WNN entries | |
| 4471 | |
| 4472 1998-03-13 SL Baur <steve@altair.xemacs.org> | |
| 4473 | |
| 4474 * configure.in: typo fix in sed command. | |
| 4475 From P. E. Jareth Hein <jareth@camelot-soft.com> | |
| 4476 | |
| 4477 * configure.in (all_widgets): Check for snprintf(). | |
| 4478 | |
| 4479 1998-03-11 P. E. Jareth Hein <jareth@camelot-soft.com> | |
| 4480 | |
| 4481 * configure.in: New gif support | |
| 4482 | |
| 4483 1998-03-10 SL Baur <steve@altair.xemacs.org> | |
| 4484 | |
| 4485 * configure.in (have_glibc): Don't define _GNU_SOURCE for glibc. | |
| 4486 | |
| 4487 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk> | |
| 4488 | |
| 4489 * configure.in: don't add libc to link list for dlopen ordinary | |
| 4490 link takes care of this. check for dlfcn.h | |
| 4491 | |
| 4492 1998-03-10 SL Baur <steve@altair.xemacs.org> | |
| 4493 | |
| 4494 * configure.in: Examine each directory of X11 include path for | |
| 4495 inclusion into BITMAPDIR. | |
| 4496 | |
| 4497 1998-03-09 SL Baur <steve@altair.xemacs.org> | |
| 4498 | |
| 4499 * aclocal.m4: Add legalese. | |
| 4500 | |
| 4501 Mon Mar 09 13:00:55 1998 Andy Piper <andyp@parallax.co.uk> | |
| 4502 | |
| 4503 * configure.in: make sure we have ndbm.h as well as libgdbm.a for | |
| 4504 database support. | |
| 4505 | |
| 4506 * configure.in: move msw checking after x checking so that | |
| 4507 auto-detection works. | |
| 4508 | |
| 4509 1998-03-09 SL Baur <steve@altair.xemacs.org> | |
| 4510 | |
| 4511 * configure.in: New DLL support. | |
| 4512 * aclocal.m4: New file. | |
| 4513 From William M. Perry <wmperry@aventail.com> | |
| 4514 | |
| 4515 1998-03-08 SL Baur <steve@altair.xemacs.org> | |
| 4516 | |
| 4517 * configure.in (xemacs_betaname): Align messages for minimal | |
| 4518 tagbits and indexed lrecords. | |
| 4519 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
| 4520 | |
| 263 | 4521 1998-03-07 SL Baur <steve@altair.xemacs.org> |
| 4522 | |
| 4523 * XEmacs 20.5-beta30 is released. | |
| 4524 | |
| 4525 1998-03-05 SL Baur <steve@altair.xemacs.org> | |
| 4526 | |
| 4527 * PROBLEMS: Update wording of x86 GCC 2.7 problems. | |
| 4528 | |
| 4529 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk> | |
| 4530 | |
| 4531 * configure.in: add a --with-msw option. Make X and msw work | |
| 4532 together if the user asks. | |
| 4533 | |
| 4534 1998-03-02 SL Baur <steve@altair.xemacs.org> | |
| 4535 | |
| 4536 * PROBLEMS: Update documentation of gcc bugs that impact XEmacs. | |
| 4537 | |
| 4538 1998-03-01 SL Baur <steve@altair.xemacs.org> | |
| 4539 | |
| 4540 * configure.in: Add substitutable variable ld_dynamic_link_flags | |
| 4541 for special required linker flags for building DLL capable | |
| 4542 binaries. | |
| 4543 | |
| 261 | 4544 1998-02-28 SL Baur <steve@altair.xemacs.org> |
| 4545 | |
| 4546 * Makefile.in (top_distclean): Remove Installation.el. | |
| 4547 (xemacs): New target. Formerly it was `all:'. | |
| 4548 (all): New default, dist: is now superfluous. | |
| 4549 | |
| 4550 1998-02-27 SL Baur <steve@altair.xemacs.org> | |
| 4551 | |
| 4552 * configure.in (GNU_MALLOC): add --with-dlmalloc to allow | |
| 4553 selective use of Doug Lea malloc in Linux C Library and GNU C Library. | |
| 4554 (Installation): Add XEmacs version and generate `Installation.el'. | |
| 4555 | |
| 4556 1998-02-26 SL Baur <steve@altair.xemacs.org> | |
| 4557 | |
| 4558 * configure.in (with_ldap: Fix -lldap autodection. | |
| 4559 Suggested by Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
| 4560 (Installation): Only keep the last configuration. | |
| 4561 | |
| 259 | 4562 1998-02-25 SL Baur <steve@altair.xemacs.org> |
| 4563 | |
| 4564 * XEmacs 20.5-beta28 is released. | |
| 4565 | |
| 4566 * configure.in (with_session): Fix reporting of the setting. | |
| 4567 (with_database_gnudbm): Correctly report setting. | |
| 4568 | |
| 4569 1998-02-24 SL Baur <steve@altair.xemacs.org> | |
| 4570 | |
| 4571 * configure.usage: Restore documentation of graphics library | |
| 4572 flags. | |
| 4573 From Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
| 4574 | |
| 4575 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
| 4576 | |
| 4577 * PROBLEMS: Tell of the `gpm' SIGTSTP bug and `C-z' on the Linux | |
| 4578 console. | |
| 4579 | |
| 4580 1998-02-23 SL Baur <steve@altair.xemacs.org> | |
| 4581 | |
| 4582 * XEmacs 20.4 is released to the beta testers. | |
| 4583 | |
| 4584 1998-02-21 SL Baur <steve@altair.xemacs.org> | |
| 4585 | |
| 384 | 4586 * configure.in (after_morecore_hook_exists): Modify dlmalloc tests |
| 259 | 4587 to also test for Linux libc5. |
| 4588 | |
| 255 | 4589 1998-02-19 SL Baur <steve@altair.xemacs.org> |
| 4590 | |
| 257 | 4591 * XEmacs 20.5-beta27 is released. |
| 4592 * XEmacs-20.4-pre4 is released. | |
| 4593 | |
| 4594 * configure.in (doug_lea_malloc): Requires USE_MINIMAL_TAGBITS. | |
| 4595 (--with-gung): Implement it. | |
| 4596 | |
| 4597 * configure.usage (--with-gung): Document. Turns on | |
| 4598 USE_MINIMAL_TAGBITS and USE_INDEXED_LRECORD_IMPLEMENTATION. | |
| 4599 (--with-term): Remove. | |
| 384 | 4600 |
| 255 | 4601 * XEmacs-20.5-beta26 is released. |
| 4602 | |
| 4603 1998-02-18 SL Baur <steve@altair.xemacs.org> | |
| 4604 | |
| 4605 * XEmacs-20.4-pre3 is released. | |
| 4606 | |
| 4607 * Makefile.in: use better feedback while rebuilding finder database. | |
| 4608 Suggested by Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> | |
| 4609 | |
| 4610 1998-02-15 SL Baur <steve@altair.xemacs.org> | |
| 4611 | |
| 4612 * configure.in (doug_lea_malloc): Add checking for Doug Lea | |
| 4613 Malloc. | |
| 4614 | |
| 253 | 4615 1998-02-14 SL Baur <steve@altair.xemacs.org> |
| 4616 | |
| 255 | 4617 * configure.in (OFFIX_O): Don't use OffiX if no real Xmu support. |
| 4618 Suggested by Pekka Marjola <pema@iki.fi> | |
| 4619 | |
| 4620 * XEmacs-20.4-pre2 is released. | |
| 253 | 4621 * XEmacs-20.5-beta25 is released. |
| 4622 | |
| 4623 1998-02-13 SL Baur <steve@altair.xemacs.org> | |
| 4624 | |
| 4625 * INSTALL: Update for Cygwin and Microsoft Windows. | |
| 4626 | |
| 4627 * README: Update for Microsoft Windows. | |
| 4628 | |
| 251 | 4629 1998-02-09 SL Baur <steve@altair.xemacs.org> |
| 4630 | |
| 253 | 4631 * XEmacs 20.4-pre1 is released. |
| 251 | 4632 * XEmacs 20.5-beta24 is released. |
| 4633 | |
| 4634 Wed Jan 28 13:41:22 1998 Andy Piper <andyp@parallax.co.uk> | |
| 4635 | |
| 4636 * configure.in: add mule-coding target which defines MULE_CODING, | |
| 4637 nothing uses it as yet. add gif objects to msw support. define | |
| 4638 const_is_losing=no for msw. make msw not selected if tty selected. | |
| 4639 add -lshell32 for dnd support. check for a.out.h rather than | |
| 4640 coff.h | |
| 4641 | |
| 4642 * lib-src/make-docfile.c: add cygwin support and generalise the | |
| 4643 remaining open calls. IMHO this should really include sysfile.h. | |
| 4644 | |
| 249 | 4645 1998-02-03 SL Baur <steve@altair.xemacs.org> |
| 4646 | |
| 4647 * XEmacs 20.5-beta23 is released. | |
| 4648 | |
| 247 | 4649 1998-01-27 SL Baur <steve@altair.xemacs.org> |
| 4650 | |
| 4651 * XEmacs 20.5-beta22 is released. | |
| 4652 | |
| 245 | 4653 1998-01-25 SL Baur <steve@altair.xemacs.org> |
| 4654 | |
| 4655 * XEmacs 20.5-beta21 is released. | |
| 4656 | |
| 4657 Wed Jan 21 10:49:47 1998 Andy Piper <andyp@parallax.co.uk> | |
| 4658 | |
| 4659 * configure.in: check for coff.h | |
| 4660 | |
| 4661 1998-01-21 Hrvoje Niksic <hniksic@srce.hr> | |
| 4662 | |
| 4663 * configure.in: Added support for `--with-shlib'. | |
| 4664 | |
| 243 | 4665 1998-01-18 SL Baur <steve@altair.xemacs.org> |
| 4666 | |
| 4667 * XEmacs 20.5-beta20 is released. | |
| 4668 | |
| 4669 1998-01-13 Martin Buchholz <martin@xemacs.org> | |
| 4670 | |
| 384 | 4671 * configure.usage: |
| 243 | 4672 Remove doc for configure-time INFOPATH, no longer used. |
| 4673 | |
| 4674 * configure.in: | |
| 4675 * src/config.h.in: | |
| 4676 Define HAVE_INVERSE_HYPERBOLIC using 1 configure test, not 3. | |
| 4677 | |
| 384 | 4678 * lwlib/lwlib.h: |
| 4679 * lwlib/lwlib.c: | |
| 4680 * lwlib/lwlib-config.c: | |
| 4681 * lwlib/lwlib-Xm.c: | |
| 4682 * lwlib/lwlib-Xaw.c: | |
| 4683 * lwlib/lwlib-Xlw.c: | |
| 4684 * lwlib/config.h.in: | |
| 243 | 4685 * src/menubar-x.c: |
| 4686 Prepend LWLIB_ to (SCROLLBARS|MENUBARS|DIALOGS)_(MOTIF|LUCID|ATHENA). | |
| 4687 Maintain only one set of variables. | |
| 4688 | |
| 4689 * Makefile.in (install-arch-dep): Simplify. | |
| 384 | 4690 Replace construct `test -d $dir && foo' with |
| 243 | 4691 `if test -d $dir; then foo; fi' |
| 4692 | |
| 384 | 4693 * lwlib/xlwmenu.c: |
| 4694 * lwlib/xlwscrollbar.c: | |
| 4695 * lwlib/lwlib-Xlw.c: | |
| 4696 * lwlib/lwlib-Xm.c: | |
| 243 | 4697 Always assume presence of limits.h (ANSI). |
| 4698 | |
| 241 | 4699 1998-01-12 SL Baur <steve@altair.xemacs.org> |
| 4700 | |
| 243 | 4701 * INSTALL: Updated for recent Mule/package changes. |
| 4702 | |
| 241 | 4703 * XEmacs 20.5-beta19 is released. |
| 4704 | |
| 4705 1998-01-12 Damon Lipparelli <lipp@primus.com> | |
| 4706 | |
| 4707 * Makefile.in: Yow! Fixed paths to install dirs when --prefix != | |
| 4708 --exec-prefix. | |
| 4709 | |
| 239 | 4710 1998-01-10 SL Baur <steve@altair.xemacs.org> |
| 4711 | |
| 4712 * XEmacs 20.5-beta18 is released. | |
| 4713 | |
| 442 | 4714 1998-01-08 Didier Verna <didier@xemacs.org> |
| 239 | 4715 |
| 4716 * configure.in: Get rid of INFOPATH for configure time. | |
| 4717 * configure.usage (Usage): Ditto. | |
| 4718 | |
| 4719 1998-01-09 SL Baur <steve@altair.xemacs.org> | |
| 4720 | |
| 4721 * Makefine.in: Correct reported amount of disk savings from | |
| 4722 compression. | |
| 4723 From Markus Linnala <maage@cs.tut.fi> | |
| 4724 | |
| 4725 Thu Jan 08 09:42:36 1998 <andyp@parallax.co.uk> | |
| 4726 | |
| 4727 * configure.in: detect and set scrollbars and menubars with | |
| 4728 MS-Windows more appropriately. Check for sys/un.h to use in | |
| 4729 gnuserv. | |
| 4730 | |
| 4731 1998-01-07 SL Baur <steve@altair.xemacs.org> | |
| 4732 | |
| 4733 * Makefile.in (progname): Cleanly parameterize XEmacs-specific | |
| 4734 naming. | |
| 4735 | |
| 4736 1998-01-05 Glynn Clements <glynn@sensei.co.uk> | |
| 4737 | |
| 4738 * lwlib/xlwmenu.c (push_button_draw): use inactive_gc instead of | |
| 4739 inactive_button_gc for menu entries. | |
| 4740 (remap_menubar): ignore the enabled status | |
| 4741 | |
| 237 | 4742 1998-01-04 SL Baur <steve@altair.xemacs.org> |
| 4743 | |
| 4744 * XEmacs 20.5-beta17 is released. | |
| 4745 | |
| 4746 * Makefile.in (finder): Use -vanilla. | |
| 4747 (lisp/finder-inf.el): Ditto. | |
| 4748 (check-features): New target. Do a sanity check prior to | |
| 4749 installation. | |
| 4750 | |
| 235 | 4751 1997-01-03 SL Baur <steve@altair.xemacs.org> |
| 4752 | |
| 4753 * XEmacs 20.5-beta16 is released. | |
| 4754 | |
| 233 | 4755 1997-12-30 SL Baur <steve@altair.xemacs.org> |
| 4756 | |
| 4757 * XEmacs 20.5-beta15 is released. | |
| 4758 | |
| 4759 1997-12-29 SL Baur <steve@altair.xemacs.org> | |
| 4760 | |
| 4761 * Makefile.in (${SUBDIR}): Remove bogus .RECURSIVE dependency. | |
| 4762 | |
| 231 | 4763 1997-12-27 SL Baur <steve@altair.xemacs.org> |
| 4764 | |
| 4765 * XEmacs 20.5-beta14 is released. | |
| 4766 | |
| 4010 | 4767 1997-12-23 Andy Piper <andyp@parallax.co.uk> |
| 231 | 4768 |
| 4769 * configure.in: support for *-pc-cygwin32 config | |
| 4770 | |
| 229 | 4771 1997-12-25 SL Baur <steve@altair.xemacs.org> |
| 4772 | |
| 4773 * XEmacs 20.5-beta13 is released. | |
| 4774 | |
| 227 | 4775 1997-12-20 SL Baur <steve@altair.xemacs.org> |
| 4776 | |
| 4777 * XEmacs 20.5-beta 12 is released. | |
| 4778 | |
| 4779 1997-12-19 SL Baur <steve@altair.xemacs.org> | |
| 4780 | |
| 384 | 4781 * configure.in (bitmapdir): Reenable --with-session by default for |
| 227 | 4782 testing. |
| 4783 | |
| 4784 1997-12-17 SL Baur <steve@altair.xemacs.org> | |
| 4785 | |
| 4786 * info/dir (File): Skk and Gnats are packaged. | |
| 4787 | |
| 4788 * PROBLEMS (Note): Update version numbers. | |
| 4789 | |
| 4790 * info/dir (File): Update version number. | |
| 4791 | |
| 225 | 4792 1997-12-16 SL Baur <steve@altair.xemacs.org> |
| 4793 | |
| 227 | 4794 * XEmacs 20.5-beta11 is released. |
| 225 | 4795 |
| 4796 1997-12-14 SL Baur <steve@altair.xemacs.org> | |
| 4797 | |
| 4798 * configure.in: Don't bypass graphics library detection | |
| 4799 if the `--with-imagick' option is given to configure. | |
| 4800 : Print autodetected graphics libraries to be linked with Imagick. | |
| 4801 | |
| 4802 * Makefile.in (lisp/finder-inf.el): Reverse previous change. | |
| 4803 | |
| 4804 1997-12-14 Olivier Galibert <olivier.galibert@mines.u-nancy.fr> | |
| 4805 | |
| 4806 * Makefile.in (install-arch-indep): Build info files if needed. | |
| 4807 | |
| 223 | 4808 1997-12-13 SL Baur <steve@altair.xemacs.org> |
| 4809 | |
| 225 | 4810 * Makefile.in (lisp/finder-inf.el): Add dependency on src/. |
| 4811 | |
| 227 | 4812 * XEmacs 20.5-beta10 is released. |
| 223 | 4813 |
| 4814 1997-12-12 SL Baur <steve@altair.xemacs.org> | |
| 4815 | |
| 4816 * configure.in (CPP): Don't add special CFLAGS for ix86/Linux. | |
| 4817 | |
| 4818 1997-12-10 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
| 4819 | |
| 4820 * configure.in (autodetect ImageMagick): also look for | |
| 4821 "X11/magick/magick.h", and if present, define | |
| 4822 MAGICK_HEADERS_ARE_UNDER_X11 | |
| 4823 | |
| 4824 1997-12-11 SL Baur <steve@altair.xemacs.org> | |
| 4825 | |
| 4826 * configure.in (imagick_libs): Add autodetection for freetype | |
| 4827 -lttf library. | |
| 4828 | |
| 4010 | 4829 1997-12-09 SL Baur <steve@altair.xemacs.org> |
| 221 | 4830 |
| 227 | 4831 * XEmacs 20.5-beta9 is released. |
| 221 | 4832 |
| 4010 | 4833 1997-12-06 SL Baur <steve@altair.xemacs.org> |
| 219 | 4834 |
| 227 | 4835 * XEmacs 20.5-beta8 is released. |
| 219 | 4836 |
| 4837 * info/dir: update for further packaging. | |
| 4838 * configure.in: remove `tree-x' from XEmacs build. | |
| 4839 | |
| 4010 | 4840 1997-11-29 Jeff Miller <jmiller@smart.net> |
| 219 | 4841 |
| 4842 * configure.in: motif menubars need xlwmenu.o | |
| 4843 | |
| 4844 * updated files in src/ to allow an XEmacs configured for | |
| 4845 motif menubars to at least compile. Motif menubars are still | |
| 4846 very broken. | |
| 4847 | |
| 4848 1997-12-02 P E Jareth Hein <jareth@camelot-soft.com> | |
| 4849 | |
| 4850 * lwlib/xlwscrollbar.c: fixed colormap/visual handling to work | |
| 4851 properly with the information in the core. | |
| 4852 | |
| 4853 * lwlib/xlwmenu.c: fixed colormap/visual handling to work properly with | |
| 4854 the information in the core, and fixed a potental problem with | |
| 4855 parentage. | |
| 4856 | |
| 4857 1997-12-01 SL Baur <steve@altair.xemacs.org> | |
| 4858 | |
| 4859 * configure.in (with_session): Properly display flag in configure | |
| 4860 status report. | |
| 4861 | |
| 4862 1997-11-29 SL Baur <steve@altair.xemacs.org> | |
| 4863 | |
| 4864 * configure.usage: Remove documentation of obsolete option | |
| 4865 --with-gif. | |
| 4866 | |
| 217 | 4867 1997-11-27 SL Baur <steve@altair.xemacs.org> |
| 4868 | |
| 227 | 4869 * XEmacs 20.5-beta7 is released. |
| 217 | 4870 |
| 4871 * configure.in: When testing for -ltiff, fall back on the extra | |
| 4872 libraries -ljpeg, and -lz since some -ltiff's need them. | |
| 4873 | |
| 4874 1997-11-26 SL Baur <steve@altair.xemacs.org> | |
| 4875 | |
| 4876 * lwlib/xlwmenu.c (display_menu): Defer incremental menus properly. | |
| 4877 From Glynn Clements <glynn@sensei.co.uk> | |
| 4878 | |
| 4010 | 4879 1997-11-25 Kazuyuki IENAGA <ienaga@jsys.co.jp> |
| 217 | 4880 |
| 4881 * configure.in: Improve auto detect of libraries ImageMagick rely | |
| 4882 on. | |
| 4883 | |
| 4010 | 4884 1997-11-23 Jeff Miller <jmiller@smart.net> |
| 217 | 4885 |
| 4886 * Energize is dead. Removed ENERGIZE ifdef's from code in lwlib | |
| 4887 and src. Configure.in modified. --with-energize is no longer a | |
| 4888 valid configure option. | |
| 4889 | |
| 4890 * lwlib/Makefile.in.in removed energize support | |
| 4891 * lwlib/lwlib-Xm.c removed energize support | |
| 4892 * lwlib/lwlib-config.c removed energize support | |
| 4893 | |
| 4894 * lwlib/energize/* removed | |
| 4895 | |
| 4896 1997-11-23 SL Baur <steve@altair.xemacs.org> | |
| 4897 | |
| 4898 * Makefile.in: Change references of lisp/utils/finder-inf.el to | |
| 4899 lisp/finder-inf.el. | |
| 4900 | |
| 215 | 4901 1997-11-20 SL Baur <steve@altair.xemacs.org> |
| 4902 | |
| 227 | 4903 * XEmacs 20.5-beta6 is released. |
| 215 | 4904 |
| 4905 1997-11-21 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp> | |
| 4906 | |
| 4907 * configure.usage: Use `--' convention in "usage:" line. | |
| 4908 | |
| 4010 | 4909 1997-11-20 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp> |
| 215 | 4910 |
| 4911 * configure.in: added `with_xfs' to list of boolean features. | |
| 4912 | |
| 4913 1997-11-20 SL Baur <steve@altair.xemacs.org> | |
| 4914 | |
| 217 | 4915 * XEmacs 20.3 is released for binary kit building. |
| 215 | 4916 |
| 4010 | 4917 1997-11-19 Tor Arntsen <tor@spacetec.no> |
| 215 | 4918 |
| 4919 * PROBLEMS: Removed IRIX entry about xemacs core dumps when using | |
| 4920 xemacs dumped on one machine on another. Problem was fixed by 20.3. | |
| 4921 | |
| 4922 1997-11-18 SL Baur <steve@altair.xemacs.org> | |
| 4923 | |
| 4924 * configure.usage: New file. | |
| 4925 | |
| 4926 * configure.in: Use it instead of monster 10k shell variable. | |
| 4927 | |
| 4928 1997-11-17 SL Baur <steve@altair.xemacs.org> | |
| 4929 | |
| 4930 * XEmacs 20.3-pre4 is released. | |
| 4931 | |
| 4932 1997-11-17 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> | |
| 4933 | |
| 4934 * configure.in (infopath): List "/usr/local/" dirs before "/usr/" | |
| 4935 dirs. | |
| 4936 | |
| 4937 1997-11-17 SL Baur <steve@altair.xemacs.org> | |
| 4938 | |
| 4939 * configure.in: Initialize infodir off of datadir. | |
| 4940 | |
| 4941 * Makefile.in: Force LANG = C for building. | |
| 4942 | |
| 4943 1997-11-15 SL Baur <steve@altair.xemacs.org> | |
| 4944 | |
| 4945 * XEmacs 20.3-pre3 is released. | |
| 227 | 4946 * XEmacs 20.5-beta5 is released. |
| 215 | 4947 |
| 4010 | 4948 1997-11-13 Marc Paquette <marcpa@cam.org> |
| 213 | 4949 |
| 4950 * nt/Todo: added a task for support of lisp packages through | |
| 4951 the registry. | |
| 4952 | |
| 4010 | 4953 1997-11-13 Jonathan Harris <jhar@tardis.ed.ac.uk> |
| 213 | 4954 |
| 4955 * Renamed files *w32* to *msw* | |
| 4956 | |
| 4957 * Changed 'w32' and 'win32' to 'mswindows', and HAVE_W32GUI to | |
| 4958 HAVE_MS_WINDOWS. Changed files: | |
| 4959 cus-edit.el, device.el, faces.el, frame.el, msw-faces.el, | |
| 4960 msw.init.el, igrep.el, dumped-lisp.el, font.el, hippie-exp.el, | |
| 4961 sysdep.el, console-msw.c, console-msw.h, console.c, | |
| 4962 device-msw.c, emacs.c, event-msw.c, event-msw.h, event-stream.c, | |
| 4963 events.c, events.h, faces.c, frame-msw.c, frame.c, general.c, | |
| 4964 msw-proc.c, objects-msw.c, objects-msw.h, redisplay-msw.c, | |
| 384 | 4965 redisplay.c, symsinit.h, |
| 213 | 4966 |
| 4967 * Didn't change 'win32' in nt.c, nt.h, ntproc.c | |
| 4968 | |
| 4969 * Deleted w32 build directory since nt build directory now handles | |
| 4970 X and native mswindows builds. | |
| 4971 | |
| 215 | 4972 1997-11-11 SL Baur <steve@altair.xemacs.org> |
| 4973 | |
| 227 | 4974 * XEmacs 20.5-beta4 is released. |
| 215 | 4975 |
| 211 | 4976 1997-11-10 SL Baur <steve@altair.xemacs.org> |
| 4977 | |
| 4978 * info/dir: remove packaged entries. | |
| 4979 From Glynn Clements <glynn@sensei.co.uk> | |
| 4980 | |
| 4981 * configure.in: Puke and die if NAS sound is selected without X. | |
| 4982 | |
| 209 | 4983 1997-11-08 SL Baur <steve@altair.xemacs.org> |
| 4984 | |
| 227 | 4985 * XEmacs 20.5-beta3 is released. |
| 209 | 4986 * XEmacs 20.3-pre2 is released. |
| 4987 | |
| 4988 Wed November 05 23:40:00 1997 <jhar@tardis.ed.ac.uk> | |
| 4989 | |
| 4990 * w32/xemacs.mak: moved building the DOC file to after the .elcs. | |
| 4991 | |
| 4992 Sun November 01 12:00:00 1997 <jhar@tardis.ed.ac.uk> | |
| 4993 | |
| 4994 * Files split from nt to new w32 directory: | |
| 4995 ChangeLog, README, Todo, paths.h, config.h, inc/*, runemacs.c, | |
| 4996 xemacs.mak. | |
| 4997 | |
| 442 | 4998 1997-11-05 Didier Verna <didier@xemacs.org> |
| 209 | 4999 |
| 5000 * configure.in: Added the --site-prefixes options for the configure | |
| 384 | 5001 script. You give a colon or space separated list of prefixes, and |
| 209 | 5002 subdirectories include/ and lib/ will be added with -I and -L. |
| 5003 | |
| 4010 | 5004 1997-11-05 Martin Buchholz <martin@xemacs.org> |
| 209 | 5005 |
| 5006 * configure.in: AIX + gcc fixes. | |
| 5007 - Don't wrap -B. aixflags changed to start_flags. | |
| 5008 | |
| 5009 1997-11-04 SL Baur <steve@altair.xemacs.org> | |
| 5010 | |
| 5011 * lwlib/lwlib-Xm.c(update_one_menu_entry): Add missing variable. | |
| 5012 From Skip Montanaro <skip@calendar.com> | |
| 5013 | |
| 5014 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 5015 | |
| 5016 * Delete etc/TUTORIAL.th because Thai is not supported yet. | |
| 5017 | |
| 5018 1997-11-02 Kyle Jones <kyle_jones@wonderworks.com> | |
| 5019 | |
| 5020 * lwlib/lwlib-Xaw.c (xaw_pop_instance): Don't use parent | |
| 5021 window's coordinates and dimensions to center the | |
| 5022 dialog box unless its mapped_when_managed property is | |
| 5023 true. This should avoid the top level widget that the | |
| 5024 HAVE_SESSION code creates, which is unmapped and | |
| 5025 useless for this purpose. | |
| 5026 | |
| 5027 1997-11-01 SL Baur <steve@altair.xemacs.org> | |
| 5028 | |
| 5029 * XEmacs 20.3-pre1 is released. | |
| 5030 | |
| 207 | 5031 1997-10-31 SL Baur <steve@altair.xemacs.org> |
| 5032 | |
| 209 | 5033 * XEmacs 19.16 is released. |
| 5034 | |
| 5035 1997-10-31 SL Baur <steve@altair.xemacs.org> | |
| 5036 | |
| 227 | 5037 * XEmacs 20.5-beta2 is released. |
| 207 | 5038 |
| 5039 1997-10-30 SL Baur <steve@altair.xemacs.org> | |
| 5040 | |
| 5041 * configure.in (xetest): Eliminate tests for PNG, JPEG, | |
| 5042 TIFF(broken) and replace with test for ImageMagick. | |
| 5043 | |
| 5044 1997-10-30 Kyle Jones <kyle_jones@wonderworks.com> | |
| 384 | 5045 |
| 207 | 5046 * lwlib/xlwmenu.h: Added string macro declarations for |
| 5047 titleForeground and highlightForeground properties. | |
| 5048 | |
| 5049 * lwlib/xlwmenuP.h: Added struct fields for title and | |
| 5050 highlight colors. | |
| 5051 | |
| 5052 * lwlib/xlwmenu.c: Added initialization and usage code | |
| 5053 for the new titleForeground and highlightForeground | |
| 5054 properties. | |
| 5055 | |
| 5056 1997-10-28 SL Baur <steve@altair.xemacs.org> | |
| 5057 | |
| 5058 * XEmacs 20.3-beta94 is released. | |
| 5059 | |
| 5060 1997-10-28 Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
| 5061 | |
| 5062 * configure.in: Correct last patch for berkdb. | |
| 5063 | |
| 5064 1997-10-28 SL Baur <steve@altair.xemacs.org> | |
| 5065 | |
| 5066 * XEmacs 20.3-beta93 is released. | |
| 5067 | |
| 5068 1997-10-27 Martin Buchholz <mrb@eng.sun.com> | |
| 5069 | |
| 5070 * lib-src/make-path.c: | |
| 5071 * lib-src/digest-doc.c: | |
| 5072 * lib-src/gnuslib.c: Always include config.h before system headers | |
| 5073 * configure.in: Improve AIX configure support | |
| 5074 - NON_GNU_CC defaults to `xlc' | |
| 384 | 5075 - CFLAGS defaults to "-O3 -qstrict -qlibansi -qinfo -qro |
| 207 | 5076 -qmaxmem=20000" |
| 5077 - check for sin instead of sqrt in -lm to avoid xlc internal error | |
| 5078 - Detect -li18n for use with Motif | |
| 5079 - Move weird AIX static linking flags from s&m files to configure.in | |
| 5080 - use #pragma instead of -ma flag to avoid compiler warnings | |
| 5081 | |
| 5082 1997-10-25 Kyle Jones <kyle_jones@wonderworks.com> | |
| 5083 | |
| 5084 * lwlib/xlwmenu.c: Use XtRDimension in place of | |
| 5085 XmRHorizontalDimension in shadowThickness resource | |
| 5086 declaration. | |
| 5087 | |
| 5088 * lwlib/xlwmenu.c (label_button_draw): Use the button_gc | |
| 5089 color as the foreground for selected entries. | |
| 5090 | |
| 5091 * lwlib/xlwmenu.c (push_button_draw): Use the button_gc | |
| 5092 color as the foreground for selected entries. | |
| 5093 | |
| 5094 * lwlib/xlwmenu.c (toggle_decoration_height): Force | |
| 5095 height to be minimum of 2x the shadow thickness. | |
| 5096 | |
| 5097 1997-10-24 Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
| 5098 | |
| 5099 * configure.in: Don't choke on Berkeley DB 2.x. | |
| 5100 | |
| 5101 1997-10-24 SL Baur <steve@altair.xemacs.org> | |
| 5102 | |
| 5103 * XEmacs 20.3-beta92 is released. | |
| 5104 | |
| 5105 1997-10-21 SL Baur <steve@altair.xemacs.org> | |
| 5106 | |
| 5107 * Makefile.in (lisp/utils/finder-inf.el): Don't force rebuild if | |
| 5108 it already exists (use `make finder' to force rebuild). | |
| 5109 | |
| 5110 1997-10-18 SL Baur <steve@altair.xemacs.org> | |
| 5111 | |
| 424 | 5112 * XEmacs 20.3-beta91 is released. |
| 207 | 5113 |
| 5114 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr> | |
| 5115 | |
| 5116 * configure.in: Removed -Olimit=2000 from cc for IRIX. | |
| 5117 | |
| 5118 1997-10-12 Karl M. Hegbloom <karlheg@inetarena.com> | |
| 5119 | |
| 5120 * configure.in (null_string): Added AC_SUBST(infodir_user_defined) | |
| 5121 and removed backquoted echo statement from the infopath report line. | |
| 5122 | |
| 5123 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr> | |
| 5124 | |
| 5125 * configure.in: Added detection of the declaration of the timezone | |
| 5126 variable in system files. Defines HAVE_TIMEZONE_DECL if yes. | |
| 5127 | |
| 5128 | |
| 5129 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr> | |
| 5130 | |
| 5131 * config.h.in: Add HAVE_TIMEZONE_DECL for detection of declaration | |
| 5132 of the timezone variable in system headers. | |
| 5133 | |
| 5134 * systime.h: Use HAVE_TIMEZONE_DECL. | |
| 5135 | |
| 5136 1997-10-14 SL Baur <steve@altair.xemacs.org> | |
| 5137 | |
| 5138 * configure.in (all_widgets): Don't allow configuration of | |
| 5139 --with-mule if Mule lisp hasn't been installed. | |
| 5140 | |
| 5141 1997-10-13 SL Baur <steve@altair.xemacs.org> | |
| 5142 | |
| 5143 * configure.in: Remove `site-lisp' from list of directories to | |
| 5144 make symbolic links for. | |
| 5145 | |
| 5146 * XEmacs 20.3-beta90 is released. | |
| 5147 | |
| 5148 1997-10-12 Glynn Clements <glynn@sensei.co.uk> | |
| 5149 | |
| 5150 * info/dir: Cosmetic changes to info/dir | |
| 5151 | |
| 205 | 5152 1997-10-12 SL Baur <steve@altair.xemacs.org> |
| 5153 | |
| 227 | 5154 * XEmacs 20.5-beta1 is released. |
| 205 | 5155 |
| 5156 * XEmacs 19.16-pre9 is released. | |
| 5157 | |
| 5158 * XEmacs 19.16-pre8 is released. | |
| 5159 | |
| 203 | 5160 1997-10-11 SL Baur <steve@altair.xemacs.org> |
| 5161 | |
| 205 | 5162 * XEmacs 20.3-beta28 is released. |
| 5163 | |
| 203 | 5164 * Makefile.in (src/paths.h): Update PATH_INFOPATH |
| 5165 (infopath): New shell variable. | |
| 5166 (infopath_user_defined): Ditto. | |
| 5167 | |
| 5168 * configure.in (infodir_user_defined): Spelling fixes. | |
| 5169 | |
| 5170 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com> | |
| 5171 | |
| 5172 * configure.in: added options and option help docs for infopath | |
| 5173 and lockdir | |
| 5174 * '' added a line to the report for infopath and lockdir | |
| 5175 | |
| 5176 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com> | |
| 5177 | |
| 5178 * Makefile.in.in (INFOPATH): Added variable and put it into | |
| 5179 DUMPENV. | |
| 5180 | |
| 5181 1997-10-11 SL Baur <steve@altair.xemacs.org> | |
| 5182 | |
| 5183 * packages/info/localdir: New directory and file. | |
| 5184 | |
| 5185 * packages/README: New directory & file. | |
| 5186 | |
| 5187 1997-10-10 Martin Buchholz <mrb@eng.sun.com> | |
| 5188 | |
| 5189 * Makefile.in: Add `make configure' target | |
| 5190 | |
| 5191 1997-10-07 SL Baur <steve@altair.xemacs.org> | |
| 5192 | |
| 5193 * XEmacs 19.16-pre7 is released. | |
| 5194 | |
| 5195 1997-10-05 Damon Lipparelli <lipp@aa.net> | |
| 5196 | |
| 5197 * Makefile.in (install-arch-dep, install-arch-indep): Move the | |
| 5198 commands for symlink'ing the system-independent bits into the | |
| 5199 system-dependent directory structure from "install-arch-indep" to | |
| 5200 "install-arch-dep". | |
| 5201 | |
| 5202 1997-10-06 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> | |
| 5203 | |
| 5204 * Makefile.in (blddir): variable from "configure". | |
| 5205 (finder): use it. | |
| 5206 | |
| 5207 1997-10-05 SL Baur <steve@altair.xemacs.org> | |
| 5208 | |
| 5209 * Makefile.in (GENERATED_LISP): New variable. | |
| 5210 (all): Force dependency on finder-inf.el. | |
| 5211 (lisp/utils/finder-inf.el): new rule. | |
| 5212 | |
| 5213 1997-10-04 SL Baur <steve@altair.xemacs.org> | |
| 5214 | |
| 5215 * XEmacs 19.16-pre6 is released. | |
| 5216 | |
| 201 | 5217 1997-10-04 SL Baur <steve@altair.xemacs.org> |
| 5218 | |
| 5219 * XEmacs 20.3-beta27 is released. | |
| 5220 | |
| 5221 1997-10-03 Damon Lipparelli <lipp@primus.com> | |
| 5222 | |
| 5223 * Makefile.in (install-arch-indep): When --prefix != | |
| 5224 --exec-prefix, symlink the system-independent bits into the | |
| 5225 system-dependent directory structure (rather than the other way | |
| 5226 around). | |
| 5227 | |
| 5228 1997-10-03 Martin Buchholz <mrb@eng.sun.com> | |
| 5229 | |
| 5230 * lib-src/etags.c: etags 12.28 + prototypization | |
| 384 | 5231 * INSTALL: Better document --site-runtime-libraries |
| 5232 * src/scrollbar-x.c (x_update_scrollbar_instance_status): | |
| 201 | 5233 FIX: M-x scroll-left; horizontal scrollbar appears; drag it |
| 5234 left; scrollbar disappears; keyboard inoperative. | |
| 5235 * configure.in: Remove left-over references to *_switch_x_* | |
| 5236 - NAS libaudio is part of $libs_x, not $LIBS | |
| 5237 | |
| 199 | 5238 1997-10-02 SL Baur <steve@altair.xemacs.org> |
| 5239 | |
| 5240 * XEmacs 20.3-beta26 is released. | |
| 5241 | |
| 197 | 5242 1997-09-30 SL Baur <steve@altair.xemacs.org> |
| 5243 | |
| 5244 * XEmacs 20.3-beta25 is released. | |
| 5245 | |
| 5246 * Makefile.in (install-arch-dep): Install the `Installation' for | |
| 5247 future reference. | |
| 5248 | |
| 5249 * Makefile.in (top_distclean): Remove finder-inf.el*. | |
| 5250 | |
| 5251 * configure.in (use_union_type): Default to "yes". | |
| 5252 | |
| 5253 1997-09-29 Martin Buchholz <mrb@eng.sun.com> | |
| 5254 | |
| 5255 * configure.in: Add tiff autodetection | |
| 5256 | |
| 5257 1997-09-29 SL Baur <steve@altair.xemacs.org> | |
| 5258 | |
| 5259 * lwlib/xlwmenu.c: Add bounds checking. | |
| 5260 Check error return on XmStringGetLtoR. | |
| 5261 | |
| 195 | 5262 1997-09-27 SL Baur <steve@altair.xemacs.org> |
| 5263 | |
| 5264 * XEmacs 20.3-beta24 is released. | |
| 5265 | |
| 5266 1997-09-27 Hrvoje Niksic <hniksic@srce.hr> | |
| 5267 | |
| 5268 * Makefile.in (custom-loads): New target. | |
| 5269 | |
| 5270 1997-09-23 SL Baur <steve@altair.xemacs.org> | |
| 5271 | |
| 5272 * lwlib/xlwmenu.c: Fix compilation problem with USE_XFONTSET. | |
| 5273 From Kazuyuki IENAGA <ienaga@jsys.co.jp> | |
| 5274 | |
| 5275 1997-09-22 SL Baur <steve@altair.xemacs.org> | |
| 5276 | |
| 5277 * XEmacs 19.16-pre4 is released. | |
| 5278 | |
| 193 | 5279 1997-09-20 SL Baur <steve@altair.xemacs.org> |
| 5280 | |
| 5281 * XEmacs 20.3-beta23 is released. | |
| 5282 | |
| 4010 | 5283 1997-09-19 SL Baur <steve@altair.xemacs.org> |
| 193 | 5284 |
| 5285 * XEmacs 19.16-pre3 is released. | |
| 5286 | |
| 5287 1997-09-19 Martin Buchholz <mrb@eng.sun.com> | |
| 5288 | |
| 5289 * src/redisplay-tty.c: Fix crashes with non-7bit tty escape | |
| 5290 sequences (needs more testing). | |
| 384 | 5291 * */Makefile*: |
| 193 | 5292 - Cleanup man/*/Makefile for consistency. |
| 5293 - use $(MAKEFINFO), $(TEXI2DVI), etc... | |
| 5294 - Make combination --with-srcdir + Sun make work properly. | |
| 384 | 5295 - Change construct: test -d $${dir} || mkdir $${dir} |
| 193 | 5296 --> if test ! -d $${dir}; then mkdir $${dir}; fi |
| 5297 * lisp/x11/x-win-sun.el: Fix remaining glitches with | |
| 5298 re-mappings of Sun function keys. | |
| 5299 * configure.in: Detect libXaw AFTER libXpm to support libXawXpm. | |
| 5300 * man/internals/internals.texi: Fix makeinfo compilation error. | |
| 5301 | |
| 191 | 5302 1997-09-17 SL Baur <steve@altair.xemacs.org> |
| 5303 | |
| 5304 * XEmacs 20.3-beta22 is released. | |
| 5305 | |
| 189 | 5306 1997-09-16 SL Baur <steve@altair.xemacs.org> |
| 5307 | |
| 5308 * XEmacs 20.3-beta21 is released. | |
| 5309 | |
| 5310 * XEmacs 19.16-pre2 is released. | |
| 5311 | |
| 187 | 5312 1997-09-13 SL Baur <steve@altair.xemacs.org> |
| 5313 | |
| 5314 * XEmacs 20.3-beta20 is released. | |
| 5315 | |
| 5316 1997-09-11 Martin Buchholz <mrb@eng.sun.com> | |
| 5317 | |
| 5318 * configure.in: Use `PATH' for options that take multiple dirs. | |
| 5319 - Fix test for $PWD == `pwd` | |
| 5320 - Prefer autodetected X11R6 to X11 so that broken HP and Linux | |
| 5321 systems can work. (untested) | |
| 5322 | |
| 5323 * lisp/cl/cl.el: Fix `loop' indentation to be same as `defun'. | |
| 5324 * lisp/prim/dumped-lisp.el: cl-extra and cl-seq always end up | |
| 5325 being autoloaded - let's make them part of the core. | |
| 5326 | |
| 5327 * lisp/x11/x-compose.el: | |
| 5328 * lisp/x11/x-init.el: | |
| 5329 * lisp/x11/x-win-sun.el: | |
| 5330 * lisp/x11/x-winxfree86.el: | |
| 5331 * src/device-x.c: | |
| 5332 * src/event-Xt.c: | |
| 5333 - Yet another rewrite of key handling (not the last, though) | |
| 5334 - x-keysym-on-keyboard-p is much faster. | |
| 5335 - x-keysym-on-keyboard-sans-modifiers-p introduced. | |
| 5336 - x-keysym-hashtable introduced. | |
| 5337 - allow X11R4 libs to guess keysyms on X11R5 servers. | |
| 384 | 5338 - A better workaround for the bug that some Xlibs generate |
| 187 | 5339 Multi_key a adiaeresis when pressing Multi_key a " |
| 384 | 5340 |
| 187 | 5341 * src/dgif_lib.c: Make sure size_t is defined before using it. |
| 5342 | |
| 5343 1997-09-12 SL Baur <steve@altair.xemacs.org> | |
| 5344 | |
| 5345 XEmacs 19.16-pre1 "Queens" is released. | |
| 5346 | |
| 5347 1997-09-08 SL Baur <steve@altair.xemacs.org> | |
| 5348 | |
| 5349 * configure.in: Reverse package-path. | |
| 5350 From Colin Rafferty <craffert@ml.com> | |
| 5351 | |
| 185 | 5352 1997-09-02 SL Baur <steve@altair.xemacs.org> |
| 5353 | |
| 5354 * XEmacs 20.3-beta19 is released. | |
| 5355 | |
| 5356 * Makefile.in (finder): New target. | |
| 5357 | |
| 5358 1997-08-29 SL Baur <steve@altair.xemacs.org> | |
| 5359 | |
| 5360 * XEmacs 19.16-beta91 is released. | |
| 5361 | |
| 5362 1997-08-25 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 5363 | |
| 5364 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist): | |
| 5365 iso-2022-jp-2 is defined as coding-system. | |
| 5366 | |
| 5367 * lisp/mule/mule-coding.el: Rename `iso-2022-ss2-{7|8}' -> | |
| 5368 `iso-2022-{7|8}bit-ss2' to sync with Emacs 20.0.96. | |
| 5369 | |
| 5370 (iso-2022-jp-2): New coding system. | |
| 5371 | |
| 5372 1997-08-23 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 5373 | |
| 5374 * lisp/prim/about.el (about-maintainer-glyph): Fix problem with | |
| 5375 jka-compr.el. | |
| 5376 | |
| 5377 1997-08-20 SL Baur <steve@altair.xemacs.org> | |
| 5378 | |
| 5379 * XEmacs 19.16-beta90 is released. | |
| 5380 | |
| 183 | 5381 1997-08-16 SL Baur <steve@altair.xemacs.org> |
| 5382 | |
| 5383 * XEmacs 20.3-beta18 is released. | |
| 5384 | |
| 181 | 5385 1997-08-09 SL Baur <steve@altair.xemacs.org> |
| 5386 | |
| 5387 * XEmacs 20.3-beta17 is released. | |
| 5388 | |
| 5389 1997-08-09 Martin Buchholz <mrb@eng.sun.com> | |
| 5390 | |
| 5391 * configure.in: | |
| 5392 - use-system-malloc renamed to with-system-malloc. | |
| 5393 - config.el reimplemented for improved accuracy. | |
| 5394 - new variable `blddir' introduced for informational purposes. | |
| 5395 * lib-src/config.values.in: new config.el implementation | |
| 5396 * lib-src/config.values.sh: new config.el implementation | |
| 384 | 5397 * lisp/modes/pascal.el: Sync with GNU Emacs, fix infloop problem |
| 181 | 5398 (thanks to Espen Skoglund, pascal.el maintainer) |
| 5399 * src/chartab.c: maintainability improvements. | |
| 5400 * src/mule-coding.c: FIX for: editing DOS files with ISO2022* | |
| 5401 coding systems results in extra CR's inserted into file on saving. | |
| 5402 | |
| 5403 1997-08-06 SL Baur <steve@altair.xemacs.org> | |
| 5404 | |
| 5405 * configure.in: Crash & burn if db-2 is detected. | |
| 5406 From Soren Dayton <csdayton@cs.uchicago.edu> | |
| 5407 | |
| 179 | 5408 1997-07-31 SL Baur <steve@altair.xemacs.org> |
| 5409 | |
| 5410 * XEmacs 20.3-beta16 is released. | |
| 5411 | |
| 5412 1997-07-31 Martin Buchholz <mrb@eng.sun.com> | |
| 5413 | |
| 5414 * configure.in: --with-x11=no --> --with-xface=no | |
| 5415 * lisp/efs/dired-xemacs.el: Rationalize mouse file functions | |
| 5416 * src/input-method-xlib.c: Allow xemacs to connect to kinput2 | |
| 5417 * event-Xt.c: Fix crashes when no input context available. | |
| 5418 * src/mule-coding.c: Use enum eol_type instead of int consistently | |
| 5419 * regex.c: Use (void *) 0 instead of NULL in varargs function calls | |
| 5420 * src/s/freebsd.h: Wrap #include X11/Xlocale.h inside #ifndef | |
| 5421 NOT_C_CODE | |
| 5422 | |
| 177 | 5423 1997-07-26 SL Baur <steve@altair.xemacs.org> |
| 5424 | |
| 5425 * XEmacs 20.3-beta15 is released. | |
| 5426 | |
| 5427 1997-07-25 SL Baur <steve@altair.xemacs.org> | |
| 5428 | |
| 5429 * lwlib/xlwscrollbar.c: Add debug malloc support. | |
| 5430 * lwlib/xlwmenu.c: Ditto. | |
| 5431 * lwlib/lwlib-utils.h: Ditto. | |
| 5432 | |
| 5433 * configure.in (null_string): Add --use-debug-malloc option. | |
| 5434 | |
| 5435 1997-07-21 SL Baur <steve@altair.xemacs.org> | |
| 5436 | |
| 5437 * info/dir (Packages): Remove AUCTeX, Gnus and Message manuals. | |
| 5438 | |
| 5439 1997-07-20 SL Baur <steve@altair.xemacs.org> | |
| 5440 | |
| 5441 * Makefile.in (install-arch-indep): Create required links when | |
| 5442 prefixdir != execdir. | |
| 5443 | |
| 5444 1997-07-19 SL Baur <steve@altair.xemacs.org> | |
| 175 | 5445 |
| 5446 * XEmacs 20.3-beta14 is released. | |
| 5447 | |
| 5448 1997-07-19 Martin Buchholz <mrb@eng.sun.com> | |
| 5449 | |
| 177 | 5450 * src/fns.c (require): Print messages when loading a file as a |
| 175 | 5451 result of require. |
| 384 | 5452 |
| 175 | 5453 * configure.in: |
| 5454 * lisp/utils/config.el: | |
| 384 | 5455 * lib-src/config.values: |
| 175 | 5456 - new file created and installed by building. |
| 5457 - Allow configuration time values to be queried by the lisp code. | |
| 5458 | |
| 5459 * configure.in: | |
| 5460 - check for alloca in libPW on hpux. | |
| 5461 - Redo --with-clash-detection | |
| 5462 - need to check for termios and friends even if with-tty=no. | |
| 5463 - Always define SIGNALS_VIA_CHARACTERS if HAVE_TERMIOS | |
| 5464 - better quoting for AIX_SMT_EXP (untested) | |
| 5465 - gcc flags now default to "-g -O2 -Wall -Wno-switch" | |
| 5466 | |
| 5467 * *.[ch]: more warning elimination | |
| 5468 | |
| 5469 * src/input-method*.c: | |
| 5470 * src/s/freebsd.h: | |
| 5471 - remove freebsd ifdefs from C code. | |
| 5472 | |
| 5473 * src/specifier.c: | |
| 5474 - fix Fdisplay-table-specifier-p | |
| 5475 | |
| 173 | 5476 1997-07-13 Steven L Baur <steve@altair.xemacs.org> |
| 5477 | |
| 5478 * XEmacs 20.3-beta13 is released. | |
| 5479 | |
| 5480 * info/dir (Packages): Integrate texinfo manual for PH. | |
| 5481 | |
| 5482 1997-07-10 Hrvoje Niksic <hniksic@srce.hr> | |
| 5483 | |
| 5484 * extents.c (print_extent): Print correctly. | |
| 384 | 5485 |
| 173 | 5486 1997-07-13 Steven L Baur <steve@altair.xemacs.org> |
| 5487 | |
| 5488 * configure.in (CPP): Add -Wall to default gcc CFLAGS. | |
| 5489 | |
| 5490 1997-07-11 Martin Buchholz <mrb@eng.sun.com> | |
| 5491 | |
| 5492 * *Makefile*: More cleanup. | |
| 5493 - MAKE CFLAGS=-foo now works with recursive invocations on old makes | |
| 5494 - Nuke ld_call_shared from s&m files | |
| 5495 - Nuke src/s/*-static.h | |
| 5496 - Nuke Solaris and DEC OSF static build support. | |
| 5497 - Nuke SHORTNAMES | |
| 5498 - Nuke libmld | |
| 5499 - CLASH_DETECTION configurable, off by default. | |
| 5500 | |
| 5501 * *.[ch]: Warning elimination, code cleanup, some 64-bit | |
| 5502 safeguarding. | |
| 5503 | |
| 5504 * sol2.h: More bullet-proofing for Sun bugs in header files. | |
| 5505 | |
| 5506 * lib-src/etags.c: etags version 12.19. | |
| 5507 | |
| 5508 * lisp/x11/x-select.el: | |
| 5509 * src/xselect.c: Try STRING if selection owner couldn't convert | |
| 384 | 5510 COMPOUND_TEXT. |
| 173 | 5511 |
| 5512 * src/*.c: Change defalt to default_, and in general allow | |
| 5513 doc-snarfing functions to recognize and ignore trailing `_' | |
| 5514 | |
| 384 | 5515 * src/*.[ch]: Introduce XVECTOR_DATA and XVECTOR_LENGTH macros and |
| 173 | 5516 convert source code to use them consistently. |
| 5517 | |
| 171 | 5518 1997-07-08 Steven L Baur <steve@altair.xemacs.org> |
| 5519 | |
| 5520 * XEmacs 20.3-beta12 is released. | |
| 5521 | |
| 5522 1997-07-08 Martin Buchholz <mrb@eng.sun.com> | |
| 5523 | |
| 384 | 5524 * configure.in: Set options differently, depending on beta-ness of |
| 171 | 5525 build tree. |
| 5526 * *Makefile*: Clean up *clean: targets, esp. Steven's beloved | |
| 5527 distclean. | |
| 5528 | |
| 5529 1997-07-08 Steven L Baur <steve@altair.xemacs.org> | |
| 5530 | |
| 5531 * pkg-src/tree-x/Makefile.in.in (xoobr): Pass CFLAGS to the | |
| 5532 linker. | |
| 5533 From Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr> | |
| 5534 | |
| 5535 1997-07-07 Steven L Baur <steve@altair.xemacs.org> | |
| 5536 | |
| 5537 * pkg-src/tree-x/Makefile.in.in (distclean): Add target. | |
| 5538 | |
| 5539 1997-07-06 Steven L Baur <steve@altair.xemacs.org> | |
| 5540 | |
| 5541 * lwlib/lwlib-Xm.c (xm_update_one_value): Hand application of mrb | |
| 5542 fix. Restoration of lossage from beta10->beta11 upgrade. | |
| 5543 | |
| 5544 * XEmacs 20.3-beta11 is released. | |
| 5545 | |
| 5546 1997-07-08 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 5547 | |
| 5548 * lisp/language/english.el: Add quail-british for British. | |
| 5549 | |
| 5550 * lisp/language/european.el: Register input-method for various non | |
| 5551 quail-latin-1 methods. | |
| 5552 | |
| 169 | 5553 1997-07-05 Martin Buchholz <mrb@eng.sun.com> |
| 5554 | |
| 5555 * lib-src/getopt*.c: Don't redefine const - let configure do that. | |
| 5556 | |
| 5557 * configure.in: Better behavior for `configure --with-gcc=no' | |
| 5558 - Autodetect ulimit.h | |
| 5559 - Remove broken SunOS4 kludge for libXmu | |
| 5560 - Autodetect usleep | |
| 5561 | |
| 5562 * src/s/sol2.h: Support gcc on various Solaris releases. | |
| 384 | 5563 |
| 169 | 5564 * lib-src/*.c: Ansify prototypes. |
| 5565 | |
| 5566 * lisp/prim/files.el: Optimize auto-mode-alist. | |
| 5567 | |
| 5568 * pkg-src/tree-x/Makefile.in.in: `make distclean' now works | |
| 5569 - `make install' now works. | |
| 5570 - dependencies updated. | |
| 5571 | |
| 5572 * pkg-src/tree-x/*.[ch]: Fix compile warnings. | |
| 5573 - Replace uses of XtVa* with non-varargs variants. | |
| 5574 | |
| 5575 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 5576 | |
| 5577 * lisp/modes/image-mode.el: Add `image-maybe-restore' to | |
| 5578 `change-major-mode-hook'. | |
| 5579 | |
| 5580 * lisp/modes/image-mode.el (image-maybe-restore): New function. | |
| 5581 | |
| 5582 * src/glyphs.c (make_string_from_file): must protect from | |
| 5583 `format-alist'. | |
| 5584 | |
| 5585 1997-06-30 Steven L Baur <steve@altair.xemacs.org> | |
| 5586 | |
| 5587 * pkg-src/tree-x/Makefile.in.in (INSTALL): Add configure written | |
| 5588 variable. | |
| 5589 | |
| 167 | 5590 1997-06-29 Steven L Baur <steve@altair.xemacs.org> |
| 5591 | |
| 169 | 5592 * configure.in (CPP): Correct typo `print-lib-gcc-file-name' |
| 5593 should be `print-libgcc-file-name' | |
| 5594 From Katsumi Yamaoka <yamaoka@ga.sony.co.jp> | |
| 384 | 5595 |
| 167 | 5596 * XEmacs 20.3-beta10 is released. |
| 5597 | |
| 5598 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 5599 | |
| 5600 * lisp/language/chinese.el: Add chinese-isoir165 (CCITT Extended | |
| 5601 GB). | |
| 5602 | |
| 5603 * lisp/language/chinese.el: Modify charset DOC-strings for CNS | |
| 5604 11643 to be more detailed. | |
| 5605 | |
| 5606 * lisp/language/arabic.el: Rename `arabic-0', `arabic-1' and | |
| 5607 `arabic-2' to `arabic-digit', `arabic-1-column' and | |
| 5608 `arabic-2-column' to sync with Emacs/mule-19.34.94-zeta. | |
| 5609 | |
| 5610 * src/mule-charset.c: Modify charset DOC-strings to be more | |
| 5611 detailed. | |
| 5612 | |
| 5613 Use BOX DRAWINGS characters of JIS X0208. | |
| 5614 | |
| 5615 1997-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 5616 | |
| 5617 * lisp/apel/richtext.el: Add autoload comments for | |
| 5618 `richtext-encode' and `richtext-decode'. | |
| 5619 | |
| 5620 * lisp/prim/format.el (format-alist): Add `text/richtext'. | |
| 5621 | |
| 5622 * lisp/tl/chartblxmas.el: New file. | |
| 5623 | |
| 5624 * lisp/x11/x-menubar.el (default-menubar): Add "Show character | |
| 5625 table" for MULE menu. | |
| 5626 | |
| 5627 * lisp/apel/emu.el: Check richtext.el is bundled. | |
| 5628 | |
| 5629 * lisp/tl/char-table.el (view-charset): New command. | |
| 5630 | |
| 5631 * lisp/tl/char-table.el: Rename some functions. | |
| 5632 | |
| 5633 * lisp/packages/hexl.el (hexl-mode-exit): Run | |
| 5634 `hexl-mode-exit-hook'. | |
| 5635 | |
| 5636 * lisp/x11/x-menubar.el (default-menubar): Fix "Describe language | |
| 5637 support" and "Set language environment" of mule menu. | |
| 5638 | |
| 5639 * lisp/apel/file-detect.el: Add autoload comments for function | |
| 5640 `add-path', `add-latest-path', `get-latest-path', | |
| 5641 `file-installed-p', `exec-installed-p', `module-installed-p' and | |
| 5642 variable `exec-suffix-list'. | |
| 5643 | |
| 5644 * lisp/prim/format.el (format-alist): Add image/jpeg, image/gif, | |
| 5645 image/png and image/x-xpm. | |
| 5646 | |
| 5647 * lisp/modes/image-mode.el: New file. | |
| 5648 | |
| 5649 1997-06-27 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 5650 | |
| 5651 * lisp/tm/tm-ew-e.el (tm-eword::encode-string-1): avoid infinite | |
| 5652 loop caused by long non-encoded-word element. (cf. [tm-en:1356]) | |
| 5653 | |
| 5654 (mime/field-encoding-method-alist): Add "Message-ID" as ignored. | |
| 5655 | |
| 165 | 5656 1997-06-25 Steven L Baur <steve@altair.xemacs.org> |
| 5657 | |
| 5658 * XEmacs 20.3-beta9 is released. | |
| 5659 | |
| 5660 * Makefile.in (dist): Make `make dist' work for me. | |
| 5661 | |
| 5662 1997-06-25 Martin Buchholz <mrb@eng.sun.com> | |
| 5663 | |
| 5664 * configure.in: | |
| 5665 - Change "t" to tabs in sed commands | |
| 5666 - Add /g to sed substitition commands when appropriate | |
| 5667 - Change XtVa[SG]etValue to Xt[SG]etValue | |
| 5668 - Make version variables into Lisp_Objects. | |
| 5669 | |
| 5670 1997-06-19 Martin Buchholz <mrb@eng.sun.com> | |
| 5671 | |
| 5672 * src/config.h.in: | |
| 5673 * configure.in: | |
| 5674 - Autodetect X defines using xmkmf. | |
| 5675 - Compute rpath on *bsd* systems as well. | |
| 5676 - rewrite PRINT_VAR m4 macro. | |
| 5677 - detect sizes of void* and long long for future use by unex*.c | |
| 5678 * regex.c: _GNU_SOURCE may be defined by config.h; don't redefine. | |
| 5679 | |
| 5680 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 5681 | |
| 5682 * lisp/language/arabic.el: moved from lisp/mule/arabic-hooks.el. | |
| 5683 | |
| 5684 * lisp/mh-e/mh-e.el (mh-get-new-mail): Decode output as | |
| 5685 `mh-folder-coding-system'. | |
| 5686 | |
| 5687 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 5688 | |
| 5689 * lisp/language/ethio-util.el: imported from | |
| 5690 Emacs/mule-19.34.94-zeta. | |
| 5691 | |
| 5692 * lisp/language/arabic-util.el: moved from lisp/mule/arabic.el; | |
| 5693 repair Arabic characters. | |
| 5694 | |
| 5695 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 5696 | |
| 5697 * lib-src/update-autoloads.sh: Search lisp/mule/. | |
| 5698 | |
| 5699 * lisp/x11/x-menubar.el: Fix "Describe language support" and "Set | |
| 5700 language environment" of Mule menu. | |
| 5701 | |
| 5702 * lisp/language/visual-mode.el: moved from mule/. | |
| 5703 | |
| 5704 * lisp/language/ethiopic.el: Modify for XEmacs. | |
| 5705 | |
| 5706 * lisp/language/cyrillic.el: Modify DOC-string of koi8-r; Fixed | |
| 5707 problem of setting for `language-info-alist' about koi8-r. | |
| 5708 | |
| 5709 * lisp/mule/auto-autoloads.el: Enable auto-autoloads.el for mule/. | |
| 5710 | |
| 5711 * lisp/mule/mule-util.el: New file (imported from | |
| 5712 Emacs/mule-19.34.94-zeta). | |
| 5713 | |
| 5714 * lisp/mule/mule-misc.el: Function `truncate-string-to-width' was | |
| 5715 moved to mule-util.el. | |
| 5716 | |
| 5717 * lisp/prim/dumped-lisp.el, lisp/mule/mule-load.el: | |
| 5718 lisp/mule/arabic-hooks.el was moved to lisp/language/arabic.el; | |
| 5719 lisp/mule/arabic.el was moved to lisp/language/arabic-util.el; Use | |
| 5720 lisp/language/ethiopic.el instead of lisp/mule/ethiopic-hooks.el; | |
| 5721 Use lisp/language/ethio-util.el instead of lisp/mule/ethiopic.el. | |
| 5722 | |
| 5723 * lisp/mule/mule-coding.el (coding-system-docstring): New alias to | |
| 5724 emulate Emacs/mule-19.34.94-zeta function. | |
| 5725 | |
| 5726 * lisp/mule/mule-cmds.el: modified to sync with | |
| 5727 Emacs/mule-19.34.94-zeta (mule-prefix was changed to "C-x C-m") | |
| 5728 | |
| 5729 (set-language-info): Add to "Describe Language Support" and "Set | |
| 5730 Language Environment" menu. | |
| 5731 | |
| 5732 * lisp/mule/mule-charset.el: Function `compose-region' and | |
| 5733 `decompose-region' were moved to mule-util.el. | |
| 5734 | |
| 5735 * lisp/leim/quail.el: modify to sync with latest quail.el of | |
| 5736 Emacs/mule in ETL. | |
| 5737 | |
| 5738 (quail-toggle-mode-temporarily): check `quail-conv-overlay'. | |
| 5739 | |
| 5740 (quail-map-p): Use `characterp' instead of `integerp'. | |
| 5741 | |
| 163 | 5742 1997-06-21 Steven L Baur <steve@altair.xemacs.org> |
| 5743 | |
| 165 | 5744 * Makefile.in: Missing FRC.info. |
| 5745 (install-arch-dep): Add missing backslash. | |
| 5746 From Glynn Clements <glynn@sensei.co.uk> | |
| 5747 | |
| 163 | 5748 * XEmacs 20.3-beta8 is released. |
| 5749 | |
| 4010 | 5750 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr> |
| 163 | 5751 |
| 5752 * lwlib/lwlib-Xaw.c, lwlib/lwlib-Xlw.c, lwlib/lwlib-Xm.c, | |
| 5753 lwlib/lwlib.c: Make 64 bit clean. | |
| 384 | 5754 |
| 163 | 5755 1997-06-19 Martin Buchholz <mrb@eng.sun.com> |
| 5756 | |
| 5757 * configure.in: | |
| 5758 - Autodetect X defines using xmkmf. | |
| 5759 - Compute rpath on *bsd* systems as well. | |
| 5760 - rewrite PRINT_VAR m4 macro. | |
| 5761 - detect sizes of void* and long long for future use by unex*.c | |
| 5762 | |
| 5763 1997-06-18 Martin Buchholz <mrb@eng.sun.com> | |
| 5764 | |
| 5765 * */Makefile.in.in: Another rewrite | |
| 5766 Make makefiles immune from being mangled by various cpp | |
| 384 | 5767 implementations by quoting non-preprocessor directive lines. |
| 163 | 5768 - random cleanup |
| 5769 - Use $(RM) and $(pwd) macros consistently | |
| 5770 - Add dependencies for balloon-help source files | |
| 5771 - Use getcwd by default instead of getwd. | |
| 5772 * lwlib/config.h: Now includes src/config.h | |
| 5773 * lwlib/*.c: Use config.h, but DON'T use Xos.h | |
| 5774 * lib-src/*.c: Fix compiler warnings | |
| 5775 * lisp/version.el: | |
| 5776 - Put version information in version.sh instead of version.el | |
| 5777 | |
| 5778 Wed Jun 18 16:41:43 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 5779 | |
| 5780 * configure.in (CPP): Remove hardcoding of -L/usr/local/lib | |
| 5781 -I/usr/local/include. | |
| 5782 | |
| 161 | 5783 1997-06-14 Steven L Baur <steve@altair.xemacs.org> |
| 5784 | |
| 5785 * XEmacs 20.3-beta7 is released. | |
| 5786 | |
| 5787 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 5788 | |
| 5789 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Modify | |
| 5790 regexp for horizontal smiley faces. | |
| 5791 (smiley-nosey-regexp-alist): Add horizontal smiley faces. | |
| 5792 | |
| 5793 * lisp/leim/quail.el (quail-get-translation): Don't use | |
| 5794 `string-to-vector' for XEmacs. | |
| 5795 | |
| 5796 1997-06-13 Gary D. Foster <Gary.Foster@corp.Sun.COM> | |
| 5797 | |
| 5798 * lisp/modes/*.el: Removed all "\177" bindings that were | |
| 5799 previously commented out and normalized everything vis a vis | |
| 5800 'backspace and 'delete keysyms. | |
| 5801 * lisp/packages/*.el: Normalized all the "\177" bindings | |
| 384 | 5802 * lisp/modes/cperl-mode.el: Created cperl-electric-delete function |
| 161 | 5803 which is a "smart" version of the cperl-electric-backspace |
| 5804 function (it honors the desired delete direction). Bound it to | |
| 5805 'delete and the electric-backspace to 'backspace. | |
| 384 | 5806 * lisp/packages/pending-del.el: Added cperl-electric-backspace and |
| 161 | 5807 cperl-electric-delete to the 'supersede list. |
| 5808 | |
| 159 | 5809 1997-06-11 Steven L Baur <steve@altair.xemacs.org> |
| 5810 | |
| 5811 * XEmacs 20.3-b6 is released. | |
| 5812 | |
| 5813 * configure.in (GNU_MALLOC): Check for (-l)PW instead of (-l)-lPW. | |
| 5814 Suggested by Martin Buchholz <mrb@eng.sun.com> | |
| 5815 | |
| 5816 1997-06-11 Martin Buchholz <mrb@eng.sun.com> | |
| 5817 | |
| 384 | 5818 * src/Makefile.in: |
| 5819 * lwlib/Makefile.in: | |
| 5820 * lib-src/Makefile.in: | |
| 159 | 5821 * Makefile.in: More Makefile cleanup |
| 5822 - add .PHONY targets where necessary | |
| 5823 - remove most builtin rules using .SUFFIXES | |
| 5824 - -lXau only gets used for linking gnuserv binaries | |
| 5825 - No VPATH for root Makefile | |
| 5826 - remove gcc v1 support | |
| 384 | 5827 * configure.in: |
| 159 | 5828 - A new test to autodetect need to define NARROWPROTO, |
| 5829 needed by XFree86 | |
| 5830 - Consistently use idiom foo=`echo '' $foo | sed -s 's:^ ::' -e ...` | |
| 5831 - Immediately exit if SIZEOF_* tests fail. | |
| 5832 - Check for libPW | |
| 5833 - Use more sophisticated Xpm test that confirms xpm.h and libXpm | |
| 5834 are in sync. | |
| 384 | 5835 * src/s/linux.h: |
| 159 | 5836 * src/m/intel386.h: Yet another attempt to clean up linux defines. |
| 5837 | |
| 5838 1997-06-10 Steven L Baur <steve@altair.xemacs.org> | |
| 5839 | |
| 5840 * lib-src/pop.c: Correct incantation for pop.h. | |
| 5841 From Martin Buchholz <mrb@Eng.Sun.COM> | |
| 5842 | |
| 5843 Tue Jun 10 15:11:16 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 5844 | |
| 5845 * configure.in (beta): Correct test looking for Beta number. | |
| 5846 | |
| 5847 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 5848 | |
| 5849 * src/Makefile.in.in, mule/language/misc-lang.el, | |
| 5850 mule/mule-load.el, mule/ipa-hooks.el: Use | |
| 5851 lisp/mule/language/misc-lang.el instead of lisp/mule/ipa-hooks.el; | |
| 5852 mule/ipa-hooks.el was deleted. | |
| 5853 | |
| 5854 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 5855 | |
| 5856 * Use lisp/mule/language/thai-util.el instead of | |
| 5857 lisp/mule/thai.el. | |
| 5858 | |
| 5859 * lisp/custom/wid-edit.el: Add widget `coding-system' for mule. | |
| 5860 | |
| 5861 * lisp/mule/thai-hooks.el, lisp/mule/mule-load.el: Use | |
| 5862 lisp/mule/language/thai.el instead of lisp/mule/thai-hooks.el. | |
| 5863 | |
| 5864 * lisp/mule/language/thai.el: modified for XEmacs. | |
| 5865 | |
| 5866 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 5867 | |
| 5868 * lisp/mule/mule-load.el, src/Makefile.in.in: Use | |
| 5869 lisp/mule/language/chinese.el, lisp/mule/language/cyrillic.el, | |
| 5870 lisp/mule/language/european.el, lisp/mule/language/greek.el, | |
| 5871 lisp/mule/language/japanese.el and lisp/mule/language/korean.el | |
| 5872 instead of lisp/mule/chinese-hooks.el, | |
| 5873 lisp/mule/cyrillic-hooks.el, lisp/mule/european-hooks.el, | |
| 5874 lisp/mule/greek-hooks.el, lisp/mule/japanese-hooks.el and | |
| 5875 lisp/mule/korean-hooks.el. | |
| 5876 | |
| 5877 * lisp/mule/language/*.el was imported from | |
| 5878 Emacs/mule-19.34.94-zeta. | |
| 5879 | |
| 5880 * Use lisp/mule/language/china-util.el instead of | |
| 5881 lisp/mule/chinese.el. | |
| 5882 | |
| 5883 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 5884 | |
| 5885 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist): | |
| 5886 iso-8859-1, hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r | |
| 5887 were defined as coding-system. | |
| 5888 | |
| 5889 1997-06-07 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 5890 | |
| 5891 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Add Japanese | |
| 5892 smiley faces. | |
| 5893 | |
| 163 | 5894 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com> |
| 384 | 5895 |
| 163 | 5896 * lisp/modes/view-less.el: Changed \177 bindings to 'delete |
| 5897 * lisp/modes/help.el: Changed \177 bindings to 'delete | |
| 5898 | |
| 5899 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com> | |
| 5900 | |
| 5901 * lisp/prim/keydefs.el: Changed all 'delete key bindings to point to | |
| 5902 the `backward-or-forward-foo' functions. | |
| 5903 * lisp/prim/simple.el: | |
| 5904 - Renamed `delete-erases-forward' to `delete-key-deletes-forward'. | |
| 5905 - Removed `backspace-or-delete-hook' | |
| 5906 - Renamed `backspace-or-delete' to `backward-or-forward-delete-char' | |
| 5907 - Added functions: `backward-or-forward-kill-word' | |
| 5908 `backward-or-forward-kill-sentence' | |
| 5909 `backward-or-forward-kill-sexp' | |
| 5910 - Removed the zmacs hacks from all the `b-or-f-foo' functions and | |
| 5911 began playing nicely with pending-del. | |
| 5912 * lisp/modes/cc-mode.el: | |
| 5913 * lisp/modes/cperl-mode.el: Fixed references to delete functions | |
| 5914 to use the new names. | |
| 384 | 5915 |
| 157 | 5916 1997-06-09 Steven L Baur <steve@altair.xemacs.org> |
| 5917 | |
| 5918 * XEmacs 20.3-b5 is released. | |
| 5919 | |
| 155 | 5920 1997-06-05 Steven L Baur <steve@altair.xemacs.org> |
| 5921 | |
| 5922 * XEmacs 20.3-b4 is released. | |
| 5923 | |
| 5924 1997-06-04 Martin Buchholz <mrb@eng.sun.com> | |
| 5925 | |
| 5926 * src/*/*.h: Remove definitions of HAVE_UNION_WAIT, in accordance | |
| 5927 with new Autoconf 2 mechanisms. | |
| 5928 * src/syswait.h: | |
| 5929 * src/sysdep.c: | |
| 5930 * src/process.c: Use only Posix.1 sys/wait.h-defined symbols | |
| 5931 | |
| 5932 * src/s/netbsd.h: complete rewrite, use ORDINARY_LINK, #ifdef out | |
| 5933 old cruft that can be obtained from system header files. | |
| 5934 * lib-src/getopt*: Synch with FSF, remove compiler warnings. | |
| 384 | 5935 |
| 5936 * lib-src/b2m.c: | |
| 5937 * src/gifalloc.c: | |
| 5938 * lib-src/gnuslib.c: | |
| 5939 * lib-src/profile.c: | |
| 155 | 5940 * lib-src/movemail.c: Fix compiler warnings |
| 384 | 5941 |
| 155 | 5942 * lib-src/Makefile.in.in: Remove unused -DCONFIG_BROKETS flag |
| 5943 - Fix up compile flags for new etags version | |
| 5944 | |
| 384 | 5945 * man/xemacs/programs.texi: |
| 155 | 5946 * lib-src/etags.c: Upgraded to etags 12.11 |
| 5947 | |
| 5948 * src/config.h.in: Fix inline keyword support | |
| 384 | 5949 |
| 5950 * configure.in: Use a different mechanism for removing extra white | |
| 155 | 5951 space. Avoid using foo=`echo $bar`, which loses with various echos. |
| 5952 - new M4 macro XE_SPACE(var, words...) | |
| 5953 - Use autoconf 2's AC_HEADER_SYS_WAIT | |
| 5954 - Check for Xpm-XpmFree instead of Xpm-XpmReadFileToData to avoid | |
| 5955 linking with losing Xpm implementations | |
| 5956 - Check for correct wnn4 lib symbols | |
| 5957 - Only link with inline.o when using gcc | |
| 5958 - Support inline keywords inline, __inline, __inline__ | |
| 5959 - Ultrix now implies have_mmap=no | |
| 5960 - Sun sound in non-standard dirs now works | |
| 5961 - --native-sound-lib no longer ignored on HP & SGI | |
| 5962 - gpm configure tests moved after curses configure tests | |
| 163 | 5963 |
| 5964 1997-06-04 Gary D. Foster <Gary.Foster@corp.sun.com> | |
| 5965 | |
| 384 | 5966 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to honor the |
| 163 | 5967 desired delete direction in both normal and "hungry" modes. |
| 384 | 5968 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to |
| 163 | 5969 honor the desired delete direction. |
| 384 | 5970 |
| 155 | 5971 1997-05-30 Martin Buchholz <mrb@eng.sun.com> |
| 5972 | |
| 5973 * configure.in: Automagically compute -R path for gcc | |
| 5974 | |
| 163 | 5975 1997-05-30 Gary D. Foster <Gary.Foster@corp.sun.com> |
| 5976 | |
| 5977 * lisp/vm/vm-vars.el: Fixed delete key binding to call | |
| 5978 `vm-scroll-down' | |
| 384 | 5979 |
| 155 | 5980 Thu May 29 15:35:07 1997 Martin Buchholz <mrb@eng.sun.com> |
| 5981 | |
| 5982 * configure.in: Add support for Solaris2.6 -z ignore linker flags | |
| 5983 | |
| 5984 1997-05-29 Martin Buchholz <mrb@eng.sun.com> | |
| 5985 | |
| 5986 * configure.in: Replace standard Autoconf MMAP test with Neal | |
| 5987 Becker's replacement, hacked somewhat. | |
| 5988 | |
| 163 | 5989 1997-05-16 Gary D. Foster <Gary.Foster@corp.sun.com> |
| 5990 | |
| 5991 * lisp/prim/simple.el: Created `backspace-or-delete' function and | |
| 5992 `backspace-or-delete-hook' | |
| 5993 * lisp/prim/keydefs.el: Changed \177 bindings to point to new | |
| 5994 delete function. | |
| 5995 * lisp/modes/*.el: Removed conflicting \177 bindings. | |
| 5996 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to use new | |
| 5997 delete bindings. | |
| 384 | 5998 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to |
| 163 | 5999 use new delete bindings. |
| 384 | 6000 |
| 155 | 6001 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp> |
| 6002 | |
| 6003 * lisp/x11/x-menubar.el (default-menubar): Add menu for Mule. | |
| 6004 | |
| 6005 * lisp/mule/mule-cmds.el: Menu for XEmacs were moved to | |
| 6006 x11/x-menubar.el. | |
| 6007 | |
| 6008 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 6009 | |
| 6010 * lisp/leim/quail.el: to avoid compiling warnings about | |
| 6011 overlay.el. | |
| 6012 | |
| 6013 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 6014 | |
| 6015 * lisp/leim/quail.el: to sync with quail.el of | |
| 6016 Emacs-19.34.94-zeta. | |
| 6017 | |
| 6018 * lisp/leim/quail/ziranma.el, lisp/leim/quail/tonepy.el, | |
| 6019 lisp/leim/quail/py.el, lisp/leim/quail/qj.el, | |
| 6020 lisp/leim/quail/sw.el, lisp/leim/quail/ccdospy.el, | |
| 6021 lisp/leim/quail/punct.el, lisp/leim/quail/4corner.el, | |
| 6022 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/ethiopic.el, | |
| 6023 lisp/leim/quail/hanja.el, lisp/leim/quail/quick-cns.el, | |
| 6024 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/lrt.el, | |
| 6025 lisp/leim/quail/tsangchi-b5.el, lisp/leim/quail/devanagari.el, | |
| 6026 lisp/leim/quail/japanese.el, lisp/leim/quail/quick-b5.el, | |
| 6027 lisp/leim/quail/punct-b5.el, lisp/leim/quail/qj-b5.el, | |
| 6028 lisp/leim/quail/py-b5.el, lisp/leim/quail/ctlau.el, | |
| 6029 lisp/leim/quail/ctlaub.el, lisp/leim/quail/ecdict.el, | |
| 6030 lisp/leim/quail/array30.el, lisp/leim/quail/hangul3.el, | |
| 6031 lisp/leim/quail/hanja-jis.el, lisp/leim/quail/cyrillic.el, | |
| 6032 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el, | |
| 6033 lisp/leim/quail/ipa.el, lisp/leim/quail/lao.el, | |
| 6034 lisp/leim/quail/zozy.el, lisp/leim/quail/viqr.el, | |
| 6035 lisp/leim/quail/latin.el, lisp/leim/quail/thai.el, | |
| 6036 lisp/leim/quail/hangul.el: quail of LEIM for Emacs-19.34.94-zeta. | |
| 6037 | |
| 6038 1997-06-02 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 6039 | |
| 6040 * mule/korean.el was abolished because it seems not to be used. | |
| 6041 | |
| 6042 * mule/japanese.el was abolished because it seems not to be used. | |
| 6043 | |
| 6044 1997-06-01 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 6045 | |
| 6046 * lisp/tm/gnus-mime-old.el was abolished because XEmacs 20.3 has | |
| 6047 Gnus 5.4. | |
| 6048 | |
| 6049 * lisp/tm/tm-edit.el: updated to 7.108. | |
| 6050 | |
| 6051 * lisp/tm/tm-view.el: updated to 7.83. | |
| 6052 | |
| 6053 * lisp/leim/quail.el: modified for XEmacs. | |
| 6054 | |
| 6055 * lisp/mule/mule-load.el, lisp/mule/mule-process.el: delete | |
| 6056 mule-process.el because it is not used. | |
| 6057 | |
| 6058 * lisp/mule/european.el was abolished because it seems not to be | |
| 6059 used. | |
| 6060 | |
| 6061 * lisp/mule/mule-load.el: must load mule-cmds before setting for | |
| 6062 language-environment. | |
| 6063 | |
| 6064 * lisp/mule/european-hooks.el: Modified for LEIM. | |
| 6065 | |
| 6066 * lisp/mule/mule-cmds.el: Uncomment key definition for | |
| 6067 `toggle-input-method'. | |
| 6068 | |
| 6069 * lisp/mule/mule-init.el: Comment out about `mule-keymap' (moved | |
| 6070 to mule-cmds.el). | |
| 6071 | |
| 6072 * lisp/mule/mule-cmds.el: Uncomment about `mule-keymap' (moved | |
| 6073 from mule-init.el). | |
| 6074 | |
| 6075 * lisp/tl/tl-atype.el: Don't require tl-str. | |
| 6076 | |
| 6077 * lisp/tl/tl-atype.el: Use atype.el of APEL. | |
| 6078 | |
| 6079 * lisp/tl/tl-list.el: Use alist.el of APEL. | |
| 6080 | |
| 6081 1997-05-31 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
| 6082 | |
| 6083 * lisp/tl/richtext.el, lisp/tl/emu-x20.el, lisp/tl/emu-xemacs.el, | |
| 6084 lisp/tl/emu.el, lisp/tl/emu-e19.el: moved to apel/. | |
| 6085 | |
| 6086 * lisp/tl/file-detect.el, lisp/tl/filename.el: replaced by APEL's. | |
| 6087 | |
| 6088 * lisp/mu/std11-parse.el, lisp/mu/std11.el: moved to apel/. | |
| 6089 | |
| 6090 * lisp/leim/quail.el: Add new quail.el (imported from Emacs | |
| 6091 19.34.94-epsilon). | |
| 6092 | |
| 6093 * lisp/leim/skk/skkdic.el: delete skkdic.el temporary because | |
| 6094 XEmacs can not compile it. | |
| 6095 | |
| 6096 * lisp/leim/skk/skkdic.el, lisp/leim/quail/zozy.el, | |
| 6097 lisp/leim/quail/ziranma.el, lisp/leim/quail/viqr.el, | |
| 6098 lisp/leim/quail/tsangchi-cns.el, lisp/leim/quail/tsangchi-b5.el, | |
| 6099 lisp/leim/quail/symbol-ksc.el, lisp/leim/quail/thai.el, | |
| 6100 lisp/leim/quail/tonepy.el, lisp/leim/quail/quick-cns.el, | |
| 6101 lisp/leim/quail/sw.el, lisp/leim/quail/qj-b5.el, | |
| 6102 lisp/leim/quail/qj.el, lisp/leim/quail/quick-b5.el, | |
| 6103 lisp/leim/quail/py-b5.el, lisp/leim/quail/py.el, | |
| 6104 lisp/leim/quail/lao.el, lisp/leim/quail/latin.el, | |
| 6105 lisp/leim/quail/lrt.el, lisp/leim/quail/punct-b5.el, | |
| 6106 lisp/leim/quail/punct.el, lisp/leim/quail/hanja-jis.el, | |
| 6107 lisp/leim/quail/hanja.el, lisp/leim/quail/ipa.el, | |
| 6108 lisp/leim/quail/japanese.el, lisp/leim/quail/hangul3.el, | |
| 6109 lisp/leim/quail/etzy.el, lisp/leim/quail/greek.el, | |
| 6110 lisp/leim/quail/hangul.el, lisp/leim/quail/ethiopic.el, | |
| 6111 lisp/leim/quail/devanagari.el, lisp/leim/quail/ecdict.el, | |
| 6112 lisp/leim/quail/ctlau.el, lisp/leim/quail/ctlaub.el, | |
| 6113 lisp/leim/quail/cyrillic.el, lisp/leim/quail/array30.el, | |
| 6114 lisp/leim/quail/ccdospy.el, lisp/leim/quail/4corner.el: Add LEIM | |
| 6115 elisp files; old lisp/quail was abolished. | |
| 6116 | |
| 6117 * src/Makefile.in.in: Add mule-cmds.elc. | |
| 6118 | |
| 6119 * lisp/mule/mule-load.el, lisp/mule/mule-cmds.el: Add mule-cmds.el | |
| 6120 (imported from Emacs-19.34.94-epsilon and comment out a lot to | |
| 6121 avoid conflict with mule-init.el or other XEmacs/mule files). | |
| 6122 | |
| 6123 * lisp/prim/simple.el (assoc-ignore-case): New function; imported | |
| 6124 from Emacs-19.34.94-epsilon. | |
| 6125 | |
| 153 | 6126 1997-05-29 Steven L Baur <steve@altair.xemacs.org> |
| 6127 | |
| 6128 * XEmacs 20.3-beta3 is released. | |
| 6129 | |
| 6130 * INSTALL: Delete documentation of mocklisp support. | |
| 6131 | |
| 6132 * configure.in: Delete mocklisp support. | |
| 6133 | |
| 6134 1997-05-29 Martin Buchholz <mrb@eng.sun.com> | |
| 6135 | |
| 6136 * configure.in: Replace standard Autoconf MMAP test with Neal | |
| 6137 Becker's replacement, hacked somewhat. | |
| 6138 | |
| 6139 1997-05-28 Martin Buchholz <mrb@eng.sun.com> | |
| 6140 | |
| 6141 * lisp/prim/files.el (auto-mode-alist): Reorg auto-mode-alist again. | |
| 6142 | |
| 6143 * lib-src/etags.c: Version 12.7 from Francesco. | |
| 6144 | |
| 6145 * configure.in: Juggle link order of X libraries. | |
| 6146 Add support for using zsh to run configure. | |
| 6147 Document --with-tty=no. | |
| 6148 Fix -no-recursion option. | |
| 6149 Recognize and ignore --cache-file option. | |
| 6150 Recognize null values for preprocessor symbols converted to shell | |
| 6151 variables. This maybe fixes the "-ltermcap" problem. | |
| 6152 Remove spurious blanks from various SUBST-ituted variables. | |
| 6153 Fix conditional creation of gdbinit. | |
| 6154 Conditionally create .sbinit for Sunpro C. | |
| 6155 | |
| 151 | 6156 1997-05-22 Steven L Baur <steve@altair.xemacs.org> |
| 6157 | |
| 6158 * XEmacs 20.3-beta2 is released. | |
| 6159 | |
| 6160 Thu May 22 04:19:09 1997 Martin Buchholz <mrb@eng.sun.com> | |
| 6161 | |
| 6162 * configure.in: Try to fix all reported bugs with 20.3-b1. | |
| 6163 Change HAVE_WNN6 to WNN6. WNN6 correctly autodetected. | |
| 6164 extra-verbose now default on beta builds. | |
| 6165 extra-verbose now much more verbose. | |
| 6166 Don't set libs_termcap to " ". | |
| 6167 Detect -lXm AFTER detecting -lXpm. | |
| 6168 Use runtime paths before running tests, since AC_TRY_RUN may | |
| 6169 depend on it. | |
| 6170 with-xim=motif only default on Solaris. | |
| 6171 realpath moved from s&m to configure.in. | |
| 384 | 6172 xemacs-version.h removed. main_1 now contains $canonical as well, |
| 151 | 6173 for even more useful backtraces. |
| 6174 termcap handling rewritten. | |
| 6175 Create .sbinit for Sun's source browser. | |
| 6176 Warn user if no XPM support present. | |
| 6177 Warn user if compiling in error checking. | |
| 6178 | |
| 384 | 6179 * Makefile.in: use MAKE_SUBDIR consistently. Remove references to |
| 151 | 6180 dynodump. Remove core when cleaning. Remove config.log. |
| 6181 make distclean now functional. | |
| 6182 | |
| 6183 Sun May 18 13:03:20 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6184 | |
| 6185 * lwlib/Makefile.in.in (distclean): Clean up config.h. | |
| 6186 | |
| 6187 * Makefile.in (distclean): Remve config.log. | |
| 6188 remove broken dynodump stuffs. | |
| 6189 | |
| 149 | 6190 Sat May 17 20:30:54 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6191 | |
| 6192 * XEmacs 20.3-b1 is released. | |
| 6193 | |
| 6194 Fri May 16 20:38:19 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6195 | |
| 6196 * info/dir (Packages): Update minor version number. | |
| 6197 | |
| 6198 * README: Update minor version number. | |
| 6199 | |
| 146 | 6200 Tue May 13 20:35:52 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6201 | |
| 6202 * XEmacs-20.2 is released. | |
| 6203 | |
| 144 | 6204 Sat May 10 16:14:30 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6205 | |
| 6206 * XEmacs 20.2-b6 is released. | |
| 6207 | |
| 142 | 6208 Thu May 8 20:22:34 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6209 | |
| 6210 * XEmacs 20.2-b5 is released. | |
| 6211 | |
| 140 | 6212 Fri May 2 16:50:02 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6213 | |
| 6214 * XEmacs 20.2-b4 is released. | |
| 6215 | |
| 6216 Thu May 1 18:13:38 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6217 | |
| 6218 * configure.in (--with-xim): Don't default it to Motif since it | |
| 6219 causes crashes at startup on some systems. | |
| 6220 | |
| 138 | 6221 Sun Apr 27 12:25:55 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6222 | |
| 6223 * XEmacs 20.2-b3 is released. | |
| 6224 | |
| 136 | 6225 Wed Apr 23 10:33:58 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6226 | |
| 6227 * XEmacs 20.2-b2 is released. | |
| 6228 | |
| 6229 * configure.in (beta): OPENWINHOME misspelled. | |
| 6230 | |
| 134 | 6231 Sat Apr 19 16:13:16 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6232 | |
| 6233 * XEmacs 20.2-b1 is released. | |
| 6234 | |
| 6235 Thu Apr 17 21:33:59 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6236 | |
| 6237 * configure.in (beta): SONY NEWS-OS has /etc/osversion and not | |
| 6238 uname. | |
| 6239 | |
| 131 | 6240 Wed Apr 16 17:44:05 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6241 | |
| 6242 * XEmacs 20.1 is re-released. | |
| 6243 | |
| 126 | 6244 Tue Apr 15 21:03:22 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6245 | |
| 6246 * XEmacs 20.1 is released. | |
| 6247 | |
| 124 | 6248 Sat Apr 12 20:11:08 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6249 | |
| 6250 * XEmacs 20.1-b15 is released. | |
| 6251 | |
| 6252 Sat Apr 12 09:01:32 1997 Hrvoje Niksic <hniksic@srce.hr> | |
| 6253 * PROBLEMS: I have cleaned up a bit the PROBLEMS file, by: | |
| 6254 1) changing it into sections -- there is now a section for building, | |
| 6255 running and compatibility problems | |
| 6256 | |
| 6257 2) removing some obviously obsolete entries -- e.g. those pertaining | |
| 6258 to Emacs 18, etc. --> size is off by 20K | |
| 6259 | |
| 6260 3) Rearranging the entries by relevance. I have tried to put the most | |
| 6261 relevant entries in front. | |
| 384 | 6262 |
| 122 | 6263 Thu Apr 10 19:07:26 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6264 | |
| 6265 * XEmacs 20.1-b14 is released. (Beta 13 was skipped). | |
| 6266 | |
| 120 | 6267 Wed Apr 9 22:52:06 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6268 | |
| 6269 * XEmacs 20.1-b12 is released. | |
| 6270 | |
| 6271 Sun Apr 6 22:31:00 1997 Tatsuya Ichikawa <ichikawa@hv.epson.co.jp> | |
| 6272 | |
| 6273 * configure.in: Cosmetic change to summary print of POP/Kerberos/ | |
| 6274 Hesiod options. | |
| 6275 | |
| 118 | 6276 Sat Apr 5 09:11:36 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6277 | |
| 6278 * XEmacs 20.1-b11 is released. | |
| 6279 | |
| 6280 Wed Apr 2 15:27:35 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6281 | |
| 384 | 6282 * Makefile.in (install-only): New target. Functionality suggested |
| 118 | 6283 by Larry Schwimmer, correct way of doing it suggested by Chuck |
| 6284 Thompson. | |
| 6285 | |
| 6286 * configure.in: Default to "-Olimit 2000" as suggested by Jamie | |
| 6287 Zawinski for SGI cc and Irix 6. | |
| 6288 | |
| 6289 Tue Apr 1 12:23:13 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6290 | |
| 6291 * configure.in: Add configuration parameters for Emacs 19.34 | |
| 6292 movemail.c (--with-pop, --with-kerberos, --with-hesiod). | |
| 6293 | |
| 6294 Fri Mar 28 19:58:41 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6295 | |
| 6296 * configure.in: Remove garbage if [ ... ] constructs and a | |
| 6297 mispatch. | |
| 6298 | |
| 116 | 6299 Thu Mar 27 18:24:19 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6300 | |
| 6301 * XEmacs 20.1-b10 is released. | |
| 6302 | |
| 6303 Wed Mar 26 22:31:10 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6304 | |
| 6305 * Remove vms top-level directory. | |
| 384 | 6306 |
| 116 | 6307 * XEmacs 19.15 final released to beta testers. |
| 6308 | |
| 6309 Tue Mar 25 19:13:27 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6310 | |
| 6311 * XEmacs 19.15 prefinal released to beta testers. | |
| 6312 | |
| 6313 Mon Mar 24 12:28:17 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6314 | |
| 6315 * configure.in (--debug): Correct documentation. | |
| 6316 | |
| 6317 Sun Mar 23 17:24:38 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6318 | |
| 6319 * XEmacs 19.15-b104 is released. | |
| 6320 | |
| 6321 Sat Mar 22 17:55:15 1997 Darrell Kindred <dkindred@cmu.edu> | |
| 6322 | |
| 6323 * configure.in (beta): Add configure support for the -rpath flag | |
| 6324 for IRIX analogous to the Solaris "-R". | |
| 6325 | |
| 6326 Sat Mar 22 16:47:08 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6327 | |
| 6328 * info/dir (Packages): Add HM-HTML-Mode to menu. | |
| 6329 | |
| 6330 Sat Mar 22 21:27:41 1997 Tomasz J. Cholewo <t.cholewo@ieee.org> | |
| 6331 | |
| 424 | 6332 * configure.in: Echo only current configuration using 'tee -a'. |
| 116 | 6333 |
| 114 | 6334 Fri Mar 21 21:26:01 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6335 | |
| 6336 * XEmacs-19.15-b103 is released. | |
| 6337 * XEmacs-20.0-b9 is released. | |
| 6338 | |
| 6339 * Makefile.in (top_distclean): Add `Installation' to distclean | |
| 6340 rule. | |
| 6341 | |
| 6342 Fri Mar 21 20:05:29 1997 Darrell Kindred <dkindred@cmu.edu> | |
| 6343 | |
| 6344 * Makefile.in (autoloads): Pass $(MAKE) to update-elc.sh and | |
| 6345 update-autoloads.sh. | |
| 6346 | |
| 6347 Thu Mar 20 20:14:16 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6348 | |
| 6349 * XEmacs-19.15-b102 is released. | |
| 6350 | |
| 6351 Tue Mar 18 21:52:36 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6352 | |
| 6353 * XEmacs-19.15-b101 is released. | |
| 6354 | |
| 112 | 6355 Mon Mar 17 19:09:29 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6356 | |
| 6357 * XEmacs-20.1-b8 is released. | |
| 6358 * XEmacs-19.15-b100 is released. | |
| 6359 | |
| 110 | 6360 Sat Mar 15 17:15:18 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6361 | |
| 112 | 6362 * XEmacs-20.1-b7 is released. |
| 6363 * XEmacs-19.15-b99 is released. | |
| 6364 | |
| 110 | 6365 Thu Mar 13 10:40:11 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6366 | |
| 6367 * configure.in: Add sunos4-1-4 header files. | |
| 6368 | |
| 6369 Wed Mar 12 18:53:08 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6370 | |
| 6371 * configure.in: Use new file bsdos3.h with BSDI 3.0. | |
| 6372 | |
| 108 | 6373 Sat Mar 8 15:19:33 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6374 | |
| 6375 * XEmacs-20.1-b6 is released. | |
| 6376 * XEmacs-19.15-b98 is released. | |
| 6377 | |
| 6378 Wed Mar 5 18:55:36 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6379 | |
| 6380 * Makefile.in (install-arch-indep): Offer to compress lisp sources. | |
| 6381 (gzip-el): New targe for compressed installed lisp sources. | |
| 6382 | |
| 6383 Tue Mar 4 23:28:37 1997 Martin Buchholz <mrb@eng.sun.com> | |
| 6384 | |
| 6385 * lib-src/update-elc.sh: VM is compiled after the byte-compiler, | |
| 6386 but before anything else. More flexible about finding an xemacs | |
| 6387 to use for byte-compilation (default src/xemacs). Other minor fixes. | |
| 6388 | |
| 106 | 6389 Mon Mar 3 23:57:56 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6390 | |
| 6391 * XEmacs 20.1-b5 is released. | |
| 6392 | |
| 104 | 6393 Mon Mar 3 18:09:17 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6394 | |
| 6395 * XEmacs 20.1-b4 is released. | |
| 6396 | |
| 6397 Sat Mar 1 15:38:30 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6398 | |
| 6399 * Makefile.in (distclean): Correct typos. | |
| 6400 | |
| 6401 * XEmacs 19.15-b96 is released. | |
| 6402 | |
| 6403 * configure.in: Symlink site-lisp when using --srcdir. | |
| 6404 Add special handling of lisp directory to allow for multiple | |
| 6405 site-packages files. | |
| 6406 | |
| 6407 Fri Feb 28 20:38:46 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6408 | |
| 6409 * Makefile.in (distclean): Create lock and site-lisp directories | |
| 6410 when they don't exist (after being pruned by CVS). | |
| 6411 | |
| 102 | 6412 Wed Feb 26 22:12:12 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6413 | |
| 6414 * Makefile.in (top_distclean): Reset src/PURESIZE.h for | |
| 6415 distribution. | |
| 6416 | |
| 6417 * XEmacs 20.1-b3 is released. | |
| 6418 | |
| 100 | 6419 Sun Feb 23 17:10:09 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6420 | |
| 6421 * XEmacs 20.1-b2 is released. | |
| 6422 | |
| 6423 Sat Feb 22 14:29:44 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6424 | |
| 6425 * XEmacs 19-15-b'95 is released. | |
| 6426 | |
| 102 | 6427 Fri Feb 21 22:29:51 1997 Martin Buchholz <mrb@eng.sun.com> |
| 6428 | |
| 6429 * lwlib/xlwscrollbar.c : Fix many scrollbar bugs: | |
| 6430 - "knob" renamed to "slider" | |
| 6431 - leftmost pixel wasn't sensitive to button clicks, while righmost | |
| 6432 pixel was. | |
| 6433 - many glitches fixed if Emacs*XlwScrollBar.ArrowPosition:same: | |
| 6434 - goobers on top of up-arrow removed. | |
| 6435 - up-arrow would not always be redrawn when necessary | |
| 6436 - slider drag would be `off' by size of up-arrow | |
| 6437 - horizontal and vertical scrollbars didn't use exactly the same | |
| 6438 dimensions. | |
| 6439 - slider was never drawn if XlwScrollBar.shadowThickness was 0. | |
| 6440 - Now up- and down-arrows actually work near beginning/end of buffer! | |
| 6441 | |
| 100 | 6442 Thu Feb 20 12:40:57 1997 Jan Vroonhof <vroonhof@math.ethz.ch> |
| 6443 | |
| 6444 * configure.in (with_xauth): Attempted correction of test for | |
| 6445 libXmu on SunOS. | |
| 6446 | |
| 98 | 6447 Sat Feb 15 14:11:03 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6448 | |
| 6449 * XEmacs 20.1-b1 is released. | |
| 6450 * XEmacs 19.15-b94 is released. | |
| 6451 | |
| 6452 Fri Feb 14 23:23:03 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6453 | |
| 6454 * README: ``This directory tree holds version 19.13 ...'' ??? | |
| 6455 | |
| 6456 Sun Feb 9 16:15:55 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6457 | |
| 6458 * XEmacs 19.15-b93 is released. | |
| 6459 XEmacs 20.0 is released to the 'net. | |
| 6460 | |
| 96 | 6461 Fri Feb 7 19:21:34 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6462 | |
| 6463 * XEmacs 20.0try3 is released. | |
| 6464 | |
| 94 | 6465 Wed Feb 5 18:03:06 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6466 | |
| 96 | 6467 * XEmacs 20.0try2 is released. |
| 94 | 6468 |
| 96 | 6469 Mon Feb 3 19:39:08 1997 Steven L Baur <steve@altair.xemacs.org> |
| 94 | 6470 |
| 6471 * XEmacs 19.15-b92 is released. | |
| 6472 | |
| 88 | 6473 Sat Feb 1 18:17:38 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6474 | |
| 96 | 6475 * XEmacs 20.0try1 is released. |
| 94 | 6476 * XEmacs 19.15-b91 AKA XEmacs '97 NOT! is released. |
| 88 | 6477 |
| 6478 Sat Feb 1 00:00:48 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6479 | |
| 6480 * PROBLEMS: Updated from beta test bug reports. | |
| 6481 Put in outline-mode/outl-mouse-minor-mode by default. | |
| 6482 | |
| 6483 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6484 | |
| 6485 * CHANGES-beta: XEmacs 20.0-b93 is released. | |
| 6486 | |
| 84 | 6487 Sat Jan 25 15:43:59 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6488 | |
| 6489 * CHANGES-beta: XEmacs 20.0-b92 is released. | |
| 6490 | |
| 6491 Fri Jan 24 09:54:01 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6492 | |
| 6493 * lwlib/xlwmenu.c (massage_resource_name): Changed comparison of | |
| 6494 char and pointer. | |
| 6495 | |
| 6496 Thu Jan 23 10:39:34 1997 Martin Buchholz <mrb@eng.sun.com> | |
| 6497 | |
| 6498 * lib-src/update-elc.sh (ignore_dirs): Quoting portability. | |
| 6499 | |
| 82 | 6500 Wed Jan 22 21:07:17 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6501 * XEmacs 20.0-b91 (prerelease 2) is released. | |
| 6502 | |
| 6503 * configure.in (--with-scrollbars): Add Athena3d as a toolkit | |
| 6504 type. | |
| 6505 | |
| 6506 * lwlib/lwlib-Xaw.c (xaw_update_one_widget): Let Athena 3d have 0 | |
| 6507 borderwidth. | |
| 6508 (xaw_scrollbar_scroll): Use SCROLLBAR_LINE_UP and | |
| 6509 SCROLLBAR_LINE_DOWN since that's current the only to get to the | |
| 6510 bottom of the buffer. :-( | |
| 6511 | |
| 6512 Tue Jan 21 20:01:19 1997 Steven L. Baur <steve@altair.xemacs.org> | |
| 6513 | |
| 6514 * configure.in (beta): Add LWLIB_USES_ATHENA for odd | |
| 6515 configurations that use both Motif and Athena. | |
| 6516 | |
| 6517 Wed Jan 15 12:55:19 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6518 | |
| 6519 * info/dir (Gnus): Updated spelling and info. | |
| 6520 | |
| 6521 Mon Jan 13 13:37:27 1997 Steven L Baur <steve@altair.xemacs.org> | |
| 6522 | |
| 6523 * configure.in: Remove assignment of NON_GNU_CPP for irix-6.0. | |
| 6524 | |
| 6525 Mon Jan 13 00:36:01 1997 Martin Buchholz <mrb@eng.sun.com> | |
| 6526 | |
| 6527 * lib-src/make-docfile.c (scan_lisp_file): eliminate doc-string | |
| 6528 warnings for ccl-read-* | |
| 6529 | |
| 80 | 6530 Sat Jan 11 12:05:31 1997 Steven L Baur <steve@altair.xemacs.org> |
| 82 | 6531 |
| 80 | 6532 * XEmacs 20.0 beta90 (prerelease 1) is released. |
| 6533 * XEmacs 19.15 beta90 (prerelease 1) is released. | |
| 384 | 6534 |
| 80 | 6535 Tue Jan 7 08:45:16 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6536 | |
| 6537 * configure.in (LIBS): Revise test for XFree86 (look for XF86Config). | |
| 6538 | |
| 78 | 6539 Sat Jan 4 14:52:57 1997 Steven L Baur <steve@altair.xemacs.org> |
| 6540 * XEmacs 20.0 beta 34 is released. | |
| 6541 * XEmacs 19.15 beta 7 is released. | |
| 6542 | |
| 177 | 6543 Fri Jan 3 15:18:59 1997 Jeff Miller <jmiller@smart.net> |
| 78 | 6544 |
| 6545 * lwlib/Makefile.in.in: lwlib is required if X11 is used. | |
| 6546 | |
| 80 | 6547 Wed Jan 1 08:30:48 1997 Martin Buchholz <mrb@eng.sun.com> |
| 6548 | |
| 384 | 6549 * src/emacs.c: Make sure |
| 6550 `./temacs -batch -l loadup.el run-temacs <emacs-args>' | |
| 80 | 6551 works properly |
| 6552 | |
| 6553 * src/Makefile.in.in (rtcmacs): Add support for RTC, Sun's | |
| 6554 competitor to Purify. | |
| 6555 | |
| 6556 * man/lispref/symbols.texi: Fix up bit vector documentation | |
| 6557 * man/lispref/sequences.texi: Fix up bit vector documentation | |
| 6558 | |
| 6559 * lisp/sunpro/sunpro-load.el: Only preload mime-setup for Sun. | |
| 6560 | |
| 6561 * lisp/prim/update-elc.el: Don't rely on autoloads. | |
| 6562 | |
| 6563 Tue Dec 31 09:46:13 1996 Martin Buchholz <mrb@eng.sun.com> | |
| 6564 | |
| 6565 * lisp/prim/auto-autoloads.el: New, completely program-generated, file | |
| 6566 * lib-src/update-autoloads.sh: Rewritten to use auto-autoloads.el. | |
| 6567 * lisp/utils/autoload.el: Reorganization of autoload mechanism: | |
| 6568 Errors during autoload generation are just that - errors. | |
| 384 | 6569 |
| 80 | 6570 Generated autoloads are now in a separate file of their own. |
| 384 | 6571 |
| 80 | 6572 Reliability of autoload generation greatly increased. |
| 384 | 6573 |
| 80 | 6574 Distribution smaller by about 100k. |
| 384 | 6575 |
| 80 | 6576 `make autoloads' is still the preferred mechanism for update. |
| 384 | 6577 |
| 80 | 6578 Autoloads are always regenerated completely from scratch. This |
| 6579 avoids errors with obsolete or corrupted autoload entries. | |
| 6580 | |
| 6581 Caching of autoload entries using timestamps has been eliminated. | |
| 384 | 6582 |
| 80 | 6583 Files that have no autoloads no longer have a comment placed into |
| 6584 the generated autoloads file. | |
| 6585 | |
| 6586 There was a bug where autoload entries would sometimes end up | |
| 6587 being inserted into the *middle* of other autoload entries, | |
| 6588 thereby corrupting them. | |
| 6589 | |
| 6590 * src/event-Xt.c: Remove SUNOS_GCC_L0_BUG kludge. | |
| 6591 | |
| 6592 Sun Dec 29 05:37:43 1996 Martin Buchholz <mrb@eng.sun.com> | |
| 6593 | |
| 6594 * lib-src/update-autoloads.sh: Make sure that `make autoloads' | |
| 6595 doesn't use the autoload facility to load `autoload'; | |
| 6596 load it explicity instead. | |
| 6597 | |
| 6598 * lib-src/update-elc.sh (ignore_dirs): ignore SCCS, CVS, RCS dirs | |
| 6599 | |
| 6600 * man/Makefile: Reinstate hyperbole & oo-browser manuals | |
| 6601 | |
| 6602 * lisp/modes/mail-abbrevs.el: Apply patch originated from Noah Friedman | |
| 6603 | |
| 6604 * src/mule-charset.c: Use lower case for charset registry, to | |
| 6605 match XLFD. | |
| 6606 | |
| 6607 * Makefile.in: replace list of info files with *.info* - one less | |
| 6608 maintenance headache | |
| 6609 | |
| 6610 * man/oo-browser.texi: Fix TeXability | |
| 6611 | |
| 6612 * man/hyperbole.texi: Fix TeXability | |
| 6613 | |
| 6614 * man/vhdl-mode.texi: Fix TeXability | |
| 6615 | |
| 6616 * lisp/prim/loaddefs.el: Wholesale housecleaning | |
| 6617 `make autoloads' should finally work. | |
| 6618 | |
| 6619 * lib-src/emacsclient.c (main): ANSIfication, compiler warning removal | |
| 6620 | |
| 6621 * lisp/mule/mule-files.el: Add support for multi-lingual info files. | |
| 6622 | |
| 6623 * lib-src/update-elc.sh: `make all-elc' was updating files in | |
| 6624 `special' directories without using the Makefiles | |
| 6625 designed for that purpose. | |
| 6626 - make sure ilisp isn't remade every time through `make all-elc'. | |
| 6627 | |
| 6628 * info/dir (Packages): Add Japanese TM info files | |
| 6629 | |
| 6630 * src/inline.c: Allow compilation with `gcc -g' | |
| 6631 | |
| 6632 * src/syntax.c (word_constituent_p): Allow compilation with `gcc -g' | |
| 6633 | |
| 6634 * src/lread.c: Don't put `...' immediately after a filename, so | |
| 6635 that various tools can recognize the filename as such. | |
| 6636 | |
| 6637 * src/event-Xt.c (x_to_emacs_keysym): Fix crash when | |
| 384 | 6638 --with-xim=xlib and key event on window frame. |
| 80 | 6639 Change return foo to return (foo) when return is a macro. |
| 6640 | |
| 6641 * src/editfns.c (Ffollowing_char): docstring fixes. | |
| 6642 | |
| 6643 * man/tm/Makefile: Add support for Japanese TM info (but not dvi) files. | |
| 6644 This Makefile is no longer officially broken. | |
| 6645 | |
| 6646 * info/dir: Add Japanese tm documents. | |
| 6647 | |
| 6648 * man/tm/tm-vm-en.texi: Make document TeX-friendly. | |
| 6649 | |
| 6650 * lib-src/update-autoloads.sh (EMACS): Don't rely on non-portable | |
| 6651 xargs -i flag. | |
| 6652 | |
| 6653 * lisp/mule/mule-files.el (file-coding-system-alist): Make sure | |
| 6654 the `binary' coding system is used for .gz and .Z extensions. | |
| 6655 | |
| 6656 * man/viper.texi: Viper version 2.90 | |
| 6657 | |
| 6658 * man/ediff.texi: Ediff Version 2.62 | |
| 6659 | |
| 6660 * lisp/packages/ispell.el (ispell-word): Avoid using strings with | |
| 6661 define-key, for compatibility with loaddefs.el | |
| 6662 | |
| 6663 * lisp/modes/eiffel3.el: Make compatible with update-autoloads. | |
| 6664 | |
| 6665 * lisp/ilisp/Makefile (elc): Add target to avoid re-compilation. | |
| 6666 | |
| 6667 * lib-src/update-elc.sh: XEmacs sometimes re-byte-compiled elisp | |
| 6668 files in dirs that have their own Makefiles. | |
| 6669 | |
| 78 | 6670 Sun Dec 29 17:02:49 1996 Steven L Baur <steve@altair.xemacs.org> |
| 6671 | |
| 6672 * Makefile.in (install-arch-indep): Force compression with `gzip -f'. | |
| 6673 | |
| 6674 * lib-src/update-elc.sh (NUMTOCOMPILE): Ignore CVS directories. | |
| 6675 | |
| 6676 * Makefile.in (install-arch-indep): Catch .info-[0-9]* files for | |
| 6677 installation. | |
| 6678 | |
| 6679 Sat Dec 28 15:33:27 1996 Steven L Baur <steve@altair.xemacs.org> | |
| 6680 | |
| 6681 * XEmacs 20.0 beta 33 is released. | |
| 6682 * XEmacs 19.15 beta 6 is released. | |
| 6683 | |
| 76 | 6684 Fri Dec 27 01:02:41 1996 Martin Buchholz <mrb@eng.sun.com> |
| 6685 | |
| 6686 * Makefile.in (install-arch-indep): Simplify installation of info | |
| 6687 pages. | |
| 6688 | |
| 6689 Sat Dec 21 15:20:20 1996 Steven L Baur <steve@altair.xemacs.org> | |
| 6690 * XEmacs 20.0-b32 released. | |
| 6691 | |
| 6692 * XEmacs 19.15-b5 released. | |
| 6693 | |
| 74 | 6694 Wed Dec 18 20:22:08 1996 Martin Buchholz <mrb@eng.sun.com> |
| 6695 | |
| 6696 * configure.in: Reformat. Fix shared include file rename | |
| 6697 problem. | |
| 6698 | |
| 6699 * configure: Reformat. Fix shared include file rename problem. | |
| 6700 | |
| 6701 * dynodump/dynodump.c (__EXTENSIONS__): Define it. | |
| 6702 | |
| 6703 Thu Dec 12 13:19:00 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu> | |
| 6704 | |
| 6705 * Makefile.in (install-arch-indep): Install infofiles gzipped by | |
| 6706 default. | |
| 6707 | |
| 6708 Tue Dec 10 19:25:25 1996 Steven L Baur <steve@altair.xemacs.org> | |
| 6709 | |
| 6710 * CHANGES-beta: XEmacs 20.0-b31 is released. | |
| 6711 | |
| 72 | 6712 Tue Dec 10 18:33:19 1996 Rod Whitby <rwhitby@asc.sps.mot.com> |
| 6713 | |
| 6714 * info/vhdl-mode.info: New file. | |
| 6715 | |
| 6716 * info/dir (Packages): Add vhdl-mode documentation. | |
| 6717 | |
| 6718 Tue Dec 10 18:27:02 1996 Martin Buchholz <mrb@Eng.Sun.COM> | |
| 6719 | |
| 6720 * configure: Make shared/dynamic flags work much more logically. | |
| 6721 | |
| 6722 Tue Dec 10 09:17:22 1996 David Worenklein <dcw@gcm.com> | |
| 6723 | |
| 6724 * configure.in (machine): Patch to make newly renamed shared | |
| 6725 link include files work. | |
| 6726 | |
| 6727 Sat Dec 7 16:28:10 1996 Martin Buchholz <mrb@Eng.Sun.COM> | |
| 6728 | |
| 6729 * configure.in: Configure for POSIX getcwd if available. | |
| 6730 | |
| 6731 Thu Dec 5 11:56:05 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu> | |
| 6732 | |
| 6733 * configure.in (LIBS): Fix typo in dialog box test. | |
|
5440
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5298
diff
changeset
|
6734 |
|
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5298
diff
changeset
|
6735 |
|
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5298
diff
changeset
|
6736 ChangeLog entries synched from GNU Emacs are the property of the FSF. |
|
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5298
diff
changeset
|
6737 Other ChangeLog entries are usually the property of the author of the |
|
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5298
diff
changeset
|
6738 change. |
|
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5298
diff
changeset
|
6739 |
|
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5298
diff
changeset
|
6740 This file is part of XEmacs. |
|
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5298
diff
changeset
|
6741 |
|
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5298
diff
changeset
|
6742 XEmacs is free software: you can redistribute it and/or modify it |
|
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5298
diff
changeset
|
6743 under the terms of the GNU General Public License as published by the |
|
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5298
diff
changeset
|
6744 Free Software Foundation, either version 3 of the License, or (at your |
|
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5298
diff
changeset
|
6745 option) any later version. |
|
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5298
diff
changeset
|
6746 |
|
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5298
diff
changeset
|
6747 XEmacs is distributed in the hope that it will be useful, but WITHOUT |
|
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5298
diff
changeset
|
6748 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5298
diff
changeset
|
6749 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5298
diff
changeset
|
6750 for more details. |
|
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5298
diff
changeset
|
6751 |
|
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5298
diff
changeset
|
6752 You should have received a copy of the GNU General Public License |
|
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5298
diff
changeset
|
6753 along with XEmacs. If not, see <http://www.gnu.org/licenses/>. |
