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