comparison CHANGES-beta @ 1963:1072ab44c134

[xemacs-hg @ 2004-03-22 07:55:40 by stephent] update for 21.5.17
author stephent
date Mon, 22 Mar 2004 07:55:40 +0000
parents 022d0f785096
children c9a4a450d9e2
comparison
equal deleted inserted replaced
1962:62533228843e 1963:1072ab44c134
1 to 21.5.17 "chayote"
2
3 Build
4
5 -- New: configure reports cc and libc versions - Kletnieks, Turnbull.
6 -- New: configure supports icc - James.
7 -- New: configure supports typeof extension - James.
8 -- New: use XCFLAGS to allow different flags for XEMACS_CC - Turnbull.
9 -- Improve: module build process - James.-- Fix: compiler warnings - Turnbull.
10 -- Fix: configure CFLAGS detection - James, Turnbull.
11 -- Fix: configure arg parsing on Solaris - Niksic, Shelton, Turnbull.
12 -- Fix: configure warning and progress messages - Turnbull.
13 -- Fix: force regeneration of Lisp on every build - Turnbull.
14 -- Fix: minitar compiler warnings, errors - Aichner.
15 -- Fix: mislocation of installexe.sh - James.
16 -- Fix: missing $(ldflags) in libsrc - James.
17 -- Fix: remove dead references to GNU DLD - James.
18 -- Fix: remove obsolete makefile cruft - Turnbull.
19
20 Documentation
21
22 -- Improve: charset registry docs - Golubev.
23 -- Improve: specifier and internals docs - Turnbull.
24 -- Improve: test-harness reporting - Aichner, Shelton, Turnbull.
25 -- New: weak data structure testing - Kaltenbach.
26 -- Remove: own photos and personal information - Youngs.
27 -- Update: library versions in Windows docs - James.
28 -- Update: package list - Koch.
29 -- Fix: TeXinfo syntax - Golubev, Turnbull.
30 -- Fix: clarifications - Turnbull.
31 -- Fix: typos - Aichner, Golubev, Turnbull.
32 -- Fix: workaround version issues in NAS headers - Turnbull.
33
34 Lisp API
35
36 -- New: device-num-screens, device-backing-store, device-save-under,
37 add-to-invisibility-spec, remove-from-invisibility-spec - James.
38 -- New: lazy (widget), widget-child-value-get, widget-child-value-inline,
39 widget-child-validate, widget-type-value-create, widget-type-default-get,
40 widget-type-match - Abrahamsen, Youngs.
41 -- New: package-get-list-packages-where - Youngs.
42 -- New: pui-display-maintainer command - Youngs.
43 -- New: pui-help-echo displays both installed and available versions - Youngs.
44 -- Synch: frame.el to GNU Emacs 21.3 - James.
45 -- Fix: cl-do-prettyprint formatting of prog* - Youngs.
46 -- Fix: update coding system name usage - James.
47
48 Internals
49
50 -- Improve: KKCC - Kaltenbach.
51 -- Improve: compiler.h for use with modules - James.
52 -- Improve: make QUIT-related APIs visible to modules - James.
53 -- New: support more device metrics on X11 - James.
54 -- New: support symbols in Darwin shared libraries - Purvis.
55 -- New: widget-default-create uses char-table - Haddock.
56 -- New: xfree gets a type parameter for error-checking - James.
57 -- Fix: (remove) duplicated code - James.
58 -- Fix: GCPRO_STACK in byte interpreter - Turnbull.
59 -- Fix: GTK marshalling code - Purvis.
60 -- Fix: aliasing problems - Turnbull.
61 -- Fix: bad interaction in initialization of args with pdumper - Benson.
62 -- Fix: bit fields need to be unsigned in unicode detectors - James.
63 -- Fix: coding system for GPG verification - Youngs.
64 -- Fix: hard-coded options to use APIs - Pakoulin.
65 -- Fix: improper use of XSetArg in frame-x.c - Turnbull.
66 -- Fix: lstream close code - Euler.
67 -- Fix: paragraph detection in Japanese - Yamaoka, Turnbull.
68 -- Fix: regexps using \{ - Monnier, Turnbull.
69 -- Fix: set dirty flag in mirror window at proper time - Galibert.
70 -- Fix: several missing GC wrappers which caused crashes - James.
71 -- Fix: some GCPROed variables were declared register - McPherson.
72 -- Fix: stale info in realpath computation - James.
73 -- Fix: two infloops in GC - James.
74 -- Fix: usage of prin1 and princ in help - Eide, Shelton.
75
76
1 to 21.5.16 "celeriac" 77 to 21.5.16 "celeriac"
2 78
3 Build 79 Build
4 80
5 -- Don't detect GNU DLD - James. 81 -- Don't detect GNU DLD - James.