comparison CHANGES-beta @ 2788:bc570264072f

[xemacs-hg @ 2005-05-27 09:12:57 by stephent] prep for release
author stephent
date Fri, 27 May 2005 09:12:57 +0000
parents 227000a64e12
children 8baa2f03d853
comparison
equal deleted inserted replaced
2787:7e764bfc145d 2788:bc570264072f
1 to 21.5.21 "corn"
2
3 Major features
4
5 -- New: An alternative memory allocator. (Marcus Crestani)
6
7 User-Visible Bug Fixes and Minor Improvements
8
9 -- Fix: Calculations in font-spatial-to-canonical. (Ralf Angeli)
10 -- Fix: Honor coding system argument when creating a file. (Aidan Kehoe)
11 -- Fix: Prevent stripping of items from Command menu. (Ralf Angeli)
12 -- Fix: Selection handling on Win32. (Fabrice Popineau)
13 -- Improve: Better defaults for mail-user-agent. (Aidan Kehoe)
14 -- Improve: Deprecate use of Emacs X resource class. (Aidan Kehoe)
15 -- Improve: Initialize fontlock properly in *scratch*. (Aidan Kehoe)
16 -- Improve: Make %backup%~ honor auto-save-directory. (Steve Youngs,
17 Jamie Zawinski)
18 -- Improve: Recognize some constructed Unicode keysyms. (Aidan Kehoe)
19 -- Improve: Synch dired features from GNU Emacs. (Mike Sperber,
20 Richard Stallman, Luc Teirlinck, Stefan Monnier, Andreas Schwab)
21 -- Improve: Syntax and case mapping for ISO 8859 parts 14-16. (Aidan Kehoe)
22 -- Improve: Warn about unbound Unicode keysyms. (Aidan Kehoe)
23
24 Build Infrastructure
25
26 -- Fix: Asserts can't contain active code. (Melvin Hadasht)
27 -- Fix: Avoid "head -#", coreutils doesn't like it. (Vin Shelton)
28 -- Fix: Build for non-DEBUG_XEMACS native Windows build. (Marcus Crestani)
29 -- Fix: Cater to OpenBSD /bin/sh. (Malcolm Purvis)
30 -- Fix: Check $ac_cv_build not $canonical for libossaudio. (Aidan Kehoe)
31 -- Fix: Define elfw(type) for unexec on Alpha and amd64 for FreeBSD.
32 (Andrey Slusar)
33 -- Fix: Make get-user-response available regardless of config. (Mike Sperber)
34 -- Fix: Make srcdir absolute, include X header, terminate lines.
35 (Malcolm Purvis)
36 -- Fix: Remove do-nothing --no-gnu-linker in Solaris builds. (Vin Shelton)
37 -- Fix: Specifying optimization flags implies optimization. (Stephen Turnbull)
38 -- Fix: Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED. (Volker Zell)
39 -- Fix: configure needs to include X11/Intrinsic.h to check for Xaw.
40 (Robert Delius Royar, Aidan Kehoe, Jerry James)
41 -- Fix: egetenv needs process.h in device-x.c. (Marcus Crestani)
42 -- New: Conditionally compile insert-data-in-exec. (Marcus Crestani)
43
44 Documentation
45
46 -- Fix: Add "--with" prefix in docstrings in configure.ac. (Aidan Kehoe)
47 -- Fix: Documentation typos. (Aidan Kehoe, Adrian Aichner)
48 -- Improve: Mention and deprecate atomic extents in docstring. (Aidan Kehoe)
49 -- Improve: Texinfo docs. (Aidan Kehoe, Stephen Turnbull, Ben Wing)
50
51 Lisp API
52
53 -- Improve: Use override-redirect to suppress WM decorations.
54 (Stephen Turnbull)
55 -- New: More stats for show-memory-usage. (Marcus Crestani)
56
57 Internal API and Implementation
58
59 -- Fix: Argument count in issue_call_trapping_problems_warning.
60 (Stephen Turnbull)
61 -- Fix: Avoid use of nonexistent insert-for-yank. (Aidan Kehoe)
62 -- Fix: Buffer overflow in pdump backtrace array. (Jerry James)
63 -- Fix: Control-1 handling in CCL. (Aidan Kehoe)
64 -- Fix: fakemail for FreeBSD >= 4. (Andrey Slusar)
65 -- Improve: Dynamic diagnostic backtrace for KKCC. (Marcus Crestani)
66
1 to 21.5.20 "cilantro" 67 to 21.5.20 "cilantro"
2 68
3 Major Features 69 Major Features
4 70
5 -- New: Handle various X selection targets properly. (Aidan Kehoe) 71 -- New: Handle various X selection targets properly. (Aidan Kehoe)
6 72
7 User-Visible Bug Fixes and Minor Improvements 73 User-Visible Bug Fixes and Minor Improvements
8 74
9 -- Fix: Handle active regions properly. (Adrian Aichner) 75 -- Fix: Handle active regions properly. (Adrian Aichner)
10 -- Fix: pui-list-packages handles longer filenames. (Norbert Koch) 76 -- Fix: pui-list-packages handles longer filenames. (Norbert Koch)