comparison CHANGES-beta @ 1665:bb216a3e537f

[xemacs-hg @ 2003-09-04 00:05:04 by youngs] XEmacs 21.5.15 "celery" is released.
author youngs
date Thu, 04 Sep 2003 00:05:17 +0000
parents a326a8b73148
children 022d0f785096
comparison
equal deleted inserted replaced
1664:6b0f041b5252 1665:bb216a3e537f
1 to 21.5.15 "celery"
2
3 Build
4
5 -- Autoconf configure updates - James, Turnbull.
6 -- Makefile updates - James.
7 -- Minor updates to make-docfile.c - Begel.
8 -- Wrap assert_failed with EXTERN_C for modules - James.
9 -- Updates to modules Makefile.common - James.
10 -- Include emodules.h when building modules in postgresql.c
11 and ldap.c - James.
12 -- Updates to xemacs.mak - Aichner.
13 -- Add some extern "C" declarations for C++ module builds
14 - James.
15 -- Add casts for C++ builds in mule-canna.c - James.
16 -- Add type casts in database.c to satisy C++ compilers.
17 -- Log result summary of tests when the testsuite is running
18 noninteractive - Aichner.
19 -- Add some tests for weak-lists - Crestani, Kaltenbach.
20
21
22 Documentation
23
24 -- Update README.(HYPERBOLE|OO-BROWSER) - Turnbull.
25 -- Update etc/PACKAGES - Turnbull, Koch, Youngs.
26 -- Update etc/sample.Xresources - Turnbull.
27 -- Major update and audit of all documents relating to PUI - Youngs.
28 -- Mention `line-move-ignore-invisible' (display.texi "Invisible Text")
29 - Kyllingstad.
30 -- Document that end-glyph is still displayed when invisible
31 is set (extents.texi "Extent Properties") - Kyllingstad.
32 -- Document that only begin-glyph is highlighted (extents.texi "Extents
33 and Events") - Kyllingstad.
34 -- Various typo and docstring fixes - Turnbull, Sperber.
35 -- Add missing '@end' defun in lists.texi - Shelton.
36 -- Document ?\x00 read syntax and range limitations on ?\000 and
37 ?\x00 read syntaxes (objects.texi "Character Type") - Turnbull.
38 -- Document `true-list-p' (lists.texi "List-related Predicates")
39 - Turnbull.
40
41
42 Internals
43
44 -- KKCC updates - Crestani, Kyllingstad.
45 -- Define DECLARE_MODULE_API_LRECORD when not ERROR_CHECK_TYPES
46 - James.
47 -- Updates to DSO code - James.
48 -- Remove unused (X)OPAQUE_MARKFUN definitions - James.
49 -- GCPRO updates - Sperber.
50 -- Mouse wheel fixes in event-msw.c - Kyllingstad.
51 -- Use 'HAVE_DLD_INIT' instead of 'HAVE_INIT_DLD' in sysdll.c - James.
52 -- Rewrite ephemeron marker code - Sperber.
53 -- Fix printing of symbol names in .gdbinit - Golubev.
54 -- Fixes to `update_frame_toolbars_geometry' - Sperber.
55 -- Fix missing commas in `fonts' initialiser - Golubev.
56 -- Add `opaque_ptr_description' - Crestani.
57 -- Add `allocate_big_string_chars' - Turnbull, Buchholz.
58
59
60 Lisp API
61
62 -- New alias `apropos-customize' -> `customize-apropos' - Aichner.
63 -- Remove unecessary arg from `pui-set-local-package-get-directory - Youngs.
64 -- New key bindings in mwheel.el - Kyllingstad.
65 -- Make `insert-directory' to be more like FSF version - Sperber.
66 -- Window configuration fixes in isearch code - Sperber.
67 -- Implement simple object finalisation in post-gc.el - Sperber.
68 -- Updates to etags.el - Turnbull.
69 -- Updates to cl-macs.el - Pakoulin.
70 -- Fix "do-nothing" bug in `derived-mode-merge-syntax-tables' - Turnbull.
71 -- Fixes to `restore-saved-window' - James.
72 -- Handle missing "EMACSPACKAGEPATH" env var in
73 `package-get-package-index-file-location' - Aichner.
74 -- Fix substring errors in `package-admin-find-top-directory' - Aichner.
75 -- Fix `byte-compile-lambda' so it only discards the docstring if it is
76 not also the value of the lambda - Turnbull.
77 -- Don't insist in lib-src directory in `path-emacs-root-p' on WinNT - Aichner.
78 -- Don't include '(' in `font-lock-function-name-face' - Aichner.
79
80
1 to 21.5.14 "cassava" 81 to 21.5.14 "cassava"
2 82
3 This release has a few documentation updates thanks to Steve 83 This release has a few documentation updates thanks to Steve
4 Turnbull, better Makefile handling for modules on MacOSX from 84 Turnbull, better Makefile handling for modules on MacOSX from
5 Andrew Begel and Jerry James. Also, it is now possible for the 85 Andrew Begel and Jerry James. Also, it is now possible for the