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