comparison ChangeLog @ 284:558f606b08ae r21-0b40

Import from CVS: tag r21-0b40
author cvs
date Mon, 13 Aug 2007 10:34:13 +0200
parents c42ec1d1cded
children 57709be46d1b
comparison
equal deleted inserted replaced
283:fa3d41851a08 284:558f606b08ae
1 1998-05-15 SL Baur <steve@altair.xemacs.org>
2
3 * XEmacs 21.0-beta40 is released.
4
5 1998-05-13 SL Baur <steve@altair.xemacs.org>
6
7 * configure.in (ZSH_VERSION): zsh-3.1.2 (and zsh-3.0.4) drops core
8 on the `unset CDPATH' if running as sh.
9
10 1998-05-12 Oliver Graf <ograf@fga.de>
11
12 * tests/Dnd/droptest.el: some CDE adaptions (untested)
13
14 1998-05-11 Martin Buchholz <martin@xemacs.org>
15
16 * configure.in:
17 Add some more comments.
18 If using bash, use Posix mode and unset CDPATH.
19 Be more careful checking feature dependencies.
20 Introduce XE_CHECK_FEATURE_DEPENDENCY.
21 Undo the gross hack of multiple `echo >> $tempcname'
22 by using here documents instead. (Might break mswindows, tho...)
23 Be more careful autodetecting tooltalk.
24
25 * PROBLEMS:
26 Document problems with Solaris 2.6 + XSUNTRANSPORT
27
28 * Makefile.in:
29 * lwlib/Makefile.in.in:
30 * modules/Makefile.in:
31 - Adjust for luser's CDPATH being set to something weird.
32 - Take into account bash 2.02's tendency to print the cwd when
33 using CDPATH. Always use `cd ./foo' instead of `cd foo'.
34 - fix the run-temacs target to use $(DUMPENV)
35 - fix the run-puremacs target to use $(DUMPENV)
36 - fix the `depend' target to properly $(RM) the right files
37 - Generate a better TAGS file for XEmacs' lisp code using
38 hand-crafted regexps.
39 - Use standard coding conventions for modules/Makefile.in
40
41 1998-05-12 Kazuyuki IENAGA <ienaga@jsys.co.jp>
42
43 * configure.in: some people claimed that they can't stop
44 linking wnn6 library if they set --with-wnn6=no.
45
46 1998-05-11 Oliver Graf <ograf@fga.de>
47
48 * tests/Dnd/droptest.el: adapted to new calling conventions
49 also showing the new possibilities
50 * tests/Dnd/README: changed to new protocol
51
52 1998-05-11 SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
53
54 * Fix for HAVE_MULTICAST check.
55
1 1998-05-09 SL Baur <steve@altair.xemacs.org> 56 1998-05-09 SL Baur <steve@altair.xemacs.org>
2 57
3 * XEmacs 21.0-beta39 is released. 58 * XEmacs 21.0-beta39 is released.
4 59
5 1998-05-06 Oliver Graf <ograf@fga.de> 60 1998-05-06 Oliver Graf <ograf@fga.de>