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