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