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