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