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