* XEmacs 21.5.14 "cassava" is released.
"cassava" is the 15th in the VEGETABLE series.
For general information about XEmacs, the developers, and the user
community, see our home page,
http://www.xemacs.org/
* XEmacs 21.5.14 is "beta" software.
The usual "no warranty" disclaimer (see etc/WARRANTY, sections 10 and
11) applies. Being "beta" software means that you should expect to
encounter bugs, you should expect it to crash, and you really
shouldn't be using it for "mission critical" tasks.
* Availability
Anonymous ftp:
ftp://ftp.xemacs.org/pub/xemacs/xemacs-21.5
See
http://www.xemacs.org/Install/. (Note that the tarball breakdown
is slightly different from that implied for 21.1. For 21.5, the
xemacs-21.5.14.tar.gz tarball contains the full contents of the
xemacs-21.5.14-{src,elc,info}.tar.gz tarballs.)
If you already have a 21.5.13 source tree, a patch kit is available in
xemacs-21.5.13-21.5.14.patch.gz. This does not update .elcs or .infos,
they will be rebuilt when you make XEmacs. If you have an earlier
version, you can repeatedly apply patch kits.
Also, if you don't have the packages yet, see
http://www.xemacs.org/Documentation/packageGuide.html.
Anonymous (pserver) CVS:
Anonymous CVS is available. We are very grateful to the staff at our
host, SunSITE.dk, for a lot of help and quick response to all our
requests.
To update to release 21.5.14, use the release tag "r21-5-14". To set
a sticky tag which will always update to the current release, use the
branch tag "r21-5-latest-beta".
For more details, see
http://www.xemacs.org/Develop/cvsaccess.html
* Brief summary of Changes to XEmacs 21.5.14 "cassava"
to 21.5.14 "cassava"
This release has a few documentation updates thanks to Steve
Turnbull, better Makefile handling for modules on MacOSX from
Andrew Begel and Jerry James. Also, it is now possible for the
user to specify the location of the package-index file for PUI to
use, see `package-get-package-index-file-location'.
Build
-- Autoconf tweaks for building modules on MacOSX - James.
-- GCC fixes in ellcc.c - James.
-- Module Makefile fixes - Begel, James.
-- Fix shadow warning in regex.c - James.
Documentation
-- New TeXinfo node "Searching and Matching" - Turnbull.
-- New section "Legacy Versions" in FAQ - Turnbull.
-- New FAQ question Q8.0.1 - Turnbull.
-- Update split-string specs in "Regexp Search" - Turnbull.
Internals
-- Package index file updated - Koch.
-- Add some debug checks in file-coding.c - Turnbull.
Lisp API
-- Make error message report the sym checked in
`autoload-featurep-protect-autoloads' -- Turnbull.
-- `split-string' tweaks - Turnbull.
-- Make the location of the package-index file user customisable - Youngs.
-- Turn on package-index file PGP verification - Youngs.
-- Only use message if interactive for functions in replace.el - Josefsson.
-------- ChangeLog Entries from ChangeLog --------
2003-06-01 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.14 "cassava" is released.
2003-05-20 Jerry James <james(a)xemacs.org>
* configure.in: Add src to MAKE_SUBDIR early for module builds for
MacOSX and Windows; thanks to Andrew Begel. Set module makefile
variables appropriately if --with-modules=no is specified.
* configure: Regenerate.
-------- ChangeLog Entries from etc/ChangeLog --------
2003-06-01 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.14 "cassava" is released.
2003-05-24 Norbert Koch <viteno(a)xemacs.org>
* package-index.LATEST.gpg: Official package release.
-------- ChangeLog Entries from lib-src/ChangeLog --------
2003-06-01 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.14 "cassava" is released.
2003-05-29 Jerry James <james(a)xemacs.org>
* ellcc.c: Rationalize and repair use of GCC function attributes.
-------- ChangeLog Entries from lisp/ChangeLog --------
2003-06-01 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.14 "cassava" is released.
2003-05-22 Stephen J. Turnbull <stephen(a)xemacs.org>
* autoload.el (autoload-featurep-protect-autoloads):
Make the error message say which sym was checked.
2003-05-16 Stephen J. Turnbull <stephen(a)xemacs.org>
* subr.el (split-string): Update dox, tweak logic, to synch to GNU.
2003-05-15 Steve Youngs <youngs(a)xemacs.org>
* package-get.el (package-get-package-index-file-location): New,
so it is possible to specify a location for the index file.
(package-get-locate-index-file): Use it.
(package-get-maybe-save-index): Ditto.
(package-get-user-index-filename): Remove.
2003-05-14 Steve Youngs <youngs(a)xemacs.org>
* package-get.el (package-get-require-signed-base-updates): Turn
the PGP verification code back on.
2003-05-11 Simon Josefsson <jas(a)extundo.com>
* replace.el (delete-non-matching-lines, kill-non-matching-lines)
(copy-non-matching-lines, delete-matching-lines)
(kill-matching-lines, copy-matching-lines): Don't message.
-------- ChangeLog Entries from lwlib/ChangeLog --------
2003-06-01 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.14 "cassava" is released.
-------- ChangeLog Entries from man/ChangeLog --------
2003-06-01 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.14 "cassava" is released.
2003-05-22 Stephen J. Turnbull <stephen(a)xemacs.org>
* internals/internals.texi (Searching and Matching): New node.
2003-05-17 Stephen J. Turnbull <stephen(a)xemacs.org>
* xemacs-faq.texi (detail menu): Reformat "Current Events" caption.
(Legacy Versions): New section.
(Q8.0.1): New question.
2003-05-16 Stephen J. Turnbull <stephen(a)xemacs.org>
* lispref/searching.texi (Regexp Search): Update split-string for
new specification.
* lispref/strings.texi (Creating Strings): Xref split-string
(this is where GNU Emacs documents it).
-------- ChangeLog Entries from modules/ChangeLog --------
2003-06-01 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.14 "cassava" is released.
2003-05-09 Andrew Begel <abegel(a)CS.Berkeley.EDU>
* common/Makefile.common: Move use of srcdir below its definition.
* sample/internal/Makefile.in.in: Ditto.
* sample/external/Makefile.in.in: Ditto.
2003-05-20 Jerry James <james(a)xemacs.org>
* sample/internal/Makefile.in.in: Expand $^ for makes that don't
understand it.
* sample/external/Makefile.in.in: Ditto.
* common/Makefile.common: Ditto.
-------- ChangeLog Entries from netinstall/ChangeLog --------
2003-06-01 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.14 "cassava" is released.
-------- ChangeLog Entries from nt/ChangeLog --------
2003-06-01 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.14 "cassava" is released.
-------- ChangeLog Entries from nt/installer/Wise/ChangeLog --------
2003-06-01 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.14 "cassava" is released.
-------- ChangeLog Entries from src/ChangeLog --------
2003-06-01 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.14 "cassava" is released.
2003-05-20 Jerry James <james(a)xemacs.org>
* regex.c (re_match_2_internal): pos -> charpos to fix shadow warning.
2003-05-22 Stephen J. Turnbull <stephen(a)xemacs.org>
* file-coding.c: DEFSYMBOL Qslightly_unlikely.
(detection_result_number_to_symbol):
(detection_result_symbol_to_number):
Decode/encode corresponding result numbers.
(detection_result_number_to_symbol):
Use switch to get warnings about unhandled enumerators.
(detect_coding_type): Add debug check for 0 detector categories.
(undecided_init_coding_stream): Add debug output.
2003-05-15 Stephen J. Turnbull <stephen(a)xemacs.org>
* event-Xt.c (x_to_emacs_keysym): Fix typo in comment.
-------- ChangeLog Entries from tests/ChangeLog --------
2003-06-01 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.14 "cassava" is released.
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - The only _______ you'll ever need. |
| Fill in the blank, yes, it's THAT good! |
|------------------------------------<youngs(a)xemacs.org>---|