List overview

Download

XEmacs-Announce September 2003

xemacs-announce@xemacs.org
  • 1 participants
  • 1 discussions
XEmacs 21.4.14 "Rational Discussion" is Released 22 years, 2 months

Vin Shelton
* XEmacs 21.4.14 "Reasonable Discussion" is released. "Reasonable Discussion" is the fifteenth in the OXYMORON series. The latest stable release of XEmacs, XEmacs 21.4.14 - "Reasonable Discussion", 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/. (Note that the tarball breakdown is slightly different from that implied for 21.1. For 21.4, the xemacs-21.4.14.tar.gz tarball contains the full contents of the xemacs-21.4.14-{src,elc,info}.tar.gz tarballs.) If you already have a 21.4.13 source tree, a patchkit is available in xemacs-21.4.13-21.4.14.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. 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.14, use the release tag "r21-4-14". 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.13 "Rational Fortran" -- Fix: Make sure local variables get processed -- Andy Piper -- Fix: Make Windows scrollwheel work even if no scrollbars -- René Kyllingstad -- Fix: Fix bytecompiler infinite recursion -- Michael Toomim -- Fix: Handle embedded carriage returns in make-docfile -- Andrew Begel -- Fix: Regexp matching of degenerate word boundaries -- Stephen Turnbull -- Fix: Don't use DB_AUTO_COMMIT in database.c -- Stephen Turnbull -- Fix: FAQ, docstring and PROBLEMS corrections -- Stephen Turnbull -- Fix: Discard docstrings in compiler only if appropriate -- Stephen Turnbull -- Fix: Reverse bogus regexp tests -- Stephen Turnbull -- Fix: Modify configure to add -fno-strict-aliasing to gcc -- Stephen Turnbull -- Fix: Disable event compression under Motif -- Stephen Turnbull -- Fix: Enable -DREGEX_MALLOC by default -- Stephen Turnbull -- Fix: Turn off widgets by default -- Stephen Turnbull -- Fix: Add docstrings for lisp-mode hooks -- Vasily Korytov -- Fix: Support MacOSX shared library loading -- Andrew Begel -- Fix: Font-lock fix for defuns -- Adrian Aichner -- Fix: cl-macs generated incorrect docstrings -- Nickolay Pakoulin -- Fix: Remove bogus key definitions -- Jerry James -- Update: Latest package index -- Norbert Koch -- Update: about.el information -- Vin Shelton -- Update: Use X Font Sets in sample.Xdefaults -- Stephen Turnbull -- Update: etc/PACKAGES -- Stephen Turnbull -------- ChangeLog Entries from ChangeLog -------- 2003年09月03日 Vin Shelton <acs(a)xemacs.org> * XEmacs 21.4.14 is released 2003年08月15日 Stephen J. Turnbull <stephen(a)xemacs.org> * configure.in (line 3593): Default widgets OFF for Athena/Motif. 2003年08月15日 Stephen J. Turnbull <stephen(a)xemacs.org> * configure.in (regex_malloc): New option. configure.usage (--use-regex-malloc): Document it. 2003年08月14日 Andrew Begel <abegel(a)CS.Berkeley.EDU> * configure.in: Add code to detect Darwin/MacOSX dynamic linking API. 2003年08月12日 Stephen J. Turnbull <stephen(a)xemacs.org> * configure.usage (GUI component): Improve lucid option doc. 2003年08月12日 Stephen J. Turnbull <stephen(a)xemacs.org> * configure.in (CFLAGS): Add -fno-strict-aliasing for GCC. * PROBLEMS (Running): Strict aliasing crashes. 2003年08月04日 Norbert Koch <viteno(a)xemacs.org> Stephen J. Turnbull <stephen(a)xemacs.org> * PACKAGES: Sync with package-tree contents. Style conformance. 2003年07月03日 Stephen J. Turnbull <stephen(a)xemacs.org> * etc/README.HYPERBOLE: * etc/README.OO-BROWSER: Update. 2003年05月23日 Stephen J. Turnbull <stephen(a)xemacs.org> * etc/sample.Xdefaults (menubar and popup fonts): Use X Font Sets. 2003年07月29日 Stephen J. Turnbull <stephen(a)xemacs.org> * PROBLEMS (Motif): Explain why Motif loses XtExposeCompressMaximal. * configure.in (Installation): Bitch bitterly about Motif. 2003年06月17日 Vin Shelton <acs(a)xemacs.org> * PROBLEMS: Sync up with latest version from 21.5 2003年04月28日 Stephen J. Turnbull <stephen(a)xemacs.org> * PROBLEMS (Windows): New: auxiliary programs for Windows. 2003年05月24日 Norbert Koch <viteno(a)xemacs.org> * etc/package-index.LATEST.pgp: Official package release. -------- ChangeLog Entries from lib-src/ChangeLog -------- 2003年09月03日 Vin Shelton <acs(a)xemacs.org> * XEmacs 21.4.14 is released 2003年06月30日 Andrew Begel <abegel(a)CS.Berkeley.EDU> * make-docfile.c (write_c_args): Escape newlines that arise in the C argument list. -------- ChangeLog Entries from lisp/ChangeLog -------- 2003年09月03日 Vin Shelton <acs(a)xemacs.org> * XEmacs 21.4.14 is released 2003年08月17日 Vin Shelton <acs(a)xemacs.org> * about.el: Vanity patch. 2003年08月11日 Stephen J. Turnbull <stephen(a)xemacs.org> * code-process.el (call-process): (call-process-region): (start-process): Document coding system processing. 2003年08月03日 Stephen J. Turnbull <stephen(a)xemacs.org> * startup.el (splash-frame-body): Idiomatic English. 2003年04月24日 Jin Choi <jsc(a)orangeimagineering.com> * font-lock.el (font-lock-match-java-declarations): Move save-restriction, narrow-to-region to beginning of function to avoid going beyond the limit and causing an infloop. 2003年04月16日 Jerry James <james(a)xemacs.org> * keydefs.el: Remove mappings for keys mapped to the nowhere defined function function-key-error. 2003年03月22日 Vasily Korytov <deskpot(a)myrealbox.com> * lisp-mode.el (emacs-lisp-mode-hook, lisp-mode-hook, lisp-interaction-mode-hook): Add the docstrings. 2003年08月04日 Michael Toomim <toomim(a)OCF.Berkeley.EDU> * byte-optimize.el: Fix infinite loop in bytecode optimizer. See: http://list-archive.xemacs.org/xemacs-beta/200306/msg00157.html http://list-archive.xemacs.org/xemacs-beta/200307/msg00005.html 2003年06月18日 Nickolay Pakoulin <npak(a)ispras.ru> * cl-macs.el (cl-transform-lambda): Place doc on Common Lisp lambda list after the original doc. Care about #'(lambda () "SingleString") (cl-upcase-arg): (cl-function-arglist): Care about &cl-defs and &cl-quote in lambda list, dotted lists and circular data structures in lambda list specification 2003年06月11日 Adrian Aichner <adrian(a)xemacs.org> * font-lock.el (lisp-font-lock-keywords-1): Only NAME, not NAME( to appear in font-lock-function-name-face. 2003年06月17日 Stephen J. Turnbull <stephen(a)xemacs.org> * bytecomp.el (byte-compile-lambda): Discard docstring only if it is not also the value of the lambda. 2003年05月06日 Andy Piper <andy(a)xemacs.org> * files.el (revert-buffer): Make sure local variables get processed, even in the case of an optimized reversion. -------- ChangeLog Entries from lwlib/ChangeLog -------- 2003年09月03日 Vin Shelton <acs(a)xemacs.org> * XEmacs 21.4.14 is released -------- ChangeLog Entries from man/ChangeLog -------- 2003年07月31日 René Kyllingstad <listmailxemacs(a)kyllingstad.com> * lispref/display.texi (Invisible Text): mention line-move-ignore-invisible. * lispref/extents.texi (Extent Properties): end-glyph will still be displayed when invisible is set. * lispref/extents.texi (Extents and Events): only begin-glyph is highlighted. 2003年08月12日 Stephen J. Turnbull <stephen(a)xemacs.org> * xemacs-faq.texi (Q1.3.8): Fix typo, note errorneous recognition. 2003年08月05日 Stephen J. Turnbull <stephen(a)xemacs.org> * lispref/packaging.texi (Creating Packages): * xemacs/packages.texi (Creating Packages): Style guideline for package-info.in description. 2003年06月30日 Stephen J. Turnbull <stephen(a)xemacs.org> * xemacs-faq.texi (Q3.2.2): Fix typo. 2003年06月17日 Vin Shelton <acs(a)xemacs.org> * xemacs-faq.texi: Sync up with latest version from 21.5. 2003年04月28日 Stephen J. Turnbull <stephen(a)xemacs.org> * xemacs-faq.texi (Q6.4.3): New: auxiliary programs for Windows. -------- ChangeLog Entries from netinstall/ChangeLog -------- * XEmacs 21.4.14 is released -------- ChangeLog Entries from src/ChangeLog -------- * XEmacs 21.4.14 is released 2003年08月15日 Stephen J. Turnbull <stephen(a)xemacs.org> * config.h.in (REGEX_MALLOC): Make it configure'able. 2003年08月14日 Andrew Begel <abegel(a)CS.Berkeley.EDU> * config.h.in: Add HAVE_DYLD to indicate Darwin/MacOSX dynamic linking. * sysdll.c (dll_init): * sysdll.c (dll_open): * sysdll.c (dll_close): * sysdll.c (dll_function): * sysdll.c (dll_variable): * sysdll.c (dll_error): Add support for loading bundles using Darwin/MacOSX native API. 2003年08月12日 Stephen J. Turnbull <stephen(a)xemacs.org> * process.c (start-process-internal): Document coding systems. 2003年07月30日 Jerry James <james(a)xemacs.org> * sysdll.c: configure sets HAVE_DLD_INIT, not HAVE_INIT_DLD. 2003年07月31日 René Kyllingstad <listmailxemacs(a)kyllingstad.com> * event-msw.c (mswindows_enqueue_mouse_button_event): * event-msw.c (mswindows_wnd_proc): enqueue button event when scrollwheel event isn't handled by mswindows_handle_mousewheel_event, such as when the scrollbars are not showing. 2003年07月29日 Stephen J. Turnbull <stephen(a)xemacs.org> * EmacsFrame.c (emacsFrameClassRec): Motif groks not XtCompress*. 2003年03月24日 Stephen J. Turnbull <stephen(a)xemacs.org> * database.c (Fopen_database): Don't use DB_AUTO_COMMIT. 2003年03月21日 Stephen J. Turnbull <stephen(a)xemacs.org> * regex.c (re_match_2_internal): Fix matching degenerate word boundaries. Sincerely, Vin Shelton Stable Release Manager for XEmacs
  • 1 participants
  • 0 comments
Results per page:

AltStyle によって変換されたページ (->オリジナル) /