Mercurial > hg > xemacs-beta
comparison CHANGES-beta @ 1510:a326a8b73148
[xemacs-hg @ 2003-06-01 05:10:14 by youngs]
XEmacs 21.5.14 "cassava" is released.
author | youngs |
---|---|
date | Sun, 01 Jun 2003 05:10:30 +0000 |
parents | 1fcb2428fee7 |
children | bb216a3e537f |
comparison
equal
deleted
inserted
replaced
1509:2f6b7e4a52f0 | 1510:a326a8b73148 |
---|---|
1 to 21.5.14 "cassava" | |
2 | |
3 This release has a few documentation updates thanks to Steve | |
4 Turnbull, better Makefile handling for modules on MacOSX from | |
5 Andrew Begel and Jerry James. Also, it is now possible for the | |
6 user to specify the location of the package-index file for PUI to | |
7 use, see `package-get-package-index-file-location'. | |
8 | |
9 Build | |
10 | |
11 -- Autoconf tweaks for building modules on MacOSX - James. | |
12 -- GCC fixes in ellcc.c - James. | |
13 -- Module Makefile fixes - Begel, James. | |
14 -- Fix shadow warning in regex.c - James. | |
15 | |
16 Documentation | |
17 | |
18 -- New TeXinfo node "Searching and Matching" - Turnbull. | |
19 -- New section "Legacy Versions" in FAQ - Turnbull. | |
20 -- New FAQ question Q8.0.1 - Turnbull. | |
21 -- Update split-string specs in "Regexp Search" - Turnbull. | |
22 | |
23 Internals | |
24 | |
25 -- Package index file updated - Koch. | |
26 -- Add some debug checks in file-coding.c - Turnbull. | |
27 | |
28 Lisp API | |
29 | |
30 -- Make error message report the sym checked in | |
31 `autoload-featurep-protect-autoloads' -- Turnbull. | |
32 -- `split-string' tweaks - Turnbull. | |
33 -- Make the location of the package-index file user customisable - Youngs. | |
34 -- Turn on package-index file PGP verification - Youngs. | |
35 -- Only use message if interactive for functions in replace.el - Josefsson. | |
36 | |
1 to 21.5.13 "cauliflower" | 37 to 21.5.13 "cauliflower" |
2 | 38 |
3 Remember that bug that made return behave as linefeed in a TTY? It's | 39 Remember that bug that made return behave as linefeed in a TTY? It's |
4 gone! Thanks go out to Jerry James and Steve Turnbull for squashing | 40 gone! Thanks go out to Jerry James and Steve Turnbull for squashing |
5 this year old bug. Of course, that wasn't the only bug fixed this | 41 this year old bug. Of course, that wasn't the only bug fixed this |