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