|
|||||||||||||||||
Searching XEmacs
Quick Links
About XEmacs
|
XEmacs 21.5.15 "celery" is Releasedgoto announcement, summary, changes From: "Steve Youngs [XEmacs Beta Release Manager]" <youngs@xemacs.org> Subject: [ANNOUNCE] XEmacs 21.5.15 "celery" is released. To: XEmacs beta <xemacs-beta@xemacs.org> Date: Thu, 04 Sep 2003 19:39:03 +1000 Organization: The XEmacs Development Team * XEmacs 21.5.15 "celery" is released. "celery" is the 16th in the VEGETABLE series. This release sees Jerry James doing a fair bit more work on the DSO code with lots of build/compile type fixes. Mike Sperber and his team have done some work on KKCC. And I did a major overhaul and audit of all the PUI related documents. I hope you enjoy the release. For general information about XEmacs, the developers, and the user community, see our home page, http://www.xemacs.org/ * XEmacs 21.5.15 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/. If you already have a 21.5.14 source tree, a patch kit is available in xemacs-21.5.14-21.5.15.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.15, 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>---| Changes in XEmacs 21.5.15 "celery"goto announcement, summary, changes to 21.5.15 "celery" Build
Documentation
Internals
Lisp API
ChangeLogs for XEmacs 21.5.15 "celery"goto announcement, summary, changes
ChangeLog Entries from ChangeLoggoto announcement, summary, changes 2003-09-03 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.15 "celery" is released. 2003-08-28 Jerry James <james@xemacs.org> * configure.in: Link modules with -lstdc++ if g++ is used. 2003-08-28 Steve Youngs <youngs@xemacs.org> * README.packages: Update. 2003-08-18 Jerry James <james@xemacs.org> * Makefile.in.in (GENERATED_HEADERS): Add xemacs.def. * Makefile.in.in: Regenerate if xemacs.def.in.in is touched. * aclocal.m4 (XE_SHLIB_STUFF): Allow modules with Cygwin. * aclocal.m4 (cygwin_warn): Removed. * configure.in (XE_COMPUTE_RUNPATH): Process xemacs.def.in.in. 2003-08-12 Stephen J. Turnbull <stephen@xemacs.org> * configure.usage (Window System): `lucid' option often means `Motif'. 2003-06-13 Stephen J. Turnbull <stephen@xemacs.org> * configure.usage (--cflags-warning): Change underscore to hyphen. ChangeLog Entries from etc/ChangeLoggoto announcement, summary, changes 2003-09-03 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.15 "celery" is released. 2003-08-28 Steve Youngs <youngs@xemacs.org> * PACKAGES: Update. 2003-08-04 Norbert Koch <viteno@xemacs.org> Stephen J. Turnbull <stephen@xemacs.org> * PACKAGES: Sync with package-tree contents. Style conformance. 2003-07-03 Stephen J. Turnbull <stephen@xemacs.org> * etc/README.HYPERBOLE: * etc/README.OO-BROWSER: Update. 2003-05-23 Stephen J. Turnbull <stephen@xemacs.org> * etc/sample.Xresources (menubar and popup fonts): Use X Font Sets. 2003-06-29 Norbert Koch <viteno@xemacs.org> * package-index.LATEST.gpg: Official package release. ChangeLog Entries from lib-src/ChangeLoggoto announcement, summary, changes 2003-09-03 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.15 "celery" is released. 2003-06-30 Andrew Begel <abegel@CS.Berkeley.EDU> * make-docfile.c (write_c_args): Escape newlines that arise in the C argument list, and comment on synch with Emacs. ChangeLog Entries from lisp/ChangeLoggoto announcement, summary, changes 2003-09-03 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.15 "celery" is released. 2003-08-30 Adrian Aichner <adrian@xemacs.org> * cus-edit.el (apropos-customize): New autoloaded alias making it easier to find customize-apropos. 2003-08-28 Steve Youngs <youngs@xemacs.org> * package-ui.el (pui-set-local-package-get-directory): Remove arg. 2003-07-31 René Kyllingstad <listmailxemacs@kyllingstad.com> * mwheel.el (mwheel-scroll-amount): * mwheel.el (mwheel-scroll): * mwheel.el (mwheel-install): bind C-mouse-{4,5} to scroll page by page. 2003-08-03 Mike Sperber <mike@xemacs.org> * files.el (insert-directory): Massage somewhat to be slightly closer to FSF version. Support "--dired" as argument for GNU ls, and, if given, create extents with 'dired-file-name property set to t, similar to what the FSF version does. 2003-07-31 Mike Sperber <mike@xemacs.org> * isearch-mode.el (isearch-mode-help): (isearch-update): (isearch-done): (isearch-edit-string): Change the way window configurations are handled: Formerly, the code would do `set-window-configuration' off `pre-command-hook' which isn't really allowed. (The old window-configuration code would quietly ignore this restriction.) Instead, save the window configuration only when someone asks for help, and restore afterwards, and otherwise leave it alone. 2003-07-24 Mike Sperber <mike@xemacs.org> * post-gc.el (simple-finalizer-ephemerons): (add-finalizer): (cleanup-simple-finalizers): Implement simple object finalization. 2003-07-19 Stephen Turnbull <stephen@xemacs.org> * etags.el: Change `\\s ' in comments to `\\s-'. (tags-explicit-name-pattern, tags-DEFUN-pattern, tags-def-pattern): Comment the use of groups. * etags.el: Fix bad parsing for completion of good TAGS files. (tags-explicit-name-pattern): New constant. (tags-DEFUN-pattern, tags-def-pattern): Use it. (tags-schemish-pattern): New constant. (add-to-tag-completion-table): Intern explicit names when found. 2003-06-18 Nickolay Pakoulin <npak@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-07-18 Stephen J. Turnbull <stephen@xemacs.org> * derived.el (derived-mode-merge-syntax-tables): Reverse map logic. Fixes "do-nothing" bug. 2003-07-16 Jerry James <james@xemacs.org> * window-xemacs.el (restore-saved-window): Follow first-hchild and first-vchild links even when next-child is nil. 2003-07-06 Adrian Aichner <adrian@xemacs.org> * package-get.el (package-get-package-index-file-location): Handle missing "EMACSPACKAGEPATH" environment variable. 2003-07-05 Adrian Aichner <adrian@xemacs.org> * package-admin.el (package-admin-find-top-directory): Simplify directory comparisions and fix substring errors on short path components. * package-get.el (package-get-package-index-file-location): Default to first component of "EMACSPACKAGEPATH", if set. 2003-06-17 Stephen J. Turnbull <stephen@xemacs.org> * bytecomp.el (byte-compile-lambda): Discard docstring only if it is not also the value of the lambda. 2003-06-13 Adrian Aichner <adrian@xemacs.org> * setup-paths.el (paths-emacs-root-p): Don't insist in lib-src directory on 'windows-nt, which currently does not have it. 2003-06-11 Adrian Aichner <adrian@xemacs.org> * font-lock.el (lisp-font-lock-keywords-1): Only NAME, not NAME( to appear in font-lock-function-name-face. ChangeLog Entries from lwlib/ChangeLoggoto announcement, summary, changes 2003-09-03 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.15 "celery" is released. 2003-08-28 Jerry James <james@xemacs.org> * lwlib-internal.h: Wrap assert_failed with EXTERN_C for modules. ChangeLog Entries from man/ChangeLoggoto announcement, summary, changes 2003-09-03 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.15 "celery" is released. 2003-08-28 Steve Youngs <youngs@xemacs.org> * xemacs-faq.texi (Q2.0.2): Rewrite, mentioning the correct way to remove a package. (Q3.8.2): big-menubar is in the edit-utils package. (Q4.3.2): Add a comment about not needing TM for things like Gnus, MH-E and VM. (Q5.3.3): State correct location of ps-print.el. * xemacs/packages.texi (Packages): Remove "Creating Packages" menu entry. (Package Terminology): Whitespace clean up. (Installing Packages): Whitespace clean up and add some @code formatters. Re-organise the menu so that installation via PUI is first and Sumo is last. (Automatically): mule-base is no longer a requirement for using PUI. Mention optionally requiring mailcrypt. (Note): Removed. (Manually): Move to below the PUI installation method. (Sumo): Move to below the manual installation method. (Which Packages): Add mailcrypt. (Building Packages): Remove duplicated stuff that is in lispref/packaging.texi, xref to it instead. (Local.rules File): xref to the appropriate node in lispref/packaging.texi. (Available Packages): Update to current reality. (all): Removed. (srckit): Removed. (binkit): Removed. * xemacs/reading.texi (Reading Mail): Mention Gnus and MEW. * new-users-guide/custom2.texi (Init File): big-menubar.el is in the edit-utils package. * lispref/packaging.texi (Packaging): (The User View): (The Library Maintainer View): (Infrastructure): (Control Files): (Obtaining): (The Package Release Engineer View): (Package Terminology): (Building Packages): (Makefile Targets): (packages): New. (Local.rules File): (XEMACS_PACKAGES): Removed. (XEMACS_INSTALLED_PACKAGES_ROOT): New. (NONMULE_PACKAGES): New. (EXCLUDES): New. (Creating Packages): (BATCH): New. (VERSION): Removed. (AUTHOR_VERSION): Removed. (MAINTAINER): Removed. (PACKAGE): Removed. (PKG_TYPE): Removed. (REQUIRES): Removed. (CATEGORY): Removed. (ELS): Removed. (ELCS): Removed. (all): Removed. (srckit): Removed. (binkit): Removed. (are): New. (STANDARD_DOCS): New. (ELCS_1_DEST): New. (example): New. (PACKAGE_SUPPRESS): New. (EXPLICIT_DOCS): New. (DATA_DEST): New. (Documenting Packages): Not quite a total rewrite, but a fairly thorough audit nonetheless. 2003-07-31 René Kyllingstad <listmailxemacs@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@xemacs.org> * xemacs-faq.texi (Q1.3.8): Fix typo, note errorneous recognition. 2003-08-05 Stephen J. Turnbull <stephen@xemacs.org> * lispref/packaging.texi (Creating Packages): * xemacs/packages.texi (Creating Packages): Style guideline for package-info.in description. 2003-06-30 Vin Shelton <acs@xemacs.org> * lispref/lists.texi (List-related Predicates): Add @end defun. 2003-06-30 Stephen J. Turnbull <stephen@xemacs.org> * xemacs-faq.texi (Q3.2.2): Fix typo. 2003-06-20 Stephen J. Turnbull <stephen@xemacs.org> * lispref/objects.texi (Character Type): Document ?\x00 read syntax and range limitations on ?\000 and ?\x00 read syntaxes. 2003-06-16 Stephen J. Turnbull <stephen@xemacs.org> * lispref/lists.texi (List-related Predicates): Document `true-list-p', and reference it from `listp'. ChangeLog Entries from modules/ChangeLoggoto announcement, summary, changes 2003-09-03 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.15 "celery" is released. 2003-08-28 Jerry James <james@xemacs.org> * common/Makefile.common (LIBSTDCPP): New. * common/Makefile.common (.c.o): Use it to avoid undefined symbol errors when compiling modules with g++. 2003-08-18 Jerry James <james@xemacs.org> * postgresql/postgresql.c: Include emodules.h when building a module. * ldap/eldap.c: Ditto. * common/Makefile.common: Make module makefiles processable by cpp. * common/Makefile.common (IMPORT_LIB): New. * common/Makefile.common: Use it. 2003-06-11 Jerry James <james@xemacs.org> * common/Makefile.common: The last change re-broke FreeBSD module building. Expand srcdir in SRC_SRCS with configure to fix it. 2003-06-10 Jerry James <james@xemacs.org> * common/Makefile.common: Change GNUish := to =. ChangeLog Entries from netinstall/ChangeLoggoto announcement, summary, changes 2003-09-03 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.15 "celery" is released. ChangeLog Entries from nt/ChangeLoggoto announcement, summary, changes 2003-09-03 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.15 "celery" is released. 2003-08-31 Adrian Aichner <adrian@xemacs.org> * xemacs.mak (makeinfo-test): Moved after variable initialization to make test actually work. * xemacs.mak (TEMACS_BATCH_PACKAGES): New. * xemacs.mak (check-temacs): Use TEMACS_BATCH_PACKAGES to enable regression tests requiring packages. 2003-06-15 Adrian Aichner <adrian@xemacs.org> * minitar.c (main): Handle 0 size files correctly. ChangeLog Entries from nt/installer/Wise/ChangeLoggoto announcement, summary, changes 2003-09-03 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.15 "celery" is released. ChangeLog Entries from src/ChangeLoggoto announcement, summary, changes 2003-09-03 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.15 "celery" is released. 2003-08-30 Mike Sperber <mike@xemacs.org> * bytecode.c (execute_optimized_program): Remove broken special-case code in Bvarset for buffer-local variables, reverting previous patch to bytecode.c from 2003-08-18 by Jerry James <james@xemacs.org>. 2003-08-28 Jerry James <james@xemacs.org> * emodules.h: Add extern "C" declarations for C++ module builds. * lisp.h: Ditto. * lrecord.h: Ditto. * opaque.h: Ditto. * process.h: Ditto. * symeval.h: Ditto. * text.h: Ditto. * mule-canna.c: Make key_buffer char instead of unsigned char. * mule-canna.c (storeResults): 1st arg is char *, not unsigned char *. * mule-canna.c (Fcanna_initialize): Add casts for C++ builds. * mule-canna.c (Fcanna_finalize): Ditto. * mule-canna.c (Fcanna_touroku_string): Ditto. * mule-canna.c (Fcanna_store_yomi): Ditto. * mule-canna.c (Fcanna_parse): Ditto. * mule-canna.c (Fcanna_query_mode): Ditto, and change buf to unsigned char[] to reduce number of casts. * mule-canna.c (Fcanna_henkan_begin): Ditto. * mule-canna.c (Fcanna_henkan_next): Ditto. * mule-canna.c (mule_make_string): Ditto. * mule-wnnfns.c (Fwnn_open): Ditto. 2003-08-26 Nickolay Pakoulin <npak@ispras.ru> * database.c (berkdb_get): (berkdb_map): Add type casts to satisfy C++ compilers. 2003-08-25 Marcus Crestani <crestani@informatik.uni-tuebingen.de> * alloc.c (kkcc_gc_stack_init): (kkcc_gc_stack_free): (kkcc_gc_stack_realloc): (kkcc_gc_stack_full): (kkcc_gc_stack_empty): (kkcc_gc_stack_push): (kkcc_gc_stack_pop): Remove kkcc_gc_stack_count. (mark_object_maybe_checking_free): Push on stack instead of marking. (garbage_collect_1): Invoke kkcc_marking after finish_marking_*. 2003-08-21 Jerry James <james@xemacs.org> * lrecord.h (DECLARE_MODULE_API_LRECORD): Also define when not ERROR_CHECK_TYPES. 2003-08-19 René Kyllingstad <listmailxemacs@kyllingstad.com> * alloc.c (kkcc_gc_stack_init): (kkcc_gc_stack_realloc): Missing casts for the return value of malloc and realloc. 2003-08-18 Jerry James <james@xemacs.org> * Makefile.in.in (export_lib): New. * Makefile.in.in (xemacs-export.o): New. * Makefile.in.in (otherobjs): Use them. * emodules.c: Remove the EMODULES_DO_NOT_REDEFINE hack. * emodules.c (Fload_module): Document the ".dylib" extension. * emodules.c (emodules_doc_subr): Don't try to find the function associated with an autoload cookie. * emodules.h: Add MODULE_API markers. Other part of EMODULES_DO_NOT_REDEFINE hack removal. Define unstaticpro to unstaticpro_nodump for modules. * general-slots.h: Document and use SYMBOL_MODULE_API. * general.c (SYMBOL_MODULE_API): New. * lisp.h: Ditto. Also define MODULE_API appropriately, and define SYMBOL_MODULE_API. * sysdll.c: Allow Cygin module building. * sysdll.c (dll_open): Use Unicode module names correctly. * sysdll.c (dll_error): Return an informative error message. * lisp-union.h: Add MODULE_API markers. * lrecord.h: Ditto. * mem-limits.h (get_lim_data): Ditto. * opaque.h: Ditto. * process.h: Ditto. * symeval.h: Ditto. * text.h: Ditto. 2003-08-18 Jerry James <james@xemacs.org> * bytecode.c (execute_optimized_program): Setting a buffer-local variable with no default binding sets the default. 2003-08-18 Jerry James <james@xemacs.org> * opaque.h: Remove unused (X)OPAQUE_MARKFUN definitions. 2003-08-12 Mike Sperber <mike@xemacs.org> * bytecode.c (GCPRO_STACK): Added. (execute_optimized_program): Use GCPRO_STACK, fixing a space leak: Formerly, the byte-code engine would always hold on to the entire stack memory area, including the stuff above the top. Now, we adjust the GCPRO record via GCPRO_STACK just before a GC may occur. 2003-07-31 René Kyllingstad <listmailxemacs@kyllingstad.com> * event-msw.c (mswindows_enqueue_mouse_button_event): * event-msw.c (mswindows_wnd_proc): enqueue button{4,5}up events for scrollwheel event when mswindows_handle_mousewheel_event doesn't handle it. 2003-07-29 Marcus Crestani <crestani@informatik.uni-tuebingen.de> Markus Kaltenbach <makalten@informatik.uni-tuebingen.de> * README.kkcc: Aligned to the changes. * alloc.c: Implemented the kkcc_gc_stack. (kkcc_gc_stack_init): (kkcc_gc_stack_free): (kkcc_gc_stack_realloc): (kkcc_gc_stack_full): (kkcc_gc_stack_empty): (kkcc_gc_stack_push): (kkcc_gc_stack_pop): (kkcc_gc_stack_push_lisp_object): (mark_object_maybe_checking_free): Push objects on kkcc stack instead of marking. (mark_struct_contents): Push objects on kkcc stack instead of marking. (kkcc_marking): KKCC mark algorithm using the kkcc_gc_stack. (mark_object): Removed KKCC ifdefs. (garbage_collect_1): Push objects on kkcc stack instead of marking. * data.c: Added XD_FLAG_NO_KKCC to ephemeron_description and to weak_list_description. * data.c (finish_marking_weak_lists): Push objects on kkcc stack instead of marking. (continue_marking_ephemerons): Push objects on kkcc stack instead of marking. (finish_marking_ephemerons): Push objects on kkcc stack instead of marking. * elhash.c (finish_marking_weak_hash_tables): Push objects on kkcc stack instead of marking. * eval.c: Added XD_FLAG_NO_KKCC to subr_description. * lisp.h: Added prototype for kkcc_gc_stack_push_lisp_object. * profile.c (mark_profiling_info_maphash): Push keys on kkcc stack instead of marking. 2003-07-30 Jerry James <james@xemacs.org> * sysdll.c: configure sets HAVE_DLD_INIT, not HAVE_INIT_DLD. 2003-07-24 Mike Sperber <mike@xemacs.org> * lisp.h: * data.c: (init_marking_ephemerons): (continue_marking_ephemerons): (finish_marking_ephemerons): (prune_ephemerons): * alloc.c (garbage_collect_1): Rewrite the ephemeron marker once again to allow ephemerons to be used for implementing simple object finalization. * data.c (Fmake_ephemeron): Fix comments 2003-06-14 Ilya N. Golubev <gin@mo.msk.ru> * .gdbinit (pobj): Fix printing of symbol names. 2003-07-02 Mike Sperber <mike@xemacs.org> * toolbar.c (update_frame_toolbars_geometry): Update the frame size when correct information to compute it is actually available. Moreover, do it right via the frame method if it's available. 2003-06-30 Ilya N. Golubev <gin@mo.msk.ru> * faces.c (complex_vars_of_faces): Fix missing commas in `fonts' initializer. 2003-06-16 Stephen J. Turnbull <stephen@xemacs.org> * data.c (eq_with_ebola_notice): Fix typo in comment. (Ftrue_list_p): Improve docstring. 2003-06-11 Marcus Crestani <crestani@informatik.uni-tuebingen.de> * opaque.c: added opaque_ptr_description 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org> * alloc.c (allocate_big_string_chars): New. (make_uninit_string): Use it. (resize_string): Use it. Bump cons counter on realloc, too. Based on analysis and patch by Martin Buchholz <martin@xemacs.org>: <15409.4809.288773.686482@gargle.gargle.HOWL>. ChangeLog Entries from tests/ChangeLoggoto announcement, summary, changes 2003-09-03 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.15 "celery" is released. 2003-08-31 Adrian Aichner <adrian@xemacs.org> * automated/test-harness.el (test-harness-from-buffer): Log results when running noninteractive. * automated/test-harness.el (batch-test-emacs): Remove misplaced debugging code. 2003-08-19 Marcus Crestani <crestani@informatik.uni-tuebingen.de> Markus Kaltenbach <makalten@informatik.uni-tuebingen.de> * automated/weak-tests.el: Added tests for weak-lists. 2003-08-10 Stephen J. Turnbull <stephen@xemacs.org> * automated/regexp-tests.el: Update copyright notice and maintainer name. Improve comment on stale match tests. goto announcement, summary, 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