CVS update by vins xemacsweb/Releases ...

[email protected]
Newsgroups gmane.emacs.xemacs.cvs
Message-ID <[email protected]>
  User: vins    
  Date: 09/01/31 01:30:49

  Modified:    xemacsweb/Releases index.content
  Added:       xemacsweb/Releases 21.4.22.content
Log:
Announce 21.4.22.

Revision  Changes    Path
1.128     +1 -0      XEmacs/xemacsweb/Releases/index.content

Index: index.content
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacsweb/Releases/index.content,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -p -r1.127 -r1.128
--- index.content	2007/11/10 19:53:08	1.127
+++ index.content	2009/01/31 00:30:48	1.128
@@ -73,6 +73,7 @@ john s jacobs anderson, Sandra Wambold &
   </p>
 
   <ul>
+    <li><strong>2009-01-30</strong>: <a href="21.4.22.html">[21.4.22 release notice]</a> <!-- <a href="21.4.22.html#changes">[changelogs]</a> --></li>
     <li><strong>2007-11-10</strong>: <a href="21.4.21.html">[21.4.21 release notice]</a> <!-- <a href="21.4.21.html#changes">[changelogs]</a> --></li>
     <li><strong>2006-12-10</strong>: <a href="21.4.20.html">[21.4.20 release notice]</a> <!-- <a href="21.4.20.html#changes">[changelogs]</a> --></li>
     <li><strong>2006-01-30</strong>: <a href="21.4.19.html">[21.4.19 release notice]</a> <!-- <a href="21.4.19.html#changes">[changelogs]</a> --></li>



1.1                  XEmacs/xemacsweb/Releases/21.4.22.content

Index: 21.4.22.content
===================================================================
%title%
XEmacs 21.4.22 "Instant Classic" is released
%author%
automatically generated from release announcement by release-mail-to-html.el
%main%
          <h1><a name="announcement">XEmacs 21.4.22 "Instant Classic" is released</a></h1>
            <p>goto announcement,
              <a href="#summary">summary</a>,
              <a href="#changes">changes</a></p>
            <pre xml:space="preserve">
From: Vin Shelton &lt;[email protected]&gt;
Subject: XEmacs 21.4.22 "Instant Classic" is released
To: [email protected], XEmacs Beta &lt;[email protected]&gt;
Date: Fri, 30 Jan 2009 19:16:03 -0500

*          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:[email protected]:/pack/xemacscvs

On platforms with a Bourne shell and find available, something like

      for r in `find . -name Root`; do echo $CVSROOT &gt; $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</pre>
            <h1><a name="summary">Changes</a> in XEmacs 21.4.22 "Instant Classic"</h1>
            <p>goto <a href="#announcement">announcement</a>,
              summary,
              <a href="#changes">changes</a></p>
            <p>User-Visible Bug Fixes and Improvements</p>
            <p>Fix: Compile fixes for GTK+</p>
            <p>Fix: Fix printing on non-mswindows systems. (See</p>
            <p>     http://tracker.xemacs.org/XEmacs/its/issue124).</p>
            <p>Fix: Fix at_dot regex matching.</p>
            <p>Fix: Fix off-by-one error in mule-ccl.</p>
            <p>Fix: Move operator definitions to autoload-operators.el and use them.</p>
            <p>     This patch restores the building of packages in XEmacs 21.4.</p>
            <p>Fix: Increase connection retries in winclient.c.</p>
            <p>Fix: Fix compilation under Cygwin 1.7.</p>
            <p>Update: Update Vin Shelton's bio.</p>
            <p>Feature: Support Intel C compiler under Windows.</p>
            <h1><a name="changes">ChangeLogs</a> for XEmacs 21.4.22 "Instant Classic"</h1>
            <p>goto <a href="#announcement">announcement</a>,
              <a href="#summary">summary</a>,
              changes</p>
            <ul>
              <li>ChangeLog Entries from <a href="#ChangeLog">ChangeLog</a></li>
              <li>ChangeLog Entries from <a href="#lib-src:ChangeLog">lib-src/ChangeLog</a></li>
              <li>ChangeLog Entries from <a href="#lisp:ChangeLog">lisp/ChangeLog</a></li>
              <li>ChangeLog Entries from <a href="#lwlib:ChangeLog">lwlib/ChangeLog</a></li>
              <li>ChangeLog Entries from <a href="#man:ChangeLog">man/ChangeLog</a></li>
              <li>ChangeLog Entries from <a href="#netinstall:ChangeLog">netinstall/ChangeLog</a></li>
              <li>ChangeLog Entries from <a href="#nt:ChangeLog">nt/ChangeLog</a></li>
              <li>ChangeLog Entries from <a href="#src:ChangeLog">src/ChangeLog</a></li>
              <li>ChangeLog Entries from <a href="#tests:ChangeLog">tests/ChangeLog</a></li>
            </ul>
            <h2>ChangeLog Entries from <a name="ChangeLog">ChangeLog</a></h2>
            <p>goto <a href="#announcement">announcement</a>,
              <a href="#summary">summary</a>,
              <a href="#changes">changes</a></p>
            <pre xml:space="preserve">

2008-12-28  Vin Shelton  &lt;[email protected]&gt;

	* XEmacs 21.4.22 is released

2007-11-22  Vin Shelton  &lt;[email protected]&gt;

	* etc/photos/vin.png:
	* etc/photos/vinm.png: Updated.</pre>
            <h2>ChangeLog Entries from <a name="lib-src:ChangeLog">lib-src/ChangeLog</a></h2>
            <p>goto <a href="#announcement">announcement</a>,
              <a href="#summary">summary</a>,
              <a href="#changes">changes</a></p>
            <pre xml:space="preserve">

2008-12-28  Vin Shelton  &lt;[email protected]&gt;

	* XEmacs 21.4.22 is released

2008-01-09  Vin Shelton  &lt;[email protected]&gt;

	* winclient.c: Create CONNECT_RETRIES and increase retry count
	from 5 to 10.</pre>
            <h2>ChangeLog Entries from <a name="lisp:ChangeLog">lisp/ChangeLog</a></h2>
            <p>goto <a href="#announcement">announcement</a>,
              <a href="#summary">summary</a>,
              <a href="#changes">changes</a></p>
            <pre xml:space="preserve">

2008-12-28  Vin Shelton  &lt;[email protected]&gt;

	* XEmacs 21.4.22 is released

2008-12-30  Vin Shelton  &lt;[email protected]&gt;

	* 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  &lt;[email protected]&gt;

 	* 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  &lt;[email protected]&gt;

	* about.el: Add Francisco to my bio!

2008-12-23  Vin Shelton  &lt;[email protected]&gt;

	* autoload.el: Move operator definitions to autoload-operators.el
	in the xemacs-base package.

2007-11-22  Vin Shelton  &lt;[email protected]&gt;

	* about.el (about-hacker-contribution): Updated my bio.</pre>
            <h2>ChangeLog Entries from <a name="lwlib:ChangeLog">lwlib/ChangeLog</a></h2>
            <p>goto <a href="#announcement">announcement</a>,
              <a href="#summary">summary</a>,
              <a href="#changes">changes</a></p>
            <pre xml:space="preserve">

2008-12-28  Vin Shelton  &lt;[email protected]&gt;

	* XEmacs 21.4.22 is released</pre>
            <h2>ChangeLog Entries from <a name="man:ChangeLog">man/ChangeLog</a></h2>
            <p>goto <a href="#announcement">announcement</a>,
              <a href="#summary">summary</a>,
              <a href="#changes">changes</a></p>
            <pre xml:space="preserve">

2008-12-28  Vin Shelton  &lt;[email protected]&gt;

	* XEmacs 21.4.22 is released</pre>
            <h2>ChangeLog Entries from <a name="netinstall:ChangeLog">netinstall/ChangeLog</a></h2>
            <p>goto <a href="#announcement">announcement</a>,
              <a href="#summary">summary</a>,
              <a href="#changes">changes</a></p>
            <pre xml:space="preserve">

2008-12-28  Vin Shelton  &lt;[email protected]&gt;

	* XEmacs 21.4.22 is released</pre>
            <h2>ChangeLog Entries from <a name="nt:ChangeLog">nt/ChangeLog</a></h2>
            <p>goto <a href="#announcement">announcement</a>,
              <a href="#summary">summary</a>,
              <a href="#changes">changes</a></p>
            <pre xml:space="preserve">

2008-12-28  Vin Shelton  &lt;[email protected]&gt;

	* XEmacs 21.4.22 is released

2008-01-18  Vin Shelton  &lt;[email protected]&gt;

	* xemacs.mak: Support Intel C compiler.</pre>
            <h2>ChangeLog Entries from <a name="src:ChangeLog">src/ChangeLog</a></h2>
            <p>goto <a href="#announcement">announcement</a>,
              <a href="#summary">summary</a>,
              <a href="#changes">changes</a></p>
            <pre xml:space="preserve">

2008-12-28  Vin Shelton  &lt;[email protected]&gt;

	* XEmacs 21.4.22 is released

2008-12-27  Vin Shelton  &lt;[email protected]&gt;

	* syswindows.h: Don't define wide character interfaces for Cygwin
	1.7 and up.

2008-03-05  Dominique Quatravaux  &lt;[email protected]&gt;

	* glyphs-gtk.c: Fixed compilation under gcc 4.x.

2008-11-01  Stephen J. Turnbull  &lt;[email protected]&gt;

	* regex.c (re_search_2): Fix at_dot by changing charpos to bytepos.
	From Julian Bradfield &lt;[email protected]&gt;.

2008-12-25  Vin Shelton  &lt;[email protected]&gt;

	* mule-ccl.c (ccl_driver): Fix off-by-one error.
	By Julian Bradfield in
	&lt;[email protected]&gt;.

	* mule-ccl.c (ccl_driver):</pre>
            <h2>ChangeLog Entries from <a name="tests:ChangeLog">tests/ChangeLog</a></h2>
            <p>goto <a href="#announcement">announcement</a>,
              <a href="#summary">summary</a>,
              <a href="#changes">changes</a></p>
            <pre xml:space="preserve">

2008-12-28  Vin Shelton  &lt;[email protected]&gt;

	* XEmacs 21.4.22 is released

2008-09-27  Stephen J. Turnbull  &lt;[email protected]&gt;

	* automated/regexp-tests.el: Add test for at_dot regexp.</pre>
            <p>goto <a href="#announcement">announcement</a>,
              <a href="#summary">summary</a>,
              <a href="#changes">changes</a></p>

<!-- Keep this comment at the end of the file
Local variables:
mode: xml
sgml-omittag:nil
sgml-shorttag:nil
sgml-namecase-general:nil
sgml-general-insert-case:lower
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-indent-data:t
sgml-parent-document:("../template.html" "html" "body" "table" "tr" "td")
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.