Mercurial > hg > xemacs-beta
annotate CHANGES-beta @ 5276:dd2976af8783
Add some missing #includes, termcap.c, hopefully fixing Adam Sjoegren's build.
2010-09-18 Aidan Kehoe <kehoea@parhasard.net>
* termcap.c:
Add a couple of missing includes here, which should fix builds
that use this file. (I have no access to such builds, but Mats'
buildbot shows output that indicates they fail at link time since
DEVICE_BAUD_RATE and IS_DIRECTORY_SEP are available.)
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 18 Sep 2010 15:03:54 +0100 |
parents | ce8ffb95bbe3 |
children | 317ebaee6e4f |
rev | line source |
---|---|
5155 | 1 to XEmacs 21.5.30 "harblegarble" |
2 | |
3 by Ben Wing: | |
4 | |
5197
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
5 Debugging (Lisp level): |
5155 | 6 |
7 -- make objects consistently print a UID, with a separate number space per | |
8 object type | |
9 -- add variable `debug-soe' for debugging stack-of-extents code in extents.c | |
5197
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
10 -- add variable debug-regexps for debugging regexp code, takes list of areas |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
11 to show info about |
5155 | 12 -- correctly note pdumped objects in memory-usage stats returned by |
13 `garbage-collect' and `object-memory-usage-stats'. | |
14 -- make VDB debugging functions (e.g. `test-segfault', which causes an | |
15 immediate crash!) conditional on `--with-debug' | |
16 -- rename `debug-xemacs-searches' -> `debug-searches' | |
5197
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
17 -- rename `xft-debug-level' -> `debug-xft' |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
18 -- rename `debug-x-objects' -> `debug-x-fonts' |
5155 | 19 -- Turn on "compiled-function annotation hack" so that compiled-function |
20 objects print the function they are assigned to | |
21 -- Resurrect byte-metering code when --with-debug; enable with variables | |
22 `byte-code-meter', `byte-metering-on' | |
23 -- Add more checks for invalid byte code; when a byte-code-related crash | |
24 occurs, output the last 100 instructions processed | |
5197
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
25 -- Improved memory-usage mechanism -- removal of `*-memory-usage' in favor |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
26 of generalized `object-memory-usage'; `show-memory-usage' and |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
27 `show-object-memory-usage-stats' show, in addition to regular object usage, |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
28 associated non-Lisp usage as well as ancillary Lisp object usage; |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
29 `garbage-collect' and `object-memory-usage-stats' return information on |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
30 storage overhead, associated non-Lisp usage and ancillary Lisp usage |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
31 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
32 Lisp documentation: |
5155 | 33 |
34 -- fix to `previous/next-single[-char]-property-change' | |
5197
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
35 -- Document the keywords to the various sequence/list functions: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
36 reduce, fill, replace, remove*, remove-if, remove-if-not, delete*, |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
37 delete-if, delete-if-not, remove-duplicates, delete-duplicates, |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
38 substitute, substitute-if, substitute-if-not, nsubstitute, |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
39 nsubstitute-if, nsubstitute-if-not, find, find-if, find-if-not, |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
40 position, position-if, position-if-not, count, count-if, count-if-not, |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
41 mismatch, search, sort*, stable-sort, merge, member*, member-if, |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
42 member-if-not, assoc*, assoc-if, assoc-if-not, rassoc*, rassoc-if, |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
43 rassoc-if-not, union, nunion, intersection, nintersection, |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
44 set-difference, nset-difference, set-exclusive-or, nset-exclusive-or, |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
45 subsetp, subst-if, subst-if-not, nsubst, nsubst-if, nsubst-if-not, |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
46 sublis, nsublis, tree-equal, cl-tree-equal-rec, pushnew, adjoin, subst |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
47 -- fix so that Common-Lisp argument lists get properly displayed in |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
48 function documentation |
5155 | 49 |
50 Lisp API: | |
51 | |
52 -- `set-frame-displayable-pixel-height' and friends had bugs in them, esp. | |
53 on MS Windows, where they didn't work; fixed | |
54 -- `frame-pixel-height', `set-frame-pixel-height' and friends will now | |
55 use updated values for frame size (as of next redisplay) when the frame | |
56 was previously resized but a redisplay has not yet happened | |
57 -- When `set-case-table' called with a length-256 vector, don't overwrite | |
58 existing case table; instead, populate a new table | |
59 -- Fix internal case comparisons to use the "canonical case mapping" so that | |
60 they always work even in the presence of complex case mappings (other | |
61 than just upper -> lower and lower -> upper) | |
62 -- In `scan-lists' and friends, when an error occurs, return a `scan-error' | |
63 along with two arguments specifying the range in which the error occurred, | |
64 for GNU compatibility | |
5197
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
65 -- Functions for dealing with conditional compilation of code depending on |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
66 presence or absence of features: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
67 -- error-unless-tests-match -- signal an error unless a test expression |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
68 matches when file is compiled and loaded |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
69 -- byte-compile-file-being-compiled -- return name of file being |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
70 byte-compiled |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
71 -- compiled-if, compiled-when -- like `if' or `when' but test is evaluated |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
72 at compile time |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
73 -- Functions for doing stable set operations |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
74 -- stable-union, stable-intersection |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
75 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
76 Internals: Lisp objects |
5155 | 77 |
78 -- reduce lcrecord header size from 3 words to 2 | |
79 -- major change to the way Lisp objects are defined and declared; introduce | |
80 a cleaner surface-layer API that eliminates references to "lrecords" and | |
81 "lcrecords", and uses "frob-block object" in place of "basic object"/ | |
5197
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
82 "simple object"/etc.: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
83 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
84 Renamed: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
85 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
86 ALLOC_LCRECORD_TYPE -> ALLOC_NORMAL_LISP_OBJECT (returns a Lisp object |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
87 rather than a pointer) |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
88 ALLOCATE_FIXED_TYPE_AND_SET_IMPL -> ALLOC_FROB_BLOCK_LISP_OBJECT |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
89 BASIC_ALLOC_LCRECORD -> ALLOC_SIZED_LISP_OBJECT |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
90 DEFINE_LRECORD_IMPLEMENTATION -> DEFINE_*_LISP_OBJECT |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
91 DEFINE_LRECORD_SEQUENCE_IMPLEMENTATION -> DEFINE_*SIZABLE_*LISP_OBJECT |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
92 DEFINE_LRECORD_*IMPLEMENTATION_WITH_PROPS -> DEFINE_*LISP_OBJECT, and |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
93 use OBJECT_HAS_METHOD() for the getprop, etc. methods |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
94 DEFINE_BASIC_LRECORD_IMPLEMENTATION -> DEFINE_*FROB_BLOCK_LISP_OBJECT |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
95 DEFINE_DUMPABLE_*/DEFINE_NODUMP_* instead of a 0 or 1 dumpable flag |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
96 DEFINE_*INTERNAL_* for "internal" Lisp objects (shouldn't escape |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
97 to Lisp) |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
98 DEFINE_EXTERNAL_* -> DEFINE_MODULE_* |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
99 MAKE_LRECORD_IMPLEMENTATION -> MAKE_LISP_OBJECT |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
100 MAKE_EXTERNAL_LRECORD_IMPLEMENTATION -> MAKE_MODULE_LISP_OBJECT |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
101 DECLARE_LRECORD -> DECLARE_LISP_OBJECT |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
102 INIT_LRECORD_IMPLEMENTATION -> INIT_LISP_OBJECT |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
103 LCRECORD_HEADER -> NORMAL_LISP_OBJECT_HEADER |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
104 alloc_lrecord -> alloc_sized_lrecord (since it takes a size) |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
105 printing_unreadable_object -> printing_unreadable_object_fmt |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
106 printing_unreadable_lcrecord -> printing_unreadable_lisp_object |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
107 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
108 New: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
109 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
110 lisp_object_storage_size() -- storage used for Lisp object including |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
111 overhead |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
112 LISP_OBJECT_UID() -- UID of Lisp object |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
113 zero_sized_lisp_object() -- zero out a Lisp object of variable size |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
114 zero_nonsized_lisp_object() -- zero out a Lisp object of fixed size |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
115 free_normal_lisp_object() -- free a non-frob-block Lisp object |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
116 LISP_OBJECT_FROB_BLOCK_P() -- return whether a Lisp object is a |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
117 frob-block object |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
118 IF_OLD_GC, IF_NEW_GC -- simplify declaration of Lisp objects w.r.t. NEW-GC |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
119 when a finalizer may exist in one but not the |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
120 other |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
121 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
122 Eliminated: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
123 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
124 free_lrecord() |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
125 FREE_LISP_OBJECT(): |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
126 Use free_normal_lisp_object() |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
127 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
128 old_zero_lcrecord() |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
129 old_zero_sized_lcrecord() |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
130 ZERO_LISP_OBJECT() |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
131 zero_lrecord(): |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
132 Use zero_sized_lisp_object(), zero_nonsized_lisp_object() |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
133 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
134 copy_lrecord() |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
135 copy_sized_lrecord() |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
136 old_copy_lcrecord() |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
137 old_copy_sized_lcrecord() |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
138 COPY_SIZED_LISP_OBJECT() |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
139 COPY_SIZED_LCRECORD() |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
140 COPY_LISP_OBJECT(): |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
141 Use copy_lisp_object() |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
142 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
143 LISP_OBJECT_STORAGE_SIZE(): |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
144 Use lisp_object_storage_size() |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
145 |
5155 | 146 -- new disksave method for Lisp objects, separated out from the finalize method |
5197
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
147 -- new, non-static way of initializing Lisp object methods; used for disksave, |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
148 getprop, putprop, remprop, object_plist, various memory-usage methods: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
149 OBJECT_HAS_METHOD(), OBJECT_HAS_PROPERTY(), etc. |
5155 | 150 -- Lisp objects now must specify a print method; use either |
151 internal_object_printer() or external_object_printer() as a default | |
152 -- equal method for Lisp objects has new `foldcase' param, to implement | |
153 case-folding comparison ala `equalp' | |
5197
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
154 -- Each type of Lisp object has separate UID space |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
155 -- Redo and generalize memory-usage mechanism, add memory-usage methods for |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
156 various objects; the following objects now have memory-usage methods: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
157 buffers, case tables, hash tables, frames, charsets, scrollbar instances, |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
158 specifiers, windows, window mirrors |
5155 | 159 -- Rename LISP_TO_VOID -> STORE_LISP_IN_VOID, |
160 VOID_TO_LISP -> GET_LISP_FROM_VOID; add STORE_VOID_IN_LISP, | |
161 GET_VOID_FROM_LISP | |
5197
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
162 -- Other renames: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
163 XD_LISP_OBJECT_BLOCK_PTR -> XD_INLINE_LISP_OBJECT_BLOCK_PTR |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
164 -- Other new functions and macros: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
165 lisp_object_memory_usage() -- memory usage of Lisp object, including |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
166 associated non-Lisp usage and ancillary Lisp |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
167 usage |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
168 tree_memory_usage() -- memory usage of a tree of conses and/or vectors |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
169 SAFE_LIST_LOOP_* -- loop over a possibly invalid list without signalling |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
170 an error |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
171 listn() -- variable-argument list creation, number of arguments specified |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
172 listu() -- variable-argument list creation, terminated with Qunbound |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
173 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
174 -- Make the first lrecord type have value 1 not 0 so that attempts to |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
175 interpret 0'd memory as a Lisp object will fail more obviously |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
176 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
177 Internals: Arrays and Tables |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
178 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
179 -- Major rewrite, updated documentation to dynarr functions and macros |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
180 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
181 Rename: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
182 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
183 Dynarr_add_lisp_string -> Dynarr_add_ext_lisp_string |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
184 Dynarr_set_length -> Dynarr_set_lengthr ("restricted") |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
185 Dynarr_increment -> Dynarr_incrementr |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
186 Dynarr_resize_if -> Dynarr_resize_to_add |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
187 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
188 New functions: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
189 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
190 Dynarr_elsize = dy->elsize_ |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
191 Dynarr_set_length(): Set length, resizing as necessary |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
192 Dynarr_set_length_and_zero(): Set length, resizing as necessary, |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
193 zeroing out new elements |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
194 Dynarr_increase_length(), Dynarr_increase_length_and_zero(): |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
195 Optimization of Dynarr_set_length(), Dynarr_set_length_and_zero() |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
196 when size is known to increase |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
197 Dynarr_resize_to_fit(): Resize as necessary to fit a given length. |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
198 Dynarr_set(): Set element at a given position, increasing length |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
199 as necessary and setting any newly created positions to 0 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
200 ERROR_CHECK_DYNARR, dynarr_checking_assert() |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
201 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
202 -- Extracted and generalized gap array code from extents.c to array.c |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
203 -- Rewrite range tables to use gap arrays; redo put_range_table() so it's |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
204 O(log n) when adding a localized range |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
205 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
206 Internals: Misc |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
207 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
208 -- Collect allocation-statistics code in one place |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
209 -- if (...) ABORT (); --> assert (); |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
210 -- various changes to frame-geometry macros in frame-impl.h, gutter.h, etc., |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
211 and frame-sizing code in frame.c: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
212 -- TOP_BORDER, BOTTOM_BORDER, etc. -> TOP_EDGE, BOTTOM_EDGE, etc. |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
213 -- GUTTER_POS_LOOP -> EDGE_POS_LOOP |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
214 -- hardcoded use of '4' -> NUM_EDGES |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
215 -- default_face_height_and_width -> default_face_width_and_height, with |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
216 arguments reversed |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
217 -- width/height arguments reversed in the following, to put width first: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
218 -- default_face_font_info |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
219 -- default_face_height_and_width (see above) |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
220 -- check_frame_size |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
221 -- frame_size_valid_p (made into a static function) |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
222 -- change_frame_size and |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
223 -- change_frame_size_1 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
224 -- FRAME_BORDER_* -> FRAME_INTERNAL_BORDER_* |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
225 -- new FRAME_INTERNAL_BORDER_SIZE(), FRAME_REAL_TOOLBAR_BOUNDS() |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
226 -- pixel_to_char_size -> pixel_to_frame_unit_size |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
227 -- char_to_pixel_size -> frame_unit_to_pixel_size |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
228 -- pixel_to_real_char_size -> pixel_to_char_size |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
229 -- char_to_real_pixel_size -> char_to_pixel_size |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
230 -- Eliminate old round_size_to_char, because it didn't really |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
231 do anything differently from round_size_to_real_char() |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
232 -- round_size_to_real_char -> round_size_to_char; any places that |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
233 called the old round_size_to_char should just call the new one. |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
234 -- Major updates to internals manual and long comments in C files: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
235 frame geometry, specifier authors, MS-Windows compilation flags, xlike |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
236 mechanism, magic symbols, lrecords, NEW-GC, dynarrs, ... |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
237 -- Major reworking of DFC macros e.g. EXTERNAL_TO_C_STRING renamed to |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
238 EXTERNAL_TO_ITEXT; make them return their values when possible rather |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
239 than storing into a named variable: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
240 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
241 EXTERNAL_TO_C_STRING -> EXTERNAL_TO_ITEXT |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
242 EXTERNAL_TO_C_STRING_MALLOC -> EXTERNAL_TO_ITEXT_MALLOC |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
243 SIZED_EXTERNAL_TO_C_STRING -> SIZED_EXTERNAL_TO_ITEXT |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
244 SIZED_EXTERNAL_TO_C_STRING_MALLOC -> SIZED_EXTERNAL_TO_ITEXT_MALLOC |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
245 C_STRING_TO_EXTERNAL -> ITEXT_TO_EXTERNAL |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
246 C_STRING_TO_EXTERNAL_MALLOC -> ITEXT_TO_EXTERNAL_MALLOC |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
247 LISP_STRING_TO_EXTERNAL |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
248 LISP_STRING_TO_EXTERNAL_MALLOC |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
249 LISP_STRING_TO_TSTR |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
250 C_STRING_TO_TSTR -> ITEXT_TO_TSTR |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
251 TSTR_TO_C_STRING -> TSTR_TO_ITEXT |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
252 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
253 The following four still return their values through parameters, |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
254 since they have more than one value to return: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
255 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
256 C_STRING_TO_SIZED_EXTERNAL -> ITEXT_TO_SIZED_EXTERNAL |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
257 LISP_STRING_TO_SIZED_EXTERNAL |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
258 C_STRING_TO_SIZED_EXTERNAL_MALLOC -> ITEXT_TO_SIZED_EXTERNAL_MALLOC |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
259 LISP_STRING_TO_SIZED_EXTERNAL_MALLOC |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
260 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
261 -- Eliminate unused second argument to xfree() |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
262 -- Whenever xfree() a structure field, set the field to 0 afterwards, to |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
263 protect against double free or possible attempt to interpret the field |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
264 later on |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
265 -- Move `equalp' to C |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
266 -- Rename `enum font_specifier_matchspec_stages': |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
267 initial -> STAGE_INITIAL |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
268 final -> STAGE_FINAL |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
269 impossible -> NUM_MATCHSPEC_STAGES |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
270 -- Rename: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
271 PROCESSING_X_CODE -> THIS_IS_X |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
272 PROCESSING_GTK_CODE -> THIS_IS_GTK |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
273 -- Rename: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
274 write_c_string -> write_cistring |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
275 build_intstring -> build_istring |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
276 build_string -> build_cistring |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
277 build_ext_string -> build_extstring |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
278 make_ext_string -> make_extstring |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
279 buffer_insert_c_string -> buffer_insert_ascstring |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
280 intern_int -> intern_istring |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
281 -- Lots of cleanup of (not-yet-working) message translation code |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
282 -- Lots of Mule-izing: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
283 -- change raw `char *' to some characterized type to indicate the |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
284 semantics properly |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
285 -- change all occurrences of Qnative to some more specific encoding |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
286 -- create new encodings: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
287 -- Qtime_function_encoding |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
288 Qtime_zone_encoding |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
289 Quser_name_encoding |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
290 Qerror_message_encoding |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
291 Qjpeg_error_message_encoding |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
292 Qtooltalk_encoding |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
293 Qgtk_encoding |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
294 Qx_error_message_encoding |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
295 -- Major unification of X and GTK redisplay code into "xlike" code, creation |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
296 of "xlike" mechanism |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
297 -- Rename: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
298 LOCAL_TO_WIN32_FILE_FORMAT -> LOCAL_FILE_FORMAT_TO_INTERNAL_MSWIN |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
299 WIN32_TO_LOCAL_FILE_FORMAT -> INTERNAL_MSWIN_TO_LOCAL_FILE_FORMAT |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
300 LOCAL_FILE_FORMAT_TO_TSTR -> LISP_LOCAL_FILE_FORMAT_TO_TSTR. |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
301 LOCAL_FILE_FORMAT_MAYBE_URL_TO_TSTR -> LISP_LOCAL_FILE_FORMAT_MAYBE_URL_TO_TSTR |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
302 Create new LOCAL_FILE_FORMAT_TO_TSTR |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
303 -- Redo the code in code-init.el that initializes coding-system defaults |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
304 -- separate HAVE_XFT into HAVE_XFT and USE_XFT, to facilitate compiling |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
305 simultaneously with X and GTK |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
306 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
307 File Additions, Deletions, Renames, etc. |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
308 |
5155 | 309 -- Convert various source files to UTF-8 |
310 -- File renames: | |
311 select-common.h -> select-xlike-inc.c | |
312 xgccache.{ch} -> gccache-x.{ch} | |
313 toolbar-common.{ch} -> toolbar-xlike.{ch} | |
5197
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
314 objects*.{ch} -> fontcolor*.{ch} |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
315 dynarr.c -> array.c |
5155 | 316 -- New files: |
317 bytecode-ops.h | |
318 sysgtk.h, sysgdkx.h | |
319 keymap-buttons.h, keymap-slots.h | |
320 -- Deleted files: | |
321 event-gtk.h | |
5197
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
322 -- File moves: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
323 moved test-harness.el to Lisp directory |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
324 moved etc/gdbinit.in to src/.gdbinit.in.in |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
325 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
326 Internals: Debugging |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
327 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
328 -- New function debug_out_lisp() -- printf-like formatting for Lisp objects, |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
329 debug output |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
330 -- Expand the KKCC backtrace mechanism -- new functions: |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
331 kkcc_short_backtrace() |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
332 kkcc_short_backtrace_full() |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
333 kkcc_detailed_backtrace() |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
334 kkcc_detailed_backtrace_full() |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
335 -- Make print code even more careful about checking for bad memory, |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
336 bad object types, circular objects, etc. |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
337 -- When --with-debug, set `debug-on-error' so we get an abort to debugger |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
338 upon Lisp error |
5155 | 339 |
340 Building: | |
341 | |
342 -- Fix `--quick-build' so full rebuilds don't happen when changes are made | |
343 to files like lisp.h, config.h that are included by all C files | |
344 -- Fix C++ build on Cygwin when configured with --have-database | |
5197
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
345 -- Always insert a coding-system cookie in autoload files, fixing problems |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
346 when default coding system is UTF-8, as under Cygwin |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
347 -- Redo compile warning system, turn on a number of warnings that had |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
348 mistakenly gotten turned off |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
349 -- Fix so that builds properly under gcc v4, g++ v4 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
350 -- Make `--with-error-checking' be the same as `--with-error-checking=all' |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
351 -- Expand documentation of `--with-debug' |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
352 -- Use -export-all-symbols instead of broken -export-dynamic on Cygwin/MinGW |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
353 -- Add fix-perms target to correct permissions on executable/non-exec files |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
354 -- rename all instances of --enable-FOO to --with-FOO. |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
355 -- Fix make-mswin-unicode.pl so that it can work with Cygwin w32api headers |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
356 as well as actual VC++ headers |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
357 -- make-msgfile.lex: Long documentation on what should be done if we ever want |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
358 message translation to work. |
5155 | 359 |
360 User-Visible Bug Fixes: | |
361 | |
362 -- `escape-quoted' was failing to add escape quoting to Control-1 characters; | |
363 many potential byte-code-related crashes may have resulted from the old | |
364 behavior | |
365 -- Fix a redisplay bug where args to default_face_height_and_width() were | |
366 in wrong order | |
367 -- "speedy insert" code (to make `revert-buffer' preserve extents, markers, | |
368 etc. in unmodified sections of a reverted file) was broken with binary | |
369 files | |
370 -- File-locking code now names lock files .#FN# instead of .#FN, to avoid | |
371 problems with programs that e.g. try to process all .c or .h files | |
372 -- Fix a crash in frame creation due to lack of call to reset_glyph_cachels() | |
373 -- Fix long-standing bug: searching for Control-1 chars didn't work | |
374 -- Turn on `load-ignore-out-of-date-elc-files' by default | |
5197
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
375 -- Fix crash in event-TTY code when reading an event non-interactively |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
376 -- Use UTF-8 consistently as encoding default under Cygwin 1.7 |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
377 -- Fix broken code in computing fastmap for [^...] regexps under Mule |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
378 -- Fix display-table entries for error-octet characters so they display |
ce8ffb95bbe3
finish up CHANGES-beta -- all changes thru Apr 9, 2010
Ben Wing <ben@xemacs.org>
parents:
5185
diff
changeset
|
379 as originally intended |
5155 | 380 |
5185
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
381 by Aidan Kehoe: |
5155 | 382 |
5185
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
383 Documentation: |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
384 |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
385 -- add argument information to remaining MANY or UNEVALLED C subrs. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
386 -- add arglist info for autoloaded functions and macros. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
387 -- correct the docstring for #'range-table-type. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
388 -- change "special form" to "special operator" in our sources and manuals |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
389 -- use DOC for dumped file names; Xref to source-lisp if readable, symbol-file |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
390 -- update documentation for #'sort in the lispref |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
391 |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
392 Tests: |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
393 |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
394 -- add tests for the regexp-ranges-treat-control-1-chars badly bug. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
395 -- fix some test failures, mule-tests.el. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
396 |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
397 Lisp API: |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
398 |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
399 -- add `file-system-ignore-case-p', use it. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
400 -- if STRING is constant, call regexp-quote at compile time. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
401 -- make #'letf not error if handed a #'values form. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
402 -- rationalise duplicated functionality, #'custom-quote, #'quote-maybe. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
403 -- serialise non-default hash table rehash thresholds correctly; use this. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
404 -- fix issue 546, use next-single-char-property-change in list-mode.el |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
405 -- make COLUMN optional in #'indent-region, as in GNU. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
406 -- use keywords, not ordinary symbols, in the structure syntax for hash tables. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
407 -- fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
408 -- move the various map* functions to C; add #'map-into. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
409 -- make canoncase visible to Lisp; use it with chars in internal_equalp. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
410 -- move #'some, #'every to C, implementing them with mapcarX. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
411 -- remove a couple of XEmacs-specific duplicate functions, find-paths.el |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
412 -- add a new optional ESCAPE-CHAR argument to #'split-string-by-char. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
413 -- add #'constantly, as specified by ANSI Common Lisp. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
414 -- handle the :from-end argument correctly, #'delete-duplicates compiler macro. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
415 -- make #'substring an alias of #'subseq; give the latter the byte code. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
416 -- remove #'byte-compile-compiled-obj-to-list, bytecomp.el |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
417 -- handle (function ...) specially, cl-prettyprint. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
418 -- move #'merge, #'sort*, #'fill to C. alias #'sort, #'fillarray to latter two. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
419 |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
420 Lisp implementation: |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
421 |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
422 -- don't cons with #'mapcar calls where the result is discarded |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
423 -- fix modeline-mousable, other faces that inherit from modeline, on startup. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
424 -- be much more comprehensive in our use of byte-compile-funarg. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
425 -- resolve the unregistered-CCL-programs-get-garbage-collected problem |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
426 correctly |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
427 -- remove attempted support for 1996-era emacs without self-quoting keywords. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
428 -- use uninterned symbols instead of variable names with _ |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
429 -- eliminate funcalls, #'handle-pre-motion-command-current-command-is-motion |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
430 -- make iso-left-tab equivalent to shift-tab, XFree86 |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
431 -- behave better with no database support or no associated font, descr-text.el |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
432 -- use #'function-arglist, etc. from help.el, not reimplementing them, |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
433 hyper-apropos |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
434 |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
435 internal implementation: |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
436 |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
437 -- remove Fsave_window_excursion from window.c, it's overridden by Lisp. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
438 -- make readlink_or_correct_case function correctly on Darwin. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
439 -- no need to fatal () on startup if $PWD doesn't exist; chdir to "/" instead. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
440 -- don't attempt to free dumped data, alloc.c:resize_string() |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
441 -- call character_to_event on characters received from XIM, event-Xt.c |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
442 -- dump the arabic-iso8859-6 character set, again, for the sake of XKB input |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
443 -- always use our rint(), for rounding consistency with the bignum code. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
444 -- be more careful about canonical integer forms when dealing with ratios. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
445 -- don't use Boyer-Moore if repeated octets & case-insensitive search. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
446 -- do not assume #'format-decode exists in fileio.c. |
e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5155
diff
changeset
|
447 -- add a PARSE_KEYWORDS macro, use it in #'make-hash-table. |
5155 | 448 |
449 by Didier Verna: | |
450 | |
451 Lisp API: | |
452 | |
453 -- new `background-placement' property of faces; with a value of `absolute', | |
454 the background pixmap is drawn relative to the root window, allowing | |
455 seamless integration with the desktop background | |
456 | |
457 by Jerry James: | |
458 | |
459 Lisp API: | |
460 | |
461 -- signal an error instead of crashing when encountering a ratio like 1/0 | |
462 | |
463 Internals: | |
464 | |
465 -- locate and add copyright notices to various files in preparation for | |
466 move to GPL v3 | |
467 | |
468 | |
469 | |
4635
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
470 to XEmacs 21.5.29 "garbanzo" |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
471 |
4633
199ecf2503c8
Add standard section headers in preparation for 21.5.29.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
3973
diff
changeset
|
472 Major Features and Backward Incompatible Changes |
4635
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
473 |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
474 -- new: (incompatible) with-esc coding systems for 8-bit coding systems -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
475 -- improve: (incompatible) Avoid errors in substitute-in-file-name -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
476 |
4633
199ecf2503c8
Add standard section headers in preparation for 21.5.29.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
3973
diff
changeset
|
477 User-Visible Bug Fixes and Minor Improvements |
4635
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
478 |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
479 -- new: Command-line argument --script (GNU compatible) -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
480 -- new: Just-in-time Unicode charsets -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
481 -- new: Support extended mouse buttons -- Mats Lidell |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
482 -- new: Support printing big numbers as base 2 -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
483 -- new: Windows icons -- Dan Polansky, Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
484 -- new: write_region_inhibit_fsync -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
485 -- fix: ?\<newline> caused assert -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
486 -- fix: Crash on null font instance -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
487 -- fix: Cygwin run command needs an extra ShowWindow -- Vin Shelton |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
488 -- fix: Frame change pending flag doesn't get reset -- Ron Isaacson |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
489 -- fix: GTK key defaults initialized incorrectly -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
490 -- fix: Little-endian UTF-16 surrogate handling is incorrect -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
491 -- fix: Off-by-one error in ccl_driver -- Julian Bradfield |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
492 -- fix: Printed char table values confuse strings and symbols -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
493 -- fix: Setting noninteractive window-system to 'stream contradicts docs -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
494 -- fix: Stage 2 font matching doesn't work for msprinter -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
495 -- fix: Window grow and shrink weren't quite inverses -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
496 -- fix: at_dot in regexps fails on non-ASCII -- Julian Bradfield |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
497 -- fix: bigfloat_to_string is very broken -- Jerry James |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
498 -- fix: open-database ignores CODESYS -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
499 -- fix: openbox can't find frame icons -- Henry S. Thompson, Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
500 -- fix: set_window_pixsize ignores modeline -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
501 -- fix: simple_search would underrun in reverse search -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
502 -- improve: User variable (including customize) handling -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
503 -- improve: bind mousewheel by default -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
504 -- improve: custom-face-prompt suggests faces at point -- Didier Verna, Andreas Rohler |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
505 |
4633
199ecf2503c8
Add standard section headers in preparation for 21.5.29.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
3973
diff
changeset
|
506 Build Infrastructure |
4635
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
507 |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
508 -- new: Check for FcConfig{Get,Set}RescanInterval -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
509 -- new: Preliminary work to support bundled packages -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
510 -- new: Support Intel's compiler -- Vin Shelton |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
511 -- fix: %WindowsSdkDir%, %MSSddk% weren't checked for headers -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
512 -- fix: AC_CHECK_LIB was applied to variable -- Andreas Schwab, Mike Fabian, Martin Buchholz |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
513 -- fix: Autoload processing might miss some -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
514 -- fix: Bad M4 syntax leading to bogus compile failures in configure -- Vladimir Ivanovic, Aidan Kehoe, Martin Buchholz, Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
515 -- fix: Check for explicit installation path were bogus -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
516 -- fix: Configuration of write barrier failed on Mac OS X/Intel -- Marcus Crestani |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
517 -- fix: INFOPATH was not set by configure -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
518 -- fix: Inadvertant diversion of 'share' to 'lib' for datadir -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
519 -- fix: Make used the wrong finder*.el -- Ville Skyttä |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
520 -- fix: Move autoload operator definitions to xemacs-base to handle new operators more easily -- Mike Sperber, Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
521 -- fix: Multiple late package directories were allowed -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
522 -- fix: Typos (bugs) -- Mats Lidell |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
523 -- fix: Typos (ugly) -- Stephen Turnbull, Ville Skyttä |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
524 -- fix: URL for optional libraries in config.inc.samp -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
525 -- fix: dbm and Berkeley db checks -- Hans de Graaf, Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
526 -- fix: make-docfile.el sometimes checks wrong dependency -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
527 -- improve: G++ detection with --xemacs-compiler -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
528 -- improve: Pointers to package docs in INSTALL -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
529 -- improve: Use Mercurial tip hash to identify beta builds -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
530 -- improve: Use different defaults for --with-xft=yes/no -- Mats Lidell |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
531 -- improve: Use pkg-config to find Xft -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
532 -- improve: gnudbm is universally called "gdbm" now -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
533 -- update: Create xe_fst to replace m4_fst (gone in autoconf 2.62) -- Ville Slyttä |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
534 -- update: Makefiles for Windows -- Adrian aichner |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
535 -- update: PATH defines -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
536 -- update: config.guess, config.sub to 2009-02-02 -- Jerry James |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
537 -- update: datarootdir conformance -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
538 -- update: install.sh is now install-sh, and sync to current FSF -- Jerry James |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
539 -- update: nt/xemacs.mak (sync to Unix) -- Adrian Aichner |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
540 -- update: support for Visual Studio 2005 manifests in nt -- Vin Shelton |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
541 |
4633
199ecf2503c8
Add standard section headers in preparation for 21.5.29.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
3973
diff
changeset
|
542 Documentation |
4635
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
543 |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
544 -- improve: Description of image files in README -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
545 -- improve: FAQ -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
546 -- improve: HELLO uses UTF-8 for Arabic -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
547 -- improve: Internals manual -- Stephen Turnbull, Ville Skyttä, Aidan Kehoe, Adrian Aichner |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
548 -- improve: Lisp Reference -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
549 -- improve: Misc. Texinfo manuals -- Ville Skyttä |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
550 -- improve: User Guide -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
551 -- improve: xemacs.1 -- Shyamal Prasad |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
552 -- update: Personal info -- Vin Shelton, Didier Verna |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
553 |
4633
199ecf2503c8
Add standard section headers in preparation for 21.5.29.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
3973
diff
changeset
|
554 Lisp API |
4635
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
555 |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
556 -- new: Support hash table lookup in CCL -- Dave Love, Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
557 -- new: ascii-case-table (GNU API) -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
558 -- new: bit-vector-to-integer -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
559 -- new: check-coding-systems-region (API from GNU) -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
560 -- new: debug-xemacs-searches -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
561 -- new: encode-coding-char (GNU API) -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
562 -- new: error-sequence-coding-system -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
563 -- new: fc-pattern-get-or-compute-size -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
564 -- new: format-time-string specs %z, %g, %G and %V (GNU sync) -- Shyamal Prasad |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
565 -- new: frob-unicode-errors-region -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
566 -- new: improve ability to describe text (GNU sync) -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
567 -- new: integer-to-bit-vector -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
568 -- new: intern-soft DEFAULT argument -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
569 -- new: make-temp-file (GNU sync) -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
570 -- new: map-charset-chars (GNU API) -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
571 -- new: no-fallback flag for specifier instantiation -- Didier Verna |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
572 -- new: query-coding-clear-highlights (internal) -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
573 -- new: query-coding-region -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
574 -- new: query-coding-string -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
575 -- new: replace-regexp-in-string handles SUBEXP incorrectly -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
576 -- new: resize-temp-buffer-window (GNU-compatible alias) -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
577 -- new: skip-chars-quote -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
578 -- new: subr-arity (API from GNU) -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
579 -- new: support auto-autoload of coding systems -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
580 -- new: system-type-file-name-coding -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
581 -- new: temp-buffer-resize-mode (GNU API) -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
582 -- new: unencodable-char-position (GNU API) -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
583 -- new: unicode-error-default-translation-table -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
584 -- new: unicode-error-sequence-regexp-range -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
585 -- new: unicode-error-translate-region -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
586 -- new: with-case-table (GNU sync) -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
587 -- fix: Map all Big5 characters -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
588 -- fix: ascii-case-table called put-case-table-pair incorrectly -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
589 -- fix: check-coding-systems-region returned wrong value -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
590 -- fix: coding-system-for-read defaults to undecided -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
591 -- fix: custom-save-all can corrupt GNU code in .emacs -- Jason Spiro, Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
592 -- fix: custom-theme-reset-internal called get incorrectly -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
593 -- fix: display-graphic-p could pass an invalid device -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
594 -- fix: expand-region-abbrevs is case-sensitive -- Adrian Aichner |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
595 -- fix: insert-file-contents and load called substitute-in-file-name -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
596 -- fix: leim-list-file-name wasn't used -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
597 -- fix: revert-buffer, recover-file set modiff in Mule -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
598 -- fix: setenv gets confused by implicit abbrev table -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
599 -- fix: special-form-p errors on subrs -- Jerry James, Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
600 -- fix: split-window and delete-window can be broken by advice -- Henry S. Thompson |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
601 -- fix: write-region can give bogus results with coding system symbols -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
602 -- fix: x-color-list-internal didn't return a list of strings -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
603 -- fix: x_init_device maybe used uninitialized variables -- Jerry James |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
604 -- improve: CODING-SYSTEM-OR-MUSTBENEW argument to write-region (GNU compatibility) -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
605 -- improve: Distinguish can't find pixmap from don't have method -- Didier Verna |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
606 -- improve: Maybe use bignums in file-attributes -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
607 |
4633
199ecf2503c8
Add standard section headers in preparation for 21.5.29.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
3973
diff
changeset
|
608 Internal API and Implementation |
4635
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
609 |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
610 -- new: 8-bit coding systems in CCL -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
611 -- new: Bind shift-delete to kill-primary-selection -- Aidan Kehoe, Glynn Clements |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
612 -- new: English environments with Windows-1252 and UTF-8 -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
613 -- new: Implement invalid octet sequence handling in codecs -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
614 -- new: Implement safe-charsets and safe-chars -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
615 -- new: Installation-file-coding-system -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
616 -- new: TYPE argument for symbol-file (GNU API) -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
617 -- new: UTF-32 coding systems -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
618 -- new: vars_of_console_gtk -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
619 -- new: version.el, refactored from loadup.el -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
620 -- fix: 64-bit cleanliness -- Stephen Turnbull, Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
621 -- fix: Argument order in query-coding-string was wrong -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
622 -- fix: Assertion in make-docfile: Visual C++ doesn't think Unix line endings are text -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
623 -- fix: Buffer overflow in doprnt -- Sebastian Freundt, Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
624 -- fix: Buffer overrun in pdump_load -- Nix |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
625 -- fix: Build chokes on deprecated LDAP API -- Mats Lidell |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
626 -- fix: Changing load-file-name-internal is bad news -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
627 -- fix: Checking Qunbound fails to catch unspecified charset -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
628 -- fix: Comments reference long-defunct mocklisp -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
629 -- fix: Config-dependent defuns wrapped in eval-when-compile -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
630 -- fix: Cygwin >=1.7 doesn't like widechar interfaces -- Vin Shelton |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
631 -- fix: Cygwin warning on undefined __STDC_VERSION__ -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
632 -- fix: Decode Installation-string -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
633 -- fix: Document that query-coding-clear-highlights can take a string -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
634 -- fix: Dynarr_add used where Dynarr_increment is needed -- Jerry James |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
635 -- fix: EOF handled incorrectly in ccl_driver -- Ken'ichi Handa, Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
636 -- fix: Fmswindows_short_file_name, Fmswindows_long_file_name should not have interactive specs -- John Paul Wallington |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
637 -- fix: Functions can be called if not fboundp -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
638 -- fix: GCC 4.3 warning elimination -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
639 -- fix: Handle missing directory for init files -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
640 -- fix: Image init assigns to rvalues in GTK -- Ville Skyttä, Dominique Quatravax |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
641 -- fix: Incompatibilities in image libraries on Win32 -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
642 -- fix: Initialize Cygwin X and X.org (as XFree86) -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
643 -- fix: Language environment set up -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
644 -- fix: Local hooks sometimes aren't -- Didier Verna |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
645 -- fix: Many faces need defvars; add some -- Hans de Graaf, Vin Shelton |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
646 -- fix: Memory leaks -- Jerry James, Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
647 -- fix: Migration can corrupt init files -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
648 -- fix: Mismatched parens in ut-log-text -- Paul Keusemann |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
649 -- fix: Modifying build-in-face-specifiers is bad news -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
650 -- fix: Nonrepresentable character caused assert in Boyer-Moore -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
651 -- fix: Numeric overflow in recompute_need_to_garbage_collect -- Nix |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
652 -- fix: Saved windows save buffer point, but shouldn't -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
653 -- fix: Stream and TTY image conversion rules don't make sense -- Didier Verna |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
654 -- fix: Turkish is ISO-8859-9, not -5 -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
655 -- fix: Undocumented internal Xt functions were used -- Kenny Chien |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
656 -- fix: Unused parameter warnings -- Jerry James |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
657 -- fix: Use escape-quoted when needed, add cookie to .elcs -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
658 -- fix: Warning elimination in Canna module -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
659 -- fix: Warnings and breakage vs. POSIX/C9X functions on Windows -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
660 -- fix: We don't have jit-lock-mode, needs if-fboundp -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
661 -- fix: Window configuration handling -- Henry S. Thompson, Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
662 -- fix: XCHAR_OR_INT invoked with side effects in ccl_driver -- Mike Fabian, Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
663 -- fix: XftFont memory leak -- Jerry James |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
664 -- fix: abbrev file coding is wrong -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
665 -- fix: autofilling of comments -- Didier Verna |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
666 -- fix: build-report.el doesn't understand Mercurial id -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
667 -- fix: byte-compile-file encoding was vulnerable to latin-unity -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
668 -- fix: face DEFAULT_INDEX is not necessarily 0 -- Didier Verna |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
669 -- fix: file-name-coding-system and its alias -- Aidan Kehoe, Katsumi Yamaoka |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
670 -- fix: function-key-map was incorrect for xfree86 and sun -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
671 -- fix: gnuserv needs to quote temp-directory -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
672 -- fix: isearch highlights matches during keyboard macro -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
673 -- fix: iso-8859-1 on non-Mule breaks EOLs -- Aidan Kehoe, Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
674 -- fix: lost docs due to functions not at toplevel -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
675 -- fix: make-src-depend fails with Perl 5.10 -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
676 -- fix: modeline-update-tty-frame-specifier calls non-existent frame-tty-p -- Ron Isaacson |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
677 -- fix: mouse-read-file-name-1 inconsistent with resize-minibuffer-mode -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
678 -- fix: msprinter specifier tag needs to be always available -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
679 -- fix: mswindows-font-regexp is too strict -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
680 -- fix: other-frame cycles through too many (all) frames -- Ron Isaacson |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
681 -- fix: po is not Polish -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
682 -- fix: raw-text isn't TRT in detected_coding_system -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
683 -- fix: startup code was usurping device-specific roles -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
684 -- fix: winclient didn't try hard enough to connect -- Vin Shelton |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
685 -- fix: xm_update_progress crash (missing values) -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
686 -- improve: Add locale information for many languages -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
687 -- improve: Add package-get-download-sites -- Adrian Aichner |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
688 -- improve: Always provide x, tty, mswindows, msprinter, gtk and carbon as device tags -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
689 -- improve: Avoid printing spurious gensyms -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
690 -- improve: Byte compilation warning elimination -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
691 -- improve: Byte compile lambdas in default menus -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
692 -- improve: Byte compiler tweaks -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
693 -- improve: Cyrillic coding and environment support -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
694 -- improve: Description of bindings in describe-function -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
695 -- improve: Detect overlong hex escapes in Lisp reader -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
696 -- improve: Display information functions use accurate device types -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
697 -- improve: Docstrings and comments -- Stephen Turnbull, Aidan Kehoe, Dider Verna |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
698 -- improve: Functions for querying window parameters -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
699 -- improve: Hash function for (short) lists -- Sebastian Freundt, Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
700 -- improve: Identification of source files from Lisp -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
701 -- improve: Info support for LZMA compression -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
702 -- improve: Init file migration -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
703 -- improve: Interactive spec of lm-synopsis -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
704 -- improve: Make help distinguish special forms and subrs -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
705 -- improve: Make preloaded-file-list respect new dependencies -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
706 -- improve: Maybe inline delete-duplicates -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
707 -- improve: More characters in x-compose.el -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
708 -- improve: More debug info from startup-setup-paths -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
709 -- improve: NEW_GC implementation (write barrier) -- Marcus Crestani |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
710 -- improve: Optimize Feval -- Sebastian Freundt, Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
711 -- improve: Optimize binding in some compiled functions -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
712 -- improve: Optimize feature checks for xemacs, cl, cl-extra, cl-19, and backquote -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
713 -- improve: Optimize string-to-sequence, string-to-list, string-to-vector (GNU sync) -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
714 -- improve: Path-finding code now deals with multiple bases -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
715 -- improve: Printing of gensyms -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
716 -- improve: Profiler -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
717 -- improve: Refactor symbol-file to use defun* and return-from. |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
718 -- improve: Remove baroque font initialization for GTK -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
719 -- improve: Remove commented code -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
720 -- improve: Remove no-op code -- Jerry James |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
721 -- improve: Remove unused functions -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
722 -- improve: Remove unused {x,gtk}-iso8859-1.el -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
723 -- improve: Rework display tables as char-tables -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
724 -- improve: STRBUFFER in replace-match can be a subexpression (GNU sync) -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
725 -- improve: Suppress experimental tutorials -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
726 -- improve: Use Boyer-Moore in more cases -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
727 -- improve: Use delete-duplicates instead of local defuns -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
728 -- improve: custom-variable-p needs to be a subr -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
729 -- improve: lambda expression correctness -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
730 -- improve: load-history -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
731 -- improve: make-image-specifier -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
732 -- improve: user options interactive prompting -- Didier Verna |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
733 -- improve: x-compose code -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
734 -- update: Add 'macintosh' as coding system name -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
735 -- update: FSF address -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
736 -- update: INLINE_HEADER for C99 semantics -- Jerry James |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
737 -- update: Look for "share", not "lib", as data root (FHS) -- Mike Sperber |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
738 -- update: Remove automatic-conversion coding system -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
739 -- update: Remove vscii and viqr coding systems -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
740 -- update: Rename mule-ccl.el to ccl.el (GNU sync) -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
741 -- update: Support NOMODIFY in set-buffer-file-coding-systems (GNU API) -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
742 -- update: Sync API of encode-coding-char to GNU -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
743 -- update: Sync font lock keyword handling to GNU -- Jerry James |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
744 -- update: add-to-list supports compare-fn (GNU sync) -- Brian Palmer, Aidan Kehoe, Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
745 -- update: etags to Francesco Potorti's 17.33 -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
746 -- update: fontconfig has removed some misspelled names -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
747 |
4633
199ecf2503c8
Add standard section headers in preparation for 21.5.29.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
3973
diff
changeset
|
748 Testing and Debugging |
199ecf2503c8
Add standard section headers in preparation for 21.5.29.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
3973
diff
changeset
|
749 |
4635
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
750 -- new: #$ is not modifiable test -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
751 -- new: 8-bit coding system tests -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
752 -- new: Case test -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
753 -- new: Char table printing test -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
754 -- new: Error condition tests for replace-regexp-in-string -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
755 -- new: Language environment tests -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
756 -- new: Lists differing only in order hash differently test -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
757 -- new: Little-endian Unicode surrogate tests -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
758 -- new: Symbol documentation tests -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
759 -- new: Test that revert does not leave buffer-modified-p -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
760 -- new: Unicode coverage tests -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
761 -- new: format tests -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
762 -- new: load-file-name is modifiable -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
763 -- new: print-gensym-alist tests -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
764 -- new: query-coding-tests.el -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
765 -- new: skip-chars-* tests -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
766 -- new: subr-arity tests -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
767 -- new: substitute-in-file-name with nonexistent envvar tests -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
768 -- new: test of at_dot with non-ASCII -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
769 -- fix: Tried to test symlinks where they don't work -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
770 -- fix: tests using with-string-as-buffer-contents were doing nothing -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
771 -- improve: Checked and renamed reproduce-bugs.el as reproduce-crashes.el. -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
772 -- improve: Silence-message doesn't disable clear-message -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
773 -- improve: Use make-temp-file where appropriate -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
774 -- improve: escape-quoted tests -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
775 -- improve: remove unneeded debug code from tests -- Stephen Turnbull |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
776 -- improve: sanity[sic] of CCL tests -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
777 -- update: Test all 2^21 characters in Mule -- Aidan Kehoe |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
778 |
432f7d701731
Update CHANGES-beta for "garbanzo".
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4633
diff
changeset
|
779 to 21.5.28 "fuki" |
3886 | 780 |
781 Major Features and Backward Incompatible Changes | |
782 | |
783 -- fix: Check for missing dimensions for default face and window -- Aidan Kehoe, Mike Sperber | |
3973 | 784 -- fix: Crash in PNG error handler -- Stephen J. Turnbull, Ron Isaacson |
3886 | 785 -- fix: Crash in device-matching-specifier-list -- Stephen J. Turnbull |
3973 | 786 -- fix: Crash in gtk/x_reset_modifier_mapping -- Aidan Kehoe |
787 -- fix: Crash in linux_play_data_or_file on 64-bit linux -- Hans Graff, Vin Shelton | |
788 -- fix: Crash on double-close of fd in pdump -- Steve Higham, Vin Shelton | |
789 -- fix: Crash via buffer overflow in doc.c -- Aidan Kehoe, Fabrice Popineau | |
790 -- fix: Crash via buffer overrun in init_native_sound -- Jerry James | |
791 -- fix: Crash when deleting dialog via window manager -- Stephen J. Turnbull | |
792 -- fix: Device type of msprinter is non-window-system -- Aidan Kehoe | |
3886 | 793 -- fix: Float formats overflow output buffer -- Aidan Kehoe |
3973 | 794 -- fix: Font menu on non-Mule -- Aidan Kehoe |
3886 | 795 -- fix: ISO 2022 decoding kludges -- Aidan Kehoe |
796 -- fix: Make snarf-documentation robust to nonconforming DOC files -- Aidan Kehoe | |
3973 | 797 -- fix: Non-existent charset ID is specified for a mule-to-unicode call -- Aidan Kehoe |
3886 | 798 -- fix: Sanity checks before accessing frame in x_set_frame_properties -- Aidan Kehoe |
3973 | 799 -- fix: Type of arguments to GaugeMercury (related to progress bar crash?) -- Stephen J. Turnbull |
3886 | 800 -- fix: init_native_sound is called on a msprinter device -- Aidan Kehoe |
3973 | 801 -- fix: set-buffer-file-coding-system now sets buffer-modified-flag by default -- Aidan Kehoe |
802 -- new: Echo area resizing -- Adrian Aichner, Stephen J. Turnbull | |
3886 | 803 |
804 User-Visible Bug Fixes and Minor Improvements | |
805 | |
806 -- fix: Avoid delays in TTY-only builds by checking dispatch event queue -- Aidan Kehoe | |
807 -- fix: Avoid looking up variable bindings during GC -- Nix | |
808 -- fix: Buffer overruns in gnuclient and gnuslib -- Jerry James | |
3973 | 809 -- fix: Remove references to unimplemented input methods from language environments -- Aidan Kehoe |
3886 | 810 -- fix: Find modules correctly -- Ville Skyttä, Mike Sperber, Stephen Turnbull |
811 -- fix: Get X11 window property correctly on 64-bit platforms -- Stephen J. Turnbull, Mike Fabian, Takashi Iwai | |
812 -- fix: Handle coding system in file insertion in buffer properly -- Mike Sperber | |
813 -- fix: Info broke invariant `(equal buffer-file-truename (file-truename buffer-file-name))' -- Stephen J. Turnbull, Nelson Ferreira | |
814 -- fix: Lots of tweaking of Windows read-only handling -- Vin Shelton, Benson Margulies | |
815 -- fix: Make --unmapped work again -- Malcolm Purvis | |
816 -- fix: Make copying of char tables work -- Olivier Galibert, Stephen J. Turnbull | |
817 -- fix: Prevent C-z in a gnuclient frame from suspending the process -- Aidan Kehoe | |
818 -- fix: Regex for finding command nodes -- Jeff Miller | |
819 -- fix: Reversion should check buffer-file-coding-system -- Aidan Kehoe | |
820 -- fix: Syntax of guillemets -- Aidan Kehoe | |
821 -- fix: Window configuration should not restore window position unless requested -- Nix | |
822 -- improve: Better version info in etags -- Stephen Turnbull, Steve Youngs | |
823 -- improve: Case table, syntax table information for Cyrillic, Greek -- Aidan Kehoe | |
824 -- improve: Face initialization from X resources -- Aidan Kehoe | |
825 -- improve: Give x-compose-map an entry for sharp S -- Aidan Kehoe | |
826 -- improve: Handling of Asian "full-width" characters on TTY -- Aidan Kehoe | |
827 -- improve: Language environment detection from locale -- Aidan Kehoe | |
828 -- improve: Look harder for X11 locale-specific app-defaults files -- Malcolm Purvis | |
3973 | 829 -- improve: Make read-quoted-char terminate, not error, on non-character keys -- Aidan Kehoe |
830 -- improve: Sort abbrev database -- Adrian Aichner | |
831 -- improve: Support non-ISO Cyrillic keysyms -- Aidan Kehoe | |
832 -- improve: Sync etags to pot version 17.26; improve version report -- Stephen J. Turnbull, Steve Youngs | |
833 -- improve: Sync etags to pot version 17.32; move improved version report to configure, lose pot version report -- Stephen J. Turnbull | |
3886 | 834 -- improve: Try to rationalize resources of Xft in lwlib -- Stephen J. Turnbull |
835 -- improve: Use short list fixed string registries, not long list pruned by regexp for X11 fonts -- Aidan Kehoe | |
836 -- improve: charsets-in-region now in C -- Aidan Kehoe | |
837 -- improve: what-cursor-position gives Unicode and Mule information on non-ASCII -- Aidan Kehoe | |
838 -- new: Add raw string support like SXEmacs -- Aidan Kehoe | |
839 -- new: Find C source files for Lisp primitives -- Aidan Kehoe | |
840 -- new: Just-in-time definition of Unicode characters and X keysyms -- Aidan Kehoe | |
841 -- update: New package download sites -- Adrian Aichner | |
842 -- update: Sync etags to pot_etags_version 17.19 -- Stephen J. Turnbull | |
843 -- update: Sync pop[ch] to Emacs -- Jerry James | |
844 -- update: Update to 2003 version of ISO 8859-7 table -- Aidan Kehoe | |
845 | |
846 Build Infrastructure | |
847 | |
848 -- fix: Allow lowercase file names in mswin SDK -- Benson Margulies | |
849 -- fix: Avoid using Motif for cygwin -- Dr. Volker Zell | |
850 -- fix: C is not C++ -- Robert Pluim | |
851 -- fix: Check for u_int*_t typedefs -- Dr. Volker Zell | |
852 -- fix: Correct help strings, remove obsolete configure.* files -- Stephen J. Turnbull | |
3973 | 853 -- fix: Documentation of --with-error-checking options -- Stephen J. Turnbull |
3886 | 854 -- fix: Don't call ichar_to_unicode on non-MULE -- Mike Sperber |
855 -- fix: Enable SYSTEM_MALLOC on ppc64, alpha and ia64 systems -- Malcolm Purvis | |
856 -- fix: Make user-defined directories work in configure -- Mike Sperber | |
857 -- fix: Register --enable and --with forms with the option checking list -- Malcolm Purvis | |
858 -- fix: Remove Autoconf 2.13-isms -- Stephen J. Turnbull | |
859 -- fix: Revert workaround for now-fixed Cygwin bug of missing d_ino field -- Dr. Volker Zell | |
860 -- fix: Typo in configure shell syntax -- Jerry James | |
861 -- fix: Use $EGREP, not egrep -- Malcolm Purvis | |
862 -- fix: Use new Cygwin XPM lib name -- Rick Rankin | |
863 -- fix: Work around m4_cdr change -- Malcolm Purvis | |
864 -- fix: `config.status --recheck' bug in Autoconf 2.60/2.61 -- Malcolm Purvis | |
865 -- fix: char type correctness -- Vin Shelton, Aidan Kehoe | |
866 -- fix: configure debugger init files correctly -- Stephen J. Turnbull | |
867 -- improve: Conditionalize GCC warnings on version -- Jerry James | |
868 -- improve: Create $srcdir/src/depend if missing -- Stephen J. Turnbull | |
869 -- improve: Detect Intel Macs, use POSIX-style write barrier in NewGC -- Marcus Crestani | |
870 -- improve: Refactor Canna detection -- Stephen J. Turnbull | |
871 -- improve: Setup kit configuration -- Vin Shelton | |
872 improvement -- debugger init sources can use XCOMM convention | |
3915 | 873 -- new: Check for utilities that are not on "normal" Solaris PATH -- Stephen J. Turnbull, S L Baur |
3886 | 874 |
875 Documentation | |
876 | |
3973 | 877 -- fix: Description of kanji read syntax, size of Ichar (now 21 bits) -- Aidan Kehoe |
3886 | 878 -- fix: Improve docstrings -- Stephen J. Turnbull, Aidan Kehoe |
879 -- fix: Make manual conform to reality -- Malcolm Purvis, Robert Pluim, Aidan Kehoe, Stephen J. Turnbull | |
880 -- fix: New compatibility alias string-to-char-list -- Vin Shelton, Ville Skyttä | |
881 -- fix: Typo fixes in manual -- Stephen J. Turnbull, Aidan Kehoe | |
882 -- fix: Update FSF address -- Jerry James, Stephen Turnbull | |
883 -- fix: Update copyrights -- Stephen J. Turnbull | |
884 -- improve: Small rephrasing in TUTORIAL.de -- Adrian Aichner, hroptatyr | |
885 -- new: Describe X errors when using ssh in PROBLEMS -- Malcolm Purvis | |
886 -- new: Describe XFree86 crash in PROBLEMS -- Stephen J. Turnbull, Aidan Kehoe | |
887 -- new: Describe how X11R7 loses x11/bitmaps/gray in PROBLEMS -- Stephen J. Turnbull | |
3915 | 888 -- update: Addresses in files and ChangeLogs -- Adrian Aichner, Stephen J. Turnbull |
3886 | 889 |
890 Lisp API | |
891 | |
892 -- fix: Catch error in cloning language environment -- Aidan Kehoe | |
893 -- fix: Make shell-command use requested output buffer -- Jerry James | |
3973 | 894 -- fix: xft-version is now DEVAR_CONST_INT. |
895 -- improve: Face initialization and specification -- Aidan Kehoe | |
3886 | 896 -- improve: Make `split-char' available in no-mule -- Aidan Kehoe |
897 -- improve: New unicode-type property of Unicode coding systems -- Aidan Kehoe | |
3973 | 898 -- improve; Partial sync of coding-category stuff to GNU -- Aidan Kehoe |
3886 | 899 -- improve: Reorganize Mule lisp -- Aidan Kehoe |
3973 | 900 -- new: Full access to FcConfig objects -- Stephen J. Turnbull |
901 -- new: ccl-compile-mule-to-unicode, ccl-compile-unicode-to-mule, ccl-dump-mule-to-unicode, ccl-dump-unicode-to-mule -- Aidan Kehoe | |
3886 | 902 -- new: deprecate set-charset-registry, charset-registry -- Aidan Kehoe |
3915 | 903 -- new: font-lock-keywords-alist, font-lock-removed-keywords-alist, font-lock-add-keywords, font-lock-update-removed-keyword-alist, font-lock-remove-keywords -- Adrian Aichner |
3886 | 904 -- new: set-charset-registries, charset-registries -- Aidan Kehoe |
3973 | 905 -- new: x-coverage-instantiator specifier tag identifies Unicode fallbacks -- Aidan Kehoe |
3886 | 906 -- update: Sync font-lock-add-keywords and font-lock-remove-keywords from GNU Emacs. -- Adrian Aichner |
907 | |
908 Internal API and Implementation | |
909 | |
3973 | 910 -- fix: Dead code elimination in font-mgr -- Stephen J. Turnbull |
3886 | 911 -- fix: Eliminate buffer overflows and NULL pointer references -- Jerry James, Adrian Aichner |
912 -- fix: Memory leaks -- Jerry James | |
913 -- fix: Mule correctness with strings passed to warning functions -- Aidan Kehoe | |
914 -- fix: Syntax errors -- Aidan Kehoe | |
915 -- fix: Typo in string_direct_data_description -- Marcus Crestani | |
916 -- fix: Use defined APIs -- Stephen J. Turnbull, Aidan Kehoe | |
917 -- fix: Warning elimination -- Stephen J. Turnbull | |
918 -- improve: Cache Xrm coding system -- Aidan Kehoe | |
919 -- improve: GCPRO correctness -- Aidan Kehoe | |
920 -- improve: NewGC fault handling -- Marcus Crestani | |
3973 | 921 -- improve: Reorganize and document separate_textual_runs -- Olivier Galibert, Stephen J. Turnbull |
3886 | 922 -- improve: 21-bit Mule chars to support JIT charsets -- Aidan Kehoe |
3973 | 923 -- update: Get Unicode tables with permissive license -- Stephen J. Turnbull, Mike Fabian |
924 | |
925 Testing and Debugging | |
926 | |
927 -- improve: Sort results of charset-in-* before comparing to expected. -- Aidan Kehoe | |
928 -- improve: gdbinit.in recognizes new FcConfig objects -- Stephen J. Turnbull | |
3886 | 929 -- new: Silence-Message macro in test-harness.el -- Stephen J. Turnbull |
930 -- new: Test for ISO-2022 decoder not choking on invalid UTF-8 -- Aidan Kehoe | |
931 -- new: Test for copy-syntax-table bug -- Stephen Turnbull, Ralf Angeli | |
3973 | 932 -- new: Test for correct usage of escape-quoted cookie -- Aidan Kehoe |
933 -- new: Test for availability of input methods referenced in language environments -- Aidan Kehoe | |
3886 | 934 -- new: Test raw strings -- Aidan Kehoe |
3973 | 935 -- new: Test Unicode non-BMP support -- Aidan Kehoe |
3886 | 936 |
3403 | 937 to 21.5.27 "fiddlesticks" |
938 | |
939 Major Features and Backward Incompatible Changes | |
940 | |
941 -- fix: better autodetect of ISO 8859 vs. Big5 -- Joachim Schrod | |
942 -- fix: shell widget geometry management (metacity maximize bug) -- Stephen J. Turnbull | |
943 -- new: read multibyte characters as Unicode instead of Mule -- Aidan Kehoe, Pete Forman | |
944 | |
945 User-Visible Bug Fixes and Minor Improvements | |
946 | |
947 -- fix: separate resources for fcFontName and xftFont, fixes "can't change buffers-tabs font" bug -- Stephen J. Turnbull | |
948 -- improve: speed up read of process output -- Tony Bennett | |
949 -- improve: support more ALSA versions -- Jerry James | |
950 -- new: document Xft font customization in User Guide -- Stephen J. Turnbull | |
951 -- new: record load file name information for built-in symbols. -- Aidan Kehoe | |
952 | |
953 Build Infrastructure | |
954 | |
955 -- fix: update MS VC project files -- Adrian Aichner | |
956 -- improve: configure.ac: Add stubs for fontconfig configuration. -- Stephen J. Turnbull | |
957 | |
958 Documentation | |
959 | |
960 -- fix: remove obsolete comment at next-line-add-newlines -- Ville Skyttä | |
961 -- fix: COPYING: Update to latest upstream version. -- Jerry James | |
962 -- improve: comments in fontconfig.el, x-init.el -- Stephen J. Turnbull | |
963 -- improve: diagnostics for tab controls -- Stephen J. Turnbull | |
964 -- improve: docstrings for CL functions -- Aidan Kehoe | |
965 -- improve: geometry diagnostics in RootGeometryManager -- Stephen J. Turnbull, Francois L'Archeveque | |
966 -- improve: reorganize beta.texi -- Stephen J. Turnbull | |
967 -- new: internals node for creating new device types -- Stephen J. Turnbull | |
968 -- new: read multibyte characters as Unicode in User Guide -- Aidan Kehoe | |
969 | |
970 Lisp API | |
971 | |
972 -- fix: pass a device to x-font-menu-font-data-xft. -- Jerry James | |
973 -- fix: typo in code -- Aidan Kehoe | |
974 -- improve: GNU sync of goto-line -- Ville Skyttä | |
975 -- improve: error and usage messages -- Stephen J. Turnbull | |
976 -- improve: fontconfig refactoring -- Stephen J. Turnbull | |
977 | |
978 Internal API and Implementation | |
979 | |
980 -- fix: 64-bit cleanliness in number.c -- Jerry James | |
981 -- fix: 64-bit cleanliness in printing lwlib resources -- Jerry James | |
982 -- fix: copy_command_builder left console uninitialized -- Jerry James | |
983 -- fix: memory leak in font initialization -- Stephen J. Turnbull | |
984 -- fix: remove spurious diagnostics in FcPattern creation -- Stephen J. Turnbull | |
985 -- fix: signedness warnings in lwlib -- Jerry James | |
986 -- fix: use of char-like types -- Aidan Kehoe | |
987 -- fix: we don't support Xft v.1, remove pretense -- Stephen J. Turnbull | |
988 -- improve: fontconfig refactoring -- Stephen J. Turnbull | |
989 | |
3321 | 990 to 21.5.26 "endive" |
991 | |
992 Major Features and Backward Incompatible Changes | |
993 | |
994 -- Improve: search for package roots on Windows. -- Vin Shelton | |
995 -- Improve: support asynchronous finalization, remove explicit finalizers, and support for statistics for explicitly finalized objects. -- Marcus Crestani, Adrian Aichner | |
996 -- New: support ALSA sound on Linux. -- Jerry James | |
997 | |
998 User-Visible Bug Fixes and Minor Improvements | |
999 | |
1000 -- Fix: GC cursor display in mc-alloc. -- Marcus Crestani | |
1001 -- Fix: next-error.el vs. compile.el name clashes. -- Malcolm Purvis | |
1002 -- Fix: restore memory usage stats (fix regexp). -- Marcus Crestani | |
1003 -- Fix: synch widget-move-and-invoke, used by Gnus. -- Jerry James | |
1004 -- Fix: uncomment-region in C files. -- Jerry James | |
1005 -- Fix: use set-text-properties, not remove-list-of-text-properties. -- Jerry James | |
1006 -- Improve: convert decode-coding-region, encode-coding-region to interactive commands. -- Stephen Turnbull | |
1007 -- Improve: synch regex failure limits with GNU Emacs, avoiding asserts. -- Malcolm Purvis | |
1008 | |
1009 Build Infrastructure | |
1010 | |
1011 -- Fix: eliminate configure idioms obsolete in Autoconf 2.59. -- Jerry James, Ilya Golubev | |
1012 -- Improve: merge mc-alloc features into --with-newgc. -- Marcus Crestani | |
1013 | |
1014 Documentation | |
1015 | |
1016 -- Fix: document dependence of `run-lisp' on os-utils package. -- Mike Sperber | |
1017 -- Improve: move historical READMEs, etc, to internals.texi. -- Stephen Turnbull | |
1018 | |
1019 Lisp API | |
1020 | |
1021 -- Improve: remove dead API (lisp-send-defun). -- Mike Sperber | |
1022 | |
1023 Internal API and Implementation | |
1024 | |
1025 -- Fix: add missing do to RETURN_UNGCPRO_EXIT_PROFILING. -- Jerry James | |
1026 -- Fix: avoid malloc in vdb signal handler. -- Marcus Crestani | |
1027 -- Fix: broken use of memset in vdb_install_signal_handler. -- Mike Fabian | |
1028 -- Fix: eliminate bogus pointer to nowhere. -- Stephen Turnbull, Jerry James | |
1029 -- Fix: malloc size in Dynarr_realloc. -- Marcus Crestani | |
1030 -- Improve: add internal API to zero uninitialized string. -- Marcus Crestani | |
1031 -- Improve: dynamic array cleanup, remove duplicate code. -- Marcus Crestani | |
1032 -- Improve: handle memory shortage in mc-alloc properly. -- Marcus Crestani | |
1033 -- Improve: mc-alloc APIs now return number of pages processed. -- Marcus Crestani | |
1034 | |
3256 | 1035 to 21.5.25 "eggplant" |
1036 | |
1037 Major Features and Backward Incompatible Changes | |
1038 | |
1039 -- Fix: crash due to broken initialization of syntax cache. -- Stephen Turnbull | |
1040 -- Fix: crash due to incomplete Mule-ization of x_font_instance_truename. -- Stephen Turnbull | |
1041 -- Improve: configure UI for packages. -- Mike Sperber | |
1042 | |
1043 User-Visible Bug Fixes and Minor Improvements | |
1044 | |
1045 -- Fix: default char-syntax of CJK to ?w failed. -- Aidan Kehoe | |
1046 -- Fix: missing fonts due to MAX_FONT_COUNT = 5000 isn't infinite any more. -- Aidan Kehoe | |
1047 -- Fix: missing setlocale(3) initialization in Mule. -- Aidan Kehoe | |
1048 -- Improve: Java support in font-lock. -- Martin Buchholz | |
1049 -- Improve: Russian C-x processing. -- Aidan Kehoe | |
1050 -- Improve: use logical "beta" path to downloads. -- Adrian | |
1051 -- New: euc-cn coding system alias for cn-gb-2312. -- Aidan Kehoe | |
1052 -- Update: package download sites. -- Adrian Aichner | |
1053 | |
1054 Build Infrastructure | |
1055 | |
1056 -- Fix: conditionalization of checks for Xft library. -- Mike Sperber | |
1057 -- Fix: deletion of user-created links in distclean. -- Mike Sperber | |
1058 -- Fix: reporting of Xft in Installation. -- Stephen Turnbull | |
1059 -- Improve: cygwin include and no-X Xpm handling in configure. -- Vin Shelton | |
1060 | |
1061 Documentation | |
1062 | |
1063 -- Improve: comments. -- Aidan Kehoe, Stephen Turnbull | |
1064 -- New: node on keyboards with which one can't type Latin. -- Aidan Kehoe | |
3915 | 1065 -- Update: Info docs for new package-path configuration syntax. -- Mike Sperber |
3256 | 1066 |
1067 Lisp API | |
1068 | |
1069 -- New: rename command and binding in buffer menu mode. -- Stephen Turnbull | |
1070 | |
1071 Internal API and Implementation | |
1072 | |
1073 -- Fix: "not char-or-int-p: nil" bug in easymenu. -- Aidan Kehoe | |
1074 -- Fix: C++ correctness. -- Marcus Crestani | |
1075 -- Fix: buggy computation of dynarr size. -- Marcus Crestani | |
1076 -- Fix: char/event confusion introduced by a GNU Emacs sync. -- Aidan Kehoe | |
1077 -- Fix: missing hardware-specific X11 keycode initialization. -- Aidan Kehoe | |
1078 -- Fix: syntax errors. -- Andrey Slusar | |
1079 -- Fix: workaround missing d_ino field from 'struct dirent'. -- Rick Rankin | |
1080 -- Fix: x_find_charset_font returned Qunboundp inefficiently. -- Aidan Kehoe | |
1081 -- Fix: x_find_charset_font wasn't Mule-ized. -- Stephen Turnbull | |
1082 -- Improve: Cygwin support in MC_ALLOC. -- Marcus Crestani | |
1083 -- Improve: silence redundant gc cache warning. -- Marcus Crestani | |
1084 -- Improve: syntax cache factoring and documentation. -- Stephen Turnbull | |
1085 | |
3105 | 1086 to 21.5.24 "dandelion" |
3107 | 1087 Major features |
1088 | |
3915 | 1089 -- New: Xft font support. -- Stephen J. Turnbull, Aidan Kehoe, Daniel Pittman, Clemens Fruhwirth, Eric Knauel, Matthias Neubauer, Hrvoje Niksic, Olivier Galibert |
3107 | 1090 -- New: incremental garbage collector. -- Marcus Crestani |
1091 | |
1092 User-Visible Bug Fixes and Minor Improvements | |
1093 | |
3148 | 1094 -- Fix: autoload list-matching-lines. -- Malcolm Purvis |
3107 | 1095 -- Fix: change_window_height must change the window width when requested. -- Aidan Kehoe |
1096 -- Fix: crashes printing ISO2022 coding systems. -- Ben Wing | |
3148 | 1097 -- Improve: initializations depending on locale or language environment. -- Aidan Kehoe |
3107 | 1098 -- Update: etags to upstream 17.15. -- Malcolm Purvis |
3148 | 1099 -- Update: package download site list. -- Adrian Aichner |
3915 | 1100 -- Update: X11 search paths to include /usr(/local)/share/X11. -- Ville Skyttä |
3107 | 1101 |
1102 Build Infrastructure | |
1103 | |
1104 -- Fix build output directory structure on Windows. -- Marcus Crestani | |
1105 -- Fix: configuration of native sound on Windows. -- Ben Wing | |
1106 -- Fix: small bugs in configure of AC_INIT and PostgreSQL. -- Stephen J. Turnbull | |
1107 -- Improve: CVS behavior. -- Stephen J. Turnbull, Marcus Crestani, Malcolm Purvis | |
3148 | 1108 -- Improve: treatment and docs XE_COMPLEX_ARGs defaults. -- Malcolm Purvis, Stephen Turnbull |
3107 | 1109 -- Improve: refactor make clean, nuke .elcs. -- Ben Wing |
3148 | 1110 -- New: tests for backward-up-list. -- Stephen J. Turnbull |
3107 | 1111 |
1112 Documentation | |
1113 | |
3148 | 1114 -- Fix: Don't mention standard-syntax-table and standard-category-table. -- Aidan Kehoe |
1115 -- Fix: typos. -- Stephen J. Turnbull, Adrian Aichner | |
3107 | 1116 -- Improve: Add 'Known Problems' to the Help menu. -- Malcolm Purvis |
1117 -- Improve: HELLO in Irish and Tajik. -- Aidan Kehoe | |
3108 | 1118 -- Improve: INSTALL. -- Stephen J. Turnbull |
3107 | 1119 -- Improve: consistency of symbol quoting in documentation. -- Ben Wing |
1120 -- Improve: docstrings. -- Stephen J. Turnbull | |
1121 -- Improve: reorganize option list from configure. -- Malcolm Purvis | |
1122 -- Improve: texi document CVS branching. -- Ben Wing | |
3108 | 1123 -- Improve: texi documentation of DEFSYMBOL. -- Stephen J. Turnbull |
3107 | 1124 -- Improve: texi documentation of XEmacs Autoconf macros. -- Malcolm Purvis |
1125 -- Improve: update PROBLEMS, and install in etc. -- Malcolm Purvis | |
3111 | 1126 -- Update: about Jerry James. -- Stephen J. Turnbull |
3148 | 1127 -- Update: about Malcolm Purvis. -- Malcolm Purvis |
1128 -- Update: descriptions of font name syntaxes. -- Stephen J. Turnbull | |
3107 | 1129 |
1130 Lisp API | |
1131 | |
1132 -- Improve: generalize describe-syntax-table to describe-char-table. -- Ben Wing | |
1133 -- Improve: memory statistics reporting. -- Marcus Crestani | |
1134 | |
1135 Internal API and Implementation | |
1136 | |
1137 -- Fix: C++ build. -- Ben Wing, Marcus Crestani | |
1138 -- Fix: Mule-ize canna_api module. -- Ben Wing, Stephen J. Turnbull | |
1139 -- Fix: byte compile by conditional compilation. -- Ben Wing | |
1140 -- Fix: compilation errors and warnings in GTK code. -- Malcolm Purvis | |
3148 | 1141 -- Fix: compile stuff_buffered_input only if HAVE_TTY. -- Malcolm Purvis |
3107 | 1142 -- Fix: help on functions without documentation. -- Ben Wing |
1143 -- Fix: integer types for Berkeley db. -- Stephen J. Turnbull, Volker Zell | |
3111 | 1144 -- Fix: make modules build on Cygwin and Mac. -- Stephen J. Turnbull, Rick Rankin, Ben Wing |
3107 | 1145 -- Fix: quiet byte-compiler. -- Stephen J. Turnbull |
1146 -- Fix: syntax error -- Marcus Crestani | |
1147 -- Fix: uninitialized local variables. -- Stephen J. Turnbull | |
1148 -- Fix: use princ, not prin1 in debug print. -- Ben Wing | |
1149 -- Fix: use uint32_t declaration, fixing build on FreeBSD. -- Steve Youngs, Andrey Slusar | |
1150 -- Fix: value of MAX_STRING_ASCII_BEGIN under MC_ALLOC. -- Ben Wing | |
3108 | 1151 -- Fix: warning elimination, mark UNUSED parameters -- Marcus Crestani, Stephen J. Turnbull |
3107 | 1152 -- Improve: bignum support on mingwin. -- Ben Wing |
1153 -- Improve: lrecord uid handling. -- Ben Wing | |
1154 -- Improve: refactor default_object_printer. -- Marcus Crestani | |
3108 | 1155 -- Improve: remove dead code in lwlib. -- Stephen J. Turnbull |
3107 | 1156 -- Improve: reorganize lisp.h. -- Ben Wing |
3148 | 1157 -- Improve: set default syntax class to word. -- Aidan Kehoe, Ben Wing |
3111 | 1158 -- Improve: tabs widget internals. -- Stephen J. Turnbull |
3105 | 1159 |
2968 | 1160 to 21.5.23 "daikon" |
1161 Major features | |
1162 | |
3009 | 1163 -- New: all-singing, all-dancing --with/--enable aliasing. -- Malcolm Purvis |
1164 -- New: native NT support for building gmp, db, postgresql, ldap. -- Ben Wing | |
2970 | 1165 -- New: non-XPM color images can be mouse pointers. -- Ben Wing |
1166 | |
2968 | 1167 User-Visible Bug Fixes and Minor Improvements |
1168 | |
3009 | 1169 -- Fix: change address for crash reporting to xemacs-beta. -- Ben Wing |
3030 | 1170 -- Fix: configure requires explicit choice of Motif (from 21.4). -- Malcolm Purvis |
2970 | 1171 -- Fix: crash due to duplicate subrs with MC_ALLOC and modules. -- Marcus Crestani |
3009 | 1172 -- Improve: memory usage reporting, especially with MC_ALLOC. -- Ben Wing |
1173 -- Improve: remove obsolete autoconf 2.13 files. -- Malcolm Purvis. | |
1174 -- Improve: --with-cflags-optimization now forces optimization. -- Ben Wing | |
3014 | 1175 -- Update: sync package-get.el mirrors with website. -- Adrian Aichner, Ville Skyttä |
2970 | 1176 |
2968 | 1177 Build Infrastructure |
1178 | |
2970 | 1179 -- Fix: Cygwin, non-X build needs XPM header and library files in XE_CFLAGS. -- Mike Alexander, Rick Rankin |
3009 | 1180 -- Fix: guess VC++ version; set debug and browser flags appropriately. -- Ben Wing |
1181 -- Fix: pass -I$(SRC) to minitar.c so it compiles. -- Ben Wing | |
1182 -- Fix: pass module sources, not objects, to make-docfile. -- Ben Wing | |
1183 -- Fix: stop installexe.sh from adding redundant exe extension. -- Rick Rankin | |
2970 | 1184 -- Fix: variable initialization misordering in xemacs.mak. -- Adrian Aichner |
3009 | 1185 -- Improve: Canna API is now a module. -- Stephen Turnbull |
1186 -- Improve: delete more stuff in `make clean'. -- Ben Wing | |
1187 -- Improve: options now added to one OPT_*, rather than many FOO_*, variables. -- Ben Wing | |
2970 | 1188 -- Improve: replace support for autoconf 2.13 with warning to use autoconf 2.59. -- Malcolm Purvis |
1189 -- Improve: update config.inc.samp to recent versions and add gmp, db, postgresql, ldap support; also optimization in non-debug builds. -- Ben Wing | |
1190 -- Improve: xemacs.mak now caters to VC++ version, support for building gmp, db, postgresql, ldap; other fixes. -- Ben Wing | |
1191 | |
2968 | 1192 Documentation |
1193 | |
3009 | 1194 -- Fix: force C-h N to find etc/NEWS, not some package's. -- Steve Youngs |
2970 | 1195 -- Fix: texinfmt.el can build all Info files again. -- Adrian Aichner |
1196 -- Fix: typos in Texinfo docs. -- Adrian Aichner | |
1197 -- Improve: Texinfo docs about specifiers. -- Ben Wing | |
1198 -- Improve: comment style, 'foo -> `foo'. -- Ben Wing | |
3014 | 1199 -- Improve: comments and docstrings. -- Stephen Turnbull |
3030 | 1200 -- Improve: document --with/--enable, improve Mac OS X in INSTALL. -- Malcolm Purvis |
3009 | 1201 -- Improve: emodules.texi tells how to add modules to core. -- Stephen Turnbull |
3030 | 1202 -- Improve: FAQ includes examples of 21.5 configure options. -- Malcolm Purvis |
3009 | 1203 -- Improve: nt/README tells how to compile optional libs. -- Ben Wing |
1204 -- New: FAQ on `rebaseall' under Cygwin. -- Ben Wing | |
1205 -- New: internals documents XEmacs treatment of --with/--enable configure args. -- Malcolm Purvis | |
2970 | 1206 |
2968 | 1207 Lisp API |
1208 | |
3009 | 1209 -- Fix: finder-find-library returns accurate filename. -- Adrian Aichner |
1210 -- Fix: xemacs-composefunc kvetching when noninteractive. -- Stephen Turnbull | |
2970 | 1211 -- Improve: GC now triggers on relative, not absolute, consing. -- Ben Wing |
1212 -- Improve: memory usage reporting. -- Ben Wing | |
3009 | 1213 -- Improve: sync build-report.el to Adrian's version. -- Stephen Turnbull |
1214 -- Improve: sync read-buffer, line-number-at-pos, delete-dups, occur to GNU Emacs 22.0.50. -- Malcolm Purvis | |
1215 -- New: batch-build-report command. -- Stephen Turnbull | |
3030 | 1216 -- New: inherit properties for faces and custom. -- Ben Wing |
3009 | 1217 -- New: next-error from GNU Emacs. -- Malcolm Purvis |
2970 | 1218 -- New: `specifier-instantiator' and related primitives. -- Ben Wing |
1219 | |
2968 | 1220 Internal API and Implementation |
1221 | |
2970 | 1222 -- Fix: address of register variable can't be taken. -- Ben Wing |
3030 | 1223 -- Fix: asserts in lwlib are now consistent with src. -- Ben Wing |
2970 | 1224 -- Fix: bitrot in sysdep.c and nt.c. -- Ben Wing |
1225 -- Fix: bug in range tables with non-default closure. -- Ben Wing | |
1226 -- Fix: don't use C++ reserved words "new" and "catch", append '_'. -- Ben Wing | |
1227 -- Fix: initialization in mc-alloc. -- Marcus Crestani | |
3009 | 1228 -- Fix: non-MULE needs mswindows_current_locale too. -- Mike Alexander |
2970 | 1229 -- Fix: setlocale return string is volatile, dup it. -- Olivier Galibert |
3009 | 1230 -- Fix: unexec for _LP64 ELF architectures. -- Andrey Slusar |
1231 -- Fix: use of config.h, especially in Windows files. -- Ben Wing | |
3030 | 1232 -- Improve: refactor MC_ALLOC to reduce #ifdefs. -- Ben Wing |
3009 | 1233 -- Improve: use _CRT_SECURE_NO_DEPRECATE to suppress VC8 warnings. -- Ben Wing |
3030 | 1234 -- Improve: warning elimination. -- Ben Wing, Stephen Turnbull |
2970 | 1235 |
2928 | 1236 to 21.5.22 "cucumber" |
1237 | |
1238 Major features | |
1239 | |
2970 | 1240 -- New: support for Unnnn-style keysyms on X11. -- Aidan Kehoe |
2929 | 1241 |
2928 | 1242 User-Visible Bug Fixes and Minor Improvements |
1243 | |
2930 | 1244 -- Fix: window configuration subsystem. -- Michael Sperber, Fabrice Popineau |
2929 | 1245 |
2928 | 1246 Build Infrastructure |
1247 | |
2930 | 1248 -- Fix: add generated dumper files to .cvsignore. -- Marcus Crestani |
1249 -- Fix: add generated makefiles to .cvsignore in ./modules. -- Craig Lanning | |
2929 | 1250 |
2928 | 1251 Documentation |
1252 | |
2929 | 1253 -- Fix: lispref - compose processing now goes direct to character, not |
2930 | 1254 keysym. -- Aidan Kehoe |
1255 -- Improve: lispref - Mule explanations. -- Aidan Kehoe | |
2929 | 1256 -- Improve: lispref - remove discussion of pure storage, long disabled. |
2930 | 1257 -- Aidan Kehoe |
1258 -- New: lispref - face aliasing. -- Didier Verna | |
2929 | 1259 |
2928 | 1260 Lisp API |
1261 | |
2930 | 1262 -- New: face aliasing. -- Didier Verna |
2929 | 1263 |
2928 | 1264 Internal API and Implementation |
1265 | |
2930 | 1266 -- Fix: DLL implementation for Mac OS X "Tiger". -- Atanu Ghosh |
1267 -- Fix: false load path shadows after package update. -- Jeff Mincy, | |
1268 Adrian Aichner | |
1269 -- Fix: make CCL check for existence before using characters. -- Aidan Kehoe | |
2929 | 1270 -- Fix: memory descriptions for gap variables for better 64-bit support. |
2930 | 1271 -- Darryl Okahata |
1272 -- Fix: various cleanups for MC_ALLOC. -- Marcus Crestani | |
2929 | 1273 -- Improve: use characters instead of keysyms in x-compose.el. Remove |
2930 | 1274 iso8859 .els from dumped-lisp.el. -- Aidan Kehoe |
2929 | 1275 |
2788 | 1276 to 21.5.21 "corn" |
1277 | |
1278 Major features | |
1279 | |
2930 | 1280 -- New: An alternative memory allocator. -- Marcus Crestani |
2788 | 1281 |
1282 User-Visible Bug Fixes and Minor Improvements | |
1283 | |
2930 | 1284 -- Fix: Calculations in font-spatial-to-canonical. -- Ralf Angeli |
1285 -- Fix: Honor coding system argument when creating a file. -- Aidan Kehoe | |
1286 -- Fix: Prevent stripping of items from Command menu. -- Ralf Angeli | |
1287 -- Fix: Selection handling on Win32. -- Fabrice Popineau | |
1288 -- Improve: Better defaults for mail-user-agent. -- Aidan Kehoe | |
1289 -- Improve: Deprecate use of Emacs X resource class. -- Aidan Kehoe | |
1290 -- Improve: Initialize fontlock properly in *scratch*. -- Aidan Kehoe | |
1291 -- Improve: Make %backup%~ honor auto-save-directory. -- Steve Youngs, | |
1292 Jamie Zawinski | |
1293 -- Improve: Recognize some constructed Unicode keysyms. -- Aidan Kehoe | |
1294 -- Improve: Synch dired features from GNU Emacs. -- Mike Sperber, | |
1295 Richard Stallman, Luc Teirlinck, Stefan Monnier, Andreas Schwab | |
1296 -- Improve: Syntax and case mapping for ISO 8859 parts 14-16. -- Aidan Kehoe | |
1297 -- Improve: Warn about unbound Unicode keysyms. -- Aidan Kehoe | |
2788 | 1298 |
1299 Build Infrastructure | |
1300 | |
2930 | 1301 -- Fix: Asserts can't contain active code. -- Melvin Hadasht |
1302 -- Fix: Avoid "head -#", coreutils doesn't like it. -- Vin Shelton | |
1303 -- Fix: Build for non-DEBUG_XEMACS native Windows build. -- Marcus Crestani | |
1304 -- Fix: Cater to OpenBSD /bin/sh. -- Malcolm Purvis | |
1305 -- Fix: Check $ac_cv_build not $canonical for libossaudio. -- Aidan Kehoe | |
2788 | 1306 -- Fix: Define elfw(type) for unexec on Alpha and amd64 for FreeBSD. |
2930 | 1307 -- Andrey Slusar |
1308 -- Fix: Make get-user-response available regardless of config. -- Mike Sperber | |
2788 | 1309 -- Fix: Make srcdir absolute, include X header, terminate lines. |
2930 | 1310 -- Malcolm Purvis |
1311 -- Fix: Remove do-nothing --no-gnu-linker in Solaris builds. -- Vin Shelton | |
1312 -- Fix: Specifying optimization flags implies optimization. -- Stephen Turnbull | |
1313 -- Fix: Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED. -- Volker Zell | |
2788 | 1314 -- Fix: configure needs to include X11/Intrinsic.h to check for Xaw. |
2930 | 1315 -- Robert Delius Royar, Aidan Kehoe, Jerry James |
1316 -- Fix: egetenv needs process.h in device-x.c. -- Marcus Crestani | |
1317 -- New: Conditionally compile insert-data-in-exec. -- Marcus Crestani | |
2788 | 1318 |
1319 Documentation | |
1320 | |
2930 | 1321 -- Fix: Add "--with" prefix in docstrings in configure.ac. -- Aidan Kehoe |
1322 -- Fix: Documentation typos. -- Aidan Kehoe, Adrian Aichner | |
1323 -- Improve: Mention and deprecate atomic extents in docstring. -- Aidan Kehoe | |
1324 -- Improve: Texinfo docs. -- Aidan Kehoe, Stephen Turnbull, Ben Wing | |
2788 | 1325 |
1326 Lisp API | |
1327 | |
1328 -- Improve: Use override-redirect to suppress WM decorations. | |
2930 | 1329 -- Stephen Turnbull |
1330 -- New: More stats for show-memory-usage. -- Marcus Crestani | |
2788 | 1331 |
1332 Internal API and Implementation | |
1333 | |
1334 -- Fix: Argument count in issue_call_trapping_problems_warning. | |
2930 | 1335 -- Stephen Turnbull |
1336 -- Fix: Avoid use of nonexistent insert-for-yank. -- Aidan Kehoe | |
1337 -- Fix: Buffer overflow in pdump backtrace array. -- Jerry James | |
1338 -- Fix: Control-1 handling in CCL. -- Aidan Kehoe | |
1339 -- Fix: fakemail for FreeBSD >= 4. -- Andrey Slusar | |
1340 -- Improve: Dynamic diagnostic backtrace for KKCC. -- Marcus Crestani | |
2788 | 1341 |
2652 | 1342 to 21.5.20 "cilantro" |
1343 | |
1344 Major Features | |
1345 | |
2930 | 1346 -- New: Handle various X selection targets properly. -- Aidan Kehoe |
2652 | 1347 |
1348 User-Visible Bug Fixes and Minor Improvements | |
1349 | |
2930 | 1350 -- Fix: Handle active regions properly. -- Adrian Aichner |
1351 -- Fix: pui-list-packages handles longer filenames. -- Norbert Koch | |
2652 | 1352 |
1353 Build Infrastructure | |
1354 | |
2930 | 1355 -- Improve: Port configure to autoconf 2.59. -- Malcolm Purvis |
1356 -- Fix: make-docfile.c misparsed UNUSED macro in defuns. -- Stephen Turnbull | |
1357 -- Fix: Don't copy non-existent BUGS file on NT. -- Adrian Aichner | |
1358 -- Fix: Typo in PDUMP section of Makefile.in.in. -- Mike Alexander | |
2652 | 1359 |
1360 Documentation | |
1361 | |
2930 | 1362 -- Improve: Update info/dir. -- Adrian Aichner |
1363 -- Improve: Automate updating of release date in about.el. -- Stephen Turnbull | |
3915 | 1364 -- New: about.el entry for Simon Josefsson. (Simon Josefsson |
2930 | 1365 -- Fix: Typos. (Adrian Aichner |
1366 -- Improve: Sort memory usage report sections by usage. -- Adrian Aichner | |
1367 -- Improve: Glyphs documentation. -- Ben Wing | |
1368 -- Improve: Description of build configuration system. -- Malcolm Purvis | |
1369 -- New: Description of build configuration system. -- Stephen Turnbull | |
1370 -- New: Lispref node on CCL Example. -- Aidan Kehoe | |
1371 -- Improve: Describe \c and \C in Syntax of Regexps. -- Aidan Kehoe | |
1372 -- Improve: Future Work -- Better Rendering Support. -- Stephen Turnbull | |
1373 -- Improve: Comments. -- Stephen Turnbull, Aidan Kehoe | |
2652 | 1374 |
1375 Lisp API | |
1376 | |
2930 | 1377 -- New: GNU semi-compatible decode-char and encode-char. (Aidan Kehoe |
2652 | 1378 |
1379 Internal API and Implementation | |
1380 | |
2930 | 1381 -- Fix: Avoid consing in operate-on-matching-lines. -- Adrian Aichner |
1382 -- Fix: Correctly disable geometry negotiation in tabs widget. -- Stephen Turnbull | |
1383 -- New: Backtrace feature for KKCC. -- Marcus Crestani | |
1384 -- Fix: Type casts in database.c. -- Marcus Crestani | |
1385 -- Fix: Adjust s&m to FreeBSD 6.x reality. -- Andrey Slusar | |
2652 | 1386 |
1387 Quality Assurance Infrastructure | |
1388 | |
2930 | 1389 -- New: USED_IF_BIGFLOAT macro. -- Jerry James |
1390 -- New: region-tests.el. -- Adrian Aichner | |
1391 -- New: autoconf/regressiontest.pl. -- Malcolm Purvis | |
2652 | 1392 |
2593 | 1393 to 21.5.19 "chives" |
1394 | |
1395 Major Features | |
1396 | |
2930 | 1397 -- Improve: major reorganization of source tree docs. -- Ben Wing |
1398 -- Improve: behaviors get new code and many new implementations. -- Ben Wing | |
2593 | 1399 |
1400 User-Visible Bug Fixes and Minor Improvements | |
1401 | |
2930 | 1402 -- Fix: security hole (CAN-2005-0100) in movemail. -- Vin Shelton |
1403 -- Fix: data truncation in i.c. -- Ben Wing | |
1404 -- Fix: region deletion bug. -- Stephen Turnbull | |
1405 -- Fix: crash in Frecord_buffer. -- Yoshiki Hayashi | |
1406 -- Fix: Metacity maximize bug. -- Stephen Turnbull | |
1407 -- Fix: data truncation bugs in unix_send_process. -- David Evers, Jerry James | |
1408 -- Fix: recognise AltGr as a valid modifier in GTK. -- Malcolm Purvis | |
1409 -- Fix: recognize ISO keysyms. -- Ville Skyttä | |
2593 | 1410 -- New: on Windows, dump Unicode tables to allow non-ASCII invocation. |
2930 | 1411 -- Ben Wing |
1412 -- New: splash screen. -- Ben Wing | |
1413 -- New: support treating shortcuts under Windows as symbolic links. -- Ben Wing | |
1414 -- Improve: GNU-compatible coding system aliases. -- Aidan Kehoe | |
1415 -- Improve: help system. -- Ben Wing | |
1416 -- Improve: mouse-track. -- Ben Wing | |
1417 -- Improve: support ISO 8859/16 by default. -- Aidan Kehoe | |
2593 | 1418 |
1419 Build Infrastructure | |
1420 | |
1421 -- Fix: copy BUGS, README, COPYING and Installation on installation on | |
2930 | 1422 Windows. -- Ben Wing |
1423 -- Fix: installation for Cygwin. -- Marcus Crestani | |
1424 -- Fix: various build problems. -- Ben Wing | |
1425 -- Fix: various things in configure. -- Ben Wing | |
1426 -- New: default pdump on for Cygwin. -- Marcus Crestani | |
1427 -- New: support NetBSD sound via Linux API. -- Aidan Kehoe | |
1428 -- Improve: generation of CFLAGS (Jerry James, Ben Wing | |
1429 -- Improve: parallel build support. -- Malcolm Purvis | |
3182 | 1430 -- Improve: support --package-prefix as simple interface to --package-path |
1431 facility. -- Ben Wing | |
2930 | 1432 -- Improve: support mmdf and pop arguments to --mail-locking. -- Ben Wing |
2593 | 1433 |
1434 Documentation | |
1435 | |
2930 | 1436 -- Fix: beta.texi. -- Stephen Turnbull, Robert Royar |
1437 -- Fix: typos. -- Alexey Mahotkin, Andreas Eder | |
1438 -- New: "Future Work -- Better Rendering Support". -- Stephen Turnbull | |
1439 -- New: "Future Work" collects feature proposals in Internals. -- Ben Wing | |
1440 -- New: empty ChangeLog entry. -- Ben Wing | |
1441 -- New: personal photos. -- Malcolm Purvis | |
1442 -- Improve: Lispref (Shyamal Prasad, Stephen Turnbull, Aidan Kehoe | |
1443 -- Improve: Users' Guide. -- Ben Wing | |
1444 -- Improve: about.el. -- Malcolm Purvis, Ben Wing | |
1445 -- Improve: docstrings. -- Ben Wing, Stephen Turnbull, Adrian Aichner, | |
1446 Aidan Kehoe | |
1447 -- Improve: gnuserv docs. -- Stephen J. Turnbull | |
1448 -- Improve: incorporate source tree docs in FAQ. -- Ben Wing | |
1449 -- Improve: major overhauls of FAQ, Internals. -- Ben Wing | |
1450 -- Improve: various comments. -- Ben Wing | |
2593 | 1451 |
1452 Lisp API | |
1453 | |
1454 -- Improve: sync bytecomp-runtime.el (make-obsolete, make-obsolete-variable). | |
2930 | 1455 -- Ville Skyttä |
2593 | 1456 -- Improve: sync paragraphs.el, custom.el, subr.el, newcomment.el, |
2930 | 1457 fill.el, page.el, register.el. -- Ben Wing |
1458 -- New: move regexp-opt.el and easy-mmode.el from packages to core. -- Ben Wing | |
2593 | 1459 -- New: next/previous-single-char-property-change and make |
2930 | 1460 next/previous-single-property-change work like in FSF. -- Ben Wing |
1461 -- New: xemacs-font-lock-c-keywords and friends. -- Ben Wing | |
2593 | 1462 |
1463 Internal API and Implementation | |
1464 | |
2930 | 1465 -- Fix: ^M brokenness in res.rc. -- Ben Wing |
1466 -- Fix: adapt to recent changes in Cygwin. -- Ben Wing | |
2593 | 1467 -- Fix: byte-char conversion, should speed up Mule if there are |
2930 | 1468 non-ASCII characters in the buffer. -- Ben Wing |
1469 -- Fix: coding cookie recognition in .elc. -- Ben Wing | |
1470 -- Fix: data-in-executable problems. -- Olivier Galibert, Ben Wing | |
1471 -- Fix: find-coding-system-magic-cookie-in-file. -- Ben Wing | |
1472 -- Fix: leaking process handles. -- Ben Wing | |
2593 | 1473 -- Fix: only call device method compute_scrollbar_instance_usage() if it |
2930 | 1474 is defined. -- Zajcev Evgeny |
2593 | 1475 -- Fix: protect callers of MSFT syscalls from MSFT API randomization. |
2930 | 1476 -- Ben Wing |
1477 -- Fix: typos. -- Robert Royar | |
1478 -- Fix: warnings. -- Aidan Kehoe, Ben Wing | |
1479 -- New: Hashcode type. -- Ben Wing | |
1480 -- New: color API. -- Ben Wing | |
1481 -- New: rename abort() macro to ABORT() to placate VC 7. -- Ben Wing | |
1482 -- Improve: GCPRO macros. -- Ben Wing | |
1483 -- Improve: Mule-ize various things. -- Ben Wing | |
2593 | 1484 -- Improve: Suppress aliasing warning in free_hook; Jerry says not a fix? |
2930 | 1485 -- Ben Wing |
1486 -- Improve: UNUSED parameter marking, UNO support. -- Malcolm Purvis, | |
1487 Jerry James | |
1488 -- Improve: Unicode-ize various things. -- Ben Wing | |
1489 -- Improve: critical section protection. -- Ben Wing | |
2593 | 1490 -- Improve: debug info on attempt to throw outside of a function where |
2930 | 1491 call_trapping_problems() has been used. -- Ben Wing |
1492 -- Improve: menubar support. -- Ben Wing | |
1493 -- Improve: more orthogonality in emacs-root-finding. -- Mike Sperber | |
1494 -- Improve: move etc/aliases.ksh to xemacs-builds CVS module. -- Ben Wing | |
1495 -- Improve: move etc/chr.png, etc/chrm.png to etc/photos/ (Ben Wing | |
1496 -- Improve: partially rework Unicode support. -- Ben Wing | |
1497 -- Improve: path handling correctness. -- Ben Wing | |
2593 | 1498 -- Improve: rangetabs get different types of ranges (open/closed start |
2930 | 1499 and end). Change default to be start-closed, end-open. -- Ben Wing |
1500 -- Improve: refactor Initialization changes: (Ben Wing | |
1501 -- Improve: refer to init.el not .emacs in menus. -- Stephen Turnbull | |
1502 -- Improve: s&m files by removing autodetected stuff. -- Ben Wing | |
1503 -- Improve: support dumping bignums. -- Jerry James, Olivier Galibert | |
1504 -- Improve: support for crashing gently. -- Ben Wing | |
1505 -- Improve: type and keyword pedantry. -- Jerry James, Ben Wing | |
1506 -- Improve: update etags from upstream. -- Jerry James | |
1507 -- Remove: EXTERNAL_LIST_LOOP because it can infloop. -- Ben Wing | |
2593 | 1508 -- Remove: etc/gnu.xpm, etc/gnu.xbm, etc/sink.xbm, etc/ms-kermit, |
2930 | 1509 etc/ms-kermit-7bit (Ben Wing |
1510 -- Remove: unneeded/unused code. -- Ben Wing, Stephen Turnbull | |
2593 | 1511 |
1512 Quality Assurance Infrastructure | |
1513 | |
2930 | 1514 -- Fix: conflict with builtin in .gdbinit. -- Golubev I. N. |
1515 -- New: regexp tests. -- Stephen Turnbull, Vin Shelton | |
1516 -- New: os-tests.el. -- Stephen Turnbull | |
1517 -- Improve: profiling support. -- Ben Wing | |
2593 | 1518 |
2345 | 1519 to 21.5.18 "chestnut" |
1520 | |
1521 Major Features | |
1522 | |
2930 | 1523 -- Improve: GTK support gets many fixes and improvements -- Purvis. |
1524 -- Improve: pdump gets data in executable support, -si option -- Galibert. | |
1525 -- New: GTK gets default gtkrc -- Purvis. | |
1526 -- New: bignum support -- James (lead), Sivakumar, Turnbull. | |
2345 | 1527 |
1528 User-Visible Bug Fixes and Minor Improvements | |
1529 | |
2930 | 1530 -- Fix: 'no-conversion is special in eol detection -- Turnbull. |
1531 -- Fix: `display-completion-list' does not overflow window -- Grundmann. | |
1532 -- Fix: X error handler must not call stderr_out -- Clements. | |
1533 -- Fix: bogus error in `apropros' -- Turnbull. | |
1534 -- Fix: bogus error in `package-require' -- Youngs. | |
1535 -- Fix: buffer editing by `call-process-region' -- Aichner. | |
1536 -- Fix: coredump from bogus position computation in syntax cache -- Euler. | |
1537 -- Fix: coredump from redisplay wrapping in signal.c -- James. | |
1538 -- Fix: coredump in giflib -- Hines. | |
1539 -- Fix: etags.el correctly handles tags with name fields -- Grundmann. | |
1540 -- Fix: prevent minibuffer from hijacking marks -- Sperber. | |
1541 -- Fix: respect `allow-deletion-of-last-visible-frame' -- Zajcev. | |
1542 -- Fix: sync revert-buffer to 21.4 -- Turnbull, Sparapani. | |
1543 -- Improve: error message formatting -- Gatzemeier. | |
1544 -- Improve: etags.el optimized for exuberant ctags -- Grundmann. | |
1545 -- Improve: isearch-abort preserves interim successes -- Turnbull, Zawinski. | |
1546 -- Improve: package info reporting -- Youngs. | |
1547 -- Improve: window configuration handling -- Rychter. | |
2345 | 1548 |
1549 Build Infrastructure | |
1550 | |
2930 | 1551 -- Fix: 64-bit support -- Purvis, SuSE. |
1552 -- Fix: configure.in syntax, logic -- Turnbull, James, Purvis. | |
1553 -- Fix: make install went interactive -- Aichner. | |
1554 -- Fix: rebuild finder-inf.el -- Turnbull. | |
1555 -- Improve: Makefile diagnostics -- Turnbull. | |
1556 -- Improve: Windows build support -- Aichner. | |
1557 -- Improve: configure compiler warning setup -- James, Purvis. | |
1558 -- Improve: configure diagnostics -- Turnbull. | |
1559 -- Improve: configure feature detection -- Purvis, James, Turnbull. | |
1560 -- Improve: configure report -- Turnbull, James. | |
1561 -- Improve: icc support -- James. | |
1562 -- Improve: install procedure -- Galibert. | |
1563 -- New: configure supports Playstation2 -- Myrkraverk. | |
1564 -- New: support for parallel builds -- Purvis. | |
2345 | 1565 |
1566 Documentation | |
1567 | |
2930 | 1568 -- Improve: about.el version reporting -- Turnbull. |
1569 -- Improve: comments and docstrings -- Turnbull, Aichner, Gatzemeier. | |
1570 -- New: lispref.texi documents bignum support -- Turnbull, James. | |
1571 -- New: lispref.texi documents text field support -- James. | |
1572 -- Update: FAQ -- Turnbull. | |
1573 -- Update: NEWS -- Turnbull. | |
1574 -- Update: PACKAGES -- Koch. | |
1575 -- Update: about.el -- Turnbull. | |
1576 -- Update: internals.texi -- James, Turnbull. | |
1577 -- Update: lispref.texi -- Turnbull, Okahata. | |
1578 -- Update: menus to XEmacs config file reality -- Turnbull. | |
2345 | 1579 |
1580 Lisp API | |
1581 | |
2930 | 1582 -- Improve: pixel position reporting -- Okahata. |
2345 | 1583 |
1584 Internal API and Implementation | |
1585 | |
2930 | 1586 -- Fix: C macro definition for icc -- James. |
1587 -- Fix: C++ build problems -- James, Verna. | |
1588 -- Fix: Cygwin bug workaround conditionalized -- James. | |
1589 -- Fix: Lisp internal type manipulation -- James. | |
1590 -- Fix: bogus CVS conflict in package-ui.el -- Aichner. | |
1591 -- Fix: callproc.c vestiges removed -- James. | |
1592 -- Fix: format conversions in pdump report -- Turnbull. | |
1593 -- Fix: function argument usage -- James. | |
1594 -- Fix: incomplete macro in external widget support -- Golubev. | |
1595 -- Fix: lwlib GC handling -- James. | |
1596 -- Fix: lwlib computation of widget changes -- James. | |
1597 -- Fix: mark unused parameters -- James, Wing. | |
1598 -- Fix: remove duplicate functions -- Turnbull. | |
1599 -- Fix: remove unused variables -- James. | |
1600 -- Fix: specifier validation -- James. | |
1601 -- Fix: update byte compiler function database -- James. | |
1602 -- Fix: warning suppression -- James, Gatzemeier. | |
2345 | 1603 -- Fix: workaround Darwin's distaste for ISO 8859/2 filenames. |
2930 | 1604 -- Improve: custom database save -- Aichner, Niksic. |
1605 -- Improve: itimer implementation -- James, Jones, Buchholz, Yamaoka. | |
1606 -- Improve: test-harness.el Assert macro -- James. | |
1607 -- New: LTDL support in ELLs -- James. | |
1608 -- Update: INSTALL Canna, Make descriptions -- James, Purvis. | |
1609 -- Update: SERVICE sync with upstream -- James. | |
1610 -- Update: derived.el, subr.el, cl*.el sync to Emacs 21.3 -- James. | |
1611 -- Update: etags sync with upstream v17.6 -- James. | |
2345 | 1612 |
1613 Quality Assurance Infrastructure | |
1614 | |
2930 | 1615 -- Fix: regression tests using most-negative-fixnum -- James. |
1616 -- Improve: faster Mule tests -- Turnbull. | |
1617 -- New: Uno support -- James. | |
1618 -- New: regression tests -- Turnbull, Youngs, Yamaoka, Shelton, James. | |
2345 | 1619 |
1963 | 1620 to 21.5.17 "chayote" |
1621 | |
1622 Build | |
1623 | |
2930 | 1624 -- New: configure reports cc and libc versions -- Kletnieks, Turnbull. |
1625 -- New: configure supports icc -- James. | |
1626 -- New: configure supports typeof extension -- James. | |
1627 -- New: use XCFLAGS to allow different flags for XEMACS_CC -- Turnbull. | |
1628 -- Improve: module build process -- James. | |
1629 -- Fix: compiler warnings -- Turnbull. | |
1630 -- Fix: configure CFLAGS detection -- James, Turnbull. | |
1631 -- Fix: configure arg parsing on Solaris -- Niksic, Shelton, Turnbull. | |
1632 -- Fix: configure warning and progress messages -- Turnbull. | |
1633 -- Fix: force regeneration of Lisp on every build -- Turnbull. | |
1634 -- Fix: minitar compiler warnings, errors -- Aichner. | |
1635 -- Fix: mislocation of installexe.sh -- James. | |
1636 -- Fix: missing $(ldflags) in libsrc -- James. | |
1637 -- Fix: remove dead references to GNU DLD -- James. | |
1638 -- Fix: remove obsolete makefile cruft -- Turnbull. | |
1963 | 1639 |
1640 Documentation | |
1641 | |
2930 | 1642 -- Improve: charset registry docs -- Golubev. |
1643 -- Improve: specifier and internals docs -- Turnbull. | |
1644 -- Improve: test-harness reporting -- Aichner, Shelton, Turnbull. | |
1645 -- New: weak data structure testing -- Kaltenbach. | |
1646 -- Remove: own photos and personal information -- Youngs. | |
1647 -- Update: library versions in Windows docs -- James. | |
1648 -- Update: package list -- Koch. | |
1649 -- Fix: TeXinfo syntax -- Golubev, Turnbull. | |
1650 -- Fix: clarifications -- Turnbull. | |
1651 -- Fix: typos -- Aichner, Golubev, Turnbull. | |
1652 -- Fix: workaround version issues in NAS headers -- Turnbull. | |
1963 | 1653 |
1654 Lisp API | |
1655 | |
1656 -- New: device-num-screens, device-backing-store, device-save-under, | |
2930 | 1657 add-to-invisibility-spec, remove-from-invisibility-spec -- James. |
1963 | 1658 -- New: lazy (widget), widget-child-value-get, widget-child-value-inline, |
1659 widget-child-validate, widget-type-value-create, widget-type-default-get, | |
2930 | 1660 widget-type-match -- Abrahamsen, Youngs. |
1661 -- New: package-get-list-packages-where -- Youngs. | |
1662 -- New: pui-display-maintainer command -- Youngs. | |
1663 -- New: pui-help-echo displays both installed and available versions -- Youngs. | |
1664 -- Synch: frame.el to GNU Emacs 21.3 -- James. | |
1665 -- Fix: cl-do-prettyprint formatting of prog* -- Youngs. | |
1666 -- Fix: update coding system name usage -- James. | |
1963 | 1667 |
1668 Internals | |
1669 | |
2930 | 1670 -- Improve: KKCC -- Kaltenbach. |
1671 -- Improve: compiler.h for use with modules -- James. | |
1672 -- Improve: make QUIT-related APIs visible to modules -- James. | |
1673 -- New: support more device metrics on X11 -- James. | |
1674 -- New: support symbols in Darwin shared libraries -- Purvis. | |
1675 -- New: widget-default-create uses char-table -- Haddock. | |
1676 -- New: xfree gets a type parameter for error-checking -- James. | |
1677 -- Fix: (remove) duplicated code -- James. | |
1678 -- Fix: GCPRO_STACK in byte interpreter -- Turnbull. | |
1679 -- Fix: GTK marshalling code -- Purvis. | |
1680 -- Fix: aliasing problems -- Turnbull. | |
1681 -- Fix: bad interaction in initialization of args with pdumper -- Benson. | |
1682 -- Fix: bit fields need to be unsigned in unicode detectors -- James. | |
1683 -- Fix: coding system for GPG verification -- Youngs. | |
1684 -- Fix: hard-coded options to use APIs -- Pakoulin. | |
1685 -- Fix: improper use of XSetArg in frame-x.c -- Turnbull. | |
1686 -- Fix: lstream close code -- Euler. | |
1687 -- Fix: paragraph detection in Japanese -- Yamaoka, Turnbull. | |
1688 -- Fix: regexps using \{ -- Monnier, Turnbull. | |
1689 -- Fix: set dirty flag in mirror window at proper time -- Galibert. | |
1690 -- Fix: several missing GC wrappers which caused crashes -- James. | |
1691 -- Fix: some GCPROed variables were declared register -- McPherson. | |
1692 -- Fix: stale info in realpath computation -- James. | |
1693 -- Fix: two infloops in GC -- James. | |
1694 -- Fix: usage of prin1 and princ in help -- Eide, Shelton. | |
1963 | 1695 |
1696 | |
1716 | 1697 to 21.5.16 "celeriac" |
1698 | |
1699 Build | |
1700 | |
2930 | 1701 -- Don't detect GNU DLD -- James. |
1702 -- Better detection of sound on Solaris9 -- Buchholz. | |
1703 -- Add support detecting SunOS 5.10 in configure -- Buchholz. | |
1716 | 1704 -- Use '-bundle' when testing ability to build shared libs, but use |
2930 | 1705 '-bundle_loader' in ellcc -- Begel. |
1706 -- Output separate declaration and definition for dump_id -- James. | |
1707 -- Add Makefile targets to build PDF docs -- Wambold. | |
1716 | 1708 -- Don't mangle the unload function in `unload_postgresql' and |
2930 | 1709 `unload_ldap' when compiling with C++ -- James. |
1710 -- Use extern "C" for C++ builds -- James. | |
1711 -- Conditionally compile messages missing from the Cygwin headers -- James. | |
1712 -- Add cast to quiet compiler in unexcw.c -- James. | |
1713 -- Quiet compiler warnings about struct stat in syswindows.h -- James. | |
1714 -- Test \{m,n\} in regexp-tests -- Turnbull. | |
1716 | 1715 |
1716 Documentation | |
1717 | |
2930 | 1718 -- Propose bash as workaround for buggy Solaris sh in PROBLEMS -- Sparapani. |
1716 | 1719 -- Fix the PRINTED-MANUAL-TITLE arg for cross ref to "The XEmacs User's Manual" |
2930 | 1720 -- Aichner. |
1721 -- New node: "A Reader's Guide to XEmacs Coding Conventions" -- Turnbull. | |
1722 -- New node: "Customizing Message Display" -- Golubev. | |
1716 | 1723 |
1724 Internals | |
1725 | |
2930 | 1726 -- In ellcc.c don't mangle external symbols in generated doc file -- James. |
1716 | 1727 -- Add PARTIALLY parameter to support Fpos_visible_in_window_p parameter in |
2930 | 1728 redisplay -- James. |
1729 -- Use 'point_would_be_visible' parameter in `scrollbar_reset_cursor' -- James. | |
1730 -- Add PARTIALLY parameter fo `Fpos_visible_in_window_p' -- James. | |
1731 -- Use new 'point_would_be_visible' parameter in `window_scroll' -- James. | |
1732 -- dll_open now takes a Lisp_Object -- James. | |
1733 -- Remove useless call to dll_init -- James. | |
1734 -- char to CIbyte conversion in emodules.c, sysdll.c -- James. | |
1735 -- Do not mangle module initialisation function names -- James. | |
1736 -- char to Extbyte conversion in sysdll.c -- James. | |
1737 -- Return a Lisp_Object instead of a string in `dll_error' -- James. | |
1738 -- Make eval-related functions visible to modules -- James. | |
3915 | 1739 -- Allow specifying elisp function for waiting user input while displaying |
2930 | 1740 message while in minibuffer -- Golubev. |
1741 -- Use OS_RELEASE=os_release_major*100+os_release_minor in s/sol2.h -- Buchholz. | |
1742 -- Add lrecord_memory_descriptions -- Crestani. | |
1743 -- Remove GetLongPathNameW -- Harris. | |
1744 -- A couple of new macros to compare w32api versions -- James. | |
1745 -- KKCC fixes -- Crestani. | |
1716 | 1746 |
1747 Lisp API | |
1748 | |
2930 | 1749 -- Allow user to specify alternative function for displaying message -- Golubev. |
1750 -- New var to specify the maximum received fonts -- LewisMoss. | |
1751 -- Allow gnuserv to fallback to GTK if X device fails -- LewisMoss. | |
1752 -- Eval the initialisation value of `eol-detection-enabled-p' -- Alexander. | |
1753 -- Make sure `setbuffer-file-coding-system' sets the eol type -- Alexander. | |
1754 -- Remove unnecessary definitions of 'null-device' -- Turnbull. | |
1755 -- Actually implement the specified semantics for 'defvar' -- Sperber. | |
1756 -- Fix `shrink-to-fit' by calling `shrink-window-if-larger-than-buffer' -- Aichner. | |
1716 | 1757 |
1758 | |
1665 | 1759 to 21.5.15 "celery" |
1760 | |
1761 Build | |
1762 | |
2930 | 1763 -- Autoconf configure updates -- James, Turnbull. |
1764 -- Makefile updates -- James. | |
1765 -- Minor updates to make-docfile.c -- Begel. | |
1766 -- Wrap assert_failed with EXTERN_C for modules -- James. | |
1767 -- Updates to modules Makefile.common -- James. | |
1665 | 1768 -- Include emodules.h when building modules in postgresql.c |
2930 | 1769 and ldap.c -- James. |
1770 -- Updates to xemacs.mak -- Aichner. | |
1665 | 1771 -- Add some extern "C" declarations for C++ module builds |
2930 | 1772 -- James. |
1773 -- Add casts for C++ builds in mule-canna.c -- James. | |
3915 | 1774 -- Add type casts in database.c to satisfy C++ compilers. |
1665 | 1775 -- Log result summary of tests when the testsuite is running |
2930 | 1776 noninteractive -- Aichner. |
1777 -- Add some tests for weak-lists -- Crestani, Kaltenbach. | |
1665 | 1778 |
1779 | |
1780 Documentation | |
1781 | |
2930 | 1782 -- Update README.(HYPERBOLE|OO-BROWSER) -- Turnbull. |
1783 -- Update etc/PACKAGES -- Turnbull, Koch, Youngs. | |
1784 -- Update etc/sample.Xresources -- Turnbull. | |
1785 -- Major update and audit of all documents relating to PUI -- Youngs. | |
1665 | 1786 -- Mention `line-move-ignore-invisible' (display.texi "Invisible Text") |
2930 | 1787 -- Kyllingstad. |
1665 | 1788 -- Document that end-glyph is still displayed when invisible |
2930 | 1789 is set (extents.texi "Extent Properties") -- Kyllingstad. |
1665 | 1790 -- Document that only begin-glyph is highlighted (extents.texi "Extents |
2930 | 1791 and Events") -- Kyllingstad. |
1792 -- Various typo and docstring fixes -- Turnbull, Sperber. | |
1793 -- Add missing '@end' defun in lists.texi -- Shelton. | |
2865 | 1794 -- Document ?\x00 read syntax and range limitations on ?\000 and |
2930 | 1795 ?\x00 read syntaxes (objects.texi "Character Type") -- Turnbull. |
1665 | 1796 -- Document `true-list-p' (lists.texi "List-related Predicates") |
2930 | 1797 -- Turnbull. |
1665 | 1798 |
1799 | |
1800 Internals | |
1801 | |
2930 | 1802 -- KKCC updates -- Crestani, Kyllingstad. |
1665 | 1803 -- Define DECLARE_MODULE_API_LRECORD when not ERROR_CHECK_TYPES |
2930 | 1804 -- James. |
1805 -- Updates to DSO code -- James. | |
1806 -- Remove unused (X)OPAQUE_MARKFUN definitions -- James. | |
1807 -- GCPRO updates -- Sperber. | |
1808 -- Mouse wheel fixes in event-msw.c -- Kyllingstad. | |
1809 -- Use 'HAVE_DLD_INIT' instead of 'HAVE_INIT_DLD' in sysdll.c -- James. | |
1810 -- Rewrite ephemeron marker code -- Sperber. | |
1811 -- Fix printing of symbol names in .gdbinit -- Golubev. | |
1812 -- Fixes to `update_frame_toolbars_geometry' -- Sperber. | |
1813 -- Fix missing commas in `fonts' initialiser -- Golubev. | |
1814 -- Add `opaque_ptr_description' -- Crestani. | |
1815 -- Add `allocate_big_string_chars' -- Turnbull, Buchholz. | |
1665 | 1816 |
1817 | |
1818 Lisp API | |
1819 | |
2930 | 1820 -- New alias `apropos-customize' -> `customize-apropos' -- Aichner. |
3915 | 1821 -- Remove unnecessary arg from `pui-set-local-package-get-directory -- Youngs. |
2930 | 1822 -- New key bindings in mwheel.el -- Kyllingstad. |
1823 -- Make `insert-directory' to be more like FSF version -- Sperber. | |
1824 -- Window configuration fixes in isearch code -- Sperber. | |
1825 -- Implement simple object finalisation in post-gc.el -- Sperber. | |
1826 -- Updates to etags.el -- Turnbull. | |
1827 -- Updates to cl-macs.el -- Pakoulin. | |
1828 -- Fix "do-nothing" bug in `derived-mode-merge-syntax-tables' -- Turnbull. | |
1829 -- Fixes to `restore-saved-window' -- James. | |
2865 | 1830 -- Handle missing "EMACSPACKAGEPATH" env var in |
2930 | 1831 `package-get-package-index-file-location' -- Aichner. |
1832 -- Fix substring errors in `package-admin-find-top-directory' -- Aichner. | |
1665 | 1833 -- Fix `byte-compile-lambda' so it only discards the docstring if it is |
2930 | 1834 not also the value of the lambda -- Turnbull. |
1835 -- Don't insist in lib-src directory in `path-emacs-root-p' on WinNT -- Aichner. | |
1836 -- Don't include '(' in `font-lock-function-name-face' -- Aichner. | |
1665 | 1837 |
1838 | |
1510 | 1839 to 21.5.14 "cassava" |
1840 | |
1841 This release has a few documentation updates thanks to Steve | |
1842 Turnbull, better Makefile handling for modules on MacOSX from | |
1843 Andrew Begel and Jerry James. Also, it is now possible for the | |
1844 user to specify the location of the package-index file for PUI to | |
1845 use, see `package-get-package-index-file-location'. | |
1846 | |
1847 Build | |
1848 | |
2930 | 1849 -- Autoconf tweaks for building modules on MacOSX -- James. |
1850 -- GCC fixes in ellcc.c -- James. | |
1851 -- Module Makefile fixes -- Begel, James. | |
1852 -- Fix shadow warning in regex.c -- James. | |
1510 | 1853 |
1854 Documentation | |
1855 | |
2930 | 1856 -- New TeXinfo node "Searching and Matching" -- Turnbull. |
1857 -- New section "Legacy Versions" in FAQ -- Turnbull. | |
1858 -- New FAQ question Q8.0.1 -- Turnbull. | |
1859 -- Update split-string specs in "Regexp Search" -- Turnbull. | |
1510 | 1860 |
1861 Internals | |
1862 | |
2930 | 1863 -- Package index file updated -- Koch. |
1864 -- Add some debug checks in file-coding.c -- Turnbull. | |
1510 | 1865 |
1866 Lisp API | |
1867 | |
1868 -- Make error message report the sym checked in | |
1869 `autoload-featurep-protect-autoloads' -- Turnbull. | |
2930 | 1870 -- `split-string' tweaks -- Turnbull. |
1871 -- Make the location of the package-index file user customisable -- Youngs. | |
1872 -- Turn on package-index file PGP verification -- Youngs. | |
1873 -- Only use message if interactive for functions in replace.el -- Josefsson. | |
1510 | 1874 |
1457 | 1875 to 21.5.13 "cauliflower" |
1876 | |
1473 | 1877 Remember that bug that made return behave as linefeed in a TTY? It's |
1878 gone! Thanks go out to Jerry James and Steve Turnbull for squashing | |
1879 this year old bug. Of course, that wasn't the only bug fixed this | |
1880 time around. | |
1457 | 1881 |
1882 Here are the highlights: | |
1883 | |
1884 Build | |
1885 | |
2930 | 1886 -- Don't look for Motif if it's already been found -- Buchholz. |
1887 -- Darwin, Cygwin, BerkDB autoconf fixes -- Turnbull. | |
1888 -- Make DEFUNed functions be tags -- Buchholz. | |
1889 -- Allow compiling with Motif 1 and linking with Motif 2 -- Buchholz. | |
1890 -- Update regexp tests -- Turnbull. | |
1891 -- Don't autodetect ESD (Enlightened Sound Daemon) -- Turnbull. | |
1457 | 1892 |
1893 | |
1894 Documentation | |
1895 | |
2930 | 1896 -- New section in PROBLEMS auxilary programs for Windows -- Turnbull. |
1457 | 1897 -- FAQ updates |
2930 | 1898 Q6.4.3 New aux programs for Windows -- Turnbull. |
1899 -- Document failed match preserves data -- Turnbull. | |
1457 | 1900 |
1901 | |
1902 Internals | |
1903 | |
2930 | 1904 -- Don't use the u_int8_t etc typedefs on FreeBSD in database.c -- Pluim. |
1905 -- Better support for externally defined lrecord types -- Begel. | |
1906 -- Only call `xm_update_progress' if Motif is defined -- Youngs. | |
1907 -- Define __STDC__ for BerkeleyDB -- Buchholz. | |
1908 -- Fix bug where XEmacs couldn't find its .dmp file -- Buchholz. | |
1909 -- Move `filemodestring' from lisp.h to sysfile.h -- Golubev. | |
1910 -- Clean ups against the possibility of sys/stat.h defining stat -- Turnbull. | |
1911 -- Search/match updates -- Turnbull. | |
1457 | 1912 |
1913 | |
1914 Lisp API | |
1915 | |
2930 | 1916 -- Fix bug preventing installing new packages -- Youngs. |
1917 -- Put exit message on separate line in `command-error' -- Turnbull. | |
1918 -- Temporarily turn off PGP verification of package-index -- Youngs. | |
1919 -- Remove keymapings for 'function-key-error' -- James. | |
1920 -- Fix bug that mapped RET to LFD in TTYs -- James. | |
1457 | 1921 |
1922 | |
1431 | 1923 to 21.5.12 "carrot" |
1924 | |
1925 Lots of updates, fixes, and features from Ben Wing (he never stops). | |
1926 Also, a lot of work has gone into cleaning up the test suite. Thanks | |
1927 to Steve Turnbull, Jerry James, Daiki Ueno because now all tests from | |
1928 'make check' pass 100% (at least on GNU/Linux). | |
1929 | |
1930 Here are the highlights: | |
1931 | |
1932 Build | |
1933 | |
2930 | 1934 -- Updates to configure.in -- Steuck, James, Skyttä, Wing. |
1935 -- Major updates to Makefile.in.in -- Wing. | |
1936 -- Allow for separate build and source directories -- Wing. | |
1937 -- Fix some compiler warnings -- Wing. | |
1938 -- Major clean up of xemacs.mak and friends -- Wing, Aichner. | |
1939 -- Fix some Solaris 2.7 CC compiler warnings -- Persico. | |
1940 -- Fix for building on Mac -- Palmer. | |
1431 | 1941 -- Work around a problem compiling with '--use-union-type' on Intel's |
2930 | 1942 ICC compiler -- Buchholz. |
1943 -- Fix problems with rel-alloc compilation -- Wing. | |
1944 -- Sequentialize dependencies even more in update-elc-2 -- Sperber. | |
1431 | 1945 -- Don't fatal() in 'report_sheap_usage' when need to rerun Make - |
2865 | 1946 Wing. |
2930 | 1947 -- Various updates to the test suite -- Turnbull. |
1431 | 1948 |
1949 Documentation | |
1950 | |
1951 -- Updates to | |
2930 | 1952 INSTALL -- Turnbull, Wing. |
1953 PROBLEMS -- Turnbull, Wing. | |
3915 | 1954 -- Global substitution of .Xresources for .Xdefaults -- Turnbull. |
2930 | 1955 -- Update packages in ./etc/BETA -- Skyttä. |
1956 -- Doc string updates -- Korytov, Turnbull, Wing. | |
1957 -- TeXinfo updates -- Aichner, Turnbull, Wing, Youngs. | |
1431 | 1958 |
1959 Internals | |
1960 | |
2930 | 1961 -- Fix stale match data after failed search bug -- Turnbull. |
1431 | 1962 -- Reformat function definitions correctly in menubar-gtk.c and |
2930 | 1963 event-gtk.c -- Turnbull. |
1431 | 1964 -- Fix bug matching ASCII character classes to Mule characters - |
2865 | 1965 Ueno. |
2930 | 1966 -- Frame updates for MS Win -- Alexander. |
1431 | 1967 -- Add .dylib as an acceptable shared library file extension to |
2930 | 1968 support MacOS X -- Begel. |
1969 -- Fix bug in database.c for Berkdb 4.1 -- Turnbull. | |
1970 -- Regex fixes -- Turnbull, Wing. | |
1971 -- Coding system updates -- Wing. | |
1972 -- Add clear-left-side functionality in print.c -- Wing. | |
1973 -- Seg fault rather than abort on Cygwin in 'assert_failed' -- Wing. | |
1974 -- Delete popup-data object -- Wing. | |
1975 -- Delete menubar_data field from frames -- Wing. | |
1976 -- Clean up handling of lwlib callback data GCPRO'ing -- Wing. | |
1431 | 1977 -- Use ALLOCA() in regex.c to avoid excessive stack allocation - |
2865 | 1978 Wing. |
2930 | 1979 -- Fix subtle problem with REL_ALLOC() -- Wing. |
1431 | 1980 -- Change *run_hook*_trapping_problems to take a warning class, not a |
2930 | 1981 string -- Wing. |
1982 -- Mule-ize encrypt/decrypt-string code -- Wing. | |
1983 -- Delete all support for bit-rotten CANNOT_DUMP -- Wing. | |
1431 | 1984 -- Fix crash due to attempt to free objects across dump/undump - |
2865 | 1985 Wing. |
1431 | 1986 -- Don't get in an infinite loop running post-redisplay actions - |
2865 | 1987 Wing. |
2930 | 1988 -- Make gc_currently_forbidden static -- Wing. |
1989 -- Defer redrawing if already in redisplay -- Wing. | |
1990 -- Add debug code for locking a dynarr to catch invalid mods -- Wing. | |
1431 | 1991 -- Ensure that various glyph functions that eval within redisplay |
2930 | 1992 protect the evals -- Wing. |
1993 -- Defer specifier-changed updating till after redisplay -- Wing. | |
1431 | 1994 -- Require that every place inside of redisplay catch errors itself - |
2865 | 1995 Wing. |
2930 | 1996 -- Introduce separate means of holding frame-size changes -- Wing. |
1431 | 1997 -- Introduce "post-redisplay" methods for deferring things till after |
2930 | 1998 redisplay -- Wing. |
1999 -- Disable all quit checking in redisplay -- Wing. | |
1431 | 2000 -- Use _wexecve() when under Windows NT for Unicode correctness - |
2001 Wing. | |
2930 | 2002 -- Update list of possibly valid console types -- Wing. |
1431 | 2003 -- Turn on Vstack_trace_on_error 'Frun_emacs_from_temacs' so that |
2004 errors are debuggable even when occurring extremely early in | |
2930 | 2005 reinitialization -- Wing. |
2006 -- Define new function `emacs-run-status' -- Wing. | |
1431 | 2007 -- Fix crash caused by an edge condition in the syntax-cache macros - |
2865 | 2008 Wing. |
2930 | 2009 -- Eliminate HAVE_WIN32_CODING_SYSTEMS, use WIN32_ANY instead -- Wing. |
1431 | 2010 -- Don't check_quit() unless we're unbinding a real Lisp |
2930 | 2011 `unwind-protect' -- Wing. |
1431 | 2012 -- Make absolutely sure there is no quit checking while we are in a |
2930 | 2013 "critical section" during frame deletion -- Wing. |
1431 | 2014 |
2015 Lisp API | |
2016 | |
2930 | 2017 -- Fix infloop in font-lock for java files -- Choi. |
2018 -- Fix split-string -- Turnbull. | |
2019 -- Support '(filename)nodename' as argument to 'info' -- Steib. | |
2020 -- Major clean up of the PUI code -- Youngs. | |
2021 -- Use 'equal' instead of '=' in 'saved-window-equal' -- James. | |
2022 -- Updates to wid-edit.el -- Turnbull. | |
1431 | 2023 -- Better layout for Tools -> Packages -> Download Site menu - |
2865 | 2024 Aichner. |
2930 | 2025 -- More sites added to packages download sites menu -- Aichner. |
1431 | 2026 -- Byte-compiler warning clean up and lots of synching with FSF 21.2 |
2930 | 2027 code -- Wing. |
1431 | 2028 -- Move lots of high-level code for computing paths into |
2930 | 2029 setup-paths.el from various places -- Wing. |
2030 -- Mule and coding system updates -- Wing, Turnbull. | |
1431 | 2031 |
2032 | |
1307 | 2033 to 21.5.11 "cabbage" |
2034 | |
2035 Lots of improvements and fixes this time around. One of our key | |
2036 players, Ben Wing, has drastically improved font-locking (go turn on | |
2037 lazy-lock to check it out). Apart from many other bug fixes, Ben | |
2038 has also given us a speed up to the build process (--quick-build | |
2039 configure option). | |
2040 | |
2041 Other stars we should mention are: Mike Sperber, for window | |
2042 configuration fixes and updates; Stephen Turnbull for build fixes, | |
2043 documentation and typo fixes. Stephen also gave us some major updates | |
2044 to autoload.el and wid-edit.el. And also Jerry James with some more | |
2045 DSO updates. | |
2046 | |
2047 Here are the highlights: | |
2048 | |
2049 Build | |
2050 | |
2930 | 2051 -- Updates to test suite -- Turnbull. |
2052 -- Use -no-autoloads with update-elc-2 -- Wing. | |
2053 -- Check for strupr and strlwr -- Sperber. | |
3915 | 2054 -- Delete auto-autoloads.el* & custom-load.el* files on make clean -- Turnbull. |
2930 | 2055 -- Fix --srcdir processing -- Turnbull. |
2056 -- Define DLSYM_NEEDS_UNDERSCORE on Darwin -- Turnbull. | |
2057 -- Use opsys=aix4-2 for AIX 5 and above -- Buchholz. | |
2058 -- Make ellcc search XEmacs directories for include files 1st -- James. | |
2059 -- Set stack-trace-on-error, load-always-display-messages -- Wing. | |
2060 -- Overhaul update-elc.el, cus-dep, autoload (speed ups) -- Wing. | |
2061 -- Various compiler warning fixes -- Wing. | |
2062 -- FreeBSD updates in modules/Makefile.common -- Pluim. | |
2063 -- Warning fix in eldap.c -- James. | |
2064 -- Support C++ & KKCC compilation in Windows -- Wing. | |
2065 -- Various fixups in nt/config.in.samp -- Wing. | |
2066 -- Fixes in xemacs.mak -- Wing. | |
2067 -- Clean up compile errors with C++ under Windows -- Wing. | |
2068 -- Re-order sections in ldflags for gcc 3.2 -- Okhapkin. | |
2069 -- Restore USE_XFONTSET -- Turnbull. | |
2070 -- New symbol: DLSYM_NEEDS_UNDERSCORE -- Turnbull. | |
2071 -- Guard against multiple definitions of _ALL_SOURCE -- Buchholz. | |
2072 -- QUICK_BUILD updates -- Wing. | |
1307 | 2073 |
2074 Documentation | |
2075 | |
2930 | 2076 -- Major update to configure.usage -- Wing. |
2077 -- New developer bio's -- James, Skyttä, Golubev. | |
1307 | 2078 -- Amendments/additions to PROBLEMS: |
2930 | 2079 - PostgreSQL DSO with --error-checking=all -- James. |
2080 - Consolidate Motif problems into one section -- Turnbull. | |
1307 | 2081 -- Amendments/additions to INSTALL: |
2930 | 2082 - Recommend Mule -- Turnbull. |
2083 - Deprecate stripped binaries -- Turnbull. | |
1307 | 2084 -- General tidy up of etc/BETA, rewrite sections dealing with packages |
2930 | 2085 and building from scratch -- Youngs. |
2086 -- General doc fixes, typos etc -- Youngs, Turnbull, Palmer, Wing. | |
2087 -- Fix xref in Auto-Saving -- Aichner. | |
2088 -- Update Local.rules File section in packages.texi -- Youngs. | |
2089 -- Clarify package hierarchy structure -- Turnbull. | |
2090 -- Major fixup of internals.texi -- Wing. | |
2091 -- Lots of Mule rewriting in lispref/mule.texi -- Wing. | |
2092 -- Document USE_UNION_TYPE evilness -- Wing. | |
2093 -- Document event-matches-key-specifier-p better -- Wing. | |
2094 -- Change illegal (for C) '//' comments to '/* */' -- Shelton, Turnbull. | |
1307 | 2095 |
2096 Internals | |
2097 | |
2930 | 2098 -- Synch rcs2log to GNU upstream -- Youngs. |
1307 | 2099 -- Use symbolic name `XtExposeCompressMaximal' instead of `TRUE' in |
2930 | 2100 xlwMenuClassRec -- Buchholz. |
2101 -- In xm_update_progress, don't define unless LWLIB_WIDGETS_MOTIF -- Buchholz. | |
2102 -- Rename class -> class_ & new -> new_ -- Wing. | |
2103 -- KKCC update in postgresql.c -- Wing. | |
2104 -- KKCC update in eldap.c -- James. | |
2105 -- Fix for unix_create_process -- Ueno. | |
2106 -- Set stack reserve size during unexec() -- Piper. | |
2107 -- Use 'struct htentry' not 'struct hentry' in elhash.c -- Wing. | |
1307 | 2108 -- New macros ALIST_LOOP_3, ALIST_LOOP_4. |
2930 | 2109 -- Fix 'xemacs -batch -l dunnet' under Cygwin -- Wing. |
2110 -- Implement delaying of XFlush() if pending expose events -- Wing. | |
2111 -- Fix some longstanding bugs in X quit handling -- Wing. | |
2112 -- Correct the message output upon crashing to be more up-to-date -- Wing. | |
1307 | 2113 -- Add dp() & db() as short synonyms of debug_print() & |
2930 | 2114 debug_backtrace() -- Wing. |
2115 -- Add C++ error-checking code to verify problems with GCPRO/UNGCPRO -- Wing. | |
2116 -- Change the way gap arrays are allocated (for KKCC) -- Wing. | |
1307 | 2117 -- Now lcrecords set the type of items sitting on the free list to |
2930 | 2118 lcrecord_type_free -- Wing. |
1307 | 2119 -- All lcrecord allocation functions now zero out the returned |
2930 | 2120 lcrecords -- Wing. |
2121 -- Additional asserts in FREE_FIXED_TYPE -- Wing. | |
2122 -- Make bit vectors lcrecords, like vectors -- Wing. | |
2123 -- MARKED_SLOT() call no longer includes semicolon -- Wing. | |
2124 -- Factor out some code duplicated in KKCC and pdump -- Wing. | |
2125 -- KKCC updates -- Wing. | |
2126 -- Add a fifth field "flags" to memory_description -- Wing. | |
2127 -- Add support for "description maps" -- Wing. | |
1307 | 2128 -- Redo XD_UNION so it works inline and change format to provide info |
2930 | 2129 for pdump -- Wing. |
2865 | 2130 -- Textual changes: |
2930 | 2131 - lrecord_description -> memory_description -- Wing. |
2132 - struct_description -> sized_memory_description -- Wing. | |
2133 -- Initialize protect_me field of popup_data in set_frame_menubar -- Sperber | |
2134 -- GTK updates -- Sperber. | |
1307 | 2135 -- Don't lead to a crash if dealing with a dead |
2930 | 2136 window/frame/device/console -- Sperber. |
2137 -- Prevent crash for combination windows -- Sperber. | |
2138 -- Window fixes in Fdelete_window -- Sperber. | |
2139 -- Module updates in emodules.h -- James. | |
2140 -- Fprovide from 'vars_of_file_coding' not 'syms_of_file_coding' -- Turnbull. | |
2141 -- Fix syntax of macro in 'mark_object_maybe_checking_free -- Turnbull. | |
2142 -- Eliminate bogus require-prints-loading-message -- Wing. | |
2143 -- Turn on `load-warn-when-source-newer' by default -- Wing. | |
1307 | 2144 -- Fix up crashes when selecting menubar items due to lack of GCPROing |
2930 | 2145 -- Wing. |
2146 -- Implement tail-recursion in KKCC -- Wing. | |
2147 -- Fix UTF-(8|16) detector -- Wing. | |
1307 | 2148 -- Fix problems with reentrant calling of lwlib and associated crashes |
2930 | 2149 when selecting menu items -- Wing. |
2150 -- Improve redisplay handling of preemption -- Wing. | |
2151 -- Return the parameter from strlvr, strupr, depend on !HAVE_STRUPR -- James. | |
2152 -- In sysdll.c included lisp.h to define needed alloca_array -- Begel. | |
2153 -- Pull GC_CHECK_NOT_FREE out of USE_KKCC -- Sperber. | |
2154 -- Abort when any attempts to output a stream console are made -- Wing. | |
2155 -- Formatting fixes in redisplay-output.c -- Wing. | |
2156 -- Clean up redisplay a bit -- Wing. | |
2157 -- Fix scrollbar code TTY devices don't have them -- Sperber. | |
2158 -- Major reworking of profile code -- Wing. | |
2159 -- Dramatically improve redisplay speed over slow X connections -- Buchholz. | |
2160 -- Move syntax table description from buffer.c to syntax.c -- Wing. | |
2161 -- Updates to char,mirror,syntax tables code -- Wing. | |
2162 -- Niggly whitespace fixups -- Wing. | |
1307 | 2163 |
2164 Lisp API | |
2165 | |
2930 | 2166 -- Updates to (japan|cryil)-util.el -- Turnbull. |
2167 -- Updates to how XEmacs computes various paths -- Sperber. | |
2168 -- Window configuration fixes -- Sperber, Wing. | |
2169 -- Make Info-insert-dir end n separator -- Buchholz. | |
2170 -- Drastically reorganise autoload.el -- Turnbull. | |
2171 -- Omit M-S-home/end from motion keys -- Wing. | |
2172 -- Synch wid-edit to GNU/Emacs 21.3.50 -- Turnbull. | |
2173 -- Updates to hyper-apropos -- Wing. | |
2174 -- Reorganise Help -> Info submenu -- Wing. | |
2175 -- Fix bug when end > start in text-props -- Wing. | |
2176 -- Fix walk-windows -- Wing. | |
3915 | 2177 -- Fix for call to set-language-unicode-precedence-list -- Nyyssönen. |
2930 | 2178 -- Synch up byte-optimize.el -- Wing. |
2179 -- Include FUNLIST argument to generate-c-file-autoloads-1 -- Wing. | |
1307 | 2180 |
2181 | |
1146 | 2182 to 21.5.10 "burdock" |
2183 | |
1187 | 2184 Please accept my apologies for the very long wait between releases |
2185 this time around. My PC chose the 21.5.10 development cycle to go up | |
2186 in a sickening cloud of smoke. :-( (Steve Youngs <youngs@xemacs.org>) | |
2187 | |
2188 Lots of updates from Ben Wing (as always), also from Andy Piper, Mike | |
2189 Sperber, and Stephen Turnbull with lots of documentation updates and | |
2190 fixes. One new exciting addition in this release is that the LDAP and | |
2191 PostgreSQL code has been extracted out of the core C code and moved to | |
2192 DSO's. We have Jerry James to thank/blame/worship for that. | |
2193 | |
2194 Build | |
2195 | |
2930 | 2196 -- Reset sheap-adjustment to zero -- Piper. |
2197 -- Make --pdump default to yes on Linux -- Turnbull. | |
2198 -- Only use -Wpacked in GCC v3 -- Wing. | |
2199 -- Remove LISP_FLOAT_TYPE definition. -- James. | |
2200 -- Temporarily disable DSO's under Cygwin -- Wing. | |
2201 -- Updates to DSO building code (Makefile.in, configure.in etc) -- Wing, James. | |
2202 -- Separate compiler warning flags from CFLAGS -- Wing. | |
2203 -- Delete auto-autoloads.e* & custom-load.e* on 'make clean' -- Turnbull. | |
2204 -- Disable detection of 'getaddrinfo' for HP-UX 11.XX -- Turnbull. | |
2205 -- Include modules directories in 'make tags' -- Youngs. | |
2206 -- Fix shadowing warnings in make-docfile.c -- Wing. | |
1187 | 2207 -- Move the common stuff from postgresql/ldap Makefile.in.in & |
2208 configure.ac's into a "common" Makefile and configure script - | |
2209 Wing. | |
2930 | 2210 -- Major cleanup of ellcc -- Wing, James. |
2211 -- Add Makefile var to pick up '--site-libraries' in DSO's -- Youngs. | |
1187 | 2212 -- Avoid unnecessary deviations from UNIX 'describe-installation' in |
2930 | 2213 xemacs.mak -- Aichner. |
2214 -- Don't confirm overwriting files in xemacs.mak -- Aichner. | |
2215 -- Support 'xemacs_extra_name' in xemacs.mak -- Aichner. | |
2216 -- Some gcc/g++ 3 fixes -- Wing. | |
2217 -- Warning fixes -- Wing. | |
2218 -- Fix some C++ errors -- Wing. | |
1187 | 2219 -- Allow for C needing volatile and C++ that can't have volatile, |
2930 | 2220 remove previous volatile hacks -- Wing. |
2221 -- Try for a working Cygwin build with old unexec -- Wing. | |
2222 -- Warning suppression -- Turnbull. | |
2223 -- New Mule character class regexp tests -- Turnbull, Ueno. | |
2224 -- Better handling of known bugs in tests -- Turnbull. | |
2225 -- Add test for stale subexpr match-data -- Turnbull. | |
2226 -- Update syntax-table tests -- Turnbull. | |
2227 -- Add word-boundary regexp tests -- Turnbull. | |
1187 | 2228 |
2229 Documentation | |
2230 | |
2231 -- Updates to PROBLEMS file | |
2930 | 2232 Running/Linux - Lesstif 0.93.36 -- Turnbull |
2233 Running/IRIX - Irix 6.5 coredumps -- Turnbull | |
2234 Running/Cygwin - "No cygXpm-noX" fatal error -- Turnbull | |
2235 Missing charsets - Remove ambiguity -- Turnbull | |
2236 Running, General - FontSet warnings -- Turnbull | |
2237 MacOS/X - Stack limitation -- Turnbull | |
2238 Digital Unix - Generalise -- Turnbull | |
2239 AIX - USE_KKCC lossage -- Turnbull. | |
2240 -- Update instructions in info/dir -- Wallington. | |
2241 -- Recommend TeXinfo 4.2 in INSTALL -- Turnbull. | |
2242 -- Add example in sample.Xdefaults -- Boffi. | |
2243 -- Typo fixes -- Yamaoka, Youngs, Turnbull, Wing. | |
2244 -- Docstring fixes -- Turnbull, Piper, Skyttä, Wing. | |
2245 -- Update description of XEmacs Patches and Design ML's -- Turnbull. | |
3915 | 2246 -- Incorporate ChangeLog.X into ChangeLog -- Wing. |
1187 | 2247 -- FAQ additions/amendments: |
2930 | 2248 Debugging FAQ improvements -- Wing. |
2249 Mention union type bugs -- Turnbull. | |
2250 Debugging HOWTO improvements -- Turnbull. | |
2251 Decoding Lisp objects in the debugger -- Turnbull. | |
2252 Fix location of FAQ on website -- Skyttä. | |
2253 Add missing menu entry for Q3.2.7 -- Verna. | |
2254 Displaying non-ASCII -- Turnbull. | |
2255 Mention bug report commands -- Turnbull. | |
2256 Revise Q1.3.[1-6] -- Turnbull. | |
2257 New FAQ for "no cygXpm-noX" fatal error -- Turnbull. | |
2865 | 2258 -- New TeXinfo nodes: |
2930 | 2259 "Widget Internals" -- Turnbull. |
2260 "Simple Specifier Usage" -- Turnbull. | |
2261 "Compilation Options" -- Turnbull. | |
2262 -- Document charset Unification and Tables -- Turnbull. | |
2263 -- Better short description of Mule in Mule submenu -- Turnbull. | |
2264 -- Regression Testing XEmacs design hints & rewrite -- Turnbull. | |
2265 -- Document 'face-frob-from-locale-first' -- Golubev. | |
2266 -- Document 'set-face-background-pixmap-file' -- Verna. | |
1187 | 2267 -- Add urefs to Doug Lea's * Wolfram Gloger's home pages in "Low-Level |
2930 | 2268 Modules" -- Turnbull. |
2269 -- Update "Available Packages" -- Skyttä. | |
2270 -- Document 'append' arg of 'add-to-list' -- Skyttä. | |
2271 -- Add optimisation hints in "Techniques for XEmacs Developers" -- Turnbull. | |
1187 | 2272 |
2273 Internals | |
2274 | |
2930 | 2275 -- Add *menubar*FontSet and *popup*FontSet entries -- Turnbull, Skyttä. |
2276 -- Extract ldap and postgresql code from core and put them into DSO's -- James. | |
1187 | 2277 -- 'Fset_window_point' Correct to GNU/Emacs behaviour (fixes some bugs |
2930 | 2278 in Gnus) -- Wing. |
2279 -- Inhibit GC in critical sections -- Wing. | |
2280 -- Fix calculation in 'report_sheap_usage' -- Piper. | |
2281 -- Implement and use new var 'garbage_collection_messages' -- Wallington. | |
2282 -- Fix 'open_database' for Berkeley DB 4.1.x -- Allen. | |
2283 -- Updates to frame code -- Sperber. | |
1187 | 2284 -- Change C debugger entrance: error message, then stack trace, then |
2930 | 2285 exiting message, then force debugger -- Wing. |
2286 -- Use EQ not EQUAL in 'mswindows_init_frame_1' -- Wing. | |
2287 -- Better redisplay-related asserts -- Wing. | |
2288 -- Don't generate large warning strings when they'll be discarded -- Wing. | |
2289 -- Implement 'debug-on-error' as documented -- Wing. | |
2290 -- Fix docs relating to QUIT which can't GC under any circumstances -- Wing. | |
2291 -- More robust package compilation and debugging -- Wing. | |
2292 -- Overhaul profile code -- Wing. | |
2293 -- Fix crashes due to incorrectly ported GNU/Emacs code -- Wing. | |
2294 -- Clean up realpath.c -- Wing. | |
2295 -- DdeCreateStringHandle needs to be manual due to new Cygwin bug -- Wing. | |
2296 -- Fix some Cygwin complaints -- Wing. | |
2297 -- Unconditionally use LISP_FLOAT_TYPE code -- James. | |
2298 -- Improve crash message in 'shut_down_emacs' -- Turnbull. | |
2299 -- Update NAS code for NAS 1.6 and later -- Toy. | |
2300 -- Fix "unused variable" warnings in mule-canna.c -- Turnbull. | |
2301 -- Prototype 'enqueue_focus_event' -- Turnbull. | |
2302 -- Use BORDER_FIDDLE_FACTOR instead of 10 in 'layout_layout' -- Piper. | |
2303 -- Add optional 'noerror' arg to 'Frequire' -- Wallington. | |
1187 | 2304 -- Only resize 'layout_query_geometry' dynamically if static sizes |
2930 | 2305 haven't been set -- Piper. |
2306 -- Fix infloop upon a gdm logout -- Sigelman. | |
2307 -- Fix scope of 'num_nonshy_regs' -- Turnbull. | |
2308 -- Fix "stale match data" bug -- Turnbull. | |
2309 -- Don't call 'XtDisplay' on a destroyed widget -- Golubev. | |
2310 -- Update specifier code -- Sperber. | |
2311 -- Update process code -- Sperber. | |
2312 -- Move ldap/postgresql code out to DSO's -- James. | |
3915 | 2313 -- Normalise Ffile_truename and drive spec on cygwin to win32 format |
2930 | 2314 -- Piper. |
2315 -- Use 'closesocket' instead of 'CloseHandle' in 'winsock_closer' -- Alexander. | |
2316 -- Coding system updates -- Ikiuo. | |
1187 | 2317 |
2318 Lisp API | |
2319 | |
2930 | 2320 -- Update window-xemacs.el to fix 'goto-line' -- Wing. |
2321 -- Add garbage collection messages -- Wallington. | |
2322 -- Re-implement window configurations in Emacs Lisp -- Sperber. | |
2323 -- Enhance background-pixmap-file code -- Verna. | |
1187 | 2324 -- New macro 'save-window-excursion' to eventually replace bytecode |
2930 | 2325 instruction -- Sperber. |
2326 -- Move window.el et al up the order in dumped-lisp.el -- Sperber. | |
1187 | 2327 -- Don't use 'save-window-excursion' in |
2930 | 2328 'shrink-window-if-larger-than-buffer' -- Sperber. |
2329 -- Updates to pixel-size code in dialog.el -- Sperber. | |
2330 -- Remove nonworking 'breakpoint-on-error' -- Wing. | |
1187 | 2331 -- Extract out 'with-displaying-help-buffer' into a more general mechanism |
2930 | 2332 -- Wing. |
2333 -- Don't catch errors when noninteractive in startup.el -- Wing. | |
2334 -- Fix warnings in code-files.el, loadhist.el, & package-get.el -- Wing. | |
2335 -- Simplify code in '*-reset-device-font-menus' -- James. | |
2336 -- Synch font-menu.el to the 21.4 version -- Turnbull. | |
2337 -- Preserve return value from 'call-process' -- Sperber. | |
2338 -- New functions in replace.el that operate on regions -- Evans. | |
2339 -- Run 'delete-frame-hook' in general dialogs only -- Piper. | |
2340 -- Add a margin parameter in autoload.el for DSO autoloads -- James. | |
2341 -- Conditionalise autoloads for DSO's on the existence of the DSO -- James. | |
2342 -- Always set module directories/paths in dump-paths.el -- James. | |
2343 -- Bring list of package sites up to date -- Skyttä. | |
1187 | 2344 -- Add "Find Variable" menu entry for 'hyper-apropos-find-variable' - |
2345 Wallington | |
2930 | 2346 -- Fix 'view-lossage' interactive spec -- Wallington. |
2347 -- Synch 'with-output-to-string' with GNU/Emacs 21 -- Wallington. | |
2348 -- Bind C-xrd to 'delete-rectangle' -- Yamaoka. | |
1187 | 2349 -- Move entries in 'auto-mode-alist' out to packages for the modes |
2930 | 2350 that are in packages -- Skyttä |
1187 | 2351 -- New compatible alias for 'lookup-syntax-properties' |
2930 | 2352 ('parse-sexp-lookup-properties') -- Turnbull. |
2353 -- Enable C autoloads for DSO's -- James. | |
2354 -- Update revert-buffer code -- Piper. | |
2355 -- Add new coding system 'utf-8-bom' -- Ikiuo. | |
1187 | 2356 |
2357 | |
981 | 2358 to 21.5.9 "brussels sprouts" |
2359 | |
2360 The main thrust of this release is the new GC algorithms. If you want | |
2361 to test this out configure with '--use-kkcc'. | |
2362 | |
2363 There are of course, the usual swag of bug fixes, typo fixes, and | |
2364 document updates. | |
2365 | |
2366 -- Add an extra element to the version string that can be used to | |
2930 | 2367 include a date in the version string -- Youngs. |
2368 -- Improve help string for --with-widgets configure option -- Skyttä. | |
981 | 2369 -- Define runtime & build problems, and rewrite "Hannibal Lecter" |
2930 | 2370 stuff in PROBLEMS -- Turnbull. |
2371 -- Add builtin and constant faces to font-lock-face-list -- Skyttä. | |
2372 -- Japanese language fixes -- Yamaoka. | |
981 | 2373 -- Fix find-library to allow Mule XEmacsen to find compressed |
2930 | 2374 libraries -- Youngs. |
2375 -- New alias for 'delete-indentation' (join-line) -- Wallington. | |
2376 -- Support docstring for define-derived-mode -- Turnbull | |
2377 -- Doc fix for keybindings in term.texi and misc.texi -- Skyttä. | |
2378 -- Bring package list up to date in packages.texi -- Skyttä. | |
2379 -- Document purecopy as a no-op -- Josefsson. | |
2380 -- New document chapter "Regression Testing XEmacs" -- Turnbull. | |
2381 -- Add "USE_KKCC" option to ./nt/xemacs.mak -- Aichner. | |
981 | 2382 -- New GC algorithms implemented (Turn them on with --use-kkcc |
2930 | 2383 configure option) -- Sperber, Crestani, Kaltenbach, Bush. |
2384 -- Define HAVE_WCHAR_H for native Win32 builds -- Harris. | |
2385 -- Fix x_locate_pixmap_file make sure path is not 0 -- MacLennan. | |
2386 -- Fix memory leak -- Verna. | |
981 | 2387 -- Add missing call to 'xfree (newname)' in 'make_coding_system_1 |
2930 | 2388 -- Verna. |
2389 -- Fix --with-mule --with-gtk builds -- Barta. | |
2390 -- Make SEPCHAR a required arg to Fsplit_string_by_char -- Palmer. | |
981 | 2391 -- Make locate_file indicate success with nonnegative return if MODE |
2930 | 2392 is nonnegative -- James. |
2393 -- Fix splitting window horizontally not splitting evenly -- James. | |
2394 -- ORDINARY_LINK OK for Linux -- James. | |
981 | 2395 -- Don't bogusly reinitialise ascii_character property in |
2930 | 2396 maybe_define_x_key_as_self_inserting_character -- Astapov. |
981 | 2397 -- Add warning to SOE_DEBUG about not using until debugging functions |
2930 | 2398 are rewritten -- Turnbull. |
2399 -- Update 'do_autoload' to GCPRO both arguments -- Turnbull. | |
981 | 2400 -- Update automated tests so they don't barf if required packages |
2930 | 2401 aren't present -- Turnbull. |
2402 -- Organise NSIG setting code for SVR4 in a better way -- James. | |
2403 -- Various typo fixes -- Skyttä, Turnbull, James. | |
981 | 2404 |
2405 | |
933 | 2406 to 21.5.8 "broccoli" |
2407 | |
2408 Lots of fixes and changes. This release is primarily been done to | |
2409 make way for the new GC stuff from Mike Sperber. | |
2410 | |
2411 CHANGES now uses surnames as listed in the ChangeLogs to identify | |
2412 contributors. And I haven't sorted the changes into different | |
2413 categories. Maybe next release... | |
2414 | |
2415 -- New configure option "--use-kkcc" for the upcoming new GC | |
2930 | 2416 algorithms -- Sperber. |
933 | 2417 -- Identify "--with-modules" as an autodetected configure option - |
2865 | 2418 James. |
2930 | 2419 -- Add a couple of configuration questions to PROBLEMS -- Turnbull. |
2420 -- Test for wchar.h in configure -- Sperber. | |
2421 -- Update package-index files -- Youngs. | |
2422 -- s/Xemacs/XEmacs/ doc fixes -- Aichner. | |
2423 -- Sync make-docfile.c with GNU -- James. | |
2424 -- Updates to gutter-items -- Palmieri. | |
2425 -- Sync setenv with GNU -- Wallington. | |
2426 -- Remove package-get's dependence on APEL -- Youngs. | |
2427 -- Fix case fold bug in replace-in-string -- Verna. | |
2428 -- Updates to code-process.el and process.el -- Alexander. | |
2429 -- Updates to mule/kinsoku.el -- Yamaoka. | |
2430 -- Updates to define-derived-mode -- Wallington. | |
2431 -- Printer fixes -- Piper. | |
2432 -- Updates to window-xemacs.el & frame.el -- James. | |
2433 -- Doc fix gutter-items.el -- Piper. | |
2434 -- Sync ":set-after" in custom with GNU -- Piper. | |
2435 -- Sort the lists in enabled-behavior-list -- Galibert | |
2436 -- Updates to lwlib-Xm.c -- Piper. | |
2437 -- Various doc fixes to the TeXinfo docs -- Aichner. | |
2438 -- GC fixes -- Sperber. | |
2439 -- Updates to lisp.h, symbols.c for DSO's -- James. | |
2440 -- Fix to mswindows_need_event -- Alexander. | |
2441 -- Declare Fcdr_safe to be callable from C -- Turnbull. | |
2442 -- Ffunctionp return nil for autoloaded macros & keymaps -- Niksic. | |
2443 -- Subwindow fixes -- Ueno. | |
2444 -- Include wchar.h only if available, define wclsen if not -- Sperber. | |
2445 -- Fixes to Fstart_process_internal -- Sperber. | |
2446 -- Fixes to init_ralloc for pdump -- Sperber. | |
2447 -- Remove duplicated definition of Lisp_Devmode -- Bush. | |
2448 -- Fixes to toolbar/redisplay -- Piper. | |
2449 -- Windows DDE fixes -- Moore. | |
933 | 2450 -- Fixes to 'query_string_geometry' and 'widget_logical_unit_height' - |
2451 Piper. | |
2452 -- Fix problem with XEmacs freezing with certain virtual window | |
2930 | 2453 managers on Windows -- Rankin. |
933 | 2454 -- Conditionalise calls to syms_of_dired_mswindows & |
2455 vars_of_dired_mswindows on WIN32_NATIVE instead of HAVE_MSW_C_DIRED | |
2930 | 2456 -- Harris. |
2457 -- Process related fixes -- Sperber. | |
2458 -- Fix #includes in input-method-motif.c -- Galibert. | |
2459 -- Fixes to automated tests -- Sperber. | |
933 | 2460 |
2461 | |
891 | 2462 to 21.5.7 "broccoflower" |
2463 | |
2464 CHANGES now uses @xemacs.org alias to identify contributors. If the | |
2465 contributor doesn't have one (that I know about), the full name from | |
2466 the ChangeLog is used. | |
2467 | |
2468 UI changes and runtime bugs | |
2469 | |
2470 -- Add: ask "yes/no/diff" question when recovering; known problem: dialog | |
2471 is modal, so you can't scroll the diff -- ben | |
2472 -- Add: balloon help for package-ui -- youngs | |
2473 -- Add: global-abbrev-mode, defining-abbrev-turns-on-abbrev-mode -- ben | |
2474 -- Add: lots of new menubar items -- ben | |
2475 -- Add: new winclient for MS Windows -- acs | |
2476 -- Add: option kill-word-into-kill-ring controls whether words are "cut" | |
2477 into the kill ring, or "cleared" into nothingness -- ben | |
2478 -- Add: revert-buffer optimization for unchanged files -- andy | |
2479 -- Add: undo-all-changes back to the beginning -- ben | |
2480 -- Fix: M-C-backslash does indent-region-or-balanced-expression, S-Tab | |
2481 inserts a TAB char -- ben | |
2482 -- Fix: Cmds menu so that most used commands appear directly on the menu and | |
2483 less used commands appear in submenus -- ben | |
2484 -- Fix: NILP(lim) crash in search.c -- mike | |
2485 -- Fix: STACK_TRACE_EYE_CATCHER now visible in MS Windows traces -- jonathan | |
2486 -- Fix: XmProcessTraversal crash -- stephen | |
2487 -- Fix: avoid infinite loop in extent code -- ben | |
2488 -- Fix: crash due to errant xfree() -- ben | |
2489 -- Fix: crash in gtk_popup_menu -- wmperry | |
2490 -- Fix: crashes due to excessive alloca -- ben | |
2491 -- Fix: detection of metric units on MS Windows -- jonathan | |
2492 -- Fix: don't output bell as ^G in console-stream when not a TTY -- ben | |
2493 -- Fix: improve MS Windows printer support -- andy | |
2494 -- Fix: improve appearance for gutters and dialogs -- andy | |
2495 -- Fix: improve lisp-mode indentation handling -- ben | |
2496 -- Fix: interprogram cut functions now don't add selection twice -- stephen | |
2497 -- Fix: many netinstaller improvements -- andy | |
2498 -- Fix: popup dialogs on MS Windows -- andy | |
2499 -- Fix: recover-session only shows session files with recoverable files, | |
2500 and in chronological order -- ben | |
2501 -- Fix: save customized values MUCH faster and in alphabetic order, | |
2502 custom-save-pretty-print turns on/off pretty-printing values | |
2503 -- Nickolay Pakoulin | |
2504 -- Fix: semicolons inside strings are not comments in lisp-mode -- ben | |
2505 -- Fix: short filename handling on Windows -- Peter Arius | |
2506 -- Fix: some crashes in syntax code -- ben | |
2507 -- Fix: some crashes with multibyte text -- ben | |
2508 -- Fix: two frames displaying the buffer, in different places; in one, | |
2509 temporarily switch away to another buffer and then back, and your position | |
2510 has been reset to the other one in the other frame -- ben | |
2511 -- Fix: update installed.db after updating packages -- andy | |
2512 | |
2513 Documentation | |
2514 | |
2515 -- Add: New FAQs -- stephen, adrian | |
2516 -- Add: New or improved code and documentation in sample.init.el -- ben, | |
2517 stephen | |
2518 -- Add: PROBLEMS: Hannibal Lecter crash, EFS AUTH failure, mail locking | |
2519 -- stephen | |
2520 -- Add: etc/TUTORIAL.se -- Mats Lidell | |
2521 -- Add: new Internals manual nodes -- ben, stephen, darrylo | |
2522 -- Add: why modules don't use RTLD_GLOBAL -- james | |
2523 -- Fix: README.integral-types doc moved to Internals, code moved to | |
2524 README.global-renaming -- ben | |
2525 -- Fix: README.packages: info about --package-path -- ben | |
2526 -- Fix: improve docstrings and comments -- ben, stephen, adrian, | |
2527 John H. Palmieri | |
2528 -- Fix: typos, minor updates -- stephen, I. N. Golubev, Frank Schmitt, | |
2529 adrian, youngs | |
2530 -- Fix: update etc/BETA -- Jarl Friis | |
2531 -- Fix: update etc/package-index.LATEST.pgp -- youngs | |
2532 -- Fix: update photos -- hniksic | |
2533 | |
2534 Lisp API | |
2535 | |
2536 -- Add: functions: args-out-of-range, argument-in-range-p, | |
2537 check-argument-range, indent-balanced-expression-function, | |
2538 indent-balanced-expression, indent-region-or-balanced-expression, | |
2539 image-instance-instantiator, truncate-string-with-continuation-dots, | |
2540 get-user-response, unicode-precedence-list -- ben, stephen | |
2541 -- Fix: GNU synchs of frame-parameter, makehash, buffer-local-value, | |
2542 line-beginning-position, line-end-position, with-temp-message, | |
2543 bound-and-true-p, propertize, delete-and-extract-region, add-to-list, | |
2544 string-to-char-list, find-non-ascii-charset-region, | |
2545 find-non-ascii-charset-string, truncate-string-to-width, plist-to-alist, | |
897 | 2546 kill-ring-max, kill-new -- John Paul Wallington, youngs, ben, james, ville |
2547 -- Add: set-frame-pixel-width, set-frame-pixel-size -- andy | |
891 | 2548 -- Add: args to map-specifier, various "heuristic" specifier functions -- ben |
2549 -- Fix: call-process moves to Lisp -- ben | |
2550 -- allows a buffer to be specified for input and stderr output | |
2551 -- use it on all systems | |
2552 -- implement C-g as documented | |
2553 -- clean up and comment | |
2554 -- call-process-region uses new call-process facilities; no temp file. | |
2555 -- remove duplicate funs | |
2556 -- Add: compat.el, preliminary (not working) code -- ben | |
2557 -- Add: handle subprocess stderr separately (src/ChangeLog 2002-05-28) -- ben | |
2558 -- Add: new error trapping mechanism (src/ChangeLog 2002-05-28) -- ben | |
2559 -- Add: pixel-based sizing APIs: set-frame-pixel-height, | |
2560 -- Add: preliminary support for ELL autoloads -- james | |
2561 -- Add: toolbar face -- wmperry | |
2562 -- Add: widget "logical-unit" sizing APIs: widget-logical-to-character-width, | |
2563 widget-logical-to-character-height -- andy | |
2564 -- Fix: paths-find-architecture-directory searches in | |
2565 `system-configuration'/`base', not `base'`system-configuration' -- james | |
2566 -- Fix: default CRLF conversion of process output off -- ben | |
2567 -- Fix: default value of gethash to Qunbound -- ben | |
2568 -- Fix: face-handling code (superseded by ben's overhaul) -- jan, andy | |
2569 -- Fix: layout improvements -- andy | |
2570 -- Fix: major overhaul of face-handling code -- ben | |
2571 -- avoid truenaming fonts | |
2572 -- msw-faces.el APIs now accept names and font instances, return names | |
2573 -- rewrite frobbing functions in faces.el | |
2574 -- don't duplicatively set a global specification for the default font | |
2575 -- remove redundant face lists from x-faces.el and msw-faces.el | |
2576 -- call init-global-faces under MS Windows! | |
2577 -- correct weight names in font.el. | |
2578 | |
2579 Internals | |
2580 | |
2581 -- Add: new APIs -- ben | |
2582 -- macros to GCPRO arrays | |
2583 -- default argument for char tables | |
2584 -- signal extent changes | |
2585 -- internal_bind_*, check_specbind_stack_sanity | |
2586 -- partial support for 8-, 16-, and 32-bit fixed-width text | |
2587 -- new cons treatment (src/ChangeLog 2002-05-28) | |
2588 -- rename character types to Itext, Ibyte, Ichar (src/ChangeLog 2002-06-05) | |
2589 -- rename various identifiers for consistency | |
2590 -- Add: New GC preparation -- mike, Martin Köbele, Jens Müller | |
2591 -- Add: support for fastcall in MS Windows -- ben | |
2592 -- Fix: ELL APIs -- james | |
2593 -- load only once | |
2594 -- no longer use RTLD_GLOBAL | |
2595 -- Fix: ELLs now use RTLD_NOW instead of RTLD_LAZY -- Andrew Begel | |
2596 -- Fix: Many Mule changes -- ben | |
2597 -- Fix: call-process ensures that the argument to `symbol-value-in-buffer' | |
2598 is a buffer even if `buffer' is a string -- mike | |
2599 -- Fix: code that outputs into a buffer, use unwind protects, etc. -- ben | |
2600 -- Fix: complete implementation of some Unicode functions, S-caron test | |
2601 failure -- stephen | |
2602 -- Fix: conditionalize code depending on features like toolbar -- jonathan, | |
2603 Mike Alexander | |
2604 -- Fix: create new process-synchronize-point to avoid dynamic binding | |
2605 problems; fix bogosity in setting process sentinels -- ben, mike | |
2606 -- Fix: make a lot of code use common includes and implementations | |
2930 | 2607 -- see 2002-06-20 src/ChangeLog) -- ben |
891 | 2608 -- Fix: move global-map to keydefs.el -- ben |
2609 -- Fix: new signal/C-g handling (src/ChangeLog 2002-05-28) -- ben | |
2610 -- Fix: numerous problems with the case-table implementation -- ben | |
2611 -- Fix: quoting of native-coding-system in CJK files -- Daiki Ueno | |
2612 -- Fix: race condition in process handling -- Nix | |
2613 -- Fix: recover gracefully from internal XOpenDevice failure -- mike | |
2614 -- Fix: redo syntax cache code -- ben | |
2615 -- Fix: save-restriction now uses markers -- ben | |
2616 -- Fix: small bugs -- stephen, ben, andy, martin, Eric Gillespie Jr | |
2617 | |
2618 Build | |
2619 | |
2620 -- Add: basic support for handling ISO 2022 doc strings in make-docfile -- ben | |
2621 -- Add: tmpdir for install, allowing simultaneous run & build -- andy | |
2622 -- Fix: "Stop Build" in VC++ now works -- Ben | |
2623 -- Fix: #undef INTERNET_DOMAIN_SOCKETS build of gnuserv -- Greg Steuck | |
2624 -- Fix: --with-widgets autodetection -- jan | |
2625 -- Fix: 64-bit support -- Andreas Jaeger, Gregory Steuck | |
2626 -- Fix: MS Windows Makefile cleanups -- ben, jonathan | |
2627 -- Fix: MS Windows builds default to pdump -- ben | |
2628 -- Fix: assorted build breakage -- ben, mike, andy, Malcolm Purvis | |
2629 -- Fix: check for EOF in make-docfile -- ben | |
2630 -- Fix: config.h.in organization -- ben | |
2631 -- Fix: ensure combined X and windows build gets widgets -- andy | |
2632 -- Fix: implement configure option moduledir -- Mike Fabian | |
2633 -- Fix: spurious failures in tests -- ben, stephen | |
2634 -- Fix: test harness now outputs FAIL messages to stderr in batch mode -- ben | |
2635 -- Fix: test-harness.el now cleans up Check-Message and Check-Error-Message | |
2636 when done -- stephen | |
2637 -- Fix: typos and platform specific bugs in configure -- Malcolm Purvis, | |
2638 galibert, Paul Stodghill | |
2639 -- Fix: warnings -- ben, wmperry, stephen, didier | |
2640 | |
803 | 2641 to 21.5.6 "bok choi" |
2642 | |
2643 UI changes and runtime bugs | |
2644 | |
2645 -- Fix: process waiting on MS Windows -- Mike Alexander | |
2646 -- Fix: (maybe) GTK progress bar crashes at startup -- William M. Perry | |
2647 -- Fix: detect printer set up for metric units -- Jonathan Harris | |
2648 -- Fix: add_charsets_to_precedence_list -- IKEYAMA Tomonori | |
2649 -- Change: misc menubar -- John Paul Wallington | |
2650 -- Add: auto-mode-alist: GNUmakefile is a Makefile, "system default" | |
891 | 2651 Xdefaults and friends get xrdb-mode -- Ville Skyttä |
803 | 2652 -- From Ben Wing <ben@xemacs.org>. |
2653 -- Fix: init_process_io_handles obeys coding-system-for-{read,write}. | |
2654 -- Fix: bug in md5 handling. | |
2655 -- Fix: data corruption in print.c from print_depth becoming negative. | |
2656 -- Fix: "nil channel" in MS Windows magic events crashes. | |
2657 -- Fix: (tentative) redisplay crash freeing display line structures. | |
2658 -- Fix: (tentative) TTYs don't work. | |
2659 -- Fix: too-small SHEAP_ADJUSTMENT on Cygwin (can't run temacs). | |
2660 -- Fix: hscroll/truncation/continuation glyphs causing "jumping lines". | |
2661 -- Fix: problem with text files with no newlines (). | |
2662 -- Fix: errors when opening (e.g.) mule-ucs/lisp/reldata/uiso8859-6.el. | |
2663 -- Fix: (partial) excess memory use in Unicode processing, esp. at startup | |
2664 -- Fix: sample.init.el (grep-all-files-in-current-directory-and-below): | |
2665 Missing argument. | |
2666 -- Fix: smoother scrolling on MS Windows. | |
2667 -- Change: Move the menubar frame commands from the View menu to | |
2668 the File menu, to be consistent with how most other programs do | |
2669 things. Move less-used revert/recover items to a submenu. Make | |
2670 "recover" not prompt for a file, but recover the current buffer. | |
2671 -- Change: implementation of matching font to charset. | |
2672 -- Change: default MS Windows font to Lucida Console, increase | |
2673 default frame size on Windows to 50 lines. | |
2674 -- Add: runtime flag -no-packages inhibits adding package lisp to load-path. | |
2675 -- Add: much functionality to behavior.el. | |
2676 -- Add: more Unicode translation files. | |
2677 | |
2678 Documentation | |
2679 | |
2680 -- Add: define STACK_TRACE_EYE_CATCHER for Windows -- Jonathan Harris | |
2681 -- Texinfo (internals): Add xref in emodules.texi -- Stephen J. Turnbull | |
2682 -- Texinfo (lispref): Unicode Support, Behaviors -- Stephen J. Turnbull | |
2683 -- Texinfo (user): Behaviors -- Stephen J. Turnbull | |
2684 -- Improve auto-mode-alist -- Simon Josefsson | |
2685 -- Docstrings: completion-ignored-extensions, file-name-all-completions -- | |
2686 John H. Palmieri | |
2687 -- From Ben Wing <ben@xemacs.org>. | |
2688 -- New ChangeLog for ./etc/. | |
2689 -- Updated: NEWS. | |
2690 -- Improve docs (developers): tree layout, merging branch to trunk. | |
2691 -- Improve docs (lispref): CL loop, menu sorting, sound-default-alist | |
2692 -- Obsoleted Lisp: 'sref, char-bytes. | |
2693 -- Internals: Revamped the sound documentation. | |
2694 -- Typo fixes -- Adrian Aichner | |
2695 | |
2696 Lisp API | |
2697 | |
2698 -- From Ben Wing <ben@xemacs.org>. | |
2699 -- Fixed: bug in keymap iteration in cl-macs.el. | |
2700 -- Fix: bugs in language environments English and Ethiopic | |
2701 -- Change: lisp/mule/*.el -- convert to XEmacs style. | |
2702 -- Add (synch to GNU): get-window-with-predicate, ALL-FRAMES, | |
2703 some-window, count-windows, window-safely-shrinkable-p, | |
2704 count-screen-lines, shrink-window-if-larger-than-buffer | |
2705 -- Add (line-oriented mouse selection): New functions | |
2706 mouse-consolidated-yank mouse-yank, mouse-track, | |
2707 default-mouse-track-normalize-point, | |
2708 default-mouse-track-return-dragged-selection, mouse-track-by-lines, | |
2709 mouse-track-insert mouse-track-adjust-by-lines, mouse-track-insert-1, | |
2710 mouse-track-insert-by-lines, mouse-track-delete-and-insert-by-lines | |
2711 -- Add (warnings): Add a consistent way to execute code, | |
2712 catching all errors and displaying a warning, including a | |
2713 backtrace showing where the error occurred. New functions | |
2714 backtrace-in-condition-handler-eliminating-handler, with-trapping-errors, | |
2715 view-warnings. Integrate show-message-log with view-lossage. | |
2716 -- Add (debugging): New functions debug-print-1, debug-print, | |
2717 debug-backtrace. | |
2718 -- Add (misc utils): map-plist, show-memory-usage, compare-strings, | |
2719 truncate-string-to-width, variable require-prints-loading-message. | |
2720 -- Add many languages and charsets. | |
2721 -- Add (autoloads): Support defun*, defmacro*. | |
2722 -- Add (byte-compiler): with-boundp, if-boundp, when-boundp, | |
2723 and-boundp, declare-boundp, globally-declare-boundp, with-fboundp, | |
2724 if-fboundp, when-fboundp, and-fboundp, declare-fboundp, | |
2725 globally-declare-fboundp, with-byte-compiler-warnings-suppressed | |
2726 -- Warning fixes. | |
2727 | |
2728 Internals | |
2729 | |
2730 -- Add: Get & SetLocaleInfo from winnls.h -- Jonathan Harris | |
2731 -- Add: codepages latin-jisx0201, japanese-jisx0212, remove | |
2732 japanese-jisx0208-1978 -- IKEYAMA Tomonori | |
2733 -- Fix: Use wrap_emacs_*(), not wrap_*() for gtk_boxed, gtk_object, ffi -- | |
2734 William M. Perry | |
2735 -- Fix: I18N APIs on windows -- Jonathan Harris | |
2736 -- Fix: typos causing GTK build errors -- Malcolm Purvis | |
2737 -- Warning fixes -- William M. Perry | |
2738 -- From Ben Wing <ben@xemacs.org>. | |
2739 -- Change: error-checking macros: ERROR_CHECK_TYPECHECK -> ERROR_CHECK_TYPES, | |
2740 ERROR_CHECK_CHARBPOS -> ERROR_CHECK_TEXT, add ERROR_CHECK_DISPLAY, | |
2741 ERROR_CHECK_STRUCTURES. | |
2742 -- Change: Redo print_*(). | |
2743 -- Change: character-to-unicode char-to-unicode; also unicode-to-char{acter}. | |
2744 -- Change: Replace XSETFOO with wrap_foo(). | |
2745 -- Change: symbol->name a Lisp_Object, not Lisp_String *. Eliminate latter. | |
2746 -- Change: rearrange init calls in emacs.c. | |
2747 -- Add: (partial) category API compatible with FSF. | |
2748 -- Add: (partial) GC triggering based on percentage of total memory | |
2749 usage. Not currently activated. | |
2750 -- Add: (partial) sledgehammer redisplay check. | |
2751 -- Add: error-behavior ERROR_ME_DEBUG_WARN. | |
2752 -- Add: more error checking on Dynarrs. | |
2753 -- Add: assert_at_line(), for use in asserts inside of inline functions. | |
2754 -- Add: resizing_buffer_to_lisp_string(). | |
2755 -- Add: function get_charset_limits. | |
2756 -- Add: (tentative, may go away) foo_checking_assert_at_line() macros. | |
2757 -- Add: new event methods for printing, comparing, and hashing magic | |
2758 events, to avoid event-type-specific stuff. | |
2759 -- Fix eifree(). Use Eistrings in various places | |
2760 -- Fix: bugs in chartab implementation and doc strings. | |
2761 | |
2762 Build | |
2763 | |
2764 -- Fix: make-mswin-unicode.pl -- Ben Wing, Jonathan Harris | |
2765 -- Fix: .texi files for Cygwin makeinfo -- Jonathan Harris | |
2766 -- Fix: Perl quoting in Windows build -- Jonathan Harris, Ben Wing | |
2767 -- Fix: Generate more intermediate files in obj subdirectory -- Jonathan Harris | |
2768 -- From Ben Wing <ben@xemacs.org>. | |
2769 -- Fix: require errors in behavior.el | |
2770 -- Fix: compile error when TTY-only. | |
2771 -- Change: update check_cygwin_setup.sh for current Cygwin reality. | |
2772 -- Change: Makefile regenerates itself if out of date. | |
2773 -- Change: improve error-checking config for Windows | |
2774 -- Add: HAVE_SYS_TIMES_H config.h #define. | |
2775 -- Add: new error-checking types in configure. | |
2776 -- Add: .cvsignore | |
2777 | |
762 | 2778 to 21.5.5 "beets" |
2779 | |
2780 Documentation | |
2781 -- new external-widget example node -- Stephen Turnbull | |
2782 -- new packaging manual nodes -- Steve Youngs, Stephen Turnbull | |
2783 -- new Swedish TUTORIAL -- Mats Lidell | |
2784 -- update etc/BETA -- Jarl Friis, Stephen Turnbull | |
2785 -- update FAQ, new FAQs -- Adrian Aichner, Stephen Turnbull | |
769 | 2786 -- fixes for build-breaking typos in Info docs -- Jeff Miller, Darryl Okahata |
2787 -- misc comment and docstring improvements -- Valdis Kletnieks | |
2788 Pretty much all the code fixers fixed docs too: keep up the good | |
2789 work, folks! | |
762 | 2790 |
2791 UI | |
2792 -- fix switching between virtual desktops on MS Windows -- Adrian Aichner | |
2793 -- improve Customize: modifier-keys-sticky-time, abbrev-mode-line-string, | |
2794 overwrite-mode-line-string, auto-fill-mode-line-string, | |
2795 defining-kbd-macro-mode-line-string -- John Paul Wallington | |
2796 -- improve GTK clipboard handling -- Eric Gillespie, Jr. | |
2797 -- improve Info dir - generate file if non-existent -- Michael Sperber | |
891 | 2798 -- improve printer handling -- Adrian Aichner, Björn Torkelsson |
762 | 2799 -- support GUI toolbar shadow thickness adjustment -- Bill Perry |
2800 -- support ISO 8859/15 (Euro) -- Stephen Turnbull | |
2801 -- support Sieve in auto-mode-alist -- Simon Josefsson | |
2802 -- suppress ask-user-about-supersession-threat if CLASH_DETECTION -- Daiki Ueno | |
2803 | |
2804 Lisp API | |
2805 -- synch from GNU Emacs 21: quit-window -- Christoph Wedler | |
2806 | |
2807 Internals | |
2808 -- improve dead console handling in post-command code -- Ben Wing | |
2809 -- improve handling when XOpenDevice calls error handler -- Mike Sperber | |
2810 -- move disabled-command-loop to C -- Jan Vroonhof | |
2811 | |
2812 Build | |
2813 -- improve Athena widgets detection -- Jan Vroonhof | |
2814 | |
724 | 2815 to 21.5.4 "bamboo" |
2816 -- auto-mode support .9 files as man pages -- Michael Sperber | |
2817 -- auto-mode support configure.ac as m4 -- Edward M. Lee | |
2818 -- bind `replace-rectangle' to `C-x r p' -- Didier Verna | |
2819 -- bind `hyper-apropos-find-variable' (new) to `v' in hyper-apropos-help-map | |
2820 -- David A. Panariti | |
2821 -- bind `delete-other-frames' to `C-x 5 1' -- John Paul Wallington | |
2822 -- default Info-auto-generate-directory to 'if-outdated -- Adrian Aichner | |
2823 -- improve printer handling -- Andy Piper, Mike Alexander, Adrian Aichner | |
2824 -- mark buffer as modified when changing coding system -- Andy Piper | |
2825 -- minor mode mode-line-strings now customizable -- John Paul Wallington | |
2826 isearch-mode, abbrev-mode, overwrite-mode, auto-fill-mode, | |
2827 gnuserv-mode, defining-kbd-macro-mode, font-lock-mode, view-mode | |
2828 -- search the core etc/ for package index if not in ~/.xemacs/ -- Steve Youngs | |
2829 -- support sub-expression replacement in replace-match -- Torsten Duwe | |
2830 -- support user {site,infodock}-packages hierarchies -- Michael Sperber | |
2831 -- truncate-partial-width-windows now applied in redisplay -- Ben Wing | |
2832 -- use version-specific name for root testing -- Michael Sperber | |
2833 Eg, /usr/local/lib/xemacs-21.5.4. Fixes common "can't find root" bug, | |
2834 but run-in-place XEmacs won't find installed packages. | |
2835 | |
2836 -- HTML docs from Texinfo sources -- Adrian Aichner | |
2837 -- document fix for Motif related crashes (Sun/Solaris) -- Robert Pluim | |
2838 -- improve package system documentation -- Stephen Turnbull | |
2839 -- new Japanese translation of xemacs.1 -- Kazuo Oishi | |
2840 -- update developer personal info -- Jan Vroonhof, Michael Diers | |
2841 -- many doc fixes and improvements, sorry about the credits :-( | |
2842 | |
2843 -- alias `interactive-form' to `function-interactive' -- John Paul Wallington | |
2844 -- etags to Potorti` version 14.28. -- Yoshiki Hayashi | |
2845 -- mark-paragraph - added optional argument -- John Paul Wallington | |
2846 | |
2847 -- arch-specific files go under ${libdir}, not ${datadir} -- Jered Floyd | |
2848 -- configure recognizes LDFLAGS and adds to top Makefile -- Lutz Jaenicke | |
2849 -- eliminate bogus check for Athena widgets -- Alexey Mahotkin | |
2850 -- omit -Wshadow when compiling with g++ -- Ben Wing | |
2851 -- use the ld reported by gcc, not gcc -- Andrew Begel | |
2852 -- work around lack of support for autoconf 2.5x -- Didier Verna | |
2853 | |
2854 -- fix "can't Customize standard faces" bug (partially) -- Jan Vroonhof | |
2855 -- fix "can't close last window" bug -- Adrian Aichner | |
2856 -- fix "doubled escape" bug in Mule (ISO-2022-7) autosave files -- Kyle Jones | |
2857 -- fix "fail to save (non-themed) variable customizations" bug -- Andy Piper | |
2858 -- fix PGP signature handling in package UI -- Steve Youngs | |
2859 -- fix allocation of module-defined names in symbol table -- Andrew Begel | |
2860 -- fix conversion of host and network byte order in multicast -- Daiki Ueno | |
2861 -- fix crash from missing XIM unregister callback on Motif -- Glynn Clements | |
2862 -- fix crash/infloops in read_key_sequence -- Hirokazu FUKUI | |
2863 -- fix early dereference crash in decode_buffer -- Torsten Duwe | |
2864 -- fix handling of negative C times -- Simon Josefsson and Stephen Turnbull | |
2865 -- fix 'report-xemacs-bug' issues -- Steve Youngs | |
2866 -- fix several font-lock bugs -- Jan Vroonhof, Andy Piper, Bill Perry | |
2867 -- fix several package-get bugs -- Steve Youngs | |
2868 -- fix some slow startups - default with_ipv6_cname=no -- Stephen Turnbull | |
2869 -- fix unsigned warnings; turn sign-compare warnings on for NT -- Ben Wing | |
2870 -- fix window_loop iteration across multiple devices -- Darryl Okahata | |
2871 -- fix/avoid GNU ld -z combreloc lossage -- Stephen Turnbull | |
2872 -- make sure installed.db gets updated after updating packages -- Andy Piper | |
2873 | |
2874 -- GTK improvements/fixes -- Bill Perry | |
2875 -- add face mappings | |
2876 -- fix "can't shut up bell" bug | |
2877 -- fix some face initialization bugs | |
2878 -- fix subwindow handling | |
2879 -- fix yes-or-no-p lossage | |
2880 -- improve conformance to internal APIs | |
2881 -- munge highlight, zmacs-region, toolbar, and gui-button faces from | |
2882 default GtkStyle | |
2883 -- remove useless XPM color symbol checks | |
2884 | |
2885 -- MS Windows improvements/fixes -- Andy Piper | |
2886 -- better build portability | |
2887 -- change registry key to XEmacs. | |
2888 -- add/fix Cygwin handling of URLs and win32 paths | |
2889 -- fix focus and event handling in scrollbars | |
2890 -- fix get-popup-menu-response bug | |
2891 -- improve DDE support | |
2892 -- improve netinstaller, especially uninstall and shortcuts | |
2893 -- improve popup dialog handling | |
2894 -- new directory dialog support | |
2895 -- quit if the user cancels in directory dialog | |
2896 -- Cygwin nox-xpm detection -- Charles Wilson | |
2897 -- fix compile problems when --with-msw, --with-x=no, --with-tty=no -- Ben Wing | |
2898 -- fix file handle leak in pipes -- Mike Alexander | |
2899 -- initial VC.NET support -- Andrew Begel | |
2900 | |
2901 -- Rename/redefine integral types -- Ben Wing | |
2902 -- See src/ChangeLog for details and rationale. | |
2903 -- All integral types that measure quantities of anything are signed. | |
2904 -- All quantity types boil down to EMACS_INT, except Hashcode, | |
2905 which is an unsigned value of the same size as EMACS_INT. | |
2906 -- Type names should be relatively short, with the first letter | |
2907 capitalized and no underscores if they can be avoided. | |
2908 -- "*count" == zero-based quantity. Includes sizes, offsets, and indexes. | |
2909 -- "*bpos" == one-based buffer position. | |
2910 -- "Char" refers to internal-format characters, not to the C type "char". | |
2911 -- CVS: improve .cvsignore files -- Adrian Aichner | |
2912 -- autoload handling improvements -- Didier Verna | |
2913 -- improve handling of face inheritance/fallback -- Jan Vroonhof | |
2914 -- condense repetitive window-system settings to 'win default' -- Bill Perry | |
2915 -- improve debugging in event-msw.c -- Adrian Aichner | |
2916 -- rename Menubar-items-truncate-list to Menubar-items-truncate-history | |
2917 -- Adrian Aichner | |
2918 -- rename default package index to 'package-index.LATEST.gpg' -- Steve Youngs | |
2919 -- unify GUI pixmap handling -- Bill Perry | |
2920 -- unify toolbar handling across GUI platforms -- Bill Perry | |
2921 | |
653 | 2922 to 21.5.3 "asparagus" |
2923 -- Add missing XIM unregister callback on Motif -- Glynn Clements | |
2924 -- Improve debugging in event-msw.c, fix "can't close last window" bug | |
2925 -- Adrian Aichner | |
2926 -- Improve Info docs for widget.el -- Stephen J. Turnbull | |
2927 -- Many small bug, typo, and warning fixes -- Ben Wing, Stephen J. Turnbull, | |
2928 Adrian Aichner | |
2929 -- Autoload handling improvements -- Didier Verna | |
2930 -- More 'report-xemacs-bug' updates -- Steve Youngs | |
2931 -- Fix unsigned warnings; turn sign-compare warnings on for NT -- Ben Wing | |
2932 -- Synch configure.usage options with configure -- Peter Brown | |
2933 | |
529 | 2934 to 21.5.2 "artichoke" |
640 | 2935 -- fixes and improvements -- Ben Wing |
2936 -- etags.c synched to upstream | |
2937 -- lisp/term/*.el cleanup | |
2938 -- miscellaneous help improvements | |
2939 -- transpose-line-up/down maybe moves the region | |
2940 -- MS Windows init improvements | |
2941 -- add scroll-in-place, jka-compr, efs, some fixes in behavior-defs.el | |
2942 -- paths-find-recursive-path: fix error with null EXCLUDE-REGEXP | |
2943 -- font-lock-mode: fix problem with buffers starting with a space | |
2944 -- make find-library search patch configurable | |
2945 -- fix Dired problem with directories containing [] and code that | |
2946 destructively modifies an existing string | |
2947 -- stop mark_window_as_deleted from deleting information that needs to | |
2948 be accessed by set-window-configuration | |
2949 -- Lisp object structure rationalization | |
2950 -- fix two nasty bugs in the unwinding code | |
2951 -- fix mouse wheel/dead window crash under MS Windows | |
2952 -- mswindows_utime, close_file_data: fix off-by-one-indirection error | |
2953 -- control-G handling fixes for MS Windows | |
2954 -- debug-mswindows-events and related code introduced | |
2955 -- rearrange the signal-handling code to eliminate the former | |
2956 spaghetti logic paths in it; document; fix numerous bugs | |
2957 -- maintain the "iconified" state, to fix the "can't delete a frame" bug | |
2958 -- use CBufbyte instead of char for error/warning functions | |
2959 -- prepare to remove encapsulation | |
2960 -- make play_sound_data return an int, like all other such functions | |
2961 -- use EMACS_SIGNAL to avoid preprocessing games with signal() | |
2962 -- gc-in-window-procedure fixes | |
2963 -- Cygwin setitimer fixes | |
2964 -- windows shell fixes | |
2965 -- more structured errors | |
2966 -- MS Windows network stream data corruption fixes | |
2967 -- fix ~user file name handling | |
2968 -- rename MAX_PATH to standard PATH_MAX | |
2969 -- fix error compiling regexps with back-references in them | |
2970 | |
2971 -- fixes and improvements -- Martin Buchholz | |
2972 -- byte optimizer fixes | |
2973 -- move alloca twiddling after the feature test definitions, but | |
2974 before the first "real" code | |
2975 -- internal DECIMAL_PRINT_SIZE macro | |
2976 -- s&m elimination: Eliminate the need to define HAVE_PTYS in s&m files | |
2977 -- avoid test failure if (temp-directory) is a symlink | |
2978 -- handle buggy Sun realloc() | |
2979 | |
2980 -- GTK fixes -- Bill Perry | |
2981 -- GTK popup dialog fix | |
2982 -- GTK added to font-window system mappings | |
2983 -- gtk-marshal.el updated for new hash.c, and generator fixes, | |
2984 -- GTK scrollbar fixes | |
2985 -- buttons are now modifiers, so selection with the mouse works again | |
2986 -- fix the disappearing GTK scrollbar problem | |
2987 | |
2988 -- movemail.c uses mkstemp if available -- Karl M. Hegbloom | |
2989 -- specifiers may now conditionalize on GTK -- Stephen J. Turnbull | |
2990 -- new hooks for package installation and deletion -- Sean MacLennan | |
2991 -- locate-library completes and other package UI improvements -- Robert Pluim | |
2992 -- save-some-buffers doesn't prematurely zap help window -- Michael Sperber | |
2993 -- MS windows subprocess quoting arguments -- Ben Wing, Dan Holmsand | |
2994 -- remove side effects from font-lock-compile-keywords -- Daiki Ueno | |
2995 -- custom-display works on the GTK platform -- Karl Hegbloom | |
2996 -- mouse-track fixes -- Adrian Aichner, Ben Wing | |
2997 -- dragdrop fix for windowless events -- Mike Alexander | |
2998 -- fix `unbalanced parentheses' bug in syntax -- Matt Tucker | |
2999 -- gpmevent.c header inclusion fixes -- Bill Perry | |
3000 -- make more glyph code shared across platforms -- Ben Wing, Bill Perry | |
3001 -- remove lisp_string_set_file_times() because set_file_times() now | |
3002 takes Lisp_Object path, instead of char* -- Adrian Aichner and Ben Wing | |
3003 -- allow preemption on redisplay -- Kirill 'Big K' Katsnelson | |
3004 -- new, faster implementation of long_to_string -- Hrvoje Niksic | |
3005 -- Qccl_error: New error -- Yoshiki Hayashi | |
3006 -- remove support for old beta versions of cygwin -- Ben Wing, Craig Lanning | |
3007 -- fix crash with an unavailable network printer -- Mike Alexander | |
3008 -- add support for MacOS X -- Greg Parkin and Martin Buchholz | |
3009 -- better win9x (including WinMe) support -- Ben Wing, Stephen J. Turnbull | |
3010 -- fix off-by-one error in EMACS_INT_MAX -- Yoshiki Hayashi | |
3011 | |
3012 -- warning, style, and doc fixes and improvements | |
3013 -- warning fixes -- Ben Wing, Kirill 'Big K' Katsnelson, Martin Buchholz | |
3014 -- eliminate numerous C++ errors -- Ben Wing, Martin Buchholz | |
3015 -- code style corrections -- Ben Wing, Martin Buchholz | |
3016 -- build improvements -- Ben Wing, Martin Buchholz | |
3017 -- configure improvements and fixes -- Martin Buchholz, Ben Wing, | |
3018 Stephen J. Turnbull | |
3019 -- doc updates -- Adrian Aichner, Ben Wing, Alexey Mahotkin, Steve | |
3020 Youngs, Stephen J. Turnbull, Yoshiki Hayashi, Steve Youngs, Paul | |
3021 Stodghill, Malcolm Purvis, Jim Horning, Nick V. Pakoulin, Kirill | |
3022 'Big K' Katsnelson | |
529 | 3023 |
478 | 3024 to 21.5.1 "anise" |
514 | 3025 -- This release contains a huge pile of changes by Ben Wing, including |
3026 both bug fixes and features. Highlights: | |
3027 -- Many changes to make printing work on Windows | |
3028 -- byte-compilation speed improvements | |
3029 -- New functions for cleanly eliminating byte-compiler warnings | |
3030 -- Remove core bytecompiler warnings | |
3031 -- Improve interactive help interface | |
3032 -- etags improvements | |
3033 -- Better "About XEmacs" page | |
3034 -- Windows configury changes | |
3035 -- Get QUIT working on Windows | |
3036 -- Fix shy group regexp code | |
3037 -- etc. etc. | |
3038 | |
2865 | 3039 -- The `short-name' argument to make-charset now works correctly |
521 | 3040 -- Yoshiaki Kasahara |
514 | 3041 -- `custom' changes -- Didier Verna |
3042 -- SET_FACE_PROPERTY bug fix -- Jerry James | |
3043 -- Unix tty configury changes -- Martin Buchholz | |
3044 -- Fix compile error with g++ on bsdi -- Martin Buchholz | |
3045 -- Fix crash with xlc -O3 -- Martin Buchholz | |
3046 -- Fix link error with (pre-release) gcc 3.0 -- Martin Buchholz | |
521 | 3047 -- Fix build error if system has makeinfo 3.12 -- Martin Buchholz |
514 | 3048 -- Speed up `intern' and hash tables containing strings -- Martin Buchholz |
3049 -- Make hash table mapping safe -- Martin Buchholz | |
477 | 3050 |
762 | 3051 Fork from 21.2: 21.5.0 "alfalfa" |
3052 -- For changes up to 21.4.0, see etc/NEWS |