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