Searching XEmacs
help
Quick Links About XEmacs Getting XEmacs Customizing XEmacs Troubleshooting XEmacs Developing XEmacs

XEmacs 21.5.14 "cassava" is Released

goto announcement, changes, summary

From: "Steve Youngs [XEmacs Beta Release Manager]" <youngs@xemacs.org>
Subject: [ANNOUNCE] XEmacs 21.5.14 "cassava" is released.
To: XEmacs beta <xemacs-beta@xemacs.org>
Date: 2003年6月02日 13:12:34 +1000
Organization: The XEmacs Development Team
* 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
-- 
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - The only _______ you'll ever need. |
| Fill in the blank, yes, it's THAT good! |
|------------------------------------<youngs@xemacs.org>---|

Summary of changes for XEmacs 21.5.14 "cassava"

goto announcement, ChangeLogs

Build

Documentation

Internals

Lisp API

ChangeLogs for XEmacs 21.5.14 "cassava"

goto announcement, summary, changes

ChangeLog Entries from ChangeLog

goto announcement, changes, summary

2003年06月01日 Steve Youngs <youngs@xemacs.org>
	* XEmacs 21.5.14 "cassava" is released.
2003年05月20日 Jerry James <james@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

goto announcement, changes, summary

2003年06月01日 Steve Youngs <youngs@xemacs.org>
	* XEmacs 21.5.14 "cassava" is released.
2003年05月24日 Norbert Koch <viteno@xemacs.org>
	* package-index.LATEST.gpg: Official package release.
 

ChangeLog Entries from lib-src/ChangeLog

goto announcement, changes, summary

2003年06月01日 Steve Youngs <youngs@xemacs.org>
	* XEmacs 21.5.14 "cassava" is released.
2003年05月29日 Jerry James <james@xemacs.org>
	* ellcc.c: Rationalize and repair use of GCC function attributes.
 

ChangeLog Entries from lisp/ChangeLog

goto announcement, changes, summary

2003年06月01日 Steve Youngs <youngs@xemacs.org>
	* XEmacs 21.5.14 "cassava" is released.
2003年05月22日 Stephen J. Turnbull <stephen@xemacs.org>
	* autoload.el (autoload-featurep-protect-autoloads):
	Make the error message say which sym was checked.
2003年05月16日 Stephen J. Turnbull <stephen@xemacs.org>
	* subr.el (split-string): Update dox, tweak logic, to synch to GNU.
2003年05月15日 Steve Youngs <youngs@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@xemacs.org>
	* package-get.el (package-get-require-signed-base-updates): Turn
	the PGP verification code back on.
2003年05月11日 Simon Josefsson <jas@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

goto announcement, changes, summary

2003年06月01日 Steve Youngs <youngs@xemacs.org>
	* XEmacs 21.5.14 "cassava" is released.
 

ChangeLog Entries from man/ChangeLog

goto announcement, changes, summary

2003年06月01日 Steve Youngs <youngs@xemacs.org>
	* XEmacs 21.5.14 "cassava" is released.
2003年05月22日 Stephen J. Turnbull <stephen@xemacs.org>
	* internals/internals.texi (Searching and Matching): New node.
2003年05月17日 Stephen J. Turnbull <stephen@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@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

goto announcement, changes, summary

2003年06月01日 Steve Youngs <youngs@xemacs.org>
	* XEmacs 21.5.14 "cassava" is released.
2003年05月09日 Andrew Begel <abegel@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@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

goto announcement, changes, summary

2003年06月01日 Steve Youngs <youngs@xemacs.org>
	* XEmacs 21.5.14 "cassava" is released.
 

ChangeLog Entries from nt/ChangeLog

goto announcement, changes, summary

2003年06月01日 Steve Youngs <youngs@xemacs.org>
	* XEmacs 21.5.14 "cassava" is released.
 

ChangeLog Entries from nt/installer/Wise/ChangeLog

goto announcement, changes, summary

2003年06月01日 Steve Youngs <youngs@xemacs.org>
	* XEmacs 21.5.14 "cassava" is released.
 

ChangeLog Entries from src/ChangeLog

goto announcement, changes, summary

2003年06月01日 Steve Youngs <youngs@xemacs.org>
	* XEmacs 21.5.14 "cassava" is released.
2003年05月20日 Jerry James <james@xemacs.org>
	* regex.c (re_match_2_internal): pos -> charpos to fix shadow warning.
2003年05月22日 Stephen J. Turnbull <stephen@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@xemacs.org>
	* event-Xt.c (x_to_emacs_keysym): Fix typo in comment.
 

ChangeLog Entries from tests/ChangeLog

goto announcement, changes, summary

2003年06月01日 Steve Youngs <youngs@xemacs.org>
	* XEmacs 21.5.14 "cassava" is released.
 

goto announcement, changes, summary

Made with XEmacs!
Valid XHTML 1.0!
Checked by Linklint
Site content repository:
bitbucket.org Logo
Primary mirrors:
SourceForge Logo This page is part of the XEmacs website <https://www.xemacs.org>
Contents copyright © 2000 -- 2017; all rights reserved.
Missing links, inquiries about implementation, kudos to: webmaster@xemacs.org
Discussion of XEmacs features, installation, problems: XEmacs mailing lists
This page last modified Fri Mar 3 20:04:26 2017 UTC.

Conform with <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Automatically validated by PSGML

AltStyle によって変換されたページ (->オリジナル) /