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