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