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