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