|
|||||||||||||||||
Searching XEmacs
Quick Links
About XEmacs
|
XEmacs 21.4.22 "Instant Classic" is releasedgoto announcement, summary, changes From: Vin Shelton <acs@alumni.princeton.edu> Subject: XEmacs 21.4.22 "Instant Classic" is released To: xemacs-announce@xemacs.org, XEmacs Beta <xemacs-beta@xemacs.org> Date: Fri, 30 Jan 2009 19:16:03 -0500 * XEmacs 21.4.22 "Instant Classic" is released. "Instant Classic" is the twenty-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 Sincerely, Vin Shelton Stable Release Manager for XEmacs Changes in XEmacs 21.4.22 "Instant Classic"goto announcement, summary, changes 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. ChangeLogs for XEmacs 21.4.22 "Instant Classic"goto announcement, summary, changes
ChangeLog Entries from ChangeLoggoto announcement, summary, changes 2008-12-28 Vin Shelton <acs@xemacs.org> * XEmacs 21.4.22 is released 2007-11-22 Vin Shelton <acs@xemacs.org> * etc/photos/vin.png: * etc/photos/vinm.png: Updated. ChangeLog Entries from lib-src/ChangeLoggoto announcement, summary, changes 2008-12-28 Vin Shelton <acs@xemacs.org> * XEmacs 21.4.22 is released 2008-01-09 Vin Shelton <acs@xemacs.org> * winclient.c: Create CONNECT_RETRIES and increase retry count from 5 to 10. ChangeLog Entries from lisp/ChangeLoggoto announcement, summary, changes 2008-12-28 Vin Shelton <acs@xemacs.org> * XEmacs 21.4.22 is released 2008-12-30 Vin Shelton <acs@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@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@xemacs.org> * about.el: Add Francisco to my bio! 2008-12-23 Vin Shelton <acs@xemacs.org> * autoload.el: Move operator definitions to autoload-operators.el in the xemacs-base package. 2007-11-22 Vin Shelton <acs@xemacs.org> * about.el (about-hacker-contribution): Updated my bio. ChangeLog Entries from lwlib/ChangeLoggoto announcement, summary, changes 2008-12-28 Vin Shelton <acs@xemacs.org> * XEmacs 21.4.22 is released ChangeLog Entries from man/ChangeLoggoto announcement, summary, changes 2008-12-28 Vin Shelton <acs@xemacs.org> * XEmacs 21.4.22 is released ChangeLog Entries from netinstall/ChangeLoggoto announcement, summary, changes 2008-12-28 Vin Shelton <acs@xemacs.org> * XEmacs 21.4.22 is released ChangeLog Entries from nt/ChangeLoggoto announcement, summary, changes 2008-12-28 Vin Shelton <acs@xemacs.org> * XEmacs 21.4.22 is released 2008-01-18 Vin Shelton <acs@xemacs.org> * xemacs.mak: Support Intel C compiler. ChangeLog Entries from src/ChangeLoggoto announcement, summary, changes 2008-12-28 Vin Shelton <acs@xemacs.org> * XEmacs 21.4.22 is released 2008-12-27 Vin Shelton <acs@xemacs.org> * syswindows.h: Don't define wide character interfaces for Cygwin 1.7 and up. 2008-03-05 Dominique Quatravaux <domq@cpan.org> * glyphs-gtk.c: Fixed compilation under gcc 4.x. 2008-11-01 Stephen J. Turnbull <stephen@xemacs.org> * regex.c (re_search_2): Fix at_dot by changing charpos to bytepos. From Julian Bradfield <18654.1143.304851.782755@krk.inf.ed.ac.uk>. 2008-12-25 Vin Shelton <acs@xemacs.org> * mule-ccl.c (ccl_driver): Fix off-by-one error. By Julian Bradfield in <18691.16568.526264.972026@krk.inf.ed.ac.uk>. * mule-ccl.c (ccl_driver): ChangeLog Entries from tests/ChangeLoggoto announcement, summary, changes 2008-12-28 Vin Shelton <acs@xemacs.org> * XEmacs 21.4.22 is released 2008-09-27 Stephen J. Turnbull <stephen@xemacs.org> * automated/regexp-tests.el: Add test for at_dot regexp. goto announcement, summary, changes |
||||||||||||||||
|
|
||||||||||||||||
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