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