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