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