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