* XEmacs 21.4.22 "Instant Classic" is released.
"Instant Classic" is the Twentieth-Second in the OXYMORON series.
The latest stable release of XEmacs, XEmacs 21.4.22 - "Instant Classic",
is now available from
xemacs.org and its mirrors.
* Availability
Anonymous ftp:
ftp://ftp.xemacs.org/pub/xemacs/xemacs-21.4
See
http://www.xemacs.org/Install/. As of 21.4.18, only a source
tarball has been supplied. There was virtually no use of the info and
elc tarballs, so xemacs-21.4.22.tar.gz and xemacs-21.4.22.tar.bz2 are
the only tarballs supplied.
If you already have a 21.4.21 source tree, a patchkit is available in
xemacs-21.4.21-21.4.22.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 patchkits.
The tarballs and patches are signed with my GPG key, available from
most public keyservers and also from
ftp://ftp.xemacs.org/pub/xemacs/pgp-keys/vin_shelton.asc
Here are the MD5 check sums of each of the files related to the XEmacs
21.4.22 release:
47be4ace986a7c025017e75353fb33fe xemacs-21.4.21-21.4.22.patch.gz
c5effbfaf6f2d2d2b5a7ca8df845262d xemacs-21.4.21-21.4.22.patch.gz.asc
060bf7565cb3233c6e7071354e9a23a4 xemacs-21.4.22.tar.bz2
68c0c8dc349b47b5394b872fb1657790 xemacs-21.4.22.tar.bz2.asc
b0b762407316d6de170db69aba7a37cf xemacs-21.4.22.tar.gz
d0ee18c12f60a11f012c47b79209caf9 xemacs-21.4.22.tar.gz.asc
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 reponse to all our
requests.
If you haven't used XEmacs CVS recently, we moved the repository
before the 21.4.6 release. The repository structure is the same as
before, so it should be possible to reuse an existing checked-out CVS
tree.
Take care that your Root is set correctly to
CVSROOT=:pserver:cvs@cvs.xemacs.org:/pack/xemacscvs
On platforms with a Bourne shell and find available, something like
for r in `find . -name Root`; do echo $CVSROOT > $r; done
will convert your entire tree.
Tags are also the same; to update to release 21.4.22, use the release
tag "r21-4-22". To set a sticky tag which will always update to the
current release, use the branch tag "release-21-4".
For more details, see
http://www.xemacs.org/Develop/cvsaccess.html
* Brief summary of changes to XEmacs 21.4.22 "Instant Classic"
User-Visible Bug Fixes and Improvements
Fix: Compile fixes for GTK+
Fix: Fix printing on non-mswindows systems. (See
http://tracker.xemacs.org/XEmacs/its/issue124).
Fix: Fix at_dot regex matching.
Fix: Fix off-by-one error in mule-ccl.
Fix: Move operator definitions to autoload-operators.el and use them.
This patch restores the building of packages in XEmacs 21.4.
Fix: Increase connection retries in winclient.c.
Fix: Fix compilation under Cygwin 1.7.
Update: Update Vin Shelton's bio.
Feature: Support Intel C compiler under Windows.
-------- ChangeLog Entries from ChangeLog --------
2008-12-28 Vin Shelton <acs(a)xemacs.org>
* XEmacs 21.4.22 is released
2007-11-22 Vin Shelton <acs(a)xemacs.org>
* etc/photos/vin.png:
* etc/photos/vinm.png: Updated.
-------- ChangeLog Entries from lib-src/ChangeLog --------
2008-12-28 Vin Shelton <acs(a)xemacs.org>
* XEmacs 21.4.22 is released
2008-01-09 Vin Shelton <acs(a)xemacs.org>
* winclient.c: Create CONNECT_RETRIES and increase retry count
from 5 to 10.
-------- ChangeLog Entries from lisp/ChangeLog --------
2008-12-28 Vin Shelton <acs(a)xemacs.org>
* XEmacs 21.4.22 is released
2008-12-30 Vin Shelton <acs(a)xemacs.org>
* easy-mmode.el: Added easy-mmode.el so autoload.el will work
during building even if no packages are found.
2008-05-13 Aidan Kehoe <kehoea(a)parhasard.net>
* printer.el (generic-print-region):
(generic-print-buffer):
Use #'valid-device-type-p instead of #'valid-specifier-tag-p to
check if the msprinter device is available, now that msprinter is
always available as a specifier tag.
2008-12-24 Vin Shelton <acs(a)xemacs.org>
* about.el: Add Francisco to my bio!
2008-12-23 Vin Shelton <acs(a)xemacs.org>
* autoload.el: Move operator definitions to autoload-operators.el
in the xemacs-base package.
2007-11-22 Vin Shelton <acs(a)xemacs.org>
* about.el (about-hacker-contribution): Updated my bio.
-------- ChangeLog Entries from lwlib/ChangeLog --------
2008-12-28 Vin Shelton <acs(a)xemacs.org>
* XEmacs 21.4.22 is released
-------- ChangeLog Entries from man/ChangeLog --------
2008-12-28 Vin Shelton <acs(a)xemacs.org>
* XEmacs 21.4.22 is released
-------- ChangeLog Entries from netinstall/ChangeLog --------
2008-12-28 Vin Shelton <acs(a)xemacs.org>
* XEmacs 21.4.22 is released
-------- ChangeLog Entries from nt/ChangeLog --------
2008-12-28 Vin Shelton <acs(a)xemacs.org>
* XEmacs 21.4.22 is released
2008-01-18 Vin Shelton <acs(a)xemacs.org>
* xemacs.mak: Support Intel C compiler.
-------- ChangeLog Entries from src/ChangeLog --------
2008-12-28 Vin Shelton <acs(a)xemacs.org>
* XEmacs 21.4.22 is released
2008-12-27 Vin Shelton <acs(a)xemacs.org>
* syswindows.h: Don't define wide character interfaces for Cygwin
1.7 and up.
2008-03-05 Dominique Quatravaux <domq(a)cpan.org>
* glyphs-gtk.c: Fixed compilation under gcc 4.x.
2008-11-01 Stephen J. Turnbull <stephen(a)xemacs.org>
* regex.c (re_search_2): Fix at_dot by changing charpos to bytepos.
From Julian Bradfield <18654.1143.304851.782755(a)krk.inf.ed.ac.uk>.
2008-12-25 Vin Shelton <acs(a)xemacs.org>
* mule-ccl.c (ccl_driver): Fix off-by-one error.
By Julian Bradfield in
<18691.16568.526264.972026(a)krk.inf.ed.ac.uk>.
* mule-ccl.c (ccl_driver):
-------- ChangeLog Entries from tests/ChangeLog --------
2008-12-28 Vin Shelton <acs(a)xemacs.org>
* XEmacs 21.4.22 is released
2008-09-27 Stephen J. Turnbull <stephen(a)xemacs.org>
* automated/regexp-tests.el: Add test for at_dot regexp.
Sincerely,
Vin Shelton
Stable Release Manager for XEmacs
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta