XEmacs 21.4.18 "Social Property" is released

Vin Shelton <[email protected]> Sun, 04 Dec 2005 22:23:55 -0500
Newsgroups gmane.emacs.xemacs.announce
Organization The XEmacs Development Team
Message-ID <m3mzjgql9w.fsf__29444.3885599778$1133753207$gmane$org@zion.rcn.com>
*          XEmacs 21.4.18 "Social Property" is released.
      "Social Property" is the eighteenth in the OXYMORON series.

The latest stable release of XEmacs, XEmacs 21.4.18 - "Social Property",
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.18.tar.gz or alternatively
xemacs-21.4.19.tar.bz2 are the only tarballs supplied.

If you already have a 21.4.17 source tree, a patchkit is available in
xemacs-21.4.17-21.4.18.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.18 release:

f4370a6ee8187bca195211d8ba2cc7ce  xemacs-21.4.17-21.4.18.patch
405a558fb78af29448da69aaf7509eb9  xemacs-21.4.17-21.4.18.patch.asc
08c99ff915564a122a3a44df2264669c  xemacs-21.4.18.tar.bz2
b23d75ef1c3eb59287479db90e19a6b6  xemacs-21.4.18.tar.bz2.asc
b1ab33ddba5664eb0425b2411aecfb75  xemacs-21.4.18.tar.gz
65c3e382046fc892b175b9b1fef7d4e8  xemacs-21.4.18.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=3D: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 > $r; done

will convert your entire tree.

Tags are also the same; to update to release 21.4.18, use the release
tag "r21-4-18".  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.18 "Social Property"

-- Fix: When writing to another process, flush the last chunk, even
        when the pipe is blocked.
-- Fix: Document use of same-window-buffer-names and same-window-regexps =
by pop-to-buffer and display-buffer.
-- Fix: region-active-p only returns t when active region is in current b=
uffer.
-- Fix: package-get-init-package reported erroneous load-path shadows.
-- Fix: Fixes to support MacOS 10.4 (Tiger).
-- Fix: revert derived-mode-merge-syntax-tables patch.
-- Fix: Cygwin fixes: auto-detecting integer types and avoid Motif.
-- Fix: Make default-directory work for non-ASCII commands.
-- Fix: Avoid usage of corrupted stack in open-network-stream().
-- Fix: finder-find-library to return filename actually searched for.
-- Fix: Stop geometry thrashing in tabs widget.
-- Fix: Don't find package NEWS files.
-- Fix: fix build for FreeBSD ia64 and other 64bit platforms.
-- Fix: Don't delete everything from the popup menu in easy-menu-remove.
-- Fix: Mule-CCL couldn't handle control-1 characters either.
-- Fix: Fix pixel-to-point conversion arithmetic in font.el
-- Fix: Small patch for console redisplay issues.
-- Fix: Cleanup of the CCL coding system example.
-- Fix: Incremental selection transfer fix.
-- Fix: configure works again when -ldap is specified and -lber is requir=
ed.
-- Fix: man/custom.texi typo fix.
-- Update: Ask users to send crash reports to xemacs-beta.
-- Update: Announce latin-euro-standards, update mule-base packages.
-- Update: Expand package name field in package-ui.el.
-- Update: Improve glyphs documentation.
-- Update: Document \c and \C in regular expression syntax.
-- Update: Document use of `same-window-buffer-names', `same-window-regex=
ps' by pop-to-buffer and display-buffer.
-- Update: Document category tables in the regexp part of the lispref.
-- Update: Announce re-builder, xetla in etc/PACKAGES.
-- Update: Improvements to char-table documentation.
-- Update: Sync packages mirrors list with website.
-- Update: Document CCL example.
-- Update: Process-related docstring improvements.
-- Update: Another package-get.el update reflecting latest http://www.xem=
acs.org/Releases/ information.
-- Feature: Add Simon Josefsson to about.el.

-------- ChangeLog Entries from ChangeLog --------

2005-12-03  Vin Shelton <[email protected]>

	* XEmacs 21.4.18 is released

2005-12-01  Vin Shelton  <[email protected]>

	* etc/TUTORIAL.cs: copied from 21.5.
	* etc/TUTORIAL.sl: copied from 21.5.

2005-11-29  Ilya Golubev  <[email protected]>

	* configure.in: Merge revision 1.19 change: fix ldap libraries
	configuration lossage when `-lldap -llber' links and but `-lldap'
	does not; allow `ldap_libs' to be empty or overridden by builder.
	The lossage was introduced in upstream revision 1.151.2.31
	(2005/01/31 02:54:47 vins) by (extremely hasty and unwise) merge
	of revision 1.232 change.
	* etc/NEWS: Document it.

2005-03-12  Aidan Kehoe  <[email protected]>

	* configure.in (XE_COMPUTE_RUNPATH): Check XtRegisterDrawable
	availability.=20

2005-04-11  Norbert Koch  <[email protected]>

	* etc/PACKAGES: etc/PACKAGES: Announce re-builder, xetla.

2005-11-15  Dr. Volker Zell  <[email protected]>

	* configure.in: Avoid using Motif also for cygwin

2005-11-15  Dr. Volker Zell  <[email protected]>

	* configure.in: Check for u_int*_t typedefs and use them in
	Berkeley DB detection.

2005-04-11  Norbert Koch  <[email protected]>

	* etc/PACKAGES: etc/PACKAGES: Announce re-builder, xetla.

2005-03-23  Vin Shelton  <[email protected]>

	* configure.in: Remove -fno-gnu-linker option from Solaris
	dynodump builds; it doesn't do anything.

	Don't use 'head -1' - it's deprecated by coreutils-5.3.0 on some
	platforms.

2005-02-19  Norbert Koch  <[email protected]>

	* etc/PACKAGES: Announce latin-euro-standards, update mule-base.

2005-02-12  Vin Shelton  <[email protected]>

	* etc/OXYMORONS: New list.

-------- ChangeLog Entries from lib-src/ChangeLog --------

2005-12-03  Vin Shelton <[email protected]>

	* XEmacs 21.4.18 is released

2005-09-18  Mike Alexander  <[email protected]>

	* installexe.sh: Don't add an exe extention to a file that already
	has one.  Patch from Rick Rankin.

-------- ChangeLog Entries from lisp/ChangeLog --------

2005-12-03  Vin Shelton <[email protected]>

	* XEmacs 21.4.18 is released

2005-10-28  Adrian Aichner  <[email protected]>

	* package-get.el (package-get-download-sites): Update reflecting
	latest http://www.xemacs.org/Releases/ information generated by
	xemacs-builds/adrian/website/package-get-2-download-sites.el.
	* package-get.el (package-get-pre-release-download-sites): Ditto.

2005-02-28  Simon Josefsson  <[email protected]>

	* about.el (xemacs-hackers): Add jas.
	(about-other-current-hackers): Likewise.
	(about-url-alist): Add URL for jas.
	(about-personal-info): Document jas.
	(about-hacker-contribution): Describe jas contributions.

2005-03-25  Ralf Angeli  <[email protected]>=20

	* easymenu.el (easy-menu-remove): As described in=20
	[email protected]; don't strip everything
	except the "Command" menu from mode-popup-menu.=20

2005-03-25  Ralf Angeli  <[email protected]>=20
=20
        * font.el (font-spatial-to-canonical): Correct calculation of=20
        return value for pixel-based input value.=20
=20
2002-05-13  Adrian Aichner  <[email protected]>

	* code-process.el (call-process): Process-related docstring
	improvements spurred by Norbert Koch.
	* code-process.el (call-process-region): Ditto.
	* code-process.el (start-process): Ditto.

2005-10-09  Adrian Aichner  <[email protected]>

	* finder.el (finder-find-library): Return filename actually
	searched for.

2005-10-10  Steve Youngs  <[email protected]>

	* help.el (view-emacs-news): Use `expand-file-name' instead of
	`locate-data-file' as the latter will find any "NEWS" files that
	might exist in packages _before_ the one in core.

2005-06-06  Adrian Aichner  <[email protected]>

	* package-get.el (package-get-init-package):
	package-get-init-package buglet (21.4.17) by Jeff Mincy
	<[email protected]> fixing false temporary load-path shadows reported
	after package installation and simplifying code.

2005-10-18  Ville Skytt=C3=A4  <[email protected]>

	* package-get.el (package-get-download-sites): Sync mirrors list
	with the XEmacs website.
	(package-get-pre-release-download-sites): Ditto.

2005-04-06  Stephen J. Turnbull  <[email protected]>

	* derived.el (derived-mode-merge-syntax-tables):
	Revert my 21.5-only patch of 2003-07-18 which slipped in
	through Jerry James's patch of 2004-06-07.

2005-02-23  Adrian Aichner  <[email protected]>

	* cmdloop.el (keyboard-quit): Remove workaround for
	`region-active-p' not making sure active region is in current
	buffer now that it does.
	* minibuf.el (minibuffer-keyboard-quit): Ditto.
	* simple.el (region-active-p): `region-active-p' to only return t
	when active region is in current buffer.

2005-02-21  Norbert Koch  <[email protected]>

	* package-ui.el (pui-list-packages): MF21.5, adapt to longer
	package names, quell a byte-compiler warning, doc fix.

2005-02-16  Aidan Kehoe  <[email protected]>

	* buffer.el (pop-to-buffer):
	* window-xemacs.el (display-buffer):
	Document use of `same-window-buffer-names,' `same-window-regexps'
	by pop-to-buffer and display-buffer.=20

-------- ChangeLog Entries from lwlib/ChangeLog --------

2005-12-03  Vin Shelton <[email protected]>

	* XEmacs 21.4.18 is released

2005-03-07  Stephen J. Turnbull  <[email protected]>

	* lwlib-Xlw.c (build_tabs_in_widget): Correctly disable geometry
	negotiation for tab children.
	(xlw_create_tab_control): Don't set nonexistent resizable resource.

-------- ChangeLog Entries from man/ChangeLog --------

2005-12-03  Vin Shelton <[email protected]>

	* XEmacs 21.4.18 is released

2005-12-03  Adrian Aichner  <[email protected]>

	* custom.texi (Declaring Variables): Typo fixes.

2005-01-19  Aidan Kehoe  <[email protected]>

	* lispref/mule.texi (CCL Example): Detail an implementation of the
	web's URL encoding as a CCL coding system example.=20

2005-03-26  Aidan Kehoe  <[email protected]>

	* lispref/mule.texi (CCL Example):
	char-int -> char-to-int, and hex 41 is decimal 65, both problems
	with my previous patch pointed out by Stephen.
	* lispref/mule.texi (The actual coding system):
	Give information on the make-coding-system call, and where the
	actual package can be found.

2005-02-23  Aidan Kehoe  <[email protected]>

	* lispref/searching.texi (Syntax of Regexps):
	Mention the \c and \C regular expression constructs; cross
	reference to the Category Table documentation.=20

2005-02-22  Stephen J. Turnbull  <[email protected]>

	* lispref/glyphs.texi: Complete reorganization, some content updated.
	* lispref/lispref.texi (Top): Update menu to match.
	* lispref/extents.texi (Extent Properties): Update xref.
 	* lispref/faces.texi (Face Properties): Background pixmaps can be
	used on GTK and MS Windows.
 	(Face Convenience Functions): Cross-reference glyph interface.
 	Background pixmap is an image specifier, not a glyph.

-------- ChangeLog Entries from netinstall/ChangeLog --------

2005-12-03  Vin Shelton <[email protected]>

	* XEmacs 21.4.18 is released

-------- ChangeLog Entries from nt/ChangeLog --------

2005-12-03  Vin Shelton <[email protected]>

	* XEmacs 21.4.18 is released

-------- ChangeLog Entries from src/ChangeLog --------

2005-12-03  Vin Shelton <[email protected]>

	* XEmacs 21.4.18 is released

2005-11-27  Kean Johnston <[email protected]>

	* redisplay-tty.c (set_tty_modes):
	(reset_tty_modes): disable auto-margins if the terminal supports
	them.
	(init_tty_for_redisplay): fix cursor shape.

2005-04-05  Aidan Kehoe  <[email protected]>

	* mule-ccl.c (ccl_driver): Calculate the charset and position code
	for control-1 characters properly, both when reading multibyte
	characters and writing them.=20

2005-03-12  Aidan Kehoe  <[email protected]>

	* config.h.in: Make HAVE_XTREGISTERDRAWABLE available.=20
	* select-x.c (x_reply_selection_request): Use it; fix the bug we
	were seeing with incremental selection transfer failing.=20

2005-11-26  Vin Shelton  <[email protected]>

	* callproc.c (Fold_call_process_internal): Create the buffer if it
	does not already exist.  The original patch came from Ben Wing in
	http://list-archive.xemacs.org/xemacs-patches/200205/msg00117.html

2002-05-13  Adrian Aichner  <[email protected]>

	* callproc.c: Process-related docstring improvements spurred by
	Norbert Koch.

2005-11-25  Vin Shelton  <[email protected]>

	* depend: Regenerated.

2005-07-11  Malcolm Purvis  <[email protected]>

	* glyphs-gtk.c:  Rename a local static variable because gcc 4.0
	says it clashes with a global with the same name.

2005-07-11  Atanu Ghosh <[email protected]>

	* sysdll.c (dll_open): Under MacOS X return NULL under the
	filename is NULL.  Fixes problems finding local symbols under 10.4
	(Tiger)

2005-11-15  Dr. Volker Zell  <[email protected]>
=09
	* config.h.in: New HAVE_U_INT*_T defines.
=09
	* database.c: Only use u_int*_t typedefs if not already
	defined.

2005-04-07 15:08  Enrico Scholz <[email protected]>

	* src/process-unix.c (unix_open_network_stream): moved
	  'portbuf' buffer out of an inner block as it is used in the
	  entire function. With gcc4, the stack may get corrupted
	  after leaving this block. This patches adjusts the size of
	  the used buffer also; static '128' bytes are far too much
	  currently and might not suffice for future architectures
	  (e.g. for 512 bit ones ;)). Instead of, use only the really
	  required space (max octets * ln(256)/ln(10) chars + space
	  for '\0' and the sign)

2005-04-08  Aidan Kehoe  <[email protected]>

	* callproc.c: Include sysdir.h, so any necessary Mule processing
	is done on the current directory name before starting a new
	process.

2005-04-06  Stephen J. Turnbull  <[email protected]>

	* chartab.c (Fchar_table_p):
	(Fget_range_char_table):
	(Fput_char_table):
	(Fmap_char_table):
	Describe range representation and fix typo.

2005-02-12  Vin Shelton  <[email protected]>

	* emacs.c (shut_down_emacs): Advise users to send email to the
	xemacs-beta list instead of [email protected].

2005-02-03  David Evers  <[email protected]>

	* process-unix.c (unix_send_process): Flush the last chunk, even
	when the pipe is blocked.

-------- ChangeLog Entries from tests/ChangeLog --------

2005-12-03  Vin Shelton <[email protected]>

	* XEmacs 21.4.18 is released

Sincerely,
  Vin Shelton
  Stable Release Manager for XEmacs