|
|||||||||||||||||
Searching XEmacs
Quick Links
About XEmacs
|
XEmacs 21.5.13 "cauliflower" is Releasedgoto announcement, changes From: "Steve Youngs [XEmacs Beta Release Manager]" <youngs@xemacs.org> Subject: XEmacs 21.5.13 "cauliflower" is released. To: XEmacs beta <xemacs-beta@xemacs.org> Date: Sun, 11 May 2003 02:41:04 +1000 Organization: The XEmacs Project * 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 -- |---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---| | XEmacs - The only _______ you'll ever need. | | Fill in the blank, yes, it's THAT good! | |------------------------------------<youngs@xemacs.org>---| Summary of changes for XEmacs 21.5.13 "cauliflower"goto announcement, ChangeLogs Build
Documentation
Internals
Lisp API
ChangeLogs for XEmacs 21.5.13 "cauliflower"goto announcement, summary, changes
ChangeLog Entries from ChangeLoggoto announcement, changes, summary 2003-05-10 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.13 "cauliflower" is released. 2003-05-10 Steve Youngs <youngs@xemacs.org> * Revert this patch: 2003-05-01 Andrew Begel <abegel@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@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@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@xemacs.org> * CHANGES.beta: Update. 2003-05-04 Steve Youngs <youngs@xemacs.org> * configure: Regenerate. 2003-05-04 Martin Buchholz <martin@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@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@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@xemacs.org> * PROBLEMS (Windows): New: auxiliary programs for Windows. 2003-03-04 Stephen J. Turnbull <stephen@xemacs.org> * Makefile.in.in (TAGS tags): Make DEFUNed functions be tags. Patch by Martin Buchholz <martin@xemacs.org>. <15410.44105.753590.169241@gargle.gargle.HOWL> ChangeLog Entries from etc/ChangeLoggoto announcement, changes, summary 2003-05-10 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.13 "cauliflower" is released. 2003-05-03 Steve Youngs <youngs@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/ChangeLoggoto announcement, changes, summary 2003-05-10 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.13 "cauliflower" is released. ChangeLog Entries from lisp/ChangeLoggoto announcement, changes, summary 2003-05-10 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.13 "cauliflower" is released. 2003-05-08 Jerry James <james@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@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@xemacs.org> * cmdloop.el (command-error): Ensure exit msg is on separate line. 2003-05-01 Steve Youngs <youngs@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@xemacs.org> * keydefs.el: Remove mappings for keys mapped to the nowhere defined function function-key-error. ChangeLog Entries from lwlib/ChangeLoggoto announcement, changes, summary 2003-05-10 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.13 "cauliflower" is released. 2003-05-05 Steve Youngs <youngs@xemacs.org> * lwlib-Xm.c (xm_update_one_widget): Only call `xm_update_progress' if `LWLIB_WIDGETS_MOTIF' is defined. ChangeLog Entries from man/ChangeLoggoto announcement, changes, summary 2003-05-10 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.13 "cauliflower" is released. 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org> * lispref/searching.texi (Match Data): Failed match preserves data. 2003-04-28 Stephen J. Turnbull <stephen@xemacs.org> * xemacs-faq.texi (Q6.4.3): New: auxiliary programs for Windows. ChangeLog Entries from modules/ChangeLoggoto announcement, changes, summary 2003-05-10 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.13 "cauliflower" is released. ChangeLog Entries from netinstall/ChangeLoggoto announcement, changes, summary 2003-05-10 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.13 "cauliflower" is released. ChangeLog Entries from nt/ChangeLoggoto announcement, changes, summary 2003-05-10 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.13 "cauliflower" is released. ChangeLog Entries from nt/installer/Wise/ChangeLoggoto announcement, changes, summary 2003-05-10 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.13 "cauliflower" is released. ChangeLog Entries from src/ChangeLoggoto announcement, changes, summary 2003-05-10 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.13 "cauliflower" is released. 2003-05-09 Stephen J. Turnbull <stephen@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@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@xemacs.org> * broken-sun.h: Warn about possibility of #define stat. 2000-07-22 Ilya N. Golubev <gin@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@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@xemacs.org> * database.c: Berkeley DB wants __STDC__ to be defined. 2003-04-05 Martin Buchholz <martin@xemacs.org> * EmacsFrameP.h (EmacsFramePart): Kludge to allow compiling with Motif1, but linking with Motif2. 2003-05-04 Robert Pluim <rpluim@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@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@CS.Berkeley.EDU> * text.h (IBYTE_STRING_TO_ALLOCA): Removed a stray backslash from the preceding comment. 2003-05-02 Stephen J. Turnbull <stephen@xemacs.org> * config.h.in (HAVE_INTPTR_T_IN_SYS_TYPES_H): New. lisp.h (intptr_t): Use it. ChangeLog Entries from tests/ChangeLoggoto announcement, changes, summary 2003-05-10 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.13 "cauliflower" is released. 2003-05-09 Stephen J. Turnbull <stephen@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. goto announcement, 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