* XEmacs 21.5.13 "cauliflower" is released.
"cauliflower" is the 14th in the VEGETABLE series.
The long standing TTY/keyboard bug, the one where RET was behaving
like LFD, is gone! Yes, that's right folks, you can once again use
XEmacs on a TTY. Full credit goes to Jerry James for fixing this.
Thanks very much, Jerry. You're a legend!
For general information about XEmacs, the developers, and the user
community, see our home page,
http://www.xemacs.org/
* XEmacs 21.5.13 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.13.tar.gz tarball contains the full contents of the
xemacs-21.5.13-{src,elc,info}.tar.gz tarballs.)
If you already have a 21.5.12 source tree, a patch kit is available in
xemacs-21.5.12-21.5.13.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.13, use the release tag "r21-5-x". 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
* Brief summary of Changes to XEmacs 21.5.13 "cauliflower"
to 21.5.13 "cauliflower"
Remember that bug that made return behave as linefeed in a TTY? It's
gone! Thanks go out to Jerry James and Steve Turnbull for squashing
this year old bug. Of course, that wasn't the only bug fixed this
time around.
Here are the highlights:
Build
-- Don't look for Motif if it's already been found - Buchholz.
-- Darwin, Cygwin, BerkDB autoconf fixes - Turnbull.
-- Make DEFUNed functions be tags - Buchholz.
-- Allow compiling with Motif 1 and linking with Motif 2 - Buchholz.
-- Update regexp tests - Turnbull.
-- Don't autodetect ESD (Enlightened Sound Daemon) - Turnbull.
Documentation
-- New section in PROBLEMS auxilary programs for Windows - Turnbull.
-- FAQ updates
Q6.4.3 New aux programs for Windows - Turnbull.
-- Document failed match preserves data - Turnbull.
Internals
-- Don't use the u_int8_t etc typedefs on FreeBSD in database.c - Pluim.
-- Better support for externally defined lrecord types - Begel.
-- Only call `xm_update_progress' if Motif is defined - Youngs.
-- Define __STDC__ for BerkeleyDB - Buchholz.
-- Fix bug where XEmacs couldn't find its .dmp file - Buchholz.
-- Move `filemodestring' from lisp.h to sysfile.h - Golubev.
-- Clean ups against the possibility of sys/stat.h defining stat - Turnbull.
-- Search/match updates - Turnbull.
Lisp API
-- Fix bug preventing installing new packages - Youngs.
-- Put exit message on separate line in `command-error' - Turnbull.
-- Temporarily turn off PGP verification of package-index - Youngs.
-- Remove keymapings for 'function-key-error' - James.
-- Fix bug that mapped RET to LFD in TTYs - James.
-------- ChangeLog Entries from ChangeLog --------
2003-05-10 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.13 "cauliflower" is released.
2003-05-10 Steve Youngs <youngs(a)xemacs.org>
* Revert this patch:
2003-05-01 Andrew Begel <abegel(a)CS.Berkeley.EDU>
* configure.in: Move module detection to after src/ is added to
MAKE_SUBDIR. On MacOS X, building modules requires xemacs to
already be built.
* aclocal.m4 (XE_SHLIB_STUFF): Properly define ellcc flags for
MacOS X.
It was stopping certain libs from making their way into the
Makefiles.
* configure: Regenerate.
2003-05-09 Stephen J. Turnbull <stephen(a)xemacs.org>
* configure.in: Revert Steve Youngs's patch, and set default for
ESD in the Defaults section. Improve comments.
* configure: Regenerate.
2003-05-07 Steve Youngs <youngs(a)xemacs.org>
* configure.in: Default ESD sound to off.
* configure.usage (--with-sound): Document ESD defaulting to off.
* configure: Regenerate.
2003-05-05 Steve Youngs <youngs(a)xemacs.org>
* CHANGES.beta: Update.
2003-05-04 Steve Youngs <youngs(a)xemacs.org>
* configure: Regenerate.
2003-05-04 Martin Buchholz <martin(a)xemacs.org>
* configure.in: Don't look for Motif if it's already present in
$x_includes and $x_libraries.
2003-05-01 Andrew Begel <abegel(a)CS.Berkeley.EDU>
* configure.in: Move module detection to after src/ is added to
MAKE_SUBDIR. On MacOS X, building modules requires xemacs to
already be built.
* aclocal.m4 (XE_SHLIB_STUFF): Properly define ellcc flags for
MacOS X.
2003-05-02 Stephen J. Turnbull <stephen(a)xemacs.org>
* configure.in (darwin): Collect random kludges in one place.
(cygwin): Check for intptr_t in <sys/types.h>.
(Berkeley db): Handle 4.1 functions decorated with version info.
2003-04-28 Stephen J. Turnbull <stephen(a)xemacs.org>
* PROBLEMS (Windows): New: auxiliary programs for Windows.
2003-03-04 Stephen J. Turnbull <stephen(a)xemacs.org>
* Makefile.in.in (TAGS tags): Make DEFUNed functions be tags.
Patch by Martin Buchholz <martin(a)xemacs.org>.
<15410.44105.753590.169241(a)gargle.gargle.HOWL>
-------- ChangeLog Entries from etc/ChangeLog --------
2003-05-10 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.13 "cauliflower" is released.
2003-05-03 Steve Youngs <youngs(a)xemacs.org>
* package-index.LATEST.gpg: Updated to current reality.
* package-index.LATEST.pgp: Removed, 21.5 uses
'package-index.LATEST.gpg'.
-------- ChangeLog Entries from lib-src/ChangeLog --------
2003-05-10 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.13 "cauliflower" is released.
-------- ChangeLog Entries from lisp/ChangeLog --------
2003-05-10 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.13 "cauliflower" is released.
2003-05-08 Jerry James <james(a)xemacs.org>
* code-init.el (coding-system-variable-default-value-table): Use
undecided-unix for keyboards to avoid EOL autodetection on TTYs.
* code-init.el (coding-system-variable-default-value): Update the
comment to reflect the changed table.
2003-05-03 Steve Youngs <youngs(a)xemacs.org>
* package-admin.el (package-admin-find-top-directory): You can't
concat a string & a char, so convert 'directory-sep-char' to a string.
2003-05-02 Stephen J. Turnbull <stephen(a)xemacs.org>
* cmdloop.el (command-error): Ensure exit msg is on separate line.
2003-05-01 Steve Youngs <youngs(a)xemacs.org>
* package-get.el (package-get-require-signed-base-updates): Force
default to nil while I sort out some PGP problems.
2003-04-16 Jerry James <james(a)xemacs.org>
* keydefs.el: Remove mappings for keys mapped to the nowhere
defined function function-key-error.
-------- ChangeLog Entries from lwlib/ChangeLog --------
2003-05-10 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.13 "cauliflower" is released.
2003-05-05 Steve Youngs <youngs(a)xemacs.org>
* lwlib-Xm.c (xm_update_one_widget): Only call
`xm_update_progress' if `LWLIB_WIDGETS_MOTIF' is defined.
-------- ChangeLog Entries from man/ChangeLog --------
2003-05-10 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.13 "cauliflower" is released.
2003-05-09 Stephen J. Turnbull <stephen(a)xemacs.org>
* lispref/searching.texi (Match Data): Failed match preserves data.
2003-04-28 Stephen J. Turnbull <stephen(a)xemacs.org>
* xemacs-faq.texi (Q6.4.3): New: auxiliary programs for Windows.
-------- ChangeLog Entries from modules/ChangeLog --------
2003-05-10 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.13 "cauliflower" is released.
-------- ChangeLog Entries from netinstall/ChangeLog --------
2003-05-10 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.13 "cauliflower" is released.
-------- ChangeLog Entries from nt/ChangeLog --------
2003-05-10 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.13 "cauliflower" is released.
-------- ChangeLog Entries from nt/installer/Wise/ChangeLog --------
2003-05-10 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.13 "cauliflower" is released.
-------- ChangeLog Entries from src/ChangeLog --------
2003-05-10 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.13 "cauliflower" is released.
2003-05-09 Stephen J. Turnbull <stephen(a)xemacs.org>
* search.c (search_regs): Make comment reflect reality.
(clear_search_regs): Unconditionally clear global regs.
(set_search_regs): Call clear_search_regs to clear unused regs.
(looking_at_1):
(string_match_1):
(search_buffer):
(simple_search):
(boyer_moore):
Don't call clear_search_regs directly.
(Flooking_at):
(Fposix_looking_at):
(Fstring_match):
(Fposix_string_match):
(Fsearch_backward):
(Fsearch_forward):
(Fword_search_backward):
(Fword_search_forward):
(Fre_search_backward):
(Fre_search_forward):
(Fposix_search_backward):
(Fposix_search_forward):
Document that search/match failure preserves match data.
(Freplace_match):
(Fstore_match_data):
Improve docstrings.
* regex.c (re_match_2_internal): Init syn1, syn2 to quiet compiler.
* regex.h (struct re_registers): Add comment.
2003-05-09 Stephen J. Turnbull <stephen(a)xemacs.org>
Various cleanups against the possibility that <sys/stat.h> does
#define stat ... .
* lisp.h: Remove struct stat declaration.
2003-05-06 Stephen J. Turnbull <stephen(a)xemacs.org>
* broken-sun.h: Warn about possibility of #define stat.
2000-07-22 Ilya N. Golubev <gin(a)mo.msk.ru>
* lisp.h (filemodestring): Remove
* sysfile.h (filemodestring): Put it here
* filemode.c (filemodestring): Note in comment where it is
declared.
2003-05-09 Martin Buchholz <martin(a)xemacs.org>
* dumper.c (pdump_load): Pdump'ed XEmacs can't find its .dmp file.
Scenario: Prepend ~/bin to PATH; then `mkdir ~/bin/xemacs'
Result: "temacs can only be run in -batch mode."
Fix: Check xemacs executable candidate for directory-ness.
2003-05-06 Martin Buchholz <martin(a)xemacs.org>
* database.c: Berkeley DB wants __STDC__ to be defined.
2003-04-05 Martin Buchholz <martin(a)xemacs.org>
* EmacsFrameP.h (EmacsFramePart):
Kludge to allow compiling with Motif1, but linking with Motif2.
2003-05-04 Robert Pluim <rpluim(a)bigfoot.com>
* database.c: Don't use the u_int8_t etc typedefs on FreeBSD,
they conflict with <sys/types.h>.
2003-05-02 Andrew Begel <abegel(a)CS.Berkeley.EDU>
* lrecord.h: Added casts from int to enum lrecord_type to support
externally defined lrecord types.
2003-05-01 Andrew Begel <abegel(a)CS.Berkeley.EDU>
* text.h (IBYTE_STRING_TO_ALLOCA): Removed a stray backslash from
the preceding comment.
2003-05-02 Stephen J. Turnbull <stephen(a)xemacs.org>
* config.h.in (HAVE_INTPTR_T_IN_SYS_TYPES_H): New.
lisp.h (intptr_t): Use it.
-------- ChangeLog Entries from tests/ChangeLog --------
2003-05-10 Steve Youngs <youngs(a)xemacs.org>
* XEmacs 21.5.13 "cauliflower" is released.
2003-05-09 Stephen J. Turnbull <stephen(a)xemacs.org>
* automated/regexp-tests.el (replace-match): Revert test to Assert
that registers are preserved on a failed match.
(stale match data): Test for preserve-on-failure behavior.
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - The only _______ you'll ever need. |
| Fill in the blank, yes, it's THAT good! |
|------------------------------------<youngs(a)xemacs.org>---|