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