update.
[chise/xemacs-chise.git] / lisp / ChangeLog
1 2019-03-14  MORIOKA Tomohiko  <tomo.git@chise.org>
2
3         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4         `=>ucs-bmp-itaiji-008'.
5
6         * mule/mule-conf.el (=>ucs-itaiji-008): New coded-charset for
7         XEmacs CHISE.
8         (=>ucs-bmp-itaiji-008): New coded-charset for XEmacs CHISE.
9
10 2019-02-17  MORIOKA Tomohiko  <tomo.git@chise.org>
11
12         * mule/mule-conf.el (=ucs-bmp-cjk@JP/hanazono): Use #x9FEA instead
13         of #x9FCC as the value of `max-code'.
14
15 2019-01-05  MORIOKA Tomohiko  <tomo.git@chise.org>
16
17         * mule/mule-charset.el (default-coded-charset-priority-list): Add
18         `=>>ucs-bmp-cjk@unicode'.
19
20         * mule/mule-conf.el (=>>ucs-bmp-cjk@unicode): New coded-charset
21         for XEmacs CHISE.
22
23 2018-09-28  MORIOKA Tomohiko  <tomo.git@chise.org>
24
25         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
26         settings for `=shuowen-jiguge', `===shuowen-jiguge4' and
27         `===shuowen-jiguge5'.
28
29         * mule/mule-charset.el (default-coded-charset-priority-list): Add
30         `=shuowen-jiguge', `===shuowen-jiguge4' and `===shuowen-jiguge5'.
31
32         * mule/mule-conf.el (=shuowen-jiguge): New coded-charset for
33         XEmacs CHISE.
34         (===shuowen-jiguge4): Ditto.
35         (===shuowen-jiguge5): Ditto.
36
37 2018-09-04  MORIOKA Tomohiko  <tomo.git@chise.org>
38
39         * mule/mule-charset.el (default-coded-charset-priority-list): Add
40         `=ucs-sip-var-005'.
41
42         * mule/mule-conf.el (=ucs-sip-var-005): New coded-charset for
43         XEmacs CHISE.
44
45 2018-05-20  MORIOKA Tomohiko  <tomo.git@chise.org>
46
47         * mule/mule-charset.el (default-coded-charset-priority-list): Add
48         `=>>hanyo-denshi/ib'.
49
50 2018-05-16  MORIOKA Tomohiko  <tomo.git@chise.org>
51
52         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
53         setting for `=>big5-cdp@iwds-1'.
54
55 2018-05-11  MORIOKA Tomohiko  <tomo.git@chise.org>
56
57         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
58         setting for `=big5-cdp-var-010'.
59
60 2018-05-10  MORIOKA Tomohiko  <tomo.git@chise.org>
61
62         * mule/mule-charset.el (default-coded-charset-priority-list): Add
63         `=big5-cdp-var-010'.
64
65         * mule/mule-conf.el (=big5-cdp-var-010): New coded-charset for
66         XEmacs CHISE.
67
68 2018-05-06  MORIOKA Tomohiko  <tomo.git@chise.org>
69
70         * mule/mule-charset.el (default-coded-charset-priority-list): Add
71         `=ucs-sip-itaiji-008'.
72
73         * mule/mule-conf.el (=ucs-sip-itaiji-008): New coded-charset for
74         XEmacs CHISE.
75
76 2018-05-01  MORIOKA Tomohiko  <tomo.git@chise.org>
77
78         * mule/mule-charset.el (default-coded-charset-priority-list): Add
79         `=>ucs-sip-itaiji-006'.
80
81         * mule/mule-conf.el (=>ucs-sip-itaiji-006): New coded-charset for
82         XEmacs CHISE.
83
84 2018-04-28  MORIOKA Tomohiko  <tomo.git@chise.org>
85
86         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
87         setting for `=+>big5-cdp', `=>big5-cdp@component' and
88         `=>big5-cdp@cognate'.
89
90         * mule/mule-charset.el (default-coded-charset-priority-list): Add
91         `=>big5-cdp@iwds-1', `=>big5-cdp@cognate' and `=+>big5-cdp'.
92
93 2018-04-27  MORIOKA Tomohiko  <tomo.git@chise.org>
94
95         * mule/mule-conf.el (=+>big5-cdp): New coded-charset for XEmacs
96         CHISE.
97         (=>big5-cdp): Use `=big5-cdp' instead of `=>>big5-cdp' as its
98         mother.
99         (=>big5-cdp@cognate): New coded-charset for XEmacs CHISE.
100
101 2018-04-26  MORIOKA Tomohiko  <tomo.git@chise.org>
102
103         * mule/mule-charset.el (default-coded-charset-priority-list): Add
104         `=>big5-cdp@component' and `=>ucs-sip-itaiji-001@iwds-1'.
105
106         * mule/mule-conf.el (=>big5-cdp@iwds-1): New coded-charset for
107         XEmacs CHISE.
108         (=>big5-cdp@component): Ditto.
109         (=>ucs-sip-itaiji-001@iwds-1): Ditto.
110
111 2018-04-24  MORIOKA Tomohiko  <tomo.git@chise.org>
112
113         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
114         setting for `=>ucs-itaiji-001@iwds-1'.
115
116         * mule/mule-charset.el (default-coded-charset-priority-list): Add
117         `=>ucs-bmp-itaiji-001@iwds-1'.
118
119         * mule/mule-conf.el (=>ucs-itaiji-001@iwds-1): New coded-charset
120         for XEmacs CHISE.
121         (=>ucs-bmp-itaiji-001@iwds-1): Ditto.
122
123 2018-03-23  MORIOKA Tomohiko  <tomo.git@chise.org>
124
125         * mule/mule-charset.el (default-coded-charset-priority-list):
126         Prefer `=ucs-bmp-cjk-compat', `=ucs-bmp-cjk-compat@unicode' and
127         `=ucs-sip@JP/hanazono' to `=cbeta', `=jef-china3' to
128         `chinese-isoir165'.
129
130         * mule/mule-conf.el (=>cns11643-4): New coded-charset for XEmacs
131         CHISE.
132
133 2018-03-07  MORIOKA Tomohiko  <tomo.git@chise.org>
134
135         * mule/mule-charset.el (default-coded-charset-priority-list): Add
136         `=ucs-sip-itaiji-006'.
137
138         * mule/mule-conf.el (=ucs-bmp-itaiji-006): Doc fix.
139         (=ucs-sip-itaiji-006): New coded-charset for XEmacs CHISE.
140
141 2018-03-02  MORIOKA Tomohiko  <tomo.git@chise.org>
142
143         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
144         setting for `=>ucs-itaiji-009'.
145
146         * mule/mule-charset.el (default-coded-charset-priority-list): Add
147         `==ucs-bmp-itaiji-001'.
148
149         * mule/mule-conf.el (=big5-cdp-itaiji-002): Doc fix.
150         (=big5-cdp-itaiji-003): Doc fix.
151         (==ucs-bmp-itaiji-001): New coded-charset for XEmacs CHISE.
152
153 2018-02-22  MORIOKA Tomohiko  <tomo.git@chise.org>
154
155         * mule/mule-charset.el (default-coded-charset-priority-list): Add
156         `=>zinbun-oracle'.
157
158 2018-02-14  MORIOKA Tomohiko  <tomo.git@chise.org>
159
160         * mule/mule-charset.el (default-coded-charset-priority-list): Add
161         `=>ucs-sip-itaiji-003'.
162
163         * mule/mule-conf.el (=ucs-sip-itaiji-003): Doc fix.
164         (=>ucs-bmp-itaiji-003): Fix `long-name'.
165         (=>ucs-sip-itaiji-003): New coded-charset for XEmacs CHISE.
166
167 2018-02-13  MORIOKA Tomohiko  <tomo.git@chise.org>
168
169         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
170         setting for `=ucs-itaiji-012' and `==ucs-itaiji-006'.
171
172 2018-02-12  MORIOKA Tomohiko  <tomo.git@chise.org>
173
174         * mule/mule-charset.el (default-coded-charset-priority-list): Add
175         `==ucs-bmp-itaiji-006'.
176
177         * mule/mule-conf.el (==ucs-bmp-itaiji-003): Fix long-name.
178         (==ucs-itaiji-006): New coded-charset for XEmacs CHISE.
179         (==ucs-bmp-itaiji-006): Ditto.
180
181 2018-02-11  MORIOKA Tomohiko  <tomo.git@chise.org>
182
183         * mule/mule-charset.el (default-coded-charset-priority-list): Add
184         `=ucs-bmp-itaiji-012'.
185
186         * mule/mule-conf.el (=ucs-itaiji-012): New coded-charset for
187         XEmacs CHISE.
188         (=ucs-bmp-itaiji-012): Ditto.
189
190 2018-02-11  MORIOKA Tomohiko  <tomo.git@chise.org>
191
192         * mule/mule-charset.el (default-coded-charset-priority-list): Add
193         `=>>hanyo-denshi/ia' and `=>cns11643-1'.
194
195 2018-02-10  MORIOKA Tomohiko  <tomo.git@chise.org>
196
197         * mule/mule-conf.el (=>cns11643-1): New coded-charset for XEmacs
198         CHISE.
199
200 2018-02-05  MORIOKA Tomohiko  <tomo.git@chise.org>
201
202         * mule/mule-charset.el (default-coded-charset-priority-list): Add
203         `=>>cns11643-1', `=>>cns11643-2', `=>>cns11643-3', `=>>cns11643-4'
204         and `=>>cns11643-6'.
205
206         * mule/mule-conf.el (=>>cns11643-1): Modify DOC; fix `=>iso-ir'.
207         (=>>cns11643-2): New coded-charset for XEmacs CHISE.
208         (=>>cns11643-3): Ditto.
209         (=>>cns11643-4): Modify DOC.
210         (=>>cns11643-6): New coded-charset for XEmacs CHISE.
211
212 2018-01-07  MORIOKA Tomohiko  <tomo.git@chise.org>
213
214         * mule/mule-charset.el (default-coded-charset-priority-list): Add
215         `=>ucs-sip-itaiji-005'.
216
217         * mule/mule-conf.el (=>ucs-sip-itaiji-005): New coded-charset for
218         XEmacs CHISE.
219
220 2017-11-28  MORIOKA Tomohiko  <tomo.git@chise.org>
221
222         * mule/mule-charset.el (default-coded-charset-priority-list): Add
223         `==hanyo-denshi/tk/mf-01'.
224
225         * mule/mule-conf.el (==hanyo-denshi/tk/mf-01): New coded-charset
226         for XEmacs CHISE.
227
228 2017-11-15  MORIOKA Tomohiko  <tomo.git@chise.org>
229
230         * mule/mule-conf.el: Define `=ucs-itaiji-007' before
231         `=>ucs-itaiji-007'.
232
233 2017-11-10  MORIOKA Tomohiko  <tomo.git@chise.org>
234
235         * mule/mule-charset.el (default-coded-charset-priority-list): Add
236         `==ucs-sip-var-002'.
237
238         * mule/mule-conf.el (==ucs-bmp-var-002): Modify long-name.
239         (==ucs-sip-var-002): New coded-charset for XEmacs CHISE.
240
241 2017-11-10  MORIOKA Tomohiko  <tomo.git@chise.org>
242
243         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
244         setting for `==ucs-itaiji-001'.
245
246 2017-11-09  MORIOKA Tomohiko  <tomo.git@chise.org>
247
248         * mule/mule-charset.el (default-coded-charset-priority-list): Add
249         `==ucs-sip-itaiji-001'.
250
251         * mule/mule-conf.el (==ucs-itaiji-001): New coded-charset for
252         XEmacs CHISE.
253         (==ucs-sip-itaiji-001): Ditto.
254
255 2017-10-19  MORIOKA Tomohiko  <tomo.git@chise.org>
256
257         * mule/mule-charset.el (default-coded-charset-priority-list): Add
258         `=+>ucs-bmp-var-003'.
259
260         * mule/mule-conf.el (=+>ucs-var-003): New coded-charset for XEmacs
261         CHISE.
262         (=+>ucs-bmp-var-003): Ditto.
263
264 2017-10-06  MORIOKA Tomohiko  <tomo.git@chise.org>
265
266         * mule/mule-charset.el (default-coded-charset-priority-list): Add
267         `=>ucs-bmp-cjk@cognate'.
268
269         * mule/mule-conf.el (=>ucs-bmp-cjk@cognate): New coded-charset for
270         XEmacs CHISE.
271
272 2017-09-22  MORIOKA Tomohiko  <tomo.git@chise.org>
273
274         * mule/mule-charset.el (default-coded-charset-priority-list): Add
275         `=ucs-sip-itaiji-005'.
276
277         * mule/mule-conf.el (=ucs-sip-itaiji-005): New coded-charset for
278         XEmacs CHISE.
279
280 2017-09-21  MORIOKA Tomohiko  <tomo.git@chise.org>
281
282         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
283         setting for `=>ucs@cognate'.
284
285         * mule/mule-charset.el (default-coded-charset-priority-list): Add
286         `=>ucs-bmp-itaiji-009' and `=>ucs-sip@cognate'.
287
288         * mule/mule-conf.el (=>ucs@cognate): New coded-charset for XEmacs
289         CHISE.
290         (=>ucs@hanyo-denshi): Abolished.
291         (=>ucs-itaiji-009): New coded-charset for XEmacs CHISE.
292         (=>ucs-bmp-itaiji-009): Ditto.
293         (=>ucs-sip@cognate): Ditto.
294
295 2017-09-13  MORIOKA Tomohiko  <tomo.git@chise.org>
296
297         * mule/mule-charset.el (default-coded-charset-priority-list): Add
298         `=>ucs-bmp-itaiji-004'.
299
300         * mule/mule-conf.el (=>ucs-bmp-itaiji-004): New coded-charset for
301         XEmacs CHISE.
302
303 2017-08-20  MORIOKA Tomohiko  <tomo.git@chise.org>
304
305         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
306         setting for `=>ucs-itaiji-004'.
307
308 2017-08-19  MORIOKA Tomohiko  <tomo.git@chise.org>
309
310         * mule/mule-charset.el (default-coded-charset-priority-list): Add
311         `=ucs-sip-itaiji-004', `=>ucs-sip-itaiji-004' and
312         `=>ucs-bmp-itaiji-007'.
313
314         * mule/mule-conf.el (=ucs-sip-itaiji-004): New coded-charset for
315         XEmacs CHISE.
316         (=>ucs-itaiji-004): Ditto.
317         (=>ucs-sip-itaiji-004): Ditto.
318         (=>ucs-bmp-itaiji-007): Ditto.
319
320 2017-08-11  MORIOKA Tomohiko  <tomo.git@chise.org>
321
322         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
323         setting for `=ucs-itaiji-010'.
324
325 2017-07-30  MORIOKA Tomohiko  <tomo.git@chise.org>
326
327         * mule/mule-charset.el (default-coded-charset-priority-list):
328         - Prefer `=mj-0' and `=mj-1' to `=ucs-bmp-cjk@gb'.
329         - Add `=ucs-bmp-itaiji-010'.
330         - Prefer `==mj-0' and `==mj-1' to `==ucs-bmp-cjk@gb',
331           `==ucs-sip-ext-b@iso' and `==ucs-sip@JP/hanazono'.
332         - Add `=>ucs-sip@iwds-1'.
333
334         * mule/mule-conf.el (=ucs-itaiji-010): New coded-charset for
335         XEmacs CHISE.
336         (=ucs-bmp-itaiji-010): Ditto.
337         (=>ucs-sip@iwds-1): Ditto.
338
339 2017-07-18  MORIOKA Tomohiko  <tomo.git@chise.org>
340
341         * mule/mule-charset.el (default-coded-charset-priority-list): Add
342         `=ucs-sip-var-006' and `==ucs-sip-itaiji-003'.
343
344         * mule/mule-conf.el (=ucs-sip-var-006): New coded-charset for
345         XEmacs CHISE.
346         (==ucs-sip-itaiji-003): New coded-charset for XEmacs CHISE.
347
348 2017-07-14  MORIOKA Tomohiko  <tomo.git@chise.org>
349
350         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
351         setting for `=>ucs-itaiji-003'.
352
353 2017-07-13  MORIOKA Tomohiko  <tomo.git@chise.org>
354
355         * mule/mule-charset.el (default-coded-charset-priority-list): Add
356         `=>ucs-bmp-itaiji-003'.
357
358         * mule/mule-conf.el (=>ucs-itaiji-003): New coded-charset for
359         XEmacs CHISE.
360         (=>ucs-bmp-itaiji-003): Ditto.
361
362 2017-07-08  MORIOKA Tomohiko  <tomo.git@chise.org>
363
364         * mule/mule-charset.el (default-coded-charset-priority-list): Add
365         `=ucs-bmp-itaiji-011'.
366
367         * mule/mule-conf.el (=ucs-bmp-itaiji-011): New coded-charset for
368         XEmacs CHISE.
369
370 2017-06-29  MORIOKA Tomohiko  <tomo.git@chise.org>
371
372         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
373         setting for `==ucs-var-002'.
374
375 2017-06-28  MORIOKA Tomohiko  <tomo.git@chise.org>
376
377         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
378         setting for `==ucs-itaiji-002'.
379
380 2017-06-27  MORIOKA Tomohiko  <tomo.git@chise.org>
381
382         * mule/mule-charset.el (default-coded-charset-priority-list): Add
383         `==ucs-sip-itaiji-002'.
384
385         * mule/mule-conf.el (==ucs-sip-itaiji-002): New coded-charset for
386         XEmacs CHISE.
387
388 2017-06-08  MORIOKA Tomohiko  <tomo.git@chise.org>
389
390         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
391         settings for `=ucs-itaiji-011' and `=>ucs-itaiji-007'.
392
393         * mule/mule-charset.el (default-coded-charset-priority-list): Add
394         `=ucs-sip-itaiji-007', `=ucs-sip-itaiji-011' and
395         `=>ucs-sip-itaiji-007'.
396
397         * mule/mule-conf.el (=>ucs-itaiji-007): New coded-charset for
398         XEmacs CHISE.
399         (=>ucs-sip-itaiji-007): Ditto.
400         (=ucs-sip-itaiji-007): Ditto.
401         (=ucs-itaiji-011): Ditto.
402         (=ucs-sip-itaiji-011): Ditto.
403
404 2017-05-20  MORIOKA Tomohiko  <tomo.git@chise.org>
405
406         * mule/mule-coding.el (coded-charset-entity-reference-alist):
407         Prefer `=>ucs@iwds-1' and `=>ucs@component' to `=>iwds-1'.
408
409 2017-05-18  MORIOKA Tomohiko  <tomo.git@chise.org>
410
411         * mule/mule-charset.el (default-coded-charset-priority-list): Add
412         `==ucs-bmp-var-002'.
413
414         * mule/mule-conf.el (==ucs-var-002): New coded-charset for XEmacs
415         CHISE.
416         (==ucs-bmp-var-002): Ditto.
417
418         * mule/mule-coding.el (coded-charset-entity-reference-alist):
419         Modify some priorities.
420
421 2017-04-26  MORIOKA Tomohiko  <tomo.git@chise.org>
422
423         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
424         setting for `=big5-cdp-var-001' and `=>>mj'; delete settings for
425         `=>>>jis-x0208', `=>>>jis-x0213-1' and `=>>>jis-x0213-1@2004'.
426
427 2017-04-26  MORIOKA Tomohiko  <tomo.git@chise.org>
428
429         * mule/mule-charset.el (default-coded-charset-priority-list): Add
430         `=big5-cdp-var-001'.
431
432         * mule/mule-conf.el (=big5-cdp-var-001): New coded-charset for
433         XEmacs CHISE.
434
435 2017-04-05  MORIOKA Tomohiko  <tomo.git@chise.org>
436
437         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
438         setting for `==ucs-itaiji-005'.
439
440 2017-04-04  MORIOKA Tomohiko  <tomo.git@chise.org>
441
442         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
443         setting for `=ucs-itaiji-007'.
444
445         * mule/mule-charset.el (default-coded-charset-priority-list): Add
446         `=ucs-bmp-itaiji-007' and `==ucs-bmp-itaiji-005'.
447
448         * mule/mule-conf.el (==ucs-itaiji-005): New coded-charset for
449         XEmacs CHISE.
450         (==ucs-bmp-itaiji-005): Ditto.
451         (=ucs-itaiji-007): Ditto.
452         (=ucs-bmp-itaiji-007): Ditto.
453
454 2017-04-03  MORIOKA Tomohiko  <tomo.git@chise.org>
455
456         * mule/mule-charset.el (default-coded-charset-priority-list): Add
457         `==gt-pj-k1' and `==gt-pj-k2'.
458
459 2017-04-02  MORIOKA Tomohiko  <tomo.git@chise.org>
460
461         * mule/mule-conf.el (==gt-pj-k1): New coded-charset for XEmacs
462         CHISE.
463         (==gt-pj-k2): Ditto.
464
465 2017-04-01  MORIOKA Tomohiko  <tomo.git@chise.org>
466
467         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
468         setting for `=>ucs-itaiji-005'.
469
470 2017-03-31  MORIOKA Tomohiko  <tomo.git@chise.org>
471
472         * mule/mule-charset.el (default-coded-charset-priority-list): Add
473         `=>>cbeta'.
474
475 2017-03-21  MORIOKA Tomohiko  <tomo.git@chise.org>
476
477         * mule/mule-charset.el (default-coded-charset-priority-list): Add
478         `=>ucs-sip@component'.
479
480         * mule/mule-conf.el (=>ucs-itaiji-006): Use `=ucs-itaiji-006'
481         instead of `=ucs' as its mother.
482         (=>ucs-sip@component): New coded-charset for XEmacs CHISE.
483
484         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
485         setting for `=>ucs-itaiji-006'.
486
487 2017-03-17  MORIOKA Tomohiko  <tomo.git@chise.org>
488
489         * mule/mule-charset.el (default-coded-charset-priority-list): Add
490         `=>ucs-bmp-itaiji-006'.
491
492         * mule/mule-conf.el (=>ucs-itaiji-006): New coded-charset for
493         XEmacs CHISE.
494         (=>ucs-bmp-itaiji-006): Ditto.
495
496 2017-03-14  MORIOKA Tomohiko  <tomo.git@chise.org>
497
498         * mule/mule-charset.el (default-coded-charset-priority-list): Add
499         `=>ucs-bmp-itaiji-001'.
500
501         * mule/mule-conf.el (=>ucs-bmp-itaiji-001): New coded-charset for
502         XEmacs CHISE.
503
504 2017-03-09  MORIOKA Tomohiko  <tomo.git@chise.org>
505
506         * mule/mule-charset.el (default-coded-charset-priority-list): Add
507         `==ucs-bmp-itaiji-002' and `==ucs-bmp-itaiji-003'.
508
509         * mule/mule-conf.el (=>ucs-itaiji-002): Use `=ucs-itaiji-002'
510         instead of `=ucs' as its mother.
511         (==ucs-itaiji-002): New coded-charset for XEmacs CHISE.
512         (==ucs-bmp-itaiji-002): Ditto.
513         (==ucs-itaiji-003): Ditto.
514         (==ucs-bmp-itaiji-003): Ditto.
515
516 2017-03-08  MORIOKA Tomohiko  <tomo.git@chise.org>
517
518         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
519         setting for `=big5-cdp-var-002'.
520
521         * mule/mule-charset.el (default-coded-charset-priority-list): Add
522         `=big5-cdp-var-002'.
523
524         * mule/mule-conf.el (=big5-cdp-var-002): New coded-charset for
525         XEmacs CHISE.
526
527 2017-03-03  MORIOKA Tomohiko  <tomo.git@chise.org>
528
529         * mule/mule-charset.el (default-coded-charset-priority-list): Add
530         `=ucs-sip-var-004'.
531
532         * mule/mule-conf.el (=ucs-sip-var-004): New coded-charset for
533         XEmacs CHISE.
534
535 2017-03-01  MORIOKA Tomohiko  <tomo.git@chise.org>
536
537         * mule/mule-charset.el (default-coded-charset-priority-list): Add
538         `=>ucs-bmp-cjk@iwds-1'.
539
540         * mule/mule-conf.el (=>ucs-bmp-cjk@iwds-1): New coded-charset for
541         XEmacs CHISE.
542
543 2017-02-27  MORIOKA Tomohiko  <tomo.git@chise.org>
544
545         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
546         setting for `=ucs-var-005'.
547
548         * mule/mule-charset.el (default-coded-charset-priority-list): Add
549         `=ucs-bmp-var-005'.
550
551         * mule/mule-conf.el (=ucs-var-005): New coded-charset for XEmacs
552         CHISE.
553         (=ucs-bmp-var-005): Ditto.
554
555 2017-02-18  MORIOKA Tomohiko  <tomo.git@chise.org>
556
557         * mule/mule-charset.el (default-coded-charset-priority-list): Add
558         `=>ucs-sip-itaiji-002'.
559
560         * mule/mule-conf.el (=>ucs-sip-itaiji-002): New coded-charset for
561         XEmacs CHISE.
562
563 2017-02-15  MORIOKA Tomohiko  <tomo.git@chise.org>
564
565         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
566         setting for `=>ucs-itaiji-002'.
567
568 2017-02-13  MORIOKA Tomohiko  <tomo.git@chise.org>
569
570         * mule/mule-charset.el (default-coded-charset-priority-list): Add
571         `=>mj-0' and `=>ucs-bmp-itaiji-002'.
572
573         * mule/mule-conf.el (=>mj-0): New coded-charset for XEmacs CHISE.
574         (=>ucs-itaiji-002): Ditto.
575         (=>ucs-bmp-itaiji-002): Ditto.
576
577 2017-02-12  MORIOKA Tomohiko  <tomo.git@chise.org>
578
579         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
580         setting for `=>ucs-itaiji-001'.
581
582 2017-02-11  MORIOKA Tomohiko  <tomo.git@chise.org>
583
584         * mule/mule-charset.el (default-coded-charset-priority-list): Add
585         `=>ruimoku-v6' and `=>ucs-sip-itaiji-001'.
586
587         * mule/mule-conf.el (=>ruimoku-v6): Renamed from `=>>ruimoku-v6';
588         define `=>>ruimoku-v6' as an alias of `=>ruimoku-v6'.
589         (=>ucs-itaiji-001): New coded-charset for XEmacs CHISE.
590         (=>ucs-sip-itaiji-001): Ditto.
591
592         * mule/mule-coding.el(coded-charset-entity-reference-alist):
593         - Abolish setting for `=>>ruimoku-v6' [&G-RUI6-xxxx;].
594         - Add setting for `=>ruimoku-v6' [&A-RUI6-xxxx;].
595
596 2017-02-06  MORIOKA Tomohiko  <tomo.git@chise.org>
597
598         * mule/mule-charset.el (default-coded-charset-priority-list):
599         Prefer `=ucs-*-var-*' and `=ucs-*-itaiji-*' to `=cbeta',
600         `=jef-china3' and `chinese-isoir165'.
601
602 2017-02-05  MORIOKA Tomohiko  <tomo.git@chise.org>
603
604         * mule/mule-charset.el (default-coded-charset-priority-list): Add
605         `=>ucs-bmp-itaiji-005'.
606
607         * mule/mule-conf.el (=>ucs-itaiji-005): New coded-charset for
608         XEmacs CHISE.
609         (=>ucs-bmp-itaiji-005): Ditto.
610
611 2017-02-01  MORIOKA Tomohiko  <tomo.git@chise.org>
612
613         * mule/mule-charset.el (default-coded-charset-priority-list): Add
614         `=+>jis-x0213-2'.
615
616 2017-01-30  MORIOKA Tomohiko  <tomo.git@chise.org>
617
618         * mule/mule-charset.el (default-coded-charset-priority-list): Add
619         `=+>adobe-japan1-6'.
620
621 2017-01-24  MORIOKA Tomohiko  <tomo.git@chise.org>
622
623         * mule/mule-charset.el (default-coded-charset-priority-list): Add
624         `=+>jis-x0208@1978'.
625
626 2017-01-20  MORIOKA Tomohiko  <tomo.git@chise.org>
627
628         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
629         setting for `=>ucs@component'.
630
631 2016-12-18  MORIOKA Tomohiko  <tomo.git@chise.org>
632
633         * mule/mule-charset.el (default-coded-charset-priority-list): Add
634         `=+>jis-x0213-1@2004' and `=>>adobe-japan1-6'.
635
636 2016-12-18  MORIOKA Tomohiko  <tomo.git@chise.org>
637
638         * mule/mule-coding.el (coded-charset-entity-reference-alist):
639         Prefer `=>ucs@cns' and `=>ucs@ks' to `=>ucs@jis/2004'.
640
641 2016-12-16  MORIOKA Tomohiko  <tomo.git@chise.org>
642
643         * mule/mule-conf.el (=>ucs@jis/2000): New coded-charset for XEmacs
644         CHISE.
645         (=>ucs@jis/2004): Ditto.
646
647 2016-12-15  MORIOKA Tomohiko  <tomo.git@chise.org>
648
649         * mule/mule-coding.el (coded-charset-entity-reference-alist):
650         Prefer `=>ucs@jis/2004' to `=>ucs@jis'.
651
652 2016-12-13  MORIOKA Tomohiko  <tomo.git@chise.org>
653
654         * mule/mule-charset.el (default-coded-charset-priority-list): Add
655         `=>cbeta'.
656
657 2016-12-06  MORIOKA Tomohiko  <tomo.git@chise.org>
658
659         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
660         setting for `==big5-cdp-itaiji-001'.
661
662         * mule/mule-charset.el (default-coded-charset-priority-list): Add
663         `==big5-cdp-itaiji-001'.
664
665         * mule/mule-conf.el (==big5-cdp-itaiji-001): New coded-charset for
666         XEmacs CHISE.
667
668 2016-12-05  MORIOKA Tomohiko  <tomo.git@chise.org>
669
670         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
671         settings for `=big5-cdp-itaiji-001', `=big5-cdp-itaiji-002',
672         `=big5-cdp-itaiji-003' and `=>big5-cdp-itaiji-001'.
673
674         * mule/mule-charset.el (default-coded-charset-priority-list): Add
675         `=big5-cdp-itaiji-001', `=big5-cdp-itaiji-002',
676         `=big5-cdp-itaiji-003' and `=>big5-cdp-itaiji-001'.
677
678         * mule/mule-conf.el (=big5-cdp-itaiji-001): New coded-charset for
679         XEmacs CHISE.
680         (=>big5-cdp-itaiji-001): Ditto.
681         (=big5-cdp-itaiji-002): Ditto.
682         (=big5-cdp-itaiji-003): Ditto.
683
684 2016-11-20  MORIOKA Tomohiko  <tomo.git@chise.org>
685
686         * mule/mule-charset.el (default-coded-charset-priority-list): Add
687         `=>>jis-x0208@1990' and `=>>jis-x0213-2'.
688
689 2016-10-27  MORIOKA Tomohiko  <tomo.git@chise.org>
690
691         * mule/mule-charset.el (default-coded-charset-priority-list):
692         Prefer `=ucs-radicals', `=ucs-radicals@unicode',
693         `=ucs-bmp-cjk@JP/hanazono', `=ucs-bmp-cjk@gb', `=mj-0' and `=mj-1'
694         to `=jis-x0208@1983'; add `=ucs-bmp-var-008'.
695
696         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
697         setting for `=ucs-var-008'.
698
699         * mule/mule-conf.el (=ucs-var-008): New coded-charset for XEmacs
700         CHISE.
701         (=ucs-bmp-var-008): Likewise.
702
703 2016-10-20  MORIOKA Tomohiko  <tomo.git@chise.org>
704
705         * mule/mule-charset.el (default-coded-charset-priority-list):
706         Prefer `==ucs-sip-ext-b@iso' to `==ucs-sip@JP/hanazono'.
707
708 2016-10-19  MORIOKA Tomohiko  <tomo.git@chise.org>
709
710         * mule/mule-charset.el (default-coded-charset-priority-list): Add
711         `==ucs-sip@JP/hanazono'.
712
713         * mule/mule-conf.el (==ucs-sip@JP/hanazono): New coded-charset for
714         XEmacs CHISE.
715
716 2016-10-18  MORIOKA Tomohiko  <tomo.git@chise.org>
717
718         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
719         setting for `=ucs-var-006'; add setting for `=ucs-itaiji-009'.
720
721         * mule/mule-charset.el (default-coded-charset-priority-list): Add
722         `=ucs-bmp-var-006'.
723
724         * mule/mule-conf.el (=ucs-var-006): New coded-charset for XEmacs
725         CHISE.
726         (=ucs-bmp-var-006): Likewise.
727
728 2016-10-16  MORIOKA Tomohiko  <tomo.git@chise.org>
729
730         * mule/mule-charset.el (default-coded-charset-priority-list): Add
731         `=ucs-bmp-itaiji-009'.
732
733         * mule/mule-conf.el (=ucs-itaiji-009): New coded-charset for
734         XEmacs CHISE.
735         (=ucs-bmp-itaiji-009): Likewise.
736
737 2016-09-10  MORIOKA Tomohiko  <tomo.git@chise.org>
738
739         * mule/mule-charset.el (default-coded-charset-priority-list): Add
740         `=>big5-cdp'.
741
742 2016-07-27  MORIOKA Tomohiko  <tomo.git@chise.org>
743
744         * mule/mule-coding.el (utf-8-gb): Specify `charset-g3'.
745         (utf-8-ivs-gb): Likewise.
746         (utf-8-gb-er): Likewise.
747         (utf-8-ivs-gb-er): Likewise.
748         (utf-8-cns): Likewise.
749         (utf-8-ivs-cns): Likewise.
750         (utf-8-cns-er): Likewise.
751         (utf-8-ivs-cns-er): Likewise.
752         (utf-8-big5): Likewise.
753         (utf-8-ivs-big5): Likewise.
754         (utf-8-big5-er): Likewise.
755         (utf-8-ivs-big5-er): Likewise.
756         (utf-8-jis): Likewise.
757         (utf-8-ivs-jis): Likewise.
758         (utf-8-jis-er): Likewise.
759         (utf-8-ivs-jis-er): Likewise.
760         (utf-8-ks): Likewise.
761         (utf-8-ivs-ks): Likewise.
762         (utf-8-ks-er): Likewise.
763         (utf-8-ivs-ks-er): Likewise.
764
765 2016-07-23  MORIOKA Tomohiko  <tomo.git@chise.org>
766
767         * mule/mule-coding.el (utf-8-jp): Specify `charset-g3'.
768         (utf-8-ivs-jp): Likewise.
769         (utf-8-jp-er): Likewise.
770         (utf-8-ivs-jp-er): Likewise.
771
772 2016-04-15  MORIOKA Tomohiko  <tomo.git@chise.org>
773
774         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
775         setting for `=ucs-var-010'.
776
777         * mule/mule-charset.el (default-coded-charset-priority-list): Add
778         `=ucs-bmp-var-010'.
779
780         * mule/mule-conf.el (=ucs-var-010): New coded-charset for XEmacs
781         CHISE.
782         (=ucs-bmp-var-010): Likewise.
783
784 2016-03-17  MORIOKA Tomohiko  <tomo.git@chise.org>
785
786         * mule/mule-charset.el (default-coded-charset-priority-list): Add
787         `=ucs-sip@JP/hanazono'.
788
789         * mule/mule-conf.el (=ucs-sip@iso): Fix DOC and `long-name'.
790         (=ucs-sip@JP/hanazono): New coded-charset for XEmacs CHISE.
791
792 2016-03-14  MORIOKA Tomohiko  <tomo.git@chise.org>
793
794         * mule/mule-charset.el (default-coded-charset-priority-list):
795         - Add `=big5-cdp-var-004'.
796         - Rename `=big5-cdp-var-3' and `=big5-cdp-var-5' to
797           `=big5-cdp-var-003' and `=big5-cdp-var-005'.
798
799         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
800         setting for `=big5-cdp-var-003', `=big5-cdp-var-004' and
801         `=big5-cdp-var-005'.
802
803         * mule/mule-conf.el (=big5-cdp-var-003): Renamed from
804         `=big5-cdp-var-3'; define `=big5-cdp-var-3' as an alias of
805         `=big5-cdp-var-003'.
806         (=big5-cdp-var-004): New coded-charset for XEmacs CHISE.
807         (=big5-cdp-var-005): Renamed from `=big5-cdp-var-5'; define
808         `=big5-cdp-var-5' as an alias of `=big5-cdp-var-005'.
809
810 2016-03-11  MORIOKA Tomohiko  <tomo.git@chise.org>
811
812         * mule/mule-charset.el (default-coded-charset-priority-list):
813         Don't prefer ucs-compat CCSes to other CCSes.
814
815 2016-03-10  MORIOKA Tomohiko  <tomo.git@chise.org>
816
817         * mule/mule-charset.el (default-coded-charset-priority-list): Add
818         `===ucs-bmp-cjk-compat@unicode'.
819
820         * mule/mule-conf.el (===ucs-bmp-cjk-compat@unicode): New
821         coded-charset for XEmacs CHISE.
822
823 2016-02-20  MORIOKA Tomohiko  <tomo.git@chise.org>
824
825         * mule/mule-charset.el (default-coded-charset-priority-list): Add
826         `=ucs-sip-itaiji-003'.
827
828         * mule/mule-conf.el (=ucs-sip-itaiji-003): New coded-charset for
829         XEmacs CHISE.
830
831 2016-02-17  MORIOKA Tomohiko  <tomo.git@chise.org>
832
833         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
834         setting for `=ucs-var-004'.
835
836         * mule/mule-charset.el (default-coded-charset-priority-list): Add
837         `=ucs-sip-var-001' and `=ucs-bmp-var-004'.
838
839         * mule/mule-conf.el (=ucs-sip-var-001): New coded-charset for
840         XEmacs CHISE.
841         (=ucs-var-004): Ditto.
842         (=ucs-bmp-var-004): Ditto.
843
844 2016-02-14  MORIOKA Tomohiko  <tomo.git@chise.org>
845
846         * mule/mule-charset.el (default-coded-charset-priority-list): Add
847         `=ucs-sip-var-003'.
848
849         * mule/mule-conf.el (=ucs-sip-var-003): New coded-charset for
850         XEmacs CHISE.
851
852 2016-02-11  MORIOKA Tomohiko  <tomo.git@chise.org>
853
854         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
855         setting for `=ucs-itaiji-006'.
856
857         * mule/mule-charset.el (default-coded-charset-priority-list): Add
858         `=ucs-bmp-itaiji-006'.
859
860         * mule/mule-conf.el (=ucs-itaiji-006): New coded-charset for
861         XEmacs CHISE.
862         (=ucs-bmp-itaiji-006): Ditto.
863
864 2016-02-10  MORIOKA Tomohiko  <tomo.git@chise.org>
865
866         * mule/mule-charset.el (default-coded-charset-priority-list): Add
867         `=ucs-sip-var-002'.
868
869         * mule/mule-conf.el (=ucs-sip-var-002): New coded-charset for
870         XEmacs CHISE.
871
872 2016-02-05  MORIOKA Tomohiko  <tomo.git@chise.org>
873
874         * mule/mule-charset.el (default-coded-charset-priority-list): Add
875         `=ucs-sip-itaiji-002'.
876
877         * mule/mule-conf.el (=ucs-sip-itaiji-002): New coded-charset for
878         XEmacs CHISE.
879
880 2016-02-01  MORIOKA Tomohiko  <tomo.git@chise.org>
881
882         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
883         setting for `==hanyo-denshi/tk'.
884
885 2016-01-28  MORIOKA Tomohiko  <tomo.git@chise.org>
886
887         * mule/mule-conf.el (=hanyo-denshi/ks): Fix `long-name'.
888         (=hanyo-denshi/tk): Fix `long-name'.
889         (==hanyo-denshi/tk): New coded-charset for XEmacs CHISE.
890
891 2016-01-17  MORIOKA Tomohiko  <tomo.git@chise.org>
892
893         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
894         setting for `=>mj'.
895
896 2016-01-17  MORIOKA Tomohiko  <tomo.git@chise.org>
897
898         * mule/mule-conf.el (=mj): Fix `dimension'.  (=>mj): New
899         coded-charset for XEmacs CHISE.
900
901 2015-12-18  MORIOKA Tomohiko  <tomo.git@chise.org>
902
903         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
904         setting for `=hanyo-denshi/tk'.
905
906 2015-12-17  MORIOKA Tomohiko  <tomo.git@chise.org>
907
908         * mule/mule-charset.el (default-coded-charset-priority-list): Add
909         `=hanyo-denshi/tk/mf-01'.
910
911         * mule/mule-conf.el (=hanyo-denshi/tk): New coded-charset for
912         XEmacs CHISE.
913         (=hanyo-denshi/tk/mf-01): Ditto.
914
915 2015-12-11  MORIOKA Tomohiko  <tomo.git@chise.org>
916
917         * mule/mule-charset.el (default-coded-charset-priority-list):
918         Prefer `==ucs-bmp-cjk-compat@JP' to `==ucs-bmp-cjk-compat@gb'.
919
920 2015-11-16  MORIOKA Tomohiko  <tomo.git@chise.org>
921
922         * mule/mule-charset.el (default-coded-charset-priority-list):
923         Prefer `=jis-x0208@1983' to `chinese-gb2312'.
924
925 2015-11-11  MORIOKA Tomohiko  <tomo.git@chise.org>
926
927         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
928         settings for `=ucs-itaiji-004' and `=ucs-itaiji-005'.
929
930         * mule/mule-charset.el (default-coded-charset-priority-list): Add
931         `=ucs-bmp-itaiji-004' and `=ucs-bmp-itaiji-005'.
932
933         * mule/mule-conf.el (=ucs-itaiji-004): New coded-charset for
934         XEmacs CHISE.
935         (=ucs-bmp-itaiji-004): Ditto.
936         (=ucs-itaiji-005): Ditto.
937         (=ucs-bmp-itaiji-005): Ditto.
938
939 2015-11-11  MORIOKA Tomohiko  <tomo.git@chise.org>
940
941         * mule/mule-charset.el (default-coded-charset-priority-list): Add
942         `=ucs-sip-itaiji-001'.
943
944         * mule/mule-conf.el (=ucs-sip-itaiji-001): New coded-charset for
945         XEmacs CHISE.
946
947 2015-11-07  MORIOKA Tomohiko  <tomo.git@chise.org>
948
949         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
950         settings for `=ucs-itaiji-001', `=ucs-itaiji-003' and
951         `=ucs-itaiji-008'.
952
953         * mule/mule-charset.el (default-coded-charset-priority-list): Add
954         `=ucs-bmp-itaiji-001', `=ucs-bmp-itaiji-003' and
955         `=ucs-bmp-itaiji-008'.
956
957         * mule/mule-conf.el (=ucs-itaiji-001): New coded-charset for
958         XEmacs CHISE.
959         (=ucs-bmp-itaiji-001): Ditto.
960         (=ucs-itaiji-003): Ditto.
961         (=ucs-bmp-itaiji-003): Ditto.
962         (=ucs-itaiji-008): Ditto.
963         (=ucs-bmp-itaiji-008): Ditto.
964
965 2015-10-30  MORIOKA Tomohiko  <tomo.git@chise.org>
966
967         * mule/mule-charset.el (default-coded-charset-priority-list): Add
968         `==ucs-bmp-cjk-compat@gb' and `==ucs-bmp-cjk-compat@JP'.
969
970         * mule/mule-conf.el (==ucs-bmp-cjk-compat@gb): New coded-charset
971         for XEmacs CHISE.
972         (==ucs-bmp-cjk-compat@JP): Ditto.
973
974 2015-10-21  MORIOKA Tomohiko  <tomo.git@chise.org>
975
976         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
977         setting for `===hng-tzs'.
978
979         * mule/mule-charset.el (default-coded-charset-priority-list): Add
980         `===hng-tzs'.
981
982         * mule/mule-conf.el (===hng-tzs): New coded-charset for XEmacs
983         CHISE.
984
985 2015-10-20  MORIOKA Tomohiko  <tomo.git@chise.org>
986
987         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
988         setting for `===hng-doh'.
989
990         * mule/mule-charset.el (default-coded-charset-priority-list): Add
991         `===hng-doh'.
992
993         * mule/mule-conf.el (===hng-doh): New coded-charset for XEmacs
994         CHISE.
995
996 2015-10-19  MORIOKA Tomohiko  <tomo.git@chise.org>
997
998         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
999         setting for `===hng-wad'.
1000
1001         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1002         `===hng-wad'.
1003
1004         * mule/mule-conf.el (===hng-wad): New coded-charset for XEmacs
1005         CHISE.
1006
1007 2015-10-19  MORIOKA Tomohiko  <tomo.git@chise.org>
1008
1009         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1010         settings for `==koseki' and `===hng-kcc'.
1011
1012         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1013         `===hng-kcc'.
1014
1015         * mule/mule-conf.el (===hng-kcc): New coded-charset for XEmacs
1016         CHISE.
1017
1018 2015-10-18  MORIOKA Tomohiko  <tomo.git@chise.org>
1019
1020         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1021         setting for `===hng-nkk'.
1022
1023         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1024         `===hng-nkk'.
1025
1026         * mule/mule-conf.el (===hng-nkk): New coded-charset for XEmacs
1027         CHISE.
1028
1029 2015-10-18  MORIOKA Tomohiko  <tomo.git@chise.org>
1030
1031         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1032         setting for `===hng-ink'.
1033
1034         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1035         `===hng-ink'.
1036
1037         * mule/mule-conf.el (===hng-ink): New coded-charset for XEmacs
1038         CHISE.
1039
1040 2015-10-17  MORIOKA Tomohiko  <tomo.git@chise.org>
1041
1042         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1043         setting for `===hng-jhk'.
1044
1045         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1046         `===hng-jhk'.
1047
1048         * mule/mule-conf.el (===hng-jhk): New coded-charset for XEmacs
1049         CHISE.
1050
1051 2015-10-17  MORIOKA Tomohiko  <tomo.git@chise.org>
1052
1053         * mule/mule-conf.el (=jis-x0213-1@2004): Use "jisx0213\\.2004-1"
1054         instead of "jisx0213\\(\\.2004\\)-1" as the registry.
1055         (==jis-x0213-1@2004): Add registry to specify "jisx0213\\.2004-1".
1056         (===jis-x0213-1@2004): Likewise.
1057         (=>>jis-x0213-1@2004): Use "jisx0213\\.2004-1" instead of
1058         "jisx0213\\(\\.2004\\)-1" as the registry.
1059         (=+>jis-x0213-1@2004): Likewise.
1060         (=>jis-x0213-1@2004): Likewise.
1061
1062         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1063         `===jis-x0213-1@2004'.
1064
1065 2015-10-16  MORIOKA Tomohiko  <tomo.git@chise.org>
1066
1067         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1068         setting for `===hng-nak'.
1069
1070         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1071         `===hng-nak'.
1072
1073         * mule/mule-conf.el (===hng-nak): New coded-charset for XEmacs
1074         CHISE.
1075
1076 2015-10-15  MORIOKA Tomohiko  <tomo.git@chise.org>
1077
1078         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1079         setting for `===hng-hos'.
1080
1081         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1082         `===hng-hos'.
1083
1084         * mule/mule-conf.el (===hng-hos): New coded-charset for XEmacs
1085         CHISE.
1086
1087 2015-10-14  MORIOKA Tomohiko  <tomo.git@chise.org>
1088
1089         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1090         setting for `===hng-tzj'.
1091
1092         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1093         `===hng-tzj'.
1094
1095         * mule/mule-conf.el (===hng-tjz): New coded-charset for XEmacs
1096         CHISE.
1097
1098 2015-10-13  MORIOKA Tomohiko  <tomo.git@chise.org>
1099
1100         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1101         setting for `===hng-kae'.
1102
1103         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1104         `===hng-kae'.
1105
1106         * mule/mule-conf.el (===hng-kae): New coded-charset for XEmacs
1107         CHISE.
1108
1109 2015-10-11  MORIOKA Tomohiko  <tomo.git@chise.org>
1110
1111         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1112         setting for `===hng-kar'.
1113
1114         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1115         `===hng-kar'.
1116
1117         * mule/mule-conf.el (===hng-kar): New coded-charset for XEmacs
1118         CHISE.
1119
1120 2015-10-11  MORIOKA Tomohiko  <tomo.git@chise.org>
1121
1122         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1123         setting for `===hng-kyd'.
1124
1125         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1126         `===hng-kyd'.
1127
1128         * mule/mule-conf.el (===hng-kyd): New coded-charset for XEmacs
1129         CHISE.
1130
1131 2015-10-10  MORIOKA Tomohiko  <tomo.git@chise.org>
1132
1133         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1134         setting for `===hng-hok'.
1135
1136         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1137         `===hng-hok'.
1138
1139         * mule/mule-conf.el (===hng-hok): New coded-charset for XEmacs
1140         CHISE.
1141
1142 2015-10-09  MORIOKA Tomohiko  <tomo.git@chise.org>
1143
1144         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1145         setting for `===hng-jyu'.
1146
1147         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1148         `===hng-jyu'.
1149
1150         * mule/mule-conf.el (===hng-jyu): New coded-charset for XEmacs
1151         CHISE.
1152
1153 2015-10-08  MORIOKA Tomohiko  <tomo.git@chise.org>
1154
1155         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1156         setting for `===hng-zkd'.
1157
1158         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1159         `===hng-zkd'.
1160
1161         * mule/mule-conf.el (===hng-zkd): New coded-charset for XEmacs
1162         CHISE.
1163
1164 2015-10-07  MORIOKA Tomohiko  <tomo.git@chise.org>
1165
1166         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1167         setting for `===hng-kmi'.
1168
1169         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1170         `===hng-kmi'.
1171
1172         * mule/mule-conf.el (===hng-kmi): New coded-charset for XEmacs
1173         CHISE.
1174
1175 2015-10-07  MORIOKA Tomohiko  <tomo.git@chise.org>
1176
1177         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1178         setting for `===hng-okd'.
1179
1180         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1181         `===hng-okd'.
1182
1183         * mule/mule-conf.el (===hng-okd): New coded-charset for XEmacs
1184         CHISE.
1185
1186 2015-10-05  MORIOKA Tomohiko  <tomo.git@chise.org>
1187
1188         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1189         setting for `===hng-nkm'.
1190
1191         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1192         `===hng-nkm'.
1193
1194         * mule/mule-conf.el (===hng-nkm): New coded-charset for XEmacs
1195         CHISE.
1196
1197 2015-10-05  MORIOKA Tomohiko  <tomo.git@chise.org>
1198
1199         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1200         setting for `===hng-nto'.
1201
1202         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1203         `===hng-nto'.
1204
1205         * mule/mule-conf.el (===hng-nto): New coded-charset for XEmacs
1206         CHISE.
1207
1208 2015-10-04  MORIOKA Tomohiko  <tomo.git@chise.org>
1209
1210         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1211         setting for `===hng-yhk'.
1212
1213         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1214         `===hng-yhk'.
1215
1216         * mule/mule-conf.el (===hng-yhk): New coded-charset for XEmacs
1217         CHISE.
1218
1219 2015-10-03  MORIOKA Tomohiko  <tomo.git@chise.org>
1220
1221         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1222         setting for `===hng-sok'.
1223
1224         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1225         `===hng-sok'.
1226
1227         * mule/mule-conf.el (===hng-sok): New coded-charset for XEmacs
1228         CHISE.
1229
1230 2015-10-03  MORIOKA Tomohiko  <tomo.git@chise.org>
1231
1232         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1233         setting for `===hng-kda'.
1234
1235         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1236         `===hng-kda'.
1237
1238         * mule/mule-conf.el (===hng-kda): New coded-charset for XEmacs
1239         CHISE.
1240
1241 2015-10-02  MORIOKA Tomohiko  <tomo.git@chise.org>
1242
1243         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1244         setting for `===hng-myz'.
1245
1246         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1247         `===hng-myz'.
1248
1249         * mule/mule-conf.el (===hng-myz): New coded-charset for XEmacs
1250         CHISE.
1251
1252 2015-10-02  MORIOKA Tomohiko  <tomo.git@chise.org>
1253
1254         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1255         setting for `===hng-kgk'.
1256
1257         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1258         `===hng-kgk'.
1259
1260         * mule/mule-conf.el (===hng-kgk): New coded-charset for XEmacs
1261         CHISE.
1262
1263 2015-10-01  MORIOKA Tomohiko  <tomo.git@chise.org>
1264
1265         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1266         setting for `===hng-drt'.
1267
1268         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1269         `===hng-drt'.
1270
1271         * mule/mule-conf.el (===hng-drt): New coded-charset for XEmacs
1272         CHISE.
1273
1274 2015-10-01  MORIOKA Tomohiko  <tomo.git@chise.org>
1275
1276         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1277         setting for `===hng-mam'.
1278
1279         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1280         `===hng-mam'.
1281
1282         * mule/mule-conf.el (===hng-mam): New coded-charset for XEmacs
1283         CHISE.
1284
1285 2015-09-30  MORIOKA Tomohiko  <tomo.git@chise.org>
1286
1287         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1288         setting for `===hng-dng'.
1289
1290         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1291         `===hng-dng'.
1292
1293         * mule/mule-conf.el (===hng-dng): New coded-charset for XEmacs
1294         CHISE.
1295
1296 2015-09-29  MORIOKA Tomohiko  <tomo.git@chise.org>
1297
1298         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1299         setting for `=>cns11643-5'.
1300
1301 2015-09-29  MORIOKA Tomohiko  <tomo.git@chise.org>
1302
1303         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1304         setting for `===hng-keg'.
1305
1306         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1307         `===hng-keg'.
1308
1309         * mule/mule-conf.el (===hng-keg): New coded-charset for XEmacs
1310         CHISE.
1311
1312 2015-09-28  MORIOKA Tomohiko  <tomo.git@chise.org>
1313
1314         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1315         setting for `===hng-jou'.
1316
1317         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1318         `===hng-jou'.
1319
1320         * mule/mule-conf.el (===hng-jou): New coded-charset for XEmacs
1321         CHISE.
1322
1323 2015-09-28  MORIOKA Tomohiko  <tomo.git@chise.org>
1324
1325         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1326         setting for `===hng-smk'.
1327
1328         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1329         `===hng-smk'.
1330
1331         * mule/mule-conf.el (===hng-smk): New coded-charset for XEmacs
1332         CHISE.
1333
1334 2015-09-26  MORIOKA Tomohiko  <tomo.git@chise.org>
1335
1336         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1337         setting for `===hng-kyo'.
1338
1339         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1340         `===hng-kyo'.
1341
1342         * mule/mule-conf.el (===hng-kyo): New coded-charset for XEmacs
1343         CHISE.
1344
1345 2015-09-26  MORIOKA Tomohiko  <tomo.git@chise.org>
1346
1347         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1348         setting for `===hng-kss'.
1349
1350         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1351         `===hng-kss'.
1352
1353         * mule/mule-conf.el (===hng-kss): New coded-charset for XEmacs
1354         CHISE.
1355
1356 2015-09-25  MORIOKA Tomohiko  <tomo.git@chise.org>
1357
1358         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1359         setting for `===hng-wan'.
1360
1361         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1362         `===hng-wan'.
1363
1364         * mule/mule-conf.el (===hng-wan): New coded-charset for XEmacs
1365         CHISE.
1366
1367 2015-09-24  MORIOKA Tomohiko  <tomo.git@chise.org>
1368
1369         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1370         setting for `===hng-ksk'.
1371
1372         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1373         `===hng-ksk'.
1374
1375         * mule/mule-conf.el (===hng-ksk): New coded-charset for XEmacs
1376         CHISE.
1377
1378 2015-09-24  MORIOKA Tomohiko  <tomo.git@chise.org>
1379
1380         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1381         setting for `===hng-kyu'.
1382
1383         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1384         `===hng-kyu'.
1385
1386         * mule/mule-conf.el (===hng-kyu): New coded-charset for XEmacs
1387         CHISE.
1388
1389 2015-09-23  MORIOKA Tomohiko  <tomo.git@chise.org>
1390
1391         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1392         setting for `===hng-skk'.
1393
1394         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1395         `===hng-skk'.
1396
1397         * mule/mule-conf.el (===hng-skk): New coded-charset for XEmacs
1398         CHISE.
1399
1400 2015-09-22  MORIOKA Tomohiko  <tomo.git@chise.org>
1401
1402         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1403         setting for `===hng-sik'.
1404
1405         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1406         `===hng-sik'.
1407
1408         * mule/mule-conf.el (===hng-sik): New coded-charset for XEmacs
1409         CHISE.
1410
1411 2015-09-21  MORIOKA Tomohiko  <tomo.git@chise.org>
1412
1413         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1414         setting for `===hng-kbk'.
1415
1416         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1417         `===hng-kbk'.
1418
1419         * mule/mule-conf.el (===hng-kbk): New coded-charset for XEmacs
1420         CHISE.
1421
1422 2015-09-21  MORIOKA Tomohiko  <tomo.git@chise.org>
1423
1424         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1425         setting for `===hng-kcj'.
1426
1427         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1428         `===hng-kcj'.
1429
1430         * mule/mule-conf.el (===hng-kcj): New coded-charset for XEmacs
1431         CHISE.
1432
1433 2015-09-19  MORIOKA Tomohiko  <tomo.git@chise.org>
1434
1435         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1436         setting for `===hng-k24'.
1437
1438         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1439         `===hng-k24'.
1440
1441         * mule/mule-conf.el (===hng-k24): New coded-charset for XEmacs
1442         CHISE.
1443
1444 2015-09-18  MORIOKA Tomohiko  <tomo.git@chise.org>
1445
1446         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1447         setting for `===hng-gok'.
1448
1449         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1450         `===hng-gok'.
1451
1452         * mule/mule-conf.el (===hng-gok): New coded-charset for XEmacs
1453         CHISE.
1454 2015-09-17  MORIOKA Tomohiko  <tomo.git@chise.org>
1455
1456         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1457         setting for `===hng-tsu'.
1458
1459         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1460         `===hng-tsu'.
1461
1462         * mule/mule-conf.el (===hng-tsu): New coded-charset for XEmacs
1463         CHISE.
1464
1465 2015-09-16  MORIOKA Tomohiko  <tomo.git@chise.org>
1466
1467         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1468         setting for `===hng-sys'.
1469
1470         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1471         `===hng-sys'.
1472
1473         * mule/mule-conf.el (===hng-sys): New coded-charset for XEmacs
1474         CHISE.
1475
1476 2015-09-16  MORIOKA Tomohiko  <tomo.git@chise.org>
1477
1478         * mule/mule-coding.el (coded-charset-entity-reference-alist):
1479         - Use "&HNG010-<d><d><d><d><d>;" instead of
1480           "&HNG-KHI<d><d><d><d><d>;" for `===hng-khi'.
1481         - Add setting for `===hng-khm' and `=ucs-itaiji-002'.
1482
1483         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1484         `=ucs-bmp-itaiji-002' and `===hng-khm'.
1485
1486         * mule/mule-conf.el (===hng-khi): Use "hng-10$" instead of
1487         "hngkhi-0" as the suffix of registry.
1488         (===hng-khm): New coded-charset for XEmacs CHISE.
1489         (=ucs-itaiji-002): Ditto.
1490         (=ucs-bmp-itaiji-002): Ditto.
1491
1492 2015-09-14  MORIOKA Tomohiko  <tomo.git@chise.org>
1493
1494         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1495         setting for `=>ucs@iwds-1'.
1496
1497         * mule/mule-conf.el (==jis-x0208@1978/-4X): New coded-charset for
1498         XEmacs CHISE.
1499
1500 2015-09-14  MORIOKA Tomohiko  <tomo.git@chise.org>
1501
1502         * mule/mule-conf.el (=>ucs@iwds-1): New coded-charset for XEmacs
1503         CHISE.
1504
1505         * mule/mule-coding.el (coded-charset-entity-reference-alist): Use
1506         "&HNG-KHI<d><d><d><d>;" instead of "&HNG-KHI-<d><d><d><d>;" for
1507         `===hng-khi'.
1508
1509 2015-09-13  MORIOKA Tomohiko  <tomo.git@chise.org>
1510
1511         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1512         setting for `===hng-khi'.
1513
1514         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1515         `===hng-khi'.
1516
1517         * mule/mule-conf.el (===hng-khi): New coded-charset for XEmacs
1518         CHISE.
1519
1520 2015-09-11  MORIOKA Tomohiko  <tomo.git@chise.org>
1521
1522         * mule/mule-conf.el (=ucs-bmp-var-001): Use #x9FCC instead of
1523         #x9FA5 as the value of `max-code'.
1524         (=ucs-bmp-var-002): Likewise.
1525         (=ucs-bmp-var-003): Likewise.
1526         (=ucs-bmp-itaiji-084): Likewise.
1527         (=ucs-bmp-cjk@JP): Likewise.
1528         (=ucs-bmp-cjk@JP/hanazono): Likewise.
1529         (==ucs-bmp-cjk@JP/hanazono): Likewise.
1530         (=>ucs-bmp-cjk@component): Likewise.
1531
1532 2015-09-05  MORIOKA Tomohiko  <tomo.git@chise.org>
1533
1534         * mule/mule-conf.el (==daikanwa/+2p): New coded-charset for XEmacs
1535         CHISE.
1536
1537 2015-09-04  MORIOKA Tomohiko  <tomo.git@chise.org>
1538
1539         * mule/mule-conf.el (==jis-x0208@1978/4-pr): New coded-charset for
1540         XEmacs CHISE.
1541         (==jis-x0208@1978/5pr): Use `==jis-x0208@1978/4-pr' instead of
1542         `==jis-x0208@1978/2-pr' as the mother.
1543
1544 2015-08-17  MORIOKA Tomohiko  <tomo.git@chise.org>
1545
1546         * mule/mule-conf.el (=>cns11643-5): New coded-charset for XEmacs
1547         CHISE.
1548
1549 2015-07-09  MORIOKA Tomohiko  <tomo.git@chise.org>
1550
1551         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1552         setting for `===hanyo-denshi/jb' and `===hanyo-denshi/hg'.
1553
1554 2015-06-08  MORIOKA Tomohiko  <tomo.git@chise.org>
1555
1556         * mule/mule-coding.el (coded-charset-entity-reference-alist): Use
1557         `=gb2312' instead of `chinese-gb2312'; add setting for `==ucs@gb'.
1558
1559 2015-03-05  MORIOKA Tomohiko  <tomo.git@chise.org>
1560
1561         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1562         setting for `===ucs@gb'.
1563
1564 2015-03-04  MORIOKA Tomohiko  <tomo.git@chise.org>
1565
1566         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1567         setting for `===hanyo-denshi/ks', `===jis-x0208' and
1568         `===jis-x0213-1'; use "&R-J00X1-hhhh;" instead of "&R-JX1-hhhh;"
1569         as the entity-reference for `===jis-x0213-1@2000'; use
1570         "&R-JX1-hhhh;" as the entity-reference for `===jis-x0213-1'.
1571
1572 2015-03-03  MORIOKA Tomohiko  <tomo.git@chise.org>
1573
1574         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1575         `===jis-x0208'.
1576
1577         * mule/mule-conf.el (===jis-x0208@1978): Use `==jis-x0208@1978'
1578         instead of `===jis-x0208' as the mother.
1579         (===jis-x0208@1983): Use `==jis-x0208@1983' instead of
1580         `===jis-x0208' as the mother.
1581         (===jis-x0208@1990): Use `==jis-x0208@1990' instead of
1582         `===jis-x0208' as the mother.
1583         (===jis-x0213-1@2000): Use `==jis-x0213-1@2000' instead of
1584         `===jis-x0213-1' as the mother.
1585         (===jis-x0213-1@2004): Use `==jis-x0213-1@2004' instead of
1586         `===jis-x0213-1' as the mother.
1587         (===ucs@unicode): Use `==ucs@unicode' instead of `===ucs@iso' as
1588         the mother.
1589         (===ucs@ks): Use `==ucs@ks' instead of `===ucs@unicode' as the
1590         mother.
1591
1592 2015-02-23  MORIOKA Tomohiko  <tomo.git@chise.org>
1593
1594         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1595         setting for `=ucs-var-001'.
1596
1597 2015-02-23  MORIOKA Tomohiko  <tomo.git@chise.org>
1598
1599         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1600         `=ucs-bmp-var-001'.
1601
1602         * mule/mule-conf.el (=ucs-var-001): New coded-charset for XEmacs
1603         CHISE.
1604         (=ucs-bmp-var-001): Ditto.
1605
1606         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1607         setting for `=ucs-var-003'.
1608
1609 2015-02-22  MORIOKA Tomohiko  <tomo.git@chise.org>
1610
1611         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1612         `=ucs-bmp-var-003'.
1613
1614         * mule/mule-conf.el (=ucs-var-003): New coded-charset for XEmacs
1615         CHISE.
1616         (=ucs-bmp-var-003): Ditto.
1617
1618 2015-02-21  MORIOKA Tomohiko  <tomo.git@chise.org>
1619
1620         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1621         setting for `=ucs-var-002'.
1622
1623         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1624         `=ucs-bmp-var-002'.
1625
1626         * mule/mule-conf.el (=ucs-var-002): New coded-charset for XEmacs
1627         CHISE.
1628         (=ucs-bmp-var-002): Ditto.
1629
1630 2015-02-21  MORIOKA Tomohiko  <tomo.git@chise.org>
1631
1632         * mule/mule-conf.el (==jis-x0208@1978/4er): New coded-charset for
1633         XEmacs CHISE.
1634         (==jis-x0208@1978/5pr): Ditto.
1635
1636 2015-02-21  MORIOKA Tomohiko  <tomo.git@chise.org>
1637
1638         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1639         `=>ucs-bmp-cjk@component'.
1640
1641         * mule/mule-conf.el (=>ucs@component): New coded-charset for
1642         XEmacs CHISE.
1643         (=>ucs-bmp-cjk@component): Ditto.
1644
1645 2015-02-20  MORIOKA Tomohiko  <tomo.git@chise.org>
1646
1647         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1648         setting for `=>iwds-1'.
1649
1650 2015-02-20  MORIOKA Tomohiko  <tomo.git@chise.org>
1651
1652         * mule/mule-conf.el (=>iwds-1): New coded-charset for XEmacs
1653         CHISE.
1654
1655 2015-02-17  MORIOKA Tomohiko  <tomo.git@chise.org>
1656
1657         * mule/mule-charset.el (default-coded-charset-priority-list):
1658         - Prefer `=ucs-bmp-cjk@JP/hanazono' to `=ucs-bmp-cjk@gb'.
1659         - Prefer `==ucs-bmp-cjk@JP/hanazono' to `==ucs-bmp-cjk@gb'.
1660         - Prefer `===hanyo-denshi/jc' to `===jis-x0213-1'.
1661         - Prefer `===hanyo-denshi/jd' to `===jis-x0213-2'.
1662
1663 2015-02-14  MORIOKA Tomohiko  <tomo.git@chise.org>
1664
1665         * mule/mule-coding.el (coded-charset-entity-reference-alist):
1666         Prefer `=ucs@FOO' to `=>>ucs@FOO'.
1667
1668         * mule/mule-conf.el (=ucs@iso): Use `=+>ucs@iso' instead of
1669         `=>>ucs@iso' as the mother.
1670         (=>>ucs@iso): Use `=ucs@iso' instead of `=+>ucs@iso' as the
1671         mother.
1672
1673 2015-01-22  MORIOKA Tomohiko  <tomo.git@chise.org>
1674
1675         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1676         setting for `===hanyo-denshi/ia'.
1677
1678 2015-01-20  MORIOKA Tomohiko  <tomo.git@chise.org>
1679
1680         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1681         `===hanyo-denshi/ia'.
1682
1683 2014-12-28  MORIOKA Tomohiko  <tomo.git@chise.org>
1684
1685         * mule/mule-conf.el (=koseki): Fix DOC.
1686         (==koseki): New coded-charset for XEmacs CHISE.
1687
1688 2014-12-26  MORIOKA Tomohiko  <tomo.git@chise.org>
1689
1690         * mule/mule-conf.el (===hanyo-denshi/jc): New coded-charset for
1691         XEmacs CHISE.
1692         (===hanyo-denshi/jd): Fix DOC.
1693
1694 2014-12-26  MORIOKA Tomohiko  <tomo.git@chise.org>
1695
1696         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1697         setting for `===hanyo-denshi/ip'.
1698
1699 2014-12-25  MORIOKA Tomohiko  <tomo.git@chise.org>
1700
1701         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1702         `===hanyo-denshi/ip'.
1703
1704         * mule/mule-conf.el (===hanyo-denshi/ip): New coded-charset for
1705         XEmacs CHISE.
1706
1707 2014-12-07  MORIOKA Tomohiko  <tomo.git@chise.org>
1708
1709         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1710         `==ucs-radicals@unicode' and `=>daikanwa'.
1711
1712         * mule/mule-conf.el (==ucs-radicals@unicode): New coded-charset
1713         for XEmacs CHISE.
1714
1715 2014-12-03  MORIOKA Tomohiko  <tomo.git@chise.org>
1716
1717         * mule/mule-conf.el (===hanyo-denshi/ia): New coded-charset for
1718         XEmacs CHISE.
1719
1720 2014-11-18  MORIOKA Tomohiko  <tomo.git@chise.org>
1721
1722         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1723         `===ruimoku-v6'.
1724
1725 2014-11-17  MORIOKA Tomohiko  <tomo.git@chise.org>
1726
1727         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1728         setting for `===ruimoku-v6'.
1729
1730 2014-11-17  MORIOKA Tomohiko  <tomo.git@chise.org>
1731
1732         * mule/mule-conf.el (===ruimoku-v6): New coded-charset for XEmacs
1733         CHISE.
1734
1735 2014-11-15  MORIOKA Tomohiko  <tomo.git@chise.org>
1736
1737         * mule/mule-conf.el (==jis-x0208@1978/1pr/fixed): New
1738         coded-charset for XEmacs CHISE.
1739
1740 2014-11-05  MORIOKA Tomohiko  <tomo.git@chise.org>
1741
1742         * mule/mule-conf.el (===hanyo-denshi/jd): New coded-charset for
1743         XEmacs CHISE.
1744
1745 2014-10-15  MORIOKA Tomohiko  <tomo.git@chise.org>
1746
1747         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1748         `===ucs-sip@iso'.
1749
1750 2014-10-02  MORIOKA Tomohiko  <tomo.git@chise.org>
1751
1752         * mule/mule-conf.el (===ucs-sip@iso): New coded-charset for XEmacs
1753         CHISE.
1754
1755 2014-09-29  MORIOKA Tomohiko  <tomo.git@chise.org>
1756
1757         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1758         `==ucs-sip@iso'.
1759
1760         * mule/mule-conf.el (==ucs-sip@iso): New coded-charset for XEmacs
1761         CHISE.
1762
1763 2014-09-18  MORIOKA Tomohiko  <tomo.git@chise.org>
1764
1765         * mule/mule-conf.el (=ucs-sip-ext-b): Fix registry.
1766         (=ucs-sip@iso): New coded-charset for XEmacs CHISE.
1767         (=ucs-sip-ext-b@iso): Fix registry.
1768         (==ucs-sip-ext-b@iso): Ditto.
1769         (===ucs-sip-ext-b@iso): Ditto.
1770
1771         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1772         `=ucs-sip@iso'.
1773
1774 2014-09-17  MORIOKA Tomohiko  <tomo.git@chise.org>
1775
1776         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1777         setting for `=>cbeta'.
1778
1779 2014-09-16  MORIOKA Tomohiko  <tomo.git@chise.org>
1780
1781         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1782         `=>cns11643-7'.
1783
1784         * mule/mule-conf.el (=>cbeta): New coded-charset for XEmacs CHISE.
1785
1786 2014-08-20  MORIOKA Tomohiko  <tomo.git@chise.org>
1787
1788         * mule/mule-coding.el (coded-charset-entity-reference-alist): Use
1789         "&G-[NAME];" instead of "&g1-[NAME];" for `=>>[NAME]'.
1790
1791 2014-08-19  MORIOKA Tomohiko  <tomo.git@chise.org>
1792
1793         * mule/mule-conf.el (=>>>ucs@cns): Indicate `==ucs@cns' instead of
1794         `=ucs@cns'.
1795         (=>>>ucs@jis): Indicate `==ucs@jis' instead of `=ucs@jis'.
1796         (=>>>ucs@jis/1990): Indicate `==ucs@jis/1990' instead of
1797         `=ucs@jis/1990'.
1798         (=>>>ucs@jis/2000): Indicate `==ucs@jis/2000' instead of
1799         `=ucs@jis/2000'.
1800         (=>>>ucs@jis/2004): Indicate `==ucs@jis/2004' instead of
1801         `=ucs@jis/2004'.
1802         (=>>>ucs@ks): Indicate `==ucs@ks' instead of `=ucs@ks'.
1803
1804         * mule/mule-coding.el (coded-charset-entity-reference-alist): Use
1805         "&g2-[NAME];" instead of "&G-[NAME];" for `==[NAME]'.
1806
1807 2014-08-06  MORIOKA Tomohiko  <tomo.git@chise.org>
1808
1809         * mule/mule-conf.el (==jis-x0208@1978/-4pr): New coded-charset for
1810         XEmacs CHISE.
1811         (==jis-x0208@1978/1pr): Ditto.
1812         (==jis-x0208@1978/2-pr): Ditto.
1813
1814 2014-07-31  MORIOKA Tomohiko  <tomo.git@chise.org>
1815
1816         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1817         setting for `===jis-x0213-1@2004'.
1818
1819 2014-07-30  MORIOKA Tomohiko  <tomo.git@chise.org>
1820
1821         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1822         settings for `=+>hanyo-denshi/ft' and `=+>hanyo-denshi/jt'.
1823
1824         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1825         `===hanyo-denshi/jb'.
1826
1827         * mule/mule-conf.el (===hanyo-denshi/jb): New coded-charset for
1828         XEmacs CHISE.
1829         (=+>hanyo-denshi/ft): Ditto.
1830         (=+>hanyo-denshi/jt): Ditto.
1831
1832 2014-07-29  MORIOKA Tomohiko  <tomo.git@chise.org>
1833
1834         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1835         `===hanyo-denshi/hg'.
1836
1837 2014-07-28  MORIOKA Tomohiko  <tomo.git@chise.org>
1838
1839         * mule/mule-conf.el (===jis-x0213-1@2004): New coded-charset for
1840         XEmacs CHISE.
1841         (===hanyo-denshi/hg): Ditto.
1842
1843 2014-07-27  MORIOKA Tomohiko  <tomo.git@chise.org>
1844
1845         * mule/mule-conf.el (==adobe-japan1-*): Indicate abstract
1846         glyph-forms instead of detailed glyph-images.
1847         (=>>>adobe-japan1-*): Indicate `==adobe-japan1-*' instead of
1848         `=adobe-japan1-*'.
1849         (===adobe-japan1-0): New coded-charset for XEmacs CHISE.
1850         (===adobe-japan1-1): Ditto.
1851         (===adobe-japan1-2): Ditto.
1852         (===adobe-japan1-3): Ditto.
1853         (===adobe-japan1-4): Ditto.
1854         (===adobe-japan1-5): Ditto.
1855         (===adobe-japan1-6): Ditto.
1856         (=>>adobe-japan1-0): Use `=adobe-japan1' instead of
1857         `=>>>adobe-japan1' as the mother.
1858         (=+>adobe-japan1-0): Use `=adobe-japan1' instead of
1859         `=>>adobe-japan1' as the mother.
1860         (==jis-x0208): Indicate abstract glyph-forms instead of detailed
1861         glyph-images.
1862         (==jis-x0208@1978): Ditto.
1863         (==jis-x0208@1983): Ditto.
1864         (==jis-x0208@1990): Ditto.
1865         (==jis-x0213-1): Ditto.
1866         (==jis-x0213-1@2000): Ditto.
1867         (==jis-x0213-1@2004): Ditto.
1868         (==jis-x0213-2): Ditto.
1869         (=>>>jis-x0208): Indicate `==jis-x0208' instead of `=jis-x0208'.
1870         (=>>>jis-x0208@1978): Indicate `==jis-x0208@1978' instead of
1871         `=jis-x0208@1978'.
1872         (=>>>jis-x0208@1983): Indicate `==jis-x0208@1983' instead of
1873         `=jis-x0208@1983'.
1874         (=>>>jis-x0208@1990): Indicate `==jis-x0208@1990' instead of
1875         `=jis-x0208@1990'.
1876         (=>>>jis-x0213-1): Indicate `==jis-x0213-1' instead of
1877         `=jis-x0213-1'.
1878         (=>>>jis-x0213-1@2000): Indicate `==jis-x0213-1@2000' instead of
1879         `=jis-x0213-1@2000'.
1880         (=>>>jis-x0213-1@2004): Indicate `==jis-x0213-1@2004' instead of
1881         `=jis-x0213-1@2004'.
1882         (=>>>jis-x0213-2): Indicate `==jis-x0213-2' instead of
1883         `=jis-x0213-2'.
1884         (===jis-x0208): New coded-charset for XEmacs CHISE.
1885         (===jis-x0208@1978): Ditto.
1886         (===jis-x0208@1983): Ditto.
1887         (===jis-x0208@1990): Ditto.
1888         (===jis-x0213-1): Ditto.
1889         (===jis-x0213-1@2000): Ditto.
1890         (===jis-x0213-2): Ditto.
1891         (===jis-x0212): Ditto.
1892         (===ks-x1001): Ditto.
1893         (=>>jis-x0208): Use `=jis-x0208' instead of `=>>>jis-x0208' as the
1894         mother.
1895         (=>>jis-x0213-1): Use `=jis-x0213-1' instead of `=>>>jis-x0213-1'
1896         as the mother.
1897         (=>>jis-x0213-2): Use `=jis-x0213-2' instead of `=>>>jis-x0213-2'
1898         as the mother.
1899         (===cns11643-1): New coded-charset for XEmacs CHISE.
1900         (===cns11643-2): Ditto.
1901         (===cns11643-3): Ditto.
1902         (===cns11643-4): Ditto.
1903         (===cns11643-5): Ditto.
1904         (===cns11643-6): Ditto.
1905         (===cns11643-7): Ditto.
1906         (=>>cns11643-1): Ditto.
1907         (==big5-cdp): Indicate abstract glyph-images instead of
1908         representative glyph-images.
1909         (===big5-cdp): New coded-charset for XEmacs CHISE.
1910         (==hanyo-denshi/*): Indicate abstract glyph-forms instead of
1911         detailed glyph-images.
1912         (=>>>hanyo-denshi/*): Indicate `==hanyo-denshi/*' instead of
1913         `=hanyo-denshi/*'.
1914         (===hanyo-denshi/ft): New coded-charset for XEmacs CHISE.
1915         (===hanyo-denshi/ib): Ditto.
1916         (===hanyo-denshi/jt): Ditto.
1917         (===hanyo-denshi/ks): Ditto.
1918         (===mj): Ditto.
1919         (===mj-0): Ditto.
1920         (===mj-1): Ditto.
1921         (=>>hanyo-denshi/*): Use `=hanyo-denshi/*' instead of
1922         `=>>>hanyo-denshi/*' as its mother.
1923         (==gt): Indicate abstract glyph-forms instead of detailed
1924         glyph-images.
1925         (===gt): New coded-charset for XEmacs CHISE.
1926         (=>>>gt): Indicates `==gt' instead of `=gt'.
1927         (=>>gt): Use `=gt' instead of `=>>>gt' as the mother.
1928         (==gt-k): Indicate abstract glyph-forms instead of detailed
1929         glyph-images.
1930         (===gt-k): New coded-charset for XEmacs CHISE.
1931         (==daikanwa): Indicates glyph-images instead of detailed
1932         glyph-images.
1933         (===daikanwa): New coded-charset for XEmacs CHISE.
1934         (===daikanwa/+p): Ditto.
1935         (===daikanwa/ho): Ditto.
1936         (==cbeta): Ditto.
1937         (===cbeta): Ditto.
1938         (==jef-china3): Ditto.
1939         (===jef-china3): Ditto.
1940         (==ruimoku-v6): Ditto.
1941         (==ucs@iso): Indicate representative glyph-forms instead of
1942         representative glyph-images.
1943         (=>>>ucs@iso): Indicates `==ucs@iso' instead of `=ucs@iso'.
1944         (==ucs@unicode): Indicate representative glyph-forms instead of
1945         representative glyph-images.
1946         (=>>>ucs@unicode): Indicates `==ucs@unicode' instead of
1947         `=ucs@unicode'.
1948         (==ucs@cns): Indicate representative glyph-forms instead of
1949         representative glyph-images.
1950         (==ucs@jis): Ditto.
1951         (==ucs@jis/1990): Ditto.
1952         (==ucs@jis/2000): Ditto.
1953         (==ucs@jis/2004): Ditto.
1954         (==ucs@ks): Ditto.
1955         (===ucs@iso): New coded-charset for XEmacs CHISE.
1956         (===ucs@unicode): Ditto.
1957         (===ucs@gb): Ditto.
1958         (===ucs@ks): Ditto.
1959         (===ucs-bmp-cjk@gb): Ditto.
1960         (===ucs-sip-ext-b@iso): Ditto.
1961
1962 2014-07-25  MORIOKA Tomohiko  <tomo.git@chise.org>
1963
1964         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1965         `==jis-x0213-2', `==ruimoku-v6', `==cbeta', `==jef-china3',
1966         `===mj-0', `===mj-1', `===jis-x0208@1990', `===jis-x0213-1',
1967         `===jis-x0213-2', `===big5-cdp', `===ucs-bmp-cjk@gb',
1968         `===adobe-japan1-6', `===cns11643-1', `===cns11643-2',
1969         `===cns11643-3', `===cns11643-4', `===cns11643-5',
1970         `===cns11643-6', `===cns11643-7', `===hanyo-denshi/ft',
1971         `===hanyo-denshi/ib', `===hanyo-denshi/jt', `===jis-x0208@1983',
1972         `===jis-x0208@1978', `===jis-x0212', `===ks-x1001', `===daikanwa',
1973         `===ucs-sip-ext-b@iso', `===cbeta' and `===jef-china3'.
1974
1975         * mule/mule-coding.el (coded-charset-entity-reference-alist):
1976         - Use "&G-[NAME];" for `==[NAME]' instead of `=>>[NAME]'.
1977         - Use "&R-[NAME];" for `===[NAME]' instead of `==[NAME]'.
1978         - Use "&g1-[NAME];" for `=>>[NAME]'.
1979         - Abolish "&g2-[NAME];".
1980
1981 2014-03-08  MORIOKA Tomohiko  <tomo.git@chise.org>
1982
1983         * mule/mule-conf.el (=ucs@big5): Use `=ucs@cns' instead of
1984         `=>>ucs@cns' as the mother.
1985
1986 2014-03-07  MORIOKA Tomohiko  <tomo.git@chise.org>
1987
1988         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1989         setting for `==ucs@ks'.
1990
1991 2014-02-24  MORIOKA Tomohiko  <tomo.git@chise.org>
1992
1993         * mule/mule-conf.el (=adobe-japan1-base): Move builtin code range
1994         from 0x63000000〜0x63005A11 to 0x00E10000〜0x00E15A11.
1995         (=mj): Move builtin code range from 0x64040000〜0x640509D5 to
1996         0x00E30000〜0x00E409D5.
1997
1998 2014-02-20  MORIOKA Tomohiko  <tomo.git@chise.org>
1999
2000         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2001         Prefer MJ to Adobe-Japan1; use "I-MJ", "MJ" and "&R-MJ" instead of
2002         "I-MJ-", "MJ-" and "&R-MJ-" as prefixes of MJ.
2003
2004 2014-02-20  MORIOKA Tomohiko  <tomo.git@chise.org>
2005
2006         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2007         `=mj-0', `=mj-1', `==mj-0' and `==mj-1'.
2008
2009         * mule/mule-conf.el (=mj): New coded-charset for XEmacs CHISE.
2010         (=mj-0): Ditto.
2011         (=mj-1): Ditto.
2012         (==mj): Ditto.
2013         (==mj-0): Ditto.
2014         (==mj-1): Ditto.
2015         (=>>mj): Ditto.
2016
2017         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2018         setting for `=mj' and `==mj'.
2019
2020 2014-02-05  MORIOKA Tomohiko  <tomo.git@chise.org>
2021
2022         * mule/mule-conf.el (=ucs@ks/2012): New coded-charset for XEmacs
2023         CHISE.
2024
2025 2014-01-28  MORIOKA Tomohiko  <tomo.git@chise.org>
2026
2027         * mule/mule-coding.el (coded-charset-entity-reference-alist): Use
2028         "A-HDU+" instead of "A-HD-UCS+" as the prefix for
2029         `=>ucs@hanyo-denshi'.
2030
2031 2014-01-18  MORIOKA Tomohiko  <tomo.git@chise.org>
2032
2033         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2034         setting for `=koseki' and `=>ucs@hanyo-denshi'.
2035
2036         * mule/mule-conf.el (=koseki): New coded-charset for XEmacs CHISE.
2037         (=>ucs@hanyo-denshi): New coded-charset for XEmacs CHISE.
2038
2039 2014-01-11  MORIOKA Tomohiko  <tomo.git@chise.org>
2040
2041         * mule/mule-conf.el (==hanyo-denshi/ip): New coded-charset for
2042         XEmacs CHISE.
2043
2044 2013-12-29  MORIOKA Tomohiko  <tomo.git@chise.org>
2045
2046         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2047         Change priority of `=>>>ucs@iso'.
2048
2049         * mule/mule-conf.el (=ucs@iso): Use `=>>ucs@iso' instead of
2050         `=>>>ucs@iso' as the mother.
2051         (=>>>ucs@iso): Changed to an alias for `=ucs@iso'.
2052
2053 2013-12-25  MORIOKA Tomohiko  <tomo.git@chise.org>
2054
2055         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2056         Change priority of `=>>>ucs@unicode'.
2057
2058         * mule/mule-conf.el (=>>>ucs@unicode): Changed to an alias for
2059         `=ucs@unicode'.
2060
2061 2013-12-25  MORIOKA Tomohiko  <tomo.git@chise.org>
2062
2063         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2064         Change priority of `=>>>ucs@jis'.
2065
2066         * mule/mule-conf.el (=>>>ucs@jis): Changed to an alias for
2067         `=ucs@jis'.
2068
2069 2013-12-18  MORIOKA Tomohiko  <tomo.git@chise.org>
2070
2071         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2072         setting for `==daikanwa/+p'.
2073
2074 2013-12-15  MORIOKA Tomohiko  <tomo.git@chise.org>
2075
2076         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2077         setting for `==shinjigen@1ed'.
2078
2079 2013-12-12  MORIOKA Tomohiko  <tomo.git@chise.org>
2080
2081         * mule/mule-conf.el (==shinjigen/+p@rev): New coded-charset for
2082         XEmacs CHISE.
2083
2084 2013-12-11  MORIOKA Tomohiko  <tomo.git@chise.org>
2085
2086         * mule/mule-conf.el (==shinjigen): Modify DOC.
2087         (==shinjigen@1ed): New coded-charset for XEmacs CHISE.
2088         (==shinjigen@rev): Modify DOC.
2089
2090 2013-12-09  MORIOKA Tomohiko  <tomo.git@chise.org>
2091
2092         * mule/mule-conf.el (==daikanwa/+p): New coded-charset for XEmacs
2093         CHISE.
2094
2095 2013-12-08  MORIOKA Tomohiko  <tomo.git@chise.org>
2096
2097         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2098         settings for `==daikanwa' and `==ucs@JP/hanazono'.
2099
2100         * mule/mule-conf.el (==shinjigen@rev): New coded-charset for
2101         XEmacs CHISE.
2102
2103         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2104         `==daikanwa'.
2105
2106 2013-11-27  MORIOKA Tomohiko  <tomo.git@chise.org>
2107
2108         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2109         setting for `==cns11643-7'.
2110
2111         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2112         `==cns11643-7'.
2113
2114 2013-11-23  MORIOKA Tomohiko  <tomo.git@chise.org>
2115
2116         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2117         `==cns11643-6'.
2118
2119         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2120         setting for `==cns11643-6'.
2121
2122 2013-11-20  MORIOKA Tomohiko  <tomo.git@chise.org>
2123
2124         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2125         setting for `==cns11643-5'.
2126
2127         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2128         `==cns11643-5'.
2129
2130 2013-11-16  MORIOKA Tomohiko  <tomo.git@chise.org>
2131
2132         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2133         setting for `==cns11643-4'.
2134
2135         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2136         `==cns11643-4'.
2137
2138 2013-11-08  MORIOKA Tomohiko  <tomo.git@chise.org>
2139
2140         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2141         setting for `==cns11643-3'.
2142
2143         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2144         `==cns11643-3'.
2145
2146 2013-11-02  MORIOKA Tomohiko  <tomo.git@chise.org>
2147
2148         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2149         setting for `==cns11643-2'.
2150
2151         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2152         `==cns11643-2'.
2153
2154 2013-10-29  MORIOKA Tomohiko  <tomo.git@chise.org>
2155
2156         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2157         Change priority of `=>>>ucs@ks'.
2158
2159         * mule/mule-conf.el (=>>>ucs@ks): Changed to an alias for
2160         `=ucs@ks'.
2161
2162 2013-10-26  MORIOKA Tomohiko  <tomo.git@chise.org>
2163
2164         * mule/mule-coding.el (coded-charset-entity-reference-alist): Use
2165         `=cns11643-1' instead of `chinese-cns11643-1'; add settings for
2166         `==ucs@cns' and `==cns11643-1'.
2167
2168         * mule/mule-conf.el (==cns11643-1): Fix `dimension'.
2169         (==cns11643-2): Ditto.
2170         (==cns11643-3): Ditto.
2171         (==cns11643-4): Ditto.
2172         (==cns11643-5): Ditto.
2173         (==cns11643-6): Ditto.
2174         (==cns11643-7): Ditto.
2175
2176         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2177         `==cns11643-1'.
2178
2179 2013-10-20  MORIOKA Tomohiko  <tomo.git@chise.org>
2180
2181         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2182         Change priority of `=>>>ucs@jis/2004', `=>>>ucs@jis/2004' and
2183         `=>>>ucs@jis/1990'.
2184
2185         * mule/mule-conf.el (=>>>ucs@jis/1990): Changed to an alias for
2186         `=ucs@jis/1990'.
2187         (=>>>ucs@jis/2000): Changed to an alias for `=ucs@jis/2000'.
2188         (=>>>ucs@jis/2004): Changed to an alias for `=ucs@jis/2004'.
2189
2190 2013-10-20  MORIOKA Tomohiko  <tomo.git@chise.org>
2191
2192         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2193         Change priority of `=>>>ucs@cns'.
2194
2195         * mule/mule-conf.el (=>>>ucs@cns): Changed to an alias for
2196         `=ucs@cns'.
2197
2198 2013-10-19  MORIOKA Tomohiko  <tomo.git@chise.org>
2199
2200         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2201         `==ks-x1001'.
2202
2203         * mule/mule-coding.el (coded-charset-entity-reference-alist): Use
2204         `=ks-x1001' instead of `korean-ksc5601'; add setting for
2205         `==ks-x1001'.
2206
2207 2013-10-18  MORIOKA Tomohiko  <tomo.git@chise.org>
2208
2209         * mule/mule-conf.el (=>>>gt): Changed to an alias for `=gt'.
2210
2211 2013-10-17  MORIOKA Tomohiko  <tomo.git@chise.org>
2212
2213         * mule/mule-conf.el (=>>>jis-x0208): Changed to an alias for
2214         `=jis-x0208'.
2215         (=>>>jis-x0208@1978): Changed to an alias for `=jis-x0208@1978'.
2216         (=>>>jis-x0208@1983): Changed to an alias for `=jis-x0208@1983'.
2217         (=>>>jis-x0208@1990): Changed to an alias for `=jis-x0208@1990'.
2218         (=>>>jis-x0213-1): Changed to an alias for `=jis-x0213-1'.
2219         (=>>>jis-x0213-1@2000): Changed to an alias for
2220         `=jis-x0213-1@2000'.
2221         (=>>>jis-x0213-1@2004): Changed to an alias for
2222         `=jis-x0213-1@2004'.
2223         (=>>>jis-x0213-2): Changed to an alias for `=jis-x0213-2'.
2224
2225 2013-10-17  MORIOKA Tomohiko  <tomo.git@chise.org>
2226
2227         * mule/mule-conf.el (=>>>adobe-japan1-0): Changed to an alias for
2228         `=adobe-japan1-0'.
2229         (=>>>adobe-japan1-1): Changed to an alias for `=adobe-japan1-1'.
2230         (=>>>adobe-japan1-2): Changed to an alias for `=adobe-japan1-2'.
2231         (=>>>adobe-japan1-3): Changed to an alias for `=adobe-japan1-3'.
2232         (=>>>adobe-japan1-4): Changed to an alias for `=adobe-japan1-4'.
2233         (=>>>adobe-japan1-5): Changed to an alias for `=adobe-japan1-5'.
2234         (=>>>adobe-japan1-6): Changed to an alias for `=adobe-japan1-6'.
2235
2236 2013-10-12  MORIOKA Tomohiko  <tomo.git@chise.org>
2237
2238         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2239         settings for `==adobe-japan1-6', `==hanyo-denshi/*', `==gt',
2240         `==jis-x0208@1990', `==jis-x0212', `==jis-x0213-1@2000',
2241         `==jis-x0213-2', `==jis-x0213-1@2004', `==big5-cdp', `==gt-k',
2242         `==jis-x0208@1983', `==jis-x0208@1978', `==ucs@iso',
2243         `==ucs@unicode', `=>>daikanwa/+p' and `==shinjigen@rev'.
2244
2245 2013-10-10  MORIOKA Tomohiko  <tomo.git@chise.org>
2246
2247         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2248         `=adobe-japan1-0', `=adobe-japan1-1', `=adobe-japan1-2',
2249         `=adobe-japan1-3', `=adobe-japan1-4', `=adobe-japan1-5',
2250         `==jis-x0208@1990', `==ucs-bmp-cjk@gb',
2251         `==ucs-bmp-cjk@JP/hanazono', `==ucs-sip-ext-b@iso',
2252         `==hanyo-denshi/*', `==adobe-japan1-6', `==big5-cdp',
2253         `==jis-x0208@1983', `==jis-x0208@1978', `==jis-x0213-1@2000' and
2254         `==jis-x0212'.
2255
2256 2013-10-03  MORIOKA Tomohiko  <tomo.git@chise.org>
2257
2258         * mule/mule-conf.el (=adobe-japan1-0): Modify registry to accept
2259         "AdobeJapan1-[0-6]$".
2260         (=adobe-japan1-1): Modify registry to accept "AdobeJapan1-[1-6]$".
2261         (=adobe-japan1-2): Modify registry to accept "AdobeJapan1-[2-6]$".
2262         (=adobe-japan1-3): Modify registry to accept "AdobeJapan1-[3-6]$".
2263         (=adobe-japan1-4): Modify registry to accept "AdobeJapan1-[4-6]$".
2264         (=adobe-japan1-5): Modify registry to accept "AdobeJapan1-[5-6]$".
2265         (==adobe-japan1-0): New coded-charset for XEmacs CHISE.
2266         (==adobe-japan1-1): Ditto.
2267         (==adobe-japan1-2): Ditto.
2268         (==adobe-japan1-3): Ditto.
2269         (==adobe-japan1-4): Ditto.
2270         (==adobe-japan1-5): Ditto.
2271         (==adobe-japan1-6): Ditto.
2272         (==jis-x0208): Ditto.
2273         (==jis-x0208@1978): Ditto.
2274         (==jis-x0208@1983): Ditto.
2275         (==jis-x0208@1990): Ditto.
2276         (==jis-x0213-1): Ditto.
2277         (==jis-x0213-1@2000): Ditto.
2278         (==jis-x0213-1@2004): Ditto.
2279         (==jis-x0213-2): Ditto.
2280         (==jis-x0212): Ditto.
2281         (==gb2312): Ditto.
2282         (==iso-ir165): Ditto.
2283         (==gb12345): Ditto.
2284         (==ks-x1001): Ditto.
2285         (==cns11643-1): Ditto.
2286         (==cns11643-2): Ditto.
2287         (==cns11643-3): Ditto.
2288         (==cns11643-4): Ditto.
2289         (==cns11643-5): Ditto.
2290         (==cns11643-6): Ditto.
2291         (==cns11643-7): Ditto.
2292         (==big5-cdp): Ditto.
2293         (==hanyo-denshi/ja): Ditto.
2294         (==hanyo-denshi/jb): Ditto.
2295         (==hanyo-denshi/jc): Ditto.
2296         (==hanyo-denshi/jd): Ditto.
2297         (==hanyo-denshi/ft): Ditto.
2298         (==hanyo-denshi/ia): Ditto.
2299         (==hanyo-denshi/ib): Ditto.
2300         (==hanyo-denshi/hg): Ditto.
2301         (==hanyo-denshi/jt): Ditto.
2302         (==hanyo-denshi/ks): Ditto.
2303         (==gt): Ditto.
2304         (==gt-k): Ditto.
2305         (==daikanwa): Ditto.
2306         (==shinjigen): Ditto.
2307         (==ucs@iso): Ditto.
2308         (==ucs@unicode): Ditto.
2309         (==ucs@gb): Ditto.
2310         (==ucs-bmp@gb): Ditto.
2311         (==ucs@cns): Ditto.
2312         (==ucs-bmp@cns): Ditto.
2313         (==ucs@jis): Ditto.
2314         (==ucs@jis/1990): Ditto.
2315         (==ucs@jis/2000): Ditto.
2316         (==ucs@jis/2004): Ditto.
2317         (==ucs@JP): Ditto.
2318         (==ucs@JP/hanazono): Ditto.
2319         (==ucs@ks): Ditto.
2320         (==ucs-bmp@ks): Ditto.
2321         (==ucs@cns11643): Ditto.
2322         (==ucs-bmp-cjk@gb): Ditto.
2323         (==ucs-bmp-cjk@JP/hanazono): Ditto.
2324         (==ucs-sip-ext-b@iso): Ditto.
2325
2326 2013-07-11  MORIOKA Tomohiko  <tomo.git@chise.org>
2327
2328         * mule/mule-charset.el (default-coded-charset-priority-list): Use
2329         `=ucs-bmp-cjk@gb' instead of `=ucs-bmp-cjk@unicode'.
2330
2331         * mule/mule-conf.el (=ucs-bmp-cjk@gb): New coded-charset for
2332         XEmacs CHISE.
2333         (=ucs-bmp-cjk@unicode): Abolished.
2334
2335 2013-07-10  MORIOKA Tomohiko  <tomo.git@chise.org>
2336
2337         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2338         `=+>ucs-bmp-cjk-compat@jis'.
2339
2340         * mule/mule-conf.el (=+>ucs-bmp-cjk-compat@jis): New coded-charset
2341         for XEmacs CHISE.
2342
2343 2013-07-06  MORIOKA Tomohiko  <tomo.git@chise.org>
2344
2345         * mule/mule-conf.el (=>cns11643-6): New coded-charset for XEmacs
2346         CHISE.
2347
2348 2013-05-28  MORIOKA Tomohiko  <tomo.git@chise.org>
2349
2350         * mule/mule-conf.el (=jis-x0208@1978/1pr/fixed): New coded-charset
2351         for XEmacs CHISE.
2352         (=jis-x0208@1978/1er-pr): Abolished.
2353         (=jis-x0208@1978/2-pr): Use `=jis-x0208@1978' instead of
2354         `=jis-x0208@1978/1er-pr' as the mother.
2355
2356 2013-02-20  MORIOKA Tomohiko  <tomo.git@chise.org>
2357
2358         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2359         setting for `=ucs-itaiji-084'.
2360
2361 2013-02-17  MORIOKA Tomohiko  <tomo.git@chise.org>
2362
2363         * mule/mule-charset.el (default-coded-charset-priority-list):
2364         Delete `=zihai-17xx'; add `=ucs-bmp-itaiji-084'.
2365
2366         * mule/mule-conf.el (=ucs-itaiji-084): New coded-charset for
2367         XEmacs CHISE.
2368         (=ucs-bmp-itaiji-084): Ditto.
2369
2370 2013-02-15  MORIOKA Tomohiko  <tomo.git@chise.org>
2371
2372         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2373         settings for `=big5-cdp-var-3' and `=big5-cdp-var-5'.
2374
2375 2013-02-14  MORIOKA Tomohiko  <tomo.git@chise.org>
2376
2377         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2378         `=zihai-17xx', `=big5-cdp-var-3' and `=big5-cdp-var-5'.
2379
2380         * mule/mule-conf.el (=big5-cdp-var-3): New coded-charset for
2381         XEmacs CHISE.
2382         (=big5-cdp-var-5): Ditto.
2383
2384 2012-10-31  MORIOKA Tomohiko  <tomo.git@chise.org>
2385
2386         * mule/mule-conf.el (=+>jis-x0213-1@2004): New coded-charset for
2387         XEmacs CHISE.
2388
2389 2012-10-26  MORIOKA Tomohiko  <tomo.git@chise.org>
2390
2391         * mule/mule-conf.el (=>>hanyo-denshi/ip): New coded-charset for
2392         XEmacs CHISE.
2393
2394 2012-10-17  MORIOKA Tomohiko  <tomo.git@chise.org>
2395
2396         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2397         setting for `=>>>hanyo-denshi/ft'.
2398
2399 2012-09-25  MORIOKA Tomohiko  <tomo.git@chise.org>
2400
2401         * mule/mule-conf.el (=>>>hanyo-denshi/jd): New coded-charset for
2402         XEmacs CHISE.
2403         (=>>hanyo-denshi/jd): Use `=>>>hanyo-denshi/jd' instead of
2404         `=hanyo-denshi/jd' as the mother.
2405
2406 2012-09-07  MORIOKA Tomohiko  <tomo.git@chise.org>
2407
2408         * mule/mule-conf.el (=+>adobe-japan1-0): New coded-charset for
2409         XEmacs CHISE.
2410         (=+>adobe-japan1-1): Ditto.
2411         (=+>adobe-japan1-2): Ditto.
2412         (=+>adobe-japan1-3): Ditto.
2413         (=+>adobe-japan1-4): Ditto.
2414         (=+>adobe-japan1-5): Ditto.
2415         (=+>adobe-japan1-6): Ditto.
2416         (=+>adobe-japan1): Changed to an alias for `=+>adobe-japan1-6'.
2417
2418 2012-09-07  MORIOKA Tomohiko  <tomo.git@chise.org>
2419
2420         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2421         Prefer `=>>>adobe-japan1' to other abstract glyph-form CCSs;
2422         prefer `=>>adobe-japan1' to other abstract glyph CCSs.
2423
2424         * mule/mule-conf.el: Define coded-charsets about Adobe-Japan1 at
2425         the top.
2426
2427 2012-09-05  MORIOKA Tomohiko  <tomo.git@chise.org>
2428
2429         * mule/mule-conf.el (=>>>hanyo-denshi/jb): New coded-charset for
2430         XEmacs CHISE.
2431         (=>>>hanyo-denshi/hg): New coded-charset for XEmacs CHISE.
2432         (=>>hanyo-denshi/jb): Use `=>>>hanyo-denshi/jb' as the mother.
2433         (=>>hanyo-denshi/hg): Use `=>>>hanyo-denshi/hg' as the mother.
2434
2435 2012-08-31  MORIOKA Tomohiko  <tomo.git@chise.org>
2436
2437         * mule/mule-charset.el (default-coded-charset-priority-list):
2438         Prefer `chinese-cns11643-{1..7}', `=adobe-japan1-6', `=big5-cdp'
2439         and `=hanyo-denshi/*' to `=gt-pj-{2..11}', `=gt-pj-k{1|2}', etc.
2440
2441         * mule/mule-conf.el: Modify order of definitions of some
2442         coded-charsets.
2443
2444 2012-08-30  MORIOKA Tomohiko  <tomo.git@chise.org>
2445
2446         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2447         Prefer `=>>hanyo-denshi/{ft|ia|ib|jt|ks}' to `=>>jis-x0208@1978',
2448         `=>>big5-cdp', `=>>gt-k' and `=>>ruimoku-v6'; add `=>>cns11643-4'.
2449
2450         * mule/mule-conf.el (=>>cns11643-4): New coded-charset for XEmacs
2451         CHISE.
2452         (=>>>hanyo-denshi/ft): New coded-charset for XEmacs CHISE.
2453         (=>>hanyo-denshi/ft): Use `=>>>hanyo-denshi/ft' as the mother.
2454
2455 2012-07-31  MORIOKA Tomohiko  <tomo.git@chise.org>
2456
2457         * mule/mule-conf.el (=>cns11643-2): New coded-charset for XEmacs
2458         CHISE.
2459
2460 2012-07-27  MORIOKA Tomohiko  <tomo.git@chise.org>
2461
2462         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2463         setting for `=daikanwa/+2p'.
2464
2465         * mule/mule-conf.el (=>>daikanwa/+2p): New coded-charset for
2466         XEmacs CHISE.
2467
2468 2012-06-26  MORIOKA Tomohiko  <tomo.git@chise.org>
2469
2470         * mule/mule-conf.el (=>>>hanyo-denshi/ks): New coded-charset for
2471         XEmacs CHISE.
2472         (=>>hanyo-denshi/ks): Use `=>>>hanyo-denshi/ks' as the mother.
2473
2474 2012-06-12  MORIOKA Tomohiko  <tomo.git@chise.org>
2475
2476         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2477         setting for `=>>>hanyo-denshi/ib'.
2478
2479 2012-06-12  MORIOKA Tomohiko  <tomo.git@chise.org>
2480
2481         * mule/mule-conf.el (=>>>hanyo-denshi/ja): New coded-charset for
2482         XEmacs CHISE.
2483         (=>>>hanyo-denshi/ib): Ditto.
2484         (=>>hanyo-denshi/ja): Use `=>>>hanyo-denshi/ja' instead of
2485         `=hanyo-denshi/ja' as the mother.
2486         (=>>hanyo-denshi/ib): Use `=>>>hanyo-denshi/ib' instead of
2487         `=hanyo-denshi/ib' as the mother.
2488
2489 2012-06-11  MORIOKA Tomohiko  <tomo.git@chise.org>
2490
2491         * mule/mule-coding.el (utf-8-ivs-mcs): New coding-system for
2492         XEmacs CHISE.
2493         (utf-8-ivs-mcs-er): Likewise.
2494         (utf-8-gb): Use `=ucs@gb' and `=>ucs@unicode' instead of `ucs-gb'
2495         and `=>ucs-gb'.
2496         (utf-8-ivs-gb): New coding-system for XEmacs CHISE.
2497         (utf-8-gb-er): Use `=ucs@gb' and `=>ucs@unicode' instead of
2498         `ucs-gb' and `=>ucs-gb'.
2499         (utf-8-ivs-gb-er): New coding-system for XEmacs CHISE.
2500         (utf-8-cns): Use `=ucs@cns' and `=>ucs@cns' instead of `ucs-cns'
2501         and `=>ucs-cns'.
2502         (utf-8-ivs-cns): New coding-system for XEmacs CHISE.
2503         (utf-8-cns-er): Use `=ucs@cns' and `=>ucs@cns' instead of
2504         `ucs-cns' and `=>ucs-cns'.
2505         (utf-8-ivs-cns-er): New coding-system for XEmacs CHISE.
2506         (utf-8-big5): Use `=ucs@big5' and `=>ucs@big5' instead of
2507         `ucs-big5' and `=>ucs-big5'.
2508         (utf-8-ivs-big5): New coding-system for XEmacs CHISE.
2509         (utf-8-big5-er): Use `=ucs@big5' and `=>ucs@big5' instead of
2510         `ucs-big5' and `=>ucs-big5'.
2511         (utf-8-ivs-big5-er): New coding-system for XEmacs CHISE.
2512         (utf-8-jis): Use `=ucs@jis/2000' and `=>ucs@jis' instead of
2513         `=ucs@jis-2000' and `=>ucs-jis'; modify DOC and mnemonic.
2514         (utf-8-ivs-jis): New coding-system for XEmacs CHISE.
2515         (utf-8-jis-er): Use `=ucs@jis/2000' and `=>ucs@jis' instead of
2516         `=ucs@jis-2000' and `=>ucs-jis'; modify DOC and mnemonic.
2517         (utf-8-ivs-jis-er): New coding-system for XEmacs CHISE.
2518         (utf-8-jp): Use `=ucs@JP' and `=>ucs@jis' instead of `=ucs@jp' and
2519         `=>ucs-jis'; modify DOC and mnemonic.
2520         (utf-8-ivs-jp): New coding-system for XEmacs CHISE.
2521         (utf-8-jp-er): Use `=ucs@JP' and `=>ucs@jis' instead of `=ucs@jp'
2522         and `=>ucs-jis'; modify DOC and mnemonic.
2523         (utf-8-ivs-jp-er): New coding-system for XEmacs CHISE.
2524         (utf-8-ks): Use `=ucs@ks' and `=>ucs@ks' instead of `ucs-ks' and
2525         `=>ucs-ks'.
2526         (utf-8-ivs-ks): New coding-system for XEmacs CHISE.
2527         (utf-8-ks-er): Use `=ucs@ks' and `=>ucs@ks' instead of `ucs-ks'
2528         and `=>ucs-ks'.
2529         (utf-8-ivs-ks-er): New coding-system for XEmacs CHISE.
2530
2531 2012-05-20  MORIOKA Tomohiko  <tomo.git@chise.org>
2532
2533         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2534         Prefer Hanyo-Denshi to GT, JIS, CNS, etc.
2535
2536 2012-05-20  MORIOKA Tomohiko  <tomo.git@chise.org>
2537
2538         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2539         Modify priorities.
2540
2541 2012-05-19  MORIOKA Tomohiko  <tomo.git@chise.org>
2542
2543         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2544         Prefer '("M-H" 4 d) and '("M-p" 5 d) to '("M-" 5 d).
2545
2546 2012-05-16  MORIOKA Tomohiko  <tomo.git@chise.org>
2547
2548         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2549         settings for `=daikanwa/ho', `=daikanwa/+p' and `=>daikanwa/ho'.
2550
2551 2012-05-15  MORIOKA Tomohiko  <tomo.git@chise.org>
2552
2553         * mule/mule-conf.el (=>daikanwa/ho): New coded-charset for XEmacs
2554         CHISE.
2555
2556 2012-05-10  MORIOKA Tomohiko  <tomo.git@chise.org>
2557
2558         * mule/mule-conf.el (=>>daikanwa/+p): New coded-charset for XEmacs
2559         CHISE.
2560
2561 2012-05-09  MORIOKA Tomohiko  <tomo.git@chise.org>
2562
2563         * mule/mule-conf.el (=>>daikanwa/ho): New coded-charset for XEmacs
2564         CHISE.
2565
2566 2012-03-26  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2567
2568         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2569         `=+>ucs-bmp-cjk@unicode'.
2570
2571         * mule/mule-conf.el (=+>ucs-bmp-cjk@unicode): New coded-charset
2572         for XEmacs CHISE.
2573
2574 2012-03-08  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2575
2576         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2577         setting for `=>>daikanwa'.
2578
2579 2011-12-14  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2580
2581         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2582         `=>>hanyo-denshi/jt'.
2583
2584 2011-12-09  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2585
2586         * mule/mule-conf.el (=+>jis-x0208@1983): New coded-charset for
2587         XEmacs CHISE.
2588         (=+>jis-x0208@1990): Ditto.
2589         (=+>jis-x0213-1@2000): Ditto.
2590
2591 2011-12-05  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2592
2593         * mule/mule-conf.el (=+>ucs@jis/2004): New coded-charset for
2594         XEmacs CHISE.
2595
2596 2011-11-27  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2597
2598         * mule/mule-conf.el (=>>>hanyo-denshi/jc): New coded-charset for
2599         XEmacs CHISE.
2600         (=>>hanyo-denshi/jc): Use `=>>>hanyo-denshi/jc' instead of
2601         `=hanyo-denshi/jc' as the mother.
2602
2603 2011-11-27  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2604
2605         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2606         setting for `=+>adobe-japan1'.
2607
2608         * mule/mule-charset.el (default-coded-charset-priority-list):
2609         Prefer `=adobe-japan1-6', `=adobe-japan1-base', `=>jis-x0208@1997'
2610         and `=>>hanyo-denshi/ft' to `=>>gt'.
2611
2612 2011-11-23  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2613
2614         * mule/mule-conf.el (=>>adobe-japan1-0): New coded-charset for
2615         XEmacs CHISE.
2616         (=>>adobe-japan1-1): Ditto.
2617         (=>>adobe-japan1-2): Ditto.
2618         (=>>adobe-japan1-3): Ditto.
2619         (=>>adobe-japan1-4): Ditto.
2620         (=>>adobe-japan1-5): Ditto.
2621         (=>>adobe-japan1-6): Ditto.
2622         (=>>adobe-japan1): Changed to alias for `=>>adobe-japan1-6'.
2623
2624 2011-11-22  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2625
2626         * mule/mule-conf.el (=adobe-japan1): New alias for
2627         `=adobe-japan1-6'.
2628         (=>>>adobe-japan1-0): New coded-charset for XEmacs CHISE.
2629         (=>>>adobe-japan1-1): Ditto.
2630         (=>>>adobe-japan1-2): Ditto.
2631         (=>>>adobe-japan1-3): Ditto.
2632         (=>>>adobe-japan1-4): Ditto.
2633         (=>>>adobe-japan1-5): Ditto.
2634         (=>>>adobe-japan1-6): Ditto.
2635         (=>>>adobe-japan1): Changed to alias for `=>>>adobe-japan1-6'.
2636
2637 2011-11-13  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2638
2639         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2640         setting for `=>>>adobe-japan1'.
2641
2642 2011-11-06  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2643
2644         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2645         setting for `=+>ucs@ks'.
2646
2647 2011-11-04  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2648
2649         * mule/mule-conf.el (=>>>adobe-japan1): New coded-charset for
2650         XEmacs CHISE.
2651         (=>>adobe-japan1): Use `=>>>adobe-japan1' instead of
2652         `=adobe-japan1-6' as the mother.
2653
2654 2011-11-03  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2655
2656         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2657         setting for `=>cns11643-7'.
2658
2659 2011-11-01  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2660
2661         * mule/mule-conf.el (=>cns11643-7): New coded-charset for XEmacs
2662         CHISE.
2663
2664 2011-10-29  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2665
2666         * mule/mule-conf.el (=+>adobe-japan1): New coded-charset for
2667         XEmacs CHISE.
2668         (=>>hanyo-denshi/ja): New coded-charset for XEmacs CHISE.
2669
2670         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2671         setting for `=>ucs@jis/2004'.
2672
2673 2011-10-28  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2674
2675         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2676         setting for `=+>gt'.
2677
2678         * mule/mule-conf.el (=+>gt): New coded-charset for XEmacs CHISE.
2679         (=>gt): Use `=+>gt' instead of `=>>gt' as the mother.
2680
2681 2011-10-28  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2682
2683         * mule/mule-conf.el (=+>ucs@unicode): Use `=+>ucs@iso' instead of
2684         `=>ucs@unicode' as the mother.
2685         (=+>ucs@jis): Use `=+>ucs@unicode' instead of `=>ucs@jis' as the
2686         mother.
2687         (=+>ucs@ks): Use `=+>ucs@unicode' instead of `=>ucs@ks' as the
2688         mother.
2689         (=+>ucs@cns): Use `=+>ucs@unicode' instead of `=>ucs@cns' as the
2690         mother.
2691
2692 2011-10-27  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2693
2694         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2695         setting for `=+>ucs@unicode'.
2696
2697         * mule/mule-conf.el (=+>ucs@unicode): New coded-charset for XEmacs
2698         CHISE.
2699
2700 2011-10-26  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2701
2702         * mule/mule-coding.el: (coded-charset-entity-reference-alist):
2703         - Use `=+>jis-x0208' instead of `=>jis-x0208@usual'.
2704         - Use `=+>jis-x0213-2' instead of `=>jis-x0213-2@usual'.
2705         - Add setting for `=+>ucs@cns'.
2706
2707         * mule/mule-conf.el (=+>jis-x0213-1): New coded-charset for XEmacs
2708         CHISE.
2709         (=>jis-x0213-1): Use `=+>jis-x0213-1' instead of `=>>jis-x0213-1'
2710         as the mother.
2711         (=+>ucs@cns): New coded-charset for XEmacs CHISE.
2712         (=>ucs-bmp-cjk@unicode): New coded-charset for XEmacs CHISE.
2713
2714         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2715         `=>ucs-bmp-cjk@unicode'; delete `=>>ucs@unicode'.
2716
2717 2011-10-25  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2718
2719         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2720         setting for `=>ucs@ks'.
2721
2722 2011-10-21  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2723
2724         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2725         `=ucs-bmp-cjk-compat@unicode'.
2726
2727         * mule/mule-conf.el (=ucs-bmp-cjk-compat@unicode): New
2728         coded-charset for XEmacs CHISE.
2729
2730 2011-10-20  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2731
2732         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2733         `=ucs-bmp-cjk-compat'.
2734
2735         * mule/mule-conf.el (=ucs-bmp-cjk-compat): New coded-charset for
2736         XEmacs CHISE.
2737
2738 2011-10-19  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2739
2740         * mule/mule-conf.el (=+>ucs@ks): New coded-charset for XEmacs
2741         CHISE.
2742
2743 2011-10-18  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2744
2745         * mule/mule-coding.el (coded-charset-entity-reference-alist): Use
2746         `=+>ucs@jis/1990' instead of `=>ucs@jis/1990'.
2747
2748         * mule/mule-conf.el (=+>ucs@jis/1990): Renamed from
2749         `=>ucs@jis/1990'.
2750         (=>ucs@jis/1990): New alias for `=+>ucs@jis/1990'.
2751
2752 2011-10-17  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2753
2754         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2755         setting for `=+>ucs@iso'; use `=+>ucs@jis' instead of `=>ucs@JP'.
2756
2757         * mule/mule-conf.el (=+>ucs@iso): New coded-charset for XEmacs
2758         CHISE.
2759         (=>>ucs@iso): Use `=+>ucs@iso' instead of `=>ucs@iso' as the
2760         mother.
2761
2762 2011-10-16  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2763
2764         * mule/mule-conf.el (=+>jis-x0213-2): Renamed from
2765         `=>jis-x0213-2@usual'.
2766         (=>jis-x0213-2@usual): New alias for `=+>jis-x0213-2'.
2767         (=>jis-x0213-2): Use `=+>jis-x0213-2' instead of
2768         `=>jis-x0213-2@usual' as the mother.
2769
2770 2011-10-15  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2771
2772         * mule/mule-conf.el (=+>ucs@jis): Renamed from `=>ucs@JP'.
2773         (=>ucs@JP): New alias for `=+>ucs@jis'.
2774
2775 2011-10-14  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2776
2777         * mule/mule-conf.el (=+>jis-x0208): Renamed from
2778         `=>jis-x0208@usual'.
2779         (=>jis-x0208@usual): New alias for `=+>jis-x0208'.
2780         (=+>jis-x0208@1978): Use `=+>jis-x0208' instead of
2781         `=>jis-x0208@usual' as the mother.
2782         (=>jis-x0208): Likewise.
2783
2784 2011-10-08  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2785
2786         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2787         setting for `=+>jis-x0208@1978'.
2788
2789 2011-10-08  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2790
2791         * mule/mule-conf.el (=+>jis-x0208@1978): New coded-charset for
2792         XEmacs CHISE.
2793
2794 2011-09-09  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2795
2796         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2797         setting for `=>>>ucs@jis/1990'.
2798
2799 2011-07-23  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2800
2801         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2802         setting for `=>ucs@jis/1990'.
2803
2804 2011-07-20  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2805
2806         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2807         setting for `=ucs@JP/hanazono'.
2808
2809         * mule/mule-conf.el (=>ucs@jis/1990): New coded-charset for XEmacs
2810         CHISE.
2811         (=ucs@JP/hanazono): Ditto.
2812         (=ucs-bmp-cjk@JP/hanazono): Ditto.
2813         (=>>hanyo-denshi/jc): Ditto.
2814         (=>>hanyo-denshi/jd): Ditto.
2815
2816 2011-07-19  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2817
2818         * mule/mule-charset.el (default-coded-charset-priority-list): Use
2819         `=ucs-bmp-cjk@JP/hanazono' instead of `=ucs-bmp-cjk@JP'.
2820
2821 2011-07-18  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2822
2823         * mule/mule-conf.el (=>>hanyo-denshi/jb): New coded-charset for
2824         XEmacs CHISE.
2825
2826 2011-07-08  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2827
2828         * mule/mule-conf.el (=>>hanyo-denshi/hg): New coded-charset for
2829         XEmacs CHISE.
2830
2831 2011-06-18  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2832
2833         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2834         `=ucs-bmp-cjk@JP'.
2835
2836 2011-04-28  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2837
2838         * mule/mule-conf.el (=ucs-bmp-cjk@JP): New coded-charset for
2839         XEmacs CHISE.
2840
2841 2011-05-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2842
2843         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2844         Modify order of settings; add settings for `=daikanwa@rev2'.
2845
2846 2011-04-20  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2847
2848         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2849         setting for `=>>cbeta'.
2850
2851         * mule/mule-conf.el (=>>cbeta): New coded-charset for XEmacs
2852         CHISE.
2853
2854 2011-04-01  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2855
2856         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2857         setting for `=>>adobe-japan1'.
2858
2859 2011-03-30  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2860
2861         * mule/mule-conf.el (=>>adobe-japan1): New coded-charset for
2862         XEmacs CHISE.
2863
2864 2011-03-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2865
2866         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2867         setting for `=>>hanyo-denshi/ia'.
2868
2869         * mule/mule-conf.el (=>>hanyo-denshi/ia): New coded-charset for
2870         XEmacs CHISE.
2871
2872 2011-03-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2873
2874         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2875         settings for `=>>>hanyo-denshi/jt' and `=>>>gt'.
2876
2877         * mule/mule-conf.el (=>>>hanyo-denshi/jt): New coded-charset for
2878         XEmacs CHISE.
2879         (=>>hanyo-denshi/jt): Use `=>>>hanyo-denshi/jt' instead of
2880         `=hanyo-denshi/jt' as the mother.
2881
2882 2011-03-09  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2883
2884         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2885         setting for `=>>>jis-x0213-2'.
2886
2887         * mule/mule-conf.el (=>>>gt): New coded-charset for XEmacs CHISE.
2888         (=>>gt): Use `=>>>gt' instead of `=gt' as the mother.
2889         (=>>>ucs@jis/2000): New coded-charset for XEmacs CHISE.
2890
2891 2011-03-09  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2892
2893         * mule/mule-conf.el (=>>>ucs@jis/1990): New coded-charset for
2894         XEmacs CHISE.
2895
2896 2011-03-08  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2897
2898         * mule/mule-conf.el (=>>>jis-x0208@1983): New coded-charset for
2899         XEmacs CHISE.
2900
2901         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2902         `=>>jis-x0213-1@2004'.
2903
2904 2011-03-07  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2905
2906         * mule/mule-conf.el (=>>>jis-x0208@1978): New coded-charset for
2907         XEmacs CHISE.
2908
2909 2011-03-07  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2910
2911         * mule/mule-coding.el: (coded-charset-entity-reference-alist):
2912         - Use "&g2-*;" as entity-references for `=>>>*'.
2913         - Omit "&a{GT|JX1|JX2|JX3}-*;".
2914
2915         * mule/mule-conf.el (=>>>jis-x0213-2): New coded-charset for
2916         XEmacs CHISE.
2917         (=>>jis-x0213-2): Use `=>>>jis-x0213-2' instead of `=jis-x0213-2'
2918         as the mother.
2919
2920 2011-03-06  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2921
2922         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2923         setting for `=>>hanyo-denshi/ib'.
2924
2925         * mule/mule-conf.el (=>>jis-x0208@1978): Fix DOC.
2926         (=>>jis-x0208@1983): New coded-charset for XEmacs CHISE.
2927         (=>>jis-x0208@1990): Ditto.
2928         (=>>hanyo-denshi/ib): Ditto.
2929
2930         * mule/mule-charset.el (default-coded-charset-priority-list):
2931         Prefer `=hanziku-*' to `=hanyo-denshi/*'.
2932
2933 2011-03-06  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2934
2935         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2936         Prefer `=>jis-x0213-2@usual' to `=>jis-x0208@1997' and
2937         `=>jis-x0213-1@2000'; add settings for `=>>>ucs@ks' and
2938         `=>>>ucs@jis/2004'.
2939
2940 2011-03-05  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2941
2942         * mule/mule-conf.el (=>>>jis-x0213-1@2000): New coded-charset for
2943         XEmacs CHISE.
2944         (=>>>jis-x0213-1@2004): Use `=>>>jis-x0213-1' instead of
2945         `=jis-x0213-1@2004' as the mother.
2946         (=>>>ucs@jis/2004): New coded-charset for XEmacs CHISE.
2947         (=>>>ucs@ks): Ditto.
2948
2949         * mule/mule-charset.el (default-coded-charset-priority-list):
2950         Modify priority of `=hanyo-denshi/*'.
2951
2952 2011-03-04  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2953
2954         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2955         settings for `=>>ucs@JP' and `=ucs@JP'.
2956
2957 2011-03-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2958
2959         * mule/mule-conf.el (=>>ucs@JP): New coded-charset for XEmacs
2960         CHISE.
2961
2962 2011-02-27  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2963
2964         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2965         setting for `=>>>ucs@cns'.
2966
2967         * mule/mule-conf.el (=>>>ucs@cns): New coded-charset for XEmacs
2968         CHISE.
2969
2970 2011-02-27  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2971
2972         * mule/mule-conf.el (=>>jis-x0213-1@2004): Use `=>>jis-x0213-1'
2973         instead of `=>>>jis-x0213-1@2004' as the mother.
2974         (=>>>ucs@iso): New coded-charset for XEmacs CHISE.
2975         (=>>>ucs@unicode): Likewise.
2976         (=>>>ucs@jis): Likewise.
2977         (=ucs@iso): Use `=>>>ucs@iso' instead of `=>>ucs@iso' as the
2978         mother.
2979         (=>>hanyo-denshi/ks): Fix `chars' and `dimension'.
2980
2981 2011-02-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2982
2983         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2984         settings for `=>>>jis-x0208', `=>>>jis-x0213-1',
2985         `=>>>jis-x0213-1@2004', `=>>>ucs@iso', `=>>>ucs@unicode' and
2986         `=>>>ucs@jis'.
2987
2988 2011-02-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2989
2990         * mule/mule-charset.el (default-coded-charset-priority-list):
2991         Prefer `=jis-x0212' to `=gt-pj-*', `chinese-cns11643-*', `=big5*'
2992         and `=jis-x0213-*-2000'.
2993
2994 2011-02-24  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2995
2996         * mule/mule-conf.el (=>>>jis-x0213-1@2004): New coded-charset for
2997         XEmacs CHISE.
2998         (=>>jis-x0213-1@2004): Use `=>>>jis-x0213-1@2004' instead of
2999         `=>>jis-x0213-1' as the mother.
3000
3001 2011-02-19  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3002
3003         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3004         settings for `=>>hanyo-denshi/jt' and `=>gt-k'.
3005
3006 2011-02-18  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3007
3008         * mule/mule-conf.el (=>gt-k): New coded-charset for XEmacs CHISE.
3009
3010 2011-02-18  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3011
3012         * mule/mule-conf.el (=>>hanyo-denshi/jt): New coded-charset for
3013         XEmacs CHISE.
3014
3015 2011-02-16  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3016
3017         * mule/mule-coding.el (decomposition-feature-list): Set
3018         `=decomposition', `=decomposition@cid' and
3019         `=decomposition@hanyo-denshi'.
3020
3021 2011-02-16  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3022
3023         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3024         setting for `=>>hanyo-denshi/ks'.
3025
3026         * mule/mule-conf.el (=>>hanyo-denshi/ks): New coded-charset for
3027         XEmacs CHISE.
3028
3029 2011-02-16  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3030
3031         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3032         settings for `=hanyo-denshi/ks' and `=hanyo-denshi/ks/mf'.
3033
3034         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3035         `=hanyo-denshi/ks/mf'.
3036
3037         * mule/mule-conf.el (=hanyo-denshi/ks): New coded-charset for
3038         XEmacs CHISE.
3039         (=hanyo-denshi/ks/mf): Ditto.
3040
3041 2011-02-15  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3042
3043         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3044         settings for P=hanyo-denshi/jt'.
3045
3046         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3047         `=hanyo-denshi/jt'.
3048
3049         * mule/mule-conf.el (=hanyo-denshi/jt): New coded-charset for
3050         XEmacs CHISE.
3051
3052 2011-02-15  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3053
3054         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3055         settings for `=hanyo-denshi/ip'.
3056
3057         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3058         `=hanyo-denshi/ip'.
3059
3060         * mule/mule-conf.el (=hanyo-denshi/ip): New coded-charset for
3061         XEmacs CHISE.
3062
3063 2011-02-14  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3064
3065         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3066         settings for `=hanyo-denshi/hg'.
3067
3068         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3069         `=hanyo-denshi/hg'.
3070
3071         * mule/mule-conf.el (=hanyo-denshi/hg): New coded-charset for
3072         XEmacs CHISE.
3073
3074 2011-02-14  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3075
3076         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3077         setting for `=>>hanyo-denshi/ft'.
3078
3079         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3080         `=>>hanyo-denshi/ft'.
3081
3082         * mule/mule-conf.el (=>>hanyo-denshi/ft): New coded-charset for
3083         XEmacs CHISE.
3084
3085 2011-02-14  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3086
3087         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3088         settings for `=hanyo-denshi/ib'.
3089
3090         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3091         `=hanyo-denshi/ib'.
3092
3093         * mule/mule-conf.el (=hanyo-denshi/ib): New coded-charset for
3094         XEmacs CHISE.
3095
3096 2011-02-14  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3097
3098         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3099         settings for isolated characters of `=hanyo-denshi/ia' and
3100         non-isolated characters of `=hanyo-denshi/*'.
3101
3102         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3103         `=hanyo-denshi/ia'.
3104
3105         * mule/mule-conf.el (=hanyo-denshi/ia): New coded-charset for
3106         XEmacs CHISE.
3107
3108 2011-02-14  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3109
3110         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3111         setting for isolated characters of `=hanyo-denshi/ft'.
3112
3113         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3114         `=hanyo-denshi/ft'.
3115
3116         * mule/mule-conf.el (=hanyo-denshi/ft): New coded-charset for
3117         XEmacs CHISE.
3118
3119 2011-02-14  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3120
3121         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3122         setting for isolated characters of `=hanyo-denshi/jd'.
3123
3124         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3125         `=hanyo-denshi/jd'.
3126
3127         * mule/mule-conf.el (=hanyo-denshi/jd): New coded-charset for
3128         XEmacs CHISE.
3129
3130 2011-02-13  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3131
3132         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3133         setting for isolated characters of `=hanyo-denshi/jc'.
3134
3135         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3136         `=hanyo-denshi/jc'.
3137
3138         * mule/mule-conf.el (=hanyo-denshi/jc): New coded-charset for
3139         XEmacs CHISE.
3140
3141 2011-02-13  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3142
3143         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3144         setting for isolated characters of `=hanyo-denshi/jb'.
3145
3146         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3147         `=hanyo-denshi/jb'.
3148
3149         * mule/mule-conf.el (=hanyo-denshi/jb): New coded-charset for
3150         XEmacs CHISE.
3151
3152 2011-02-13  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3153
3154         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3155         setting for isolated characters of `=hanyo-denshi/ja'.
3156
3157 2011-02-12  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3158
3159         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3160         `=hanyo-denshi/ja'.
3161
3162         * mule/mule-conf.el (=hanyo-denshi/ja): New coded-charset for
3163         XEmacs CHISE.
3164
3165 2011-02-09  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3166
3167         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3168         settings for isolated characters of `=adobe-japan1-6'.
3169
3170 2011-02-08  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3171
3172         * mule/mule-conf.el (=daikanwa/+p): New coded-charset for XEmacs
3173         CHISE.
3174         (=daikanwa/+2p): Ditto.
3175         (=daikanwa/ho): Ditto.
3176
3177 2011-02-08  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3178
3179         * mule/mule-coding.el (utf-8-mcs-no-composition): New
3180         coding-system for XEmacs CHISE.
3181
3182 2011-02-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3183
3184         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3185         setting for `=>>ruimoku-v6'.
3186
3187         * mule/mule-conf.el (=>>ruimoku-v6): New coded-charset for XEmacs
3188         CHISE.
3189
3190 2010-12-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3191
3192         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3193         setting for `=daikanwa@rev1'.
3194
3195 2010-10-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3196
3197         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3198         setting for `=>jis-x0213-2@usual' and `=>ucs@JP'.
3199
3200 2010-10-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3201
3202         * mule/mule-conf.el (=>jis-x0213-2@usual): New coded-charset for
3203         XEmacs CHISE.
3204         (=>jis-x0213-2): Use `=>jis-x0213-2@usual' as the mother.
3205
3206 2010-10-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3207
3208         * mule/mule-conf.el (=>ucs@JP): New coded-charset for XEmacs
3209         CHISE.
3210
3211 2010-09-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3212
3213         * mule/mule-conf.el (=>ucs@jis): New coded-charset for XEmacs
3214         CHISE.
3215
3216         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3217         setting for `=>ucs@jis'.
3218
3219 2010-09-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3220
3221         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3222         setting for `=>jis-x0208@usual'.
3223
3224         * mule/mule-conf.el (=>jis-x0208@usual): New coded-charset for
3225         XEmacs CHISE.
3226         (=>jis-x0208): Use `=>jis-x0208@usual' as the mother.
3227         (=>ucs@ks): New coded-charset for XEmacs CHISE.
3228         (=ucs@big5): Use `=>>ucs@cns' as the mother.
3229
3230 2010-09-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3231
3232         * mule/mule-conf.el (=>>>jis-x0208): New coded-charset for XEmacs
3233         CHISE.
3234         (=>>>jis-x0208@1990): Ditto.
3235         (=>>>jis-x0213-1): Ditto.
3236         (=>>jis-x0208): Use `=>>>jis-x0208' instead of `=jis-x0208' as the
3237         mother.
3238         (=>>jis-x0213-1): Use `=>>>jis-x0213-1' instead of `=jis-x0213-1'
3239         as the mother.
3240
3241 2010-09-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3242
3243         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3244         setting for `=>ucs@cns' and `=>>ucs@ks'.
3245
3246         * mule/mule-conf.el (=>>ucs@ks): New coded-charset for XEmacs
3247         CHISE.
3248
3249 2010-08-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3250
3251         * mule/mule-conf.el (=>ucs@cns): New coded-charset for XEmacs
3252         CHISE.
3253
3254 2010-08-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3255
3256         * mule/mule-conf.el (=>>daikanwa): New coded-charset for XEmacs
3257         CHISE.
3258         (=>daikanwa): Use `=>>daikanwa' instead of `=daikanwa' as the
3259         mother.
3260
3261 2010-08-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3262
3263         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3264         `==>ucs-bmp-cjk@bucs'.
3265
3266         * mule/mule-conf.el (==>ucs-bmp-cjk@bucs): New coded-charset for
3267         XEmacs CHISE.
3268
3269 2010-08-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3270
3271         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3272         setting for `==>ucs@bucs'.
3273
3274         * mule/mule-conf.el (==>ucs@bucs): New super abstract CCS for
3275         XEmacs CHISE.
3276
3277 2010-08-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3278
3279         * mule/mule-coding.el: (coded-charset-entity-reference-alist):
3280         - Add setting for `=>>jis-x0208'.
3281         - Omit setting for `=>>jis-x0208@1990'.
3282         - Prefer `=>>gt', JIS X0208/0213, `=>>big5-cdp', `=>>gt-k', `=>gt'
3283           and `=>zinbun-oracle' to `=>ucs@FOO', `=>>ucs@FOO' and
3284           `=ucs@FOO'.
3285
3286 2010-08-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3287
3288         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3289         setting for `=>daikanwa'.
3290
3291 2010-08-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3292
3293         * mule/mule-conf.el (=daikanwa): Fix DOC.
3294         (=>daikanwa): New abstract character for XEmacs CHISE.
3295         (=>ucs@iso): Likewise.
3296         (=>ucs@unicode): Likewise.
3297         (=>>ucs@iso): Use `=>ucs@iso' as the mother.
3298
3299 2010-08-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3300
3301         * mule/mule-coding.el: (coded-charset-entity-reference-alist):
3302         - Prefer representative features to `=>>gt', `=>>big5-cdp',
3303           `=>>gt-k', `=>gt' and `=>zinbun-oracle'.
3304         - Prefer abstract glyph features to `=>gt', `=>zinbun-oracle'.
3305         - Add `=>big5-cdp'.
3306
3307 2010-07-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3308
3309         * mule/mule-conf.el (=>>big5-cdp): Fix long-name.
3310         (=>big5-cdp): New abstract character.
3311
3312 2010-07-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3313
3314         * mule/mule-coding.el (coded-charset-entity-reference-alist):
3315         Prefer UCS and JIS X0208/0213 related features to `china3-jef' and
3316         `chinese-big5'.
3317
3318 2010-07-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3319
3320         * mule/mule-charset.el (default-coded-charset-priority-list):
3321         Prefer `=>>big5-cdp' to `=>>ucs@unicode'.
3322
3323         * mule/mule-coding.el (coded-charset-entity-reference-alist):
3324         Prefer `=>>ucs@{unicode|jis|cns' to `=>>ucs@jis/{2004|2000|1990',
3325         `=>>jis-x0208@{1990|1978', `=>>jis-x0213-1@{2000|2004}',
3326         `=>>jis-x0213-2', `=>jis-x0208@1997', `=>jis-x0213-1@{2000|2004}'
3327         and `=>jis-x0213-2'.
3328
3329 2010-07-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3330
3331         * mule/mule-conf.el (=>>ucs@jis/1990): New abstract glyph-set for
3332         XEmacs CHISE.
3333         (=>>ucs@jis/2000): Likewise.
3334         (=>>ucs@jis/2004): Likewise.
3335
3336 2010-07-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3337
3338         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3339         settings for `=>>big5-cdp', `=>>gt-k', `=>>ucs@jis' and
3340         `=>>ucs@cns'.
3341
3342         * mule/mule-conf.el (=>>big5-cdp): New abstract glyph-set for
3343         XEmacs CHISE.
3344         (=>>gt): Use quote instead of backquote; modify DOC.
3345         (=>gt): Use quote instead of backquote.
3346         (=>>gt-k): New abstract glyph-set for XEmacs CHISE.
3347         (=>>ucs@iso): New abstract glyph-set for XEmacs CHISE.
3348         (=>>ucs@unicode): Use `=>>ucs@iso' as the mother.
3349         (=>>ucs@jis): New abstract glyph-set for XEmacs CHISE.
3350         (=>>ucs@cns): New abstract glyph-set for XEmacs CHISE.
3351         (=ucs@iso): Use `=>>ucs@iso' as the mother.
3352
3353 2010-07-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3354
3355         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3356         `=>>ucs@unicode' and `=>>gt'.
3357
3358 2010-05-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3359
3360         * mule/mule-conf.el (=jis-x0208@1978/2-pr): New coded-charset for
3361         XEmacs CHISE.
3362         (=jis-x0208@1978/4er): New coded-charset for XEmacs CHISE.
3363         (=jis-x0208@1978/4-pr): Use `=jis-x0208@1978/2-pr' instead of
3364         `=jis-x0208@1978/1er-pr' as the mother.
3365         (=jis-x0208@1978/5pr): New coded-charset for XEmacs CHISE.
3366
3367 2010-04-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3368
3369         * mule/mule-conf.el (=ucs@big5): Use `=>>ucs@unicode' instead of
3370         `=ucs@unicode' as the mother.
3371
3372 2010-04-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3373
3374         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3375         setting for `=>>ucs@unicode'.
3376
3377         * mule/mule-conf.el (=>>ucs@unicode): New coded-charset for XEmacs
3378         CHISE.
3379
3380 2010-04-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3381
3382         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3383         settings for &I-AJ1-ddddd; and &AJ1-ddddd;.
3384
3385         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3386         `=adobe-japan1-6' and `=adobe-japan1-base'.
3387
3388         * mule/mule-conf.el (=adobe-japan1-base): New coded-charset for
3389         XEmacs CHISE.
3390         (=adobe-japan1-0): Specify `=adobe-japan1-base' as the mother;
3391         specify `min-code' and `max-code'.
3392         (=adobe-japan1-1): Specify `min-code' and `max-code'.
3393         (=adobe-japan1-2): Likewise.
3394         (=adobe-japan1-3): Likewise.
3395         (=adobe-japan1-4): Likewise.
3396         (=adobe-japan1-5): Likewise.
3397         (=adobe-japan1-6): Likewise.
3398
3399 2010-04-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3400
3401         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3402         setting for `=>gt'.
3403
3404 2010-04-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3405
3406         * mule/mule-conf.el (=>gt): New abstract coded-charset for XEmacs
3407         CHISE.
3408
3409 2010-04-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3410
3411         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3412         setting for `=>zinbun-oracle'.
3413
3414         * mule/mule-conf.el (=>zinbun-oracle): New abstract coded-charset
3415         for XEmacs CHISE.
3416
3417 2010-03-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3418
3419         * mule/mule-conf.el (=jis-x0208@1978/1er-pr): New coded-charset
3420         for XEmacs CHISE.
3421         (=jis-x0208@1978/4-pr): Use `=jis-x0208@1978/1er-pr' instead of
3422         `=jis-x0208@1978' as the mother.
3423
3424 2010-03-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3425
3426         * mule/mule-coding.el: (coded-charset-entity-reference-alist):
3427         - Use `=gt' instead of `ideograph-gt'.
3428         - Use `=gt-k' instead of `ideograph-gt-k'.
3429         - Use `=jis-x0208@1990' instead of `japanese-jisx0208-1990'.
3430         - Use `=jis-x0208@1983' instead of `japanese-jisx0208'.
3431         - Use `=jis-x0213-1@2000' instead of `japanese-jisx0213-1'.
3432         - Use `=jis-x0213-2' instead of `japanese-jisx0213-2'.
3433         - Use `=jis-x0212' instead of `japanese-jisx0212'.
3434         - Use `=jis-x0208@1978' instead of `japanese-jisx0208-1978'.
3435         - Use `=>>gt' instead of `<=>gt'.
3436         - Use &G-GT-ddddd; instead of &aGT-ddddd for `=>>gt'.
3437         - Add setting for `=>>jis-x0208@1990'.
3438         - Use &G-JX1-hhhh; instead of &aJX1-hhhh; for
3439           `=>>jis-x0213-1@2000'.
3440         - Use &G-JX2-hhhh; instead of &aJX2-hhhh; for `=>>jis-x0213-2'.
3441         - Use &G-JX3-hhhh; instead of &aJX3-hhhh; for
3442           `=>>jis-x0213-1@2004'.
3443         - Add setting for `=>>jis-x0208@1978'.
3444         - Decode &A-J0-hhhh; as `=>jis-x0208@1997'.
3445
3446 2010-02-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3447
3448         * mule/mule-conf.el (=>>jis-x0208@1978): New coded-charset for
3449         XEmacs CHISE.
3450
3451 2009-11-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3452
3453         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3454         setting for `=>>jis-x0213-2' and `=>jis-x0213-2'; use
3455         `=>jis-x0208@1997', `=>jis-x0213-1@2000' and `=>jis-x0213-1@2004'
3456         instead of `<=>jis-x0208@1997', `<=>jis-x0213-1@2000' and
3457         `<=>jis-x0213-1@2004'.
3458
3459 2009-09-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3460
3461         * mule/mule-conf.el (=>>jis-x0213-2): New coded-charset for XEmacs
3462         CHISE.
3463         (=>jis-x0213-2): Ditto.
3464
3465 2009-09-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3466
3467         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3468         settings for `=>>jis-x0213-1@2000' and `=>>jis-x0213-1@2004'.
3469
3470 2009-08-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3471
3472         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3473         `=>>jis-x0208', `=>>jis-x0213-1', `=>jis-x0208' and
3474         `=>jis-x0213-1'.
3475
3476 2009-08-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3477
3478         * mule/mule-conf.el (=>>jis-x0208): New coded-charset for XEmacs
3479         CHISE.
3480         (=>jis-x0208): Use `=>>jis-x0208' as the mother.
3481
3482 2009-08-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3483
3484         * mule/mule-conf.el (=>>jis-x0213-1): Renamed from
3485         `<==>jis-x0213-1'.
3486         (=>>jis-x0213-1@2000): Renamed from `<==>jis-x0213-1@2000'.
3487         (=>>jis-x0213-1@2004): Renamed from `<==>jis-x0213-1@2004'.
3488         (=>jis-x0208): Renamed from `<=>jis-x0208'.
3489         (<=>jis-x0208): New alias for `=>jis-x0208'.
3490         (=>jis-x0208@1997): Renamed from `<=>jis-x0208@1997'.
3491         (<=>jis-x0208@1997): New alias for `=>jis-x0208@1997'.
3492         (=>jis-x0213-1): Renamed from `<=>jis-x0213-1'.
3493         (<=>jis-x0213-1): New alias for `=>jis-x0213-1'.
3494         (=>jis-x0213-1@2000): Renamed from `<=>jis-x0213-1@2000'.
3495         (<=>jis-x0213-1@2000): New alias for `=>jis-x0213-1@2000'.
3496         (=>jis-x0213-1@2004): Renamed from `<=>jis-x0213-1@2004'.
3497         (<=>jis-x0213-1@2004): New alias for `=>jis-x0213-1@2004'.
3498         (=>>gt): Renamed from `<==>gt'.
3499         (<==>gt): New alias for `=>>gt'.
3500
3501 2009-08-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3502
3503         * mule/mule-coding.el: (coded-charset-entity-reference-alist):
3504         - Use `=jis-x0213-1@2000' instead of `japanese-jisx0213-1'
3505         - Use `=jis-x0213-2' instead of `japanese-jisx0213-2'.
3506         - Use `<=>jis-x0208@1997' instead of `=jis-x0208@1997'.
3507         - Add settings for `<=>jis-x0213-1@2000' and
3508           `<=>jis-x0213-1@2004'.
3509
3510         * mule/mule-conf.el (=jis-x0208@1978/-4X): New coded-charset for
3511         XEmacs CHISE.
3512         (<==>jis-x0213-1): Likewise.
3513         (<==>jis-x0213-1@2000): Likewise.
3514         (<==>jis-x0213-1@2004): Likewise.
3515         (<=>jis-x0208): Add property `=>iso-ir 168'.
3516         (<=>jis-x0208@1997): Likewise.
3517         (<=>jis-x0213-1): Use `<==>jis-x0213-1' instead of `=jis-x0213-1'
3518         as the mother; add property `=>iso-ir 228'.
3519         (<=>jis-x0213-1@2000): Modify DOC-string; fix `registry'; add
3520         property `=>iso-ir 228'.
3521         (<=>jis-x0213-1@2004): Modify DOC-string; fix `registry'; add
3522         property `=>iso-ir 233'.
3523         (<==>gt): Renamed from `<=>gt'.
3524         (<=>gt): New alias for `<==>gt'.
3525
3526 2009-08-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3527
3528         * mule/mule-conf.el (<=>jis-x0208): New coded-charset for XEmacs
3529         CHISE.
3530         (<=>jis-x0208@1997): Renamed from `=jis-x0208@1997'; use
3531         `<=>jis-x0208' as the mother.
3532         (<=>jis-x0213-1): New coded-charset for XEmacs CHISE.
3533         (<=>jis-x0213-1@2000): Ditto.
3534         (<=>jis-x0213-1@2004): Ditto.
3535
3536 2009-06-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3537
3538         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3539         settings for `<=>gt'.
3540
3541         * mule/mule-conf.el (<=>gt): New coded-charset for XEmacs CHISE.
3542
3543 2009-04-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3544
3545         * mule/mule-conf.el (=jis-x0208@1978): Specify `=>iso-ir' in
3546         XEmacs CHISE.
3547         (=jis-x0208@1978/-4pr): Likewise.
3548         (=jis-x0208@1978/4-pr): Likewise.
3549         (=jis-x0213-1): Likewise.
3550         (=ucs@iso): Likewise.
3551         (=ucs@unicode): Likewise.
3552         (=ucs@gb): Likewise.
3553         (=ucs@gb/fw): Likewise.
3554         (=ucs@cns): Likewise.
3555         (=ucs@cns/fw): Likewise.
3556         (=ucs@jis): Likewise.
3557         (=ucs@jis/fw): Likewise.
3558         (=ucs@jis/1990): Likewise.
3559         (=ucs@jis/2000): Likewise.
3560         (=ucs@jis/2004): Likewise.
3561         (=ucs@JP): Likewise.
3562         (=ucs@ks): Likewise.
3563         (=ucs@big5): Likewise.
3564         (=ucs@big5/cns11643): Likewise.
3565         (=ucs@cns11643): Likewise.
3566
3567 2008-10-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3568
3569         * mule/mule-charset.el (default-coded-charset-priority-list):
3570         Prefer `=jis-x0213-{1|2}-2000' to `japanese-jisx0212'.
3571
3572         * mule/mule-conf.el (=ucs@jis/2004): New coded-charset for XEmacs
3573         CHISE.
3574         (=ucs@JP): Use `=ucs@jis/2004' instead of `=ucs@jis' as the
3575         mother.
3576
3577 2008-09-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3578
3579         * mule/mule-conf.el (=jis-x0208@1978): New coded-charset [moved
3580         from src/mule-charset.c].
3581         (=jis-x0208@1978/-4pr): Renamed from `=jis-x0208@1978/i-4';
3582         specify `final'.
3583         (=jis-x0208@1978/1pr): Renamed from `=jis-x0208@1978/i1'; specify
3584         `iso-ir' and `final', namely now it is used as ISO-IR-42.
3585         (=jis-x0208@1978/4-pr): Renamed from `=jis-x0208@1978/i4-'.
3586         (=jis-x0208@1978/i1): New alias for `=jis-x0208@1978/1pr'.
3587         (=jis-x0208@1978/i-4): New alias for `=jis-x0208@1978/-4pr'.
3588         (=jis-x0208@1978/i4-): New alias for `=jis-x0208@1978/4-pr'.
3589
3590 2008-09-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3591
3592         * mule/mule-conf.el (=jis-x0213-1-2000): Changed to the alias of
3593         `=jis-x0213-1@2000' instead of `=jis-x0213-1'.
3594         (=jis-x0208@1978/i-4): Specify `partial'.
3595         (=jis-x0208@1978/i1): Likewise; use `=jis-x0208@1978/i-4' as the
3596         mother coded-charset.
3597         (=jis-x0208@1978/i4-): New coded-charset for XEmacs CHISE.
3598
3599 2008-09-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3600
3601         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3602         settings for `=jis-x0213-1@2004'.
3603
3604 2008-09-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3605
3606         * mule/mule-conf.el (=jis-x0213-1): New coded-charset for XEmacs
3607         CHISE.
3608         (=jis-x0213-1@2000): Renamed from `=jis-x0213-1-2000'.
3609         (=jis-x0213-2): Renamed from `=jis-x0213-2-2000'.
3610         (=jis-x0213-1@2004): New coded-charset for XEmacs CHISE.
3611         (=jis-x0213-1-2000): New alias for `=jis-x0213-1' in XEmacs CHISE
3612         temporarily.
3613         (=jis-x0213-2-2000): New alias for `=jis-x0213-2' in XEmacs CHISE.
3614
3615 2008-08-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3616
3617         * mule/mule-conf.el (=shinjigen): New coded-charset for XEmacs
3618         CHISE.
3619         (=shinjigen@1ed): Inherited from `=shinjigen'.
3620         (=shinjigen@rev): Likewise.
3621
3622 2008-08-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3623
3624         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3625         settings for `=shinjigen@rev' and `=shinjigen@1ed'.
3626
3627 2008-08-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3628
3629         * mule/mule-conf.el (=shinjigen@1ed): Renamed from `shinjigen-1';
3630         define it as an alias.
3631         (=shinjigen@1ed/24pr): New coded-charset for XEmacs CHISE.
3632         (=shinjigen@rev): Renamed from `shinjigen-2'; define it as an
3633         alias.
3634         (=shinjigen/+p@rev): Renamed from `shinjigen-2-p'; define it as an
3635         alias.
3636
3637 2008-07-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3638
3639         * mule/mule-conf.el (shinjigen-2-p): New coded-charset for XEmacs
3640         CHISE.
3641
3642 2008-06-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3643
3644         * mule/mule-conf.el (shinjigen-1): New coded-charset for XEmacs
3645         CHISE.
3646         (shinjigen-2): Ditto.
3647
3648 2007-05-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3649
3650         * mule/mule-charset.el (default-coded-charset-priority-list):
3651         Prefer `gt-pj-*' to `chinese-cns11643-*', `=big5-cdp',
3652         `chinese-big5-eten-*' and `chinese-big5'.
3653
3654 2006-03-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3655
3656         * mule/mule-conf.el (=ucs-bmp-cjk@unicode): Change `max-code' to
3657         #x9FA5 temporarily.
3658
3659 2006-01-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3660
3661         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3662         settings for `=jis-x0208@1978/i1'.
3663
3664 2005-11-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3665
3666         * mule/mule-conf.el (=jis-x0208@1978/i-4): New coded-charset for
3667         XEmacs CHISE.
3668
3669 2005-10-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3670
3671         * mule/mule-conf.el (=adobe-japan1-[0..6]): New coded-charset for
3672         XEmacs CHISE.
3673
3674 2005-07-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3675
3676         * mule/mule-conf.el (=jis-x0208@1978/i1): New coded-charset for
3677         XEmacs CHISE.
3678
3679 2005-06-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3680
3681         * mule/mule-conf.el (=ucs-bmp@gb): New coded-charset for XEmacs
3682         CHISE.
3683         (=ucs-bmp@cns): Likewise.
3684         (=ucs-bmp@jis): Likewise.
3685         (=ucs-bmp@ks): Likewise.
3686
3687 2005-05-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3688
3689         * mule/mule-conf.el (=zinbun-oracle): New coded-charset for XEmacs
3690         CHISE.
3691         (=ucs-bmp-cjk): Change `max-code' to #x9FA5 temporarily.
3692
3693 2005-05-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3694
3695         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3696         settings for `=zinbun-oracle'.
3697
3698         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3699         `=zinbun-oracle'.
3700
3701 2005-05-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3702
3703         * mule/mule-coding.el (coded-charset-entity-reference-alist):
3704         Modify to use "&U-hhhhhhhh;" instead of "&UU+hhhh;" for
3705         `=ucs@iso'.
3706
3707 2005-04-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3708
3709         * mule/mule-charset.el (default-coded-charset-priority-list):
3710         Delete `ucs-sip'; modify order of some CCSs.
3711
3712 2005-02-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3713
3714         * mule/mule-coding.el (iso-2022-jp-2): Specify `ccs-priority-list'
3715         in XEmacs CHISE.
3716
3717         * mule/japanese.el (iso-2022-jp): Specify `ccs-priority-list' in
3718         XEmacs CHISE; don't specify `input-charset-conversion' in XEmacs
3719         CHISE.
3720
3721 2004-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3722
3723         * mule/mule-conf.el (=ucs-radicals): Use "-zhRadicals-.*-ucs-0" as
3724         its registry.
3725         (=ucs-radicals@unicode): Likewise.
3726
3727 2004-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3728
3729         * mule/mule-conf.el (=ucs-hangul): New coded-charset for XEmacs
3730         CHISE.
3731
3732 2004-11-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3733
3734         * mule/mule-conf.el (=ucs@cns/fw): New coded-charset for XEmacs
3735         CHISE.
3736
3737 2004-11-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3738
3739         * mule/mule-conf.el (=ucs@gb/fw): New coded-charset for XEmacs
3740         CHISE.
3741
3742 2004-11-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3743
3744         * mule/mule-coding.el (coded-charset-entity-reference-alist):
3745         Modify preference of *isolated settings*.
3746
3747 2004-11-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3748
3749         * mule/mule-conf.el (=ucs@big5/cns11643): New coded-charset when
3750         utf-2000 is provided.
3751         (=ucs@cns11643): Likewise.
3752
3753 2004-11-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3754
3755         * mule/mule-coding.el (coded-charset-entity-reference-alist):
3756         Prefer every *isolated setting* to ordinary setting.
3757
3758 2004-11-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3759
3760         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3761         settings for `latin-viscii-{upper|lower}' and `latin-viscii'.
3762
3763 2004-10-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3764
3765         * mule/mule-conf.el (=ucs@jis/fw): New coded-charset for XEmacs
3766         CHISE.
3767
3768 2004-09-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3769
3770         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3771         settings for `=jis-x0208@1997'.
3772
3773 2004-09-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3774
3775         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3776         `=jis-x0208@1997'.
3777
3778 2004-09-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3779
3780         * mule/mule-conf.el (=jis-x0208@1997): New coded-charset for
3781         XEmacs CHISE.
3782
3783 2004-09-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3784
3785         * mule/mule-conf.el (=jis-x0208-1978): Define as an alias for
3786         `=jis-x0208@1978'.
3787         (=jis-x0208-1983): Define as an alias for `=jis-x0208@1983'.
3788         (=jis-x0213-1-2000): Use `=jis-x0208@1990' instead of
3789         `=jis-x0208-1990' as the mother.
3790         (=jis-x0208-1990): Define as an alias for `=jis-x0208@1990'.
3791
3792 2004-09-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3793
3794         * mule/mule-conf.el (=ucs@jis/1990): Renamed from `=ucs@jis-1990';
3795         define `=ucs@jis-1990' as an alias for `=ucs@jis/1990'.
3796         (=ucs@jis/2000): Renamed from `=ucs@jis-2000'; define
3797         `=ucs@jis-2000' as an alias for `=ucs@jis/2000'.
3798         (=ucs@JP): Renamed from `=ucs@jp'; define `=ucs@jp' as an alias
3799         for `=ucs@JP'.
3800
3801 2004-09-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3802
3803         * mule/mule-conf.el (=daikanwa@rev1): Renamed from
3804         `=daikanwa-rev1'; specify `=daikanwa' as the mother; define
3805         `=daikanwa-rev1' as an alias for `=daikanwa@rev1'.
3806         (=daikanwa@rev2): Renamed from `=daikanwa-rev2'; specify
3807         `=daikanwa' as the mother; define `=daikanwa-rev2' as an alias for
3808         `=daikanwa@rev2'.
3809
3810 2004-07-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3811
3812         * mule/mule-conf.el (=big5-cdp): Swap DOC-string and long-name.
3813         (=gt): Likewise.
3814         (=gt-k): Likewise.
3815         (=gt-pj-*): Likewise.
3816         (=gt-pj-k1): Likewise.
3817         (=gt-pj-k2): Likewise.
3818         (=daikanwa): Likewise.
3819         (=daikanwa-rev1): Likewise.
3820         (=daikanwa-rev2): Likewise.
3821         (=big5-pua): Likewise.
3822         (=big5-eten): Likewise.
3823         (chinese-big5-eten-a): Likewise.
3824         (chinese-big5-eten-b): Likewise.
3825         (=hanziku-*): Likewise.
3826         (=cbeta): Likewise.
3827         (=jef-china3): Likewise.
3828         (=ruimoku-v6): Likewise.
3829         (=ucs@iso): Likewise.
3830         (=ucs@unicode): Likewise.
3831         (=ucs@gb): Likewise.
3832         (=ucs@cns): Likewise.
3833         (=ucs@jis): Likewise.
3834         (=ucs@jis-1990): Likewise.
3835         (=ucs@jis-2000): Likewise.
3836         (=ucs@jp): Likewise.
3837         (=ucs@ks): Likewise.
3838         (=ucs@big5): Likewise.
3839         (=ucs-radicals): Likewise.
3840         (=ucs-radicals@unicode): Likewise.
3841         (=ucs-bmp-cjk): Likewise.
3842         (=ucs-bmp-cjk@unicode): Likewise.
3843         (=ucs-sip-ext-b): Likewise.
3844         (=ucs-sip-ext-b@iso): Likewise.
3845
3846 2004-04-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3847
3848         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3849         settings for =ucs@{unicode|iso|gb|jis|cns|ks}.
3850
3851 2004-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3852
3853         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3854         settings for chinese-gb2312, =iso-ir165, latin-iso8859-{1..4},
3855         cyrillic-iso8859-5, greek-iso8859-7, hebrew-iso8859-8,
3856         latin-iso8859-9, latin-jisx0201, katakana-jisx0201,
3857         latin-tcvn5712, thai-tis620, lao, ethiopic, arabic-{1|2}-column,
3858         arabic-digit, ipa and ``&I-B-XXXX;''.
3859
3860 2004-03-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3861
3862         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3863         setting for (I-)HZK{03..12}-XXXX.
3864
3865 2004-02-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3866
3867         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3868         settings for `&I-RUI6-hhhh;' and `&RUI6-hhhh;'.
3869
3870         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3871         `=ruimoku-v6'.
3872
3873         * mule/mule-conf.el (=ruimoku-v6): New coded-charset of XEmacs
3874         CHISE.
3875
3876 2004-01-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3877
3878         * mule/mule-conf.el (=ucs@iso): New coded-charset in XEmacs CHISE.
3879         (=ucs@unicode): Likewise.
3880         (=ucs@gb): Inherits `=ucs@unicode' instead of `=ucs'.
3881         (=ucs@cns): Likewise.
3882         (=ucs@jis): Likewise.
3883         (=ucs@ks): Likewise.
3884         (=ucs@big5): Likewise.
3885
3886 2004-01-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3887
3888         * mule/mule-coding.el (utf-8-jis): Use `=ucs@jis-2000' instead of
3889         `ucs-jis'.
3890         (utf-8-jis-er): Likewise.
3891         (utf-8-jp): New coding-system.
3892         (utf-8-jp-er): Likewise.
3893
3894         * mule/mule-conf.el (=ucs@jp): New coded-charset for XEmacs CHISE.
3895
3896 2004-01-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3897
3898         * mule/mule-coding.el (euc-jisx0213): Moved from mule/japanese.el.
3899
3900         * mule/japanese.el: Move definition of `euc-jisx0213' to
3901         mule/mule-coding.el.
3902
3903 2004-01-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3904
3905         * dumped-lisp.el (preloaded-file-list): Load mule-charset and
3906         mule-coding before loading update-cdb when utf-2000 is provided.
3907
3908 2003-11-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3909
3910         * mule/mule-conf.el: Prefer `=big5-cdp', `=gt' and `=gt-k' to
3911         `=daikanwa'.
3912
3913 2003-11-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3914
3915         * mule/mule-conf.el: Define =ucs@DOMAIN at the end of CCS
3916         definition codes when `utf-2000' is provided.
3917
3918 2003-08-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
3919
3920         * mule/mule-category.el (word-combining-categories): Don't setup
3921         `word-combining-categories' in XEmacs CHISE.
3922         (word-separating-categories): Add setting about Latin script in
3923         XEmacs CHISE.
3924
3925 2003-08-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
3926
3927         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3928         setting for `chinese-big5'.
3929
3930 2003-08-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3931
3932         * mule/mule-coding.el (coded-charset-entity-reference-alist):
3933         Prefer `chinese-big5-cdp' to `ideograph-daikanwa' and
3934         `ideograph-gt-k'; prefer `ideograph-daikanwa' to `ideograph-gt-k';
3935         add setting for HZK0[12]-xxxx.
3936
3937 2003-08-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
3938
3939         * mule/mule-conf.el (=iso-ir165): Define to inherit from `=gb2312'
3940         in XEmacs CHISE.
3941
3942 2003-07-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3943
3944         * mule/mule-charset.el (default-coded-charset-priority-list):
3945         Prefer `=big5-cdp', `chinese-big5-eten-a', `chinese-big5-eten-b'
3946         and `chinese-big5' to `=gt-pj-*'.
3947
3948 2003-05-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
3949
3950         * mule/mule-conf.el (=daikanwa): Renamed from
3951         `ideograph-daikanwa'.
3952         (ideograph-daikanwa): Changed to an alias for `=daikanwa'.
3953
3954 2003-05-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3955
3956         * mule/mule-conf.el (=cns11643-7): Renamed from
3957         `chinese-cns11643-7'.
3958         (chinese-cns11643-7): Changed to an alias for `=cns11643-7'.
3959
3960 2003-05-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3961
3962         * mule/mule-conf.el (=cns11643-6): Renamed from
3963         `chinese-cns11643-6'.
3964         (chinese-cns11643-6): Changed to an alias for `=cns11643-6'.
3965
3966 2003-05-06  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
3967
3968         * mule/mule-conf.el (=cns11643-5): Renamed from
3969         `chinese-cns11643-5'.
3970         (chinese-cns11643-5): Changed to an alias for `=cns11643-5'.
3971
3972 2003-05-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
3973
3974         * mule/mule-conf.el (=cns11643-4): Renamed from
3975         `chinese-cns11643-4'.
3976         (chinese-cns11643-4): Changed to an alias for `=cns11643-4'.
3977
3978 2003-05-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3979
3980         * mule/mule-conf.el (=cns11643-3): Renamed from
3981         `chinese-cns11643-3'.
3982         (chinese-cns11643-3): Changed to an alias for `=cns11643-3'.
3983
3984 2003-04-30  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
3985
3986         * mule/mule-conf.el: `chinese-cns11643-2' is renamed to
3987         `=cns11643-2'.
3988         (chinese-cns11643-2): New alias for `=cns11643-2'.
3989
3990 2003-04-27  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
3991
3992         * mule/mule-conf.el: `chinese-cns11643-1' is renamed to
3993         `=cns11643-1'.
3994         (chinese-cns11643-1): New alias for `=cns11643-1'.
3995
3996 2003-04-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3997
3998         * mule/mule-conf.el: `chinese-gb12345' is renamed to `=gb12345'.
3999         (chinese-gb12345): New alias for `=gb12345'.
4000
4001 2003-04-21  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4002
4003         * mule/mule-conf.el: `chinese-gb2312' is renamed to `=gb2312'.
4004         (chinese-gb2312): New alias for `=gb2312'.
4005
4006 2003-04-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4007
4008         * mule/mule-conf.el: `chinese-big5' is renamed to `=big5'.
4009         (chinese-big5): New alias for `=big5'.
4010
4011 2003-04-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4012
4013         * mule/mule-conf.el: `korean-ksc5601' is renamed to `=ks-x1001'.
4014         (korean-ksc5601): New alias for `=ks-x1001'.
4015
4016 2003-04-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4017
4018         * mule/mule-conf.el: `japanese-jisx0212' is renamed to
4019         `=jis-x0212'.
4020         (japanese-jisx0212): New alias for `=jis-x0212'.
4021
4022 2003-04-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4023
4024         * mule/mule-conf.el: `japanese-jisx0208' is renamed to
4025         `=jis-x0208-1983'.
4026         (japanese-jisx0208): New alias for `=jis-x0208-1983'.
4027
4028 2003-04-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4029
4030         * mule/mule-conf.el: `japanese-jisx0208-1978' is renamed to
4031         `=jis-x0208-1978'.
4032         (japanese-jisx0208-1978): New alias for `=jis-x0208-1978'.
4033
4034 2003-04-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4035
4036         * mule/mule-conf.el (=iso-ir165): Renamed from `chinese-isoir165'.
4037         (chinese-isoir165): Changed to an alias for `=iso-ir165'.
4038
4039 2003-04-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4040
4041         * mule/mule-conf.el (chinese-isoir165): Specify iso-ir 165.
4042         (chinese-cns11643-3): Specify iso-ir 183.
4043         (chinese-cns11643-4): Specify iso-ir 184.
4044         (chinese-cns11643-5): Specify iso-ir 185.
4045         (chinese-cns11643-6): Specify iso-ir 186.
4046         (chinese-cns11643-7): Specify iso-ir 187.
4047         (=jis-x0213-1-2000): In XEmacs CHISE, specify iso-ir 228.
4048         (=jis-x0213-2-2000): In XEmacs CHISE, specify iso-ir 229.
4049
4050 2003-04-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4051
4052         * bytecomp.el (byte-compile-insert-header): In XEmacs CHISE, check
4053         \uXXXX for every cases.
4054
4055 2003-03-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4056
4057         * mule/mule-conf.el (=ucs@big5): Renamed from `ucs-big5'.
4058         (ucs-big5): Changed to an alias for `=ucs@big5'.
4059
4060 2003-03-29  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4061
4062         * mule/mule-conf.el (=ucs@ks): Renamed from `ucs-ks'.
4063         (ucs-ks): Changed to an alias for `=ucs@ks'.
4064
4065 2003-03-27  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4066
4067         * mule/mule-conf.el (=ucs@jis-2000): Renamed from `=ucs-jis-2000'.
4068         (=ucs-jis-2000): Changed to an alias for `=ucs@jis-2000'.
4069
4070 2003-03-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4071
4072         * mule/mule-conf.el (=ucs@jis-1990): Renamed from `=ucs-jis-1990'.
4073         (=ucs-jis-1990): Changed to an alias for `=ucs@jis-1990'.
4074
4075 2003-03-24  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4076
4077         * mule/mule-conf.el (=ucs@jis): Renamed from `ucs-jis'.
4078         (ucs-jis): Changed to an alias for `=ucs@jis'.
4079
4080 2003-03-23  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4081
4082         * mule/mule-conf.el (=ucs@cns): Renamed from `ucs-cns'.
4083         (ucs-cns): Changed to an alias for `=ucs@cns'.
4084
4085 2003-03-20  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4086
4087         * mule/mule-conf.el (=ucs@gb): Renamed from `ucs-gb'.
4088         (ucs-gb): Changed to an alias for `=ucs@gb'.
4089
4090 2003-03-16  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4091
4092         * mule/mule-conf.el (=daikanwa-rev1): Renamed from
4093         `ideograph-daikanwa-2'.
4094         (ideograph-daikanwa-2): Changed to an alias for `=daikanwa-rev1'.
4095         (=daikanwa-rev2): New coded-charset when `utf-2000' is provided.
4096
4097 2003-03-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4098
4099         * version.el (emacs-version): Rename `XEmacs UTF-2000' to `XEmacs
4100         CHISE'; use `xemacs-chise-version' instead of `utf-2000-version'.
4101
4102         * obsolete.el (utf-2000-version): Declare as an obsolete variable
4103         for `xemacs-chise-version'.
4104
4105 2003-03-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4106
4107         * mule/mule-charset.el (default-coded-charset-priority-list):
4108         Refer `=jis-x0208-1990' instead of `japanese-jisx0208-1990'; refer
4109         `=gt-pj-*' instead of `ideograph-gt-pj-*'; refer `=hanziku-*'
4110         instead of `ideograph-hanziku-*'.
4111
4112         * mule/mule-conf.el: `ucs' is renamed to `=ucs'.
4113         (ucs): New alias for `=ucs' when `utf-2000' is provided.
4114
4115 2003-03-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4116
4117         * mule/mule-conf.el (=jis-x0213-1-2000): Rename
4118         `japanese-jisx0208-1990' to `=jis-x0208-1990'.
4119         (japanese-jisx0208-1990): New alias for `=jis-x0208-1990' when
4120         `utf-2000' is provided.
4121
4122 2003-03-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4123
4124         * mule/mule-conf.el (ucs-gb): New coded-charsets when `utf-2000'
4125         is provided [was builtin coded-charsets].
4126
4127 2003-03-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4128
4129         * mule/mule-conf.el (ucs-cns): New coded-charsets when `utf-2000'
4130         is provided [was builtin coded-charsets].
4131
4132 2003-03-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4133
4134         * mule/mule-conf.el (ucs-jis): New coded-charsets when `utf-2000'
4135         is provided [was builtin coded-charsets].
4136
4137 2003-03-02  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4138
4139         * mule/mule-conf.el (ucs-ks): New coded-charsets when `utf-2000'
4140         is provided [was builtin coded-charsets].
4141
4142 2003-03-01  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4143
4144         * mule/mule-conf.el (ideograph-daikanwa-2): New coded-charsets
4145         when `utf-2000' is provided [was builtin coded-charsets].
4146
4147 2003-02-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4148
4149         * mule/mule-conf.el (=hanziku-*): Renamed from
4150         `ideograph-hanziku-*'.
4151         (ideograph-hanziku-*): Changed to an alias for `=hanziku-*'.
4152
4153 2003-02-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4154
4155         * mule/mule-conf.el (ideograph-daikanwa): New coded-charsets when
4156         `utf-2000' is provided [was builtin coded-charsets].
4157         (ideograph-hanziku-{1..12}): Likewise.
4158
4159 2003-02-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4160
4161         * mule/mule-conf.el (=gt-pj-*): Renamed from `ideograph-gt-pj-*'.
4162         (ideograph-gt-pj-*): Changed to an alias for `=gt-pj-*'.
4163
4164 2003-02-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4165
4166         * mule/mule-conf.el (ideograph-gt-pj-{1..11}): New coded-charsets
4167         when `utf-2000' is provided [was builtin coded-charsets].
4168
4169 2003-02-24  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4170
4171         * mule/mule-charset.el (default-coded-charset-priority-list): Use
4172         `=big5-cdp', `=cbeta' and `=jef-china3' instead of
4173         `chinese-big5-cdp', `ideograph-cbeta' and `china3-jef'.
4174
4175 2003-02-18  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4176
4177         * mule/mule-conf.el (=gt): Renamed from `ideograph-gt'.
4178         (ideograph-gt): Changed to an alias for `=gt'.
4179
4180 2003-02-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4181
4182         * mule/mule-conf.el (ucs-big5): New coded-charset when `utf-2000'
4183         is provided; it was defined as a builtin coded-charset.
4184         (ideograph-gt): Likewise.
4185
4186 2003-02-16  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4187
4188         * mule/mule-conf.el (=gt-k): Renamed from `ideograph-gt-k'.
4189         (ideograph-gt-k): Changed to an alias for `=gt-k'.
4190
4191 2003-02-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4192
4193         * mule/mule-conf.el (=big5-cdp): Renamed from `chinese-big5-cdp'.
4194         (chinese-big5-cdp): Changed to an alias for `=big5-cdp'.
4195
4196 2003-02-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4197
4198         * mule/mule-conf.el (=big5-eten): Renamed from
4199         `chinese-big5-eten'.
4200         (chinese-big5-eten): Changed to an alias for `=big5-eten'.
4201
4202 2003-02-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4203
4204         * mule/mule-conf.el (=big5-pua): Renamed from `chinese-big5-pua'.
4205         (chinese-big5-pua): Changed to an alias for `=big5-pua'.
4206
4207 2003-02-13  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4208
4209         * mule/mule-conf.el (=cbeta): Renamed from `ideograph-cbeta'.
4210         (ideograph-cbeta): Changed to an alias for `=cbeta'.
4211
4212 2003-02-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4213
4214         * mule/mule-conf.el (=jef-china3): Renamed from `china3-jef'.
4215         (china3-jef): Changed to an alias for `=jef-china3'.
4216
4217 2003-02-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4218
4219         * mule/mule-charset.el (default-coded-charset-priority-list): Use
4220         `=jis-x0213-{1|2}-2000' instead of `japanese-jisx0213-{1|2}'.
4221
4222         * mule/mule-conf.el (=jis-x0213-{1|2}-2000): Renamed from
4223         `japanese-jisx0213-{1|2}' when `utf-2000' is provided.
4224         (japanese-jisx0213-{1|2}): New alias for =jis-x0213-{1|2}-2000
4225         when `utf-2000' is provided.
4226
4227 2003-02-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4228
4229         * mule/mule-charset.el (default-coded-charset-priority-list):
4230         Refer Hanziku to CBETA, Big5 variants, UCS-BMP and JEF-CHINA3.
4231
4232         * mule/mule-conf.el (ucs-jis-1990): Deleted.
4233         (ucs-jis-2000): Deleted.
4234
4235 2003-02-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4236
4237         * mule/mule-conf.el (=ucs-jis-1990): New coded-charset for
4238         UTF-2000.
4239         (=ucs-jis-2000): New coded-charset for UTF-2000.
4240
4241 2003-01-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4242
4243         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
4244         settings for `ideograph-hanziku-{1|2}' and JEF-CHINA3.
4245
4246 2003-01-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4247
4248         * mule/mule-charset.el (default-coded-charset-priority-list):
4249         Prefer `korean-ksc5601' to CNS 11643; prefer Big5-CDP to
4250         `ideograph-cbeta'.
4251
4252 2003-01-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4253
4254         * mule/mule-conf.el: Add new coded-charset when UTF-2000 [was a
4255         builtin coded-charset].
4256
4257 2002-12-22  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4258
4259         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
4260         settings for &K0-xxxx and &I-K0-xxxx.
4261
4262 2002-12-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4263
4264         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4265         `ideograph-gt-pj-k1' and `ideograph-gt-pj-k2' in UTF-2000.
4266
4267 2002-12-18  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4268
4269         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
4270         settings for &GT-Knnnnn and &I-GT-Knnnnn in UTF-2000.
4271
4272 2002-12-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4273
4274         * mule/mule-conf.el (ideograph-gt-k): New coded-charset in
4275         UTF-2000.
4276         (ideograph-gt-pj-k1): Likewise.
4277         (ideograph-gt-pj-k2): Likewise.
4278
4279 2002-11-29  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4280
4281         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4282         `=jis-x0208'.
4283
4284 2002-11-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4285
4286         * mule/mule-conf.el (china3-jef): Add new coded-charset when
4287         UTF-2000 [was a builtin coded-charset].
4288
4289 2002-11-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4290
4291         * mule/mule-coding.el (utf-8-gb): Prefer `ucs-gb' and `=>ucs-gb'.
4292         (utf-8-gb-er): Likewise.
4293
4294 2002-10-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4295
4296         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
4297         settings for JIS X 0212 and JIS X 0208:1978.
4298
4299 2002-10-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4300
4301         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
4302         setting for JIS X 0213.
4303
4304 2002-08-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4305
4306         * iso8859-1.el: Don't set `iso8859/1-case-table' to the
4307         standard-case-table in UTF-2000.
4308
4309 2002-08-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4310
4311         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
4312         definitions for isolated-chars.
4313
4314 2002-08-13  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4315
4316         * setup-paths.el (paths-find-utf-2000-lisp-directory): Use
4317         `configure-utf-2000-lisp-directory'.
4318         (paths-construct-load-path): Prefer `utf-2000-lisp-load-path' to
4319         `mule-lisp-load-path'.
4320
4321 2002-08-13  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4322
4323         * startup.el (startup-setup-paths): Set and use
4324         `utf-2000-lisp-directory'.
4325         (startup-setup-paths-warning): Check `utf-2000-lisp-directory' in
4326         UTF-2000.
4327
4328 2002-08-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4329
4330         * setup-paths.el (paths-utf-2000-load-path-depth): New variable.
4331         (paths-find-utf-2000-lisp-directory): New function.
4332         (paths-construct-load-path): Add new optional argument
4333         `utf-2000-lisp-directory'.
4334
4335         * dump-paths.el: Set and use `utf-2000-lisp-directory'.
4336
4337 2002-08-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4338
4339         * mule/mule-charset.el: Don't specify `auto-fill-chars' for
4340         `katakana-jisx0201', `japanese-jisx0208', `japanese-jisx0212',
4341         `chinese-gb2312', `chinese-big5-1' and `chinese-big5-2'.
4342         (default-coded-charset-priority-list): Add `chinese-big5-1' and
4343         `chinese-big5-2' in UTF-2000.
4344
4345         * mule/chinese.el: Set syntax-entry "w" for `chinese-big5' instead
4346         of `chinese-big5-1' and `chinese-big5-2' in UTF-2000.
4347
4348 2002-08-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4349
4350         * mule/chinese.el: Add new coding-systems `big5-er', `big5-eten',
4351         `big5-eten-er' in UTF-2000.
4352         (big5-cdp): Modify DOC-string and mnemonic.
4353
4354 2002-08-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4355
4356         * mule/mule-coding.el (utf-8-mcs-er): New coding-system in
4357         UTF-2000 [renamed from utf-8-er].
4358         (utf-8-gb): New coding-system in UTF-2000.
4359         (utf-8-gb-er): Likewise.
4360         (utf-8-cns): Likewise.
4361         (utf-8-cns-er): Likewise.
4362         (utf-8-big5): Likewise.
4363         (utf-8-big5-er): Likewise.
4364         (utf-8-jis): Likewise.
4365         (utf-8-jis-er): Likewise.
4366         (utf-8-ks): Likewise.
4367         (utf-8-ks-er): Likewise.
4368         (utf-8-er): Likewise.
4369
4370 2002-07-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4371
4372         * bytecomp.el (byte-compile-insert-header): Use `utf-8-mcs-unix'
4373         instead of `utf-8-unix' in UTF-2000.
4374
4375         * mule/mule-coding.el (utf-8): Define as an alias for `utf-8-mcs'.
4376
4377 2002-07-23  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4378
4379         * mule/japanese.el (euc-jisx0213): New coding-system.
4380
4381         * mule/mule-conf.el (japanese-jisx0213-1): Specify
4382         `japanese-jisx0208-1990' as the mother.
4383
4384 2002-07-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4385
4386         * dumped-lisp.el (preloaded-file-list): Change condition of
4387         loading "close-cdb".
4388
4389 2002-07-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4390
4391         * mule/mule-coding.el (utf-8-er): New coding-system in UTF-2000;
4392         setup `coded-charset-entity-reference-alist'.
4393
4394 2002-07-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4395
4396         * dumped-lisp.el (preloaded-file-list): Dump "close-cdb" in
4397         UTF-2000.
4398
4399 2002-04-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4400
4401         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4402         `chinese-big5-eten-a' and `chinese-big5-eten-b'.
4403
4404 2002-04-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4405
4406         * mule/mule-conf.el (chinese-big5-pua): New coded-charset.
4407         (chinese-big5-eten-a): Likewise.
4408         (chinese-big5-eten-b): Likewise.
4409         (chinese-big5-cdp): Declare as a subset of `chinese-big5' whose
4410         code range is #x8140 .. #x8DFE.
4411
4412 2002-04-08  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4413
4414         * mule/mule-conf.el (chinese-big5-eten): New coded-charset in
4415         UTF-2000.
4416         (chinese-big5-cdp): Likewise.
4417
4418 2002-02-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4419
4420         * dumped-lisp.el (preloaded-file-list): Rename
4421         utf-2000/make-cdbs.el -> utf-2000/update-cdb.el.
4422
4423 2002-02-14  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4424
4425         * update-elc.el: Load lisp/utf-2000/dumped-chars.el in UTF-2000;
4426         append `system-char-db-source-file-list' into
4427         `preloaded-file-list' in UTF-2000.
4428
4429 2002-02-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4430
4431         * dumped-lisp.el (preloaded-file-list): Delete
4432         character-definition files.
4433
4434 2002-02-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4435
4436         * dumped-lisp.el (preloaded-file-list): Add `make-cdbs' in
4437         UTF-2000.
4438
4439 2001-12-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4440
4441         * mule/mule-charset.el (default-coded-charset-priority-list):
4442         Delete `mojikyo-2022-1'.
4443
4444 2001-12-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4445
4446         * mule/mule-charset.el (default-coded-charset-priority-list):
4447         Delete `mojikyo'.
4448
4449 2001-12-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4450
4451         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4452         `ucs-sip'.
4453
4454 2001-11-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4455
4456         * mule/mule-charset.el (default-coded-charset-priority-list):
4457         Comment out `chinese-gb12345'.
4458
4459 2001-11-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4460
4461         * bytecomp.el (byte-compile-insert-header): Fixed.
4462
4463 2001-10-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4464
4465         * dumped-lisp.el (preloaded-file-list): Dump `ad-hoc-cdp' in
4466         XEmacs UTF-2000.
4467
4468 2001-10-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4469
4470         * mule/chinese.el (big5-cdp): New coding-system in XEmacs
4471         UTF-2000.
4472
4473 2001-10-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4474
4475         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4476         `ideograph-hanziku-{1 .. 12}' in XEmacs UTF-2000.
4477
4478 2001-10-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4479
4480         * mule/mule-charset.el (default-coded-charset-priority-list):
4481         `japanese-jef-china3' is renamed `china3-jef'.
4482
4483 2001-10-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4484
4485         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4486         `japanese-jef-china3' and `ideograph-cbeta'.
4487
4488 2001-09-02  MORIOKA Tomohiko  <tomo@calliope.mousai.mahoroba.ne.jp>
4489
4490         * list-mode.el: Delete dirty hack for XEmacs UTF-2000.
4491
4492 2001-08-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4493
4494         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4495         `chinese-big5-cdp'.
4496
4497 2001-08-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4498
4499         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4500         `arabic-digit', `arabic-1-column' and `arabic-2-column'.
4501
4502 2001-07-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4503
4504         * dumped-lisp.el (preloaded-file-list): Load "arabic" before
4505         loading character definitions.
4506
4507 2001-07-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4508
4509         * dumped-lisp.el (preloaded-file-list): Rename
4510         u031A0-Extended-Bopomofo.el to u031A0-Bopomofo-Extended.el.
4511
4512 2001-07-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4513
4514         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4515         `chinese-big5'.
4516
4517 2001-07-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4518
4519         * dumped-lisp.el (preloaded-file-list): Dump
4520         "Ideograph-R028-Private" with XEmacs UTF-2000.
4521
4522 2001-07-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4523
4524         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4525         `chinese-gb12345'.
4526
4527 2001-07-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4528
4529         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4530         `ideograph-gt-pj-{1..11}'.
4531
4532         * dumped-lisp.el (preloaded-file-list): Dump `isolated-char' in
4533         XEmacs UTF-2000.
4534
4535 2000-12-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4536
4537         * mule/mule-charset.el (default-coded-charset-priority-list):
4538         Prefer `chinese-gb2312' than `chinese-cns11643-*'; add
4539         `chinese-isoir165'.
4540
4541 2000-10-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4542
4543         * format.el (format-alist): Revive `image/jpeg', `image/gif',
4544         `image/png', `image/x-xpm' and `image/tiff'.
4545
4546         * files.el (binary-file-regexps): Add *.PNG.
4547
4548 2000-07-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4549
4550         * mule/mule-charset.el (default-coded-charset-priority-list):
4551         Prefer `japanese-jisx0208-1990' than `japanese-jisx0212'; prefer
4552         `korean-ksc5601' than `japanese-jisx0213-1'; add `mojikyo-2022-1'.
4553
4554 2000-09-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4555
4556         * list-mode.el: Call `completion-list-mode' to avoid slowness of
4557         the first completion when UTF-2000 is running.
4558
4559 2000-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4560
4561         * mule/mule-charset.el (default-coded-charset-priority-list):
4562         Delete `ucs'.
4563
4564 2000-04-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4565
4566         * dumped-lisp.el (preloaded-file-list): Don't add "mojikyo".
4567
4568         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4569         `mojikyo' instead of `mojikyo-pj-[1..21]'.
4570
4571 2000-04-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4572
4573         * mule/vietnamese.el (vscii-2): Delete abolished property
4574         `composite'; now composite mode is default.
4575
4576 2000-04-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4577
4578         * bytecomp.el (byte-compile-insert-header): Use `binary' instead
4579         of `raw-text'; check \uHHHH representation even if non-ascii
4580         characters are not found.
4581
4582         * dumped-lisp.el (preloaded-file-list): Add "ccs-tcvn5712.el" in
4583         UTF-2000; add "viet-ccl" in non-UTF-2000 Mule; add "vietnamese"
4584         unconditionally.
4585
4586         * mule/viet-ccl.el: New file.
4587
4588         * mule/vietnamese.el (vscii-2): New coding-system in UTF-2000.
4589         (tcvn-5712): New coding-system alias of `vscii-2' in UTF-2000.
4590         - Separate CCL based implementations to viet-ccl.el.
4591
4592 2000-02-24  MORIOKA Tomohiko  <tomo@m17n.org>
4593
4594         * mule/mule-conf.el (japanese-jisx0213-1): Allow
4595         "jisx0213.2000-1".
4596         (japanese-jisx0213-2): Allow "jisx0213.2000-2".
4597
4598         * mule/mule-charset.el (default-coded-charset-priority-list):
4599         Prefer `japanese-jisx0213-1' and `japanese-jisx0213-2' to
4600         `japanese-jisx0208-1978' and `japanese-jisx0208-1990'.
4601
4602 2000-01-31  MORIOKA Tomohiko  <tomo@etl.go.jp>
4603
4604         * dumped-lisp.el (preloaded-file-list): Add "mojikyo" in UTF-2000.
4605
4606 2000-01-27  MORIOKA Tomohiko  <tomo@m17n.org>
4607
4608         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4609         `ucs' in UTF-2000.
4610
4611 2000-01-26  MORIOKA Tomohiko  <tomo@etl.go.jp>
4612
4613         * mule/mule-charset.el (default-coded-charset-priority-list):
4614         Prefer `mojikyo-pj-*' and `ideograph-daikanwa' to `ucs-bmp' and
4615         `arabic-iso8859-6'.
4616
4617 2000-01-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
4618
4619         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4620         `mojikyo-pj-[1 .. 21]' in UTF-2000.
4621
4622 2000-01-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
4623
4624         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4625         `katakana-jisx0201' in UTF-2000.
4626
4627 1999-12-23  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4628
4629         * dumped-lisp.el (preloaded-file-list): Add "u0A000-Yi-Syllables",
4630         "u0AC00-Hangul-Syllables", "u0FB00-Alphabetic-Presentation-Forms",
4631         "u0FB50-Arabic-Presentation-Forms-A",
4632         "u0FE20-Combining-Half-Marks", "u0FE30-CJK-Compatibility-Forms",
4633         "u0FE50-Small-Form-Variants",
4634         "u0FE70-Arabic-Presentation-Forms-B",
4635         "u0FF00-Halfwidth-and-Fullwidth-Forms" and "u0FFF0-Specials" in
4636         UTF-2000.
4637
4638 1999-12-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
4639
4640         * dumped-lisp.el (preloaded-file-list): Delete
4641         "ccs-jisx0208-1983.el"; add "Ideograph-R031-Enclosure"
4642         ... "Ideograph-R214-Flute" in UTF-2000.
4643
4644 1999-11-21  MORIOKA Tomohiko  <tomo@etl.go.jp>
4645
4646         * mule/mule-conf.el (japanese-jisx0213-1): New coded-charset.
4647         (japanese-jisx0213-2): New coded-charset.
4648
4649         * dumped-lisp.el (preloaded-file-list): Add
4650         "Ideograph-R028-Private", "Ideograph-R029-Again" and
4651         "Ideograph-R030-Mouth".
4652
4653 1999-11-19  MORIOKA Tomohiko  <tomo@etl.go.jp>
4654
4655         * dumped-lisp.el (preloaded-file-list): Add "Ideograph-R012-Eight",
4656         "Ideograph-R013-Down-Box", "Ideograph-R014-Cover",
4657         "Ideograph-R015-Ice", "Ideograph-R016-Table",
4658         "Ideograph-R017-Open-Box", "Ideograph-R018-Knife",
4659         "Ideograph-R019-Power", "Ideograph-R020-Wrap", "Ideograph-R021-Spoon",
4660         "Ideograph-R022-Right-Open-Box", "Ideograph-R023-Hiding-Enclosure",
4661         "Ideograph-R024-Ten", "Ideograph-R025-Divination",
4662         "Ideograph-R026-Seal" and "Ideograph-R027-Cliff" in UTF-2000.
4663
4664 1999-11-18  MORIOKA Tomohiko  <tomo@etl.go.jp>
4665
4666         * dumped-lisp.el (preloaded-file-list): Add "Ideograph-R002-Line",
4667         "Ideograph-R003-Dot", "Ideograph-R004-Slash",
4668         "Ideograph-R005-Second", "Ideograph-R006-Hook",
4669         "Ideograph-R007-Two", "Ideograph-R008-Lid", "Ideograph-R009-Man",
4670         "Ideograph-R010-Legs" and "Ideograph-R011-Enter".
4671
4672         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4673         `japanese-jisx0208-1990' and `japanese-jisx0208-1978'.
4674
4675 1999-11-16  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4676
4677         * dumped-lisp.el (preloaded-file-list): Add "Ideograph-R001-One"
4678         in UTF-2000.
4679
4680 1999-11-16  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4681
4682         * mule/mule-conf.el (sisheng): Moved from mule/chinese.el.
4683         (chinese-isoir165): Moved from mule/chinese.el.
4684         (chinese-cns11643-3): Moved from mule/chinese.el.
4685         (chinese-cns11643-4): Moved from mule/chinese.el.
4686         (chinese-cns11643-5): Moved from mule/chinese.el.
4687         (chinese-cns11643-6): Moved from mule/chinese.el.
4688         (chinese-cns11643-7): Moved from mule/chinese.el.
4689
4690         * mule/chinese.el: Move definition of coded-charsets to
4691         mule/mule-conf.el.
4692
4693 1999-11-15  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4694
4695         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4696         `ideograph-daikanwa'.
4697
4698 1999-11-15  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4699
4700         * dumped-lisp.el (preloaded-file-list): Delete
4701         "ccs-jisx0201-latin.el".
4702
4703 1999-11-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
4704
4705         * dumped-lisp.el (preloaded-file-list): Add
4706         "u031A0-Extended-Bopomofo" in UTF-2000.
4707
4708 1999-11-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
4709
4710         * dumped-lisp.el (preloaded-file-list): u02E00-CJK-Radicals was
4711         renamed to u02E00-CJK-Radical-Supplement.
4712
4713 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4714
4715         * dumped-lisp.el (preloaded-file-list): Add
4716         "u03000-CJK-Symbols-and-Punctuation", "u03040-Hiragana",
4717         "u030A0-Katakana", "u03100-Bopomofo",
4718         "u03130-Hangul-Compatibility-Jamo", "u03190-Kanbun",
4719         "u03200-Enclosed-CJK-Letters-and-Months" and
4720         "u03300-CJK-Compatibility".
4721
4722 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4723
4724         * dumped-lisp.el (preloaded-file-list): Add "u02E00-CJK-Radicals",
4725         "u02F00-Kangxi-Radicals" and
4726         "u02FF0-Ideographic-Description-Characters".
4727
4728 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4729
4730         * dumped-lisp.el (preloaded-file-list): Add
4731         "u02600-Miscellaneous-Symbols", "u02700-Dingbats" and
4732         "u02800-Braille-Patterns" in UTF-2000.
4733
4734 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4735
4736         * dumped-lisp.el (preloaded-file-list): Load "uXXXXX-*" instead of
4737         "uXXXXX-*.el" in UTF-2000.
4738
4739         * bytecomp.el (byte-compile-insert-header): Delete comments if
4740         non-ASCII characters are found; allow `byte-compile-dynamic' and
4741         `byte-compile-dynamic-docstrings' if *.elc will be encoded by
4742         `raw-text'.
4743
4744 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4745
4746         * dumped-lisp.el (preloaded-file-list): Add
4747         "u02500-Box-Drawing.el", "u02580-Block-Elements.el" and
4748         "u025A0-Geometric-Shapes.el".
4749
4750 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4751
4752         * dumped-lisp.el (preloaded-file-list): Add
4753         "u02400-Control-Pictures.el", "u02440-OCR.el" and
4754         "u02460-Enclosed-Alphanumerics.el".
4755
4756 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4757
4758         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4759         `chinese-gb2312'.
4760
4761         * dumped-lisp.el (preloaded-file-list): Add
4762         "u02200-Mathematical-Operators.el" and
4763         "u02300-Miscellaneous-Technical.el".
4764
4765 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4766
4767         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4768         `chinese-cns11643-*'.
4769
4770         * dumped-lisp.el (preloaded-file-list): Add
4771         "u02100-Letterlike-Symbols.el", "u02150-Number-Forms.el" and
4772         "u02190-Arrows.el" in UTF-2000.
4773
4774 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4775
4776         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4777         `korean-ksc5601'.
4778
4779         * dumped-lisp.el (preloaded-file-list): Add
4780         "u02000-General-Punctuation.el", "u02070-Superscripts.el",
4781         "u02080-Subscripts.el", "u020A0-Currency-Symbols.el" and
4782         "u020D0-Combining-Diacritical-Marks-for-Symbols.el" in UTF-2000.
4783
4784 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4785
4786         * dumped-lisp.el (preloaded-file-list): Delete "ccs-viscii.el".
4787
4788 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4789
4790         * dumped-lisp.el (preloaded-file-list): Add "u013A0-Cherokee.el",
4791         "u01400-Canadian.el", "u01680-Ogham.el", "u016A0-Runic.el",
4792         "u01780-Khmer.el", "u01800-Mongolian.el",
4793         "u01E00-Latin-Extended-Additional.el" and
4794         "u01F00-Greek-Extended.el" in UTF-2000.
4795
4796 1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4797
4798         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4799         `ethiopic-ucs' and `ethiopic'.
4800
4801         * dumped-lisp.el (preloaded-file-list): Add "u010A0-Georgian.el",
4802         "u01100-Hangul-Jamo.el" and "u01200-Ethiopic.el".
4803
4804         * mule/mule-conf.el: Move definition of coded-charset `ethiopic'
4805         from mule/ethiopic.el.
4806
4807         * mule/ethiopic.el: Move definition of coded-charset `ethiopic' to
4808         mule/mule-conf.el.
4809
4810 1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4811
4812         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4813         `lao'.
4814
4815         * mule/mule-conf.el (lao): New coded-charset.
4816
4817         * dumped-lisp.el (preloaded-file-list): Add
4818         "u00900-Devanagari.el", "u00980-Bengali.el", "u00A00-Gurmukhi.el",
4819         "u00A80-Gujarati.el", "u00B00-Oriya.el", "u00B80-Tamil.el",
4820         "u00C00-Telugu.el", "u00C80-Kannada.el", "u00D00-Malayalam.el",
4821         "u00D80-Sinhala.el", "u00E00-Thai.el", "u00E80-Lao.el",
4822         "u00F00-Tibetan.el" and "u01000-Myanmar.el".
4823
4824 1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4825
4826         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4827         `ucs-bmp' and `arabic-iso8859-6'.
4828
4829 1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4830
4831         * dumped-lisp.el (preloaded-file-list): Add "u00400-Cyrillic.el",
4832         "u00530-Armenian.el", "u00590-Hebrew.el", "u00600-Arabic.el",
4833         "u00700-Syriac.el" and "u00780-Thaana.el" in UTF-2000.
4834
4835 1999-11-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4836
4837         * startup.el (normal-top-level): Load autoload file for UTF-2000
4838         in UTF-2000.
4839
4840 1999-11-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
4841
4842         * dumped-lisp.el (preloaded-file-list): Add "mule-conf" in Mule;
4843         delete "ccs-iso8859-*.el"; add "u00000-C0.el",
4844         "u00020-Basic-Latin.el", "u00080-C1.el",
4845         "u000A0-Latin-1-Supplement.el", "u00100-Latin-Extended-A.el",
4846         "u00180-Latin-Extended-B.el", "u00250-IPA-Extensions.el",
4847         "u002B0-Spacing-Modifier-Letters.el",
4848         "u00300-Combining-Diacritical-Marks.el" and "u00370-Greek.el" in
4849         UTF-2000.
4850
4851 1999-11-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
4852
4853         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4854         `japanese-jisx0212' and `ipa' in UTF-2000; use `latin-viscii-*'
4855         instead of `vietnamese-viscii-*'.
4856
4857 1999-11-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
4858
4859         * mule/mule-conf.el: New file.
4860
4861         * mule/misc-lang.el: Move definition of charset `ipa' to
4862         mule/mule-conf.el.
4863
4864 1999-10-10  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4865
4866         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4867         `latin-viscii'; prefer it for characters used in Vietnamese.
4868
4869 1999-10-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
4870
4871         * bytecomp.el (byte-compile-insert-header): Fix regexp.
4872
4873 1999-10-07  MORIOKA Tomohiko  <tomo@etl.go.jp>
4874
4875         * mule/viet-chars.el (latin-viscii-lower): Renamed from charset
4876         `vietnamese-viscii-lower'.
4877         (latin-viscii-upper): Renamed from charset
4878         `vietnamese-viscii-upper'.
4879         (vietnamese-viscii-lower): New alias for charset
4880         `latin-viscii-lower'.
4881         (vietnamese-viscii-upper): New alias for charset
4882         `latin-viscii-upper'.
4883
4884 1999-10-05  MORIOKA Tomohiko  <tomo@etl.go.jp>
4885
4886         * mule/mule-charset.el (default-coded-charset-priority-list):
4887         Comment out `hiragana-jisx0208' and `katakana-jisx0208'.
4888
4889 1999-10-04  MORIOKA Tomohiko  <tomo@etl.go.jp>
4890
4891         * mule/ccs-jisx0208-1983.el, mule/ccs-tcvn5712.el,
4892         mule/ccs-viscii.el, mule/ccs-iso8859-9.el,
4893         mule/ccs-jisx0201-latin.el, mule/ccs-iso8859-2.el,
4894         mule/ccs-iso8859-3.el, mule/ccs-iso8859-4.el: Moved to
4895         lisp/utf-2000.
4896
4897 1999-10-03  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4898
4899         * mule/ccs-tcvn5712.el: New file.
4900
4901 1999-10-03  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4902
4903         * dumped-lisp.el (preloaded-file-list): Add "ccs-jisx0208-1983.el"
4904         in UTF-2000.
4905
4906 1999-10-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4907
4908         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4909         `japanese-jisx0208'.
4910
4911 1999-10-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4912
4913         * dumped-lisp.el (preloaded-file-list): Add
4914         "ccs-jisx0201-latin.el", "ccs-iso8859-2.el", "ccs-iso8859-3.el",
4915         "ccs-iso8859-4.el", "ccs-iso8859-9.el" and "ccs-viscii.el" in
4916         UTF-2000.
4917
4918         * mule/ccs-iso8859-2.el, mule/ccs-iso8859-3.el,
4919         mule/ccs-iso8859-4.el, mule/ccs-iso8859-9.el,
4920         mule/ccs-jisx0201-latin.el, mule/ccs-jisx0208-1983.el,
4921         mule/ccs-viscii.el: New files.
4922
4923         * bytecomp.el (byte-compile-insert-header): Don't use `raw-text'
4924         if \uXXXX is found.
4925
4926 1999-09-30  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4927
4928         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4929         `hiragana-jisx0208' and `katakana-jisx0208'.
4930
4931 1999-09-21  MORIOKA Tomohiko  <tomo@etl.go.jp>
4932
4933         * mule/chinese.el (chinese-cns11643-3): Define it even if
4934         `utf-2000' is provided.
4935         (chinese-cns11643-4): Likewise.
4936         (chinese-cns11643-5): Likewise.
4937         (chinese-cns11643-6): Likewise.
4938         (chinese-cns11643-7): Likewise.
4939
4940 1999-09-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
4941
4942         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4943         thai-tis620 and hebrew-iso8859-8; namely all BMP are covered.
4944
4945 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4946
4947         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4948         `cyrillic-iso8859-5' and `greek-iso8859-7'.
4949
4950 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4951
4952         * mule/mule-charset.el (default-coded-charset-priority-list):
4953         Setup in UTF-2000.
4954
4955 1999-09-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
4956
4957         * mule/viet-chars.el: Don't define charset
4958         `vietnamese-viscii-lower' and `vietnamese-viscii-upper' because
4959         they are defined as builtin charsets.
4960
4961 1999-08-31  MORIOKA Tomohiko  <tomo@etl.go.jp>
4962
4963         * version.el (emacs-version): Add more space just before UTF-2000
4964         version string.
4965
4966 1999-08-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
4967
4968         * version.el ([constant] emacs-version): Don't add a space in the
4969         preceding place of `xemacs-betaname' because it is duplicated.
4970         (emacs-version): Add UTF-2000 version if `utf-2000' is provided.
4971
4972         * startup.el (splash-frame-body): Add ETL.
4973
4974 1999-08-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
4975
4976         * mule/chinese.el (chinese-cns11643-3): Don't define if `utf-2000'
4977         is provided because it is defined as builtin charset.
4978         (chinese-cns11643-4): Likewise.
4979         (chinese-cns11643-5): Likewise.
4980         (chinese-cns11643-6): Likewise.
4981         (chinese-cns11643-7): Likewise.
4982
4983 1999-08-24  MORIOKA Tomohiko  <tomo@etl.go.jp>
4984
4985         * mule/mule-cmds.el (reset-language-environment): Fix problem when
4986         coding-system `iso-10646-ucs-4' is not defined.
4987
4988 1999-06-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
4989
4990         * bytecomp.el (byte-compile-insert-header): Use utf-8 as
4991         coding-system if `utf-2000' is provided.
4992
4993 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
4994
4995         * mule/mule-coding.el: Add `utf-8' to coding-priority-list if
4996         `utf-2000' is provided.
4997
4998 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
4999
5000         * dumped-lisp.el (preloaded-file-list): Don't load vietnamese.el
5001         if utf-2000 is provided temporally.
5002
5003 1999-06-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
5004
5005         * mule/vietnamese.el (leading-code-private-11): Deleted [defined
5006         as builtin variable].
5007
5008 1999-06-04  MORIOKA Tomohiko  <tomo@etl.go.jp>
5009
5010         * files.el (insert-file-contents-literally): Treat file as binary;
5011         call file-name-handlers. [sync with Emacs 20.3.10]
5012
5013 2008-12-28  Vin Shelton  <acs@xemacs.org>
5014
5015         * XEmacs 21.4.22 is released
5016
5017 2008-12-30  Vin Shelton  <acs@xemacs.org>
5018
5019         * easy-mmode.el: Added easy-mmode.el so autoload.el will work
5020         during building even if no packages are found.
5021
5022 2008-05-13  Aidan Kehoe  <kehoea@parhasard.net>
5023
5024         * printer.el (generic-print-region): 
5025         (generic-print-buffer): 
5026         Use #'valid-device-type-p instead of #'valid-specifier-tag-p to
5027         check if the msprinter device is available, now that msprinter is
5028         always available as a specifier tag. 
5029
5030 2008-12-24  Vin Shelton  <acs@xemacs.org>
5031
5032         * about.el: Add Francisco to my bio!
5033
5034 2008-12-23  Vin Shelton  <acs@xemacs.org>
5035
5036         * autoload.el: Move operator definitions to autoload-operators.el
5037         in the xemacs-base package.
5038
5039 2007-11-22  Vin Shelton  <acs@xemacs.org>
5040
5041         * about.el (about-hacker-contribution): Updated my bio.
5042
5043 2007-10-07  Vin Shelton  <acs@xemacs.org>
5044
5045         * XEmacs 21.4.21 is released
5046
5047 2007-09-19  Didier Verna  <didier@xemacs.org>
5048
5049         Update my personal info.
5050         * about.el (xemacs-hackers): Use 'didier instead of 'dv.
5051         * about.el (about-other-current-hackers): Ditto.
5052         * about.el (about-url-alist): Add my musical website.
5053         * about.el (about-personal-info): Update my entry.
5054         * about.el (about-hacker-contribution): Ditto.
5055
5056 2007-08-21  Adrian Aichner  <adrian@xemacs.org>
5057
5058         * package-get.el (package-get-download-sites): Update download
5059         sites in Japan.
5060         * package-get.el (package-get-pre-release-download-sites): Ditto.
5061
5062 2007-08-18  Vin Shelton  <acs@xemacs.org>
5063
5064         * package-get.el (package-get-pre-release-download-sites): Sync
5065         mirror sites with 21.5.  (Thanks, Adrian)
5066
5067 2007-08-09  Mike Sperber  <mike@xemacs.org>
5068
5069         * startup.el (migrate-user-init-file): Create backup of
5070         `user-init-file' before migrating.
5071         * startup.el (maybe-migrate-user-init-file): Print
5072         information about backup file.
5073         (maybe-create-compatibility-dot-emacs): Follow above change.
5074
5075 2006-11-02  Adrian Aichner  <adrian@xemacs.org>
5076
5077         * font-lock.el: Sync font-lock-add-keywords and
5078         font-lock-remove-keywords from GNU Emacs.
5079         * font-lock.el (font-lock-keywords-alist): New.
5080         * font-lock.el (font-lock-removed-keywords-alist): New.
5081         * font-lock.el (font-lock-add-keywords): New.
5082         * font-lock.el (font-lock-update-removed-keyword-alist): New.
5083         * font-lock.el (font-lock-remove-keywords): New.
5084
5085 2007-08-16  Vin Shelton  <acs@xemacs.org>
5086
5087         * font-lock.el: Add defvar for font-lock-warning-face.  Original
5088         patch from Hans de Graaff.
5089
5090 2007-07-28  Adrian Aichner  <adrian@xemacs.org>
5091
5092         * package-get.el (package-get-download-sites): Document Chile and
5093         update Denmark download site.
5094         * package-get.el (package-get-pre-release-download-sites): Ditto.
5095
5096 2007-05-20  Stephen J. Turnbull  <stephen@xemacs.org>
5097
5098         * gutter-items.el (progress-feedback-with-label): Clarify docstring.
5099
5100 2006-12-09  Vin Shelton  <acs@xemacs.org>
5101
5102         * XEmacs 21.4.20 is released
5103
5104 2006-10-14  Jeff Miller  <jmiller@xemacs.org>
5105
5106         * info.el (Info-find-emacs-command-nodes): fix regex for find command node.
5107
5108 2006-11-14  Stephen J. Turnbull  <stephen@xemacs.org>
5109
5110         * info.el (Info-find-file-node, Info-insert-dir)
5111         (Info-read-subfile, Info-insert-file-contents): Maintain invariant
5112         `(equal buffer-file-truename (file-truename buffer-file-name))'.
5113         Thanks to Nelson Ferreira <nelson.ferreira@ieee.org> for report
5114         and discussion.
5115
5116 2006-05-20  Ville Skyttä  <scop@xemacs.org>
5117
5118         * obsolete.el (line-beginning-position): New, from 21.5.x.
5119         (line-end-position): Ditto.
5120
5121 2006-06-03  Adrian Aichner  <adrian@xemacs.org>
5122
5123         * package-get.el (package-get-download-sites): Welcome
5124         nl.xemacs.org and Thanks!
5125         * package-get.el (package-get-pre-release-download-sites): Ditto.
5126
5127 2004-01-19  Martin Buchholz  <martin@xemacs.org>
5128
5129         * font-lock.el: Add support for not-so recent changes in Java to
5130         java-mode.
5131
5132 2006-01-28  Vin Shelton  <acs@xemacs.org>
5133
5134         * XEmacs 21.4.19 is released
5135
5136 2006-01-03  Aidan Kehoe  <kehoea@parhasard.net>
5137
5138         * easymenu.el: Update copyright. 
5139         * easymenu.el (easy-menu-all-popups):
5140         Add a docstring. 
5141         * easymenu.el (easy-menu-add):
5142         Document a bug, rework the function to preserve any existing
5143         non-default mode-popup-menu instead of overwriting it, and not to
5144         bother normalising the menu title (nothing else does).
5145         * easymenu.el (easy-menu-remove):
5146         Restore the default mode-popup-menu instead of leaving an empty
5147         one when we remove the last easy-menu popup. 
5148
5149 2006-01-06  Adrian Aichner  <adrian@xemacs.org>
5150
5151         * package-get.el (package-get-download-sites): Add pt.xemacs.org,
5152         as suggested by Rodrigo Ventura.
5153         * package-get.el (package-get-pre-release-download-sites): Ditto,
5154         with replacement of xemacs-21.5 by beta, which is the logical path
5155         to our beta core and package pre-releases.
5156
5157 2005-12-17  Adrian Aichner  <adrian@xemacs.org>
5158
5159         * package-get.el (package-get-download-sites): Add Hong Kong
5160         download site.
5161         * package-get.el (package-get-pre-release-download-sites): Ditto.
5162
5163 2005-12-26  Vin Shelton  <acs@xemacs.org>
5164
5165         * find-paths.el:
5166         * find-paths.el (paths-emacs-root-p): Add search for package root.
5167         * find-paths.el (paths-find-emacs-root): Replaced with
5168         paths-find-invocation-roots, which returns a list of roots.
5169         * find-paths.el (paths-find-invocation-roots): New.
5170         * find-paths.el (paths-find-emacs-roots): Call paths-find-invocation-roots.
5171
5172 2005-12-05  Ville Skyttä  <scop@xemacs.org>
5173
5174         * minibuf.el (x-library-search-path): Add /usr(/local)/share/X11.
5175         * font.el (font-lookup-rgb-components): Ditto, remove stale comment.
5176
5177 2005-12-03  Vin Shelton <acs@xemacs.org>
5178
5179         * XEmacs 21.4.18 is released
5180
5181 2005-10-28  Adrian Aichner  <adrian@xemacs.org>
5182
5183         * package-get.el (package-get-download-sites): Update reflecting
5184         latest http://www.xemacs.org/Releases/ information generated by
5185         xemacs-builds/adrian/website/package-get-2-download-sites.el.
5186         * package-get.el (package-get-pre-release-download-sites): Ditto.
5187
5188 2005-02-28  Simon Josefsson  <jas@extundo.com>
5189
5190         * about.el (xemacs-hackers): Add jas.
5191         (about-other-current-hackers): Likewise.
5192         (about-url-alist): Add URL for jas.
5193         (about-personal-info): Document jas.
5194         (about-hacker-contribution): Describe jas contributions.
5195
5196 2005-03-25  Ralf Angeli  <angeli@iwi.uni-sb.de> 
5197
5198         * easymenu.el (easy-menu-remove): As described in 
5199         E1D4Nn5-0001lq-EU@neutrino.iwi.uni-sb.de; don't strip everything
5200         except the "Command" menu from mode-popup-menu. 
5201
5202 2005-03-25  Ralf Angeli  <angeli@iwi.uni-sb.de> 
5203  
5204         * font.el (font-spatial-to-canonical): Correct calculation of 
5205         return value for pixel-based input value. 
5206  
5207 2002-05-13  Adrian Aichner  <adrian@xemacs.org>
5208
5209         * code-process.el (call-process): Process-related docstring
5210         improvements spurred by Norbert Koch.
5211         * code-process.el (call-process-region): Ditto.
5212         * code-process.el (start-process): Ditto.
5213
5214 2005-10-09  Adrian Aichner  <adrian@xemacs.org>
5215
5216         * finder.el (finder-find-library): Return filename actually
5217         searched for.
5218
5219 2005-10-10  Steve Youngs  <steve@sxemacs.org>
5220
5221         * help.el (view-emacs-news): Use `expand-file-name' instead of
5222         `locate-data-file' as the latter will find any "NEWS" files that
5223         might exist in packages _before_ the one in core.
5224
5225 2005-06-06  Adrian Aichner  <adrian@xemacs.org>
5226
5227         * package-get.el (package-get-init-package):
5228         package-get-init-package buglet (21.4.17) by Jeff Mincy
5229         <mincy@rcn.com> fixing false temporary load-path shadows reported
5230         after package installation and simplifying code.
5231
5232 2005-10-18  Ville Skyttä  <scop@xemacs.org>
5233
5234         * package-get.el (package-get-download-sites): Sync mirrors list
5235         with the XEmacs website.
5236         (package-get-pre-release-download-sites): Ditto.
5237
5238 2005-04-06  Stephen J. Turnbull  <stephen@xemacs.org>
5239
5240         * derived.el (derived-mode-merge-syntax-tables):
5241         Revert my 21.5-only patch of 2003-07-18 which slipped in
5242         through Jerry James's patch of 2004-06-07.
5243
5244 2005-02-23  Adrian Aichner  <adrian@xemacs.org>
5245
5246         * cmdloop.el (keyboard-quit): Remove workaround for
5247         `region-active-p' not making sure active region is in current
5248         buffer now that it does.
5249         * minibuf.el (minibuffer-keyboard-quit): Ditto.
5250         * simple.el (region-active-p): `region-active-p' to only return t
5251         when active region is in current buffer.
5252
5253 2005-02-21  Norbert Koch  <viteno@xemacs.org>
5254
5255         * package-ui.el (pui-list-packages): MF21.5, adapt to longer
5256         package names, quell a byte-compiler warning, doc fix.
5257
5258 2005-02-16  Aidan Kehoe  <kehoea@parhasard.net>
5259
5260         * buffer.el (pop-to-buffer):
5261         * window-xemacs.el (display-buffer):
5262         Document use of `same-window-buffer-names,' `same-window-regexps'
5263         by pop-to-buffer and display-buffer. 
5264         
5265 2005-02-06  Vin Shelton <acs@xemacs.org>
5266
5267         * XEmacs 21.4.17 is released
5268
5269 2005-01-29  Ben Wing  <ben@xemacs.org>
5270
5271         * shadow.el (find-emacs-lisp-shadows):
5272         Add custom-defines to list of ignored files.
5273
5274 2005-01-17  Adrian Aichner  <adrian@xemacs.org>
5275
5276         * simple.el (shifted-motion-keys-select-region): Fix statement
5277         about unshifted-motion-keys-deselect-region.
5278
5279 2004-12-15  Ville Skyttä  <scop@xemacs.org>
5280
5281         * bytecomp-runtime.el (make-obsolete): Add 3rd argument (no-op for
5282         now) for GNU Emacs compatibility.
5283         (make-obsolete-variable): Ditto.
5284
5285 2004-01-08  Ben Wing  <ben@xemacs.org>
5286
5287         * code-files.el (load):
5288         File positions are 0 based not 1 based. Thanks to Steve Youngs.
5289
5290 2004-12-05  Vin Shelton <acs@xemacs.org>
5291
5292         * XEmacs 21.4.16 is released
5293
5294 2004-12-04  Vin Shelton  <acs@xemacs.org>
5295
5296         * auto-autoloads.el: Regenerated.
5297
5298         * custom-load.el: Regenerated.
5299
5300 2004-09-15  Stephen J. Turnbull  <stephen@xemacs.org>
5301
5302         Fix bug: apropos errors if a defalias refers to an undefined
5303         function.  <87pt4pmdcs.fsf@tleepslib.sk.tsukuba.ac.jp>
5304
5305         * apropos.el (apropos):
5306         (apropos-command):
5307         * help.el (frob-help-extents):
5308         * help-macro.el (make-help-screen):
5309         * hyper-apropos.el (hyper-apropos-grok-functions):
5310         (hyper-apropos-get-doc):
5311         Catch void-function error thrown by `documentation'.
5312
5313 2004-09-02  Steve Youngs  <steve@youngs.au.com>
5314
5315         * packages.el (package-require): Fix incorrect arg to format.
5316         This fixes a `format specifier' error.
5317
5318 2004-08-13  Jerry James  <james@xemacs.org>
5319
5320         * bytecomp.el (forward-word): Tell the byte compiler the correct
5321         number of arguments to forward-word.
5322
5323 2004-08-12  Sven Grundmann  <sven@xemacs.org>
5324
5325         * etags.el: Fixed loading of include files for tag completion. Now
5326         you can make a tag file for a library, include it into your
5327         project and it will be reloaded only if it changed. Infinte
5328         include loops are detected and the correct tag files are loaded.
5329         * etags.el (buffer-tag-table-list): Load and verify tag files in
5330         the external function buffer-tag-table-list-load.
5331         * etags.el (buffer-tag-table-list-load): New. Load and verify the
5332         tag files. Also load the included tag files. The priority of the
5333         included files is right below their parent file. If multiple
5334         matches occur then the symbols from the parent file are found
5335         first.
5336         * etags.el (tag-table-include-files): Corrected comment
5337         string. Switched to pattern constant tags-include-pattern to have
5338         it at a central location.
5339         * etags.el (tags-include-pattern): Added doc string.
5340         * etags.el (add-to-tag-completion-table): Removed obsolete
5341         comments as the include files are allready returned by
5342         buffer-tag-table-list and loaded.
5343         * etags.el (find-tag-internal): The include files are allready
5344         included in tag-tables as buffer-tag-table-list returns them now.
5345
5346 2004-07-02  Malcolm Purvis  <malcolmp@xemacs.org>
5347
5348         * widgets-gtk.el (gtk-widget-instantiate-notebook-internal):
5349         Loading items into the notebook is now done by C code.
5350         * widgets-gtk.el (gtk-widget-instantiate-internal):
5351         Style no longer changed.
5352
5353 2004-06-28  Nix  <nix@esperi.org.uk>
5354
5355         * cmdloop.el (truncate-command-history-for-gc): Delay
5356         execution of all things that look up variable bindings,
5357         via `enqueue-eval-event'.
5358
5359 2004-06-24  Vin Shelton  <acs@xemacs.org>
5360
5361         * package-get.el (package-get-require-signed-base-updates):
5362         now defaults to nil.
5363
5364 2004-06-09  Stephen J. Turnbull  <stephen@xemacs.org>
5365
5366         * subr.el (split-string): Clean up docstring.
5367
5368 2002-01-24  John Paul Wallington  <jpw@shootybangbang.com>
5369
5370         * faces.el (zmacs-region): fix typo in docstring.
5371
5372 2004-06-07  Jerry James  <james@xemacs.org>
5373
5374         * derived.el: Synch with Emacs 21.3.
5375         * subr.el (with-local-quit): New, from Emacs 21.3.
5376         * subr.el (delayed-mode-hooks): New variable, from Emacs 21.3.
5377         * subr.el (run-mode-hooks): New function, from Emacs 21.3.
5378         * subr.el (delay-mode-hooks): New macro, from Emacs 21.3.
5379
5380 2004-06-16  Jerry James  <james@xemacs.org>
5381
5382         * cl.el (cl-set-substring): Increment start by the length of the
5383         string, not the string itself.
5384
5385 2004-05-19  Malcolm Purvis  <malcolmp@xemacs.org>
5386
5387         * etags.el (tag-table-include-files): Expand included TAGS file
5388         paths to avoid problems with relative paths.  Thanks to Peter
5389         Chubb <peterc@gelato.unsw.edu.au>.
5390         * etags.el (tags-include-pattern): New.
5391         * etags.el (add-to-tag-completion-table): Parse and ignore
5392         trailing include lines.
5393
5394 2004-06-21  Adrian Aichner  <adrian@xemacs.org>
5395
5396         * package-ui.el (pui-help-echo): Fix false cvs conflict by
5397         avoiding line solely composed of equal signs.
5398
5399 2004-06-10  Adrian Aichner  <adrian@xemacs.org>
5400
5401         * cus-edit.el (alloc): Typo fix.
5402         * cus-edit.el (custom-browse-visibility): Ditto.
5403         * cus-edit.el (custom-variable-value-create): Ditto.
5404         * cus-edit.el (custom-variable-pre-reset-standard): Ditto.
5405         * cus-edit.el (custom-save-variables): Bind print-length and
5406         print-level to nil to avoid value abbreviation.
5407         * cus-edit.el (custom-save-face-internal): Ditto.
5408         * cus-edit.el (custom-save-faces): Save in sorted order.
5409         * cus-edit.el (custom-save-resets): Bind print-length and
5410         print-level to nil to avoid value abbreviation.
5411         * cus-edit.el (custom-save-loaded-themes): Ditto.
5412
5413 2004-06-09  Stephen J. Turnbull  <stephen@xemacs.org>
5414
5415         * subr.el (split-string-default-separators): New.
5416         (split-string): Synch to 21.5/GNU Emacs version.  *New semantics*,
5417         see comment in source.
5418
5419 2004-01-29  Stephen J. Turnbull  <stephen@xemacs.org>
5420
5421         * mule/japanese.el (paragraph-start, paragraph-separate):
5422         Remove anchor to BOL.
5423
5424 2004-04-30  Stephen J. Turnbull  <stephen@xemacs.org>
5425
5426         * cl.el (gensym, gentemp): Improve docstrings.
5427
5428 2004-05-10  Vin Shelton  <acs@xemacs.org>
5429
5430         * etags.el: Sync with 21.5 version.
5431
5432 2004-04-21  Sven Grundmann  <sven@hellerhof.de>
5433
5434         * etags.el:
5435         * etags.el (tags-exuberant-ctags-optimization-p): Enable optimization
5436         only for use with exuberant ctags. This will also enable building of 
5437         completion tables with exuberant ctags. This will not work with
5438         xemacs ctags. 
5439         * etags.el (get-tag-table-buffer): New function for creating of
5440         completion table is used if tags-exuberant-ctags-optimization-p ist t
5441         * etags.el (tags-explicit-name-pattern): Hold the name pattern for
5442         finding the tag names. New.
5443         * etags.el (add-to-tag-completion-table-exuberant-ctags): Defun for
5444         building tag completion table with exuberant ctags. New.
5445         * etags.el (find-tag-internal): Improve exact tag matching for tags
5446         with name fields. Before the patch return types of functions or
5447         function parameters (with exuberant ctags) were found as matches.
5448
5449 2004-04-21  Sven Grundmann  <sven@hellerhof.de>
5450
5451         * list-mode.el (display-completion-list): Fixed completion list was
5452         taking the width of the frame and not of the window for displaying
5453         the selection methods.
5454
5455 2004-04-18  Stephen J. Turnbull  <stephen@xemacs.org>
5456
5457         * menubar-items.el (default-menubar): Options are saved to custom.el.
5458
5459
5460 2004-02-23  Stephen J. Turnbull  <stephen@xemacs.org>
5461
5462         * isearch-mode.el (isearch-abort): Preserve successful search target.
5463
5464 2004-03-27  Adrian Aichner  <adrian@xemacs.org>
5465
5466         * gnuserv.el: Sync with 21.5 version, inspired by bugreport and
5467         (make-variable-buffer-local 'gnuserv-minor-mode) patch by Robert
5468         Bihlmeyer.
5469         * gnuserv.el (gnuserv-mode-line-string): New.
5470         * gnuserv.el (gnuserv-minor-mode): Make it buffer-local, not
5471         gnuserv-mode.
5472         * gnuserv.el (make-x-device-with-gtk-fallback): New.
5473         * gnuserv.el (gnuserv-edit-files): Use
5474         make-x-device-with-gtk-fallback.
5475
5476 2004-03-23  Malcolm Purvis  <malcolmpurvis@optushome.com.au>
5477
5478         * gtk-widgets.el: New import: gtk-accel-group-new.
5479         * dialog-gtk.el:
5480         * dialog-gtk.el (gtk-popup-convert-underscores): New.
5481         * dialog-gtk.el (popup-builtin-question-dialog):
5482         Added support for dialog button mnemonics.
5483
5484 2004-03-22  Chris Green <cmg@dok.org>
5485
5486         * process.el (shell-command): Output buffer was ignored when a
5487         background process was run via shell-command.
5488
5489 2004-03-19  Hrvoje Niksic  <hniksic@xemacs.org>
5490
5491         * cus-edit.el (custom-save-variables): Retrieve a list of
5492         variables to save first, sort it, and make sure the variables are
5493         saved in sorted order.
5494
5495 2004-02-23  Steve Youngs  <sryoungs@bigpond.net.au>
5496  
5497         * package-get.el (package-get-update-base-from-buffer): Force
5498         binary coding system for verifying GnuPG signature in the
5499         package-index file.
5500  
5501 2003-07-06  Adrian Aichner  <adrian@xemacs.org>
5502
5503         * package-get.el (package-get-package-index-file-location): Handle
5504         missing "EMACSPACKAGEPATH" environment variable.
5505
5506 2003-07-05  Adrian Aichner  <adrian@xemacs.org>
5507
5508         * package-admin.el (package-admin-find-top-directory): Simplify
5509         directory comparisions and fix substring errors on short path
5510         components.
5511         * package-get.el (package-get-package-index-file-location):
5512         Default to first component of "EMACSPACKAGEPATH", if set.
5513
5514 2004-02-16  Steve Youngs  <sryoungs@bigpond.net.au>
5515
5516         * package-get.el (process-error): New error datum.
5517
5518 2004-02-02  Vin Shelton <acs@xemacs.org>
5519
5520         * XEmacs 21.4.15 is released
5521
5522 2003-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5523
5524         * itimer.el (activate-itimer): Modify the itimer timeout value as
5525         if it were begun at the last time when the itimer driver was woken
5526         up.
5527
5528 2004-01-27  Stephen J. Turnbull  <stephen@xemacs.org>
5529
5530         * specifier.el (Copyright):
5531         Update.
5532         (make-specifier-and-init):
5533         (map-specifier):
5534         (canonicalize-inst-pair):
5535         (canonicalize-spec-list):
5536         (set-specifier):
5537         Synch docstrings to 21.5 where appropriate.
5538
5539 2004-01-25  Steve Youngs  <sryoungs@bigpond.net.au>
5540
5541         * package-get.el (package-get-list-packages-where): New.  A
5542         function that allows searching for groups of packages.  For
5543         example, find all packages that require the fsf-compat package.
5544
5545 2004-01-25  Steve Youngs  <youngs@xemacs.org>
5546
5547         The Great PUI Sync.
5548
5549         * auto-autoloads.el: Regenerated.
5550
5551         * custom-load.el: Regenerated.
5552
5553         * dumped-lisp.el (packages-hardcoded-lisp): New.
5554
5555         * menubar-items.el (menu-max-items): New.
5556         (menu-submenu-max-items): New.
5557         (menu-submenu-name-format): New.
5558         (menu-split-long-menu): New.
5559         (menu-sort-menu): New.
5560         (default-menubar): Sync to 21.5 in regard to the PUI menus.
5561
5562         * obsolete.el (pui-add-install-directory): Renamed to the more
5563         logical `pui-set-local-package-get-directory'.
5564         (package-get-download-menu): Moved to `package-ui.el' and renamed
5565         to `package-ui-add-download-menu'.
5566
5567         * package-admin.el (package-admin-install-function-mswindows):
5568         Whitespace clean up.
5569         (package-admin-add-single-file-package): Removed.
5570         (package-admin-default-install-function): Whitespace clean up.
5571         (package-admin-find-top-directory): New.
5572         (package-admin-get-install-dir): Use it.
5573         (package-admin-get-manifest-file): 
5574         (package-admin-check-manifest): 
5575         (package-admin-add-binary-package):
5576         (package-admin-get-lispdir):
5577         (package-admin-delete-binary-package):
5578         (package-admin):
5579
5580         * package-get.el (package-get-package-index-file-location): New.
5581         (package-get-install-to-user-init-directory): New.
5582         (package-get-remote):
5583         (package-get-download-sites):
5584         (package-get-pre-release-download-sites): New.
5585         (package-get-site-release-download-sites): New.
5586         (package-get-base-filename):
5587         (package-get-always-update):
5588         (package-get-user-index-filename): Removed.
5589         (package-get-pgp-available-p): New.
5590         (package-get-require-signed-base-updates):
5591         (package-get-was-current):
5592         (package-entries-are-signed): New.
5593         (package-get-continue-update-base): New.
5594         (package-get-download-menu): Removed.
5595         (package-get-require-base):
5596         (package-get-update-base-entry):
5597         (package-get-locate-file):
5598         (package-get-locate-index-file):
5599         (package-get-maybe-save-index):
5600         (package-get-update-base):
5601         (package-get-update-base-from-buffer):
5602         (package-get-update-base-entries):
5603         (package-get-interactive-package-query):
5604         (package-get-update-all):
5605         (package-get-all):
5606         (package-get-dependencies):
5607         (package-get-init-package):
5608         (package-get-info): New.
5609         (package-get):
5610         (package-get-staging-dir):
5611         (package-get-set-version-prop): Removed.
5612         (package-get-installedp):
5613         (package-get-ever-installed-p):
5614         (packages): Removed.
5615         (package-get-custom-groups): Removed.
5616         (package-get-custom): Removed.
5617         (package-get-custom-add-entry): Removed.
5618
5619         * package-info.el (batch-update-package-info):
5620
5621         * package-net.el (package-net-batch-generate-bin-ini):
5622         (package-net-update-installed-db):
5623
5624         * package-ui.el (pui-info-buffer):
5625         (pui-directory-exists): Removed.
5626         (pui-package-dir-list): Removed.
5627         (pui-add-install-directory): Removed.
5628         (package-ui-download-menu): New.
5629         (package-ui-pre-release-download-menu): New.
5630         (package-ui-site-release-download-menu): New.
5631         (pui-set-local-package-get-directory): New.
5632         (pui-package-symbol-char):
5633         (pui-update-package-display):
5634         (pui-toggle-package):
5635         (pui-toggle-package-key):
5636         (pui-toggle-package-delete):
5637         (pui-toggle-package-delete-key):
5638         (pui-toggle-package-event):
5639         (pui-toggle-verbosity-redisplay):
5640         (pui-install-selected-packages):
5641         (pui-add-required-packages):
5642         (pui-help-echo):
5643         (pui-display-info):
5644         (list-packages-mode):
5645         (pui-list-packages):
5646
5647         * packages.el (packages-compute-package-locations):
5648         (package-require):
5649         (package-delete-name):
5650         (packages-hardcoded-lisp): Removed.
5651         (packages-useful-lisp): Removed.
5652         (packages-unbytecompiled-lisp): Removed.
5653         (packages-find-package-directories):
5654
5655         Summary:
5656
5657         Major code clean up of all things PUI.
5658
5659         Much improved code to determine where packages should be
5660         installed.  PUI no longer depends on any packages being
5661         pre-installed to compute where packages are to be installed to.
5662
5663         The user can specify the location of their package-index file.  It
5664         isn't necessary to set this because it has sane defaults.  People
5665         who "run-in-place" won't accidently overwrite the CVS
5666         package-index file.  See
5667         `package-get-package-index-file-location'. 
5668
5669         PUI will now properly clean up after itself in the event of an
5670         unsuccessful package install.  This drastically reduces the number
5671         of "wrong md5sum" FAQs.
5672
5673         non-Mule XEmacsen can no longer install Mule packages.
5674
5675         Package management via the custom interface has been removed.
5676
5677         The PUI related menubar items have been reorganised.
5678
5679         The PGP verification code has been fixed and the default for
5680         whether or not it is used is automatically computed.
5681
5682         * update-elc.el ((preloaded-file-list site-load-packages
5683         need-to-dump dumped-exe)):
5684         Just a couple of small changes to allow for
5685         `packages-(hardcoded|useful|unbytecompiled)-lisp' not really
5686         existing anymore.
5687
5688 2003-12-10  Hrvoje Niksic  <hniksic@xemacs.org>
5689
5690         * bytecomp.el (byte-compile-warn-about-unused-variables): Don't
5691         apply `format' to the first argument of byte-compile-warn, it
5692         already calls format.
5693
5694 2003-12-03  Adrian Aichner  <adrian@xemacs.org>
5695
5696         * files.el (delete-old-versions): Avoid going interactive during
5697         make install when environment variable VERSION_CONTROL is set.
5698
5699 2003-12-04  Vin Shelton  <acs@xemacs.org>
5700
5701         * menubar-items.el (menu-item-search): Only bring up search dialog
5702         box if the feature is available and desired.
5703
5704 2003-11-04  Stephen J. Turnbull  <stephen@xemacs.org>
5705
5706         * about.el (about-personal-info): Fix typo in Tony Rossini's entry.
5707
5708 2003-11-05  Vin Shelton  <acs@xemacs.org>
5709
5710         * help.el (Help-prin1-face):
5711         (Help-princ-face):
5712         princ and prin1 are functions and need to be called as such.  The
5713         idea for this patch was submitted by Eric Eide <eeide@cs.utah.edu>.
5714
5715 2003-10-22  Stephen J. Turnbull  <stephen@xemacs.org>
5716
5717         * about.el (about-xemacs): Give full version and build date.
5718
5719 2003-09-19  Stephen J. Turnbull  <stephen@xemacs.org>
5720
5721         * win32-native.el (grep-null-device): This XEmacs has null-device.
5722
5723 2003-09-06  Mike Sperber  <mike@xemacs.org>
5724
5725         * bytecomp.el (byte-compile-defvar-or-defconst): Actually
5726         implement the specified semantics for `defvar.'
5727
5728 2003-09-07  Adrian Aichner  <adrian@xemacs.org>
5729
5730         * window-xemacs.el (display-buffer): Fix for `shrink-to-fit' by
5731         Klaus Berndl, calling `shrink-window-if-larger-than-buffer' when
5732         displaying buffer in question.
5733
5734 2003-09-03  Vin Shelton <acs@xemacs.org>
5735
5736         * XEmacs 21.4.14 is released
5737
5738 2003-08-17  Vin Shelton  <acs@xemacs.org>
5739
5740         * about.el: Vanity patch.
5741
5742 2003-08-11  Stephen J. Turnbull  <stephen@xemacs.org>
5743
5744         * code-process.el (call-process):
5745         (call-process-region):
5746         (start-process):
5747         Document coding system processing.
5748
5749 2003-08-03  Stephen J. Turnbull  <stephen@xemacs.org>
5750
5751         * startup.el (splash-frame-body): Idiomatic English.
5752
5753 2003-04-24  Jin Choi <jsc@orangeimagineering.com>
5754
5755         * font-lock.el (font-lock-match-java-declarations): Move
5756         save-restriction, narrow-to-region to beginning of function to
5757         avoid going beyond the limit and causing an infloop.
5758
5759 2003-04-16  Jerry James  <james@xemacs.org>
5760
5761         * keydefs.el: Remove mappings for keys mapped to the nowhere
5762         defined function function-key-error.
5763
5764 2003-03-22  Vasily Korytov  <deskpot@myrealbox.com>
5765
5766         * lisp-mode.el (emacs-lisp-mode-hook, lisp-mode-hook,
5767         lisp-interaction-mode-hook): Add the docstrings.
5768
5769 2003-08-04  Michael Toomim <toomim@OCF.Berkeley.EDU>
5770
5771         * byte-optimize.el: Fix infinite loop in bytecode optimizer.  See:
5772         http://list-archive.xemacs.org/xemacs-beta/200306/msg00157.html
5773         http://list-archive.xemacs.org/xemacs-beta/200307/msg00005.html
5774
5775 2003-06-18  Nickolay Pakoulin  <npak@ispras.ru>
5776
5777         * cl-macs.el (cl-transform-lambda): Place doc on Common Lisp
5778         lambda list after the original doc.  Care about
5779         #'(lambda () "SingleString") 
5780         (cl-upcase-arg): 
5781         (cl-function-arglist):
5782         Care about &cl-defs and &cl-quote in lambda list, dotted lists and
5783         circular data structures in lambda list specification
5784
5785 2003-06-11  Adrian Aichner  <adrian@xemacs.org>
5786
5787         * font-lock.el (lisp-font-lock-keywords-1): Only NAME, not NAME(
5788         to appear in font-lock-function-name-face.
5789
5790 2003-06-17  Stephen J. Turnbull  <stephen@xemacs.org>
5791
5792         * bytecomp.el (byte-compile-lambda): Discard docstring only if it
5793         is not also the value of the lambda.
5794
5795 2003-05-06  Andy Piper  <andy@xemacs.org>
5796
5797         * files.el (revert-buffer): Make sure local variables get processed,
5798         even in the case of an optimized reversion.
5799
5800 2003-05-25  XEmacs Build Bot <builds@cvs.xemacs.org>
5801
5802         * XEmacs 21.4.13 is released
5803
5804 2003-03-18  Stephen J. Turnbull  <stephen@xemacs.org>
5805
5806         * gutter-items.el (buffers-tab-filter-functions): Improve docstring.
5807         Suggested by a Chris Palmer <chris@nodewarrior.org> patch.
5808
5809 2003-02-14  Ben Wing  <ben@xemacs.org>
5810
5811         * byte-optimize.el:
5812         * byte-optimize.el (byte-compile-inline-expand):
5813         * byte-optimize.el (byte-compile-unfold-lambda):
5814         * byte-optimize.el (byte-optimize-form-code-walker):
5815         * byte-optimize.el (byte-optimize-form):
5816         * byte-optimize.el (byte-decompile-bytecode-1):
5817         * byte-optimize.el (byte-optimize-lapcode):
5818         Review carefully and sync up to 20.7 except for areas as noted.
5819         Fixes problem with JDE compilation.
5820
5821 2003-02-05  Ben Wing  <ben@xemacs.org>
5822
5823         * simple.el:
5824         * simple.el (motion-keys-for-shifted-motion):
5825         Omit M-S-home/end from motion keys.
5826
5827 2003-02-07  Ben Wing  <ben@xemacs.org>
5828
5829         * text-props.el (text-property-any):
5830         * text-props.el (text-property-not-all):
5831         Fix bug when end > start.
5832
5833 2003-01-17  Stephen J. Turnbull  <stephen@xemacs.org>
5834
5835         * info.el (Info-insert-dir): Make default-directory end in
5836         separator.  Patch due to Martin Buchholz.
5837
5838 2003-01-15  Stephen J. Turnbull  <stephen@xemacs.org>
5839
5840         * XEmacs 21.4.12 "Portable Code" is released.
5841
5842 2003-01-13  Ilya Golubev  <golubev@xemacs.org>
5843
5844         * about.el: Update golubev data.
5845
5846 2003-01-15  Stephen J. Turnbull  <stephen@xemacs.org>
5847
5848         * isearch-mode.el (isearch-mode-map): Substitute comment on
5849         desirability, and back out "GR is printable" changes.
5850
5851 2003-01-08  Stephen J. Turnbull  <stephen@xemacs.org>
5852
5853         * isearch-mode.el (isearch-mode-map): Don't bind CSI.
5854
5855 2003-01-07  Stephen J. Turnbull  <stephen@xemacs.org>
5856
5857         * isearch-mode.el (isearch-mode-map): GR (and C1) is printable.
5858
5859 2003-01-06  Ville Skyttä  <scop@xemacs.org>
5860
5861         * menubar-items.el (default-menubar): Use browse-url-mozilla
5862         instead of browse-url-gnome-moz for Mozilla.
5863
5864 2003-01-03  Stephen J. Turnbull  <stephen@xemacs.org>
5865
5866         * XEmacs 21.4.11 "Native Windows TTY Support" is released.
5867
5868 2002-12-27  Ville Skyttä  <scop@xemacs.org>
5869
5870         * files.el (auto-mode-alist): Remove redundant entries for modes
5871         that live in packages.
5872         (interpreter-mode-alist): Ditto.
5873
5874 2002-03-17  Ville Skyttä  <ville.skytta@xemacs.org>
5875
5876         * menubar-items.el (default-menubar): Sync with current
5877         browse-url-xemacs.el.
5878
5879 2002-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
5880
5881         * XEmacs 21.4.10 "Military Intelligence" is released.
5882
5883 2002-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5884
5885         * font-lock.el (font-lock-fontify-keywords-region): Fix typo.
5886
5887 2002-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5888
5889         * keydefs.el (global-map): Bind C-xrd to delete-rectangle per GNU.
5890
5891 2001-05-10   Daiki Ueno  <ueno@unixuser.org>
5892
5893         * font-lock.el (font-lock-compile-keywords): Rewrite as a side
5894         effect free function.
5895         (font-lock-fontify-keywords-region): Supply the argument to
5896         font-lock-compile-keywords.
5897
5898 2002-09-22  Ville Skyttä  <ville.skytta@xemacs.org>
5899
5900         * package-get.el (package-get-download-sites): Bring sites list
5901         up to date, prefer xx.xemacs.org addresses.
5902
5903 2002-09-27  Andy Piper  <andy@xemacs.org>
5904
5905         * dialog.el (make-dialog-box): for general dialogs only
5906         delete-frame-hook will be run.
5907
5908 2002-09-28  Stephen J. Turnbull  <stephen@xemacs.org>
5909
5910         * font-lock.el (font-lock-fontify-syntactically-region): Add
5911         comment about lookup-syntax-properties, document LOUDLY as unused.
5912
5913 2002-08-26  Andy Piper  <andy@xemacs.org>
5914
5915         * gutter-items.el (set-progress-feedback-instantiator): Fix bad
5916         merge.
5917
5918 2002-09-02  Ville Skyttä  <ville.skytta@xemacs.org>
5919
5920         * bytecomp-runtime.el (make-obsolete): Docstring argument nit.
5921         (make-obsolete-variable): Ditto.
5922         (make-compatible): Ditto.
5923         (make-compatible-variable): Ditto.
5924
5925 2002-09-16  Stephen J. Turnbull  <stephen@xemacs.org>
5926
5927         * obsolete.el (parse-sexp-lookup-properties): new compatible alias
5928         for `lookup-syntax-properties'.  RFE from Alan Mackenzie.
5929
5930 2002-08-28  Andy Piper  <andy@xemacs.org>
5931
5932         * files.el (revert-buffer): propagate revert-without-query-status.
5933
5934 2002-06-03  Andy Piper  <andy@xemacs.org>
5935
5936         * dialog-items.el (make-search-dialog): align various subcontrols
5937         in visually pleasing ways, allow frame to autosize to the dialog
5938         size.
5939         * dialog.el (make-dialog-box): add a border inside the frame. Add
5940         :autosize property, if t then reset the frame size appropriately
5941         before the frame is mapped.
5942         * gutter-items.el (set-progress-feedback-instantiator): align
5943         various subcontrols.
5944         * gutter-items.el (set-progress-abort-instantiator): ditto.
5945
5946 2002-08-23  Stephen J. Turnbull  <stephen@xemacs.org>
5947
5948         * XEmacs 21.4.9 "Informed Management" is released.
5949
5950 2002-06-22  Ville Skyttä  <ville.skytta@xemacs.org>
5951
5952         * subr.el (add-to-list): Sync with GNU Emacs 21.2, adding the
5953         "&optional append" argument.
5954
5955 2002-07-16  Didier Verna  <didier@xemacs.org>
5956
5957         * subr.el (replace-in-string): fix case fold bug introduced by
5958         "2000-07-30  Ben Wing  <ben@xemacs.org>": honor the value of
5959         case-fold-search in temporary buffers.
5960
5961 2002-08-03  Steve Youngs  <youngs@xemacs.org>
5962
5963         * lib-complete.el (find-library): Remove check for mule because
5964         decompression DOES work on Mule.
5965
5966 2002-08-11  John Paul Wallington  <jpw@shootybangbang.com>
5967
5968         * simple.el (join-line): New alias for `delete-indentation'.
5969
5970 2002-08-02  Ville Skyttä  <ville.skytta@xemacs.org>
5971
5972         * font-lock.el: Some faces and doc typo fixes from GNU Emacs.
5973         (font-lock-doc-face): New alias to font-lock-doc-string-face.
5974         (font-lock-builtin-face): New.
5975         (font-lock-constant-face): New.
5976         (font-lock-face-list): Add builtin and constant faces.
5977
5978 2002-08-16  Stephen J. Turnbull  <stephen@xemacs.org>
5979
5980         * autoload.el (make-autoload): Support define-derived-mode.
5981         Collected puts of doc-string-elt property.  Based on a patch by
5982         Didier Verna <didier@xemacs.org>.
5983
5984 2002-08-15  Stephen J. Turnbull  <stephen@xemacs.org>
5985
5986         * wid-edit.el (widget-field-activate): Fix docstring typo.
5987
5988 2002-07-23  Andy Piper  <andy@xemacs.org>
5989
5990         * about.el (about-personal-info): update me.
5991
5992 2002-07-12  Andy Piper  <andy@xemacs.org>
5993
5994         * custom.el (custom-theme-set-variables): remove bogus
5995         arguments. Use custom-set-default to set defaults.
5996         (custom-set-variables): update doc.
5997         (custom-local-buffer): new, synced from FSF.
5998         (custom-set-default): ditto.
5999         (defcustom): update doc.
6000
6001 2002-06-16  Andy Piper  <andy@xemacs.org>
6002
6003         * menubar-items.el (default-menubar): enable windows printing on
6004         cygwin as well as native.
6005
6006 2002-06-12  Andy Piper  <andy@xemacs.org>
6007
6008         * printer.el (generic-print-buffer): catch all errors so that the
6009         print device can be cleared in all scenarios.
6010         (Printer-clear-device): make sure clearing the printer allows it
6011         to be used again immediately.
6012         (generic-print-region): make sure the default printer face is
6013         black-on-white.
6014
6015 2002-04-23  Jerry James  <james@xemacs.org>
6016
6017         * window-xemacs.el (display-buffer-function): Change doc to
6018         reflect new arg.
6019         * window-xemacs.el (pre-display-buffer-function): Ditto.
6020         * window-xemacs.el (display-buffer): New arg, shrink-to-fit.  If
6021         non-nil, make the new window just big enough for its contents.
6022         * frame.el (get-frame-for-buffer): Accept new arg, due to above.
6023         * frame.el (show-temp-buffer-in-current-frame): Remove broken
6024         temp-buffer-shrink-to-fit code.  Tell display-buffer instead.
6025
6026 2002-06-06  Andy Piper  <andy@xemacs.org>
6027
6028         * custom.el (custom-theme-set-variables): sync :set-after from FSF.
6029         (defcustom): ditto.
6030         (custom-handle-keyword): ditto.
6031
6032 2002-07-12  Stephen J. Turnbull  <stephen@xemacs.org>
6033
6034         * gutter-items.el (buffers-tab-selection-function): Improve doc.
6035         Make obsolete.  Default to nil.
6036         (buffers-tab-filter-functions): Improve doc.  Use literal default.
6037         Inspired by a patch by John Palmieri.
6038
6039 2002-07-01  Mike Alexander  <mta@arbortext.com>
6040
6041         * process.el (shell-command-on-region): Don't delete the region
6042         before giving it to call-process-region
6043
6044 2002-06-04  Jerry James <james@eecs.ku.edu>
6045
6046         * find-paths.el (paths-find-architecture-directory): Search in
6047         `system-configuration'/`base', not `base'`system-configuration'.
6048
6049 2002-06-23  Ville Skyttä  <ville.skytta@xemacs.org>
6050
6051         * info.el (Info-index): Add missing \ in [ t].
6052
6053 2002-06-11  Stephen J. Turnbull  <stephen@xemacs.org>
6054
6055         * gutter-items.el (gutter-buffers-tab-visible-p,
6056         buffers-tab-omit-function, buffers-tab-selection-function,
6057         buffers-tab-filter-functions):
6058         Doc improvements.
6059
6060 2002-06-09  Stephen J. Turnbull  <stephen@xemacs.org>
6061
6062         * toolbar.el (toolbar-icon-directory): Document trailing separator.
6063
6064         * toolbar-items.el (toolbar-news): Fix typo in message string.
6065
6066 2002-06-08  Stephen J. Turnbull  <stephen@xemacs.org>
6067
6068         * dialog.el (yes-or-no-p-dialog-box): 
6069         * cmdloop.el (y-or-n-p-minibuf):
6070         (yes-or-no-p-minibuf):
6071         (yes-or-no-p):
6072         (y-or-n-p): 
6073         Specify negative answers in docstrings.
6074
6075 2002-05-25  Steve Youngs  <youngs@xemacs.org>
6076
6077         * package-ui.el (pui-help-echo): Display both installed and author
6078         version.  Use a balloon-help window to display extra info like
6079         package requires.
6080
6081 2002-05-30  Andy Piper  <andy@xemacs.org>
6082
6083         * files.el (revert-buffer-internal): don't visit
6084         revert-buffer. Kill buffer when not used. Suggested by Mike
6085         Alexander <mta@arbortext.com>
6086
6087 2002-05-20  Stephen J. Turnbull  <stephen@xemacs.org>
6088
6089         * files.el (revert-buffer): More docstring fiddling.
6090
6091 2002-05-19  Stephen J. Turnbull  <stephen@xemacs.org>
6092
6093         * files.el (revert-buffer):
6094         (revert-buffer-internal):
6095         (revert-buffer-insert-file-contents-function):
6096         Improve docstrings and comments.
6097
6098 2002-05-08  Andy Piper  <andy@xemacs.org>
6099
6100         * files.el (revert-buffer): observe noconfirm behavior.
6101
6102 2002-04-09  Andy Piper  <andy@xemacs.org>
6103
6104         * files.el (revert-buffer): use revert-buffer-internal if it looks
6105         like doing so will not result in any user-visible changes.
6106         (revert-buffer-internal): new function. Do the actual process of
6107         reversion and then see whether the result is any different to what
6108         we have already. If it is not then do nothing.
6109
6110 2001-12-11  Andy Piper  <andy@xemacs.org>
6111
6112         * menubar.el (get-popup-menu-response): re-order so that it works
6113         on more sane/facist window systems.
6114
6115 2001-12-03  Andy Piper  <andy@xemacs.org>
6116
6117         * faces.el (frob-face-property): don't infloop in face frobbing
6118         from Jan Vroonhof <jan@xemacs.org>.
6119
6120 2001-11-30  Jan Vroonhof  <jan@xemacs.org>
6121
6122         * faces.el (frob-face-property): Follow face fall-back hierarchy
6123         properly for face properties without an instance. Only do manual
6124         copy form 'default in last resort. This handles in particular
6125         the case where 'default itself has only a fall-back (which is
6126         the case by default on windows).
6127
6128 2001-11-24  Andy Piper  <andy@xemacs.org>
6129
6130         * printer.el (generic-print-region): set default-frame-plist to
6131         nil while creating the printer frame so that sizes reflect the
6132         printed page.
6133
6134         * faces.el (face-complain-about-font): Don't complain on printers.
6135
6136 2002-05-10  Stephen J. Turnbull  <stephen@xemacs.org>
6137         
6138         * package-net.el: Andy synch.
6139         
6140 2001-12-16  Andy Piper  <andy@xemacs.org>
6141
6142         * package-get.el (package-get-update-all): Make sure installed.db
6143         gets updated after updating packages.
6144
6145 2002-03-28  Ben Wing  <ben@xemacs.org>
6146
6147         * msw-glyphs.el: Set glyph-contrib-p to nil on hscroll,
6148         continuation, truncation so that we don't get line jumpiness from
6149         them being larger than the line height.
6150
6151         * msw-font-menu.el (mswindows-font-menu-font-data): Fix bug.
6152
6153 2001-11-30  Jan Vroonhof  <jan@xemacs.org>
6154
6155         * font.el (font-window-system-mappings): Add mapping for Gtk
6156         (assume identical to X) 
6157
6158 2002-02-04  Andy Piper  <andy@xemacs.org>
6159
6160         * files.el (convert-standard-filename): Fix for short filename
6161         Peter Arius <pas@methodpark.de>
6162
6163 2001-12-10  Christoph Wedler  <Christoph.Wedler@sap.com>
6164
6165         * list-mode.el (default-choose-completion): completion-base-size
6166         should refer to local value in the completion list buffer.
6167
6168 2001-12-03  Didier Verna  <didier@xemacs.org>
6169
6170         * rect.el: autoload `replace-rectangle'.
6171         * keydefs.el (global-map): bind it to `C-x r p'.
6172
6173 2002-05-09  Stephen J. Turnbull  <stephen@xemacs.org>
6174
6175         * XEmacs 21.4.8 "Honest Recruiter" is released.
6176
6177 2002-05-09  Stephen J. Turnbull  <stephen@xemacs.org>
6178
6179         This patch is based on Jerry James's patch and analysis.
6180
6181         * select.el (get-clipboard):
6182         (get-selection):
6183         Update docstrings.
6184         (get-clipboard-foreign):
6185         (get-selection-foreign):
6186         New function for use as `interprogram-paste-function's.
6187
6188         * simple.el (interprogram-paste-function): Change default to
6189         `get-clipboard-foreign'; improve docstring.
6190         (interprogram-cut-function): Improve dosctring.
6191
6192 2002-05-04  Stephen J. Turnbull  <stephen@xemacs.org>
6193
6194         * XEmacs 21.4.7 "Economic Science" is released.
6195
6196 2002-03-18  Adrian Aichner  <adrian@xemacs.org>
6197
6198         * cus-edit.el (customize-save-variable): Fix typo in prompt.
6199
6200 2002-03-26  John Paul Wallington  <jpw@xemacs.org>
6201
6202         * obsolete.el (assq-delete-all): New compatibility alias for 
6203         remassq.
6204
6205 2002-01-09  Simon Josefsson  <jas@extundo.com>
6206
6207         * files.el (auto-mode-alist): Support Sieve (*.siv, *.sieve).
6208
6209 2002-01-04  Adrian Aichner  <adrian@xemacs.org>
6210
6211         * info.el (Info-auto-generate-directory): Default
6212         Info-auto-generate-directory to 'if-outdated.
6213
6214 2002-03-28  Stephen J. Turnbull  <stephen@xemacs.org>
6215
6216         * startup.el (normal-top-level): Prevent migration code from
6217         trashing .emacs on an error in loading the init files.
6218
6219 2002-03-14  Ville Skyttä  <ville.skytta@xemacs.org>
6220
6221         * files.el (auto-mode-alist): GNUmakefile is a Makefile,
6222         "system default" Xdefaults and friends get xrdb-mode.
6223
6224 2002-03-05  Mats Lidell  <matsl@contactor.se>
6225  
6226         * help-nomule.el (tutorial-supported-languages): Added Swedish
6227         tutorial. Sorted languages.
6228
6229 2002-02-11  Mike Sperber <mike@xemacs.org>
6230
6231         * info.el (Info-maybe-update-dir): Regenerate dir if we're
6232         regenerating outdated dir files and dir is non-existent.
6233
6234 2002-01-27  Stephen J. Turnbull  <stephen@xemacs.org>
6235
6236         * code-files.el (convert-mbox-coding-system): Improve comment.
6237         (write-region): Improve docstring.  Reformat to 80 columns.  Add
6238         coding-system argument to `write-region-pre-hook' call.
6239         (write-region-pre-hook): Fix docstring to mention lockname argument.
6240
6241 2002-01-18  Stephen J. Turnbull  <stephen@xemacs.org>
6242
6243         * minibuf.el (completing-read): Remove redundant wrong arg list.
6244
6245         * help.el (with-displaying-help-buffer): Put usage advice in docstring.
6246
6247 2001-12-27  John Paul Wallington  <jpw@shootybangbang.com>
6248
6249         * obsolete.el (interactive-form): new compatibility alias for 
6250         function-interactive.
6251
6252 2001-11-29  Adrian Aichner  <adrian@xemacs.org>
6253
6254         * menubar-items.el (Menubar-items-truncate-list): Removed.
6255         * menubar-items.el (Menubar-items-truncate-history): New.
6256         * menubar-items.el (default-menubar): Use
6257         Menubar-items-truncate-history.
6258
6259 2002-02-03  Adrian Aichner  <adrian@xemacs.org>
6260
6261         * printer.el (generic-print-region): Pass correct arguments to
6262         lpr-region.  Thanks to Nevin Kapur <nevin@jhu.edu> and Björn
6263         Torkelsson <torkel@acc.umu.se>.
6264
6265 2002-01-09  John Paul Wallington  <jpw@shootybangbang.com>
6266
6267         * help.el (describe-mode): synched with FSF 19.34; handle nil
6268         minor mode indicators.
6269
6270 2001-12-03  Christoph Wedler  <Christoph.Wedler@sap.com>
6271
6272         * minibuf.el (completing-read): Update docstring.
6273
6274 2001-12-17  Stephen J. Turnbull  <stephen@xemacs.org>
6275
6276         * XEmacs 21.4.6 "Common Lisp" is released.
6277
6278 2001-11-21  Stephen J. Turnbull  <stephen@xemacs.org>
6279
6280         * package-net.el: Inadvertant synch with Windows branch.  From
6281         Andy's log:
6282         (package-net-kit-version): new variable.
6283         (package-net-generate-bin-ini): use it. Remove unwanted functions.
6284
6285 2001-11-28  Steve Youngs  <youngs@xemacs.org>
6286
6287         * package-get.el (package-get-locate-index-file): Also search the
6288         core etc/ directory for the package index file if it can't be
6289         found in ~/.xemacs/.
6290
6291 2001-12-13  William Perry  <wmperry@gnu.org>
6292
6293         * dialog-gtk.el (popup-builtin-question-dialog):
6294         Conform to API in gui.c.
6295         
6296 2001-11-12  Andy Piper  <andy@xemacs.org>
6297
6298         * cus-edit.el (custom-save-face-internal): make sure we save
6299         non-themed faces.
6300         (custom-save-variables): ditto variables.
6301
6302 2001-11-20  Stephen J. Turnbull  <stephen@xemacs.og>
6303
6304         * faces.el (make-face-family):
6305         (make-face-size):
6306         New face-modifying functions per Jan Vroonhof.
6307
6308         cus-face.el (custom-set-face-font-family):
6309         (custom-set-face-font-size):
6310         Use them.
6311
6312         * font.el (font-window-system-mappings): More precise docstring.
6313
6314         (font-create-name):
6315         (font-create-object):
6316         (tty-font-create-object):
6317         (tty-font-create-plist):
6318         (x-font-create-object):
6319         (x-font-create-name):
6320         (ns-font-create-name):
6321         (mswindows-font-create-object):
6322         (mswindows-font-create-name):
6323         Add doctrings.
6324
6325 2001-11-14  John Paul Wallington <jpw@shootybangbang.com>
6326
6327         * gtk-faces.el (gtk-init-device-faces): removed spurious
6328         quote before let* expression.
6329
6330 2001-10-29  Andy Piper  <andy@xemacs.org>
6331
6332         * code-files.el (toggle-buffer-file-coding-system): mark buffer as
6333         modified when changing coding system.
6334
6335         * toolbar-items.el (toolbar-dired): Use interactive "D" spec so
6336         that we invoke the GUI directory selector.
6337
6338 2001-10-25  Andy Piper  <andy@xemacs.org>
6339
6340         * dialog.el (make-dialog-box): use new directory dialog support.
6341         * minibuf.el (read-file-name-1): ditto.
6342         (read-file-name): ditto.
6343         (read-directory-name): ditto.
6344
6345 2001-10-23  Stephen J. Turnbull  <stephen@xemacs.org>
6346
6347         * XEmacs 21.4.5 "Civil Service" is released.
6348
6349 2001-04-23  Didier Verna  <didier@xemacs.org>
6350
6351         * cus-edit.el (custom-variable-pre-save): New.
6352         * cus-edit.el (custom-variable-post-save): New.
6353         * cus-edit.el (custom-variable-save): use them.
6354         * cus-edit.el (custom-face-pre-save): New.
6355         * cus-edit.el (custom-face-post-save): New.
6356         * cus-edit.el (custom-face-save): use them.
6357         * cus-edit.el (custom-group-pre-save): New.
6358         * cus-edit.el (custom-group-post-save): New.
6359         * cus-edit.el (custom-group-save): use them.
6360         * cus-edit.el (Custom-save): use the pre/post functions above,
6361         call `custom-save-all' only once.
6362         * cus-edit.el (custom-variable-pre-reset-standard): New.
6363         * cus-edit.el (custom-variable-post-reset-standard): New.
6364         * cus-edit.el (custom-variable-reset-standard): use them.
6365         * cus-edit.el (custom-face-pre-reset-standard): New.
6366         * cus-edit.el (custom-face-post-reset-standard): New.
6367         * cus-edit.el (custom-face-reset-standard): use them.
6368         * cus-edit.el (custom-group-pre-reset-standard): New.
6369         * cus-edit.el (custom-group-post-reset-standard): New.
6370         * cus-edit.el (Custom-reset-standard): use them.
6371         * cus-edit.el (custom-face-reset-saved): use the pre/post
6372         functions above, call `custom-save-all' only once.
6373
6374 2001-04-08  Danny Colascione  <qtmstr@optonline.net>
6375
6376         * gutter-items.el (buffers-tab face): Derive from the modeline
6377         face by default.  Many people use white-on-black for the default
6378         font, and the tabs look hideous with that color combination.  The
6379         modeline usually has the correct colors.
6380
6381 2001-09-28  Robert Pluim  <rpluim@bigfoot.com>
6382
6383         * etags.el (find-tag): Doc fix, point users at pop-tag-mark.
6384         (tag-mark-stack-max): Typo fix.
6385
6386 2001-09-28  Ben Wing  <ben@xemacs.org>
6387
6388         * font-lock.el:
6389         * font-lock.el (font-lock-after-change-function):
6390         fix problem with last patch, reported by Katsumi Yamaoka.
6391
6392 2001-09-17  Ben Wing  <ben@xemacs.org>
6393
6394         * font-lock.el (font-lock-after-change-function):
6395         fix problem when you insert a comment on the line before a line of
6396         code: if we use the following char, then when you hit backspace,
6397         the following line of code turns the comment color.
6398
6399 2001-06-08  Ben Wing  <ben@xemacs.org>
6400
6401         * process.el: comment about shell-command-switch.
6402         * process.el (shell-quote-argument): Need to quote a null
6403         argument, too.  From Dan Holmsand.
6404         
6405         * startup.el (normal-top-level): Delete some unused FSF junk.
6406         * startup.el (command-line-early):
6407         
6408         * startup.el (command-line): Call MS Windows init function.
6409         
6410         * win32-native.el:
6411         * win32-native.el (mswindows-system-shells): New.
6412         * win32-native.el (mswindows-system-shell-p): New.
6413         * win32-native.el (init-mswindows-at-startup): New.
6414         * win32-native.el (mswindows-quote-one-vc-runtime-arg):
6415         * win32-native.el (mswindows-quote-one-simple-arg):
6416         * win32-native.el (mswindows-quote-one-command-arg):
6417         * win32-native.el (mswindows-construct-process-command-line-alist):
6418         Correct comments at top.  Correctly handle passing arguments
6419         to Cygwin programs and to bash.  Fix quoting of zero-length
6420         arguments (from Dan Holmsand).  Set shell-command-switch based
6421         on shell-file-name, which in turn comes from env var SHELL.
6422
6423 2001-07-18  Alexey Mahotkin  <alexm@hsys.msk.ru>
6424
6425         * toolbar.el (toolbar-visible-p, toolbar-captioned-p,
6426         default-toolbar-position): Fill docstrings for balloon-help.
6427
6428 2001-03-15  Stephen J. Turnbull  <stephen@xemacs.org>
6429
6430         * faces.el: Reenable specifications over 'gtk domain.
6431
6432 2001-08-08  Didier Verna  <didier@xemacs.org>
6433
6434         * autoload.el (update-autoload-files): make defdir a file name,
6435         not directory name.
6436
6437 2001-08-06  Steve Youngs  <youngs@xemacs.org>
6438
6439         * menubar-items.el (default-menubar): Use 'report-xemacs-bug'.
6440
6441         * lisp-mnt.el (lm-report-bug): Use 'report-xemacs-bug-beta-address'.
6442
6443 2001-08-01  Edward M. Lee  <tailbert@yahoo.com>
6444
6445         * font-menu.el (font-menu-set-font): Default to current font-family.
6446         (font-menu-preferred-resolution):
6447         (font-menu-size-scaling):
6448         Provide gtk defaults, too.
6449
6450 2001-07-29  Mike Alexander  <mta@arbortext.com>
6451
6452         * cus-face.el (custom-set-face-font-size): Last arg to apply is a
6453         list
6454         (custom-set-face-font-family): ditto
6455
6456 2001-07-26  Mike Sperber <mike@xemacs.org>
6457
6458         * files.el (auto-mode-alist): .9 files are man pages, too.
6459
6460 2001-07-23  Edwin Steiner <esteiner@net4you.at>
6461
6462         * process.el (call-process-internal): bind
6463         coding-system-for-write to 'binary when calling
6464         start-process-internal, so the process receives 
6465         the literal contents of INFILE.
6466
6467 2001-09-15  Edward M. Lee  <tailbert@yahoo.com>
6468
6469         * files.el (auto-mode-alist): Add configure.ac support.
6470
6471 2001-07-19  Adrian Aichner  <adrian@xemacs.org>
6472
6473         * buff-menu.el:
6474         mouse.el:
6475         Adrian's mouse-track patch.  See <y9plq0nc.fsf@ecf.teradyne.com>.
6476
6477 2001-07-28  Stephen J. Turnbull  <stephen@xemacs.org>
6478
6479         * XEmacs 21.4.4 "Artificial Intelligence" is released.
6480
6481 2001-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * mule/kinsoku.el (kinsoku-bol-p): Work with ascii and non-ascii
6484         mixed text.
6485         (kinsoku-eol-p): Ditto.
6486
6487 2001-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * mule/kinsoku.el (kinsoku-ascii-eol, kinsoku-gb-bol,
6490         kinsoku-gb-eol, kinsoku-big5-bol, kinsoku-big5-eol): Assign
6491         characters as the category `s' or `e' correctly.
6492
6493 2001-06-06  Alexey Mahotkin  <alexm@hsys.msk.ru>
6494
6495         * mule/cyrillic.el: Uncomment definition of ccl-encode-koi8-r-font.
6496
6497 2001-06-14  Alexey Mahotkin  <alexm@hsys.msk.ru>
6498
6499         * mule/cyrillic.el:  Set up case table.
6500
6501 2001-06-08  Mike Sperber <mike@xemacs.org>
6502
6503         * files.el (save-some-buffers-1): Don't zap the help window right
6504         after `map-y-or-n-p' has popped it up.
6505
6506 2001-06-15  Nick Pakoulin  <npak@ispras.ru>
6507
6508         * help.el (frob-help-extents): Require 'hyper-apropos for faces.
6509
6510 2001-07-18  Stephen J. Turnbull  <stephen@xemacs.org>
6511
6512         * specifier.el: define-specifier-tag 'gtk.
6513
6514 2001-05-12  Ben Wing  <ben@xemacs.org>
6515
6516         * find-paths.el (paths-find-recursive-path):
6517         fix error with null EXCLUDE-REGEXP.
6518         
6519         * font-lock.el (font-lock-mode):
6520         fix problem reported by hrvoje with buffers starting with a space.
6521         
6522 2001-05-06  Ben Wing  <ben@xemacs.org>
6523
6524         * dialog.el (make-dialog-box):
6525         * menubar-items.el (default-menubar):
6526         * printer.el (generic-print-buffer):
6527         * printer.el (generic-print-region):
6528         implement printing the selection when it's selected.
6529
6530 2001-04-18  Didier Verna  <didier@xemacs.org>
6531
6532         * cus-edit.el (Custom-reset-standard): reset to standard settings
6533         not only when the buffer's :custom-state is 'modified, but also
6534         when it is 'set or 'saved.
6535
6536 2001-04-17  Didier Verna  <didier@xemacs.org>
6537
6538         * startup.el (load-user-init-file): define `custom-file' before
6539         loading the user's init file.
6540
6541 2001-04-09  Danny Colascione  <qtmstr@optonline.net>
6542
6543         * menubar.el (popup-mode-menu): Make it work with
6544         popup-menu-titles turned off.
6545         
6546 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6547
6548         * about.el (about-mailto-link): Use compose-mail for sending mail.
6549
6550 2001-07-14  Sean MacLennan  <seanm@storm.ca>
6551
6552         * package-admin.el (package-install-hook): New.
6553         (package-delete-hook): New.
6554         (package-admin-add-single-file-package): Use package-delete-hook.
6555
6556         * package-get.el (package-get): Use package-install-hook.
6557
6558 2001-06-26  Robert Pluim  <rpluim@bigfoot.com>
6559
6560         * package-ui.el (pui-install-selected-packages): reverse the lists
6561         of packages so that they get handled in the same order as they
6562         were selected.
6563
6564 2001-06-26  Robert Pluim  <rpluim@bigfoot.com>
6565
6566         * packages.el (locate-library): Use read-library-name for completion.
6567
6568 2001-05-21  Martin Buchholz  <martin@xemacs.org>
6569
6570         * byte-optimize.el (=): `=' is not a binary predicate!
6571         Fix incorrect optimization: (= 0 0 (random 2)) ==> 0 or 1.
6572         Use byte-optimize-predicate, not byte-optimize-binary-predicate,
6573
6574 2001-05-20  Martin Buchholz  <martin@xemacs.org>
6575
6576         * bytecomp.el (byte-compile-arithcompare):
6577         Only optimize (= x) ==> t if byte-compile-delete-errors is not nil.
6578
6579 2001-06-03  William M. Perry  <wmperry@gnu.org>
6580
6581         * dialog-gtk.el (popup-builtin-open-dialog): Don't forget to
6582         return the filename selected by the user!
6583
6584 2001-05-31  William M. Perry  <wmperry@gnu.org>
6585
6586         * font-menu.el: Avoid arithmetic with 'nil' when using the font menu
6587         in XEmacs/GTK.
6588
6589 2001-05-29  Alexey Mahotkin  <alexm@hsys.msk.ru>
6590
6591         * coding.el: Tiny typo fixed.
6592
6593 2001-05-17  Stephen J. Turnbull  <stephen@xemacs.org>
6594
6595         * XEmacs 21.4.3 "Academic Rigor" is released.
6596
6597 2001-05-17  Stephen J. Turnbull  <stephen@xemacs.org>
6598
6599         * config.values.sh:  lisp/utils?/config.el -> lisp/config.el.
6600
6601 2001-05-10  Stephen J. Turnbull  <stephen@xemacs.org>
6602
6603         * XEmacs 21.4.2 "Developer-Friendly Unix APIs" is released.
6604
6605 2001-05-04  Ben Wing  <ben@xemacs.org>
6606
6607         * printer.el (generic-print-buffer):
6608         * printer.el (generic-print-region):
6609         Enable dialog boxes.  Apply workaround recommended by Kirill.
6610         fix (fboundp 'lpr-buffer) -> (fboundp 'lpr-region).
6611         
6612         * simple.el (kill-whole-line):
6613         * simple.el (kill-line-1):
6614         * simple.el (kill-entire-line):
6615         * simple.el (kill-line):
6616         * simple.el (backward-kill-line):
6617         Take out interactive dependence of kill-whole-line.
6618
6619 2001-04-22  Ben Wing  <ben@xemacs.org>
6620
6621         * dialog.el (make-dialog-box):
6622         Put dialog titles back in -- this time correctly.  Fix various
6623         other problems with leaks and such.
6624
6625         * simple.el (region-exists-p):
6626         * simple.el (region-active-p):
6627         Add comment about which one is correct to use in menu specs.
6628
6629 2001-05-05  Ben Wing  <ben@xemacs.org>
6630
6631         * dialog.el (make-dialog-box): fix doc string.
6632         * menubar-items.el (default-menubar): Add Page Setup for Windows,
6633         take out Pretty Print.
6634         * printer.el:
6635         * printer.el (printer-current-device): New.
6636         * printer.el (Printer-get-device): New.
6637         * printer.el (Printer-clear-device): New.
6638         * printer.el (generic-page-setup): New.
6639         * printer.el (generic-print-buffer):
6640         * printer.el (generic-print-region):
6641         Implement Page Setup.  Handle errors properly.
6642
6643 2001-05-05  Ben Wing  <ben@xemacs.org>
6644
6645         * subr.el (error): Complete list of errors in doc string.
6646         
6647 2001-04-22  Ben Wing  <ben@xemacs.org>
6648
6649         * bytecomp-runtime.el (byte-compiler-options): Correct doc string.
6650         
6651 2001-05-03  Adrian Aichner  <adrian@xemacs.org>
6652
6653         * build-report.el: Remove CVS keywords since this file has been in
6654         core lisp for a while now.
6655         * build-report.el (build-report-make-output-files): Fix typo.
6656
6657 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6658
6659         * about.el (about-finish-buffer): Make sure the last change works
6660         even if EVENT is nil.
6661
6662 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6663
6664         * about.el (about-finish-buffer): Kill/bury the buffer where the user
6665         clicked, not the one that happens to be the current buffer at the
6666         time.
6667
6668 2001-03-19  Karl M. Hegbloom  <karlheg@microsharp.com>
6669
6670         * cus-edit.el (custom-display): Support the GTK Window System also.
6671
6672 2001-04-30  Ben Wing  <ben@xemacs.org>
6673
6674         * printer.el:
6675         * printer.el (printer-page-header):
6676         * printer.el (Print-context): New.
6677         * printer.el (printer-page-footer):
6678         * printer.el (generate-header-element): New.
6679         * printer.el (generate-header-line): New.
6680         * printer.el (print-context-property):
6681         * printer.el (generic-print-buffer):
6682         * printer.el (generic-print-region):
6683         Implement headers and footers.  Implement calling Print dialog box
6684         (#### but it doesn't quite work yet).
6685
6686 2001-04-25  Ben Wing  <ben@xemacs.org>
6687
6688         * about.el (xemacs-hackers):
6689         * about.el (about-url-alist):
6690         * about.el (about-personal-info):
6691         * about.el (about-hacker-contribution):
6692         More contributions.
6693         
6694         * simple.el (handle-post-motion-command):
6695         Fix spurious setting of zmacs-region-stays to t after a non-shift
6696         motion command.
6697
6698 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6699
6700         * about.el (about-personal-info): Update my bio.
6701         (about-hacker-contribution): Ditto.
6702
6703 2001-04-23  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
6704
6705         * startup.el (splash-frame-body): Update copyright notices: Ben, FSF.
6706
6707 2001-04-19  Andy Piper  <andy@xemacs.org>
6708
6709         * package-net.el (package-net-cygwin32-binary-size): new size.
6710         (package-net-win32-binary-size): new size.
6711         (package-net-convert-index-to-ini): Use new arch.
6712         (package-net-batch-convert-index-to-ini): Removed.
6713         (package-net-generate-bin-ini): New.
6714         (package-net-batch-generate-bin-ini): New.
6715
6716 2001-04-19  Stephen J. Turnbull  <stephen@xemacs.org>
6717
6718         * XEmacs 21.4.1 "Copyleft" is released.
6719
6720 2001-04-19  Stephen J. Turnbull  <stephen@xemacs.org>
6721
6722         * x-compose.el (xlib-input-method-bug-workaround):
6723         (alias-colon-to-double-quote):
6724         Force sort in map-keymap to work around rehash bug.
6725
6726 2001-04-17  Ben Wing  <ben@xemacs.org>
6727
6728         * about.el: Finish overhaul, add a few new hackers, update a
6729         couple old ones.
6730
6731 2001-04-16  Stephen J. Turnbull  <stephen@xemacs.org>
6732
6733         * XEmacs 21.4.0 "Solid Vapor" is released.
6734
6735 2001-04-15  Ben Wing  <ben@xemacs.org>
6736
6737         * about.el:
6738         * about.el (about-headline-face): New.
6739         * about.el (about-link-face): New.
6740         * about.el (about-current-release-maintainers): New.
6741         * about.el (about-other-current-hackers): New.
6742         * about.el (about-url-alist):
6743         * about.el (about-once-and-future-hackers): New.
6744         * about.el (about-mailto-link): New.
6745         * about.el (about-get-buffer):
6746         * about.el (about-finish-buffer):
6747         * about.el (about-xemacs):
6748         * about.el (about-features): Removed.
6749         * about.el (about-advantages): New.
6750         * about.el (about-maintainer-info): Removed.
6751         * about.el (about-personal-info): New.
6752         * about.el (about-hacker-contribution): New.
6753         * about.el (about-maintainer):
6754         * about.el (about-show-linked-info):
6755         * about.el (about-hackers):
6756         Major revamping.  Rewriting of most of the text, improve the
6757         link handling, separate info on contributors into personal
6758         and contribution info, add new contributors, update personal
6759         info, etc. etc.
6760         
6761         * menubar-items.el (default-menubar):
6762         Help menubar entry for News now says more accurately
6763         "What's New in XEmacs".
6764         
6765         * mouse.el:
6766         * mouse.el (mouse-track-cleanup-hook):
6767         * mouse.el (mouse-track):
6768         Don't set-buffer to a dead buffer when calling mouse-track
6769         cleanup hooks.
6770
6771 2001-04-14  Stephen J. Turnbull  <stephen@xemacs.org>
6772
6773         * XEmacs 21.2.47 "Zephir" is released.
6774
6775 2001-04-02  Jan Vroonhof  <jan.vroonhof@ntlworld.com>
6776
6777         * dialog.el (make-dialog-box): Disable dialog box titles until
6778         we get them working.
6779
6780 2001-03-30  Ben Wing  <ben@xemacs.org>
6781
6782         * help.el:
6783         * help.el (Help-princ-face):
6784         * help.el (Help-prin1-face):
6785         * help.el (frob-help-extents):
6786         * help.el (describe-function-1):
6787         * help.el (describe-variable):
6788         Avoid using font-lock faces, which may not be defined.
6789         Instead, use hyper-apropos faces, and make sure they're
6790         defined as necessary by using `require'. (It's not so safe
6791         to do this for font-lock.) In any case, we will eventually
6792         be merging this functionality into hyper-apropos.
6793
6794         * loaddefs.el (completion-ignored-extensions):
6795         Fix documentation.
6796         
6797         * menubar-items.el (menu-truncate-list): Removed.
6798         * menubar-items.el (Menubar-items-truncate-list): New.
6799         * menubar-items.el (default-menubar):
6800         Fix errors if grep or compile command is too long.  Rename helper
6801         function to be less visible.
6802
6803 2001-03-23  Martin Buchholz  <martin@xemacs.org>
6804
6805         * byte-optimize.el (byte-optimize-minus):
6806         Fix mis-byte-compilation of (- 0 x) --> (- (- x))
6807
6808 2001-03-26  Hrvoje Niksic  <hniksic@arsdigita.com>
6809
6810         * dumped-lisp.el (preloaded-file-list): Load mule/latin.el when
6811         Mule is available.
6812
6813         * mule/latin.el: New file.
6814
6815 2001-03-11  Ben Wing  <ben@xemacs.org>
6816
6817         * auto-save.el:
6818         * auto-save.el (auto-save-directory):
6819         * auto-save.el (make-auto-save-file-name):
6820         * auto-save.el (auto-save-file-name-p): New.
6821
6822         Merge in improvements from other definition of
6823         make-auto-save-file-name in files.el.
6824         
6825         * auto-save.el (auto-save-original-name):
6826         * auto-save.el (auto-save-name-in-fixed-directory):
6827         * auto-save.el (auto-save-unslashify-name): Removed.
6828         * auto-save.el (auto-save-slashify-name): Removed.
6829         * auto-save.el (auto-save-reserved-chars): New.
6830         * auto-save.el (auto-save-escape-name): New.
6831         * auto-save.el (auto-save-unhex): New.
6832         * auto-save.el (auto-save-unescape-name): New.
6833
6834         Change algorithm for encoding filenames in auto-save names to be
6835         entirely safe with all filesystems and all possible characters in
6836         a filename, and 100% reversible. (Essentially, uses
6837         quoted-printable as the encoding.)
6838         
6839         * auto-save.el (recover-all-files):
6840
6841         Use insert-directory rather than calling ls directly -- fixes
6842         things under Windows.
6843
6844         * files.el:
6845         * files.el (convert-standard-filename): Substitute FSF's
6846         definition for this (we had nothing here before).
6847         
6848         * files.el (backup-buffer): Warning fix.
6849         
6850         * files.el (make-backup-file-name):
6851         * files.el (find-backup-file-name):
6852         Fix error in calling sequence to auto-save-file-name-p.
6853         
6854         * files.el (recover-file):
6855         Use insert-directory rather than calling ls directly -- fixes
6856         things under Windows.
6857
6858         * files.el (make-auto-save-file-name): Removed.
6859         * files.el (auto-save-file-name-p): Removed.
6860         auto-save is always dumped so no sense in having a definition
6861         that will always be overwritten with another.
6862         
6863         * files.el (insert-directory):
6864         * win32-native.el:
6865         * win32-native.el (debug-mswindows-process-command-lines):
6866         * win32-native.el (original-make-auto-save-file-name): Removed.
6867         * win32-native.el (make-auto-save-file-name): Removed.
6868
6869
6870 2001-03-21  Martin Buchholz <martin@xemacs.org>
6871
6872         * XEmacs 21.2.46 "Urania" is released.
6873
6874 2001-03-16  Stephen J. Turnbull  <stephen@xemacs.org>
6875
6876         * menubar-items.el (default-menubar): Update sample.emacs to
6877         sample.init.el and adjust accelerators.
6878
6879 2001-02-02  Stephen J. Turnbull  <stephen@xemacs.org>
6880
6881         * build-report.el (build-report): Improve docstring.
6882
6883 2001-03-15  Stephen J. Turnbull  <stephen@xemacs.org>
6884
6885         * ChangeLog: Log GTK merge.
6886
6887         * gutter-items.el:
6888         * mwheel.el:
6889         * sound.el:
6890         * startup.el:
6891         Revert gratuitous whitespace changes.
6892
6893 2001-03-07  Ben Wing  <ben@xemacs.org>
6894
6895         * help.el:
6896         * help.el (key-or-menu-binding):
6897         * help.el (Help-find-file): New.
6898         * help.el (describe-beta):
6899         * help.el (describe-copying):
6900         * help.el (describe-project):
6901         * help.el (view-emacs-news):
6902         * help.el (view-sample-init-el): New.
6903         * help.el (Help-princ-face): New.
6904         * help.el (Help-prin1-face): New.
6905         * help.el (help-symbol-function-context-menu):
6906         * help.el (help-symbol-variable-context-menu):
6907         * help.el (help-symbol-function-and-variable-context-menu):
6908         * help.el (frob-help-extents):
6909         * help.el (describe-function-1):
6910         * help.el (describe-variable):
6911
6912         Add coloring in Help buffers, correspondent with hyperlinks.
6913         View files in view-mode rather than Fundamental.
6914         Remove separators from context menus -- now handled in generic code.
6915         Add `Find Tag' to context menu.
6916         
6917         * menubar.el (popup-mode-menu):
6918
6919         Rewrite code that outputs the popup menu to (a) put more specific
6920         entries first, (b) be more robust, (c) output the proper context
6921         menu separators automatically (the context menu functionality is
6922         new and currently used only by Help).
6923
6924 2001-03-10  William M. Perry  <wmperry@aventail.com>
6925
6926         * dialog-gtk.el (gtk-make-dialog-box-internal): Forgot to rewrite
6927         this function when converting from the 21.1 GTK branch.  Now
6928         supports file, password, question, and color built-in dialogs.
6929
6930 2001-03-06  Ben Wing  <ben@xemacs.org>
6931
6932         * keydefs.el:
6933         * keydefs.el (global-map):
6934         Add commented-out change of M-k (for 21.5).
6935         
6936         * menubar-items.el (default-menubar):
6937         Fix items to control kill-line behavior; add items for
6938         shifted motion.
6939         
6940         * simple.el:
6941         * simple.el (kill-whole-line):
6942         * simple.el (historical-kill-line): Removed.
6943         * simple.el (kill-line): Removed.
6944         * simple.el (kill-entire-line): New.
6945         * simple.el (kill-line-1): New.
6946         * simple.el (backward-kill-line):
6947         Undo kill-whole-line == always changes.  Add new function
6948         kill-entire-line to unconditionally delete the current line.
6949         Add comments describing the lamentable state of affairs of
6950         the kill-line functions and variables.
6951
6952 2001-03-02  Ben Wing  <ben@xemacs.org>
6953
6954         * simple.el:
6955         * simple.el (beginning-of-buffer):
6956         * simple.el (end-of-buffer):
6957         * simple.el (mark-ring-unrecorded-commands):
6958         * simple.el (signal-error-on-buffer-boundary):
6959         * simple.el (shifted-motion-keys-select-region):
6960         * simple.el (unshifted-motion-keys-deselect-region):
6961         * simple.el (motion-keys-for-shifted-motion): New.
6962         * simple.el (handle-pre-motion-command):
6963         * simple.el (handle-post-motion-command):
6964         * simple.el (forward-char-command):
6965         * simple.el (backward-char-command):
6966         * simple.el (scroll-up-command):
6967         * simple.el (scroll-down-command):
6968         * simple.el (next-line):
6969         * simple.el (previous-line):
6970         * simple.el (backward-block-of-lines):
6971         * simple.el (forward-block-of-lines):
6972         * simple.el (backward-word):
6973         * simple.el (mark-word):
6974
6975         Augment documentation of the most common motion commands to make
6976         note of the shifted-motion support.  Improve the support to (a)
6977         properly document how it works and why it's done in the fashion it
6978         is, and (b) allow the keystrokes that trigger it to be customized.
6979
6980         Correct error in the customize specification of
6981         mark-ring-unrecorded-commands.
6982
6983 2001-03-02  Ben Wing  <ben@xemacs.org>
6984
6985         * font-lock.el:
6986         * font-lock.el (font-lock-pending-extent-table): Removed.
6987         * font-lock.el (font-lock-pending-buffer-table): New.
6988         * font-lock.el (font-lock-pre-idle-hook):
6989         * font-lock.el (font-lock-after-change-function):
6990         * font-lock.el (font-lock-fontify-pending-extents):
6991         * font-lock.el (font-lock-lisp-like):
6992
6993         Fix handling of pending extents to avoid excessive slowness (N^2
6994         behavior) when making lots of buffer changes between redisplays,
6995         such as when saving the Options.
6996
6997 2001-03-09  William M. Perry  <wmperry@aventail.com>
6998
6999         * device.el:
7000         * dragdrop.el:
7001         * dumped-lisp.el:
7002         * faces.el:
7003         * frame.el:
7004         * gnuserv.el:
7005         * loadup.el:
7006         * menubar-items.el:
7007         * minibuf.el:
7008         The Great GTK Merge.
7009
7010         * ChangeLog.GTK:
7011         * dialog-gtk.el:
7012         * gdk.el:
7013         * generic-widgets.el:
7014         * glade.el:
7015         * gnome-widgets.el:
7016         * gnome.el:
7017         * gtk-compose.el:
7018         * gtk-extra.el:
7019         * gtk-faces.el:
7020         * gtk-ffi.el:
7021         * gtk-file-dialog.el:
7022         * gtk-font-menu.el:
7023         * gtk-glyphs.el:
7024         * gtk-init.el:
7025         * gtk-iso8859-1.el:
7026         * gtk-marshal.el:
7027         * gtk-mouse.el:
7028         * gtk-package.el:
7029         * gtk-password-dialog.el:
7030         * gtk-select.el:
7031         * gtk-widget-accessors.el:
7032         * gtk-widgets.el:
7033         * gtk.el:
7034         widgets-gtk.el:
7035         The Great GTK Merge: new files.
7036
7037 2001-03-05  Stephen J. Turnbull  <stephen@xemacs.org>
7038
7039         * generic-widgets.el: Don't require gtk (a built-in feature) at
7040         top level.  Don't execute the last sexp unless (featurep 'gtk).
7041
7042 2001-02-28  Stephen J. Turnbull  <stephen@xemacs.org>
7043
7044         * mule/mule-init.el (auto-language-alist): Split zh into GB and BIG5.
7045
7046 2001-02-23  Martin Buchholz <martin@xemacs.org>
7047
7048         * XEmacs 21.2.45 "Thelxepeia" is released.
7049
7050 2001-01-25  Jason R. Mastaler  <jason@xemacs.org> 
7051  
7052         * about.el (xemacs-hackers): update my entry. 
7053         * about.el (about-maintainer-info): ditto. 
7054         * about.el (about-hackers): ditto. 
7055
7056 2001-02-20  Jan Vroonhof  <jan@xemacs.org>
7057
7058         * about.el (about-maintainer-info): More vanity info about
7059         yours truly.
7060
7061 2001-02-20  Adrian Aichner  <adrian@xemacs.org>
7062
7063         * build-report.el (build-report-destination): xemacs-build-reports
7064         has moved to SourceForge, where mailing list name length is
7065         restricted, hence the name change to
7066         xemacs-buildreports@xemacs.org.
7067         * build-report.el (build-report-keep-regexp): Update default.
7068         * build-report.el (build-report-delete-regexp): Ditto.
7069         * build-report.el (build-report-make-output-files): Ditto.
7070
7071 2001-02-19  Craig Lanning  <lanning@scra.org>
7072
7073         * lisp-mode.el: Add indentation specifications for following
7074         Common Lisp forms: handler-case, handler-bind, with-slots,
7075         with-open-file, with-open-stream, print-unreadable-object.
7076
7077 2001-02-18  Matt Tucker  <tuck@whistlingfish.net>
7078
7079         * font-lock.el (font-lock-set-defaults-1):
7080         Move initialization of `font-lock-cache-position' so that it's set
7081         even if font-lock-keywords is already defined.
7082
7083 2001-02-17  Matt Tucker  <tuck@whistlingfish.net>
7084
7085         * autoload.el (generate-file-autoloads-1):
7086         Use `emacs-lisp-mode-syntax-table' instead of
7087         `lisp-mode-syntax-table'.
7088         * lisp-mode.el (lisp-mode-syntax-table):
7089         Get rid of old checks for `parse-partial-sexp' version.
7090         Make `|' (pipe) string delimiter instead of punctuation.
7091
7092 2001-02-16  Martin Buchholz  <martin@xemacs.org>
7093
7094         * window.el (save-selected-window):
7095         Use gensym for better macro hygiene.
7096
7097 2001-02-06  Mike Sperber <mike@xemacs.org>
7098
7099         * dump-paths.el:
7100         * startup.el (startup-setup-paths): Set and use
7101         `mule-lisp-directory'.
7102         (startup-setup-paths-warning): Ditto.
7103
7104         * setup-paths.el (paths-find-mule-lisp-directory): Added.
7105         (paths-construct-load-path): Consider `mule-lisp-directory'.
7106
7107 2001-02-07  Matt Tucker  <tuck@whistlingfish.net>
7108
7109         * font-lock.el: Syntax table improvements used.  A few random
7110         changes are not specified below.
7111         (font-lock-fontify-string-delimiters):
7112         (font-lock-syntactic-keywords):
7113         (font-lock-cache-state nil):
7114         (font-lock-cache-position):
7115         New variables.
7116         (font-lock-set-syntax):
7117         (font-lock-apply-syntactic-highlight):
7118         (font-lock-fontify-syntactic-anchored-keywords):
7119         (font-lock-fontify-syntactic-keywords-region):
7120         (font-lock-eval-keywords):
7121         New functions.
7122         (font-lock-remove-face):
7123         (font-lock-fontify-syntactically-region):
7124         Use syntax properties.
7125
7126 2001-02-08  Martin Buchholz <martin@xemacs.org>
7127
7128         * XEmacs 21.2.44 "Thalia" is released.
7129
7130 2001-01-16  Mike Sperber <mike@xemacs.org>
7131
7132         * startup.el (normal-top-level): Work even if no installation root
7133         is found.
7134
7135 2001-01-30  Andy Piper  <andy@xemacs.org>
7136
7137         * gutter-items.el (progress-abort-glyph): remove instantiator.
7138         (set-progress-abort-instantiator): new function.
7139         (abort-progress-feedback): use it.
7140
7141         * gutter.el (set-gutter-dirty-p): new function.
7142
7143 2001-01-30  Didier Verna  <didier@xemacs.org>
7144
7145         * mwheel.el (mwheel-scroll): unwind-protect the selected window.
7146
7147 2001-01-24  Didier Verna  <didier@xemacs.org>
7148
7149         * sound.el (sound-extension-list): give a better default value.
7150         * sound.el (load-sound-file): improve the doc string, also find
7151         files given by absolute names, pass a real extension list to
7152         `locate-file'.
7153
7154 2001-01-26  Martin Buchholz <martin@xemacs.org>
7155
7156         * XEmacs 21.2.43 "Terspichore" is released.
7157
7158 2001-01-20  Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
7159
7160         * gnuserv.el (gnuserv-process-filter): Robuster handling of error
7161         messages from gnuserv.
7162
7163 2001-01-20  Martin Buchholz <martin@xemacs.org>
7164
7165         * XEmacs 21.2.42 "Poseidon" is released.
7166
7167 2001-01-12  Nick V. Pakoulin  <npak@ispras.ru>
7168
7169         * cl-macs.el (cl-upcase-arg): New function.
7170         (cl-function-arglist): New function.
7171         (cl-transform-lambda): Automatically add CL-style lambda list to
7172         documentation string using functions above.
7173
7174 2001-01-12  Andy Piper  <andy@xemacs.org>
7175
7176         * package-get.el (package-get-custom): call
7177         package-net-update-installed-db.
7178
7179         * package-ui.el (pui-install-selected-packages): call
7180         package-net-update-installed-db.
7181
7182         * package-net.el (package-net-update-installed-db): use
7183         packages-package-list so that we reflect reality.
7184
7185         * packages.el (packages-package-list): Make docstring reflect
7186         reality.
7187
7188         * package-net.el (package-net-convert-index-to-ini): exclude mule entries.
7189
7190         * postinstall.cc (do_postinstall): don't pick up shells if cygwin
7191         isn't installed.
7192
7193 2001-01-17  Andy Piper  <andy@xemacs.org>
7194
7195         * wid-edit.el (widget-activation-glyph-mapper): activate or
7196         deactivate native widgets.
7197         (widget-glyph-insert-glyph): record instantiator.
7198         (widget-push-button-value-create): use it.
7199
7200         * gui.el (gui-button-action): new function. Make button's domain
7201         buffer current when calling.
7202         (make-gui-button): update to use gui-button-action.
7203
7204 2001-01-16  Didier Verna  <didier@xemacs.org>
7205
7206         * menubar-items.el (default-menubar): add an entry for modeline
7207         horizontal scrolling in Options -> Display.
7208
7209 2001-01-17  Steve Youngs  <youngs@xemacs.org>
7210
7211         * package-get.el (package-get-require-signed-base): Set to nil
7212         by default.
7213
7214 2001-01-17  Martin Buchholz <martin@xemacs.org>
7215
7216         * XEmacs 21.2.41 "Polyhymnia" is released.
7217
7218 2001-01-16  Mike Sperber <mike@xemacs.org>
7219
7220         * setup-paths.el (paths-core-load-path-depth): Stopgap bump to
7221         catch lisp/mule/.
7222
7223 2001-01-14  Mike Sperber <mike@xemacs.org>
7224
7225         * startup.el (maybe-create-compatibility-dot-emacs):
7226         (maybe-unmigrate-user-init-file):
7227         (unmigrate-user-init-file): Created.
7228         (maybe-migrate-user-init-file): Offer creation of compatibility
7229         .emacs.
7230         Some doc fixes wrt init file location.
7231
7232 2001-01-15  Golubev I. N.  <gin@mo.msk.ru>
7233
7234         * faces.el (face-frob-from-locale-first): new variable.
7235         (frob-face-font-2): Honor tags arg while trying to use
7236         standard-face-mapping.  When face-frob-from-locale-first is set,
7237         first try to set face inheriting from frobbed-face.
7238
7239 2001-01-15  Didier Verna  <didier@xemacs.org>
7240
7241         * about.el (xemacs-hackers): update my entry.
7242         * about.el (about-url-alist): ditto.
7243         * about.el (about-maintainer-info): ditto.
7244         * about.el (about-hackers): ditto.
7245
7246 2001-01-15  Martin Buchholz  <martin@xemacs.org>
7247
7248         The byte compiler has been badly broken for a year,
7249         by the patch of 1999-12-06.
7250         * byte-optimize.el (byte-optimize-form-code-walker):
7251         Bug was: the byte compiler was making this erroneous optimization:
7252         (progn (or (foo)) (bar)) ==> (bar)
7253
7254 2000-11-20  Mike Sperber <mike@xemacs.org>
7255
7256         * setup-paths.el (paths-core-load-path-depth): Split
7257         `paths-load-path-depth' in two for site and core lisp.  Don't
7258         recurse into core.
7259         * setup-paths.el (paths-construct-load-path): Use.
7260
7261 2001-01-10  Andy Piper  <andy@xemacs.org>
7262
7263         * package-net.el (package-net-cygwin32-binary-size): new variable
7264         (package-net-win32-binary-size): ditto.  add much needed
7265         commentary.
7266
7267         * gutter-items.el (buffers-tab-items): correct off-by-one error
7268         for buffers-tab-max-size.
7269
7270 2001-01-08  Martin Buchholz <martin@xemacs.org>
7271
7272         * XEmacs 21.2.40 is released.
7273
7274 2001-01-06  Stephen J. Turnbull  <stephen@xemacs.org>
7275
7276         * mule/hebrew.el: Fix comments and typos.
7277         mule/japanese.el: Fix comments, typos, and 8-bit character encoding.
7278
7279 2001-01-06  Stephen J. Turnbull  <stephen@xemacs.org>
7280
7281         * ChangeLog.1: move ancient log from fill.el.
7282
7283         * dump-paths.el:
7284         paragraphs.el:
7285         mule/mule-category.el:
7286         Miscellaneous typo fixes and slight doc clarifications.
7287
7288         * mule/mule-ccl.el:  Correct file name in header.
7289
7290 2000-12-31  Martin Buchholz <martin@xemacs.org>
7291
7292         * XEmacs 21.2.39 is released.
7293
7294 2000-12-27  Martin Buchholz  <martin@xemacs.org>
7295
7296         * byte-optimize.el (byte-optimize-cond):
7297         (byte-optimize-cond-1): New.
7298         Rewrite `cond' in terms of `if' and `or', which are easier to optimize.
7299         Optimizes (cond (x nil)) ==> nil.
7300         Provide better diagnostic on malformed expr like (cond foo).
7301
7302 2000-12-20  Stephen J. Turnbull  <stephen@xemacs.org>
7303
7304         * mule/mule-coding.el:
7305         mule/mule-cmds.el (reset-language-environment,
7306         set-language-environment-coding-systems):
7307         Safer default coding-priority-list, corresponding to src/file-coding.h.
7308
7309 2000-12-03  Jorma Laaksonen <jorma.laaksonen@hut.fi>
7310
7311         * package-admin.el: Allow package removal from
7312         early-package-load-path.
7313
7314 2000-12-15  Andreas Jaeger  <aj@suse.de>
7315
7316         * about.el (about-maintainer-info): Update my entry.
7317
7318 2000-12-11  Matt Tucker  <tuck@whistlingfish.net>
7319
7320         * packages.el (locate-library): Add support for bzip2
7321         compressed .el files.
7322
7323 2000-12-12  Andy Piper  <andy@xemacs.org>
7324
7325         * package-net.el: new file.
7326
7327 2000-12-01  Enrico Scholz  <enrico.scholz@informatik.tu-chemnitz.de>
7328
7329         * font-lock.el: Add missing C++ keywords.
7330
7331 2000-12-08  Adrian Aichner  <adrian@xemacs.org>
7332
7333         * simple.el (indent-for-comment): Preserve indentation of comments
7334         starting in column 0, as documented in (Info-goto-node
7335         "(xemacs)Comments").  Update docstring accordingly.
7336
7337 2000-12-05  Martin Buchholz <martin@xemacs.org>
7338
7339         * XEmacs 21.2.38 is released.
7340
7341 2000-12-04  Didier Verna  <didier@xemacs.org>
7342
7343         * mouse.el (default-mouse-track-set-point-in-window): remove
7344         spurious '+' operation detected by Martin.
7345
7346
7347 2000-12-01  Martin Buchholz  <martin@xemacs.org>
7348
7349         * cl-extra.el (coerce):
7350         Implement char to integer coercion.
7351         Remove extraneous (numberp) test.
7352
7353         * byte-optimize.el (byte-compile-splice-in-already-compiled-code):
7354         Perform lapcode inlining if the value of `byte-optimize' is 'byte.
7355         (byte-optimize-predicate):
7356         Warn if evaluating constant expression signals an error.
7357         (byte-optimize-form): Small simplification.
7358
7359         * cl-macs.el (cl-do-proclaim): small efficiency improvement.
7360
7361 2000-11-30  Martin Buchholz  <martin@xemacs.org>
7362
7363         * byte-optimize.el:
7364         (byte-optimize-minus):
7365         (byte-optimize-plus):
7366         (byte-optimize-mult):
7367         (byte-optimize-quo):
7368         Use (car (last x)) instead of (last x) to get last elt!
7369         Use `byte-optimize-predicate' to optimize `%'.
7370         Move optimizations for special numeric args to bytecomp.el.
7371         * bytecomp.el (byte-compile-associative): Remove.
7372         (byte-compile-max): New.
7373         (byte-compile-min): New.
7374         Properly handle erroneous calls: (max) (min).
7375         (byte-compile-plus): New.
7376         (byte-compile-minus):
7377         It's easiest to handle 0, +1 and -1 args here.
7378         (byte-compile-mult): New.
7379         It's easiest to handle 1, -1 and 2 args here.
7380         (byte-compile-quo):
7381         It's easiest to handle 0, +1 and -1 args here.
7382         Issue byte-compiler warning when dividing by zero.
7383
7384         Byte-compiler arithmetic improvements.
7385         Better optimize these expressions in the obvious way:
7386         (+ x y 1)   -->  varref x varref y add add1
7387         (+ x y -1)  -->  varref x varref y add sub1
7388         (- x y 0)   -->  (- x y)
7389         (- 0 x y)   -->  (- (- x) y)
7390         (% 42 19)   --> compile-time constant
7391         (/ 42 19)   --> compile-time constant
7392         (* (foo) 2) --> foo call dup plus
7393
7394         Optimize away arithmetic operations (+ x) (* x) (/ x 1)
7395         unless (declaim (optimize (safety 3)))
7396         or (setq byte-compile-delete-errors nil).
7397
7398 2000-11-28  Stephen J. Turnbull  <stephen@xemacs.org>
7399
7400         * paragraphs.el (paragraph-separate, forward-sentence):  Clarify
7401         docstrings.
7402
7403 2000-11-08  Stephen J. Turnbull  <stephen@xemacs.org>
7404
7405         * startup.el (command-line-do-help):  Add documentation of
7406         portable dumper switches.
7407
7408 2000-11-22  Andy Piper  <andy@xemacs.org>
7409
7410         * x-mouse.el (x-init-pointer-shape): use cursor-font explicitly.
7411
7412         * glyphs.el (init-glyphs): don't use autodetect for strings.
7413
7414 2000-11-28  Martin Buchholz  <martin@xemacs.org>
7415
7416         * byte-optimize.el (byte-optimize-char-before):
7417         (byte-optimize-backward-char):
7418         (byte-optimize-backward-word):
7419         Fix incorrect optimizations for these sorts of expressions:
7420         (let ((x nil)) (backward-char x))
7421
7422 2000-11-21  Martin Buchholz  <martin@xemacs.org>
7423
7424         * byte-optimize.el:
7425         * byte-optimize.el (byte-optimize-backward-char): New.
7426         * byte-optimize.el (byte-optimize-backward-word): New.
7427         Make backward-word and backward-char as efficient as forward versions.
7428
7429         * bytecomp.el (byte-compile-no-args-with-one-extra):
7430         * bytecomp.el (byte-compile-one-arg-with-one-extra):
7431         * bytecomp.el (byte-compile-two-args-with-one-extra):
7432         * bytecomp.el (byte-compile-zero-or-one-arg-with-one-extra):
7433         * bytecomp.el (byte-compile-one-or-two-args-with-one-extra):
7434         * bytecomp.el (byte-compile-two-or-three-args-with-one-extra):
7435         Check if extra arg is constant nil, and if so, use byte-coded call.
7436
7437         * simple.el (backward-word):
7438         * simple.el (mark-word):
7439         * simple.el (kill-word):
7440         * simple.el (backward-kill-word):
7441         Make COUNT argument optional, for consistency with forward-char et al.
7442
7443         * abbrev.el (abbrev-string-to-be-defined):
7444         * abbrev.el (inverse-abbrev-string-to-be-defined):
7445         * abbrev.el (inverse-add-abbrev):
7446         * abbrev.el (expand-region-abbrevs):
7447         * buff-menu.el (Buffer-menu-execute):
7448         * indent.el (move-to-left-margin):
7449         * indent.el (indent-relative):
7450         * indent.el (move-to-tab-stop):
7451         * info.el (Info-reannotate-node):
7452         * lisp-mode.el (lisp-indent-line):
7453         * lisp.el (end-of-defun):
7454         * lisp.el (move-past-close-and-reindent):
7455         * misc.el (copy-from-above-command):
7456         * mouse.el (default-mouse-track-scroll-and-set-point):
7457         * page.el (forward-page):
7458         * paragraphs.el (forward-paragraph):
7459         * paragraphs.el (end-of-paragraph-text):
7460         * picture.el (picture-forward-column):
7461         * picture.el (picture-self-insert):
7462         * rect.el (extract-rectangle-line):
7463         * simple.el (newline):
7464         * simple.el (fixup-whitespace):
7465         * simple.el (backward-delete-char-untabify):
7466         * simple.el (transpose-chars):
7467         * simple.el (transpose-preceding-chars):
7468         * simple.el (do-auto-fill):
7469         * simple.el (indent-new-comment-line):
7470         * simple.el (blink-matching-open):
7471         * view-less.el (cleanup-backspaces):
7472         * wid-edit.el (widget-transpose-chars):
7473         * term/bg-mouse.el (bg-insert-moused-sexp):
7474         Use more readable (backward-FOO n) instead of (forward-FOO -n).
7475
7476         * info.el (Info-fontify-node):
7477         * simple.el (backward-delete-function):
7478         Use canonical delete-backward-char instead of backward-delete-char.
7479
7480 2000-11-20  Andy Piper  <andy@xemacs.org>
7481
7482         * gutter-items.el (update-tab-in-gutter): don't barf if there are
7483         no buffers.
7484
7485 2000-11-20  Andy Piper  <andy@xemacs.org>
7486
7487         * gutter-items.el (update-tab-in-gutter): don't give popup frames
7488         buffer tabs.
7489
7490 2000-11-18  Martin Buchholz  <martin@xemacs.org>
7491
7492         * cl-macs.el: Correctly optimize plusp minusp oddp evenp.
7493         (proclaim inline...) was shadowing compiler-macros.
7494
7495 2000-11-17  Martin Buchholz  <martin@xemacs.org>
7496
7497         * bytecomp.el (byte-compile-eval): New.
7498         (byte-compile-initial-macro-environment): Use byte-compile-eval.
7499         Keeps this promise made in Lispref:
7500         "If a file being compiled contains a `defmacro' form, the macro is
7501         defined temporarily for the rest of the compilation of that file."
7502
7503 2000-11-09  Martin Buchholz  <martin@xemacs.org>
7504
7505         * cl.el (floatp-safe):
7506         (plusp):
7507         (minusp):
7508         (oddp):
7509         (evenp):
7510         (cl-abs):
7511         Use a better parameter name than `x'.
7512
7513         * cl-macs.el (check-type): Make continuable.  Change documentation
7514         to require PLACE, but accept any form for compatibility.
7515
7516         * abbrev.el (define-abbrev): Use check-type.
7517         * font-menu.el (font-menu-change-face): Use check-type.
7518         * menubar.el (relabel-menu-item): Use check-type.
7519         * itimer.el: Fix typo.
7520
7521 2000-11-10  Yoshiki Hayashi  <yoshiki@xemacs.org>
7522
7523         * info.el (Info-extract-menu-node-name): Comma is a delimiter.
7524
7525 2000-11-14  Martin Buchholz <martin@xemacs.org>
7526
7527         * XEmacs 21.2.37 is released.
7528
7529 2000-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * code-cmds.el: Provide the feature.
7532
7533 2000-07-21  Jan Vroonhof  <jan@xemacs.org>
7534
7535         * dumped-lisp.el (preloaded-file-list): Load code-cmds.el
7536
7537         * code-cmds.el: New file
7538         * mule/mule-cmds.el:
7539         * mule/mule-misc.el
7540         (coding-keymap): New keymap. Define coding system keyboard
7541         commands on file-coding builds too.
7542         (coding-system-change-eol-conversion):
7543         (universal-coding-system-argument):
7544         (set-default-coding-systems):
7545         (prefer-coding-system): Moved from mule-cmds.el
7546         (set-buffer-process-coding-system): Moved from mule-misc.el
7547
7548 2000-09-15  Stephen Carney <carney@scubadoo.com>
7549
7550         * etags.el (buffer-tag-table-files): Use append instead of nconc.
7551
7552 2000-11-09  Steve Youngs  <youngs@xemacs.org>
7553
7554         * package-get.el (package-get-download-sites): Add a pre-release
7555         site for experimental packages.
7556
7557         * auto-autoloads.el: Regenerated.
7558
7559 2000-08-01  Andy Piper  <andy@xemacs.org>
7560
7561         * gutter-items.el (buffers-tab-omit-function): reference
7562         buffers-tab-select-visible-buffers.
7563         (buffers-tab-filter-functions): new variable, by default uses
7564         buffers-tab-selection-function and buffers-tab-omit-function.
7565         (select-buffers-tab-buffers-by-mode): invert arguments.
7566         (buffers-tab-select-visible-buffers): new function. Invert calling
7567         of buffers-menu-omit-invisible-buffers.
7568         (buffers-tab-items): rewrite to use
7569         buffers-tab-filter-functions. Rewrite docstring.
7570         (gutter-buffers-tab-extent): delete.
7571         (add-tab-to-gutter): always build a new extent when adding the
7572         tabs.
7573         (update-tab-in-gutter): make gutter dirty when orientation
7574         changes.
7575
7576 2000-11-07  Martin Buchholz  <martin@xemacs.org>
7577
7578         * bytecomp.el (byte-compile-defvar-or-defconst):
7579         Only do loadhist recording if defvar form includes a value.
7580
7581 2000-11-02  Martin Buchholz  <martin@xemacs.org>
7582
7583         * bytecomp.el (byte-compile-initial-macro-environment):
7584         `eval-when-compile' should not compile its body.
7585
7586 2000-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
7587
7588         * mule/cyrillic.el: Add Windows 1251 code page encoding (by
7589         Sergey Groznyh <gsm@fct.ru> in <863diqaygu.fsf@fct.ru>).  Fix
7590         some Japanese English.  Remove some ancient FSF comments, and
7591         improve docstrings.  Use symbols not vectors for tables.
7592
7593 2000-11-03  Martin Buchholz  <martin@xemacs.org>
7594
7595         * keymap.el:
7596         (local-key-binding):
7597         (global-key-binding):
7598         Add an optional `accept-defaults' parameter, just like `lookup-key'.
7599
7600         * lisp.el:
7601         (backward-sexp): Slightly simpler code.
7602         (mark-sexp): Make arg optional, like FSF Emacs.
7603         (forward-list): Slightly simpler code.
7604         (backward-list): Slightly simpler code.
7605         (down-list):  Make arg optional, like FSF Emacs.
7606         (up-list):  Make arg optional, like FSF Emacs.
7607         (backward-up-list):  Make arg optional, like FSF Emacs.
7608         (kill-sexp):  Make arg optional, like FSF Emacs.
7609         (backward-kill-sexp):  Make arg optional, like FSF Emacs.
7610
7611         * font-menu.el (font-menu-change-face):
7612         Take continuable errors into account.
7613
7614         * abbrev.el:
7615         * abbrev.el (clear-abbrev-table):
7616         * abbrev.el (define-abbrev-table):
7617         * abbrev.el (define-abbrev):
7618         * abbrev.el (insert-abbrev-table-description):
7619         * apropos.el (apropos-documentation-check-doc-file):
7620         * apropos.el (apropos-documentation-check-elc-file):
7621         * buff-menu.el (list-buffers):
7622         * buff-menu.el (list-buffers-noselect):
7623         * bytecomp.el (byte-recompile-directory):
7624         * bytecomp.el (batch-byte-compile):
7625         * cl-macs.el (typep):
7626         * code-files.el (find-coding-system-magic-cookie):
7627         * code-files.el (insert-file-contents):
7628         * cus-edit.el (customize-set-variable):
7629         * cus-edit.el (customize-save-variable):
7630         * cus-face.el (custom-set-face-font-size):
7631         * cus-face.el (custom-set-face-update-spec):
7632         * cus-face.el (custom-reset-faces):
7633         * custom.el (custom-check-theme):
7634         * custom.el (copy-upto-last):
7635         * fill.el (canonically-space-region):
7636         * fill.el (fill-paragraph):
7637         * fill.el (fill-region):
7638         * fill.el (find-space-insertable-point):
7639         * fill.el (justify-current-line):
7640         * faces.el (face-spec-update-all-matching):
7641         * faces.el (set-face-stipple):
7642         * files-nomule.el (insert-file-contents):
7643         * files.el (insert-file-contents-literally):
7644         * files.el (hack-local-variables-last-page):
7645         * files.el (basic-save-buffer):
7646         * files.el (insert-directory):
7647         * font-menu.el (font-menu-change-face):
7648         * font.el (font-spatial-to-canonical):
7649         * format.el (format-encode-region):
7650         * format.el (format-insert-file):
7651         * format.el (format-replace-strings):
7652         * gutter.el (set-gutter-element):
7653         * help.el (key-or-menu-binding):
7654         * help.el (describe-bindings):
7655         * help.el (with-syntax-table):
7656         * indent.el (indent-rigidly):
7657         * indent.el (delete-to-left-margin):
7658         * info.el:
7659         * info.el (Info-extract-dir-entry-from):
7660         * info.el (Info-build-dir-anew):
7661         * info.el (Info-rebuild-dir):
7662         * info.el (Info-batch-rebuild-dir):
7663         * info.el (Info-read-subfile):
7664         * info.el (Info-build-node-completions):
7665         * info.el (Info-extract-menu-node-name):
7666         * isearch-mode.el (isearch-range-invisible):
7667         * isearch-mode.el (isearch-restore-invisible-extents):
7668         * itimer.el (itimerp):
7669         * itimer.el (itimer-live-p):
7670         * keymap.el:
7671         * keymap.el (substitute-key-definition):
7672         * keymap.el (read-command-or-command-sexp):
7673         * keymap.el (local-key-binding):
7674         * keymap.el (global-key-binding):
7675         * keymap.el (global-set-key):
7676         * keymap.el (local-set-key):
7677         * ldap.el:
7678         * ldap.el (ldap-add-entries):
7679         * ldap.el (ldap-delete-entries):
7680         * lisp.el (backward-sexp):
7681         * lisp.el (mark-sexp):
7682         * lisp.el (forward-list):
7683         * lisp.el (backward-list):
7684         * lisp.el (down-list):
7685         * lisp.el (backward-up-list):
7686         * lisp.el (up-list):
7687         * lisp.el (kill-sexp):
7688         * lisp.el (backward-kill-sexp):
7689         * menubar.el (add-menu-button):
7690         * menubar.el (add-submenu):
7691         * menubar.el (delete-menu-item):
7692         * menubar.el (relabel-menu-item):
7693         * mouse.el (narrow-window-to-region):
7694         * obsolete.el (define-obsolete-variable-alias):
7695         * obsolete.el (store-substring):
7696         * package-admin.el:
7697         * package-admin.el (package-admin-install-function):
7698         * package-admin.el (package-admin-install-function-mswindows):
7699         * package-admin.el (package-admin-default-install-function):
7700         * package-get.el (package-get-update-base-entries):
7701         * packages.el (packages-load-package-dumped-lisps):
7702         * packages.el (packages-collect-package-dumped-lisps):
7703         * printer.el (generic-print-buffer):
7704         * printer.el (generic-print-region):
7705         * replace.el (occur-mode-mouse-goto):
7706         * replace.el (perform-replace):
7707         * select.el (get-selection-no-error):
7708         * simple.el:
7709         * simple.el (newline):
7710         * simple.el (open-line):
7711         * simple.el (edit-and-eval-command):
7712         * simple.el (goto-line):
7713         * simple.el (undo):
7714         * simple.el (kill-region):
7715         * simple.el (copy-region-as-kill):
7716         * simple.el (kill-ring-save):
7717         * simple.el (set-mark):
7718         * simple.el (next-line):
7719         * simple.el (previous-line):
7720         * simple.el (line-move):
7721         * simple.el (set-goal-column):
7722         * simple.el (comment-region):
7723         * subr.el:
7724         * subr.el (putf):
7725         * syntax.el (modify-syntax-entry):
7726         * syntax.el (map-syntax-table):
7727         * view-less.el (view-file):
7728         * view-less.el (view-buffer):
7729         * view-less.el (view-file-other-window):
7730         * window-xemacs.el (backward-other-window):
7731         * window.el:
7732         * window.el (one-window-p):
7733         * window.el (walk-windows):
7734         * window.el (window-list):
7735         * x-mouse.el (x-mouse-kill):
7736         * x-select.el (x-get-cutbuffer):
7737         * x-select.el (x-store-cutbuffer):
7738         * term/bg-mouse.el (bg-mouse-line-to-center):
7739         * term/sun-mouse.el (window-line-end):
7740         * term/sun-mouse.el (sun-select-region):
7741         * term/sun.el (kill-region-and-unmark):
7742         * mule/mule-category.el:
7743         * mule/mule-category.el (modify-category-entry):
7744         * mule/mule-category.el (char-category-list):
7745         * mule/mule-coding.el (coding-system-force-on-output):
7746         * mule/mule-misc.el (coding-system-put):
7747         Docstring arglist/Texinfo fixes.  See man/ChangeLog for details.
7748
7749 2000-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
7750
7751         * cus-face.el: Typo fixes and tiny clarifications.
7752         * custom.el: ditto
7753
7754 2000-10-27  Yoshiki Hayashi  <yoshiki@xemacs.org>
7755
7756         * startup.el (auto-save-list-file-prefix): Moved to fileio.c.
7757         * startup.el (normal-top-level): Setup auto-save-list-file-name
7758         if auto-save-list-file-prefix is non-nil.
7759
7760 2000-10-25  Yoshiki Hayashi  <yoshiki@xemacs.org>
7761
7762         * files.el (auto-mode-alist): Allow mixed case suffix for idlwave-mode.
7763
7764 2000-01-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
7765
7766         * hyper-apropos.el (hyper-apropos-this-symbol): Don't always
7767         get symbol at point-min.
7768
7769 2000-10-24  Didier Verna  <didier@xemacs.org>
7770
7771         * info.el (Info-emacs-info-file-name): defconst it.
7772         * info.el (Info-footnote-tag): defcustom it.
7773         * info.el (Info-no-description-string): ditto.
7774         * info.el (Info-find-node): adapt to new semantics of
7775         'Info-suffixed-file (don't do the case variants stuff).
7776         * info.el (Info-insert-dir): rewrite the dir file variants code.
7777         * info.el (Info-directory-files): New. Return the list of info
7778         files in a directory.
7779         * info.el (Info-dir-outdated-p): use it.
7780         * info.el (Info-parse-dir-entries): ditto.
7781         * info.el (Info-build-dir-anew): don't restrict to files ending
7782         with a ".info.*" extension.
7783         * info.el (Info-set-mode-line): ditto.
7784         * info.el (Info-read-subfile): adapt to new semantics of
7785         'Info-suffixed-file (append 'exact argument).
7786         * info.el (Info-all-case-regexp): New. Return a regexp matching a
7787         string independently of the case.
7788         * info.el (Info-suffixed-file): use it (match all possible case
7789         for the file name).
7790         * info.el (Info-insert-file-contents): code cleanup.
7791         * info.el (Info-rebuild-dir): cosmetics only. Fit code in 80
7792         columns.
7793         * info.el (Info-batch-rebuild-dir): ditto.
7794         * info.el (Info-read-node-name-1): ditto.
7795         * info.el (Info-search): ditto.
7796         * info.el (Info-fontify-node): ditto.
7797
7798
7799 2000-10-24  Didier Verna  <didier@xemacs.org>
7800
7801         * process.el (shell-command): when called from a program, avoid
7802         'push-mark's "mark-set" message.
7803
7804 2000-10-15  MIYASHITA Hisashi  <himi@m17n.org>
7805
7806         * mule/thai-xtis.el (tis-620): Specify coding-system's ccl-program
7807         by a symbol, not by a vector.
7808         * mule/vietnamese.el (vscii): Likewise.
7809         (viscii): Likewise.
7810         * mule/cyrillic.el (koi8-r): Likewise.
7811
7812         * mule/chinese.el (chinese-big5-1): Specify charset's ccl-program
7813         by a symbol, not by a vector.
7814         (chinese-big5-2): Likewise.
7815         * mule/ethiopic.el (ethiopic): Likewise.
7816         * mule/vietnamese.el (vietnamese-viscii-lower): Likewise.
7817         (vietnamese-viscii-upper): Likewise.
7818
7819 2000-10-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
7820
7821         * files.el (auto-mode-alist): Remove obsolete entry for html3-mode.
7822
7823 2000-10-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
7824
7825         * byte-optimize.el (byte-optimize-car): New function.
7826         (byte-optimize-cdr): Ditto.
7827
7828 2000-10-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
7829
7830         * byte-optimize.el: Partial synch with FSF 20.7.
7831         Optimize constant concatenation.
7832         Add keymapp as a side effect free function.  It is a built-in.
7833         (byte-after-unbind-pos): Remove byte-equal.
7834
7835 2000-10-13  Gunnar Evermann  <ge204@eng.cam.ac.uk>
7836
7837         * update-elc-2.el: Quote regexps correctly.
7838
7839 2000-10-05  MIYASHITA Hisashi  <himi@m17n.org>
7840
7841         * mule/mule-ccl.el: Sync up with Emacs 21.0.90.
7842         (ccl-compile): Apply integerp, not integer-or-char-p to
7843         check the type of the buffer magnification
7844         (ccl-compile-write-string): Encode a string with binary
7845         coding system.
7846         (ccl-compile-write-repeat): Likewise.
7847
7848 2000-09-25  Robert Pluim  <rpluim@bigfoot.com>
7849
7850         * buff-menu.el:
7851         * bytecomp.el:
7852         * coding.el:
7853         * faces.el:
7854         * files.el:
7855         * fill.el:
7856         * float-sup.el:
7857         * font-lock.el:
7858         * help.el:
7859         * iso8859-1.el:
7860         * loaddefs.el:
7861         * menubar-items.el:
7862         * menubar.el:
7863         * modeline.el:
7864         * msw-font-menu.el:
7865         * paragraphs.el:
7866         * paths.el:
7867         * replace.el:
7868         * simple.el:
7869         * sound.el:
7870         * startup.el:
7871         * version.el:
7872         * x-faces.el:
7873         * x-font-menu.el:
7874         Remove purecopy.
7875
7876 2000-10-03  Daniel Pittman  <daniel@rimspace.net>
7877
7878         * simple.el (do-auto-fill): Use the function pointer to by
7879         `comment-line-break-function', not `indent-new-comment-line'. This
7880         fixes an issue with cc-mode comment continuation.
7881
7882 2000-10-11  Martin Buchholz  <martin@xemacs.org>
7883
7884         * simple.el (turn-on-auto-fill):  Add (interactive).
7885         * mwheel.el (mwheel-install): Add (interactive).
7886         * font-lock.el (turn-on-font-lock): Add (interactive).
7887         (turn-off-font-lock): Add (interactive).
7888
7889 2000-10-03  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
7890
7891         * packages.el (packages-special-base-regexp): Add `man'.
7892
7893 2000-10-08  Adrian Aichner  <adrian@xemacs.org>
7894
7895         * wid-edit.el (widget-specify-active): map over extents in current
7896         buffer like `widget-specify-inactive' does.  Mapping over the
7897         inactive extent object does not work since the current extent is
7898         ignored by `map-extents'.
7899
7900 2000-10-04  Martin Buchholz <martin@xemacs.org>
7901
7902         * XEmacs 21.2.36 is released.
7903
7904 2000-09-22  Martin Buchholz  <martin@xemacs.org>
7905
7906         * byte-optimize.el (byte-optimize-lapcode): Add an optimizer pass.
7907         Optimize the compiled-function-constants vector by byte-code
7908         reference counts.
7909
7910 2000-09-25  Robert Pluim  <rpluim@bigfoot.com>
7911
7912         * build-report.el (build-report-delete-regexp): quote value in
7913         defcustom
7914
7915 2000-09-24  Adrian Aichner  <aichner@ecf.teradyne.com>
7916
7917         * build-report.el (build-report): Don't bind srcdir which we don't
7918         use in `multiple-value-bind' to avoid the only byte-compiler
7919         warning.
7920
7921 2000-09-23  Adrian Aichner  <aichner@ecf.teradyne.com>
7922
7923         * build-report.el: Requires cl and custom now.
7924         build-report-version is determined by XEmacs version -- remove
7925         build-report-version*.
7926         * build-report.el (build-report-version): Removed.
7927         * build-report.el (build-report-installation-version-regexp): New.
7928         * build-report.el (build-report-version-file-regexp): New.
7929         * build-report.el (build-report-installation-srcdir-regexp): New.
7930         * build-report.el (build-report-destination): Offer
7931         xemacs-build-reports and xemacs-beta.
7932         * build-report.el (build-report-keep-regexp): Adjusted.
7933         * build-report.el (build-report-delete-regexp): Adjusted.
7934         * build-report.el (build-report-make-output-dir): New.
7935         * build-report.el (build-report-installation-file): Replace use of
7936         `concat' with `expand-file-name'.
7937         * build-report.el (build-report-make-output-file): Removed.
7938         * build-report.el (build-report-make-output-files): New.
7939         * build-report.el (build-report-subject): Identify as
7940         user-variable with "*...".
7941         * build-report.el (build-report-prompts): Ditto.
7942         * build-report.el (build-report-version-file): New.
7943         * build-report.el (build-report-file-encoding): Identify as
7944         user-variable with "*...".
7945         * build-report.el (build-report-make-output-get): New.
7946         * build-report.el (build-report-insert-header): Report
7947         emacs-version and system-configuration instead of
7948         build-report-version.
7949         * build-report.el (build-report-insert-make-output): Add file
7950         argument.
7951         * build-report.el (build-report-insert-installation-file):
7952         Re-indent.
7953         * build-report.el (build-report-keep): Change docstring,
7954         re-indent.
7955         * build-report.el (build-report-delete): Ditto.
7956         * build-report.el (build-report-installation-data): New.
7957         * build-report.el (build-report-version-file-data): New.
7958
7959 2000-09-20  Martin Buchholz  <martin@xemacs.org>
7960
7961         * byte-optimize.el (byte-optimize-lapcode):
7962         Fix the optimization of using the first 5 elements of the
7963         constants vector for variables.
7964         (byte-optimize-lapcode): Fix another ancient broken optimization.
7965
7966 2000-09-19  Martin Buchholz  <martin@xemacs.org>
7967
7968         * *: Spelling mega-patch
7969
7970 2000-09-19  Martin Buchholz  <martin@xemacs.org>
7971
7972         * easymenu.el: doc fixes.
7973         (easy-menu-do-define): Use backquote.
7974         (easy-menu-change):
7975         (easy-menu-add):
7976         `when' seems much clearer than `if' here.
7977         (easy-menu-remove):
7978         (easy-menu-add-item):
7979         (easy-menu-item-present-p):
7980         (easy-menu-remove-item):
7981         Wrap using (when (featurep 'menubar) ...)
7982
7983 2000-09-16  Martin Buchholz  <martin@xemacs.org>
7984
7985         * bytecomp.el (displaying-byte-compile-warnings):
7986         Revert Ben's change to this function below so that the compile log
7987         is displayed properly for users of the "popper" package.
7988
7989 2000-09-12  Martin Buchholz  <martin@xemacs.org>
7990
7991         * window.el (save-selected-window): Use backquote.
7992
7993         * bytecomp.el (byte-compile-file-form-defvar-or-defconst):
7994         Renamed from `byte-compile-file-form-defvar'.
7995         * bytecomp.el (byte-compile-defvar-or-defconst):
7996         Only cons onto current-load-list in top-level forms.
7997         Else this leaks a cons cell every time a defun is called.
7998         Renamed from `byte-compile-defvar', for clarity.
7999         Warn when docstring of defvar is not a string.
8000         Use consistent error messages.
8001         Better comments.
8002
8003 2000-09-11  Martin Buchholz  <martin@xemacs.org>
8004
8005         * simple.el (set-variable):
8006         Remove unneeded defvar by rearranging order of let* forms.
8007
8008         * mule/mule-ccl.el (ccl-get-next-code):
8009         * menubar-items.el (bookmark-menu-filter):
8010         (language-environment-menu-filter):
8011         (tutorials-menu-filter):
8012         * toolbar-items.el (toolbar-compile):
8013         * byte-optimize.el (disassemble-offset):
8014         Use (declare (special ...)) instead of `defvar'.
8015
8016         * cl-macs.el (cl-do-proclaim):
8017         Fix (declare (special ...)) warning suppression syntax.
8018
8019 2000-07-22  Golubev I. N. <gin@mo.msk.ru>
8020
8021         * info.el (Info-tag-table-marker):
8022         (Info-tag-table-buffer):
8023         (Info-find-file-node):
8024         (Info-read-subfile):
8025         (Info-build-node-completions):
8026         (Info-search):
8027         (Info-mode):
8028         Multiple info buffer support.
8029
8030 2000-08-28  Oscar Figueiredo  <oscar@cpe.fr>
8031
8032         * ldap.el (ldap-decode-entry): New defun
8033         (ldap-search-entries): Use it in order to decode DN-prefixed
8034         entries properly
8035
8036 2000-08-23  Daniel Pittman <daniel@danann.net>
8037
8038         * mule/mule-cmds.el (coding-system-change-eol-conversion):
8039         Use `eq', not `=', to compare symbols.
8040
8041 2000-07-30  Ben Wing  <ben@xemacs.org>
8042
8043         * bytecomp.el (byte-compile-report-error):
8044         * bytecomp.el (displaying-byte-compile-warnings):
8045         if stack-trace-on-error is set, send out a backtrace when
8046         an error is encountered that stops byte compilation.  this
8047         should make it much much easier to track down those curious
8048         problems.  also undo the kludge of using a separate "*Show*"
8049         buffer for display when there's a temp-buffer-show-function;
8050         we can avoid this by just being a little smarter.
8051
8052         * dialog-items.el:
8053         * dialog-items.el (search-dialog-regexp): New.
8054         * dialog-items.el (search-dialog-callback):
8055         * dialog-items.el (make-search-dialog):
8056         add a regexp option to the dialog and clean up a bit.
8057
8058         * dialog.el:
8059         * dialog.el (yes-or-no-p-dialog-box):
8060         * dialog.el (get-dialog-box-response):
8061         * dialog.el (make-dialog-box):
8062         * dialog.el (dialog-box-finish): New.
8063         * dialog.el (dialog-box-cancel): New.
8064         * dialog.el (internal-make-dialog-box-exit): New.
8065         implement [properly!] the :modal property of the new dialog box
8066         interface.  this is the first time xemacs has ever had *proper*
8067         modal dialog boxes, giving the standard window-system feedback.
8068         (e.g. under windows, clicking on a disabled frame causes a beep
8069         and makes the dialog box flash three times.)
8070
8071         * dragdrop.el: header keyword frobbing.
8072
8073         * dumped-lisp.el (preloaded-file-list):
8074         renamed winnt.el to win32-native.el.
8075
8076         * faces.el (face-property):
8077         * faces.el (set-face-property):
8078         * faces.el (frob-face-property):
8079         * faces.el (frob-face-font-2):
8080         * faces.el (make-face-bold):
8081         * faces.el (make-face-italic):
8082         * faces.el (make-face-bold-italic):
8083         * faces.el (make-face-unbold):
8084         * faces.el (make-face-unitalic):
8085         * faces.el (make-face-smaller):
8086         * faces.el (make-face-larger):
8087         clean up the implementation of these so that window-system-specific
8088         methods are called only on objects belonging to that window system.
8089         previously, you could have [e.g.] mswindows-make-face-bold called
8090         on font object of device type `stream', which is not good and
8091         explains the subtle errors Adrian was getting when byte-compiling
8092         something that required 'term. (Adrian, now you can use stack-trace-
8093         on-error to find the exact place where things are going wrong instead
8094         of having to laboriously binary-search your way through.)
8095
8096         * finder.el (finder-known-keywords):
8097         cleaned up -- properly sorted, clarified the meanings of many of
8098         the keywords, and added a few -- mswin, gui, content, build, www,
8099         user, services.  the last two try to distinguish between a package
8100         that's used directly by the user, and a package that provides
8101         support services to other packages.
8102
8103         * font-lock.el (lisp-font-lock-keywords-2):
8104         update list of lisp control structures to include everything,
8105         including new ones i introduced.
8106
8107         * gutter.el: header keyword frobbing.
8108
8109         * isearch-mode.el (isearch-ring-adjust1): M-p to recall the most
8110         recent isearch element was not doing so!  you got the second-most-
8111         recent instead.
8112
8113         * lisp-mode.el (construct-lisp-mode-menu):
8114         more menubar cleanups.
8115         * lisp-mode.el (with-selected-window):
8116         make it indent properly.
8117
8118         * menubar-items.el (default-menubar): lots of menubar cleanups.
8119         rearranged the options menu the most, e.g. splitting up the
8120         Keyboard/Mouse menu into a new Editing menu and combining the
8121         separate Scrollbar/Gutter/Toolbar submenus into Display.
8122         Got rid of General, moved items to Editing or new Troubleshooting.
8123         Moved Packages to Tools; doesn't seem to belong under Options.
8124         Added stuff to the Cmds menu, e.g. Change Case.
8125
8126         NB please don't complain about these periodic menubar changes.
8127         Anything like this is necessarily incremental in its construction
8128         -- By constant use you gradually become more and more aware of
8129         better and better ways to group menu items.  When we eventually
8130         move the options menu to a property sheet, the existing structure
8131         will probably be preserved fairly well.
8132
8133         * minibuf.el (next-history-element): fix problems with pressing
8134         down arrow in repeat-complex-command.
8135
8136         * modeline.el:
8137         * modeline.el (modeline-3d-p): New.
8138         added custom variable for controlling the 3d modeline.  the
8139         corresponding Options item has been present for a long time,
8140         but commented out with "fix me!" comments.  it's fixed now.
8141
8142         * obsolete.el (add-menu):
8143         remove bogus gettexts.
8144
8145         * process.el (shell-quote-argument):
8146         handle this correctly under Windows native with COMMAND.COM/CMD.EXE.
8147         For bash under Windows native, see below.
8148
8149         * simple.el:
8150         * simple.el (display-warning-buffer):
8151         Fixed the handling of warning display to eliminate the annoying
8152         *Show* buffer, like was done for byte-compiler output above.
8153
8154         * simple.el (debug-print): New.
8155         Simple function for sending debug messages to the console and/or
8156         other debug places.
8157
8158         * subr.el (replace-in-string):
8159         Rewrite this function to avoid N^2 behavior with large strings --
8160         catastrophic with the new Windows selection code! (Apparently the
8161         author of this function didn't realize there was a fun
8162         replace-match that could make his life much easier, because we
8163         duplicated the entire logic.  The new version is smaller, easier
8164         to understand, much more robust, and has extended features --
8165         those of replace-match.)
8166
8167         * window.el:
8168         * window.el (with-selected-window): New.
8169         An obvious complement to the existing `with-selected-frame' and
8170         `with-current-buffer'.
8171
8172         * win32-native.el: Renamed from winnt.el.
8173         Added a great deal of stuff for properly handling process quoting,
8174         somewhat modeled on Kirill's original model (which i later threw
8175         away).  We should now finally have correctly working process arg
8176         quoting/dequoting so that the final app gets exactly what we
8177         intended.  Because the mechanism is in Lisp, it's easily
8178         extendible. (For those running bash and running the native
8179         version, I tried hard to do what I thought was correct.  But more
8180         thought is needed, and ideally the volunteer work of people with
8181         these configurations that they generally run on.)
8182
8183         * x-font-menu.el (x-font-menu-font-data):
8184         Put in defvar's to fix byte-compiler warnings.
8185
8186 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
8187
8188         * select.el (selection-coercion-alist): Initialise.
8189         * select.el (select-coerce-to-text): New.
8190         * select.el (select-coerce): New.
8191         New functions to perform type and value coercion.
8192
8193         * select.el (select-buffer-killed-default): Keep data if it was
8194         on the clipboard.
8195
8196 2000-08-02  Martin Buchholz  <martin@xemacs.org>
8197
8198         * menubar-items.el (default-menubar): Fix typo.
8199         (default-menubar): `lambda' was mispelled as `lamda'.
8200
8201 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
8202
8203         * window.el (shrink-window-if-larger-than-buffer): Remove
8204         edge checking code.
8205
8206 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
8207
8208         * paths.el (gnus-local-domain): Removed.
8209         (gnus-local-organization): Ditto.
8210         (gnus-startup-file): Ditto.
8211
8212 2000-07-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
8213
8214         * files.el (auto-mode-alist): Add .spec for RPM.
8215
8216 2000-07-31  Andy Piper  <andy@xemacs.org>
8217
8218         * gutter-items.el (update-tab-in-gutter): deprecate :properties.
8219
8220 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
8221
8222         * dragdrop.el (experimental-dragdrop-drop-url-default): Use function
8223         browse-url.
8224         * help.el (xemacs-www-page): Ditto.
8225         (xemacs-www-faq): Ditto.
8226         * menubar-items.el (default-menubar): Ditto.
8227
8228         * wid-edit.el (widget-url-link-action): Ditto.
8229         From: Kenichi OKADA <okada@opaopa.org>.
8230
8231 2000-07-31  Martin Buchholz  <martin@xemacs.org>
8232
8233         * finder.el (finder-commentary): Add autoload cookie.
8234
8235 2000-07-28  Adrian Aichner  <aichner@ecf.teradyne.com>
8236
8237         * files.el (insert-file-contents-literally): Fix second let
8238         binding for `coding-system-for-read' to `coding-system-for-write'
8239         as suggested by Dan Holmsand <dan@innehallsbolaget.com>.
8240
8241 1999-06-15  Jan Vroonhof  <vroonhof@math.ethz.ch>
8242
8243         * files.el (insert-file-contents-literally): Use binary coding
8244         system (from Morioka san).
8245         (insert-file-contents-literally): Make file-name-handler method.
8246
8247 2000-07-26  Martin Buchholz  <martin@xemacs.org>
8248
8249         * cl-macs.el (get-selection): Add defsetf.
8250
8251 2000-07-25  Steve Youngs  <youngs_s@ozlinx.com.au>
8252
8253         * x-init.el (x-activate-region-as-selection): replace obsolete
8254         function x-own-selection with own-selection.
8255         (ow-find): replace obsolete functions x-get-selection and
8256         x-get-clipboard with get-selection and get-clipboard.
8257         (init-post-x-win): replace obsolete function x-disown-selection
8258         with disown-selection.
8259
8260 2000-07-20  Mike Sperber  <mike@xemacs.org>
8261
8262         * startup.el (load-user-init-file): Only try to load init file if
8263         it exists.
8264
8265 2000-07-10  Andy Piper  <andy@xemacs.org>
8266
8267         * dialog-items.el: sync with Ben's patch.
8268
8269         * gutter-items.el (buffers-tab-switch-to-buffer): remove now-bogus
8270         comment.
8271         (progress-text-glyph): deleted.
8272         (progress-layout-glyph): make completely minimal.
8273         (progress-gauge-glyph): ditto.
8274         (progress-display-style): fix to handle dynamic instantiator
8275         changes.
8276         (progress-text-instantiator): new.
8277         (progress-layout-instantiator): new.
8278         (progress-gauge-instantiator): new.
8279         (set-progress-display-instantiator): renamed and changed from
8280         set-progress-display-style.
8281         (progress-abort-glyph): use instantiator not glyph.
8282         (append-progress-display): use set-progress-display-instantiator
8283         and set-glyph-image.
8284         (abort-progress-display): ditto.
8285         (raw-append-progress-display): ditto.
8286
8287 2000-07-20  Ben Wing  <ben@xemacs.org>
8288
8289         * code-files.el: Move Mule-specific code to mule-coding.el.
8290
8291 2000-07-15  Ben Wing  <ben@xemacs.org>
8292
8293         * autoload.el:
8294         Fixed comments.
8295
8296         * cmdloop.el:
8297         * cmdloop.el (yes-or-no-p):
8298         * cmdloop.el (y-or-n-p):
8299         Make these functions use should-use-dialog-box-p and not be
8300         overridden in dialog.el.
8301
8302         * cus-dep.el:
8303         * cus-dep.el (Custom-make-dependencies): Removed.
8304         * cus-dep.el (Custom-make-dependencies-1): New.
8305         * cus-dep.el (Custom-make-one-dependency): New.
8306         New entry point for use in Makefiles, to avoid excessive
8307         invocations.
8308
8309         * cus-edit.el (custom-variable-reset-saved):
8310         * cus-edit.el (custom-variable-reset-standard):
8311         * cus-edit.el (custom-save-resets):
8312         Fix bytecompiler warnings.
8313
8314         * dialog.el:
8315         * dialog.el (yes-or-no-p-dialog-box):
8316         * dialog.el (yes-or-no-p-maybe-dialog-box): Removed.
8317         * dialog.el (y-or-n-p-maybe-dialog-box): Removed.
8318         * dialog.el (get-dialog-box-response):
8319         * dialog.el (message-or-box):
8320         * dialog.el (make-dialog-box):
8321         * dialog.el (popup-dialog-box): New.
8322         Avoid yes-or-no-p bogosities.
8323         Create a general function `make-dialog-box' to encapsulate all
8324         dialog box methods; easily extendible.  popup-dialog-box now obsolete.
8325
8326         * dumped-lisp.el (preloaded-file-list):
8327         Add dialog-items.  Clean up.  Group files by types.
8328
8329         * easymenu.el (easy-menu-add):
8330         * easymenu.el (easy-menu-remove):
8331         Account for accelerators.
8332
8333         * extents.el:
8334         * extents.el (extent-list): New args, like in map-extents.
8335         * extents.el (extent-at-event): New.
8336         * extents.el (extents-at-event): New.
8337
8338         * font-lock.el:
8339         * font-lock.el (font-lock-mode):
8340         * font-lock.el (font-lock-default-fontify-buffer):
8341         * font-lock.el (font-lock-default-unfontify-region):
8342         * font-lock.el (font-lock-fontify-syntactically-region):
8343         * font-lock.el (font-lock-fontify-keywords-region):
8344         Use new progress-feedback names.
8345
8346         * font-lock.el (java-font-lock-identifier-regexp):
8347         * font-lock.el (java-font-lock-class-name-regexp):
8348         Fix bytecompiler warnings.
8349
8350         * gutter-items.el:
8351         * gutter-items.el (progress-display-use-echo-area): Removed.
8352         * gutter-items.el (progress-feedback-use-echo-area): New.
8353         * gutter-items.el (progress-display-popup-period): Removed.
8354         * gutter-items.el (progress-feedback-popup-period): New.
8355         * gutter-items.el (set-progress-display-style): Removed.
8356         * gutter-items.el (set-progress-feedback-style): New.
8357         * gutter-items.el (progress-display-style): Removed.
8358         * gutter-items.el (progress-feedback-style): New.
8359         * gutter-items.el (progress-stack):
8360         * gutter-items.el (progress-displayed-p): Removed.
8361         * gutter-items.el (progress-feedbacked-p): New.
8362         * gutter-items.el (clear-progress-display): Removed.
8363         * gutter-items.el (clear-progress-feedback): New.
8364         * gutter-items.el (progress-display-clear-when-idle): Removed.
8365         * gutter-items.el (progress-feedback-clear-when-idle): New.
8366         * gutter-items.el (remove-progress-display): Removed.
8367         * gutter-items.el (remove-progress-feedback): New.
8368         * gutter-items.el (progress-display-dispatch-non-command-events): Removed.
8369         * gutter-items.el (progress-feedback-dispatch-non-command-events): New.
8370         * gutter-items.el (append-progress-display): Removed.
8371         * gutter-items.el (append-progress-feedback): New.
8372         * gutter-items.el (abort-progress-display): Removed.
8373         * gutter-items.el (abort-progress-feedback): New.
8374         * gutter-items.el (raw-append-progress-display): Removed.
8375         * gutter-items.el (raw-append-progress-feedback): New.
8376         * gutter-items.el (display-progress-display): Removed.
8377         * gutter-items.el (display-progress-feedback): New.
8378         * gutter-items.el (current-progress-display): Removed.
8379         * gutter-items.el (current-progress-feedback): New.
8380         * gutter-items.el (current-progress-display-label): Removed.
8381         * gutter-items.el (current-progress-feedback-label): New.
8382         * gutter-items.el (progress-display): Removed.
8383         * gutter-items.el (progress-feedback): New.
8384         Replace "progress-display" with "progress-feedback" globally.
8385
8386         * gutter-items.el (lprogress-display): Removed.
8387         * gutter-items.el (progress-feedback-with-label): New.
8388         Rename lprogress-display ==> progress-feedback-with-label.
8389
8390         * gutter-items.el (search-dialog-direction): Removed.
8391         * gutter-items.el (search-dialog-text): Removed.
8392         * gutter-items.el (search-dialog-callback): Removed.
8393         * gutter-items.el (make-search-dialog): Removed.
8394         Move to dialog-items.el.
8395
8396         * help.el:
8397         * help.el (help-mode-quit):
8398         * help.el (mode-for-help): New.
8399         * help.el (help-sticky-window): New.
8400         * help.el (help-window-config): New.
8401         * help.el (with-displaying-help-buffer):
8402         * help.el (function-at-event): New.
8403         * help.el (help-symbol-regexp): New.
8404         * help.el (help-symbol-run-function-1): New.
8405         * help.el (help-symbol-run-function): New.
8406         * help.el (help-symbol-function-context-menu): New.
8407         * help.el (help-symbol-variable-context-menu): New.
8408         * help.el (help-symbol-function-and-variable-context-menu): New.
8409         * help.el (frob-help-extents): New.
8410         * help.el (describe-function-1):
8411         * help.el (variable-at-point):
8412         * help.el (variable-at-event): New.
8413         * help.el (describe-variable):
8414         Major overhaul.
8415         - Make functions and variables be mousable.
8416         - Middle button hyperlinks.
8417         - New context-menu entries.
8418
8419         * keydefs.el:
8420         * keydefs.el (global-map):
8421         New key bindings to move lines up and down.
8422
8423         * lisp-mode.el:
8424         * lisp-mode.el (construct-lisp-mode-menu): New.
8425         * lisp-mode.el (emacs-lisp-mode-popup-menu):
8426         * lisp-mode.el (lisp-interaction-mode-menubar-menu):
8427         * lisp-mode.el (emacs-lisp-mode-menubar-menu):
8428         * lisp-mode.el (lisp-indent-function): Indent "flet" entries better.
8429         Make popup and menubar menus be different.  Popup menu uses
8430         clicked location and automatically assumes symbol under the mouse
8431         for various commands.
8432
8433         * menubar-items.el:
8434         * menubar-items.el (bookmark-menu-filter): Add accelerators.
8435         * menubar-items.el (buffers-menu-omit-chars-list): Include 'd'.
8436
8437         * menubar-items.el (global-popup-menu): Removed.
8438         * menubar-items.el (mode-popup-menu): Removed.
8439         * menubar-items.el (activate-popup-menu-hook): Removed.
8440         * menubar-items.el (popup-mode-menu): Removed.
8441         * menubar-items.el (popup-buffer-menu): Removed.
8442         * menubar-items.el (popup-menubar-menu): Removed.
8443         Move to menubar.el.
8444
8445         * menubar.el:
8446         * menubar.el (global-popup-menu): New.
8447         * menubar.el (mode-popup-menu): New.
8448         * menubar.el (activate-popup-menu-hook): New.
8449         * menubar.el (last-popup-menu-event): New.
8450         * menubar.el (popup-mode-menu): New.
8451         * menubar.el (popup-buffer-menu): New.
8452         * menubar.el (popup-menubar-menu): New.
8453         * menubar.el (menu-call-at-event): New.
8454         Move non-content functions here.  Add support for context menu
8455         items on extents.
8456
8457         * minibuf.el (minibuffer-history-uniquify):
8458         Typo fix.
8459
8460         * minibuf.el (read-file-name-1):
8461         Call new file dialog box if it exists.
8462
8463         * minibuf.el (mouse-rfn-setup-vars):
8464         Clean up "chop" action.
8465
8466         * mouse.el:
8467         * mouse.el (button2): Now bound to mouse-track.
8468         * mouse.el (click-inside-extent-p):
8469         * mouse.el (point-inside-extent-p):
8470         * mouse.el (point-inside-selection-p):
8471         * mouse.el (mouse-drag-or-yank): Removed.
8472         * mouse.el (mouse-begin-drag-n-drop): New.
8473         * mouse.el (mouse-eval-sexp):
8474         * mouse.el (mouse-track-activate-strokes): New.
8475         * mouse.el (mouse-track-do-activate): New.
8476         * mouse.el (mouse-track):
8477         * mouse.el (default-mouse-track-event-is-with-button): New.
8478         * mouse.el (default-mouse-track-cleanup-hook):
8479         * mouse.el (default-mouse-track-drag-hook):
8480         * mouse.el (default-mouse-track-drag-up-hook):
8481         * mouse.el (default-mouse-track-click-hook):
8482         Merge drag-n-drop into mouse-track.
8483         Add general "activate" support to replace specific button2 kludges.
8484         Use "button modifier" support in mouse-track.
8485
8486         * package-get.el (package-get-dependencies): Fix bytecompiler warnings.
8487
8488         * package-ui.el:
8489         * package-ui.el (pui-menu):
8490         * package-ui.el (pui-popup-context-sensitive): Removed.
8491         Fix bytecompiler warnings.
8492         Clean up popup code a bit.
8493
8494         * select.el (get-selection-no-error): Fix bytecompiler warnings.
8495
8496         * simple.el:
8497         * simple.el (transpose-lines):
8498         * simple.el (transpose-line-up): New.
8499         * simple.el (transpose-line-down): New.
8500         * simple.el (transpose-subr):
8501         * simple.el (transpose-subr-1): Removed.
8502         Clean up, add functions to move lines up and down.
8503
8504         * startup.el (mail-host-address):
8505         * startup.el (user-mail-address):
8506         Customize.
8507
8508         * subr.el:
8509         * subr.el (set-symbol-value-in-buffer): New.
8510         * subr.el (error):
8511         * subr.el (check-argument-type):
8512         * subr.el (defined-error-p): New.
8513         Add structured error support.
8514
8515         * toolbar-items.el (toolbar-compile):
8516         Use new make-dialog-box.
8517
8518         * update-elc.el:
8519
8520         * userlock.el (ask-user-about-lock-dbox):
8521         * userlock.el (ask-user-about-supersession-threat-dbox):
8522         * userlock.el (ask-user-about-lock):
8523         * userlock.el (ask-user-about-supersession-threat):
8524         Use new make-dialog-box.
8525         Add safety checks; use should use-dialog-box-p.
8526
8527         * window-xemacs.el:
8528         * window-xemacs.el (__buffer-dedicated-frame):
8529         * window-xemacs.el (buffer-dedicated-frame): New.
8530         * window-xemacs.el (set-buffer-dedicated-frame): New.
8531         Move dedicated-frame stuff into lisp.
8532
8533 2000-07-18  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
8534
8535         * printer.el (generic-print-region): Do not require that
8536         `printer-name' be set.
8537         (printer-name): Commentary clarification.
8538
8539 2000-07-19  Martin Buchholz <martin@xemacs.org>
8540
8541         * XEmacs 21.2.35 is released.
8542
8543 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
8544
8545         * select.el (selection-coercible-types): Initialise.
8546
8547 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
8548
8549         * select.el (own-clipboard): Bug fix.
8550
8551 2000-07-17  Mike Sperber  <mike@xemacs.org>
8552
8553         * cus-edit.el (custom-migrate-custom-file): Save init file before
8554         continuing.
8555
8556 2000-07-16  Mike Sperber  <mike@xemacs.org>
8557
8558         * startup.el (load-init-file): Remove silly call to
8559         `load-user-custom-file`.
8560         (maybe-migrate-user-init-file): Minor fixes.
8561
8562 2000-07-16  Martin Buchholz  <martin@xemacs.org>
8563
8564         * apropos.el (apropos-documentation-check-doc-file):
8565         `doc' variable should be let-bound, as was presumably intended.
8566
8567         * cus-edit.el (custom-variable-reset-saved):
8568         (custom-variable-reset-standard):
8569         Remove unused variable comment-widget.  Twice.
8570
8571         * toolbar.el (toolbar-blank-press-function):
8572         Add a real defvar with initial value nil and proper docstring.
8573         (press-toolbar-button): No need to check for boundp-ness anymore.
8574
8575         * rect.el (open-rectangle-line): Remove useless (let) form.
8576         Add defvar for pending-delete-mode.
8577
8578         * info.el (Info-find-node): This function needs an autoload cookie.
8579
8580         * mule/mule-x-init.el (x-use-halfwidth-roman-font):
8581         Use let* since the second form referred to the first.
8582
8583 2000-07-16  Adrian Aichner  <aichner@ecf.teradyne.com>
8584
8585         * msw-select.el (mswindows-paste-clipboard): Use `get-clipboard'
8586         instead of removed `mswindows-get-clipboard'.
8587
8588
8589 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
8590
8591         * select.el (select-convert-from-text): New.
8592         * select.el (select-convert-from-length): New.
8593         * select.el (select-convert-from-integer): New.
8594         * select.el (select-convert-from-identity): New.
8595         * select.el (select-convert-from-filename): New.
8596         * select.el (selection-converter-in-alist): Use them.
8597         New converter functions for X.
8598
8599         * select.el (get-selection): Removed comment.
8600
8601         * select.el (own-selection): Removed append code - I thought
8602         I'd already done this, but apparently not...
8603
8604         * select.el: Changed comment about TIMESTAMP.
8605
8606         * select.el (select-convert-in): New.
8607         * select.el (select-convert-out): New.
8608         New functions that get used by select.c.
8609
8610         * select.el (select-buffer-killed-default): New.
8611         * select.el (select-buffer-killed-text): New.
8612         * select.el (selection-buffer-killed-alist): New.
8613         New list and functions that get called if a relevant selection
8614         exists and a buffer gets killed.
8615
8616         * select.el (select-convert-to-targets):
8617         * select.el (select-convert-to-identity): Removed.
8618         * select.el (select-convert-from-identity): Removed.
8619         * select.el (select-converter-out-alist):
8620         Removed _EMACS_INTERNAL selection type.
8621
8622         * x-select.el (xselect-kill-buffer-hook): Removed.
8623         * x-select.el (xselect-kill-buffer-hook-1): Removed.
8624         Removed this X-specific nonesense. Use the generic support
8625         in select.el instead.
8626
8627 2000-07-15  Martin Buchholz  <martin@xemacs.org>
8628
8629         * mule/mule-category.el (defined-category-hashtable):
8630         Use make-hash-table instead of make-hashtable
8631
8632         * buff-menu.el: Byte-compiler warning fix.
8633
8634         * isearch-mode.el (isearch-highlight-all-cleanup):
8635         Remove unused variable `isearch-highlight-all-start'.
8636
8637         * etags.el (add-to-tag-completion-table): Byte-compiler warning fix.
8638
8639         * itimer.el (itimer-edit-mode): Byte-compiler warning fixes.
8640
8641         * cus-dep.el (Custom-make-dependencies):
8642         Add autoload cookie for custom-add-loads to generated custom-load.el.
8643
8644         * autoload.el (autoload-package-name): Warning suppression.
8645         Move defvar prior to first use.
8646
8647         * custom.el: Add autoload for custom-declare-face.
8648         Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
8649         * cl.el (cl-hack-byte-compiler):
8650         Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
8651         to work properly.
8652
8653 2000-07-08  Mike Sperber  <mike@xemacs.org>
8654
8655         * startup.el (load-home-init-file): Added variable.
8656         (maybe-migrate-user-init-file): Added.
8657         (load-user-init-file): Load custom file if different from init
8658         file.
8659
8660         * dumped-lisp.el (preloaded-file-list): Added "cus-file" before
8661         "startup."
8662
8663         * cus-edit.el (custom-migrate-custom-file): Added for migration.
8664         Moved `custom-file'-related code to cus-file.el.
8665
8666         * cus-file.el: New file.
8667
8668 2000-04-01  Mike Sperber  <mike@xemacs.org>
8669
8670         * packages.el (packages-find-package-directories): Added support
8671         for external package hierarchies with in-place installations.
8672
8673         * find-paths.el (paths-root-in-place-p): Added.
8674         (paths-find-emacs-directory): Added support for external
8675         directories with in-place installations.
8676         (paths-find-site-directory): Ditto.
8677
8678         * startup.el (find-user-init-file): Also look for
8679         ~/.xemacs/init.elc? in preference to ~/.emacs.
8680
8681 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
8682
8683         * select.el (own-selection):
8684         * select.el (own-clipboard): Changed `append' parameter to
8685         `how-to-use' parameter.
8686         * select.el (own-selection): Removed icky append code.
8687         * select.el (own-selection, get-selection): Removed extra type
8688         checking.
8689         * select.el (selection-appender-alist):
8690         * select.el (selection-converter-{in|out}-alist): Initialise.
8691         * select.el (select-append-to-*): New.
8692         * select.el (select-convert-from-*): New.  New functions to append
8693         data and convert data from external type.
8694
8695 2000-07-12  Stef Epardaud  <stef@lunatech.com>
8696
8697         * font-lock.el: Javadoc enhancements.
8698
8699 2000-07-06  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
8700
8701         * printer.el (generic-print-region): Compose job name from buffer
8702         name.
8703
8704 2000-07-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
8705
8706         * font-lock.el (font-lock-fontify-pending-extents): Call
8707         font-lock-fontify-region instead of font-lock-fontify-buffer
8708         to avoid unnecessary progress gauges.
8709
8710 2000-07-06  Craig Lanning  <lanning@scra.org>
8711
8712         * custom-load.el (faces):
8713
8714         * finder.el (finder-compile-keywords): from Dan Holmsand, make sure
8715         dir is a regex.
8716
8717         * process.el (call-process-internal): from Dan Holmsand, use binary
8718         coding systems so that jka-compr works.
8719
8720 2000-07-07  Ben Wing  <ben@xemacs.org>
8721
8722         * font-lock.el: Undo previous change.  Unfortunately, some
8723         files actually use the variables directly in their init code
8724         without quoting them.
8725
8726 2000-07-07  Ben Wing  <ben@xemacs.org>
8727
8728         * font-lock.el (defvar font-lock-*-face): Removed.
8729
8730         * font-lock.el (font-lock-apply-highlight): Bind these face vars
8731         only when necessary.
8732
8733 2000-06-30  Charles G Waldman  <cgw@alum.mit.edu>
8734
8735         * cl-macs.el: fix cl-transform-function-property kludge
8736         so that it does not require a random feature.
8737
8738 2000-06-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
8739
8740         * files.el (auto-mode-alist): allow .make extension for Makefiles,
8741         as in Linux kernel "Rules.make".
8742
8743 2000-06-29  Gunnar Evermann  <ge204@eng.cam.ac.uk>
8744
8745         * build-report.el (build-report): Add autoload cookie.
8746
8747 2000-06-21  Charles G Waldman  <cgw@alum.mit.edu>
8748
8749         * package-ui.el (defgroup pui):  Correct a misspelling
8750         (pui-toggle-package-delete):  Change `seleted' to `selected'
8751
8752 2000-06-12  Jan Vroonhof  <vroonhof@math.ethz.ch>
8753
8754         * package-get.el (package-get-update-base):
8755         (package-get): Use insert-file-contents-literally always.
8756         (package-get-maybe-save-index):
8757         Force coding system for writing to binary.
8758
8759 2000-06-08  Mike Alexander  <mta@arbortext.com>
8760
8761         * code-process.el (call-process-region): If there is no coding
8762         system for the process on process-coding-system-alist use the
8763         coding system of the buffer containing the region.
8764
8765 2000-06-10  Ben Wing  <ben@xemacs.org>
8766
8767         * cmdloop.el (command-error):
8768         If debug-on-error and noninteractive, output backtrace.
8769
8770         * files.el (file-relative-name):
8771         Remove MSDOS references.
8772
8773         * simple.el (line-number): New function, due to non-obvious
8774         behavior/usage of count-lines.
8775
8776         * simple.el (count-lines): document non-obvious usage to get
8777         line number.
8778
8779 2000-06-11  Ben Wing  <ben@xemacs.org>
8780
8781         * faces.el ((featurep 'xpm)):
8782         * x-faces.el (x-init-face-from-resources):
8783         * x-faces.el (x-init-frame-faces):
8784         * x-misc.el (x-init-specifier-from-resources):
8785         * x-misc.el (x-get-resource-and-bogosity-check):
8786         * x-misc.el (x-get-resource-and-maybe-bogosity-check):
8787         * x-mouse.el (x-init-pointer-shape):
8788         * x-scrollbar.el (x-init-scrollbar-from-resources):
8789         Add sixth argument to x-get-resource calls so as to issue warnings
8790         rather than errors on bogus arguments.
8791
8792 2000-06-05  Ben Wing  <ben@xemacs.org>
8793
8794         * compat.el: new file.  provides a clean, non-intrusive way to
8795         define compatibility functions.
8796
8797         * process.el (shell-quote-argument): temporary fix for lack
8798         of nt-quote-process-args.  #### I need to put back the overall
8799         structure of that mechanism but redo the guts of it using the
8800         extra intelligence in the C code.
8801
8802 2000-05-28  Adrian Aichner  <aichner@ecf.teradyne.com>
8803
8804         * package-info.el (pi-md5sum): Calculate MD5 sum just like
8805         `package-get' does in package-get.el, instead of using external
8806         "md5sum" program.
8807
8808         * package-get.el (package-get): Insert package file literally to
8809         make checksum calculation work.
8810
8811 2000-04-18  Hrvoje Niksic  <hniksic@iskon.hr>
8812
8813         * code-files.el (convert-mbox-coding-system): Deleted.
8814         (file-coding-system-alist): Removed reference to
8815         convert-mbox-coding-system.
8816
8817 2000-05-28  Martin Buchholz <martin@xemacs.org>
8818
8819         * XEmacs 21.2.34 is released.
8820
8821 2000-05-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
8822
8823         * font-lock.el (font-lock-keywords): Rewrote docstring
8824
8825 2000-05-22  Karl M. Hegbloom  <karlheg@debian.org>
8826
8827         * loadhist.el (unload-feature): handle case where x is both boundp
8828         and fboundp
8829
8830 2000-05-22  Karl M. Hegbloom  <karlheg@debian.org>
8831
8832         * packages.el: It's ok to use built-in macros, but not lisp
8833         defined ones.
8834
8835 2000-05-20  Ben Wing  <ben@xemacs.org>
8836
8837         * font-lock.el:
8838         * font-lock.el (font-lock-message-threshold):
8839         * font-lock.el (font-lock-mode):
8840         * font-lock.el (font-lock-default-fontify-buffer):
8841         * font-lock.el (font-lock-always-fontify-immediately):
8842         * font-lock.el (font-lock-old-extent): Removed.
8843         * font-lock.el (font-lock-old-len): Removed.
8844         * font-lock.el (font-lock-fontify-glumped-region): Removed.
8845         * font-lock.el (font-lock-pending-extent-table): New.
8846         * font-lock.el (font-lock-range-table): New.
8847         * font-lock.el (font-lock-after-change-function):
8848         * font-lock.el (font-lock-after-change-function-1): Removed.
8849         * font-lock.el (font-lock-fontify-pending-extents): New.
8850         * font-lock.el ('font-lock-revert-cleanup): Removed.
8851         * font-lock.el ('font-lock-revert-setup): Removed.
8852         Rewrite deferral code to handle any number of changes, merging
8853         them properly.  Remove hacked-up code for revert-buffer, now
8854         unnecessary.
8855
8856         * menubar-items.el (default-menubar):
8857         In Options->Edit Init File, don't switch to emacs-lisp-mode
8858         unless necessary; doing this turns off font-lock.
8859
8860 2000-05-15  Yoshiki Hayashi  <yoshiki@xemacs.org>
8861
8862         * keydefs.el: Define C-x BS to backward-kill-sentence.
8863
8864 2000-05-15  Yoshiki Hayashi  <yoshiki@xemacs.org>
8865
8866         * files.el (hack-local-variables-prop-line): Use non-greedy
8867         matching to process -*-texinfo-*- -*-.
8868
8869 2000-05-11  Jonathan Marten <jonathan.marten@uk.sun.com>
8870
8871         * minibuf.el (minibuf-directory-files): new function.
8872         (read-file-name-activate-callback): use minibuf-directory-files.
8873         (read-directory-name-internal): ditto.
8874         (mouse-file-display-completion-list): ditto.
8875         (mouse-directory-display-completion-list): ditto.
8876         (read-file-name-internal): remove "./" from completion list unless
8877         explicitly matched, for consistency.
8878
8879 2000-05-11  Ben Wing  <ben@xemacs.org>
8880
8881         * gutter-items.el (gutter-buffers-tab):
8882         * gutter-items.el (add-tab-to-gutter):
8883         * gutter-items.el (update-tab-in-gutter):
8884         * gutter-items.el (remove-buffer-from-gutter-tab): Removed.
8885         * gutter-items.el (append-progress-display):
8886         * gutter-items.el (abort-progress-display):
8887         * gutter-items.el (raw-append-progress-display):
8888         Further fixes.  Use set-glyph-image not set-image-instance-property,
8889         to fix problems with multiple windows in a frame.
8890
8891         * menubar-items.el (tutorials-menu-filter):
8892         Fix typo.
8893
8894         * startup.el (early-error-handler):
8895         Display message box under windows; otherwise, message will disappear
8896         before it can be viewed.
8897
8898         * update-elc.el:
8899         Fix bug in NEEDTODUMP processing.
8900
8901 2000-05-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
8902
8903         * startup.el (lock-directory): Removed.
8904         (superlock-file): Ditto.
8905         (startup-set-paths): Remove lockdir.
8906         (startup-setup-paths-warning): Remove lock-directory.
8907
8908         * setup-paths.el (paths-find-lock-directory): Removed.
8909         (paths-find-superlock-file): Ditto.
8910
8911 2000-05-09  Ben Wing  <ben@xemacs.org>
8912
8913         * faces.el (set-face-property):
8914         * faces.el (set-face-font):
8915         * faces.el (set-face-foreground):
8916         * faces.el (set-face-background):
8917         * faces.el (set-face-background-pixmap):
8918         * faces.el (set-face-underline-p):
8919         * faces.el (set-face-strikethru-p):
8920         * faces.el (set-face-highlight-p):
8921         * faces.el (set-face-dim-p):
8922         * faces.el (set-face-blinking-p):
8923         * faces.el (set-face-reverse-p):
8924         doc string changes.
8925
8926         * glyphs.el:
8927         * glyphs.el (make-image-specifier):
8928         * glyphs.el (glyph-property):
8929         * glyphs.el (set-glyph-image):
8930         * glyphs.el (make-glyph):
8931         * glyphs.el (make-pointer-glyph):
8932         * glyphs.el (make-icon-glyph):
8933         * glyphs.el (widget-image-instance-p): New.
8934         authorship info, lots of doc changes.  New predicate, inadvertently
8935         omitted.  the general principle with specifier docs is now that
8936         the description of instantiators should go with the make-foo-specifier
8937         fun's doc string, rather than in foo-specifier-p.  this follows
8938         conventions elsewhere in XEmacs and in general is a lot more obvious
8939         of a place to look.  sometimes the make-foo-specifier function needs
8940         to be created in the process.
8941
8942         * gutter.el:
8943         * gutter.el (make-gutter-specifier): New.
8944         * gutter.el (make-gutter-size-specifier): New.
8945         * gutter.el (make-gutter-visible-specifier): New.
8946         specifier doc updates according to the conventions specified before.
8947
8948         * objects.el:
8949         * objects.el (make-font-specifier):
8950         * objects.el (make-color-specifier):
8951         * objects.el (make-face-boolean-specifier): New.
8952         specifier doc updates according to the conventions specified before.
8953
8954         * specifier.el:
8955         * specifier.el (set-specifier):
8956         * specifier.el (make-integer-specifier): New.
8957         * specifier.el (make-boolean-specifier): New.
8958         * specifier.el (make-natnum-specifier): New.
8959         * specifier.el (make-generic-specifier): New.
8960         * specifier.el (make-display-table-specifier): New.
8961         specifier doc updates according to the conventions specified before.
8962
8963         * toolbar.el:
8964         * toolbar.el (make-toolbar-specifier): New.
8965         specifier doc updates according to the conventions specified before.
8966
8967 2000-05-09  Ben Wing  <ben@xemacs.org>
8968
8969         * process.el (call-process-internal): Revert to previous version
8970         because Mike's change clashed with a change I did not long before.
8971         Changed progn to prog1 to fix the bug pointed out by Mike Alexander.
8972         Thanks very much Mike for pointing out the bug and submitting a
8973         patch!
8974
8975 2000-04-13  Mike Alexander  <mta@arbortext.com>
8976
8977         * process.el (call-process-internal): Send the correct input buffer
8978         (call-process-internal): Return the exit status of the process
8979
8980 2000-05-07  Ben Wing  <ben@xemacs.org>
8981
8982         * winnt.el:
8983         * winnt.el (nt-quote-args-verbatim): Removed.
8984         * winnt.el (nt-quote-args-prefix-quote): Removed.
8985         * winnt.el (nt-quote-args-backslash-quote): Removed.
8986         * winnt.el (nt-quote-args-double-quote): Removed.
8987         * winnt.el (nt-quote-args-functions-alist): Removed.
8988         * winnt.el (nt-quote-process-args): Removed.
8989         Remove all stuff for argument quoting.  We borrow the code instead
8990         from Emacs 20.6, which is much more careful in its quoting
8991         (e.g. in handling runs of the escape character) and avoids most of
8992         the need for this Lisp mechanism by checking to see whether we're
8993         running a Cygwin or normal program and doing the appropriate
8994         quoting.  If we end up needing such a mechanism, we should add
8995         it by extending the variable `mswindows-quote-process-args' so it
8996         can take an alist of regexps.
8997
8998 2000-05-07  Ben Wing  <ben@xemacs.org>
8999
9000         * keydefs.el:
9001         Restore M-up, M-down to 21.1 state.  Put *ward-sentence on
9002         C-M-left, C-M-right instead.  Define C-M-up, C-M-down to scroll
9003         the window without moving point.
9004
9005         * simple.el:
9006         * simple.el (scroll-up-one): New.
9007         * simple.el (scroll-down-one): New.
9008         Functions for use with C-M-up/down.
9009
9010 2000-05-01  Martin Buchholz <martin@xemacs.org>
9011
9012         * XEmacs 21.2.33 is released.
9013
9014 2000-04-29  Martin Buchholz  <martin@xemacs.org>
9015
9016         * dialog.el (yes-or-no-p-dialog-box):
9017         Fix docstring.
9018         Fix following horrible bug in X11 mode with focus-follows-mouse:
9019           1. Visit two files in two different frames.
9020           2. do File->Revert Buffer in one of those frames.
9021           3. Dialog box appears.
9022           4. Arrange things so that the mouse passes over the *other*
9023              frame, then to the dialog box, and click on "Yes".
9024           5. The file contents end up in the *wrong* buffer!
9025         Add TODO comment.
9026
9027 2000-04-28  Ben Wing  <ben@xemacs.org>
9028
9029         * help.el (describe-installation): correct typo introduced
9030         in last patch: boundp -> fboundp.
9031
9032         * etags.el (buffer-tag-table-list):
9033         canonicalize filenames to Unix format so that tag-table-alist
9034         searching works under Windows.
9035
9036         * autoload.el:
9037         Bowdlerize the supposedly objectionable words
9038         "who couldn't quite manage to cleanly modify batch-update-autoloads".
9039
9040         * gutter-items.el (set-progress-display-style):
9041         * gutter-items.el (search-dialog-callback):
9042         * gutter-items.el (make-search-dialog):
9043         Change to new callback-ex api.
9044
9045 2000-04-26  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
9046
9047         * help.el: (describe-installation): decode-coding-string is not
9048         defined in a non MULE environment.
9049
9050 2000-04-28  Ben Wing  <ben@xemacs.org>
9051
9052         * gutter-items.el (buffer-list-changed-hook):
9053         use it, not record-buffer-hook.
9054
9055         * subr.el (record-buffer-hook): Removed.
9056
9057 2000-04-27  Ben Wing  <ben@xemacs.org>
9058
9059         * gutter-items.el (buffers-tab-switch-to-buffer): do not
9060         use NORECORD option.  Andy will not like this, but the existing
9061         gutter behavior is just wrong, as per this comment:
9062
9063         ;; this used to add the norecord flag to both calls below.
9064         ;; this is bogus because it is a pervasive assumption in XEmacs
9065         ;; that the current buffer is at the front of the buffers list.
9066         ;; for example, select an item and then do M-C-l
9067         ;; (switch-to-other-buffer).  Things get way confused.
9068         ;;
9069         ;; Andy, if you want to maintain the current look, you must
9070         ;;  *uncouple* the gutter order and buffers order.
9071
9072         * loaddefs.el (completion-ignored-extensions): unfuckify.
9073
9074         * bytecomp.el (batch-byte-compile-one-file): new function, used in
9075         xemacs.mak.
9076
9077         * autoload.el (batch-update-one-directory): new function, used in
9078         xemacs.mak.
9079
9080         * loadup.el: set gc-cons-threshold very high unless dumping --
9081         loadup during update-elc is much much much faster.  also do this
9082         when quick-building.
9083
9084         add commented-out code for profiling loadup.
9085
9086
9087         * update-elc.el (preloaded-file-list): add bytecomp.el, since it
9088         is required in order to build xemacs.
9089
9090 2000-04-26  Ben Wing  <ben@xemacs.org>
9091
9092         * loadup.el: don't garbage collect during loadup if quick-build
9093         compile-time option is set.
9094
9095 2000-04-23  Ben Wing  <ben@xemacs.org>
9096
9097         * update-elc.el: compute whether any dumped .el or .elc files
9098         are newer than the dumped exe, and touch the file ../src/NEEDTODUMP
9099         if so.
9100
9101         * update-elc.el (update-elc-files-to-compile): always change
9102         NOBYTECOMPILE in the src directory rather than current dir,
9103         so it will work under NT.
9104
9105         * autoload.el (autoload-trim-file-name): canonicalize to slashes so
9106         the form of this file is identical between Unix and Windows.
9107         (autoload-target-directory): Fixed to be lisp/ not lisp/prim/.
9108         Added comment.
9109         (update-autoloads-from-directory): updated doc string.
9110         updated doc strings in a few other places.
9111
9112 2000-04-18  Yoshiki Hayashi  <yoshiki@xemacs.org>
9113
9114         * bytecomp.el (byte-force-recompile): Fix argument to
9115         byte-recompile-directory.
9116
9117 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9118
9119         * gutter-items.el (progress-display-clear-when-idle): Use
9120         add-one-shot-hook.
9121         * gutter-items.el (clear-progress-display): Adjust number of
9122         arguments.
9123
9124 2000-04-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
9125
9126         * dumped-lisp.el (preloaded-file-list): Always dump select.el.
9127
9128 2000-04-16  Ben Wing  <ben@xemacs.org>
9129
9130         * printer.el: New file.
9131
9132         * dumped-lisp.el (preloaded-file-list): Declare printer.el.
9133
9134         * help.el (describe-installation): Fix decoding for Windows.
9135
9136         * menubar-items.el:
9137         * menubar-items.el (default-menubar):
9138         * menubar-items.el (tutorials-menu-filter): New.
9139         * menubar-items.el (popup-menubar-menu):
9140         Add authorship.  Redo Help menu and Tutorials filter.
9141
9142         * menubar.el: Correct comment.
9143
9144         * modeline.el (modeline-buffer-identification): Correct doc string.
9145
9146         * simple.el:
9147         * simple.el (printing): Removed.
9148         * simple.el (printer-name): Removed.
9149         * simple.el (generic-print-buffer): Removed.
9150         * simple.el (generic-print-region): Removed.
9151         Move generic print code to printer.el.
9152
9153 2000-04-15  Ben Wing  <ben@xemacs.org>
9154
9155         * simple.el (generic-print-region): New.
9156         make this function actually work.
9157         (generic-print-buffer): call generic-print-region.
9158
9159 2000-04-14  Andy Piper  <andy@xemacs.org>
9160
9161         * gutter-items.el (make-search-dialog): avoid unnecessary futzing
9162         by using the new widget-callback-current-channel.
9163         (search-dialog-callback): ditto.
9164
9165 2000-04-12  Andy Piper  <andy@xemacs.org>
9166
9167         * gutter.el (default-gutter-position): moved from gutter-items.el.
9168         (default-gutter-position-changed-hook): ditto.
9169         (gutter-element-visibility-changed-hook): ditto.
9170         (set-gutter-element): ditto.
9171         (remove-gutter-element): ditto.
9172         (set-gutter-element-visible-p): ditto.
9173         (gutter-element-visible-p): ditto.
9174         (init-gutter): ditto.
9175
9176         * dialog.el (make-dialog-box): renamed and moved from
9177         gutter-items.el
9178
9179         * gutter-items.el: move various functions elsewhere.
9180
9181 2000-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9182
9183         * menubar-items.el: Fixed place of parenthesis.
9184
9185 2000-04-12  Ben Wing  <ben@xemacs.org>
9186
9187         * etags.el (find-tag-at-point): New.  Lets you do find-tag
9188                 without constantly being prompted for the tag.
9189         * simple.el: Added a number of section headings, to clarify the
9190                 organization of this file.
9191         * simple.el (activate-region):
9192         * simple.el (region-exists-p):
9193         * simple.el (region-active-p):
9194                 Moved these three function down to the other side of
9195                 the case-changing functions, so they join the rest of
9196                 the region code.
9197         * simple.el (printing): New.
9198         * simple.el (printer-name): New.
9199         * simple.el (generic-print-buffer): New.
9200                 New functions, a very simple prototype for a unified
9201                 printing interface.
9202
9203         * process.el (call-process-internal): Real fix for null BUFFER,
9204                 other problems with BUFFER specs.
9205
9206         * menubar-items.el:
9207                 Fixed up File->Print to use new printing functions.
9208                 Various corrections and expansions to Grep/Compile menus.
9209                 New options for Printing.
9210                 New options for SMTP Mail, the way to send mail under
9211                   MS Windows. (There's also a package patch to make SMTP
9212                   Mail be the default under MSWin.)
9213
9214 2000-04-09  Jeff Miller <jmiller@cablespeed.com>
9215
9216         * menubar-items.el: Selecting Rectangle Mousing from menubar
9217         did not work.  Needed to quote mouse-track-rectangle-p.
9218
9219 2000-04-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
9220
9221         * cl-compat.el (keywordp): Removed.
9222
9223 2000-04-05  Andy Piper  <andy@xemacs.org>
9224
9225         * gutter-items.el (progress-layout-glyph): don't initialize here.
9226         (progress-gauge-glyph): use dynamic sizing.
9227         (set-progress-display-style): new function. Set progress glyphs
9228         appropriately depending on the style.
9229         (progress-display-style): new variable. Custom version of
9230         set-progress-display-style.
9231         (progress-abort-glyph): switch to dynamic sizes.
9232         (search-dialog-text): make the edit field active.
9233
9234 2000-04-04  Andy Piper  <andy@xemacs.org>
9235
9236         * gutter-items.el (make-search-dialog): need to make the search
9237         dialog visible after creation.
9238
9239         * menubar-items.el (default-menubar): use the search dialog for
9240         searching. Remove some extraneous search menu items.
9241
9242         * gutter-items.el (set-gutter-element): allow glyphs to be used as
9243         well as strings.
9244         (make-gutter-only-dialog-frame): allow the user to create the
9245         frame unmapped. Allow the gutter spec to be given as a glyph.
9246         (search-dialog-direction): new variable.
9247         (search-dialog-text): new variable.
9248         (search-dialog-callback): new function. Callback for the search
9249         dialog action.
9250         (make-search-dialog): new function. Create a user-friendly search
9251         dialog.
9252
9253 2000-04-04  Hrvoje Niksic  <hniksic@iskon.hr>
9254
9255         * faces.el (set-face-stipple): Use mswindows-bitmap-file-path
9256         under Windows.
9257
9258 2000-04-01  Andy Piper  <andy@xemacs.org>
9259
9260         * font-lock.el (font-lock-fontify-keywords-region): Calculate
9261         progress more accurately.
9262
9263 2000-02-02  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
9264
9265         * finder.el (finder-compile-keywords): Process readable files only.
9266         Because error in process of .#finder-inf.el when compile xemacs
9267         with --with-clash-detection option.
9268
9269 2000-03-31  Andy Piper  <andy@xemacs.org>
9270
9271         * gutter-items.el (append-progress-display): don't delay after a
9272         successful font-lock.
9273         (make-gutter-only-dialog-frame): new function. Allow users to
9274         create gutter-only dialogs.
9275
9276 2000-03-27  Mike Alexander  <mta@arbortext.com>
9277
9278         * process.el (call-process-internal): Handle a null BUFFER
9279         parameter correctly.
9280
9281 2000-03-28  Andy Piper  <andy@xemacs.org>
9282
9283         * gutter-items.el (abort-progress-display): put strings in the
9284         gutter not extents.
9285         (progress-layout-glyph): signal special 'quit callback.
9286         (progress-display-quit-function): deleted.
9287         (progress-display-stop-callback): deleted.
9288         (progress-display-dispatch-command-events): deleted.
9289         (append-progress-display): remove calls to
9290         progress-display-dispatch-command-events.
9291         (raw-append-progress-display): ditto.
9292
9293 2000-03-23  Hrvoje Niksic  <hniksic@iskon.hr>
9294
9295         * faces.el (set-face-stipple): Rewrite to correctly handle PIXMAP
9296         being a list.  Actually define `stipple-pixmap-p' which is used as
9297         an error predicate.  Correctly handle PIXMAP being either relative
9298         or absolute file name.
9299
9300 2000-03-24  Andy Piper  <andy@xemacs.org>
9301
9302         * gutter-items.el (add-tab-to-gutter): use copy-sequence.
9303         (abort-progress-display): ditto. Don't delete the created extent.
9304         (raw-append-progress-display): ditto.
9305         (progress-display-dispatch-non-command-events): new
9306         function. Encapsulates what we want to do when no command input is
9307         required.
9308         (progress-display-dispatch-command-events): likewise, but disable
9309         for now since it causes too many problems.
9310         (append-progress-display): use them.
9311         (raw-append-progress-display): ditto.
9312         (default-gutter-position-changed-hook): set this rather than
9313         default-gutter-position-changed.
9314         (default-gutter-position-changed-hook): lambda with zero arguments
9315         rather than one.
9316         (raw-append-progress-display): trap errors in pending input since
9317         allowing them to signal will hose the gauge well and
9318         truly. Ideally we would like to delay these until we are more able
9319         to cope.
9320         (append-progress-display): ditto.
9321
9322 2000-03-20  Jeff Miller <jmiller@cablespeed.com>
9323
9324         * lisp/make-docfile.el: call-process-internal is now implemented
9325         in process.el.
9326
9327 2000-03-21  Ben Wing  <ben@xemacs.org>
9328
9329         * mule\mule-cmds.el (set-language-info-alist):
9330         Fix to correspond to new menu arrangement.
9331
9332 2000-03-21  Ben Wing  <ben@xemacs.org>
9333
9334         * process.el:
9335         * process.el (call-process-internal): New.
9336         New implementation of call-process.  Only enabled under NT, so far.
9337         stderr handling not implemented yet in CVS'd C code.
9338
9339 2000-03-20  Ben Wing  <ben@xemacs.org>
9340
9341         * lisp-mode.el:
9342         * lisp-mode.el (lisp-interaction-mode-menubar-menu): New.
9343         * lisp-mode.el (lisp-interaction-mode):
9344         Put back Lisp Interaction menubar for Jan V's sake.
9345
9346         * simple.el:
9347         * simple.el (mark-ring):
9348         * simple.el (dont-record-current-mark): New.
9349         * simple.el (in-shifted-motion-command): New.
9350         * simple.el (mark-ring-unrecorded-commands): New.
9351         * simple.el (mark-ring-max):
9352         * simple.el (set-mark-command):
9353         * simple.el (push-mark):
9354         * simple.el (handle-pre-motion-command):
9355         Implement scheme for not recording unimportant marks.
9356
9357         * subr.el:
9358         * subr.el (function-allows-args): New.
9359         New function function-allows-args.
9360
9361 2000-03-20  Martin Buchholz <martin@xemacs.org>
9362
9363         * XEmacs 21.2.32 is released.
9364
9365 2000-03-20  Andy Piper  <andy@xemacs.org>
9366
9367         * gutter-items.el (update-tab-in-gutter): force selection of the
9368         selected-window if required to do so.
9369         (buffers-tab-items): ditto.
9370         (add-tab-to-gutter): ditto.
9371         (create-frame-hook): use force-selection.
9372         (default-gutter-position-changed): lambdify.
9373         (update-tab-hook): deleted since it was only used in one place.
9374
9375 2000-03-18  Andy Piper  <andy@xemacs.org>
9376
9377         * files.el (find-file-noselect): undo change that shouldn't have
9378         gone in.
9379
9380 2000-03-17  Andy Piper  <andy@xemacs.org>
9381
9382         * buffer.el (switch-to-buffer): use last-nonminibuf-window instead
9383         of selected-window trickery.
9384
9385         * gutter-items.el (update-tab-in-gutter): don't give dedicated
9386         frames tabs.
9387         (progress-display-stop-callback): progress -> progress-display
9388         (progress-display-quit-function): ditto.
9389         (clear-progress-display): ditto.
9390         (remove-progress-display): ditto.
9391         (append-progress-display): ditto.
9392         (abort-progress-display): ditto.
9393         (raw-append-progress-display): ditto.
9394         (display-progress-display): ditto.
9395         (current-progress-display-label): ditto.
9396         (current-progress-display): ditto.
9397         (lprogress-display): ditto and save the buffer
9398         (progress-display): ditto. Otherwise the buffer sometimes gets
9399         changed which confuses font-lock.
9400
9401         * font-lock.el (font-lock-default-fontify-buffer): catch all
9402         errors, not just quit.
9403         (font-lock-mode): progress -> display-progress
9404         (font-lock-default-fontify-buffer): ditto.
9405         (font-lock-fontify-syntactically-region): ditto.
9406         (font-lock-fontify-keywords-region): ditto.
9407
9408 2000-03-14  Hrvoje Niksic  <hniksic@iskon.hr>
9409
9410         * cl.el (gensym): Move to here from cl-macs.el.
9411         (gentemp): Ditto.
9412
9413 2000-03-16  Andy Piper  <andy@xemacs.org>
9414
9415         * font-lock.el (font-lock-mode): use lprogress and friends for
9416         progress management.
9417         (font-lock-default-fontify-buffer): ditto.
9418         (font-lock-fontify-syntactically-region): ditto.
9419         (font-lock-fontify-keywords-region): ditto.
9420         (font-lock-revert-cleanup): fix reverting.
9421         (font-lock-revert-setup): ditto.
9422
9423         * gutter-items.el (progress-use-echo-area): new variable. Use the
9424         echo area for progress gauges if non-nil.
9425         (clear-progress): remove echo area stuff and defer to
9426         clear-message.
9427         (append-progress): dispatch non-command events after each progress
9428         increment. Remove echo area stuff.
9429         (abort-progress): remove echo area stuff and defer to
9430         display-message.
9431         (raw-append-progress): ditto. Dispatch non-command events after
9432         gutter redisplay.
9433         (display-progress): defer echo area stuff to display-message.
9434
9435         * gutter-items.el (clear-progress):
9436         (abort-progress): indentation changes.
9437         (display-progress): don't clear progress.
9438         (append-progress): compare messages with equal.
9439         (raw-append-progress): use dispatch-non-command-events to flush
9440         widget creation events.
9441
9442 2000-03-13  Ben Wing  <ben@xemacs.org>
9443
9444         * abbrev.el:
9445         * abbrev.el (abbrev-string-to-be-defined): New.
9446         * abbrev.el (inverse-abbrev-string-to-be-defined): New.
9447         Changes for use with the menubar.
9448
9449 2000-03-12  Ben Wing  <ben@xemacs.org>
9450
9451         * alist.el (vassoc): moved here from font-menu.el.
9452
9453         * custom.el (defface): typo fix.
9454
9455         * dialog.el (yes-or-no-p-dialog-box):
9456         * dialog.el (message-box):
9457         * files.el (save-some-buffers-1):
9458         Put accelerators in the button names.
9459
9460         * font-lock.el (font-lock-comment-face):
9461         * font-lock.el (font-lock-keyword-face):
9462         * font-lock.el (font-lock-function-name-face):
9463         Fixed some of the colors under MS Windows because the existing
9464         default colors were hardly different from black and needed to be
9465         made lighter.
9466
9467         * font-menu.el:
9468         * font-menu.el (font-menu-split-long-menu):
9469         * font-menu.el (font-menu-family-constructor):
9470         * font-menu.el (font-menu-size-constructor):
9471         * font-menu.el (font-menu-weight-constructor):
9472         * font-menu.el (font-menu-set-font):
9473         vassoc moved to alist.el.
9474         Accelerators added to all menus.
9475         Unused bound var new-props removed.
9476
9477         * keydefs.el: I did a whole lot of rearranging to put things in a
9478         more consistent order and fixed a number of cases where key
9479         combinations involving up, down, left, right and so on were
9480         defined but the corresponding keypad combinations were not
9481         defined.
9482
9483         * lisp-mode.el:
9484         * lisp-mode.el (lisp-interaction-mode-popup-menu):
9485         * lisp-mode.el (emacs-lisp-mode):
9486         * lisp-mode.el (lisp-interaction-mode):
9487         * lisp-mode.el (flet):
9488         Added accelerators onto the menus.
9489         Made all the different versions of the let function be indented
9490         the same way.
9491         Undid Steve's easy-menu-ification, because it makes it impossible
9492         to have the menubar and popup menus different.
9493         Cleaned up the menu; added items for find-function &c and some
9494         indenting, and removed debug-on-*.
9495
9496         * list-mode.el (list-mode-hook):
9497         * list-mode.el (list-mode):
9498         * list-mode.el (completion-setup-hook):
9499         * list-mode.el (display-completion-list):
9500         Added support for the :window-height keyword, which is required
9501         because of other changes that I made for the file dialog box.  I
9502         also made the hook variables list-mode-hook and
9503         completion-setup-hook and also minibuffer-setup-hook in
9504         minibuf.el be permanent-local; see comment in list-mode.el.
9505
9506         * map-ynp.el (map-y-or-n-p):
9507         Added accelerators to the dialog buttons.
9508
9509         * menubar-items.el (menu-truncate-list):
9510         New internal function.
9511         * menubar-items.el (submenu-generate-accelerator-spec):
9512         * menubar-items.el (menu-item-strip-accelerator-spec):
9513         * menubar-items.el (menu-item-generate-accelerator-spec):
9514         New exported functions, for use in auto-generating accelerator specs.
9515
9516         * menubar-items.el:
9517         * menubar-items.el (default-menubar):
9518         * menubar-items.el (maybe-add-init-button):
9519         * menubar-items.el (bookmark-menu-filter):
9520         * menubar-items.el (slow-format-buffers-menu-line):
9521         * menubar-items.el (build-buffers-menu-internal):
9522         * menubar-items.el (language-environment-menu-filter):
9523         * menubar-items.el (default-popup-menu):
9524         * menubar-items.el (popup-buffer-menu):
9525         * menubar-items.el (popup-menubar-menu):
9526         Did a major overhaul on this file, and in fact I'm nowhere near
9527         done working on the menubar, and there will be more patches to
9528         come.  A basic summary of what I've done:
9529
9530         a) I added accelerators to all of the menu items.  For menus that
9531         are auto-generated, such as the buffers menu, the accelerators are
9532         automatically added to the beginning of each line using the
9533         numbers 1 through 9, then zero, and then letters starting with A,
9534         but omitting the letters that are already in use for the fixed
9535         menu items at the top of the buffers menu.  To facilitate adding
9536         accelerators of this kind, I created some new functions
9537         (*-accelerator-spec), which are also being used by other filters
9538         that auto generate lists of things such as ftp sites to download
9539         packages.  If people really don't like these accelerators
9540         appearing at the beginning of the menu items, a variable can be
9541         added to optionally turn them off, but I think this is rather
9542         pointless because other menu items have accelerators and many or
9543         most of the menu users will use the accelerators if the support is
9544         there.
9545
9546         b) I combined the top level Tools and Apps menus into a single
9547         Tools menu, because the distinction between the two is not
9548         obvious, and the items on the menus are not used often enough that
9549         putting some of them onto submenus is a problem.
9550
9551         c) I created two new top level menus called View and Cmds because
9552         there were too many items on the File and Edit menus, and I'm going
9553         to be adding more items to these menus.  In contrast to the Tools
9554         menu, the items on these menus may be used quite often during an
9555         editing session, and so should be available with fewer
9556         keystrokes.
9557
9558         d) I added a number of options to the options menu, including one
9559         for controlling whether the alt key can be used to traverse to
9560         menu items using the accelerators, one for controlling behavior of
9561         control-k, one for controlling how the kill and yank functions
9562         interact with the clipboard, a few additional buffers-menu
9563         options, and various other things.  I also did a bit of
9564         rearranging, for example, combining the keyboard and mouse options
9565         into a single keyboard and mouse submenu to facilitate the
9566         accelerators on that level.
9567
9568         e) I changed the variable buffers-menu-format-buffer-line-function
9569         to take two arguments instead of one, the second argument being
9570         the line number for use in creating an accelerator.  I added a
9571         hack to support existing functions with one argument (although I
9572         doubt that very many of these exist), for backward compatibility.
9573
9574         f) I moved the top level mule menu to be a submenu of the edit
9575         menu.  I think that most of the items on this menu are fairly
9576         useless and there are certainly not enough frequently used items
9577         to justify this being its own top level menu.
9578
9579         g) I combined most of the items in big-menubar.el into the main menu.
9580         If people think the main menu is too big, it would be possible to
9581         create different configurations, some smaller.
9582
9583         * menubar.el (check-menu-syntax):
9584         Deleted some syntax checks that were no longer valid, partly
9585         because of changes that were already made a long time ago, and
9586         partly because of a change I made where I allow the name of the
9587         menu item to be an evaluated expression rather than just a string,
9588         similar to all of the other parameters of a menu item.
9589
9590         * minibuf.el:
9591         * minibuf.el (read-file-name-1):
9592         * minibuf.el (mouse-read-file-name-1):
9593         I made a number of changes to improve the appearance
9594         and functioning of the file dialog box.  They include:
9595
9596         a) Fixing the problem where closing the dialog box by clicking on
9597         the close button of the window didn't properly exit the
9598         minibuffer.
9599
9600         b) Fixing the problem that if you typed part of a file name, and
9601         then clicked on a completion with the mouse, the file was not
9602         correctly selected.
9603
9604         c) Changing the title of the dialog box to reflect the operation
9605         being done in accordance with user interface conventions, rather
9606         than the name of the dialog box buffer, which is rather useless.
9607
9608         d) Remove the words "possible completions are" which didn't
9609         belong.
9610
9611         e) Fix things so that the completions scroll off the end of the
9612         completions windows only to the right, rather than both to the
9613         right and down, which is in accordance with Windows user interface
9614         conventions.
9615
9616         * msw-init.el (init-post-mswindows-win):
9617         Added a binding for meta-F4, which is the standard windows binding
9618         for exiting a program.
9619
9620         * select.el (get-selection-no-error):
9621         * select.el (own-selection):
9622         * select.el (own-clipboard):
9623         Added an optional argument called append to the functions
9624         own-selection and own-clipboard.  This adds support for appending
9625         text to the existing selection and allows the function
9626         own-clipboard to be used as the value of the variable
9627         interprogram- cut-function.
9628
9629         Fixed a bug in own-selection in handling zmacs-region-stays.
9630
9631         * simple.el (historical-kill-line): New.
9632
9633         * simple.el (kill-line):
9634         * simple.el (interprogram-cut-function):
9635         * simple.el (interprogram-paste-function):
9636         * simple.el (handle-pre-motion-command):
9637         * simple.el (next-line):
9638         * simple.el (previous-line):
9639         a) Expanded the variable kill-whole-line, so that function
9640         kill-line can be set to delete the entire line always, not just
9641         when cursor is at the beginning of the line.  This is controlled
9642         by setting the variable kill-whole-line to the symbol 'always.
9643         This behavior, as well as the existing kill-whole-line behavior,
9644         now only take effect when kill-line is called interactively,
9645         although this is a departure from a previous behavior in the case
9646         of setting this variable kill-whole-line to t.  It is almost
9647         certainly what has always been intended, and most likely the old
9648         way of doing things introduced bugs.  I also created a function
9649         called historical-kill-line, which ignores the kill-whole-line
9650         setting and always gives the historical behavior of only killing
9651         to the end of the line.  I bound this function to shift- control-k
9652         so that the kill to end of line behavior is available, even when
9653         kill-whole-line has been set to change control-k into the simple
9654         delete-whole-line behavior. (This can be set using the options
9655         menu.)
9656
9657         b) I changed things so that kill and yank now interact with the
9658         clipboard by default under windows.  This was done by changing the
9659         default value of interprogram-cut- function and
9660         interprogram-paste-function.  You can get the old behavior by
9661         setting these to nil, and there is an option on the options menu
9662         to do this.
9663
9664         c) I added support for selecting text using shifted motion keys.
9665         This support is on by default and can be controlled by the
9666         variable shifted-motion-keys-select-region.  There is also a
9667         variable called unshifted-motion-keys-deselect-region that
9668         controls more specifically how the shifted motion key behavior
9669         works.  I did not put an option on the options menu to turn this
9670         off, because I can't imagine why this would be useful.
9671
9672         * simple.el (forward-block-of-lines):
9673         * simple.el (backward-block-of-lines):
9674         * simple.el (block-movement-size):
9675         New.
9676
9677         * simple.el (uncapitalized-title-words):
9678         * simple.el (uncapitalized-title-word-regexp):
9679         * simple.el (capitalize-string-as-title):
9680         * simple.el (capitalize-region-as-title):
9681         New.
9682
9683
9684         * subr.el (add-hook):
9685         * subr.el (make-local-hook): New.
9686         * subr.el (remove-local-hook): New.
9687         * subr.el (add-one-shot-hook): New.
9688         * subr.el (add-local-one-shot-hook): New.
9689         Added some functions to make using hooks easier.
9690         These include:
9691
9692         a) Functions add-local-hook and remove-local-hook to make it easy
9693         to use local hooks.
9694
9695         b) Functions add-one-shot-hook and add-local-one-shot-hook, which
9696         make it possible to add a "one-shot" hook, which is to say a hook
9697         that runs only once, and automatically removes itself after the
9698         first time it has run.
9699
9700 2000-03-09  Andy Piper  <andy@xemacs.org>
9701
9702         * files.el (auto-mode-alist): pick up jsp, jhtml and xml files.
9703
9704 2000-03-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
9705
9706         * buff-menu.el (buffers-menu-omit-invisible-buffers):
9707         Moved from menubar-items.el.
9708         * dumped-lisp.el: Dump gutter-items regardless of menubar.
9709
9710 2000-03-08  Andy Piper  <andy@xemacs.org>
9711
9712         * gutter-items.el (build-buffers-tab-internal): add selected field
9713         to buffers tab spec.
9714
9715 2000-03-07  Yoshiki Hayashi  <yoshiki@xemacs.org>
9716
9717         * minibuf.el (last-exact-completion): Initialize to nil.
9718
9719 2000-03-07  Didier Verna  <didier@xemacs.org>
9720
9721         * startup.el (command-line-1): remove unused variable
9722         `first-file-buffer'.
9723
9724 2000-02-29  Hrvoje Niksic  <hniksic@iskon.hr>
9725
9726         * loaddefs.el (completion-ignored-extensions): Removed ".log",
9727         which is also used for Web server log files.
9728
9729 2000-02-03  IKEYAMA Tomonori <tomonori@suiyokai.org>
9730
9731         * mule/mule-charset.el: Setup auto-fill-chars.
9732
9733 2000-03-02  SL Baur  <steve@beopen.com>
9734
9735         * subr.el (with-string-as-buffer-contents): Reimplement using
9736         `with-temp-buffer'.  Fixes non-unique buffer name problem, fixes
9737         non-deletion of buffer after execution problem.
9738         (with-output-to-string): Use unique buffer name.
9739
9740 2000-02-29  Stephen J. Turnbull  <stephen@xemacs.org>
9741
9742         * gutter-items.el (buffers-tab-sort-function):  New variable.
9743         (buffers-tab-items):  Funcall it to sort the buffer tab list.
9744
9745 2000-02-29  Stephen J. Turnbull  <stephen@xemacs.org>
9746
9747         * startup.el (load-user-init-file):  Merge two `if's to one `or'.
9748
9749 2000-02-28  Martin Buchholz  <martin@xemacs.org>
9750
9751         * menubar-items.el (maybe-add-init-button): Remove the "Load
9752         .emacs" button from all menubars.
9753
9754 2000-03-01  Didier Verna  <didier@xemacs.org>
9755
9756         * rect.el (string-rectangle): depend on `pending-delete-mode' for
9757         region rectangle replacement (from Jan Vroonhof).
9758         (replace-rectangle): new function.
9759
9760 2000-01-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
9761
9762         * mule/mule-cmds.el (set-default-coding-systems): Use
9763         set-terminal-coding-system and set-keyboard-coding-system.
9764         * coding.el (set-terminal-coding-system): Use
9765         set-console-tty-output-coding-system.
9766         (set-keyboard-coding-system): Use
9767         set-console-tty-input-coding-system.
9768
9769 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
9770
9771         * minibuf.el (read-variable): Allow symbol to default argument.
9772
9773 2000-02-27  Andy Piper  <andy@xemacs.org>
9774
9775         * gutter-items.el (update-tab-hook): new function to be used for
9776         hooks.
9777         (create-frame-hook): add update-tab-hook.
9778         (record-buffer-hook): ditto.
9779         (default-gutter-position-changed): ditto.
9780         (default-gutter-position): updating the buffers tab is now handled
9781         by a hook.
9782         (default-gutter-position-changed-hook): new variable.
9783         (gutter-element-visibility-changed-hook): ditto.
9784         (set-gutter-element-visible-p): call it.
9785         (set-gutter-element): use modify-specifier-instances. Set extents
9786         as duplicable before using.
9787         (remove-gutter-element): ditto.
9788         (set-gutter-element-visible-p): ditto.
9789         (init-gutter): new function.
9790         (add-tab-to-gutter): use new gutter-element functions rather than
9791         setting specifiers directly.
9792         (clear-progress): ditto.
9793         (abort-progress): ditto.
9794         (gutter-buffers-tab-visible-p): renamed from
9795         default-gutter-visible-p
9796
9797         * specifier.el (modify-specifier-instances): new function from Jan
9798         Vroonhof.
9799
9800         * x-init.el (init-post-x-win): call init-gutter.
9801
9802         * msw-init.el (init-post-mswindows-win): call init-gutter.
9803
9804         * menubar-items.el (default-menubar): Update to reflect new gutter
9805         variables.
9806
9807 2000-02-26  Andy Piper  <andy@xemacs.org>
9808
9809         * gutter-items.el (set-gutter-element): new function. Add gutter
9810         elements to the specified gutter.
9811         (remove-gutter-element): new function. Remove gutter elements from
9812         the specified gutter.
9813         (set-gutter-element-visible-p): new function. Set gutter element
9814         visibility for the provided gutter-visible specifier.
9815
9816 2000-02-23  Andy Piper  <andy@xemacs.org>
9817
9818         * gutter-items.el (add-tab-to-gutter): specify dimensions
9819         dynamically.
9820
9821 2000-02-24  Martin Buchholz  <martin@xemacs.org>
9822
9823         * gutter-items.el (add-tab-to-gutter):
9824         * package-get.el (package-get-interactive-package-query):
9825         * package-ui.el (pui-directory-exists):
9826         (pui-install-selected-packages):
9827         (pui-list-packages):
9828         Use #'(lambda ...)  instead of '(lambda ...).
9829
9830 2000-02-21  Gregory Neil Shapiro <gshapiro@gshapiro.net>
9831
9832         * startup.el (load-user-init-file): Check to make sure user
9833           has an init-file before calling load().
9834
9835 2000-02-20  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
9836
9837         * msw-glyphs.el (msgdi-device-p): Added this and 'msgdi specifier tag.
9838
9839 2000-02-23  Martin Buchholz <martin@xemacs.org>
9840
9841         * XEmacs 21.2.31 is released.
9842
9843 2000-02-21  Mike Sperber <mike@xemacs.org>
9844
9845         * loadup.el (really-early-error-handler):
9846         * update-elc.el:
9847         * make-docfile.el:
9848         Remove dependency on EMACSBOOTSTRAP... environment variables.
9849
9850 2000-02-21  Martin Buchholz <martin@xemacs.org>
9851
9852         * XEmacs 21.2.30 is released.
9853
9854 2000-02-19  Martin Buchholz  <martin@xemacs.org>
9855
9856         * byte-optimize.el (byte-optimize-plus):
9857         (byte-optimize-minus):
9858         (byte-optimize-multiply):
9859         Optimize (- 0) to 0, not (-)
9860         Optimize (+ 5 3.0) to 8.0
9861         Optimize (* 5 3.0) to 15.0
9862         Improve readability.
9863
9864 2000-02-21  Jonathan Harris  <jhar@tardis.ed.ac.uk>
9865
9866         * modeline.el: (modeline-scrolling-method): change modeline
9867         mswindows cursor appearance according to the value.
9868
9869         * msw-faces.el: (mswindows-init-device-faces): Initialise 'default
9870         and 'gui-element face colors and 'gui-element face font to Windows
9871         defaults.
9872
9873 2000-02-09 Stef Epardaud  <stef@lunatech.com>
9874
9875         * font-lock.el: Javadoc enhancements
9876
9877 1999-11-27  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
9878
9879         * ldap.el (toplevel): Test if LDAP support has been compiled in
9880         (ldap-verbose): New option
9881         (ldap-search-entries): Renamed from the previous ldap-search
9882         Conditionalize message display on ldap-verbose
9883         (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New
9884         defuns
9885         (ldap-search): Is now defined as an obsolete wrapper calling
9886         ldap-search-basic or ldap-search-entries
9887
9888
9889 1999-12-06  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
9890             Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
9891             Jan Vroonhof  <jan@xemacs.org>
9892
9893         * byte-optimize.el (byte-optimize-form-code-walker): Fixed.
9894         When for-effect is true, didn't call `byte-optimize-form'
9895         in and/or subforms without last.
9896
9897 1999-12-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
9898
9899         * package-get.el (package-get-download-sites): Use correct custom
9900         type.
9901
9902 2000-02-15  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
9903
9904         * files.el (write-file): Ask for coding system when compiled with
9905         file-coding.
9906
9907 2000-02-16  Andy Piper  <andy@xemacs.org>
9908
9909         * buffer.el (switch-to-buffer): give norecord argument to
9910         set-window-buffer instead of explicitly recording.
9911
9912         * gutter-items.el (buffers-tab-switch-to-buffer): don't record if
9913         we have to pick a window.
9914
9915 1999-12-24  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
9916
9917         * mule/mule-cmds.el (describe-language-support): Don't add
9918         unexist function to help-map.
9919         (describe-coding-system): Don't use already assigend `C'.
9920
9921 2000-01-23  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
9922
9923         * info.el (Info-save-auto-generated-dir): nil -> 'never to make it
9924         work in custom.
9925
9926 2000-02-04  Kazuyuki IENAGA <kazz@imasy.or.jp>
9927
9928         * about.el: Ienaga's e-mail address change.
9929
9930 2000-02-16  Samuel Mikes  <smikes@alumni.hmc.edu>
9931
9932         * etags.el (find-tag): force new window -- even if buf already
9933         visible -- when other-window is t
9934
9935 2000-02-16  Martin Buchholz <martin@xemacs.org>
9936
9937         * XEmacs 21.2.29 is released.
9938
9939 2000-02-09  Martin Buchholz  <martin@xemacs.org>
9940
9941         * cl-extra.el (getf): This is now identical to `plist-get', so
9942         just defalias it.
9943         * cl-macs.el: Make getf an alias to plist-get, at the
9944         byte-compiler level, using define-compiler-macro.
9945
9946 2000-02-08  Martin Buchholz  <martin@xemacs.org>
9947
9948         * cl-extra.el (cl-remprop): Remove. remprop is now in C.
9949
9950 2000-02-07  Kyle Jones  <kyle_jones@wonderworks.com>
9951
9952         * lisp/etags.el (find-tag-internal): set exact-tagname to
9953           a regular expression that matches against the tagname
9954           part of the tag entry first instead of only looking in
9955           the context area.
9956
9957 2000-01-23  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
9958
9959         * gutter-items.el: fixed typo(s) in customizing default-gutter-position
9960         * toobar.el: fixed typo(s) in customizing default-toolbar-position
9961
9962 2000-02-07  Martin Buchholz <martin@xemacs.org>
9963
9964         * XEmacs 21.2.28 is released.
9965
9966 2000-02-07  Martin Buchholz  <martin@xemacs.org>
9967
9968         * cl-extra.el (getf): Just call `get', never `get*'.
9969         Make arglist match docstring.
9970         Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
9971         * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'.
9972         * byte-optimize.el: remove references to `get*'.
9973
9974 2000-02-06  Martin Buchholz  <martin@xemacs.org>
9975
9976         * mule/european.el: Add syntax information for Latin3 and Latin4.
9977
9978 2000-02-02  Martin Buchholz  <martin@xemacs.org>
9979
9980         * byte-optimize.el: Byte-optimize (length "foo")
9981
9982 2000-02-03   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
9983
9984         * window.el (shrink-window-if-larger-than-buffer): Rewrite full
9985         width check using `window-leftmost-p' and `window-rightmost-p'.
9986
9987 2000-02-02  Per Abrahamsen  <abraham@dina.kvl.dk>
9988
9989         * wid-edit.el (widget-match-inline): An atom never matches a
9990           list.
9991
9992 2000-01-29  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
9993
9994         * modeline.el: Consolidated 'x and 'mswindows specification under
9995         'win tag.
9996
9997 2000-01-29  Andy Piper  <andy@xemacs.org>
9998
9999         * gutter-items.el: (format-buffers-tab-line): Try and be
10000         intelligent about buffer naming when we have duplicates.
10001
10002 2000-01-29  Andy Piper  <andy@xemacs.org>
10003
10004         * gutter-items.el (gutter-visible-p): Make sure the gutter gets
10005         updated when it becomes visible.
10006
10007 2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
10008
10009         * bytecomp.el (byte-compile-insert-header): Properly set coding
10010         system under MULE and file-coding.
10011
10012 2000-01-28  Martin Buchholz  <martin@xemacs.org>
10013
10014         * coding.el (dontusethis-set-value-file-name-coding-system-handler):
10015         (dontusethis-set-value-terminal-coding-system-handler):
10016         (dontusethis-set-value-keyboard-coding-system-handler):
10017         Never undefine coding system aliases.  Emergency fix for gnus.
10018
10019 2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
10020
10021         * files.el (abbreviate-file-name): Use directory-sep-char instead
10022         of hard-coded "/".
10023
10024 2000-01-27  Hrvoje Niksic  <hniksic@iskon.hr>
10025
10026         * startup.el (user-init-file-base-list): New variable, replacing
10027         user-init-file-base.
10028         (find-user-init-file): New function.
10029         (command-line-early): Use it.
10030         (load-user-init-file): Ditto.
10031
10032 2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
10033
10034         * gutter-items.el (update-tab-in-gutter): Use proper locale when
10035         calling valid-image-instantiator-format-p
10036
10037 2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
10038
10039         * isearch-mode.el (isearch-mode): The variable is
10040         isearch-unhidden-extents, not isearch-opened-extents.
10041
10042 2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
10043
10044         * minibuf.el (next-history-element): Modify error message if a
10045         default value is available.
10046
10047 2000-01-26  Martin Buchholz  <martin@xemacs.org>
10048
10049         * bytecomp.el (byte-compile-file): Don't unconditionally write
10050         .elc files in binary - might contain non-Latin1.
10051
10052 2000-01-24  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
10053
10054         * process.el (shell-quote-argument): Use (nt-quote-process-args)
10055         for windows-nt.
10056
10057         * version.el:
10058         * startup.el (user-init-file-base):
10059         * process.el (call-process-region):
10060         * files.el (make-backup-file-name):
10061         (backup-file-name-p):
10062         (file-relative-name):
10063         (abbreviate-file-name):
10064         (set-auto-mode):
10065         * code-process.el (call-process-region): Removed unnecessary
10066         branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos
10067         support out of the universe.
10068
10069         * process.el:
10070         * code-process.el:
10071         * bytecomp.el (byte-compile-file): Removed reference to
10072         buffer-file-type, and commented usage of binary-process-output
10073         NTEmacs variables.
10074
10075 2000-01-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
10076
10077         * help.el (function-arglist): Add case for macro.
10078
10079 2000-01-22  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
10080
10081         * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows
10082         printers.
10083         (custom-display): Added a menu for printer/display tags.
10084
10085         * frame.el (frame-type):
10086         * device.el (device-type): Added 'msprinter to the doc string, and
10087         removed 'pc -- it is not going to be implemented ever.
10088         (call-device-method): Fixed docstring typo.
10089         Defined specifier tags 'printer and 'display.
10090
10091 2000-01-22  Kyle Jones  <kyle_jones@wonderworks.com>
10092
10093         * lisp/itimer.el (itimer-run-expired-timers): (consp
10094           last-command-event-time) instead of (consp
10095           'last-command-event-time).
10096
10097 2000-01-21  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
10098
10099         * msw-glyphs.el: Removed obsolete commentary.
10100
10101 2000-01-21  Hrvoje Niksic  <hniksic@iskon.hr>
10102
10103         * minibuf.el (read-file-name): Use abbreviate-file-name to produce
10104         better default value.
10105
10106 2000-01-21  Hrvoje Niksic  <hniksic@iskon.hr>
10107
10108         * minibuf.el (read-expression): Add a DEFAULT-VALUE argument.
10109         (read-string): Ditto.
10110         (eval-minibuffer): Ditto.
10111         (read-command): Ditto.
10112         (read-function): Ditto.
10113         (read-variable): Ditto.
10114         (read-number): Ditto.
10115         (read-shell-command): Ditto.
10116         (read-number): Record history.
10117
10118 2000-01-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
10119
10120         * etags.el (find-tag-tag): Use DEFAULT of completing-read.
10121
10122 2000-01-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
10123
10124         * faces.el (startup-initialize-custom-faces): New function.
10125         Reset all faces created during auto-autoloads loading time
10126         by defface.
10127         * startup.el (command-line): Call it.
10128
10129 2000-01-19  Yoshiki Hayashi  <yoshiki@xemacs.org>
10130
10131         * about.el (about-hackers): Add myself to contributors list.
10132
10133 2000-01-12  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
10134
10135         * menubar-items.el (maybe-add-init-button): Removed an argument in
10136         a call to load-user-init-file, as the function managed to lose its
10137         formal parameter a few betas ago.
10138
10139 2000-01-18  Martin Buchholz <martin@xemacs.org>
10140
10141         * XEmacs 21.2.27 is released.
10142
10143 2000-01-18  Martin Buchholz  <martin@xemacs.org>
10144
10145         * process.el (shell-command-to-string): Use the FSF docstring.
10146         Make shell-command-to-string the standard function, and
10147         exec-to-string the (deprecated) alias.
10148
10149         * startup.el: typo fix.
10150
10151 2000-01-16  Martin Buchholz  <martin@xemacs.org>
10152
10153         * mule/mule-misc.el (char-octet): Move back into mule-charset.c.
10154
10155 2000-01-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10156
10157         * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible
10158         buffers after visible buffers.
10159         (sort-buffers-menu-by-mode-then-alphabetically): Ditto.
10160
10161 2000-01-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10162
10163         * info.el (Info-extract-menu-node-name): Stop at a dot
10164         followed by whitespace or right parenthesis.
10165
10166 2000-01-15  Hrvoje Niksic  <hniksic@iskon.hr>
10167
10168         * info.el (Info-directory-list): Warn against using Customize with
10169         Info-directory-list.
10170
10171 2000-01-15  Adrian Aichner  <aichner@ecf.teradyne.com>
10172
10173         * minibuf.el (read-file-name): doc fix.
10174
10175         * autoload.el (update-file-autoloads): doc fix.
10176
10177         * about.el (about-hackers): Change my E-mail address.
10178
10179 2000-01-13  Martin Buchholz  <martin@xemacs.org>
10180
10181         * info.el (Info-visit-file): Just use the `f' interactive spec to
10182         read a filename in the standard way.
10183
10184 2000-01-13  Andy Piper  <andy@xemacs.org>
10185
10186         * gutter-items.el (gutter-buffers-tab-orientation): new variable.
10187         (gutter-buffers-tab-extent): new variable.
10188         (update-tab-in-gutter): call add-tab-to-gutter again if the
10189         orientation has changed.
10190         (add-tab-to-gutter): cope with different orientations.
10191
10192 2000-01-11  Didier Verna  <didier@xemacs.org>
10193
10194         * info.el (Info-following-node-name): backward-skip dots as well
10195         as spaces (dots at the end of a node name aren't part of it).
10196         (Info-extract-menu-node-name): don't skip dots. There could be
10197         some in the node name.
10198         (Info-index): allow dots to be part of a node name.
10199
10200 2000-01-12  Andreas Jaeger  <aj@suse.de>
10201
10202         * files.el (auto-mode-alist): Added idlwave-mode.
10203         Patch by Carsten Dominik <dominik@astro.uva.nl>.
10204
10205 1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10206
10207         * info.el (Info-search): Show default value.
10208
10209 1999-12-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10210
10211         * info.el (Info-read-node-completion-table): New variable.
10212         (Info-read-node-name-1): New function.
10213         (Info-read-node-name): Use it.
10214         (Info-follow-reference): Use DEFAULT argument of completing-read.
10215         (Info-menu): Ditto.
10216
10217 1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10218
10219         * hyper-apropos.el (hyper-describe-key-briefly): Save
10220         window configuration.
10221         (hyper-describe-face): Use DEFAULT of completing-read.
10222         (hyper-apropos-read-variable-symbol): Ditto.
10223         (hyper-apropos-read-function-symbol): Ditto.
10224
10225 1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10226
10227         * mule/mule-cmds.el (set-default-coding-system): Set
10228         comint-exec-hook to use coding-system-for-read and
10229         coding-system-for-write so that C-x RET c works.
10230
10231 1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10232
10233         * minibuf.el (minibuffer-confirm-incomplete): Customize.
10234         (previous-matching-history-element): Increment
10235         minibuffer-max-depth by 1.
10236         (next-matching-history-element): Ditto.
10237
10238 2000-01-11  Andy Piper  <andy@xemacs.org>
10239
10240         * gutter-items.el (buffers-tab): Create a new face for the buffers
10241         tab.
10242         (buffers-tab-face): use it.
10243
10244 2000-01-10  Didier Verna  <didier@xemacs.org>
10245
10246         * modeline.el (modeline-scrolling-method): change modeline X
10247         cursor appearance according to the value.
10248
10249 2000-01-07  Andreas Jaeger  <aj@suse.de>
10250
10251         * about.el (about-hackers): Moved my entry to contributor list.
10252         (xemacs-hackers): Added myself.
10253         (about-maintainer-info): Added description of myself.
10254
10255
10256 2000-01-07  Didier Verna  <didier@xemacs.org>
10257
10258         * modeline.el (modeline-scrolling-method): new variable.
10259         (mouse-drag-modeline): add reference to it in the docstring.
10260         (mouse-drag-modeline): handle it.
10261
10262 2000-01-08  Andy Piper  <andy@xemacs.org>
10263
10264         * gutter-items.el (update-tab-in-gutter): remove resize-subwindow
10265         calls.
10266         (remove-buffer-from-gutter-tab): ditto.
10267
10268 2000-01-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10269
10270         * cus-edit.el (custom-hook-convert-widget): Fix comment.
10271         (custom-face-edit): Fix grammatical error in help message.
10272
10273 2000-01-03  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10274
10275         * movemail.el: Added.
10276
10277         * dumped-lisp.el (preloaded-file-list): Added movemail.el.
10278
10279 2000-01-03  Didier Verna  <didier@xemacs.org>
10280
10281         * modeline.el (mouse-drag-modeline): remove the code related to
10282         the modeline horizontal scrolling facility.
10283
10284 1999-12-31  Martin Buchholz <martin@xemacs.org>
10285
10286         * XEmacs 21.2.26 is released.
10287
10288 1999-12-28  Andy Piper  <andy@xemacs.org>
10289
10290         * wid-edit.el (widget-push-button-value-create): The gui cache
10291         does not agree with native widgets which can only be displayed
10292         once per window. The reasons for caching are diminished now that
10293         we don't hog resources when creating buttons.
10294         (widget-push-button-cache) deleted.
10295
10296 1999-12-24  Martin Buchholz <martin@xemacs.org>
10297
10298         * XEmacs 21.2.25 is released.
10299
10300 1999-12-24  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10301
10302         * hyper-apropos.el (hyper-apropos): Toggle
10303         hyper-apropos-programming-apropos correctly.
10304         Set REGEXP when user accepts default value.
10305
10306 1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10307
10308         * minibuf.el (read-from-minibuffer): Bind minibuffer-default.
10309         (read-file-name-2): Use DEFAULT argument of read-from-minibuffer.
10310
10311 1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10312
10313         * mule/mule-category.el (undefined-category-designator):
10314         Return char instead of character.  Search for undefined one.
10315         (describe-category): Use with-displaying-help-buffer.
10316
10317 1999-12-21  Martin Buchholz  <martin@xemacs.org>
10318
10319         * byte-optimize.el (byte-optimize-plus):
10320         Optimize (+ 1) to 1 instead of (1+ nil).
10321
10322         * files.el (basic-save-buffer): Rewrite for clarity.  Use (char-before).
10323
10324         * byte-optimize.el (byte-compile-butlast): Remove.  Use butlast instead.
10325
10326         * byte-optimize.el (byte-optimize-char-before): New function.
10327         Remove performance penalty for using (char-before) instead of (char-after).
10328
10329 1999-12-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10330
10331         * mule/mule-category.el (char-category-list): Return character
10332         instead of integer.
10333
10334 1999-12-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10335
10336         * minibuf.el (read-buffer): Check default is buffer object.
10337
10338 1999-11-25  Andy Piper  <andy@xemacs.org>
10339
10340         * cus-edit.el (custom-buffer-create-buttons): Use native widgets
10341         for buttons.
10342
10343 1999-12-16  Andreas Jaeger  <aj@suse.de>
10344
10345         * package-get.el (package-get-maybe-save-index): Fixed typo.
10346         Patch by Jeff Miller <jmiller@smart.net>.
10347
10348 1999-12-13  Charles G Waldman  <cgw@alum.mit.edu>
10349
10350         * gnuserv.el (gnuserv-process-filter):  don't call
10351         gnuserv-write-to-client when gnuserv-current-client is nil
10352
10353 1999-12-14  Martin Buchholz <martin@xemacs.org>
10354
10355         * XEmacs 21.2.24 is released.
10356
10357 1999-12-12  Gunnar Evermann  <ge204@eng.cam.ac.uk>
10358
10359         * about.el (about-hackers): Update my email address.
10360
10361 1999-12-07  Martin Buchholz <martin@xemacs.org>
10362
10363         * XEmacs 21.2.23 is released.
10364
10365 1999-11-06  Jason R Mastaler  <jason@mastaler.com>
10366
10367         * package-get.el (package-get-download-sites): Removed several
10368         defunct download sites, added many new ones, and corrected a few
10369         incorrect directory-on-site entries.  Added physical locations to
10370         site-description.
10371
10372 1999-11-30  Gunnar Evermann  <ge204@eng.cam.ac.uk>
10373
10374         * finder.el (finder-commentary): add DOC string and fix
10375         interactive spec
10376
10377 1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
10378
10379         * help.el (describe-function): Don't forget to intern the string
10380         completing-read returns.
10381         (describe-variable): Ditto.
10382
10383 1999-11-16  Adrian Aichner  <adrian@xemacs.org>
10384
10385         * hyper-apropos.el (hyper-apropos-this-symbol): Handle
10386         `hyper-apropos-help-mode' here to find symbol to customize
10387         irregardless of cursor position and simplify
10388         `hyper-apropos-set-variable', `hyper-apropos-find-function', and
10389         `hyper-apropos-popup-menu'.
10390
10391 1999-11-21  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10392
10393         * apropos.el (apropos-mode-map): Add return to call
10394         apropos-follow.
10395         (apropos-print): Call apropos-mode to have better
10396         command reference. Put keymap text-poperty to
10397         symbole name.
10398
10399 1999-11-22  Alastair Burt  <burt@dfki.de>
10400
10401         * help.el: (describe-bindings-1): Added handling of keymaps for
10402         the extents at point.
10403
10404 1999-12-02  Mark Thomas  <mthomas@jprc.com>
10405
10406         * gutter-items.el (buffers-tab-items): Wrap the function in a
10407         save-match-data
10408
10409 1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
10410
10411         * help.el (describe-function): Use the DEFAULT argument to
10412         completing-read.
10413         (describe-variable): Ditto.
10414
10415 1999-11-26  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10416
10417         * minibuf.el (read-from-minibuffer): Add optional argument
10418         DEFAULT to have better mini-buffer history support.
10419         (completing-read): Pass default to read-from-minibuffer.
10420         (read-buffer): Pass default to completing-read.
10421
10422 1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
10423
10424         * font-lock.el (font-lock-doc-string-face): Document the
10425         `font-lock-lisp-like' property.
10426
10427 1999-11-29  Hrvoje Niksic  <hniksic@iskon.hr>
10428
10429         * lisp-mode.el: Specify `font-lock-lisp-like'.
10430
10431         * font-lock.el (font-lock-lisp-like): New function.
10432         (font-lock-fontify-syntactically-region): Use it.
10433
10434 1999-11-29  XEmacs Build Bot <builds@cvs.xemacs.org>
10435
10436         * XEmacs 21.2.22 is released
10437
10438 1999-11-28  Martin Buchholz <martin@xemacs.org>
10439
10440         * XEmacs 21.2.21 is released.
10441
10442 1999-11-18  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10443
10444         * minibuf.el (read-coding-system): Accept symbol and
10445         coding-system object as a default-coding-system.
10446
10447 1999-11-16  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10448
10449         * minibuf.el (read-coding-system): Accept symbol as
10450         a default-coding-system.
10451
10452 1999-10-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10453
10454         * apropos.el (apropos-documentation): Use insert instead
10455         of princ.
10456
10457 1999-11-07  William M. Perry  <wmperry@aventail.com>
10458
10459         * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off
10460           for the linux console.
10461
10462         * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking
10463           stuff to work when you are not on a window system, since the GPM
10464           mouse support now allows pasting from outside of XEmacs.
10465
10466 1999-11-10  XEmacs Build Bot <builds@cvs.xemacs.org>
10467
10468         * XEmacs 21.2.20 is released
10469
10470 1999-11-06  Hrvoje Niksic  <hniksic@iskon.hr>
10471
10472         * setup-paths.el (paths-default-info-directories): Add
10473         /usr/share/info and /usr/local/share/info.
10474
10475 1999-10-30  Hrvoje Niksic  <hniksic@srce.hr>
10476
10477         * about.el: Updated Vladimir Ivanovic's info.
10478
10479 11999-08-28  Jan Vroonhof  <vroonhof@math.ethz.ch>
10480
10481         * auto-show.el (auto-show-truncationp): Remove.
10482
10483         * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p
10484
10485 999-09-23  Gunnar Evermann  <ge204@eng.cam.ac.uk>
10486
10487         * indent.el (indent-line-to): fix bug: spaces were not replaced
10488         with tab if column is multiple of tab-width
10489         From dhn@qedinc.com
10490
10491 1999-10-24  Jan Vroonhof  <vroonhof@math.ethz.ch>
10492
10493         * mule/mule-cmds.el (read-input-method-name): Accept symbols
10494         correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp>
10495
10496         * package-get.el (package-get-package-provider): Be verbose when
10497         interactive. Patch from Robert Pluim
10498
10499 1999-08-23  Mike McEwan  <mike@lotusland.demon.co.uk>
10500
10501         * info.el (Info-suffix-list): Add ".info.bz2" to the recognised
10502         info file suffixes.
10503
10504 1999-08-19  Stephen Tse  <stephent@sfu.ca>
10505
10506         * process.el (open-network-stream): Add a new optional parameter
10507         PROTOCOL to support udp; fix a minor typo and add an explanation
10508         in docstring for udp programming.
10509
10510         * code-process.el (open-network-stream): Add a new optional
10511         parameter PROTOCOL to support udp; fix a minor typo and add an
10512         explanation in docstring for udp programming.
10513
10514 1999-10-18  Andy Piper  <andy@xemacs.org>
10515
10516         * gui.el (make-gui-button): be more precise about how we call
10517         callbacks.
10518
10519         * wid-edit.el (widget-push-button-value-create): Use the new form
10520         of native gui-button.
10521
10522 1999-10-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10523
10524         * info.el (Info-page-prev): Don't do (sit-for 0).
10525
10526 1999-10-13  Andy Piper  <andy@xemacs.org>
10527
10528         * gutter-items.el (progress-abort-glyph): new glyph for showing
10529         abort status.
10530         (append-progress): dispatch-event rather than sit-for.
10531         (abort-progress): new function. Show the abort glyph with an
10532         appropriate message.
10533         (raw-append-progress): dispatch-event rather than sit-for.
10534         (display-progress): cope with aborts.
10535
10536         * gui.el (make-gui-button): Use native widgets for buttons
10537         unconditionally.
10538         (insert-gui-button): ditto.
10539         (gui-button-p): ditto.
10540
10541         * xbm-button.el: remove from core.
10542
10543         * xpm-button.el: remove from core.
10544
10545 1999-10-07  Olivier Galibert  <galibert@pobox.com>
10546
10547         * faces.el (init-device-faces): Don't initialize the random faces
10548         on the stream device.
10549
10550 1999-10-06  Andy Piper  <andy@xemacs.org>
10551
10552         * files.el (recover-file): Don't use ls under windows for revert buffer.
10553
10554 1999-09-25  Adrian Aichner  <adrian@xemacs.org>
10555
10556         * package-get.el (package-get-download-menu): Make menu really
10557         toggle download sites.
10558         (package-get-download-sites): Add autoload cookie.
10559
10560 1999-09-29  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10561
10562         * setup-paths.el (paths-find-module-directory): Ditto.
10563
10564 1999-09-29  Werner Fink  <werner@suse.de>
10565
10566         * setup-paths.el (paths-find-exec-directory): Add missing nil
10567         parameter for environment.
10568
10569 1999-09-27  Martin Buchholz  <martin@xemacs.org>
10570
10571         * modeline.el (modeline-format):
10572         Only purecopy the strings.  Else
10573         (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal)
10574         barfs.
10575
10576 1999-08-28  Mike Woolley  <mike@bulsara.com>
10577
10578         * winnt.el: Removed nt-shell-mode-hook, which was preventing the
10579         user setting comint-completion-addsuffix and
10580         comint-process-echoes.
10581
10582 1999-09-22  Andy Piper  <andy@xemacs.org>
10583
10584         * gutter-items.el (update-tab-in-gutter): use
10585         last-nonminibuf-window instead of selected-window.
10586
10587 1999-09-18  Andy Piper  <andy@xemacs.org>
10588
10589         * gnuserv.el (gnuserv-edit-files): select frame we are going to
10590         display on.
10591
10592         * subr.el (record-buffer-hook): new variable so that the hook gets
10593         some documentation.
10594
10595 1999-09-16  Andy Piper  <andy@xemacs.org>
10596
10597         * gutter-items.el (update-tab-in-gutter): only update when the
10598         gutter is visible.
10599         (remove-buffer-from-gutter-tab): ditto.
10600
10601 1999-09-17  Hrvoje Niksic  <hniksic@srce.hr>
10602
10603         * simple.el (do-auto-fill): Commented out part of Kinsoku
10604         processing.
10605
10606 1999-09-14  Hrvoje Niksic  <hniksic@srce.hr>
10607
10608         * isearch-mode.el (isearch-highlightify-region): Give the
10609         highlighting extents a high priority.
10610         (isearch-make-extent): Give the main highlighting extent an even
10611         higher priority.
10612
10613 1999-09-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10614
10615         * packages.el (packages-compute-package-locations): Fix typo from
10616         -u rationalization.
10617
10618 1999-09-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10619
10620         * setup-paths.el (paths-find-doc-directory): Respect value of
10621         `configure-doc-directory.'
10622
10623         * find-paths.el (paths-find-architecture-directory): Give
10624         precendence `default' argument (which typically comes from
10625         configure).
10626
10627 1999-09-05  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10628
10629         * startup.el (command-line-early): Added options -user-init-file
10630         and -user-init-directory.
10631
10632         * files.el (user-init-file): Default to NIL so we can recognize
10633         when it's set.
10634
10635 1999-08-30  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10636
10637         * obsolete.el (init-file-user):
10638         * startup.el:
10639         * packages.el (packages-compute-package-locations):
10640         * package-get.el (package-get-user-index-filename):
10641         * menubar-items.el (maybe-add-init-button):
10642         * info.el (Info-annotations-path):
10643         * dump-paths.el:
10644         Change `user-init-directory' to be an absolute path.
10645         Use `user-init-directory' where appropriate.
10646         Zap `init-file-user' and its uses.
10647
10648 1999-09-09  Hrvoje Niksic  <hniksic@srce.hr>
10649
10650         * subr.el (copy-symbol): New function.
10651
10652 1999-09-08  Hrvoje Niksic  <hniksic@srce.hr>
10653
10654         * isearch-mode.el (isearch-done): Be sure to restore invisible
10655         extents in the proper buffer.
10656         (isearch-pre-command-hook): Set this-command to the correct value
10657         in case the buffer has changed and old overriding-local-map was
10658         used.
10659         (isearch-restore-extent): Use remprop instead of setting the
10660         property to nil.
10661
10662 1999-09-08  Hrvoje Niksic  <hniksic@srce.hr>
10663
10664         * cmdloop.el (execute-extended-command): Update zmacs region
10665         before the delay.
10666         (execute-extended-command): Make the message gettext-friendly.
10667
10668 1999-09-07  Andy Piper  <andy@xemacs.org>
10669
10670         * gutter-items.el (progress-gauge-glyph): renamed from
10671         progress-glyph.
10672         (progress-text-glyph): new variable.
10673         (progress-layout-glyph): use layouts and text glyphs.
10674         (progress-area-buffer): removed.
10675         (progress-text-and-extent): new variable.
10676         (progress-displayed-p): dynamically create gutter area buffer.
10677         (clear-progress): ditto.
10678         (raw-append-progress): ditto.
10679         (append-progress): use new glyph names.
10680         (raw-append-progress): only create the extent when needed. set
10681         properties more optimally.
10682         (progress): remove args.
10683
10684 1999-09-07  Hrvoje Niksic  <hniksic@srce.hr>
10685
10686         * isearch-mode.el (isearch-range-invisible): Use mapc instead of
10687         mapcar where the return value is unused.
10688         (isearch-restore-invisible-extents): Ditto.
10689         (isearch-highlight-all-cleanup): Ditto.
10690         (isearch-delete-extents-in-range): Traverse the extents only once.
10691         (isearch-highlight-all-update): Don't start over if the search
10692         string has changed and more input is pending.
10693
10694 1999-09-07  Hrvoje Niksic  <hniksic@srce.hr>
10695
10696         * packages.el (packages-find-package-data-path): Ditto.
10697
10698         * cl.el: Use mapcar at top-level -- mapc is no longer a subr.
10699
10700         * subr.el (mapc-internal): Don't make obsolete.
10701
10702         * cl-extra.el (mapc): Resurrect.
10703
10704 1999-09-03  Hrvoje Niksic  <hniksic@srce.hr>
10705
10706         * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete
10707         alias.
10708
10709         * isearch-mode.el (isearch-top-state): Restore isearch-word.
10710         (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard.
10711         (isearch-yank-clipboard): Use get-clipboard instead of
10712         x-get-clipboard.
10713         (isearch-yank-selection): Fix docstring.
10714
10715 1999-09-02  Martin Buchholz  <martin@xemacs.org>
10716
10717         * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness.
10718
10719 1999-09-02  Hrvoje Niksic  <hniksic@srce.hr>
10720
10721         * cl-macs.el (extent-start-position): Fix setf method.
10722         (extent-end-position): Ditto.
10723
10724 1999-09-02  Hrvoje Niksic  <hniksic@srce.hr>
10725
10726         * isearch-mode.el: End merge with FSF 20.4.
10727
10728         * isearch-mode.el (search-invisible): New variable.
10729         (isearch-hide-immediately): Ditto.
10730         (isearch-unhidden-extents): Ditto.
10731         (isearch-range-invisible): New function.
10732         (isearch-unhide-extent): Ditto.
10733         (isearch-restore-invisible-extents): Ditto.
10734         (isearch-restore-extent): Ditto.
10735
10736         * isearch-mode.el (isearch-ring-advance-edit): Use FSF
10737         implementation.
10738         (isearch-ring-retreat-edit): Ditto.
10739         (isearch-forward): New argument NO-RECURSIVE-EDIT.
10740         (isearch-forward-regexp): New arguments NOT-REGEXP and
10741         NO-RECURSIVE-EDIT.
10742         (isearch-backward): New argument NO-RECURSIVE-EDIT.
10743         (isearch-backward-regexp): New arguments NOT-REGEXP and
10744         NO-RECURSIVE-EDIT.
10745         (isearch-mode): Return isearch-success.
10746         (isearch-update): Use unread-command-events instead of
10747         unread-command-event.
10748         (isearch-abort): If an invalid regexp is encountered, keep popping
10749         states.
10750         (isearch-*-char): Use FSF implementation.
10751         (isearch-whitespace-chars): Use the more robust FSF's
10752         implementation.
10753         (isearch-within-brackets): New variable.
10754         (isearch-mode): Initialize it.
10755         (isearch-edit-string): Bind it.
10756         (isearch-search-and-update): Set it.
10757         (isearch-push-state): Push it.
10758         (isearch-top-state): Pop it.
10759         (isearch-search): Set it.
10760         (isearch-printing-char): When called by isearch-whitespace-chars,
10761         handle M-SPC gracefully.
10762         (isearch-message-prefix): New argument ELLIPSIS.
10763         (isearch-message-suffix): Ditto.
10764         (isearch-message): Use the ELLIPSIS argument when calling
10765         isearch-message-prefix and isearch-message-suffix.
10766         (isearch-message-prefix): Distinguish between "wrapped" and
10767         "overwrapped" search, FWIW.
10768
10769 1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
10770
10771         * isearch-mode.el (isearch-edit-string): Use the head of the
10772         search ring instead of search-last-string and search-last-regexp.
10773         (search-highlight): Renamed from isearch-highlight.
10774         (isearch-exit): Use the new name.
10775         (isearch-highlight): Ditto.
10776         (isearch-dehighlight): Ditto.
10777         (isearch-update-ring): New function.
10778         (isearch-done): Call it.
10779         (isearch-done): New argument EDIT.
10780         (isearch-repeat): If search string is empty, look up at the car of
10781         the search ring; ignore the yank pointer.
10782         (isearch-abort): Call isearch-done with NOPUSH.
10783         (isearch-cancel): New function.
10784         (isearch-mode-map): Bind it to ESC ESC ESC.
10785
10786         * isearch-mode.el: Begin merge with FSF 20.4.
10787
10788 1999-09-01  Andy Piper  <andy@xemacs.org>
10789
10790         * x-select.el (x-get-clipboard): obsolete.
10791         (x-yank-clipboard-selection): obsolete
10792
10793         * select.el (disown-selection): need to be careful to disown the
10794         clipboard if we set it via selection.
10795         (get-clipboard): move from x-select.el
10796         (yank-clipboard-selection): ditto.
10797
10798 1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
10799
10800         * isearch-mode.el (isearch-exit): Bind isearch-highlight and
10801         isearch-highlight-all-matches to nil.
10802         (isearch-fixed-case): New variable.
10803         (isearch-mode): Initialize it.
10804         (isearch-edit-string): Save it.
10805         (isearch-toggle-case-fold): Set it.
10806         (isearch-fix-case): Make sure isearch-toggle-case-fold works --
10807         need to check isearch-fixed-case.
10808         (isearch-toggle-case-fold): Update highlighting of all matches
10809         before the pause.
10810         (isearch-edit-string):
10811
10812 1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
10813
10814         * isearch-mode.el (isearch-edit-string): Call isearch-message
10815         before reading the event so that the prompt is displayed properly.
10816         (isearch-message): Use isearch-nonincremental when calling
10817         isearch-message-prefix.
10818         (minibuffer-local-isearch-map): Bind up and down to do the same as
10819         M-p and M-n respectively.
10820         (isearch-done): New arg NOPUSH.
10821         (isearch-edit-string): Use it.
10822         (isearch-edit-string): Don't bind isearch-string.
10823         (isearch-ring-adjust): Edit string, *then* push state.
10824
10825 1999-08-31  Hrvoje Niksic  <hniksic@srce.hr>
10826
10827         * faces.el (isearch-secondary): Make isearch-secondary look
10828         different than default.
10829
10830 1999-08-30  Hrvoje Niksic  <hniksic@srce.hr>
10831
10832         * isearch-mode.el (isearch-yank): Use progn instead of the inner
10833         save-excursion.
10834         (isearch-dehighlight): Remove TOTALLY.  Simplify.
10835         (isearch-update): Call isearch-dehighlight without arguments.
10836         (isearch-done): Ditto.
10837
10838         * isearch-mode.el (isearch-fix-case): If the search string has no
10839         upper-case letters, allow the folding to be reenabled.
10840         Previously, once disabled, the folding would remain that way until
10841         the end of isearch.
10842         (isearch-top-state): Call isearch-fix-case.
10843
10844         * isearch-mode.el (isearch-yank): Use progn instead of the inner
10845         save-excursion.
10846         (isearch-dehighlight): Remove TOTALLY.  Simplify.
10847
10848 1999-08-31  Jan Vroonhof  <jan@xemacs.org>
10849
10850         * xpm-button.el:
10851         xbm-button.el: Need to exist in core because gui.el depends on
10852         them.
10853
10854 1999-08-31  Andy Piper  <andy@xemacs.org>
10855
10856         * gutter-items.el (buffers-tab-face): new customizable variable.
10857         (buffers-tab-default-buffer-line-length): new specifier for
10858         maximum viewable characters.
10859         (progress-stack): new variable for implementing widget-based
10860         progress messages.
10861         (progress-area-buffer): ditto.
10862         (progress-glyph-height): ditto.
10863         (progress-stop-callback): ditto.
10864         (progress-quit-function): new function.
10865         (progress-glyph): new variable.
10866         (progress-layout-glyph): ditto.
10867         (progress-displayed-p): new function, see message-displayed-p for
10868         details.
10869         (clear-progress): ditto.
10870         (remove-progress): ditto.
10871         (append-progress): ditto.
10872         (raw-append-progress): ditto.
10873         (display-progress): ditto.
10874         (current-progress): ditto.
10875         (current-progress-label): ditto.
10876         (progress): ditto.
10877         (lprogress): ditto.
10878
10879
10880 1999-08-29  Hrvoje Niksic  <hniksic@srce.hr>
10881
10882         * obsolete.el (isearch-yank-x-selection): Define obsolete alias.
10883
10884         * isearch-mode.el (isearch-yank-x-selection): Renamed to
10885         `isearch-yank-selection'.
10886         (isearch-mode-map): Use it.
10887         (isearch-yank-selection): Use `get-selection' instead of
10888         `get-x-selection'.
10889
10890 1999-08-29  Hrvoje Niksic  <hniksic@srce.hr>
10891
10892         * faces.el (isearch-secondary): Create face here.
10893
10894         * isearch-mode.el: Rewrote the "lazy highlighting" code not to use
10895         timers.
10896
10897 1999-08-27  Hrvoje Niksic  <hniksic@srce.hr>
10898
10899         * subr.el (buffer-string): More robust backward compatibility
10900         check, courtesy William Perry.
10901
10902 1999-08-26  Hrvoje Niksic  <hniksic@srce.hr>
10903
10904         * replace.el (perform-replace): Stop the search after the search
10905         limit has been reached.
10906
10907 1999-08-23  Andy Piper  <andy@xemacs.org>
10908
10909         * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter
10910         here if we don't have one.
10911
10912 1999-08-15  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
10913
10914         * ldap.el (ldap-coding-system): Default to nil until we get
10915         efficient UTF8 support
10916         (ldap-decode-string): Guard against `decode-coding-string' not
10917         being defined
10918         (ldap-encode-string): Guard against `encode-coding-string' not
10919         being defined
10920
10921 1999-08-23  Didier Verna  <didier@xemacs.org>
10922
10923         * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>.
10924         Some doc strings improvements, and add a star to the `interactive'
10925         calls.
10926
10927 1999-08-18  Stef Epardaud  <stef@lunatech.com>
10928
10929         * font-lock.el (java-font-lock-keywords-3): introduced new
10930         keywords and regexpes for javadoc syntax 1.2.
10931
10932 1999-08-17  Andy Piper  <andy@xemacs.org>
10933
10934         * gutter-items.el (buffers-tab-format-buffer-line-function): use
10935         format-buffers-tab-line.
10936         (buffers-tab-max-buffer-line-length): new variable.
10937         (format-buffers-tab-line): new function. truncate names if over
10938         buffers-tab-max-buffer-line-length.
10939
10940 1999-08-13  Charles G Waldman  <cgw@fnal.gov>
10941
10942         * cus-start.el: Customize the variable `bell-inhibit-time'.
10943
10944 1999-08-16  Andy Piper  <andy@xemacs.org>
10945
10946         * gutter-items.el (remove-buffer-from-gutter-tab): take a
10947         brute-force approach to deleting the last buffer.
10948         (buffers-tab-grouping-regexp): new customizable variable.
10949         (select-buffers-tab-buffers-by-mode): use it.
10950
10951 1999-08-13  Andy Piper  <andy@xemacs.org>
10952
10953         * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch*
10954         deletion problem.
10955
10956 1999-07-30  Didier Verna  <didier@xemacs.org>
10957
10958         * cus-edit.el (custom-save-variables): I said, use prin1 instead
10959         of princ to output symbols.
10960         (custom-save-face-internal): ditto.
10961         (custom-save-resets): ditto.
10962
10963 1999-08-09  Didier Verna  <didier@xemacs.org>
10964
10965         * gutter-items.el (select-buffers-tab-buffers-by-mode): use
10966         `regexp-quote' to protect the major mode name for use as a regular
10967         expression (c++ needs this for instance).
10968
10969 1999-08-08  Andy Piper  <andy@xemacs.org>
10970
10971         * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to
10972         cope with similar mode names.
10973
10974         * gutter-items.el (buffers-tab-selection-function): new selection
10975         function.
10976         (select-buffers-tab-buffers-by-mode): new function.
10977         (buffers-tab-items): use it if set to only display buffers in the
10978         tab in the current buffer's group..
10979         (update-tab-in-gutter): use new api.
10980         (remove-buffer-from-gutter-tab): ditto.
10981
10982         * gutter-items.el (buffers-tab-max-size): set custom selection
10983         default to 6.
10984         (buffers-tab-switch-to-buffer): just switch window if the window is visible.
10985         (add-tab-to-gutter): set face as default.
10986
10987 1999-07-07  Jan Vroonhof  <jan@xemacs.org>
10988
10989         * faces.el (frob-face-property): Merge the fall-back specifier
10990         with the target, not replace it.
10991
10992 1999-08-05  Andy Piper  <andy@xemacs.org>
10993
10994         * gutter-items.el (update-tab-in-gutter): add frame argument for
10995         buffer-items.
10996         (update-tab-in-gutter): use it.
10997
10998         * gutter-items.el (record-buffer-hook): set.
10999
11000         * buffer.el (switch-to-buffer): back out switch-to-buffer-hook
11001         change.
11002         (switch-to-buffer-hook) deleted.
11003
11004 1999-08-04  Andy Piper  <andy@xemacs.org>
11005
11006         * gutter-items.el (update-tab-in-gutter): make sure this will work
11007         as an argument to create-frame-hook.
11008
11009 1999-07-30  Hrvoje Niksic  <hniksic@srce.hr>
11010
11011         * isearch-mode.el: Modified Bob and Darryl's code to use itimers
11012         instead of timer emulation.
11013
11014 1999-07-30  Darryl Okahata  <darrylo@sonic.net>
11015
11016         * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU
11017         Emacs isearch enhancements.
11018
11019 1999-07-28  Andy Piper  <andy@xemacs.org>
11020
11021         * gutter-items.el (add-tab-to-gutter): put in specifier specs for
11022         all devices that support tab controls.
11023         (remove-buffer-from-gutter-tab): new function. to be used as a
11024         value for kill-buffer-hook.
11025
11026 1999-07-21  Sean MacLennan  <seanm@storm.ca>
11027
11028         * auto-show.el (auto-show-truncationp): changed to match
11029         `window_translation_on'
11030
11031 1999-07-30  XEmacs Build Bot <builds@cvs.xemacs.org>
11032
11033         * XEmacs 21.2.19 is released
11034
11035 1999-07-28  SL Baur  <steve@miho>
11036
11037         * code-files.el (insert-file-contents): Fix docstring.
11038         revert previous change.
11039
11040 1999-07-26  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
11041
11042         * fill.el (fill-region-as-paragraph): Change re-break-point to
11043         contain word-across-newline plus one character so that filling
11044         Japanese and Chinese works as desired.
11045         * simple.el (do-auto-fill): Ditto.
11046
11047 1999-07-26  SL Baur  <steve@miho>
11048
11049         * mule/japanese.el ("Japanese"): Do not specify a default input
11050         method.
11051         Suggested by MORIOKA Tomohiko  <tomo@etl.go.jp>
11052
11053 1999-07-23  Jan Vroonhof  <vroonhof@math.ethz.ch>
11054
11055         * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be
11056         able to use cl-macs macro in early lisp.
11057
11058 1999-07-23  Jan Vroonhof  <jan@xemacs.org>
11059
11060         * custom.el:
11061         * cus-face.el:
11062         * cus-edit.el:
11063                 Massive custom Theme API changes.
11064
11065 1999-07-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
11066
11067         * code-files.el (insert-file-contents): Regard
11068         coding-system-magic-cookie if `coding-system-for-read' is nil.
11069
11070 1999-07-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
11071
11072         * mule/thai-xtis.el: Add coding: local variable, to avoid
11073         bootstrapping problem with C locale.
11074
11075 1999-07-22  Andy Piper  <andy@xemacs.org>
11076
11077         * dumped-lisp.el (preloaded-file-list): guard against putting
11078         gutter-items in a less than functional XEmacs.
11079         * gutter-items.el: put call to `add-tab-to-gutter' back in.
11080
11081 1999-07-18  Bob Weiner  <weiner@beopen.com>
11082
11083         * fill.el (fill-context-prefix): Fixed bug that prevented the
11084         setting of an adaptive fill prefix when the `dont-skip-first' was
11085         t.
11086
11087 1999-07-22  SL Baur  <steve@miho>
11088
11089         * gutter-items.el: remove unguarded call to `add-tab-to-gutter'.
11090
11091 1999-06-25  Karl M. Hegbloom  <karlheg@debian.org>
11092
11093         * files.el (interpreter-mode-alist): add `make', `guile', and
11094         `emacs' entries. (#!/usr/bin/make -f ought to send a file into
11095         makefile-mode, guile is a scheme, and someday XEmacs will be
11096         modular enough to use as an efficient scripting tool.)
11097
11098 1999-07-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
11099
11100         * mule/mule-cmds.el (reset-language-environment): Regard
11101         coding-category `utf-8' and `ucs-4' if they are available.
11102
11103 1999-07-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
11104
11105         * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string.
11106         (prefer-coding-system): Fix DOC-string.
11107
11108         * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix
11109         DOC-string too.
11110
11111         * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to
11112         Mule.
11113         (coding-system-change-eol-conversion): Fix DOC-string.
11114
11115 1999-06-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
11116
11117         * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system'
11118         instead of `list-coding-system'.
11119
11120 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
11121
11122         * menubar-items.el (default-menubar): `select-input-method' was
11123         renamed to `set-input-method'.
11124
11125         * mule/mule-cmds.el (set-language-info-alist): Fix setting for
11126         "Set Language Environment" menu.
11127
11128         * mule/mule-cmds.el (set-language-info-alist): Fix setting for
11129         "Describe Language Support" menu.
11130
11131 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
11132
11133         * mule/chinese.el ("Chinese-GB"): Rename
11134         `chinese-gb-environment-setup-function' to
11135         `setup-chinese-gb-environment-internal'.
11136
11137 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
11138
11139         * mule/korean.el: Use `define-coding-system-alias' instead of
11140         `copy-coding-system'.
11141
11142 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
11143
11144         * mule/mule-cmds.el (set-language-environment-coding-systems):
11145         Treat duplicated coding-categories.
11146
11147 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
11148
11149         * mule/japanese.el: Use `define-coding-system-alias' instead of
11150         `copy-coding-system'.
11151
11152 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
11153
11154         * mule/vietnamese.el: Specify `iso-8-1' as a category of
11155         coding-system `viscii'.
11156
11157 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
11158
11159         * mule/cyrillic.el:
11160         - Specify `iso-8-1' as a category of coding-system `koi8-r'.
11161         (cyrillic-alternativnyj-decode-table): New variable.
11162         (cyrillic-alternativnyj-encode-table): New variable.
11163         - Specify `iso-8-1' as a category of coding-system
11164           `alternativnyj'.
11165         - Abolish general Cyrillic environment.
11166
11167 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
11168
11169         * mule/chinese.el:
11170         - Use `define-coding-system-alias' instead of `copy-coding-system'.
11171         - Register `chinese-gb-environment-setup-function' as a
11172           `setup-function' of "Chinese-GB" environment.
11173
11174 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
11175
11176         * mule/mule-cmds.el (set-language-info-alist): Allow dummy
11177         optional argument `parents'.
11178
11179         * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
11180         property for Thai-XTIS.
11181
11182         * mule/mule-help.el (help-with-tutorial): Use property
11183         `tutorial-coding-system' of language-info as a coding-system to
11184         read tutorial file.
11185
11186 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
11187
11188         * mule/thai-xtis.el: Don't setup `setup-function' and
11189         `exit-function'.
11190
11191         * mule/mule-cmds.el (set-language-environment-coding-systems): Use
11192         `set-coding-category-system' to set up coding-system for
11193         coding-category.
11194
11195         * mule/mule-cmds.el (prefer-coding-system): Use
11196         `set-coding-category-system' to set up coding-system for
11197         coding-category.
11198
11199 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
11200
11201         * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for
11202         Thai-XTIS environment.
11203
11204         * mule/mule-cmds.el (prefer-coding-system): Use
11205         `find-coding-system' instead of `coding-system-p'.
11206
11207 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
11208
11209         * mule/mule-cmds.el (set-language-environment-coding-systems):
11210         Modify eol-type for XEmacs.
11211
11212         * mule/thai-xtis.el: Delete unused local variable `category'.
11213
11214         * mule/mule-cmds.el (coding-system-change-eol-conversion): New
11215         function.
11216         (prefer-coding-system): Don't call
11217         `update-coding-systems-internal'; use function
11218         `coding-category-list' instead of variable `coding-category-list';
11219         use `set-coding-priority-list' instead of `set-coding-priority';
11220         modify `eol-type' for XEmacs.
11221
11222         * mule/mule-misc.el (string-width): Use `charset-width' instead of
11223         `charset-columns'.
11224         (char-width): Likewise.
11225
11226 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
11227
11228         * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of
11229         `tis-620'.
11230
11231         * mule/mule-cmds.el (set-language-environment-coding-systems): Use
11232         `set-coding-priority-list' instead of `set-coding-priority'; don't
11233         call `update-coding-systems-internal'.
11234
11235         * mule/mule-misc.el (coding-system-get): New function.
11236         (coding-system-put): New function.
11237         (coding-system-category): New function.
11238
11239 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
11240
11241         * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars"
11242         when Mule is running; load "mule/thai-xtis" instead of "thai-xtis"
11243         to avoid conflict with leim/quail/thai-xtis.
11244
11245         * mule/thai-xtis.el: Split definition of the charset `thai-xtis'
11246         to thai-xtis-chars.el.
11247
11248         * mule/thai-xtis-chars.el: New file (split from
11249         mule/thai-xtis.el).
11250
11251 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
11252
11253         * mule/thai-xtis.el:
11254         - Change category for the charset `thai-xtis' to `?x' from `?T'.
11255         - Add syntax entries.
11256         - Put `preferred-coding-system' of the charset `thai-xtis' to
11257           `tis-620'.
11258
11259 1999-06-28  TAKAHASHI Naoto  <ntakahas@etl.go.jp>
11260
11261         * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines
11262         rewritten to use write-multibyte-character.
11263
11264 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
11265
11266         mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead
11267         of `iso-2022-7'.
11268         (prefer-coding-system): Synced up with Emacs 20.3.11 but not
11269         ported yet.
11270         (read-input-method-name): Treat optional argument `default'.
11271
11272 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
11273
11274         * mule/mule-cmds.el (set-language-info): Don't set up menus at
11275         all.
11276         (set-language-info-alist): Set up menus here.
11277
11278 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
11279
11280         * minibuf.el (completing-read): Add new optional argument
11281         `default'.
11282         (read-coding-system): Add new optional argument
11283         `default-coding-system'.
11284
11285 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
11286
11287         * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
11288         (viet-viscii-...->viet-vscii...).
11289
11290 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
11291
11292         * mule/mule-cmds.el: Change MULE to Mule in docstrings
11293         and menus.
11294
11295 1999-04-12  Richard M. Stallman  <rms@gnu.org>
11296
11297         * mule/mule-cmds.el (input-method-function): Add permanent-local
11298         property.
11299
11300 1999-03-30  Dave Love  <fx@gnu.org>
11301
11302         * mule/mule-cmds.el (current-language-environment): Doc fix.
11303
11304 1999-02-06  Richard Stallman  <rms@gnu.org>
11305
11306         * mule/european.el (setup-slovenian-environment): New function.
11307         ("Slovenian"): New language environment.
11308
11309 1999-01-27  Dave Love  <fx@gnu.org>
11310
11311         * mule/mule-cmds.el (current-language-environment): Provide :link,
11312         :type (choices) and appropriate :get.
11313
11314 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
11315
11316         * mule/mule-cmds.el (describe-language-environment): Don't alter
11317         input-method-alist.
11318
11319 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
11320
11321         * mule/mule-cmds.el (prefer-coding-system): Call
11322         set-coding-priority, so that the internal array of priorities is
11323         also updated.
11324
11325 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
11326
11327         * mule/mule-cmds.el (prefer-coding-system): If the argument
11328         requires specific EOL conversion type, make the default coding
11329         systems use that.
11330
11331 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
11332
11333         * mule/mule-cmds.el (set-language-environment): Pass the default
11334         eol-type to set-language-environment-coding-systems.
11335         (set-default-coding-systems): Copy the eol-type property for the
11336         new default values of {buffer-file,process}-coding-system from the
11337         old defaults.
11338         (set-language-environment-coding-systems): Accept an optional
11339         argument EOL-TYPE, and set the eol-type property of the default
11340         coding systems accordingly.
11341
11342 1998-10-26  Kenichi Handa <handa@etl.go.jp>
11343
11344         * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
11345         use generate-new-buffer instead of get-buffer-create.
11346
11347 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
11348
11349         * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
11350
11351 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
11352
11353         * mule/mule-cmds.el (default-input-method): Fix custom type.
11354
11355 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
11356
11357         * mule/mule-cmds.el (setup-specified-language-environment):
11358         Add apropos-inhibit property.
11359         (describe-specified-language-support): Likewise.
11360
11361 1998-09-06  Bill Richter  <richter@math.nwu.edu>
11362
11363         * mule/mule-cmds.el: Doc fixes.
11364
11365 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
11366
11367         * mule/mule-cmds.el (register-input-method): Doc-string
11368         modified.
11369
11370 1998-09-01  Dave Love  <fx@gnu.org>
11371
11372         * mule/mule-cmds.el (current-language-environment): Fix
11373         setter function.
11374
11375 1998-08-31  Paul Eggert  <eggert@twinsun.com>
11376
11377         * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el,
11378         mule/european.el, mule/hebrew.el, mule/japanese.el,
11379         mule/korean.el, mule/vietnamese.el: Add coding: local variable, to
11380         avoid bootstrapping problem if you need to recompile all the Lisp
11381         files using interpreted code.
11382
11383 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
11384
11385         * mule/european.el ("Latin-1"): Modify `documentation' key value.
11386         ("Latin-2"): Likewise.
11387
11388 1998-08-18  Per Starback  <starback@update.uu.se>
11389
11390         * mule/european.el (setup-latin2-environment): Fix typo.
11391
11392 1998-08-18  Kenichi Handa  <handa@etl.go.jp>
11393
11394         * mule/european.el: Give proper value of `input-method' key to all
11395         lang. env.
11396
11397         * mule/mule-cmds.el (activate-input-method): Handle the case that
11398         the arg INPUT-METHOD is nil correctly.
11399         (read-multilingual-string): Activate the specified input method
11400         before calling read-string.  Afterward, activate the original
11401         input method.
11402
11403 1998-08-15  Kenichi HANDA  <handa@etl.go.jp>
11404
11405         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
11406         (set-language-info-alist): Fix typo in doc-string.
11407
11408         * mule/hebrew.el ("Hebrew"): Delete describe-function key.
11409
11410 1998-08-09  Kenichi HANDA  <handa@etl.go.jp>
11411
11412         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
11413         (reset-language-environment): New function for the job that
11414         setup-english-environment used to do.
11415         (set-language-environment): Do more setups according to the info
11416         in language-info-alist.
11417         (read-language-name): Handle the case that the arg KEY is nil.
11418         (describe-language-environment): Handle input-method property.
11419
11420         * mule/: All files under this directory, which related with
11421         specific languages (such as mule/european.el, mule/greek.el,
11422         mule/hebrew.el, mule/misc-lang.el), modified as below.
11423         (setup-XXX-environment): Just call set-language-environment.  If
11424         they used to do some other jobs than what done by
11425         set-language-environment, those jobs are done in
11426         setup-XXX-environment-internal now.
11427         ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
11428         the value to setup-XXX-environment-internal.  Add properties
11429         input-method and features.
11430
11431         * mule/english.el (setup-english-environment): Just call
11432         reset-language-environment.
11433
11434         * mule/european.el (setup-8-bit-environment): Function deleted.
11435
11436 1998-08-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
11437
11438         * mule/mule-cmds.el (input-method-exit-on-first-char)
11439         (input-method-use-echo-area): Doc fixes.
11440
11441 1998-08-06  Kenichi Handa  <handa@etl.go.jp>
11442
11443         * mule/mule-cmds.el (input-method-exit-on-first-char): New
11444         variable.
11445         (input-method-use-echo-area): New variable.
11446
11447 1998-08-01  Kenichi HANDA  <handa@etl.go.jp>
11448
11449         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
11450
11451 1998-07-30  Ken'ichi Handa  <handa@delysid.gnu.org>
11452
11453         * mule/mule-cmds.el (activate-input-method): Update mode line.
11454         (inactivate-input-method): Likewise.
11455
11456 1998-07-19  Kenichi Handa  <handa@etl.go.jp>
11457
11458         * mule/mule-cmds.el (read-multilingual-string): Don't activate an
11459         input method in the current buffer, but just bind
11460         current-input-method.
11461
11462 1998-07-08  Kenichi Handa  <handa@etl.go.jp>
11463
11464         * mule/hebrew.el ("Hebrew"): Add coding-priority.
11465
11466         * mule/misc-lang.el ("IPA"): Add coding-priority and
11467         coding-system.
11468
11469 1998-06-26  Ken'ichi Handa  <handa@melange.gnu.org>
11470
11471         * mule/greek.el: Add coding-priority.
11472
11473 1998-05-23  Richard Stallman  <rms@psilocin.ai.mit.edu>
11474
11475         * mule/mule-cmds.el (register-input-method): Rename arg ENV to
11476         LANG-ENV.
11477
11478 1998-05-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
11479
11480         * mule/mule-cmds.el (register-input-method): Fix previous change.
11481         (setup-specified-language-environment): Doc fix.
11482
11483 1998-05-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
11484
11485         * mule/mule-cmds.el: Several doc fixes.
11486         (get-language-info, set-language-info): Rename argument.
11487         (set-language-info-alist): Likewise.
11488         (register-input-method): Rename argument.
11489         (activate-input-method): If INPUT-METHOD is nil, deactivate.
11490
11491 1998-05-04  Kenichi Handa  <handa@etl.go.jp>
11492
11493         * mule/mule-cmds.el (toggle-input-method): Use a more appropriate
11494         default value while reading an input method.
11495
11496 1998-05-01  Kenichi Handa  <handa@etl.go.jp>
11497
11498         * mule/mule-cmds.el (universal-coding-system-argument):
11499         Use buffer-file-coding-system as default.
11500
11501 1998-04-14  Andreas Schwab  <schwab@mescaline.gnu.org>
11502
11503         * mule/korean.el ("Korean"): Doc fix.
11504
11505 1998-04-11  Kenichi Handa  <handa@etl.go.jp>
11506
11507         * mule/mule-cmds.el (describe-language-environment): Print the
11508         languge environment at the head.
11509
11510 1998-04-06  Kenichi Handa  <handa@etl.go.jp>
11511
11512         * mule/japanese.el: Set exit-function to exit-japanese-environment
11513         for Japanese environment.
11514
11515 1998-03-20  Richard Stallman  <rms@psilocin.gnu.org>
11516
11517         * mule/mule-cmds.el (set-language-environment): Doc fix.
11518         (current-language-environment): Use defcustom.
11519         (default-input-method): Specify :type.
11520
11521 1998-03-02  Kenichi Handa  <handa@etl.go.jp>
11522
11523         * mule/mule-cmds.el (set-default-coding-systems): Doc-string
11524         modified.
11525         (prefer-coding-system): Doc-string modified.
11526
11527 1998-01-21  Kenichi Handa  <handa@etl.go.jp>
11528
11529         * mule/mule-cmds.el (set-language-info): Doc-string
11530         describes `coding-priority' KEY.
11531         (set-language-environment-coding-systems): New function.
11532         (select-safe-coding-system): New function.
11533         (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
11534         (set-language-info-alist): New optionla arg PARENTS.  Call
11535         set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args.
11536         (set-language-environment-coding-systems): New function.
11537
11538         * mule/chinese.el: Remove setting up of
11539         describe-chinese-environment-map and
11540         setup-chinese-environment-map.  Exclude them in args of calls to
11541         set-language-info-alist.  Register coding-priority key in
11542         language-info-alist.
11543
11544         * mule/cyrillic.el: Remove setting up of
11545         describe-cyrillic-environment-map and
11546         setup-cyrillic-environment-map.  Exclude them in args of calls to
11547         set-language-info-alist.  Register coding-priority key in
11548         language-info-alist.
11549
11550         * mule/english.el: Register coding-priority key in
11551         language-info-alist.
11552
11553         * mule/ethiopic.el: Register coding-priority key in
11554         language-info-alist.
11555
11556         * mule/european.el: Remove setting up of
11557         describe-european-environment-map and
11558         setup-european-environment-map.  Exclude them in args of calls to
11559         set-language-info-alist.  Register coding-priority key in
11560         language-info-alist.  Add "German" language env.
11561         (setup-8-bit-environment): Delete CODING-SYSTEM arg.
11562         (setup-german-environment): New function.
11563
11564         * mule/greek.el (setup-greek-environment): For Greek lang. env.,
11565         change default input method to "greek-postfix".
11566
11567         * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register
11568         coding-priority key in
11569
11570 1997-12-19  Stephen Eglen  <stephen@cns.ed.ac.uk>
11571
11572         * mule/mule-cmds.el (set-language-info): Doc fix.
11573         (input-method-inactivate-hook): Doc fix.
11574
11575 1997-11-20  Karl Heuer  <kwzh@gnu.org>
11576
11577         * mule/mule-cmds.el (set-input-method): Renamed from
11578         select-input-method.
11579
11580 1997-11-07  Kenichi Handa  <handa@etl.go.jp>
11581
11582         * mule/mule-cmds.el (set-language-environment): Run
11583         exit-language-environment-hook before calling `exit-function'
11584         which is specified for the language environment.
11585
11586 1997-10-23  Kenichi Handa  <handa@etl.go.jp>
11587
11588         * mule/mule-cmds.el (set-default-coding-systems): Doc-string
11589         modified.
11590         (prefer-coding-system): Likewise.
11591         (describe-language-environment): Print aliases of each coding
11592         system.
11593         (set-language-environment-hook): New variable.
11594         (exit-language-environment-hook): New variable.
11595         (set-language-environment): Call these hooks.  Before setting a
11596         new language environment, exit from the
11597         current-language-environment if necessary.
11598         (input-method-verbose-flag): The value can be nil, t,
11599         complex-only, or default.
11600         (input-method-highlight-flag): Doc-string augmented.
11601         (activate-input-method): Check if we can run the registered
11602         function to activate an input method.
11603
11604         * mule/korean.el: Set exit-function for language environment
11605         "Korean" to exit-korean-environment.
11606         (setup-korean-environment): Moved to korea-util.el.
11607
11608 1997-10-21  Kenichi Handa  <handa@etl.go.jp>
11609
11610         * mule/mule-cmds.el (read-multilingual-string): Use
11611         current-input-method prior to default-input-method.  Don't bind
11612         current-input-method by `let', instead, activate the specified
11613         input method in the current buffer temporarily.
11614
11615 1997-10-19  John F. Whitehead  <jfw@cisco.com>
11616
11617         * mule/mule-cmds.el (describe-language-environment): Fix prompt.
11618
11619 1997-10-21  Kenichi Handa  <handa@etl.go.jp>
11620
11621         * mule/chinese.el (post-read-decode-hz): Return the result of
11622         decode-hz-region.
11623         (pre-write-encode-hz): Do not change the value of
11624         last-coding-system.
11625
11626 1998-09-06  Bill Richter  <richter@math.nwu.edu>
11627
11628         * mule/mule-ccl.el: Doc fixes.
11629
11630 1998-04-20  Kenichi Handa  <handa@etl.go.jp>
11631
11632         * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR.
11633         (check-ccl-program): New macro.
11634
11635 1998-01-21  Kenichi Handa  <handa@etl.go.jp>
11636
11637         * mule/mule-ccl.el: Comment about CCL syntax modified.
11638         (ccl-command-table): Add read-multibyte-character and
11639         write-multibyte-character.
11640         (ccl-code-table): Add ex-cmd.
11641         (ccl-extended-code-table): New variable.
11642         (ccl-embed-extended-command): New function.
11643         (ccl-compile-read-multibyte-character,
11644         ccl-compile-write-multibyte-character) New functions.
11645         (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
11646         ccl-dump-write-multibyte-character): New functions.
11647
11648 1999-07-22  SL Baur  <steve@miho>
11649
11650         * config.el (config-value-file): config.values is installed into
11651         doc-directory.
11652         From Karl M. Hegbloom  <karlheg@cathcart.sysc.pdx.edu>
11653
11654 1999-07-19  Didier Verna  <didier@xemacs.org>
11655
11656         * rect.el: all functions rewritten, except when noted. Below is a
11657         list of interface changes.
11658         (apply-on-rectangle): new function. Obsoletes
11659         `operate-on-rectangle'. All functions that used to call this
11660         function now call the new one.
11661         (kill-rectangle): added optional prefix arg to fill lines.
11662         (delete-rectangle): ditto.
11663         (delete-extract-rectangle): ditto.
11664         (open-rectangle): ditto.
11665         (clear-rectangle): ditto.
11666         (delete-rectangle-line): added third arg FILL.
11667         (delete-extract-rectangle-line): ditto.
11668         (open-rectangle-line): ditto.
11669         (clear-rectangle-line): ditto.
11670
11671 1999-07-18  Andy Piper  <andy@xemacs.org>
11672
11673         * menubar-items.el (default-menubar): add gutter options.
11674
11675         * gutter-items.el: new file.
11676         (gutter): new group for custom.
11677         (gutter-visible-p): new variable.
11678         (default-gutter-position): ditto.
11679         (buffers-tab): new group for the buffers tab.
11680         (gutter-buffers-tab): widget to put in the gutter.
11681         (buffers-tab-max-size): max number of tabs.
11682         (buffers-tab-switch-to-buffer-function): function to call when a
11683         tab is pressed.
11684         (buffers-tab-omit-function): filter buffers with this function.
11685         (buffers-tab-format-buffer-line-function): format buffer names for
11686         inclusion in tabs.
11687         (buffers-tab-switch-to-buffer): like switch-to-buffer but without
11688         the record.
11689         (build-buffers-tab-internal): build a list of tab items.
11690         (buffers-tab-items): ditto.
11691         (add-tab-to-gutter): put a tab in the gutter area.
11692         (update-tab-in-gutter): reset the buffers in the tab.
11693
11694         * dumped-lisp.el (preloaded-file-list): dump gutter-items.
11695
11696         * buffer.el (switch-to-buffer): run switch-to-buffer-hooks.
11697         (switch-to-buffer-hooks): new hook.
11698
11699         * toolbar.el (default-toolbar-position): fix typo.
11700
11701 1999-07-16  Andy Piper  <andy@xemacs.org>
11702
11703         * gui.el (make-dialog-frame): turn off gutters for dialogs.
11704
11705 1999-07-15  Didier Verna  <didier@xemacs.org>
11706
11707         * cus-edit.el (custom-prompt-variable): optional third arg makes
11708         prompt for a comment string.
11709         (customize-set-value): optional prefix makes this function handle
11710         variable comments.
11711         (customize-set-variable): ditto.
11712         (customize-save-variable): ditto.
11713         (customize-customized): handle custom comments.
11714         (customize-save-customized): ditto.
11715         (custom-variable-state-set): ditto.
11716         (custom-face-state-set): ditto.
11717         (customize-saved): ditto.
11718         (custom-variable-set): ditto.
11719         (custom-face-set): ditto.
11720         (custom-variable-save): ditto.
11721         (custom-face-save): ditto.
11722         (custom-variable-reset-saved): ditto.
11723         (custom-face-reset-saved): ditto.
11724         (custom-variable-reset-standard): ditto.
11725         (custom-face-reset-standard): ditto.
11726         (custom-comment-face): new face.
11727         (custom-comment-tag-face): ditto.
11728         (custom-comment): new widget.
11729         (custom-comment-create): new function.
11730         (custom-comment-delete): ditto.
11731         (custom-comment-value-set): ditto.
11732         (custom-comment-show): ditto.
11733         (custom-comment-invisible-p): ditto.
11734         (custom-variable-value-create): create a comment field widget.
11735         (custom-face-value-create): ditto.
11736         (custom-variable-menu): new entry for adding a custom comment.
11737         (custom-face-menu): ditto.
11738         (custom-save-variables): possibly save custom comments.
11739         (custom-save-faces): ditto.
11740
11741         * cus-face.el (custom-set-faces): the arguments can now have a
11742         custom comment as fourth argument.
11743
11744         * custom.el (custom-set-variables): the arguments can now have a
11745         custom comment as fifth element.
11746
11747 1999-07-13  XEmacs Build Bot <builds@cvs.xemacs.org>
11748
11749         * XEmacs 21.2.18 is released
11750
11751 1999-07-13  SL Baur  <steve@miho>
11752
11753         * lib-complete.el (read-library-name): Revert previous change.
11754         (read-library): Ditto.
11755
11756 1999-06-24  Karl M. Hegbloom  <karlheg@debian.org>
11757
11758         * packages.el (packages-package-list): Capitalize docstring.
11759
11760         * packages.el (packages-find-package-library-path): Use #'nconc
11761         rather than #'append to reduce consing -- #'mapcar uses Flist,
11762         which returns a freshly consed list.  #'append would create yet
11763         another fresh list, using Fmake_list in concat.
11764
11765         * packages.el (package-provide): Use setq with remassq like it
11766         says in its docstring.
11767
11768 1999-07-06  SL Baur  <steve@miho.m17n.org>
11769
11770         * lib-complete.el (progn-with-message): Fix typo.
11771
11772 1999-07-06  SL Baur  <steve@miho.m17n.org>
11773
11774         * mule/mule-misc.el (char-octet): Make function match docstring.
11775         From Katsumi Yamaoka <yamaoka@jpl.org>
11776
11777 1999-06-15  Karl M. Hegbloom  <karlheg@debian.org>
11778
11779         * wid-edit.el (widget-documentation): corrected spelling error.
11780
11781 1999-06-23  Jonathan Marten <jonathan.marten@uk.sun.com>
11782
11783         * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find
11784         keys if already bound
11785
11786 1999-07-06  SL Baur  <steve@miho.m17n.org>
11787
11788         * lib-complete.el (progn-with-message): Revert previous changes.
11789
11790 1999-06-24  Bob Weiner  <weiner@beopen.com>
11791
11792         * lib-complete.el (find-library):
11793         (find-library-other-window):
11794         (find-library-other-frame): Completely rewrote
11795         so that these functions actually work when called non-interactively.
11796         Also made them handle LIBRARY arguments which end with .el or .elc.
11797
11798 1999-06-24  Bob Weiner  <weiner@beopen.com>
11799
11800         * simple.el (indent-new-comment-line): Locally bound
11801         `block-comment-start' to `comstart' or else when this is called
11802         from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
11803         `block-comment-start' value, ignoring any existing spacing after a
11804         comment prefix in the previous line and producing ugly comments.
11805
11806 1999-06-23  Bob Weiner  <weiner@beopen.com>
11807
11808         * list-mode.el (mouse-choose-completion):
11809         (choose-completion):
11810         (completion-switch-to-minibuffer): Added.
11811         ([Tab]): [Tab] previously switched to the minibuffer
11812         but since [space] does that and since most applications in the
11813         world use [Tab] to select the next item in a list, do that in the
11814         *Completions* buffer too.  This will cause the least confusion
11815         among the largest population of users.  -- Bob Weiner, BeOpen.com,
11816         06/23/1999.
11817
11818 1999-06-22  Bob Weiner  <weiner@beopen.com>
11819
11820         * help.el (help-buffer-name): Added support for a null value
11821         of `help-buffer-prefix-string' since some buffers require no
11822         prefix.
11823
11824 1999-06-20  Bob Weiner  <weiner@beopen.com>
11825
11826         * list-mode.el (completion-list-mode-quit): Added and bound to {q}
11827         in the completion-list-mode-map to bury the completions buffer
11828         even when the minibuffer is no longer active.
11829
11830 1999-06-20  Bob Weiner  <weiner@beopen.com>
11831
11832         * list-mode.el (list-mode): It is visually disconcerting to have
11833         the text cursor disappear within list buffers, especially when
11834         moving from window to window, so leave it visible.
11835
11836 1999-07-01  SL Baur  <steve@miho.m17n.org>
11837
11838         * menubar-items.el (default-menubar): Conditionalize the bug
11839         report menu item (which may not be possible in this XEmacs).
11840         Reported by: Ken'ichi Handa <handa@etl.go.jp>
11841
11842 1999-06-30  SL Baur  <steve@miho.m17n.org>
11843
11844         * subr.el (with-current-buffer): DOC string fix.
11845         Suggested by Bob Weiner <weiner@altrasoft.com>
11846
11847 1999-06-25  Charles G Waldman <cgw@fnal.gov>
11848
11849         * cus-face.el (custom-face-italic): insert missing args
11850
11851 1999-06-24  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
11852
11853         * packages.el (package-locations): Changed default early package
11854         hierarchies to ~/.xemacs/mule-packages and
11855         ~/.xemacs/xemacs-packages.
11856
11857 1999-06-23  SL Baur  <steve@miho.m17n.org>
11858
11859         * mule/mule-category.el (Top Level): ASCII is also latin-1.
11860
11861 1999-06-15  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
11862
11863         * packages.el (package-locations): Changed default early package
11864         hierarchy to ~/.xemacs/packages.
11865         (package-locations): Removed `packages' as a possible name for a
11866         late package hierarchy.
11867
11868 1999-06-20  MORIOKA Tomohiko  <tomo@etl.go.jp>
11869
11870         * mule/mule-category.el (word-combining-categories): Set up new
11871         variable.
11872         (word-separating-categories): Likewise.
11873
11874 1999-06-22  XEmacs Build Bot <builds@cvs.xemacs.org>
11875
11876         * XEmacs 21.2.17 is released
11877
11878 1999-06-17  Robert Pluim  <rpluim@bigfoot.com>
11879
11880         * font-menu.el (font-menu-set-font): allow for nil specification
11881         of font size.
11882
11883 1999-06-16  MORIOKA Tomohiko  <tomo@etl.go.jp>
11884
11885         * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis'
11886         is 1.
11887
11888 1999-06-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
11889
11890         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
11891         8859-5 instead of ISO 8859-1.
11892
11893 1999-06-15  SL Baur  <steve@steve1.m17n.org>
11894
11895         * mule/vietnamese.el (viet-vscii-encode-table): Use split-char.
11896         (viet-viscii-encode-table): Ditto.
11897
11898         * mule/mule-misc.el: Delete split-char & split-char-or-char-int.
11899         Make obsolete definition of char-octet.
11900
11901 1999-06-14  SL Baur  <steve@steve1.m17n.org>
11902
11903         * subr.el: Move no-Mule make-char ...
11904         * help-nomule.el (make-char): To here.
11905         (string-width): Make Mule compatibility alias.
11906
11907 1999-06-15  Andy Piper  <andy@xemacs.org>
11908
11909         * select.el (get-selection-no-error): really make there be no-error.
11910         (get-selection): revert to original.
11911
11912 1999-06-11  Andy Piper  <andy@xemacs.org>
11913
11914         * select.el (selection-sets-clipboard): renamed.
11915         (own-selection): use it.
11916
11917 1999-06-11  XEmacs Build Bot <builds@cvs.xemacs.org>
11918
11919         * XEmacs 21.2.16 is released
11920
11921 1999-06-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
11922
11923         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
11924         missing characters to avoid crash.
11925
11926 1999-06-09  Jan Vroonhof  <vroonhof@math.ethz.ch>
11927
11928         * coding.el (set-terminal-coding-system): Only set the console
11929         coding system on the selected console if it is a tty.
11930
11931 1999-06-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
11932
11933         * cus-face.el:
11934         * cus-edit.el:
11935         * faces.el:
11936         (custom):
11937         (face-spec-set):
11938         * faces.el (frob-face-property):
11939         * font-menu.el (font-menu-set-font):
11940                   Actually apply changes from 1999-03-17
11941
11942 1999-06-10  Andy Piper  <andy@xemacs.org>
11943
11944         * select.el (get-selection): abstract out non error-signalling
11945         part.
11946         (get-selection-no-error): get-selection without signalling an
11947         error.
11948         (selection-is-clipboard-p): new variable. controls whether the
11949         selection sets the clipboard.
11950         (own-selection): use it.
11951
11952         * mouse.el (insert-selection): fallback to clipboard after trying
11953         primary selection and cutbuffer.
11954
11955 1999-06-05  Andy Piper  <andy@xemacs.org>
11956
11957         * x-select.el (xselect-kill-buffer-hook-1): use generalised
11958         selection functions.
11959
11960 1999-06-04  MORIOKA Tomohiko  <tomo@etl.go.jp>
11961
11962         * code-files.el (buffer-file-coding-system): Use `raw-text' as
11963         default value.
11964         (load): Use `raw-text' instead of `no-conversion'.
11965         (insert-file-contents): Likewise.
11966
11967         * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead
11968         of `no-conversion'.
11969
11970 1999-06-03  MORIOKA Tomohiko  <tomo@etl.go.jp>
11971
11972         * coding.el: Don't copy `no-conversion' to `raw-text'.
11973
11974 1999-06-07  Hrvoje Niksic  <hniksic@srce.hr>
11975
11976         * subr.el (make-char): Define it if Mule is not around.
11977
11978 1999-06-07  SL Baur  <steve@steve1.m17n.org>
11979
11980         * mule/mule-help.el: Add trailing newline.  Use mule keyword.
11981
11982         * x-select.el (x-disown-selection-internal): Restore symbol as an
11983         obsolete alias.
11984         (xselect-kill-buffer-hook-1): Use disown-selection-internal.
11985
11986 1999-06-04  XEmacs Build Bot <builds@cvs.xemacs.org>
11987
11988         * XEmacs 21.2.15 is released
11989
11990 1999-06-02  Oscar Figueiredo  <oscar@xemacs.org>
11991
11992         * subr.el (split-string): Avoid infinite looping
11993
11994 1999-05-30  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
11995
11996         * ldap.el (ldap-ignore-attribute-codings): New variable
11997         (ldap-default-attribute-decoder): New variable
11998         (ldap-coding-system): New variable
11999         (ldap-attribute-syntax-encoders): New variable
12000         (ldap-attribute-syntax-decoders): New variable
12001         (ldap-attribute-syntaxes-alist): New variable
12002         (ldap-encode-boolean): New function
12003         (ldap-decode-boolean): New function
12004         (ldap-encode-country-string): New function
12005         (ldap-decode-string): New function
12006         (ldap-decode-address): New function
12007         (ldap-encode-address): New function
12008         (ldap-decode-attribute): New function
12009         (ldap-search): Use some of these
12010
12011 1999-05-25  Jan Vroonhof  <jan@xemacs.org>
12012
12013         * version.el (emacs-version): Make the patch level/beta come
12014         before the XEmacs qualifier so that it gets into (funcall
12015         emacs-version) and thus in the bug reports.
12016         (emacs-version>=): Support patch levels.
12017
12018 1999-06-03  SL Baur  <steve@xemacs.org>
12019
12020         * version.el: implement x.y.z version number
12021         From Jan Vroonhof <vroonhof@math.ethz.ch>
12022
12023 1999-05-27  Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
12024
12025         * mule/mule-cmds.el (read-input-method-name): set input-method properly.
12026
12027 1999-05-22  Vin Shelton <acs@xemacs.org>
12028
12029         * startup.el: Document -private and break out non-standard X options.
12030
12031 1999-05-26  SL Baur  <steve@gneiss.etl.go.jp>
12032
12033         * mule/mule-charset.el (charset-after): New function.
12034         (charset-direction): Synch with Mule, update docstring.
12035         (get-charset-property): New function.
12036         (put-charset-property): New function.
12037         (charset-plist): New function.
12038
12039         * mule/mule-charset.el (compose-region):
12040         (decompose-region): remove;  these functions (which don't work
12041         since we don't do composite characters) have been moved to
12042         mule-util.el.
12043         (toplevel): follow coding standards
12044
12045 1999-05-26  SL Baur  <steve@gneiss.etl.go.jp>
12046
12047         * dumped-lisp.el (preloaded-file-list): mule-files.el does not
12048         exist any more.
12049
12050         * code-files.el: Fix commentary to follow coding standards.  Move
12051         the single line left in mule-files.el to here.
12052
12053         * mule/mule-files.el: delete.
12054
12055 1999-05-24  SL Baur  <steve@gneiss.etl.go.jp>
12056
12057         * info.el (Info-scroll-prev): Use event functions instead of the
12058         old emacs 19 interface.
12059
12060 1999-06-02  Andy Piper  <andy@xemacs.org>
12061
12062         * x-font-menu.el (x-font-menu-load-font):
12063         font-menu-registry-encoding -> x-font-menu-registry-encoding type.
12064
12065 1999-05-31  Andy Piper  <andy@xemacs.org>
12066
12067         * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu
12068         group.
12069         (font-menu-this-frame-only-p): ditto.
12070         (font-menu-max-items): reinstate, from Jan Vroonhof
12071         <vroonhof@math.ethz.ch>
12072         (font-menu-submenu-name-format): ditto.
12073         (font-menu-split-long-menu): ditto, for use by the family
12074         constructor.
12075         (font-menu-family-constructor): use it.
12076
12077 1999-05-30  Andy Piper  <andy@xemacs.org>
12078
12079         * msw-faces.el (mswindows-font-regexp): new font matching regexp
12080         for use by the font menu.
12081
12082         * msw-font-menu.el: new file implementing mswindows specific
12083         font-menu behaviour.
12084         (mswindows-font-menu-registry-encoding): new function mirroring x version.
12085         (mswindows-font-menu-junk-families): ditto.
12086         (hack-font-truename): ditto.
12087         (mswindows-font-regexp-ascii): ditto.
12088         (mswindows-reset-device-font-menus): ditto.
12089         (mswindows-font-menu-font-data): ditto.
12090         (mswindows-font-menu-load-font): ditto.
12091
12092         * x-font-menu.el (x-reset-device-font-menus): made device specific.
12093         (x-font-menu-font-data): ditto.
12094         (x-font-menu-load-font): ditto.
12095
12096         * font-menu.el: new file implementing generic font menu behaviour.
12097         (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and
12098         made device independent.
12099         (font-menu-this-frame-only-p): ditto.
12100         (font-menu-preferred-resolution): ditto.
12101         (font-menu-size-scaling): new variable used to determine whether
12102         sizes are in points or tenths of a point.
12103         (vassoc): moved from x-font-menu.el.
12104         (device-fonts-cache): ditto.
12105         (device-fonts-cache): ditto.
12106         (flush-device-fonts-cache): ditto.
12107         (reset-device-font-menus): copied from x-font-menu.el and made
12108         device independent. Most functionality deferred to
12109         device-dependent versions.
12110         (font-menu-family-constructor): copied from x-font-menu.el and
12111         made device independent.
12112         (font-menu-size-constructor): ditto.
12113         (font-menu-weight-constructor): ditto.
12114         (font-menu-set-font): ditto.
12115         (font-menu-change-face): ditto.
12116         (font-menu-load-font): new device method.
12117         (font-menu-font-data): ditto.
12118
12119         * x-font-menu.el: The above functions deleted.
12120
12121 1999-05-26  Andy Piper  <andy@xemacs.org>
12122
12123         * update-elc.el:
12124         * make-docfile.el:
12125         * loadup.el: rehash expand-file-name usage to not use default-directory.
12126
12127 1999-05-21  Andy Piper  <andy@xemacs.org>
12128
12129         * x-select.el (x-select-convert-to-text):
12130         (x-selected-text-type):
12131         (x-get-selection):
12132         (xselect-convert-to-string):
12133         (xselect-convert-to-compound-text):
12134         (xselect-convert-to-length):
12135         (xselect-convert-to-targets):
12136         (xselect-convert-to-delete):
12137         (xselect-convert-to-filename):
12138         (xselect-convert-to-charpos):
12139         (xselect-convert-to-lineno):
12140         (xselect-convert-to-colno):
12141         (xselect-convert-to-sourceloc):
12142         (xselect-convert-to-os):
12143         (xselect-convert-to-host):
12144         (xselect-convert-to-user):
12145         (xselect-convert-to-class):
12146         (xselect-convert-to-name):
12147         (xselect-convert-to-integer):
12148         (xselect-convert-to-atom):
12149         (xselect-convert-to-identity): functions renamed from x-* and
12150         moved to select.el.
12151         (x-get-secondary-selection): use rename get-selection.
12152         (x-get-clipboard): ditto.
12153         (x-own-selection): moved to select.el.
12154         (x-valid-simple-selection-p): ditto.
12155         (x-dehilight-selection): ditto.
12156         (x-own-clipboard): ditto.
12157         (x-disown-selection): ditto.
12158
12159         * x-mouse.el (x-yank-function): moved to mouse.el.
12160         (x-insert-selection): ditto.
12161         (x-set-point-and-move-selection): use renamed function.
12162
12163         * select.el (selected-text-type): moved and renamed from
12164         x-select.el.
12165         (selection-owner-p): moved to C.
12166         (selection-exists-p): ditto.
12167         (get-cutbuffer): new device method.
12168         (get-selection): generalised and moved from x-select.el.
12169         (own-selection): moved x-own-selection functionality into here.
12170         (dehilight-selection): renamed and moved from x-select.el.
12171         (own-clipboard): functionality moved from x-select.el using new
12172         generic C builtins.
12173         (disown-clipboard): ditto.
12174         (select-convert-to-text):
12175         (select-convert-to-string):
12176         (select-convert-to-compound-text):
12177         (select-convert-to-length):
12178         (select-convert-to-targets):
12179         (select-convert-to-delete):
12180         (select-convert-to-filename):
12181         (select-convert-to-charpos):
12182         (select-convert-to-lineno):
12183         (select-convert-to-colno):
12184         (select-convert-to-sourceloc):
12185         (select-convert-to-os):
12186         (select-convert-to-host):
12187         (select-convert-to-user):
12188         (select-convert-to-class):
12189         (select-convert-to-name):
12190         (select-convert-to-integer):
12191         (select-convert-to-atom):
12192         (select-convert-to-identity): new functions renamed from x-* and
12193         moved from x-select.el.
12194
12195         * mouse.el (mouse-consolidated-yank): subsume x-yank-function
12196         into here and use as the default window-system mouse yank.
12197         (insert-selection): generalised and moved from x-mouse.el.
12198         (own-clipboard): moved to C.
12199
12200         * msw-select.el (mswindows-selection-owned-p): deleted.
12201         (mswindows-own-selection): generalised and moved to select.el.
12202         (mswindows-disown-selection): generalised and moved to C.
12203         (mswindows-selection-owner-p): ditto.
12204
12205 1999-05-14  XEmacs Build Bot <builds@cvs.xemacs.org>
12206
12207         * XEmacs 21.2.14 is released
12208
12209 1999-05-13  SL Baur  <steve@gneiss.etl.go.jp>
12210
12211         * about.el: update contact info for jason and slb.
12212
12213 1999-05-13  SL Baur  <steve@gneiss.etl.go.jp>
12214
12215         * mule/european.el (setup-romanian-environment): Add Romanian
12216         support from Emacs/Mule romanian.el.
12217
12218 1999-03-17  Jan Vroonhof  <vroonhof@math.ethz.ch>
12219
12220         * cus-face.el: Label all custom changes with the 'custom' tag.
12221
12222         * cus-edit.el: idem ditto.
12223
12224         * faces.el: Added suport for adding device tags to various functions.
12225         (custom): New device tag.
12226         (face-spec-set): Call reset face with tags argument. No longer do
12227         x-init-global-faces hack.
12228
12229         * faces.el (frob-face-property): Use an anonymous specifier to map
12230         frob-face-property-1 over.
12231
12232         * x-font-menu.el (font-menu-set-font): Always specify all
12233         properties to custom.
12234
12235 1999-05-12  SL Baur  <steve@gneiss.etl.go.jp>
12236
12237         * mule/european.el (setup-czech-environment): Add czech support.
12238         From David Sauer <davids@orfinet.cz>
12239
12240 1999-03-15  SL Baur  <steve@xemacs.org>
12241
12242         * check-features.el: Turn hard errors into warnings.
12243
12244 1999-03-21  SL Baur  <steve@xemacs.org>
12245
12246         * simple.el (delete-key-deletes-forward): As per discussion on
12247         xemacs-beta, default to t.
12248
12249 1999-05-11  Hrvoje Niksic  <hniksic@srce.hr>
12250
12251         * loadup.el: Define Installation-string before loading anything.
12252
12253 1999-05-06  Gunnar Evermann  <ge204@eng.cam.ac.uk>
12254
12255         * files.el (auto-mode-alist): fix typo in regex for .bash_* files
12256         From Anders Stenman <stenman@isy.liu.se>
12257
12258 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
12259
12260         * wid-edit.el (widget-glyph-find): Ditto.
12261
12262         * packages.el (locate-library): Ditto.
12263
12264         * loadup.el (really-early-error-handler): Ditto.
12265
12266         * lib-complete.el (read-library): Ditto.
12267
12268         * faces.el (set-face-stipple): Ditto.
12269
12270         * code-files.el (load): Use new calling style of locate-file.
12271
12272 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
12273
12274         * packages.el (packages-unbytecompiled-lisp): Installation.el is
12275         dead.
12276
12277 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
12278
12279         * dumped-lisp.el (preloaded-file-list): Don't load
12280         Installation.el.
12281
12282         * loadup.el (Installation-string): Define it here.
12283
12284 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
12285
12286         * dumped-lisp.el (preloaded-file-list): Revert previous change --
12287         Installation.el needs to be loaded before `dump-paths', otherwise
12288         the dumping process won't find it.
12289
12290 1999-03-13  Adrian Aichner  <adrian@xemacs.org>
12291
12292         * dumped-lisp.el (preloaded-file-list): Load Installation.el after
12293         subr so that we can use `replace-in-string' in Installation.el to
12294         get rid of C-m chars under the native Windows build.
12295
12296 1999-04-29  Andy Piper  <andy@xemacs.org>
12297
12298         * make-docfile.el: canonicalize file and directory names.
12299
12300         * device.el (call-device-method): new function for calling device
12301         specific methods.
12302         (define-device-method): new function for defining device methods.
12303         (define-device-method*): ditto.
12304
12305 1999-04-27  Hrvoje Niksic  <hniksic@srce.hr>
12306
12307         * subr.el (buffer-string): Support new FSFmacs 20.4 stuff.
12308
12309 1999-04-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
12310
12311         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable.
12312         (cyrillic-koi8-r-encode-table): Likewise.
12313         (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'.
12314         (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'.
12315
12316         * mule/mule-misc.el (split-char-or-char-int): New function [moved
12317         from vietnamese.el].
12318
12319         * mule/vietnamese.el: Move function `split-char-or-char-int' to
12320         mule/mule-misc.el.
12321
12322 1999-04-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
12323
12324         * mule/thai-xtis.el:
12325         - Change font registry name from "Thai94x94-0" to "xtis-0".
12326         - Change mnemonic of coding-system `tis-620' to "TIS620".
12327
12328 1999-04-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
12329
12330         * mule/ethiopic.el: fixed.
12331
12332 1999-03-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
12333
12334         * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese.
12335
12336         * mule/thai-xtis.el: New file.
12337
12338         * mule/vietnamese.el: New file.
12339
12340         * mule/ethiopic.el: New file.
12341
12342 1999-04-22  Hrvoje Niksic  <hniksic@srce.hr>
12343
12344         * bytecomp.el (byte-compile-close-variables): Leave
12345         debug-issue-ebola-notices alone.
12346
12347 1999-04-11  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
12348
12349         * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear
12350         at the top of the buffer since it is the most important thing to
12351         customize
12352         (ldap-get-host-parameter): New defun
12353         (ldap-search): Add a new parameter `withdn' to retrieve the
12354         distinguished names of entries
12355
12356 1999-04-22  Kai Haberzettl  <khaberz@synnet.de>
12357
12358         * startup.el (splash-frame-body): Date and spelling fixes.
12359
12360 1999-03-16  Colin Rafferty  <colin@xemacs.org>
12361
12362         * view-less.el (toggle-truncate-lines): add autoload tag
12363
12364 1999-04-19  Hrvoje Niksic  <hniksic@srce.hr>
12365
12366         * format.el (format-alist): Disable image stuff.
12367
12368 1999-04-17  Hrvoje Niksic  <hniksic@srce.hr>
12369
12370         * wid-edit.el (widget-glyph-find): Search by directories, then by
12371         suffixes rather than the other way around.
12372         (widget-image-conversion): Renamed to
12373         `widget-image-file-name-suffixes'.
12374
12375 1999-04-16  Olivier Galibert  <galibert@pobox.com>
12376
12377         * mule/mule-charset.el: Made old functions obsolete, remove the
12378         unspeakably evil (and inexistant in fsf's) charset-leading-byte.
12379         (charset-iso-graphic-plane): Rename from charset-graphic.
12380         (charset-iso-final-char): Rename from charset-final.
12381         (charset-width): Rename from charset-columns.
12382         (charset-bytes): Added from fsf compatibility, returns always 1.
12383
12384         * mule/mule-misc.el: Move charset-doc-string alias to
12385         mule-charset.el
12386
12387 1999-04-14  Colin Rafferty  <colin@xemacs.org>
12388
12389         * x-faces.el (x-make-font-bold-italic): honor
12390         *try-oblique-before-italic-fonts*
12391
12392 1999-04-14  Hrvoje Niksic  <hniksic@srce.hr>
12393
12394         * cl-extra.el (coerce): Coerce numbers to characters correctly.
12395
12396 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
12397
12398         * x-faces.el (try-oblique-before-italic-fonts): Use the right
12399         name.
12400
12401 1999-04-14  Dave Gillesipe  <daveg@synaptics.com>
12402
12403         * cl-extra.el (equalp): Would bug out for lists.
12404
12405 1999-03-12  Charles G Waldman  <cgw@fnal.gov>
12406
12407         * about.el (about-hackers):  Change cgw's email address
12408
12409 1999-03-12  XEmacs Build Bot <builds@cvs.xemacs.org>
12410
12411         * XEmacs 21.2.13 is released
12412
12413 1999-03-12  SL Baur  <steve@xemacs.org>
12414
12415         * simple.el (delete-key-deletes-forward): Revert to previous
12416         behavior.
12417
12418 1999-01-18  Didier Verna  <didier@xemacs.org>
12419
12420         * menubar-items.el (xemacs-splash-buffer): handle the case of
12421         multiple elements in the splash buffer body.
12422
12423         * startup.el (splash-frame-timeout): new constant: interval
12424         between splash buffer elements.
12425         (command-line-1): handle splash buffer with multiple elements (use
12426         a timeout).
12427         (splash-frame-body): Originally `startup-splash-frame-body'.
12428         Rewrote a cleaner and more readable version. This can now be array,
12429         in which case each element is displayed in turn in the splash buffer.
12430         (splash-frame-static-body): new constant. Persistent information
12431         across all splash buffer elements (preserves the possibility to give
12432         it in different languages.
12433         (circulate-splash-frame-elements): new function. Used as a timeout
12434         to circulate through all splash frame elements and display them in
12435         sequence.
12436         (display-splash-frame): originally `startup-splash-frame'. Handle
12437         the case of multiple elements in the splash buffer body. Now
12438         returns a timeout id if multiple elements to display, or nil.
12439
12440 1999-02-19  Jan Vroonhof  <vroonhof@math.ethz.ch>
12441
12442         * x-faces.el (x-init-global-faces): Add default tag to specifiers,
12443         so they can be overridden by x-init-face-from-resources.
12444         Additionally specify the font name also with an x tag.
12445
12446 1999-03-08  Andy Piper  <andy@xemacs.org>
12447
12448         * package-get.el (package-get-base): autoload.
12449
12450         * menubar-items.el (default-menubar): add update menu item. Fix
12451         custom menu to only be activated when package-base is available.
12452
12453         * package-get.el (package-get-custom): don't load
12454         package-get-custom as it is auto-generated. Fix group definition.
12455
12456 1999-03-05  Didier Verna  <didier@xemacs.org>
12457
12458         * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
12459         instead of `symbol-name' (Thanks Kyle).
12460
12461         * cus-edit.el (custom-save-variables): use `prin1' instead of
12462         princ to write symbols.
12463
12464 1999-03-05  XEmacs Build Bot <builds@cvs.xemacs.org>
12465
12466         * XEmacs 21.2.12 is released
12467
12468 1999-03-05  SL Baur  <steve@xemacs.org>
12469
12470         * menubar-items.el (default-menubar): Add kfm browsing support.
12471         From Neal Becker <nbecker@fred.net>
12472
12473 1999-03-03  Steven Baur  <steve@gneiss.etl.go.jp>
12474
12475         * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
12476         calls to font-lock during buffer reversion.
12477
12478 1999-02-12  Didier Verna  <didier@xemacs.org>
12479
12480         * info.el (Info-build-node-completions): unconditionally widen the
12481         tag table buffer.
12482
12483 1999-02-19  Paul Stodghill  <stodghil@cs.cornell.edu>
12484
12485         * x-faces.el (x-init-face-from-resources):
12486         Only set fonts in the 'x locale.
12487
12488 1999-03-04  Adrian Aichner  <adrian@xemacs.org>
12489
12490         * package-ui.el (pui-install-selected-packages): Don't throw on
12491         `package-admin-delete-binary-package' returning nil since it's
12492         normal.  Reindent function.
12493         (pui-add-required-packages): Handle case where packages selected
12494         for installation have never been installed.
12495
12496 1999-03-03  Martin Buchholz  <martin@xemacs.org>
12497
12498         * menubar-items.el (default-menubar):
12499         Implement the ``Mule->Set coding system of process'' menu item.
12500
12501 1999-02-18  Martin Buchholz  <martin@xemacs.org>
12502
12503         * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp
12504         files
12505         - Change some `if's to `when's
12506
12507 1999-03-01  XEmacs Build Bot <builds@cvs.xemacs.org>
12508
12509         * XEmacs 21.2.11 is released
12510
12511 1999-02-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
12512
12513         * userlock.el (ask-user-about-supersession-threat-dbox): Guard
12514         against window close (Fix Bug #460).
12515         (ask-user-about-lock-dbox): Idem.
12516
12517 1999-02-25  SL Baur  <steve@xemacs.org>
12518
12519         * mule/mule-charset.el (charset-leading-byte): New function.
12520         From Kazuyuki IENAGA <ienaga@jsys.co.jp>
12521
12522 1999-02-12  Andy Piper  <andy@xemacs.org>
12523
12524         * about.el (xemacs-hackers): change andy's email address.
12525         (about-url-alist): change andy's web page address.
12526         (about-xemacs): add piper.
12527
12528 1999-02-16  SL Baur  <steve@xemacs.org>
12529
12530         * dumped-lisp.el (preloaded-file-list): Core mule files moved out
12531         of mule-base into lisp/mule.
12532
12533 1999-02-16  SL Baur  <steve@xemacs.org>
12534
12535         * mule/arabic.el:
12536         mule/canna-leim.el:
12537         mule/chinese.el:
12538         mule/cyrillic.el:
12539         mule/english.el:
12540         mule/european.el:
12541         mule/greek.el:
12542         mule/hebrew.el:
12543         mule/japanese.el:
12544         mule/kinsoku.el:
12545         mule/korean.el:
12546         mule/misc-lang.el:
12547         mule/mule-category.el:
12548         mule/mule-ccl.el:
12549         mule/mule-charset.el:
12550         mule/mule-cmds.el:
12551         mule/mule-coding.el:
12552         mule/mule-files.el:
12553         mule/mule-help.el:
12554         mule/mule-init.el:
12555         mule/mule-misc.el:
12556         mule/mule-tty-init.el:
12557         mule/mule-x-init.el:
12558         mule/viet-chars.el:  Remerge from mule-base.
12559
12560         * dumped-lisp.el (preloaded-file-list): Core mule files moved out
12561         of mule-base into lisp/mule.
12562
12563 1999-02-10  Adrian Aichner  <adrian@xemacs.org>
12564
12565         * process.el (exec-to-string): Use `shell-command-switch' in place
12566         of hard-wired "-c" (for WindowsNT).
12567
12568 1999-02-08  Charles G Waldman  <cgw@pgt.com>
12569
12570         * menubar-items.el (default-menubar):  Remove obsolete
12571         "Gopher" item
12572
12573 1999-02-06  Jan Vroonhof  <vroonhof@math.ethz.ch>
12574
12575         * package-admin.el (package-admin-get-install-dir): First fall
12576         back to the location of xemacs-base for non-mule packages.
12577
12578 1999-02-15  Martin Buchholz  <martin@xemacs.org>
12579
12580         * paths.el:
12581         - improved automounter tmp directory support.
12582         - support 4 (!) empirically discovered automounter conventions
12583
12584 1999-02-12  SL Baur  <steve@xemacs.org>
12585
12586         * etags.el (pop-tag-mark): autoload to match key binding.
12587
12588 1999-02-05  XEmacs Build Bot <builds@cvs.xemacs.org>
12589
12590         * XEmacs 21.2.10 is released
12591
12592 1999-02-02  Jan Vroonhof  <vroonhof@math.ethz.ch>
12593
12594         * package-get.el (package-get-remote-filename): Don't bug out for
12595         a local file name in the search entry.
12596
12597 1999-02-02  XEmacs Build Bot <builds@cvs.xemacs.org>
12598
12599         * XEmacs 21.2.9 is released
12600
12601 1999-01-19  Didier Verna  <didier@xemacs.org>
12602
12603         * replace.el (replace-search-function): new variable containing a
12604         function to perform a search-forward.
12605         (replace-re-search-function): new variable containing a function
12606         to perform a re-search-forward.
12607         (perform-replace): use them.
12608
12609 1999-01-25  Didier Verna  <didier@xemacs.org>
12610
12611         * select.el (selection-owner-p): use the name `XEmacs'.
12612         (cut-copy-clear-internal): ditto.
12613
12614 1999-01-18  Andy Piper  <andy@xemacs.org>
12615
12616         * about.el (about-url-alist): Update my entry.
12617         (xemacs-hackers): Ditto.
12618
12619 1999-01-14  Adrian Aichner  <adrian@xemacs.org>
12620
12621         * buffer.el (switch-to-buffer): Fixing documentation.
12622         * minibuf.el (minibuffer-completion-table): ditto.
12623         * cl-macs.el (return-from): ditto.
12624
12625 1999-01-04  Didier Verna  <didier@xemacs.org>
12626
12627         * replace.el (delete-non-matching-lines): temporarily disable
12628         case-folding when called interactively with a regexp containing
12629         uppercase characters.
12630         (delete-matching-lines): ditto.
12631         (count-matches): ditto.
12632         (list-matching-lines): ditto.
12633
12634 1999-01-07  Colin Rafferty  <colin@xemacs.org>
12635
12636         * window.el (shrink-window-if-larger-than-buffer): Clean up.  Only
12637         abort if current window is split horizontally, not if others are
12638         split.  Got rid of unnecessary minibuffer checking.  Also, add
12639         some comments (it's still complex).
12640
12641 1999-01-12  Robert Pluim  <rpluim@BayNetworks.com>
12642
12643         * package-get.el: changed address for doc.ic.ac.uk to
12644         sunsite.doc.ic.ac.uk
12645
12646 1999-01-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
12647
12648         * ldap.el (toplevel): Remove requires so that the file compiles
12649         with a non LDAP-enabled XEmacs binary.  Provide `ldap'.
12650
12651 1999-01-10  J. Kean Johnston  <jkj@sco.com>
12652
12653         * dump-paths.el: Calculate module-directory and set
12654         module-load-path to the load path for modules.
12655
12656         * loadup.el: Get bootstrap value of module-load-path from the
12657         environment variable EMACSBOOTSTRAPMODULEPATH.
12658         - Display the module load path if we're debugging paths.
12659
12660         * setup-paths.el: Added function paths-find-site-module-directory.
12661         - Added function paths-find-module-directory.
12662         - Added function paths-construct-module-load-path.  Uses new
12663         environment variable EMACSMODULEPATH.
12664
12665 1998-12-30  Martin Buchholz  <martin@xemacs.org>
12666
12667         * font.el (font-default-object-for-device):
12668         Oops! This `or' can't be replaced by `unless'.
12669         Fixed inability to run w3, among other things.
12670
12671 1998-12-17  Charles G. Waldman <cgw@pgt.com>
12672
12673         * package-admin.el: Change initialization of
12674           package-admin-install-function dependent on system type.
12675           Change package-admin-install-function-mswindows to use
12676           "minitar".
12677
12678 1998-12-23  Hrvoje Niksic  <hniksic@srce.hr>
12679
12680         * mouse.el (default-mouse-motion-handler): Disable help echo while
12681         in the minibuffer.
12682
12683 1998-12-28  Martin Buchholz <martin@xemacs.org>
12684
12685         * XEmacs 21.2.8 is released.
12686
12687 1998-12-24  Martin Buchholz <martin@xemacs.org>
12688
12689         * XEmacs 21.2.7 is released.
12690
12691 1998-12-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
12692
12693         * package-ui.el (pui-list-packages): Set truncate-lines.
12694
12695         * package-get.el (package-get-download-menu): Use
12696         `package-ui-add-site'. Add a a toggle to indicate it is in the list.
12697
12698         * package-ui.el (pui-help): Ditch in favor of `describe-mode'
12699         (pui-help-string): idem.
12700         (list-packages-mode): New major mode.
12701         (pui-list-packages): Use 'list-packages-mode' in the package buffer.
12702         (pui-install-selected-packages): Add suport for removing packages.
12703         (pui-toggle-package-delete-key): New function.
12704         (pui-popup-context-sensitive): New kludge.
12705         (pui-list-packages): Add warning when `package-get-remote' is nil.
12706         (package-ui-add-site): New function.
12707
12708 1998-12-01  Didier Verna  <didier@xemacs.org>
12709
12710         * hyper-apropos.el (hyper-where-is): added the missing autoload.
12711
12712 1998-11-29  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
12713
12714         * ldap.el: Custom-ized
12715         (toplevel): Do not provide `ldap' which is provided by C level
12716         LDAP code
12717         (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje
12718
12719 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
12720
12721         * isearch-mode.el (isearch-mode): Really fix keymap lossage.
12722
12723 1998-12-17  Andy Piper  <andy@xemacs.org>
12724
12725         * sound.el (sound-load-list): name changed from sound-load-alist.
12726         (sound-extension-list): name changed from sound-ext-list.
12727         (load-default-sounds): use new names.
12728         (load-sound-file): use new names.
12729
12730 1998-12-16  Andy Piper  <andy@xemacs.org>
12731
12732         * XEmacs 21.2.6 is released
12733
12734 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
12735
12736         * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
12737         errors.
12738
12739 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
12740
12741         * wid-edit.el (widget-echo-this-extent): Set
12742         help-echo-owns-message to t.
12743
12744 1998-11-30  Greg Klanderman  <greg@alphatech.com>
12745
12746         * package-get.el (package-get-download-menu): use toggles for
12747           each site in the download site menu.
12748
12749 1998-12-01  Jan Vroonhof <vroonhof@math.ethz.ch>
12750
12751         * package-get.el (package-get): If we cannot find a package
12752           because package-get-remote is not set, give a more helpful
12753           error message.
12754
12755 1998-11-30  Greg Klanderman  <greg@alphatech.com>
12756
12757         * package-get.el (package-get-remote-filename): use an EFS path
12758         with user anonymous if no user is specified.
12759
12760 1998-12-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
12761
12762         * faces.el (face-spec-set): Re-init fallfacks for default after
12763         calling reset-face on the default face.
12764
12765 1998-12-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
12766
12767         * package-admin.el (package-admin-default-install-function):
12768         Behave as advertised.  Make sure the pkg-dir is proper for
12769         default-directory.
12770         (package-admin-add-binary-package): Make sure the pkg-dir is
12771         proper for default-directory.
12772         (package-admin-install-function-mswindows): Make sure the pkg-dir
12773         is proper for default-directory.
12774
12775 1998-12-05  XEmacs Build Bot <builds@cvs.xemacs.org>
12776
12777         * XEmacs 21.2.5 is released
12778
12779 1998-12-05  SL Baur  <steve@altair.xemacs.org>
12780
12781         * files.el (binary-file-regexps): regexp-opt is not available at
12782         bytecompile time.
12783
12784 1998-11-30  Martin Buchholz  <martin@xemacs.org>
12785
12786         * x-win-xfree86.el:
12787         * x-win-sun.el (x-win-init-sun):
12788         * x-win-sun.el:
12789         * x-mouse.el (mouse-track-and-copy-to-cutbuffer):
12790         * x-iso8859-1.el:
12791         * x-init.el (init-post-x-win):
12792         * x-init.el (init-pre-x-win):
12793         * x-init.el (x-initialize-compose):
12794         * x-init.el:
12795         * x-compose.el:
12796         * winnt.el:
12797         * widget.el:
12798         * wid-edit.el (widget-glyph-click):
12799         * wid-edit.el (widget-glyph-find):
12800         * wid-edit.el (widget-type):
12801         * view-less.el (view-buffer-other-window):
12802         * very-early-lisp.el:
12803         * version.el:
12804         * toolbar.el:
12805         * toolbar-items.el:
12806         * term/sun.el (suntool-map):
12807         * term/sun-mouse.el:
12808         * term/internal.el:
12809         * syntax.el (modify-syntax-entry):
12810         * symbol-syntax.el:
12811         * subr.el:
12812         * startup.el (lock-directory):
12813         * simple.el (set-comment-column):
12814         * simple.el (backward-delete-char-untabify):
12815         * shadow.el (find-emacs-lisp-shadows):
12816         * shadow.el:
12817         * setup-paths.el (paths-construct-info-path):
12818         * select.el (cut-copy-clear-internal):
12819         * process.el (call-process-region):
12820         * process.el (start-process-shell-command):
12821         * process.el:
12822         * paths.el (rmail-spool-directory):
12823         * paragraphs.el (use-hard-newlines):
12824         * package-get.el (package-get-dependencies):
12825         * package-admin.el (package-admin-delete-binary-package):
12826         * obsolete.el (truncate-string):
12827         * obsolete.el (store-substring):
12828         * mouse.el (default-mouse-track-maybe-own-selection):
12829         * mouse.el (mouse-yank-at-point):
12830         * modeline.el:
12831         * modeline.el (mouse-drag-modeline):
12832         * minibuf.el (read-directory-name-internal):
12833         * minibuf.el (read-file-name-internal):
12834         * minibuf.el (read-file-name-internal-1):
12835         * minibuf.el (read-file-name-2):
12836         * minibuf.el (exact-minibuffer-completion-p):
12837         * minibuf.el (read-from-minibuffer):
12838         * minibuf.el:
12839         * menubar.el (check-menu-syntax):
12840         * map-ynp.el (map-y-or-n-p):
12841         * make-docfile.el (docfile-out-of-date):
12842         * loadup.el ((member "run-temacs" command-line-args)):
12843         * loadup.el ((member "no-site-file" command-line-args)):
12844         * loadup.el (really-early-error-handler):
12845         * loadup.el:
12846         * loadhist.el:
12847         * loaddefs.el:
12848         * lisp-mnt.el (lm-verify):
12849         * lib-complete.el (lib-complete:cache-completions):
12850         * lib-complete.el (library-all-completions):
12851         * itimer.el (itimer-run-expired-timers):
12852         * info.el (Info-mode):
12853         * info.el (Info-insert-file-contents):
12854         * info.el (Info-rebuild-dir):
12855         * info.el (Info-build-dir-anew):
12856         * info.el (Info-parse-dir-entries):
12857         * info.el (Info-dir-outdated-p):
12858         * info.el (Info-insert-dir):
12859         * info.el (info-xref):
12860         * info.el:
12861         * hyper-apropos.el (hyper-apropos-get-doc):
12862         * hyper-apropos.el (hyper-describe-face):
12863         * hyper-apropos.el (hyper-apropos-mode):
12864         * hyper-apropos.el:
12865         * help.el (list-processes):
12866         * help.el:
12867         * gnuserv.el:
12868         * font.el (mswindows-font-create-name):
12869         * font.el (font-default-font-for-device):
12870         * font.el (x-font-create-object):
12871         * font.el (font-registry):
12872         * font.el:
12873         * font-lock.el (font-lock-keywords):
12874         * font-lock.el:
12875         * finder.el (finder-compile-keywords):
12876         * find-paths.el (paths-find-recursive-path):
12877         * fill.el (set-justification-center):
12878         * fill.el (fill-region-as-paragraph):
12879         * files.el (insert-directory):
12880         * files.el (wildcard-to-regexp):
12881         * files.el (recover-file):
12882         * files.el (basic-save-buffer):
12883         * files.el (delete-auto-save-file-if-necessary):
12884         * files.el (file-relative-name):
12885         * files.el (backup-extract-version):
12886         * files.el (backup-buffer):
12887         * files.el (set-visited-file-name):
12888         * files.el (set-auto-mode):
12889         * files.el (interpreter-mode-alist):
12890         * files.el:
12891         * files.el (find-file-noselect):
12892         * files.el (abbreviate-file-name):
12893         * files.el (parse-colon-path):
12894         * files.el (directory-abbrev-alist):
12895         * etags.el (visit-tags-table-buffer):
12896         * easymenu.el (easy-menu-define):
12897         * dragdrop.el (experimental-dragdrop-drag):
12898         * dragdrop.el (dragdrop-drop-do-functions):
12899         * dragdrop.el (dragdrop-drop-at-point):
12900         * disass.el (disassemble-1):
12901         * disass.el (disassemble-internal):
12902         * disass.el (disassemble):
12903         * disass.el:
12904         * derived.el (derived-mode-init-mode-variables):
12905         * derived.el (define-derived-mode):
12906         * custom.el (defgroup):
12907         * cus-edit.el (custom-quote):
12908         * config.el:
12909         * code-process.el (open-network-stream):
12910         * code-process.el (start-process):
12911         * code-process.el (call-process-region):
12912         * code-process.el (call-process):
12913         * code-process.el:
12914         * code-files.el (insert-file-contents):
12915         * code-files.el:
12916         * code-files.el (buffer-file-coding-system-for-read):
12917         * cmdloop.el (yes-or-no-p-minibuf):
12918         * cl.el:
12919         * cl-macs.el:
12920         * cl-extra.el:
12921         * callers-of-rpt.el (make-caller-report):
12922         * callers-of-rpt.el:
12923         * bytecomp.el (batch-byte-recompile-directory):
12924         * bytecomp.el (batch-byte-compile-1):
12925         * bytecomp.el (batch-byte-compile):
12926         * bytecomp.el (display-call-tree):
12927         * bytecomp.el (byte-compile-insert):
12928         * bytecomp.el (byte-compile-two-args-19->20):
12929         * bytecomp.el (byte-compile-variable-ref):
12930         * bytecomp.el (byte-compile-form):
12931         * bytecomp.el (byte-compile-top-level-body):
12932         * bytecomp.el (byte-compile-out-toplevel):
12933         * bytecomp.el (byte-compile-byte-code-maker):
12934         * bytecomp.el (byte-compile-file-form-defmumble):
12935         * bytecomp.el (byte-compile-file-form):
12936         * bytecomp.el (byte-compile-keep-pending):
12937         * bytecomp.el (byte-compile-insert-header):
12938         * bytecomp.el (byte-compile-from-buffer):
12939         * bytecomp.el (byte-compile-file):
12940         * bytecomp.el (byte-recompile-file):
12941         * bytecomp.el (byte-compile-close-variables):
12942         * bytecomp.el (byte-compile-warn-about-unused-variables):
12943         * bytecomp.el (byte-compile-warn-about-unresolved-functions):
12944         * bytecomp.el (byte-compiler-legal-options):
12945         * bytecomp.el (byte-compile-lapcode):
12946         * bytecomp.el (byte-optimize-log):
12947         * bytecomp.el ((fboundp 'defsubst)):
12948         * bytecomp.el:
12949         * bytecomp-runtime.el:
12950         * byte-optimize.el (byte-optimize-apply):
12951         * byte-optimize.el (car):
12952         * byte-optimize.el (byte-optimize-form):
12953         * byte-optimize.el (byte-optimize-form-code-walker):
12954         * byte-optimize.el:
12955         * build-report.el (build-report-insert-installation-file):
12956         * build-report.el (build-report):
12957         * auto-show.el:
12958         * apropos.el (apropos-documentation):
12959         - mega patch
12960         - clean up byte-compile warnings
12961         - remove unused variables
12962         - Use common lisp style hashtable functions
12963         - byte compiler cleanup
12964         - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...))
12965         - remove old backquote syntax usage
12966         - move some cl functionality into C for speed.
12967         - remove last remaining VMS support
12968         - spelling fixes
12969         - implement last, butlast, nbutlast, copy-list in C.
12970         - new macro ignore-file-errors, similar to ignore-errors
12971           (ignore-file-errors (delete-file "foo"))
12972         - get frequent garbage collection during loadup.el by tweaking
12973           gc-cons-threshold, rather than explicitly calling garbage-collect
12974         - default delete-key-deletes-forward to `t'.
12975
12976 1998-11-28  SL Baur  <steve@altair.xemacs.org>
12977
12978         * XEmacs 21.2-beta4 is released.
12979
12980 1998-11-27  Jan Vroonhof  <vroonhof@math.ethz.ch>
12981
12982         * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
12983         (easy-menu-item-present-p): Wrapper around find-menu-item.
12984         (easy-menu-remove-item): Wrapper around delete-menu-item.
12985
12986         * menubar.el (delete-menu-item): Add 'from-menu' argument.
12987         (add-menu-button): Add 'in-menu' argument.
12988         (add-menu-item-1): Add in-menu support to helper function.
12989
12990 1998-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * isearch-mode.el (isearch-mode): Fix keymap lossage.
12993
12994 1998-11-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
12995
12996         * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
12997         of Dec 4, 1997.
12998
12999 1998-11-25  Hrvoje Niksic  <hniksic@srce.hr>
13000
13001         * process.el (shell-command-on-region): Report if the command
13002         succeeded or failed.
13003
13004 1998-11-24  Hrvoje Niksic  <hniksic@srce.hr>
13005
13006         * subr.el (buffer-substring-no-properties): Comment out.
13007
13008 1998-11-07  Adrian Aichner  <adrian@xemacs.org>
13009
13010         * msw-faces.el (mswindows-find-smaller-font): Turning font names
13011           into font instances first, like `x-frob-font-size' does.
13012           (mswindows-find-larger-font): ditto
13013
13014 1998-11-04  Greg Klanderman  <greg@alphatech.com>
13015
13016         * package-ui.el (pui-install-selected-packages): fix args in call
13017         to `package-get'.
13018
13019 1998-10-29  Jan Vroonhof  <vroonhof@math.ethz.ch>
13020
13021         * package-get.el (host-name): New widget type.
13022         (package-get-remote): Better customization using new type.
13023         (package-get-download-sites): idem dito.
13024
13025         (package-get-custom): Do not use package-get-all untill we have
13026         runtime dependencies.
13027
13028         (package-get-remove-copy): Default to 't' we no longer need this
13029         kludge as we do not currently use depenencies.
13030
13031         (package-get-was-current): New variable.
13032         (package-get-require-base): New 'force-current' argument.
13033         (package-get-update-base): idem
13034         (package-get-package-provider):  idem
13035         (package-get-locate-index-file): New 'no-remote' argument.
13036         (package-get-locate-file): idem.
13037
13038         (package-get-maybe-save-index): New function.
13039         (package-get-update-base): Use it.
13040
13041 1998-10-28 Greg Klanderman <greg@alphatech.com>
13042
13043         * package-get.el (package-get-remote): default to nil; by default,
13044         don't go out to the net via EFS.  They must select a download site.
13045         (package-get-download-sites): new variable.
13046         (package-get-download-menu): new function.
13047         (package-get-locate-index-file): new function.
13048         (package-get-update-base): use it.
13049
13050         * menubar-items.el (default-menubar): add "Update Package Index"
13051         and "Add Download Site" menus under Options | Manage Packages.
13052
13053 1998-10-19  Greg Klanderman  <greg@alphatech.com>
13054
13055         * package-get.el (package-get): bugfix code checking installed version
13056         for case where package is not currently installed.
13057         (package-get-require-signed-base-updates): new variable.
13058         (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
13059         deemed not a goot thing.  Use the variable
13060         package-get-allow-unsigned-base-updates instead.
13061
13062 1998-10-16 Greg Klanderman <greg@alphatech.com>
13063
13064         * package-get.el (package-get): Don't install an older version than
13065         we already have unless explicitly told to.  Issue a warning.
13066
13067         * package-ui.el (pui-add-required-packages): when adding
13068         dependencies, don't add packages that are up to date.
13069         (pui-package-symbol-char):  Don't consider a package out of date
13070         if you have a newer version installed than the latest version in
13071         package-get-base.
13072
13073         * package-get.el (package-get-base-filename): document that it may
13074         be a path relative to package-get-remote;  new default value.
13075         (package-get-locate-file): new function.
13076         (package-get-update-base): use it to expand package-get-base-filename.
13077         (package-get-save-base): new function to save the package-get database
13078         to file.
13079         (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
13080         (package-get-update-base): pass the REMOTE-SOURCE arg.
13081         (package-get-update-base-entry): call package-get-custom-add-entry.
13082         (package-get-file-installed-p): removed; no longer needed.
13083         (package-get-create-custom): ditto.
13084         (toplevel): remove code to build and load package-get-custom.el
13085         (package-get-custom-add-entry): new function.
13086
13087 1998-10-12  Hrvoje Niksic  <hniksic@srce.hr>
13088
13089         * wid-edit.el (widget-button-click): Don't switch window.
13090
13091 1998-10-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
13092
13093         * cus-face.el (custom-set-face-update-spec): Add autoload cookie
13094
13095 1998-10-20  Malcolm Box  <malcolm@brownale.demon.co.uk>
13096
13097         * etags.el (find-tag-default): Run find-tag-hook using
13098         run-hooks rather than funcall
13099
13100 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
13101
13102         * isearch-mode.el (isearch-mode): Set the current minor mode maps
13103         and the current local map as the parents to isearch-mode-map.
13104
13105 1998-10-15  SL Baur  <steve@altair.xemacs.org>
13106
13107         * XEmacs 21.2-beta3 is released.
13108
13109 1998-10-15  Greg Klanderman  <greg@alphatech.com>
13110
13111         * package-get.el (package-get-update-base): use
13112         insert-file-contents-internal, not insert-file-contents-literally.
13113
13114 1998-10-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
13115
13116         * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
13117         dump time.
13118
13119 1998-10-15  Greg Klanderman  <greg@alphatech.com>
13120
13121         * package-get.el (package-get-update-base-entry): new function.
13122         (package-get-update-base): renamed; was `package-get-load-base'.
13123         cleanup, and use package-get-update-base-from-buffer.
13124         (package-get-update-base-from-buffer): new function.
13125         (package-get-update-base-entries): new; helper for above.
13126         Do not eval lisp grabbed over ftp; parse it from new format.
13127
13128 1998-10-15  Greg Klanderman  <greg@alphatech.com>
13129
13130         * files.el (set-auto-mode): Don't play games loading package-get
13131         database; package-get-package-provider will handle it all.
13132
13133 1998-10-14  Greg Klanderman  <greg@alphatech.com>
13134
13135         * package-get.el (package-get-base-filename): new variable.
13136         (package-get-require-base): new function.
13137         (package-get-pgp-signed-begin-line): new variable.
13138         (package-get-pgp-signature-begin-line): ditto.
13139         (package-get-pgp-signature-end-line):  ditto.
13140         (package-get-load-base): new function.
13141         (package-get-interactive-package-query):
13142         (package-get-update-all):
13143         (package-get-dependencies):
13144         (package-get-package-provider):
13145         (package-get-custom): use package-get-require-base.
13146         [package-get-custom loading]: disable for now.
13147
13148         * package-ui.el (pui-list-packages): use (package-get-require-base)
13149
13150 1998-10-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
13151
13152         * package-ui.el: Correct obvious thinko in choosing extent face.
13153
13154 1998-10-12  Jan Vroonhof  <vroonhof@math.ethz.ch>
13155
13156         * menubar-items.el (default-menubar): pui-list-package has nothing
13157         to with Customize. Move all the package stuff to a new Item in Options.
13158
13159         * package-ui.el (pui-menu): Add menu and Popup menu.
13160
13161         * package-get.el (package-get): Use new
13162         package-admin-get-install-dir.
13163
13164         * package-admin.el (package-admin-get-install-dir): New syntax.
13165         Conserve package location and put mule packages where mule-base is.
13166
13167         * package-get.el : Customized
13168
13169         * package-ui.el (pui): Customized
13170         (pui-package-install-dest-dir): New variable.
13171         (pui-install-selected-packages): Use it
13172
13173 1998-10-12  SL Baur  <steve@altair.xemacs.org>
13174
13175         * package-get.el (package-get-interactive-package-query): Move
13176         dependency on package-get-base to run-time.
13177         (package-get-update-all): Ditto.
13178         (package-get-dependencies): Ditto.
13179         (package-get-package-provider): Ditto.
13180         (package-get-custom): Ditto.
13181
13182 1998-10-11  Glynn Clements  <glynn@sensei.co.uk>
13183
13184         * events.el: Remove 'ascii-character property from 'backspace
13185         and 'delete symbols
13186
13187 1998-10-11  SL Baur  <steve@altair.xemacs.org>
13188
13189         * package-get-base.el: removed.
13190
13191 1998-09-23  Didier Verna  <didier@xemacs.org>
13192
13193         * simple.el (search-caps-disable-folding): moved from isearch-mode.el
13194         (no-upper-case-p): new function.
13195         (with-search-caps-disable-folding): new macro.
13196         (with-interactive-search-caps-disable-folding): new macro.
13197         (zap-to-char): In interactive mode, do a case-sensitive search if
13198         the character is uppercase.
13199         (zap-up-to-char): ditto.
13200
13201         * replace.el (perform-replace): use the function no-upper-case-p.
13202
13203         * isearch-mode.el (isearch-fix-case): ditto.
13204         make obsolete `with-caps-disable-folding' and
13205         `isearch-no-upper-case-p'.
13206
13207         * etags.el (find-tag-internal): use `with-search-caps-disable-folding'.
13208         (tags-search): ditto.
13209         (tags-query-replace): ditto.
13210
13211         * info.el (Info-search): ditto.
13212
13213 1998-10-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
13214
13215         * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
13216
13217 1998-10-07  Greg Klanderman  <greg@alphatech.com>
13218
13219         * package-admin.el (package-admin-rmtree): rewritten.  need to
13220         check for "." and ".." before symlink check.  expand files and
13221         directories with respect to DIRECTORY, not default-directory.
13222
13223 1998-10-04  Greg Klanderman  <greg@alphatech.com>
13224
13225         * package-get.el (package-get-all): add INSTALL-DIR argument.
13226
13227 1998-10-06  Greg Klanderman  <greg@alphatech.com>
13228
13229         * package-ui.el (pui-add-required-packages): new function, select
13230         dependent packages.
13231         (pui-display-keymap): bind it.
13232         (pui-help-string): document it.
13233         (pui-install-selected-packages): package-get-all -> package-get.
13234
13235         * package-get.el (package-get-dependencies): new function.
13236
13237 1998-10-04  Hrvoje Niksic  <hniksic@srce.hr>
13238
13239         * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
13240         regexps.
13241
13242 1998-10-05  Hrvoje Niksic  <hniksic@srce.hr>
13243
13244         * mouse.el (default-mouse-track-point-at-opening-quote-p): New
13245         function.
13246         (default-mouse-track-normalize-point): Use it.
13247
13248 1998-09-30  Jan Vroonhof  <vroonhof@math.ethz.ch>
13249
13250         * package-admin.el (package-admin-delete-binary-package):
13251                 General cleanup. Remove unnessary use of progn and
13252         save-excursion.
13253         (package-admin-delete-binary-package): Do NOT mess with file
13254         modes. That is evil.
13255         (package-admin-delete-binary-package): Wrap all deleting in
13256         condition-case. The data in MANIFEST is untrustworthy.
13257         (package-admin-delete-binary-package): Let the OS worry about non
13258         empty directories.
13259
13260 1998-10-09  SL Baur  <steve@altair.xemacs.org>
13261
13262         * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
13263         processing.
13264         (lm-report-bug): Fix mail address to send bug reports to.
13265
13266 1998-09-29  SL Baur  <steve@altair.xemacs.org>
13267
13268         * XEmacs 21.2-beta2 is released.
13269
13270 1998-08-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
13271
13272         * files.el (auto-mode-alist): Enhanced regexp for perl-mode
13273
13274 1998-09-22  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
13275
13276         * info.el (Info-mode): Document page turning by double clicks in
13277         docstring so `M-x describe-mode' will display it.
13278
13279 1998-09-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
13280
13281         * info.el (Info-mouse-track-double-click-hook): Use character
13282         widths to calculate a border region where double clicking does
13283         page turning, and return `nil' by default so other hooks, such as
13284         region highlighting, will be run.
13285
13286 1998-09-29  Colin Rafferty   <colin@xemacs.org>
13287
13288         * sound.el (default-sound-directory-list): Initialize with all the
13289         "sounds" directories in `data-directory-list'.  It used to just be
13290         the first one.
13291
13292         * packages.el (locate-data-directory-list): Created.  This gives
13293         the list of matching directories, unlike `locate-data-directory',
13294         which just gives the first one.
13295
13296 1998-09-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
13297
13298         * minibuf.el (read-from-minibuffer): No longer bind help-form but
13299         make a binding in the local keymap until help-char handling is
13300         improved.
13301
13302         * help.el (help-keymap-with-help-key): Provide keymap with help
13303         binding.
13304         (help-print-help-form): New helper function.
13305
13306 1998-09-23  Hrvoje Niksic  <hniksic@srce.hr>
13307
13308         * isearch-mode.el (isearch-highlight): set-extent-endpoints can
13309         move extent to another buffer; no need to create a new extent.
13310         (isearch-fix-case): New function.
13311         (isearch-search-and-update): Use it.
13312
13313 1998-09-22  Hrvoje Niksic  <hniksic@srce.hr>
13314
13315         * isearch-mode.el (isearch-mode): Use overriding-local-map to set
13316         the keymap, not minor-mode-map-alist.
13317         (isearch-done): Restore overriding-local-map.
13318
13319 1998-09-21  Martin Buchholz  <martin@xemacs.org>
13320
13321         * bytecomp.el (byte-compile-buffer-substring):
13322         Fix for: (byte-compile (defun f () (buffer-substring)))
13323         ==>   ** buffer-substring called with 3 args, but requires 0-3
13324         - new code not only works, but is more readable, too.
13325
13326 1998-09-20  Jonathan Harris  <jhar@tardis.ed.ac.uk>
13327
13328         * msw-faces.el (mswindows-init-device-faces): Don't try to
13329           specify a default font at this late stage. Do try to force
13330           creation of the default face font so that if it fails we get
13331           an error now instead of a crash at frame creation.
13332
13333           mswindows-font-canonicalize-name, mswindows-make-font-unbold,
13334           mswindows-make-font-unitalic: Canonical default weight
13335           changed from "Normal" to "Regular".
13336
13337           mswindows-make-font-bold / -bold-italic: Supplied device was
13338           not being passed into call to mswindows-find-smaller-font.
13339
13340 1998-09-10  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
13341
13342         * package-get.el (package-get-remote): Fix the path where to find
13343           the packages on xemacs.org.
13344
13345 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
13346
13347         * about.el (about-maintainer-info): Update Ben's entry.
13348
13349 1998-09-24  Martin Buchholz  <martin@xemacs.org>
13350
13351         * lisp/shadow.el (find-emacs-lisp-shadows):
13352         - `member' was being called on lists of length 2000!
13353         - Replace with hashtables.
13354         - Replace hand-coded loops with (dolist)
13355         - Fix comment typo
13356
13357 1998-09-20  Darryl Okahata  <darrylo@sr.hp.com>
13358
13359         * packages.el: Added new function, `package-delete-name', to
13360           delete existing packages from the installed package database
13361           (`packages-package-list').  Also added the "pkginfo" directory
13362           to `packages-special-base-regexp', so that the pkginfo directory
13363           would not get added to `late-packages'.
13364
13365         * package-admin.el: Added ability to delete an installed package
13366           (added low-level function, `package-admin-delete-package').
13367           Understands how to use the pkginfo/MANIFEST.<package> file to
13368           delete the package.  When installing a package, will also
13369           create a MANIFEST.* file if one is not provided by the
13370           package.  If the MANIFEST.* doesn't exist when deleting a
13371           package, the functions will fall back to attempting to delete
13372           any package-specific lisp directory.
13373
13374         * package-get.el: Moved some functions to package-admin.el.
13375           Added interactive function `package-get-delete-package', for
13376           use by users for deleting a package.
13377
13378           Also modified to not require the presence of efs.
13379
13380 1998-09-22  Hrvoje Niksic  <hniksic@srce.hr>
13381
13382         * files.el (find-file-noselect): Handle all signals, kill the
13383         buffer and resignal.
13384
13385 1998-09-23  SL Baur  <steve@altair.xemacs.org>
13386
13387         * cl-macs.el (glyph-image): Add setf method.
13388
13389 1998-09-06  Darryl Okahata  <darrylo@sr.hp.com>
13390
13391         * package-get.el: Fixed broken EFS downloading.  Also, look for
13392           .tar.gz files first, in preference over .tgz files.
13393
13394         * package-ui.el: Fix display of package version numbers.
13395
13396 1998-08-27  Jan Vroonhof  <vroonhof@math.ethz.ch>
13397
13398         * x-font-menu.el (font-menu-set-font):  Add "pt" units to size
13399         argument.
13400
13401 1998-09-03  Darryl Okahata  <darrylo@sr.hp.com>
13402
13403         * list-mode.el: `display-completion-list': added new/optional
13404           keyword `:completion-string', which allows the programmer to
13405           change the "Possible completions are:" prompt.
13406
13407         * menubar-items.el: Added new pulldown menu-pick to start up the
13408           visual package browser/installer:
13409
13410                 Options->Customize->List Packages
13411
13412         * package-admin.el: Added hooks for installing under both Unix
13413           and MS Windows.  Does additional error checking.  No longer
13414           calls "add-big-package.sh" to install packages under Unix; now
13415           calls gunzip & tar directly.
13416
13417         * package-get.el: Added ability to install packages from files
13418           on a local disk/CDROM.  Now deletes any existing package lisp
13419           directory.  Does completion on available packages when
13420           querying for package names.  Will also search for .tgz files
13421           in addition for .tar.gz files.  Tries to reload
13422           auto-autoloads, as a convenience when loading new packages,
13423           and also tries to add any new package paths to `load-path'.
13424           Changed all occurences of `concat' to use `expand-file-name'.
13425
13426         * package-ui.el: New file which implements the main visual
13427           package browser/installer, which is started via a menu pick or
13428           M-x pui-list packages.
13429
13430 1998-09-03  Hrvoje Niksic  <hniksic@srce.hr>
13431
13432         * startup.el (load-init-file): spelling fix.
13433
13434 1998-09-02  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
13435
13436         * startup.el (normal-top-level): Load auto-autoload files
13437         covariantly with their precedence.
13438
13439 1998-08-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
13440
13441         * menubar-items.el (default-menubar): Remove "Font Weight"
13442         option, there is currently no custom equivalent.. Customize-faces
13443         is "Edit faces".
13444
13445         * x-font-menu.el (font-menu-set-font): Use customize to set
13446         default face.
13447
13448         * faces.el (face-spec-update-all-matching): New function.
13449
13450         * cus-face.el (custom-set-face-update-spec): New function.
13451         Interface to customize faces from elisp.
13452
13453         (custom-face-value-create): Show the customized settings if set
13454         but not saved.
13455
13456 1998-08-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
13457
13458         (custom-face-value-create): Show the customized settings if set
13459         but not saved.
13460
13461 1998-08-31  Hrvoje Niksic  <hniksic@srce.hr>
13462
13463         * keydefs.el (global-map): Add FSF 20.3 binding of
13464         query-replace-regexp.
13465
13466 1998-08-21  Greg Klanderman  <greg@alphatech.com>
13467
13468         * minibuf.el (read-file-name-internal-1): use
13469         user-name-completion-1 instead of user-name-completion.
13470
13471 1998-08-19  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
13472
13473         * loadup.el:
13474         * make-docfile.el:
13475         * update-elc.el: Don't set `source-directory' (now defunct as a
13476         global variable) no more.
13477
13478         * packages.el (packages-list-autoloads): Made `source-directory'
13479         (now defunct as a global variable) a parameter.
13480
13481 1998-08-13  Carsten Leonhardt  <leo@arioch.oche.de>
13482
13483         * about.el (about-hackers): new email
13484
13485 1998-08-16  SL Baur  <steve@altair.xemacs.org>
13486
13487         * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
13488
13489 1998-07-17  Didier Verna  <didier@xemacs.org>
13490
13491         * faces.el (set-face-property):
13492         (set-face-dim-p):
13493         (face-dim-p): updated the doc strings now that the dim property isn't
13494         tty-specific.
13495         (face-equal): the dim property is now a common one.
13496
13497         * cus-face.el (custom-face-attributes): New face attribute: `dim'
13498         Renamed the `stipple' attribute to `background-pixmap'.
13499         (custom-face-background-pixmap): make custom-face-stipple an
13500         obsolete alias for this.
13501
13502 1998-08-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
13503
13504         * find-paths.el (paths-file-readable-directory-p): Created and
13505         used.
13506
13507         * loadup.el: Don't set inhibit-... flags from run-temacs.
13508
13509 1998-08-06  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
13510
13511         * packages.el (packages-data-path-depth): Added and used.
13512
13513 1998-08-05  Charles G. Waldman <cgw@pgt.com>
13514
13515         * about.el:
13516         - Change .xpm to .png, delete "zcat" section.
13517         - cosmetic fix in the 'marcpa' entry.
13518
13519         * etc/photos
13520         - convert all .xpm.Z to .png
13521         - rename mrb to martin
13522         - rename mcook-m to mcookm
13523
13524 1998-07-31  Martin Buchholz  <martin@xemacs.org>
13525
13526         * x-init.el (x-initialize-compose): Add support for
13527         dead-circumflex as YET ANOTHER NAME for that dead key.
13528
13529 1998-08-05  Colin Rafferty <colin@xemacs.org>
13530
13531         * setup-paths.el (paths-construct-exec-path): Made the
13532         last-packages really be last.
13533         (paths-construct-data-directory-list): Ditto.
13534
13535 1998-08-01  Kai Haberzettl  <khaberz@synnet.de>
13536
13537         * startup.el(startup-splash-frame-body):
13538         Update Copyright notice in splash screen
13539
13540 1998-07-20  Greg Klanderman  <greg@alphatech.com>
13541
13542         * minibuf.el (read-file-name-internal-1): do ~user completion.
13543
13544 1998-07-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
13545
13546         * font-lock.el (font-lock-fontify-glumped-region): Add guard
13547         aginst destroyed extents
13548
13549 1998-07-24  Greg Klanderman  <greg@alphatech.com>
13550
13551         * package-get.el (package-get): add `install-dir' argument.
13552
13553 1998-07-20  John Jones  <jj@asu.edu>
13554
13555         * package-get.el: calls to package-get-update-all will only
13556           update packages which are already installed.
13557
13558 1998-07-23  SL Baur  <steve@altair.xemacs.org>
13559
13560         * autoload.el (update-file-autoloads): Ensure autoloads buffer is
13561         writable.
13562
13563 1998-07-20  Colin Rafferty   <colin@xemacs.org>
13564
13565         * about.el (about-hackers): Correct my email.
13566
13567 1998-07-20  Kai Haberzettl  <khaberz@synnet.de>
13568
13569         * about.el (about-hackers): new email-address.
13570
13571 1998-07-25  SL Baur  <steve@altair.xemacs.org>
13572
13573         * minibuf.el (read-number): Don't let `input-error' condition
13574         escape.
13575
13576 1998-07-20  Greg Klanderman  <greg@alphatech.com>
13577
13578         * about.el (about-hackers): use my `email-for-life' address.
13579
13580 1998-07-19  SL Baur  <steve@altair.xemacs.org>
13581
13582         * XEmacs 21.2-beta1 is released.
13583
13584 1998-07-12  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
13585
13586         * ldap.el (ldap-search): Doc string change
13587
13588 1998-07-16  Colin Rafferty   <colin@xemacs.org>
13589
13590         * menubar-items.el (default-menubar): Removed references to
13591         `data-directory', and use `locate-data-file' instead, and made
13592         then greyed out if they don't exist.
13593
13594 1998-07-14  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
13595
13596         * keymap.el (events-to-keys): Use `format' instead of `concat'
13597         since the latter does not accept integer args anymore
13598
13599 1998-07-15  SL Baur  <steve@altair.xemacs.org>
13600
13601         * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
13602         macros replaced.
13603
13604 1998-07-14  SL Baur  <steve@altair.xemacs.org>
13605
13606         * make-docfile.el: Get first initialization from very-early-lisp.el
13607         * update-elc.el: Ditto.
13608         * loadup.el (really-early-error-handler): Ditto.
13609
13610         * packages.el (packages-unbytecompiled-lisp): Add new file,
13611         very-early-lisp.el.
13612
13613         * very-early-lisp.el: New file.
13614
13615 1998-07-14  SL Baur  <steve@altair.xemacs.org>
13616
13617         * Symbols that have been obsolete for at least 3 years removed (II).
13618
13619         * obsolete.el (eval-current-buffer): Make compatible.
13620         (byte-code-function-p): Ditto.
13621         (send-string): Removed.
13622         (send-region): Removed.
13623         (screen-scrollbar-width): Removed.
13624         (set-screen-scrollbar-width): Removed.
13625         (set-screen-left-margin-width): Removed.
13626         (set-screen-right-margin-width): Removed.
13627         (screen-left-margin-width): Removed.
13628         (screen-right-margin-width): Removed.
13629         (set-buffer-left-margin-width): Removed.
13630         (set-buffer-right-margin-width): Removed.
13631         (buffer-left-margin-width): Removed.
13632         (buffer-right-margin-width): Removed.
13633         (x-set-frame-icon-pixmap): Removed.
13634         (x-set-screen-icon-pixmap): Removed.
13635         (pixel-name): Removed.
13636         (make-pixmap): Removed.
13637         (make-cursor): Removed.
13638         (pixmap-width): Removed.
13639         (pixmap-contributes-to-line-height-p): Removed.
13640         (set-pixmap-contributes-to-line-height): Removed.
13641
13642 1998-07-13  SL Baur  <steve@altair.xemacs.org>
13643
13644         * obsolete.el (popup-menu-up-p): removed.
13645         (read-no-blanks-input): Removed.
13646         (wholenump): Removed.
13647         (ring-mod): Removed (what was ring-mod?).
13648         (current-time-seconds): Removed.
13649         (run-special-hook-with-args): Removed.
13650         (dot): Removed.
13651         (dot-marker): Removed.
13652         (dot-min): Removed.
13653         (dot-max): Removed.
13654         (window-dot): Removed.
13655         (set-window-dot): Removed.
13656
13657         * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
13658         `dot-min'.
13659
13660         * minibuf.el: (read-no-blanks-input): remove commented-out copy.
13661
13662         * code-files.el (insert-file-contents): Rename
13663         run-special-hook-with-args to run-hook-with-args-until-success.
13664         (write-region): Ditto.
13665
13666 1998-07-12  SL Baur  <steve@altair.xemacs.org>
13667
13668         * about.el: Fix typos, update release date.
13669
13670         * Symbols that have been obsolete for at least 3 years removed.
13671
13672         * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to
13673         screen- functions.
13674         (toplevel): remove setf methods for screen functions.
13675         * cl-macs.el (extent-data): defsetf removed.
13676         * obsolete.el (lisp-indent-hook): Make compatible, it's used too
13677         many places to remove.
13678         (comment-indent-hook): Ditto.
13679         * obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
13680         (buffer-dedicated-screen): Ditto.
13681         (deiconify-screen): Ditto.
13682         (delete-screen): Ditto.
13683         (event-screen): Ditto.
13684         (find-file-other-screen): Ditto.
13685         (find-file-read-only-other-screen): Ditto.
13686         (live-screen-p): Ditto.
13687         (screen-height): Ditto.
13688         (screen-iconified-p): Ditto.
13689         (screen-list): Ditto.
13690         (screen-live-p): Ditto.
13691         (screen-name): Ditto.
13692         (screen-parameters): Ditto.
13693         (screen-pixel-height): Ditto.
13694         (screen-pixel-width): Ditto.
13695         (screen-root-window): Ditto.
13696         (screen-selected-window): Ditto.
13697         (screen-totally-visible-p): Ditto.
13698         (screen-visible-p): Ditto.
13699         (screen-width): Ditto.
13700         (screenp): Ditto.
13701         (get-screen-for-buffer): Ditto.
13702         (get-screen-for-buffer-noselect): Ditto.
13703         (get-other-screen): Ditto.
13704         (iconify-screen): Ditto.
13705         (lower-screen): Ditto.
13706         (mail-other-screen): Ditto.
13707         (make-screen): Ditto.
13708         (make-screen-invisible): Ditto.
13709         (make-screen-visible): Ditto.
13710         (modify-screen-parameters): Ditto.
13711         (new-screen): Ditto.
13712         (next-screen): Ditto.
13713         (next-multiscreen-window): Ditto.
13714         (other-screen): Ditto.
13715         (previous-screen): Ditto.
13716         (previous-multiscreen-window): Ditto.
13717         (raise-screen): Ditto.
13718         (redraw-screen): Ditto.
13719         (select-screen): Ditto.
13720         (selected-screen): Ditto.
13721         (set-buffer-dedicated-screen): Ditto.
13722         (set-screen-height): Ditto.
13723         (set-screen-position): Ditto.
13724         (set-screen-size): Ditto.
13725         (set-screen-width): Ditto.
13726         (show-temp-buffer-in-current-screen): Ditto.
13727         (switch-to-buffer-other-screen): Ditto.
13728         (visible-screen-list): Ditto.
13729         (window-screen): Ditto.
13730         (x-set-screen-pointer): Ditto.
13731         (x-set-frame-pointer): Ditto.
13732         (screen-title-format): Ditto.
13733         (screen-icon-title-format): Ditto.
13734         (terminal-screen): Ditto.
13735         (delete-screen-hook): Ditto.
13736         (create-screen-hook): Ditto.
13737         (mouse-enter-screen-hook): Ditto.
13738         (mouse-leave-screen-hook): Ditto.
13739         (map-screen-hook): Ditto.
13740         (unmap-screen-hook): Ditto.
13741         (default-screen-alist): Ditto.
13742         (default-screen-name): Ditto.
13743         (x-screen-defaults): Ditto.
13744         (x-create-screen): Ditto.
13745         * obsolete.el: meta-flag removed.
13746         baud-rate removed.
13747         sleep-for-millisecs removed.
13748         extent-data removed.
13749         set-extent-data removed.
13750         set-extent-attribute removed.
13751         extent-glyph removed.
13752         extent-layout removed.
13753         set-extent-layout removed.
13754         list-faces-display removed.
13755         list-faces removed.
13756         trim-versions-without-asking removed.
13757         after-write-file-hooks removed.
13758         truename removed.
13759         auto-fill-hook removed.
13760         blink-paren-hook removed.
13761         select-screen-hook, deselect-screen-hook removed.
13762         auto-raise-screen, auto-lower-screen removed.
13763
13764         * msw-mouse.el: Global change resource -> mswindows-resource.
13765
13766         * XEmacs 21.0-pre5 is released.
13767
13768 1998-07-11  SL Baur  <steve@altair.xemacs.org>
13769
13770         * about.el (about-hackers): Credits update.
13771
13772 1998-07-11  Hrvoje Niksic  <hniksic@srce.hr>
13773
13774         * register.el (insert-register): Don't activate the region.
13775
13776 1998-07-10  SL Baur  <steve@altair.xemacs.org>
13777
13778         * select.el: Restore x-* symbols for backwards compatibility:
13779         x-copy-primary-selection, x-kill-primary-selection,
13780         x-delete-primary-selection, x-select-make-extent-for-selection,
13781         x-valid-simple-selection-, x-cut-copy-clear-internal.
13782
13783 1998-07-09  SL Baur  <steve@altair.xemacs.org>
13784
13785         * XEmacs 21.0-pre4 is released.
13786
13787 1998-06-28  Hrvoje Niksic  <hniksic@srce.hr>
13788
13789         * menubar-items.el (default-menubar): Use `report-emacs-bug' for
13790         reporting bugs.
13791         (maybe-add-init-button): Fix semantics under Windows.  Use
13792         `expand-file-name' rather than `concat'.
13793
13794         * help.el (print-messages): New function.
13795
13796 1998-07-05  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
13797
13798         * ldap.el (ldap-host-parameters-alist): Docstring fixes
13799
13800 1998-07-04  Jonathan Harris  <jhar@tardis.ed.ac.uk>
13801
13802         * about.el: Tweaked my entry in about-hackers.
13803
13804         * find-paths.el (paths-emacs-root-p):
13805           Relaxed emacs-root checking of an in-place installation to
13806           also accommodate the flat layout used on MS Windows.
13807
13808 1998-06-29  John Jones  <jj@asu.edu>
13809
13810         * package-get.el: calls to package-get-update-all will only
13811           update packages which are already installed.
13812
13813 1998-07-05  Andy Piper  <andyp@parallax.co.uk>
13814
13815         * faces.el (xpm-color-symbols): remove hardcoded defaults these
13816         are handled by the gui-element face fallbacks now.
13817
13818         * x-faces.el: default gui-element face to "background" as well as
13819         the default face.
13820
13821         * msw-faces.el (mswindows-init-device-faces): remove gui-element
13822         and default face settings since these are set as fallbacks now in
13823         the appropriate domain.
13824
13825 1998-07-02  SL Baur  <steve@altair.xemacs.org>
13826
13827         * text-mode.el (text-mode): Reorder regexp so the OR part
13828         corresponding to `page-delim' goes first and the hack in
13829         `forward-paragraph' will work.
13830         With bug analysis from Bob Weiner <weiner@altrasoft.com>
13831
13832 1998-06-29  Kyle Jones  <kyle_jones@wonderworks.com>
13833
13834         * subr.el (remove-hook): When checking the hook value
13835           with functionp, don't apply car to it.
13836
13837 1998-06-24  Jonathan Harris  <jhar@tardis.ed.ac.uk>
13838
13839         * package-get.el (package-get-remote-filename):
13840           Don't use file-name-as-directory because the local directory
13841           separator conventions might not be the same as ftp's.
13842
13843 1998-06-27  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
13844
13845         * ldap.el (ldap-host-parameters-alist): New name of
13846         `ldap-host-parameters-plist'
13847
13848 1998-06-26  Adrian Aichner  <adrian@xemacs.org>
13849
13850         * package-get.el: Using (require 'package-get-base), now that it
13851         provides itself.  Consequently removed all instances of (load
13852         "package-get-base.el").
13853
13854 1998-06-29  Kyle Jones  <kyle_jones@wonderworks.com>
13855
13856         * subr.el (remove-hook): Don't treat the hook value as a
13857           list unless it is both consp and not functionp.
13858
13859 1998-06-29  SL Baur  <steve@altair.xemacs.org>
13860
13861         * about.el: Email address for Ben Wing is ben@xemacs.org.
13862         * auto-show.el: Ditto.
13863         * bytecomp.el: Ditto.
13864         * faces.el: Ditto.
13865         * x-scrollbar.el: Ditto.
13866         * x-misc.el: Ditto.
13867         * tty-init.el: Ditto.
13868         * toolbar-items.el: Ditto.
13869         * symbol-syntax.el: Ditto.
13870         * specifier.el: Ditto.
13871         * objects.el: Ditto.
13872         * hyper-apropos.el: Ditto.
13873         * glyphs.el: Ditto.
13874
13875 1998-06-27  Hrvoje Niksic  <hniksic@srce.hr>
13876
13877         * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
13878         vertical-divider-always-visible-p.
13879         (default-mouse-motion-handler): Ditto.
13880
13881 1998-06-21  Hrvoje Niksic  <hniksic@srce.hr>
13882
13883         * scrollbar.el (scrollbars-visible-p): Simplify.  Always set the
13884         global value.
13885
13886 1998-06-21  Oliver Graf <ograf@fga.de>
13887
13888         * build-reports.el: changed receiver to xemacs-build-reports list
13889
13890 1998-06-19  Jonathan Harris  <jhar@tardis.ed.ac.uk>
13891
13892         * font.el: Split font-family-mappings into X and
13893           mswindows-specific versions.
13894           mswindows-font-create-[object|name]: Treat supplied size
13895           as a pointsize. Added underline and strikethru handling.
13896
13897         * msw-faces.el: changed default mswindows charset to western.
13898
13899         * msw-glyphs.el: removed space in border-glyph font string that
13900           was inserted to get round bugs in the mswindows C font code.
13901
13902 1998-06-27  SL Baur  <steve@altair.xemacs.org>
13903
13904         * about.el (about-hackers): Credits update.
13905
13906         * help-nomule.el (tutorial-supported-languages): Add Romanian
13907         TUTORIAL.
13908
13909         * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
13910         to ISO-8859-2.
13911
13912 1998-06-19  Jonathan Harris  <jhar@tardis.ed.ac.uk>
13913
13914         * font.el: Split font-family-mappings into X and
13915           mswindows-specific versions.
13916           mswindows-font-create-[object|name]: Treat supplied size
13917           as a pointsize. Added underline and strikethru handling.
13918
13919         * msw-faces.el: changed default mswindows charset to western.
13920
13921         * msw-glyphs.el: removed space in border-glyph font string that
13922           was inserted to get round bugs in the mswindows C font code.
13923
13924 1998-06-15  Jonathan Harris  <jhar@tardis.ed.ac.uk>
13925
13926         * minibuf.el: make read-color-completion-table call
13927           (mswindows-color-list for mswindows devices.
13928
13929 1998-06-18  Sam Mikes  <smikes@alumni.hmc.edu>
13930
13931         * lisp/font-lock.el
13932         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
13933         Let declaration items contain non-word symbol characters.
13934
13935 1998-06-15  Adrian Aichner  <adrian@xemacs.org>
13936
13937         * package-get.el (package-get-package-provider): Added autoload
13938         cookie.  Loading "package-get-base.el" in ALL functions that use
13939         it.  Fixed some (interactive ...) with multiple argument specs
13940         again.  Cosmetic indentation changes.
13941
13942 1998-05-27  Glynn Clements  <glynn@sensei.co.uk>
13943
13944         * info.el (Info-insert-dir): Don't use nreverse on variables
13945         that you want to use later.
13946
13947 1998-06-17  Glynn Clements  <glynn@sensei.co.uk>
13948
13949         * x-mouse.el (x-set-point-and-move-selection): Replace call
13950         to x-kill-primary-selection with kill-primary-selection
13951
13952 1998-06-12  Martin Buchholz  <martin@xemacs.org>
13953
13954         * simple.el (what-cursor-position): Make cursor position reported
13955         use value of column-number-start-at-one
13956
13957 1998-06-17  SL Baur  <steve@altair.xemacs.org>
13958
13959         * about.el (xemacs-hackers): Fix Jareth's email address.
13960
13961 1998-06-16  SL Baur  <steve@altair.xemacs.org>
13962
13963         * startup.el (startup-splash-frame): Remove
13964         `xemacs-startup-logo-function'.
13965
13966 1998-06-15  SL Baur  <steve@altair.xemacs.org>
13967
13968         * about.el (about-hackers): Update credits list.
13969
13970 1998-06-06  Jeff Miller <jmiller@smart.net>
13971
13972         * lisp/sound.el: Update sound-ext to allow filenames with
13973           extensions to be found by load-sound-file
13974
13975 1998-06-14  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
13976
13977         * info.el (Info-rebuild-outdated-dir): Removed variable
13978         (Info-auto-generate-directory): New variable
13979         (Info-save-auto-generated-dir): New variable
13980         (Info-maybe-update-dir): Use `Info-auto-generate-directory'
13981         (Info-build-dir-anew): Second parameter removed.  Use
13982         `Info-save-auto-generated-dir'
13983         (Info-rebuild-dir): Ditto
13984
13985 1998-06-02  Christoph Wedler  <wedler@fmi.uni-passau.de>
13986
13987         * list-mode.el (next-list-mode-item): Would not recognize
13988         border between directly neighbored items.
13989
13990 1998-06-12  Andy Piper  <andyp@parallax.co.uk>
13991
13992         * package-get.el: add autoloads for some functions.
13993
13994 1998-06-10  Hrvoje Niksic  <hniksic@srce.hr>
13995
13996         * specifier.el (let-specifier): Tiny docfixes.
13997
13998 1998-06-12  Andy Piper  <andyp@parallax.co.uk>
13999
14000         * msw-mouse.el: set selection-pointer-glyph to Normal.
14001
14002 1998-06-09  Per Abrahamsen  <abraham@dina.kvl.dk>
14003
14004         * wid-edit.el (widget-specify-secret): New function.
14005         (widget-after-change): Use it.
14006         (widget-specify-field): Use it.
14007
14008 1998-06-08  Hrvoje Niksic  <hniksic@srce.hr>
14009
14010         * mouse.el (drag-window-divider): Use `(not done)' instead of
14011         `doit'; reuse result of `window-pixel-edges'.
14012
14013         * modeline.el (drag-modeline-event-lag): Rename to
14014         drag-divider-event-lag.
14015
14016 1998-06-07  Hrvoje Niksic  <hniksic@srce.hr>
14017
14018         * specifier.el (let-specifier): Rewritten not to generate needless
14019         `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
14020         arguments.
14021
14022 1998-05-28  Hrvoje Niksic  <hniksic@srce.hr>
14023
14024         * minibuf.el (read-file-name-1): Setup buffer-local value of
14025         `completion-ignore-case' in completions buffer under Windows.
14026
14027 1998-06-06  Kirill M. Katsnelson  <kkm@kis.ru>
14028
14029         * about.el (about-maintainer-glyph): Fix support for not
14030         compressed images.
14031
14032 1998-06-04  Kirill M. Katsnelson  <kkm@kis.ru>
14033
14034         * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
14035
14036         * mouse.el (mouse-track): Cancel selection if misc-user event with
14037         `cancel-mode-internal' function is fetched.
14038
14039 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
14040
14041         * files.el (save-some-buffers-1): Fixed return value.
14042
14043 1998-06-01  Oliver Graf <ograf@fga.de>
14044
14045         * dragdrop.el: added experimental
14046
14047 1998-05-26  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
14048
14049         * startup.el (after-init-hook, init-file-user,
14050         user-init-directory, load-user-init-file):  Purge references
14051         to "~/.xemacs/init.el" from docstrings.
14052
14053         (load-user-init-file) Use paths-construct-path to construct
14054         paths to user init files.  Go directly to ~/.emacs, do not
14055         search ~/.xemacs/, do not load `default-custom-file'.
14056
14057 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
14058
14059         * files.el (interpreter-mode-alist): Catch wish and tclsh before
14060         general *sh.
14061         (inhibit-first-line-modes-regexps): Added `.tar.gz'.
14062
14063 1998-06-03  Andy Piper  <andyp@parallax.co.uk>
14064
14065         * menubar-items.el (default-menubar): add Update Packages to customize
14066         menu.
14067
14068 1998-06-02  Andy Piper  <andyp@parallax.co.uk>
14069
14070         * faces.el: use toolbar face as a fallback for toolbar properties
14071         in xpm-color-symbols instead of default.
14072
14073         * msw-faces.el: rename 3d-object -> gui-element face.
14074
14075 1998-06-06  SL Baur  <steve@altair.xemacs.org>
14076
14077         * startup.el (xemacs-startup-logo-function): New variable.
14078         (startup-splash-frame): Use it.
14079
14080 1998-06-02  Hrvoje Niksic  <hniksic@srce.hr>
14081
14082         * files.el (save-some-buffers): Would wait 1 second.
14083         (save-some-buffers-1): Delete other windows here instead of in
14084         `save-some-buffers'.
14085         (save-some-buffers): Force redisplay only if windows were deleted.
14086
14087 1998-06-02  Didier Verna  <didier@xemacs.org>
14088
14089         * cus-face.el (custom-face-attributes): generalized the use of
14090         toggle buttons for boolean attributes.
14091         Re-ordered the items a bit.
14092
14093 1998-06-01  SL Baur  <steve@altair.xemacs.org>
14094
14095         * sound.el (default-sound-directory): Use `locate-data-directory'
14096         to find the sounds directory.
14097
14098 1998-05-29  Andy Piper  <andyp@parallax.co.uk>
14099
14100         * sound.el: default sound-ext to .wav under mswindows, .au
14101         otherwise. load-default sounds without extensions.
14102
14103 1998-05-27  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
14104
14105         * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
14106         if send-pr is not bound.
14107
14108 1998-06-01  Andy Piper  <andyp@parallax.co.uk>
14109
14110         * files.el: grok idl files in auto-mode-alist.
14111 1998-06-01  Jeff Miller  <jmiller@smart.net>
14112
14113         * minibuf.el (exact-minibuffer-completion-p): check for nil before
14114         calling `upcase'.
14115
14116 1998-05-30  Andy Piper  <andyp@parallax.co.uk>
14117
14118         * msw-glyphs.el: add xbm to the list of image types supported.
14119
14120 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
14121
14122         * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
14123         instead of XEmacs one when dumping InfoDock.
14124
14125 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
14126
14127         * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
14128         for `modeline-visible-p'
14129
14130         * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
14131
14132 1998-05-29  Andy Piper  <andyp@parallax.co.uk>
14133
14134         * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
14135         since it's not used anymore. doc string fixes.
14136
14137         * package-get.el (package-get-file-installed-p): new function. use
14138         instead of file-installed-p which is in an external package.
14139
14140 1998-05-28  Oliver Graf <ograf@fga.de>
14141
14142         * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
14143         favor of select-window/switch-to-buffer
14144
14145 Wed May 27, 1998  Darryl Okahata  <darrylo@sr.hp.com>
14146
14147         * startup.el: changed (getenv "HOME") to (user-home-directory)
14148
14149 1998-05-25  Oliver Graf <ograf@fga.de>
14150
14151         * frame.el (cde-start-drag) moved to dragdrop.el
14152         (offix-start-drag-region) moved to dragdrop.el
14153         (offix-start-drag) moved to dragdrop.el
14154         * dragdrop.el (cde-start-drag) moved from frame.el
14155         (offix-start-drag-region) moved from frame.el
14156         (offix-start-drag) moved from frame.el
14157         (cde-start-drag-region) cde drag regions
14158         * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
14159
14160 1998-05-26  Oliver Graf <ograf@fga.de>
14161
14162         * dragdrop.el: created dragdrop-drag prototypes
14163         (cde-start-drag-region) fixed typo
14164
14165 1998-05-28  SL Baur  <steve@altair.xemacs.org>
14166
14167         * simple.el (after-init-hook): Remove reader macro.
14168
14169         * packages.el (packages-hardcoded-lisp): Get rid of reader
14170         macros.  Update DOC string.
14171
14172 1998-05-25  Hrvoje Niksic  <hniksic@srce.hr>
14173
14174         * mouse.el (drag-window-divider): Ditto.
14175
14176         * modeline.el (mouse-drag-modeline): Use it.
14177
14178         * lisp-mode.el (let-specifier): Specify indentation.
14179
14180         * specifier.el (let-specifier): Renamed from
14181         `with-specifier-instance'.
14182
14183 1998-05-27  Andy Piper  <andyp@parallax.co.uk>
14184
14185         * x-faces.el:
14186         * faces.el: move definition of xpm-color-symbols from x-faces.el
14187         to faces. Predicate x-get-resource on the presence of x.
14188
14189         * msw-faces.el: set 3d-object face rather than modeline. Specify
14190         faces as specfier defaults.
14191
14192         * package-get.el: don't use package-admin-add-single-file-package.
14193
14194 1998-05-25  Hrvoje Niksic  <hniksic@srce.hr>
14195
14196         * toolbar-items.el: Fixup tooltips.
14197         (toolbar-gnus): Don't use obsolete variable
14198         toolbar-news-frame-properties.
14199         (toolbar-news-reader): Default to `gnus' instead of
14200         `not-configured'.
14201
14202         * files.el (auto-mode-alist): Correctly recognize `.emacs' under
14203         Windows.
14204
14205 1998-05-25  Andy Piper  <andyp@parallax.co.uk>
14206
14207         * package-get.el: rename -installedp -> -installed-p.
14208
14209 1998-05-23  Kirill M. Katsnelson  <kkm@kis.ru>
14210
14211         * glyphs.el (init-glyphs): Created `border-glyph' face, with no
14212         attributes, and assinged it to continuation, truncation and
14213         hscroll glyphs.
14214
14215         * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
14216         and made continuation, truncation and hscroll glyphs arrow
14217         characters out of that font.
14218
14219 1998-05-22  Hrvoje Niksic  <hniksic@srce.hr>
14220
14221         * minibuf.el (minibuffer-electric-separator): Play nicely with
14222         directory-sep-char being \.
14223         (minibuffer-electric-tilde): Ditto.
14224         (read-file-name-map): Ditto.
14225
14226 1998-05-22  Hrvoje Niksic  <hniksic@srce.hr>
14227
14228         * mouse.el (default-mouse-track-maybe-own-selection): Pause only
14229         on X devices.
14230         (default-mouse-track-deal-with-down-event): Avoid
14231         `x-disown-selection'; use `disown-selection' instead.
14232
14233 1998-05-21  Andy Piper  <andyp@parallax.co.uk>
14234
14235         * select.el:
14236         * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
14237         moved to (cut-copy-clear-internal) in select.el. Ditto for
14238         (x-delete-primary-selection) (x-kill-primary-selection)
14239         (x-copy-primary-selection).
14240         (own-clipboard): new function.
14241
14242         * msw-select.el: use the new kill/delete/copy/cut-copy-clear
14243         functions in select.el. remove old ones.
14244         (mswindows-own-clipboard): new function.
14245
14246 1998-05-21  Andy Piper  <andyp@parallax.co.uk>
14247
14248         * gnuserv.el: allow connections from mswindows type devices.
14249
14250 1998-05-20  Andy Piper  <andyp@parallax.co.uk>
14251
14252         * msw-glyphs.el: change image type used from cursor to resource.
14253
14254 1998-05-20  Kirill M. Katsnelson  <kkm@kis.ru>
14255
14256         * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
14257         for {top,bottom}-{left,right} values in addition to
14258         {top,bottom}_{left,right}.
14259         Use x-get-resource instead of x-get-resource-and-bogosity-check.
14260
14261 1998-05-20  Hrvoje Niksic  <hniksic@srce.hr>
14262
14263         * cl-macs.el (specifier-instance): Undefine its setf method.
14264
14265         * specifier.el (with-specifier-instance): Added docstring.
14266
14267         * mouse.el (drag-window-divider): Ditto.
14268
14269         * modeline.el (mouse-drag-modeline): Use it.
14270
14271         * lisp-mode.el (with-specifier-instance): Define its indentation
14272         level.
14273
14274         * specifier.el (with-specifier-instance): New macro.
14275
14276 1998-05-19  Andy Piper  <andyp@parallax.co.uk>
14277
14278         * package-get.el (package-get-create-custom): new function to
14279         auto-generate package-get-custom.el from package-get-base.el.
14280         * (package-get-ever-installedp): new function.
14281         * (package-get-custom): new function to get all packages specified
14282         by customize.
14283
14284 1998-05-19  Hrvoje Niksic  <hniksic@srce.hr>
14285
14286         * cus-edit.el (custom-file): Revert to `~/.emacs'.
14287
14288 1998-05-23  SL Baur  <steve@altair.xemacs.org>
14289
14290         * cl-extra.el: Reverse previous float change.
14291
14292 1998-05-17  Andy Piper  <andyp@parallax.co.uk>
14293
14294         * x-faces.el:
14295         * faces.el (try-font-name): moved from x-faces.el since it is
14296         required by w3 under mswindows as well X.
14297
14298 1998-05-18  Kirill M. Katsnelson  <kkm@kis.ru>
14299
14300         * winnt.el: Removed evil (setq completion-ignore-case t)
14301         clause, one more overlookef fsfism.
14302         (nt-quote-args-functions-alist): End sentences with double space.
14303
14304 1998-05-18  Kirill M. Katsnelson  <kkm@kis.ru>
14305
14306         * window-xemacs.el (push-window-configuration): Remove kludgery of
14307         recaching default-toolbar specifier.
14308         (pop-window-configuration): Ditto.
14309         (unpop-window-configuration): Ditto.
14310
14311 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
14312
14313         * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
14314
14315 1998-05-17  Kirill M. Katsnelson  <kkm@kis.ru>
14316
14317         * winnt.el (nt-quote-args-verbatim): Added function.
14318         (nt-quote-args-prefix-quote): Added function.
14319         (nt-quote-args-backslash-quote): Added function.
14320         (nt-quote-args-double-quote): Added function.
14321         (nt-quote-args-functions-alist): New variable.
14322         (nt-quote-process-args): Added function. This is the main quoting
14323         work horse called from process-nt.c
14324
14325 1998-05-16  Kirill M. Katsnelson  <kkm@kis.ru>
14326
14327         * winnt.el: Removed duplicate definitions for backspace,
14328         delete, M-backspace and C-M-backspace.
14329         (file-name-buffer-file-type-alist): Removed this variable.
14330         (find-buffer-file-type): Removed function.
14331         (find-file-binary):  Removed function.
14332         (find-file-text): Removed function.
14333         (find-file-not-found-set-buffer-file-type): Removed function.
14334         (save-to-unix-hook): Removed function.
14335         (revert-from-unix-hook): Removed function.
14336         (using-unix-filesystems): Removed function.
14337         (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
14338         warning.
14339         (x-set-selection): Removed function.
14340         (x-get-selection): Removed function.
14341         Removed commented FSFisms.
14342         Replaced copyright notice (this file is not part of GNU Emacs).
14343         (nt-shell-mode-hook): Moved here from a lambda expression. Added
14344         comint-process-echoes setting to t.
14345
14346 1998-05-17  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
14347
14348         * packages.el (packages-no-package-hierarchy-regexp): Introduced
14349         and used following the interface change of
14350         `paths-find-recursive-path'.
14351
14352         * find-paths.el (paths-find-recursive-path): Exclusion is now by a
14353         regexp instead of a list of base names.
14354         (paths-version-control-filename-regexp):
14355         (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
14356         Introduced and used following the interface change of
14357         `paths-find-recursive-path'.
14358
14359 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
14360
14361         * simple.el (delete-forward-p): Make it a defun; do X garbage only
14362         on X devices, rather than on all non-TTY devices.
14363
14364 1998-05-16  Kirill M. Katsnelson  <kkm@kis.ru>
14365
14366         * msw-mouse.el: New file. Sets up cursor shapes for Windows.
14367
14368         * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
14369
14370 1998-05-17  Adrian Aichner  <adrian@xemacs.org>
14371
14372         * itimer.el (activate-itimer): Fixed usage of integers
14373         as argument to `concat'.
14374
14375 1998-05-17  Glynn Clements  <glynn@sensei.co.uk>
14376
14377         * itimer.el (start-itimer): replace the use of `concat' with
14378         `format'
14379
14380 1998-05-16  SL Baur  <steve@altair.xemacs.org>
14381
14382         * mode-motion.el (mode-motion-hook): Clarify docstring.
14383         From Bob Weiner <weiner@altrasoft.com>
14384
14385         * loadhist.el (symbol-file): Supply prompt string when used
14386         interactively.
14387         From Bob Weiner <weiner@altrasoft.com>
14388
14389 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
14390
14391         * loadup.el (really-early-error-handler): Ditto.
14392
14393         * update-elc.el: Ditto.
14394
14395         * setup-paths.el (paths-construct-exec-path): Ditto.
14396
14397         * make-docfile.el: Ditto.
14398
14399         * find-paths.el (paths-decode-directory-path): Use split-path
14400         instead of decode-path.
14401
14402         * files.el (parse-colon-path): Update docstring reference.
14403
14404 1998-05-15  Jonathan Harris  <jhar@tardis.ed.ac.uk>
14405
14406         * msw-init.el:
14407         * x-init.el:
14408         Bind cut'n'paste keys to non window-system specific functions.
14409
14410         * msw-select.el: New function mswindows-clear-clipboard.
14411         mswindows-cut-copy-clipboard extended to handle clearing of the
14412         selection and renamed to mswindows-cut-copy-clear-clipboard.
14413
14414         * select.el: on mswindows devices delete-primary-selection
14415         calls mswindows-clear-clipboard.
14416
14417 1998-05-15  Hrvoje Niksic  <hniksic@srce.hr>
14418
14419         * simple.el (quoted-insert): Inhibit quit when using read-char.
14420
14421         * cmdloop.el (read-char): Don't inhibit quit.
14422         (read-char-exclusive): Ditto.
14423         (read-char): Signal quit if quit-char was pressed.
14424         (read-char-exclusive): Ditto.
14425         (read-quoted-char): Return a character, not integer.
14426
14427         * menubar-items.el (default-popup-menu): Use Andy's generic
14428         selection code.
14429         (default-popup-menu): Fix code.
14430
14431 1998-05-14  Oliver Graf <ograf@fga.de>
14432
14433         * dragdrop.el (dragdrop-function-widget): this time it's done
14434
14435 1998-05-13  Oliver Graf <ograf@fga.de>
14436
14437         * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
14438
14439 1998-05-15  Kirill M. Katsnelson  <kkm@kis.ru>
14440
14441         * device.el (device-pixel-width):
14442         (device-pixel-height):
14443         (device-mm-width):
14444         (device-mm-height):
14445         (device-bitplanes):
14446         (device-color-cells): Swapped parameters to device-system-metric
14447         according to the interface change.
14448
14449 1998-05-14  Kirill M. Katsnelson  <kkm@kis.ru>
14450
14451         * mouse.el (default-mouse-motion-handler): Use new name of the
14452         function event-over-vertical-divider-p.
14453         Do not set E-W arrow cursor over the divider if
14454         vertical-divider-draggable-p is nil in the window.
14455         ([top-level]): Use new name for the variable
14456         vertical-divider-map.
14457         (drag-window-divider): Respect vertical-divider-draggable-p.
14458         Variable name typo fixes.
14459
14460 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
14461
14462         * keymap.el (kbd): Define here; handle string constants and
14463         others...
14464
14465 1998-05-15  Christian Nyb <chr@mediascience.no>
14466
14467         * simple.el (zap-up-to-char): New function.  Behaves like `zap-to-char'
14468         in Emacs 18.
14469
14470 1998-05-13  Didier Verna  <didier@xemacs.org>
14471
14472         * mouse.el (drag-window-divider): give the vertical divider a
14473         pressed look when dragging it.
14474
14475 1998-05-13  Andy Piper  <andyp@parallax.co.uk>
14476
14477         * faces.el: predicate some more face operations on x or mswindows
14478         not just x.
14479
14480         * modeline.el: enable modeline coloring for mswindows.
14481
14482 1998-05-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
14483
14484         * minibuf.el (minibuffer-default): Added variable; compatible with
14485         FSF Emacs.
14486         (next-history-element): Used `minibuffer-default'.
14487
14488 1998-05-12  Oliver Graf <ograf@fga.de>
14489
14490         * dragdrop.el (dragdrop-function-widget): button and mods ok
14491         arguments still look a bit strange
14492         (dragdrop-compare-mods) created
14493         (dragdrop-drop-do-functions) correctly checks for buttons and
14494         modifiers
14495
14496 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
14497
14498         * setup-paths.el (paths-default-info-directories): Replace
14499         path-separator with directory-sep-char.
14500
14501         * files.el (path-separator): Don't define it here.
14502
14503 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
14504
14505         * update-elc.el: Ditto.
14506
14507         * setup-paths.el (paths-construct-exec-path): Ditto.
14508
14509         * make-docfile.el: Ditto.
14510
14511         * loadup.el (really-early-error-handler): Ditto.
14512
14513         * find-paths.el (paths-decode-directory-path): Use decode-path
14514         instead of decode-path-internal.
14515
14516         * files.el (parse-colon-path): Update docstring.
14517
14518 1998-05-13  Hrvoje Niksic  <hniksic@srce.hr>
14519
14520         * subr.el (get-buffer-window-list): Make BUFFER optional.
14521
14522         * window-xemacs.el (windows-of-buffer): Defalias to
14523         get-buffer-window-list.
14524
14525 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
14526
14527         * disass.el: Fix maintainer keyword.
14528
14529         * bytecomp.el (byte-compile-and-load-file): Autoload.
14530         (byte-compile-buffer): Ditto.
14531
14532         * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
14533         value is returned, not the name.
14534         (lisp-imenu-generic-expression): Enable it.
14535         (lisp-mode-variables): Ditto.
14536         (lisp-indent-offset): Change defconst to defvar.
14537         (lisp-indent-function): Ditto.
14538         (lisp-body-indent): Ditto.
14539
14540 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
14541
14542         * modeline.el: Use zap-last-kbd-macro-event.
14543
14544         * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
14545         nil, don't attempt to do anything with messages.
14546         (eval-last-sexp): Use `letf' for clarity.
14547
14548 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
14549
14550         * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
14551
14552 1998-05-11  Martin Buchholz  <martin@xemacs.org>
14553
14554         * buff-menu.el:
14555         * lisp-mode.el:
14556         * obsolete.el:
14557         Change empty docstrings into no doc strings at all.
14558         Fix bogus FSF-format docstrings.
14559         * etags.el: Fix docstring.
14560
14561 1998-05-11  Jan Vroonhof  <vroonhof@math.ethz.ch>
14562
14563         * package-get.el (package-get): Use internal md5
14564
14565 1998-05-13  SL Baur  <steve@altair.xemacs.org>
14566
14567         * about.el (about-xemacs): Correct abuse of concat.
14568
14569 1998-05-11  SL Baur  <steve@altair.xemacs.org>
14570
14571         * info.el (Info-mode): Use easymenu.
14572
14573 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
14574
14575         * apropos.el (apropos): Don't use concat with integers.
14576
14577         * cmdloop.el (describe-last-error): Handle the case when no error
14578         was seen gracefully.
14579
14580         * apropos.el (apropos-print): Use with-displaying-help-buffer as
14581         defun.
14582         (apropos-describe-plist): Ditto.
14583
14584         * help.el (with-displaying-help-buffer): Revert to a defun.
14585         (describe-key): Use it as defun.
14586         (describe-mode): Ditto.
14587         (describe-bindings): Ditto.
14588         (describe-prefix-bindings): Ditto.
14589         (describe-installation): Ditto.
14590         (view-lossage): Ditto.
14591         (describe-function): Ditto.
14592         (describe-variable): Ditto.
14593         (describe-syntax): Ditto.
14594
14595 1998-05-11  Oliver Graf <ograf@fga.de>
14596
14597         * dragdrop.el: changed order of require/provide
14598         (dragdrop-drop-mime-default) changed to new calling conventions
14599         (dragdrop-drop-do-functions) changed to new calling conventions
14600         (dragdrop-function-widget) this one needs more work...
14601
14602 1998-05-10  Oliver Graf <ograf@fga.de>
14603
14604         * about.el: another small change in my entry
14605         * dragdrop.el (dragdrop-drop-log-function): logging added
14606         plus customizations
14607         changed interface to handler functions. now called with event
14608         and object
14609
14610 1998-05-12  Kirill M. Katsnelson  <kkm@kis.ru>
14611
14612         * glyphs.el (divider-pointer-glyph): Declared new glyph,
14613         E-W arrow pointer displayed over draggable dividers.
14614
14615         * mouse.el (default-mouse-motion-handler): Show it when
14616         appropriate.
14617         (drag-window-divider): Added.
14618         ([top-level]): Initialized window-divider-map with a keymap
14619         binding the above function to left button down event.
14620
14621         * x-mouse.el (x-init-pointer-shape): Initialize
14622         divider-pointer-glyph from Cursor.dividerPointer, or use default
14623         E-W double arrow.
14624
14625 1998-04-30  Gunnar Evermann  <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
14626
14627         * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
14628
14629 1998-05-11  Hrvoje Niksic  <hniksic@srce.hr>
14630
14631         * simple.el (count-words-buffer): Don't query for buffer.
14632         (count-lines-buffer): Ditto.
14633
14634 1998-05-11  Jan Vroonhof <vroonhof@math.ethz.ch>
14635
14636         * help.el (where-is): add optional insert argument.
14637
14638 1998-05-11  Hrvoje Niksic  <hniksic@srce.hr>
14639
14640         * help.el (describe-key-briefly): New argument INSERT.
14641
14642         * simple.el (eval-expression): New optional argument; synch with
14643         FSF 20.3.
14644
14645         * keydefs.el (global-map): Add new register bindings.
14646
14647         * register.el: Synched with FSF 20.3.
14648
14649 1998-05-11  Jan Vroonhof <vroonhof@math.ethz.ch>
14650
14651         * window-xemacs.el (recenter): all arguments are optional.
14652
14653 1998-05-10  Kirill M. Katsnelson  <kkm@kis.ru>
14654
14655         * device.el: (device-pixel-width): Reflected name/parameters
14656         change to device-system-metric.
14657         (device-pixel-height): Ditto.
14658         (device-mm-width): Ditto.
14659         (device-mm-height): Ditto.
14660         (device-bitplanes): Ditto.
14661         (device-color-cells): Ditto.
14662
14663 1998-05-10  Hrvoje Niksic  <hniksic@srce.hr>
14664
14665         * cl-extra.el (cl-float-limits): Removed; move code to top-level.
14666
14667         * cl.el (most-positive-fixnum): Document.
14668         (most-negative-fixnum): Ditto.
14669
14670         * cus-dep.el: Updated comment.
14671
14672         * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
14673         constant.
14674
14675         * cus-load.el (custom-put): Removed.
14676
14677         * files.el (after-find-file): Just resignal quit instead of
14678         signaling "canceled".
14679
14680 1998-05-10  Hrvoje Niksic  <hniksic@srce.hr>
14681
14682         * frame.el (other-frame): Use `focus-frame' instead of
14683         select-frame kludges.
14684
14685         * lisp-mode.el: Update lisp-indent-function for
14686         save-selected-frame and with-selected-frame.
14687
14688         * frame.el (save-selected-frame): New macro.
14689         (with-selected-frame): Ditto.
14690         (other-frame): Use `set-frame-focus'.
14691
14692 1998-05-06  Oliver Graf <ograf@fga.de>
14693
14694         * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
14695         (dragdrop-drop-url-default) default handler for URL drops created
14696         (dragdrop-drop-mime-default) default handler for MIME drops created
14697         (dragdrop-drop-functions) default custom for handling drops created
14698         (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
14699
14700 1998-05-05  Jonathan Harris <jhar@tardis.ed.ac.uk>
14701
14702         * mouse.el: Removed redundant mouse-mswindows-drop function.
14703
14704 1998-05-05  Oliver Graf <ograf@fga.de>
14705
14706         * about.el: changed some text in my entry
14707         * dragdrop.el: added customs
14708
14709 1998-05-04  Oliver Graf <ograf@fga.de>
14710
14711         * mouse.el: killed global drop key bindings
14712         (mouse-offix-drop) removed
14713         * dragdrop.el: created
14714         * dumped-lisp.el: inclusion of dragdrop.el for window-systems
14715
14716 1998-05-09  Kirill M. Katsnelson  <kkm@kis.ru>
14717
14718         * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
14719         scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
14720
14721         * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
14722         obsolete comment.
14723
14724         * scrollbar.el (scrollbars-visible-p): Use new
14725         {vertical,horizontal}-scrollbar-visible-p specifiers.
14726
14727 1998-04-18  Kirill M. Katsnelson  <kkm@kis.ru>
14728
14729         * device.el (device-pixel-height):
14730         (device-pixel-width):
14731         (device-mm-width):
14732         (device-mm-height):
14733         (device-bitplanes):
14734         (device-color-cells): Moved these 6 functions from device.c; they
14735         all use single (device-system-metrics) call.
14736
14737 1998-05-09  SL Baur  <steve@altair.xemacs.org>
14738
14739         * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
14740         were renamed.
14741
14742         * menubar-items.el:
14743         * toolbar-items.el: Renamed from x-menubar/x-toolbar.
14744         Suggested by Hrvoje Niksic <hniksic@srce.hr>
14745
14746         * help.el (help-map): Remove Hyperbole keybinding logic.
14747         Suggested by: Michael Ernst <mernst@cs.washington.edu>
14748
14749 1998-05-08  SL Baur  <steve@altair.xemacs.org>
14750
14751         * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
14752         From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
14753
14754 1998-05-07  Andy Piper  <andyp@parallax.co.uk>
14755
14756         * msw-glyphs.el: use nicer icon3 from the frame icon.
14757
14758 1998-05-07  SL Baur  <steve@altair.xemacs.org>
14759
14760         * version.el (emacs-version): Remove InfoDock conditionals.
14761
14762         * startup.el (startup-splash-frame): Change ID logo name.
14763
14764 1998-05-06  Hrvoje Niksic  <hniksic@srce.hr>
14765
14766         * files.el (after-find-file): If the user presses C-g on
14767         directory-creation prompt, kill the buffer.
14768
14769 1998-05-06  SL Baur  <steve@altair.xemacs.org>
14770
14771         * simple.el (count-words-region): Reverse previous change.
14772
14773 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
14774
14775         * replace.el (query-replace): Just call perform-replace.
14776         (query-replace-regexp): Ditto.
14777         (perform-replace): Move region handling here.
14778         (perform-replace): Use the new arg to match-data.
14779
14780 1998-03-08  Kyle Jones  <kyle_jones@wonderworks.com>
14781
14782         * x-init.el: Install X specific display table that
14783           displays char 0240 as a space to avoid whatever it is
14784           that screws up display of that character code.
14785
14786 1998-05-03  Hrvoje Niksic  <hniksic@srce.hr>
14787
14788         * help.el (function-arglist): If no arguments are documented for a
14789         subr, print nothing rather than incorrect output.
14790
14791 1998-05-05  SL Baur  <steve@altair.xemacs.org>
14792
14793         * cmdloop.el (command-error): Update bail-out error message to use
14794         `emacs-program-name'.
14795
14796         * lib-complete.el: Remove reader macro cruft.
14797
14798         * dumped-lisp.el (preloaded-file-list): Phase I:  remove InfoDock
14799         cruft.
14800
14801         * simple.el (count-words-region): Drop interactive-p check on the
14802         message.
14803
14804 1998-05-04  Jonathan Harris <jhar@tardis.ed.ac.uk>
14805
14806         * font.el
14807         * msw-faces.el
14808         Correct spelling of mswindows-font-canonicalize-name.
14809
14810 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
14811
14812         * ldap.el (ldap-host-parameters-alist): Replaced with
14813         `ldap-host-parameters-plist'
14814         (ldap-search): Adapt to previous change
14815
14816 1998-05-02  SL Baur  <steve@altair.xemacs.org>
14817
14818         * about.el (about-hackers): Update Bob Weiner bio.
14819         (about-maintainer-info): Ditto.
14820
14821 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
14822
14823         * simple.el (display-warning-minimum-level): Docfix.
14824
14825 1998-04-04  Per Abrahamsen  <abraham@dina.kvl.dk>
14826
14827         * widget.el (:default-get): New keyword.
14828         * wid-edit.el (default, widget-default-default-get): Define it.
14829         (group, widget-group-default-get): Define it.
14830         (menu-choice, widget-choice-default-get): Define it.
14831         (widget-default-get): New function.
14832         (widget-choice-action): Call it.
14833         (widget-editable-list-entry-create): Call it.
14834
14835 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
14836
14837         * byte-optimize.el (byte-boolean-vars): Removed.
14838         (byte-optimize-lapcode): Use `built-in-variable-type' instead of
14839         lookup through `byte-boolean-vars'.
14840
14841 1998-05-01  Kirill M. Katsnelson  <kkm@kis.ru>
14842
14843         * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
14844         resource-provided values into ghost specs for scrollbar-height and
14845         scrollbar-width.
14846
14847 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
14848
14849         * byte-optimize.el: Don't attempt to optimize /=.
14850
14851         * bytecomp.el (byte-compile-one-ore-more-args): New function.
14852         (byte-compile-/=): Ditto.
14853
14854 1998-05-02  SL Baur  <steve@altair.xemacs.org>
14855
14856         * apropos.el: Use `with-displaying-help-buffer'.
14857         (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
14858         Use `with-displaying-help-buffer'.
14859         (apropos-follow): Do not give special treatment to buffer cursor
14860         was in prior to a mouse click.
14861         (apropos-describe-plist): Use `with-displaying-help-buffer'.
14862         (apropos-print-doc): Set correct buffer for setting text
14863         properties.
14864
14865 1998-05-01  SL Baur  <steve@altair.xemacs.org>
14866
14867         * help.el (help-buffer-prefix-string): New variable.
14868         (help-buffer-name): Use it.
14869
14870         * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
14871         mode menu.
14872
14873 1998-04-30  Greg Klanderman  <greg@alphatech.com>
14874
14875         * frame.el (other-frame): Work even when focus-follows-mouse is true.
14876
14877 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
14878
14879         * files.el (find-file-noselect): Update docstring.
14880         (find-file-noselect): Signal an error if found an unreadable file.
14881         (file-chase-links): Save the match data.
14882         (normal-mode): Use `lwarn' and `error-message-string'.
14883         (interpreter-mode-alist): Change defconst to defvar.
14884         (inhibit-first-line-modes-regexps): Ditto.
14885         (inhibit-first-line-modes-regexps): Added .tgz.
14886         (inhibit-first-line-modes-suffixes): Change defconst to defvar.
14887         (change-major-mode-with-file-name): New user-option.
14888         (set-visited-file-name): Synched with FSF.
14889         (file-name-extension): New function, from FSF 20.3.
14890         (file-relative-name): Synched with FSF.
14891         (save-some-buffers): Support the C-r feature.
14892         (recover-session): Synched with FSF.
14893         (kill-some-buffers): Ditto.
14894         (set-auto-mode): New argument JUST-FROM-FILE-NAME.
14895
14896 1998-04-30  SL Baur  <steve@altair.xemacs.org>
14897
14898         * files.el (insert-file): Undo previous change and reenable use of
14899         format.el.
14900
14901 1998-04-30  Hrvoje Niksic  <hniksic@srce.hr>
14902
14903         * window-xemacs.el (recenter): Define.
14904
14905 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
14906
14907         * font.el (mswindows-font-create-name)
14908         (mswindows-font-create-object): new functions for mswindows type
14909         fonts.
14910
14911         * msw-faces.el (mswindows-font-canicolize-name): fix so that
14912         strings are parsed as well as font objects.
14913
14914 1998-04-30  Hrvoje Niksic  <hniksic@srce.hr>
14915
14916         * modeline.el (defining-kbd-macro): Restore modeline indication of
14917         kbd-macro being recorded.
14918         (add-minor-mode): Simplify docstring.
14919         (modeline-minor-mode-menu): Remove stuff.
14920
14921 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
14922
14923         * code-process.el (call-process): dynamically decide process
14924         coding type.
14925
14926 1998-04-29  Jim Radford  <radford@robby.caltech.edu>
14927
14928         * modeline.el: Add line-number-mode, column-number-mode to
14929         the modeline minor-mode menu.  Button2 on the line number does
14930         goto-line.
14931
14932 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
14933
14934         * mouse.el: move x-selection-owner-p type things to
14935         selection-owner-p.
14936
14937         * msw-init.el: copy zmacs stuff from x-init.el
14938
14939         * msw-select.el (mswindows-own-selection)
14940         (mswindows-disown-selection) (mswindows-selection-owner-p): new
14941         functions. Very simple minded implementation of selectio
14942         ownership.
14943
14944         * select.el (own-selection) (disown-selection)
14945         (activate-region-as-selection) (select-make-extent-for-selection)
14946         (valid-simple-selection-p): functions moved from x-select.el for
14947         generalized selection.
14948
14949         * x-select.el: see select.el changes.
14950
14951         * x-toolbar.el: use new selection functions.
14952
14953 1998-04-28  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
14954
14955         * packages.el (packages-find-package-directories): Fixed bug that
14956         would pick up multiple site-package directories.
14957         (package-locations): Added "xemacs-packages" as a late package
14958         location.
14959
14960         * find-paths.el: Now uses `emacs-program-name' and
14961         `emacs-program-version'.
14962         Additions to enforce version-specific directories in
14963         `paths-find-version-directory'.
14964
14965 1998-04-29  SL Baur  <steve@altair.xemacs.org>
14966
14967         * default.el: Removed.
14968         * site-start.el: Removed.
14969
14970 1998-04-29  Didier Verna  <didier@xemacs.org>
14971
14972         * minibuf.el (minibuffer-history-minimum-string-length): Default
14973         to nil.
14974
14975 1998-04-28  SL Baur  <steve@altair.xemacs.org>
14976
14977         * find-paths.el (paths-program-name): Rename.
14978         (paths-emacs-root-p): Ditto.
14979         (paths-find-site-directory): Ditto.
14980
14981 1998-04-26  Karl M. Hegbloom  <karlheg@inetarena.com>
14982
14983         * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
14984         `emacs-lisp-byte-compile-and-load'.
14985
14986 1998-04-26  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
14987
14988         * ldap.el (ldap-search): Fixed additional parameter passing to
14989         `ldap-open'
14990
14991 1998-04-27  Andy Piper  <andyp@parallax.co.uk>
14992
14993         * select.el (kill-primary-selection) (selection-owner-p)
14994         (copy-primary-selection) (yank-clipboard-selection)
14995         (selection-exists-p) (delete-primary-selection): new file and
14996         functions that do the right thing for the selected device.
14997
14998         * x-menubar.el: use generalised selection functions.
14999
15000         * dumped-lisp.el: dump select.el.
15001
15002 1998-04-27  SL Baur  <steve@altair.xemacs.org>
15003
15004         * find-paths.el (paths-progname): New variable.
15005         (paths-emacs-root-p): Use it.
15006         (paths-find-site-directory): Ditto.
15007
15008 1998-04-26  SL Baur  <steve@altair.xemacs.org>
15009
15010         * loadup.el ((member "dump" command-line-args)): Dump as
15011         `infodock' if InfoDock.
15012
15013 1998-04-25  SL Baur  <steve@altair.xemacs.org>
15014
15015         * find-paths.el (construct-emacs-version): Simplify, include
15016         program name in the return value.
15017         * (paths-find-version-directory): Use it.
15018
15019 1998-04-25  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
15020
15021         * info.el (Info-parse-dir-entries): Fixed regexp
15022         (Info-build-dir-anew): Remove full suffix and capitalize info file
15023         name for files with no @direntry
15024         (Info-batch-rebuild-dir): New function
15025         (Info-suffixed-file): Check for regular files instead of simple
15026         file existence (could catch directories before)
15027
15028 1998-04-25  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15029
15030         * setup-paths.el, find-paths.el: Removed uses of `not' which
15031         temacs doesn't have.
15032
15033         * find-paths.el (paths-find-emacs-roots): Included exec-prefix
15034         into root searching.
15035
15036 1998-04-24  Martin Buchholz  <martin@xemacs.org>
15037
15038         * subr.el: Remove definition of `not'.
15039
15040 Sat Apr 24 1998  Andy Piper  <andyp@parallax.co.uk>
15041
15042         * msw-glyphs.el: enable graphics support.
15043
15044 1998-04-23  Didier Verna  <didier@xemacs.org>
15045
15046         * x-menubar.el (default-menubar): restored the line-number-mode
15047         option.
15048
15049         * misc doc string updates related to the options menu.
15050
15051 1998-04-24  SL Baur  <steve@altair.xemacs.org>
15052
15053         * setup-paths.el (paths-construct-load-path): Fix typo.
15054
15055 1998-04-23  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15056
15057         * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
15058         font-menu-ignore-scaled-fonts don't have to be bound now; this
15059         gets us one step further towards making --no-autoloads work.
15060
15061         * startup.el (normal-top-level): Load auto-autoloads only if
15062         lisp-directory is non-nil.
15063
15064         * setup-paths.el (paths-construct-load-path): Made it robust
15065         against nil lisp-directory.
15066
15067         * startup.el (startup-setup-paths-warning): Added `lisp-directory'
15068         to the list of variables that cause a warning when nil.
15069
15070         * toolbar.el (init-toolbar-location): Now works even when there's
15071         no toolbar icon directory.
15072
15073 1998-04-23  Hrvoje Niksic  <hniksic@srce.hr>
15074
15075         * help.el (view-lossage): Recognize it.
15076
15077         * simple.el (log-message): Mark multiline messages.
15078
15079 1998-04-22  SL Baur  <steve@altair.xemacs.org>
15080
15081         * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
15082
15083 1998-4-20  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
15084
15085         * package-get.el (package-get-all):  add `\n' separator to
15086         interactive specification so that both variables are read
15087
15088 1998-04-22  Didier Verna  <didier@xemacs.org>
15089
15090         * x-menubar.el: ported the options menu to Custom.
15091         Moved the "read only" toggle button to the buffers menu.
15092         Corrected some missing ;;;###autoload or defcustom.
15093
15094         * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
15095         the scrollbar-visible specifier for options menu handling.
15096
15097         * toolbar.el (toolbar-visible-p)
15098                      (toolbar-captioned-p)
15099                      (default-toolbar-position): defcustom wrappers around
15100         the toolbar specifiers for options menu handling.
15101
15102         * frame.el (get-frame-for-buffer-default-instance-limit):
15103         defcustom it for options menu handling.
15104
15105         * font-lock.el (font-lock-mode): defcustom and autoload the variable
15106         font-lock-mode for options menu handling.
15107
15108         * cus-start.el: added Custom properties to overwrite-mode for
15109         options menu handling.
15110
15111 Wed Apr 22 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
15112
15113         * about.el: shameless self-promotion.
15114
15115 1998-04-21  Hrvoje Niksic  <hniksic@srce.hr>
15116
15117         * simple.el (raw-append-message): Slightly optimize.
15118         (remove-message): Use `push' for clarity.
15119         (append-message): Ditto.
15120         (display-warning): Dito.
15121         (raw-append-message): Send the message to the appropriate device.
15122
15123 1998-04-22  SL Baur  <steve@altair.xemacs.org>
15124
15125         * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
15126         From Sean MacLennan <Sean.MacLennan@pika.ca>
15127
15128 1998-04-18  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15129
15130         * setup-paths.el: Changed `directory-sep-char' to
15131         `path-separator', following a change in GNU Emacs.
15132
15133 1998-04-19  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
15134
15135         * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
15136         (Info-build-dir-anew): Add a final newline.
15137         (Info-build-dir-anew): Do not issue warning when rebuilding policy
15138         is `always'
15139         (Info-rebuild-dir): Ditto
15140
15141         * dumped-lisp.el (preloaded-file-list): Added ldap.el
15142
15143 1998-04-21  SL Baur  <steve@altair.xemacs.org>
15144
15145         * simple.el (count-words-buffer): Retain zmacs region.
15146         (count-words-region): Ditto.
15147         * simple.el: (what-line): Expanded line counts.
15148         (count-lines): New parameter to conditionalize whether collapsed
15149         lines get counted.
15150         From Bob Weiner <weiner@altrasoft.com>
15151
15152 1998-04-19  SL Baur  <steve@altair.xemacs.org>
15153
15154         * packages.el (package-locations): infodock-packages must override
15155         mule-packages and packages.
15156
15157 1998-04-19  Jonathan Harris <jhar@tardis.ed.a.uk>
15158
15159         * wid-edit.el:
15160         remove rude messages from widget-activation-widget-mapper
15161         and widget-activation-glyph-mapper
15162
15163 1998-04-17  Jonathan Harris <jhar@tardis.ed.ac.uk>
15164
15165         * toolbar.el: Remove (featurep 'x) test from
15166         toolbar-make-button-list
15167
15168 1998-04-17  Hrvoje Niksic  <hniksic@srce.hr>
15169
15170         * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
15171         only if in the same frame.
15172
15173 1998-04-17  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15174
15175         * packages.el (package-locations): Added site-packages hierarchy.
15176
15177         * setup-paths.el (paths-default-info-directories): Introduced and
15178         used.
15179
15180         * packages.el, setup-paths.el: Set various path searching depths
15181         to 1.
15182
15183         * packages.el (packages-hierarchy-depth):
15184         (packages-load-path-depth): Introduced and used.
15185
15186         * setup-paths.el (paths-load-path-depth): Introduced and used.
15187
15188         * find-paths.el (paths-find-recursive-path): Added max-depth
15189         parameter.
15190
15191 1998-04-15  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15192
15193         * setup-paths.el (paths-construct-info-path): Removed
15194         dependency on behavior of (file-name-as-directory "").
15195
15196 1998-04-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
15197
15198         * ldap.el (ldap-search): Adapt to the new low-level API using ldap
15199         lisp objects
15200
15201 1998-04-14  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15202
15203         * dump-paths.el, startup.el: Added handling for --debug-paths.
15204
15205 1998-04-15  William M. Perry  <wmperry@aventail.com>
15206
15207         * wid-edit.el: We cannot just set the help-echo or balloon-help
15208           properties for an extent based on the :help-echo widget
15209           property, since help-echo and balloon-help cause an EXTENT to
15210           get passed in, where :help-echo functions are expecting a WIDGET
15211
15212 1998-04-15  Kirill M. Katsnelson  <kkm@kis.ru>
15213
15214         * scrollbar.el (init-scrollbar-from-resources): Call
15215         mswindows-init-scrollbar-metrics when appropriate.
15216
15217 Thu Apr 16 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
15218
15219         * dumped-lisp.el: dump x-toolbar for window system
15220
15221         * msw-init.el (init-post-mswindows-win): enable toolbars if we
15222         have support and xpm.
15223
15224 1998-04-16  SL Baur  <steve@altair.xemacs.org>
15225
15226         * files.el (toggle-read-only): Fix docstring.
15227         From Didier Verna <didier@xemacs.org>
15228
15229 1998-04-14  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15230
15231         * startup.el (normal-top-level): Load autoload-file-name without
15232         specifying an extension---some people only auto-autoload.el.gz.
15233
15234 1998-04-06  Hrvoje Niksic  <hniksic@srce.hr>
15235
15236         * files.el (backup-enable-predicate): Don't bomb on NAME being
15237         nil.
15238
15239 1998-04-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15240
15241         * find-paths.el, packages.el: Now prefers configure'd paths.
15242         This shouldn't cause any of the originally anticipated problems as
15243         the current paths architecture will not define the various
15244         configure-xxx variables if they're not specified on the configure
15245         command line.
15246
15247         * find-paths.el, setup-paths.el, packages.el: Removed all
15248         mentionings of "/" as a path separator.
15249         Used paths-construct-path throughout.
15250
15251         * find-paths.el (paths-construct-path): Created to assemble paths
15252         from directory components.
15253
15254         * setup-paths.el, packages.el: Used paths-decode-directory-path
15255         instead of decode-path-internal.
15256
15257         * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
15258         and associates.
15259         (paths-decode-directory-path) Created.
15260
15261         * setup-paths.el: Changed configure-exec-path to
15262         configure-exec-directory.
15263
15264 1998-04-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15265
15266         * packages.el (packages-find-packages): Fixed decoding of
15267         EMACSPACKAGEPATH.
15268
15269         * startup.el: -no-packages -> -no-early-packages.
15270
15271         (packages-load-package-lisps): Fixed loading of auto-autoload
15272         files.
15273
15274         * startup.el (normal-top-level): Fixed loading of core
15275         auto-autoload.
15276
15277         * obsolete.el: Un-obsoleted site-directory.  Sigh.
15278
15279         * startup.el, packages.el, dump-paths.el: Added proper settings
15280         for site-directory and lisp-directory variables.
15281
15282         * startup.el, loadup.el: Renamed inhibit-update-autoloads to
15283         inhibit-package-autoloads and fixed handling of it.
15284
15285         * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
15286         handling of former inhibit-package-init, now
15287         inhibit-early-packages, to make -vanilla etc. work.
15288
15289 1998-04-10  Kirill M. Katsnelson  <kkm@kis.ru>
15290
15291         * code-process.el (start-process): Fallback to 'undecided instead
15292         of 'binary for process input coding stream.
15293
15294         * process.el (start-process): Docstring fix.
15295
15296 1998-04-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
15297
15298         * info.el (Info-insert-dir): Do not insert temporary dir files
15299         in Info-dir-file-attributes
15300         (Info-build-dir-anew): Ensure temporary buffer is not read-only
15301         (Info-rebuild-dir): Ditto.
15302
15303 1998-04-09  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15304
15305         * obsolete.el: Added obsoleteness declarations for
15306         `site-directory' and `Info-default-directory-list'.
15307
15308 1998-04-08  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15309
15310         * find-paths.el (paths-find-emacs-root): Only look at the
15311         executable at the end of the symlink chain for determining the
15312         Emacs root.
15313
15314 1998-04-07  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15315
15316         * setup-paths.el (paths-construct-info-path): Changed construction
15317         to cater to gone default in configure.
15318
15319         * find-paths.el (paths-uniq-append): Added.
15320
15321         * packages.el: Rewritten package path construction once again.
15322
15323         * dump-paths.el, startup.el: Removed package-path as a global
15324         variable.
15325
15326         * package-admin.el (package-admin-add-single-file-package):
15327         (package-admin-add-binary-package): Changed package-path to
15328         late-packages.
15329
15330         * packages.el (packages-split-path): Split path at "/" rather than
15331         nil according to change in emacs.c.
15332
15333 1998-04-06  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15334
15335         * setup-paths.el (paths-construct-info-path): Changed info path
15336         order so that directories come out right.
15337         (paths-find-lock-directory): Fixed bug: It used to think
15338         configure-lock-directory is a path.
15339
15340 1998-04-06  Jeff Miller <jmiller@smart.net>
15341
15342         * x-toolbar.el:  Added toolbar-vector-xxxxxx defvars.  Modified
15343         initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars.  This
15344         eases the use of toolbar-add/kill-item functions.
15345
15346 1998-04-07  Kirill M. Katsnelson  <kkm@kis.ru>
15347
15348         * code-files.el (file-coding-system-alist): Commented out
15349         loaddefs.el magical treatment.
15350
15351 1998-04-06  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
15352
15353         * info.el (Info-rebuild-outdated-dir): Added new option
15354         `conservative' and made it the default
15355         (Info-rebuild-dir): Appropriately parse multi-line description
15356         strings, and multi-section dir files. Issue warning when dir
15357         is rebuilt as temporary
15358         (Info-build-dir-anew): Issue warning when dir is built as
15359         temporary
15360
15361 1998-04-04  Kirill M. Katsnelson  <kkm@kis.ru>
15362
15363         * list-mode.el (list-mode-map): Bind highlight motion commands to
15364         standard keys left, right, C-b and C-f.
15365
15366 1998-03-29  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
15367
15368         * files.el (auto-mode-alist): allow .sc for Scheme->C
15369
15370 1998-04-06  SL Baur  <steve@altair.xemacs.org>
15371
15372         * loadup.el (pureload): Don't quote (garbage-collect).
15373
15374 1998-04-04  SL Baur  <steve@altair.xemacs.org>
15375
15376         * package-get-base.el: Updated.
15377
15378 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
15379
15380         * isearch-mode.el (isearch-just-started): New variable.
15381         (isearch-mode): Set it.
15382         (isearch-repeat): Advance one character forward only if the search
15383         was successful, and was not just started.
15384         (isearch-repeat): Clear isearch-just-started.
15385
15386 1998-04-02  SL Baur  <steve@altair.xemacs.org>
15387
15388         * finder.el (finder-compile-keywords): Don't eval new finder-inf
15389         if running -batch.
15390
15391 1998-03-26  Hrvoje Niksic  <hniksic@srce.hr>
15392
15393         * subr.el (listify-key-sequence): Removed.
15394
15395 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
15396
15397         * bytecomp.el (byte-compile-print-gensym): New option.
15398         (byte-compile-output-file-form): Use it.
15399         (byte-compile-output-docform): Ditto.
15400         (byte-compile-compiled-obj-to-list): Ditto.
15401
15402 Sun Mar 29 1998  Andy Piper  <andyp@parallax.co.uk>
15403
15404         * msw-glyphs.el: set frame icon if xpm support.
15405
15406 1998-03-30  Kyle Jones  <kyle_jones@wonderworks.com>
15407
15408         * help.el: Code that pretty prints variable values
15409           removed.
15410
15411 1998-04-02  SL Baur  <steve@altair.xemacs.org>
15412
15413         * find-paths.el (paths-emacs-root-p): Correct test for installation
15414         directory.
15415         From Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15416
15417 1998-03-30  Kyle Jones  <kyle_jones@wonderworks.com>
15418
15419         * loaddefs.el: Don't set debug-ignored-errors; leave
15420           its default value set to nil.
15421
15422 1998-03-29  Damon Lipparelli  <lipp@primus.com>
15423
15424         * info.el (Info-rebuild-dir): fixed mis-spelling.
15425
15426 1998-03-29  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
15427
15428         * info.el (Info-rebuild-outdated-dir): New custom var
15429         (Info-insert-node): Create/update dir file when needed, ie when it
15430         does not exist or is older than some info files in directory
15431
15432 1998-04-01  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15433
15434         * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
15435         for last packages, mainly for using a 20.4 package base.
15436
15437         * packages.el (late-packages): Typo fix.  It was called
15438         early-packages.
15439
15440         * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
15441         relative symlinks correctly.
15442         (paths-find-emacs-roots): More rigorous checking for plausible
15443         configuration-time root.
15444
15445         * startup.el (normal-top-level): Added a warning if XEmacs cannot
15446         find its roots.
15447
15448 1998-03-27  Martin Buchholz  <martin@xemacs.org>
15449
15450         * faces.el: Fix docstrings.
15451         * glyphs.el: Fix docstrings.
15452         * mouse.el: Fix docstrings.
15453
15454         * frame.el: Change phrase `current frame' to `selected frame'.
15455
15456         * faces.el (face-spec-set-match-display): Make FRAME arg optional.
15457
15458         * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
15459         macros using backquote to make them infinitely more readable.
15460
15461 1998-03-30  SL Baur  <steve@altair.xemacs.org>
15462
15463         * packages.el (packages-find-package-path): Hardcoded specialized
15464         InfoDock support until we can clean this up.
15465
15466         * help.el (describe-bindings-1): Return the value of the bindings
15467         help buffer created.
15468         (describe-bindings): Ditto.
15469
15470         * simple.el (set-variable): Restore previous behavior of not
15471         bombing if the variable to set is not boundp.
15472
15473 1998-03-30  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15474
15475         * packages.el (packages-handle-package-dumped-lisps): Allow for
15476         non-local files to be loaded off the package-lisp variable.
15477
15478 1998-03-27  Kyle Jones  <kyle_jones@wonderworks.com>
15479
15480         * x-faces.el: Global X resources should override
15481           specs for all device classes (color, grayscale, mono);
15482           code currently doesn't override any of them.  Fixed by
15483           calling remove-specifier with '(x default) as the tag
15484           set and allowing inexact matches.
15485
15486 1998-03-27  Kyle Jones  <kyle_jones@wonderworks.com>
15487
15488         * faces.el: Separated face initializations based on
15489           device classes into device type specific (tag set,
15490           instantiator) pairs.
15491
15492 1998-03-09  Hrvoje Niksic  <hniksic@srce.hr>
15493
15494         * wid-edit.el (widget-choice-action): Remember user's explicit
15495         choice.
15496         (widget-choice-value-create): Respect it.
15497         From Richard Stallman <rms@gnu.org>
15498
15499 1998-03-26  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15500
15501         * setup-paths.el (paths-construct-info-path): Always append
15502         existing directories from configure-time info path.
15503
15504         * startup.el (startup-setup-paths): Renamed misnamed info-path to
15505         Info-directory-list.
15506
15507         * info.el: Removed Info-default-directory-list which was broken by
15508         design.
15509         Removed bogus initialization of Info-directory-list---startup.el
15510         can do a much better job.
15511         Added autoload of Info-directory-list.
15512
15513         * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
15514         out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
15515         be exclusive; now it's merely given precedence, just like in the
15516         old days.
15517
15518 1998-03-25  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15519
15520         * find-paths.el (paths-find-architecture-directory): Fix bug with
15521         finding; it used to default too early.
15522
15523 1998-03-25  Martin Buchholz <martin@xemacs.org>
15524
15525         * packages.el (packages-split-path): Fix a bug; it used to fail
15526         for paths that weren't split.
15527
15528 1998-03-26  SL Baur  <steve@altair.xemacs.org>
15529
15530         * finder.el (finder-compile-keywords): trap on errors.
15531
15532 1998-03-24  Kyle Jones  <kyle_jones@wonderworks.com>
15533
15534         * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
15535           fourth argument of t so that only the specs exactly
15536           matching the tag lists are removed.
15537
15538 1998-03-25  SL Baur  <steve@altair.xemacs.org>
15539
15540         * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
15541
15542 1998-03-23  SL Baur  <steve@altair.xemacs.org>
15543
15544         * minibuf.el (mouse-read-file-name-1): If a default directory was
15545         specified, use it for generating the completions.
15546
15547 1998-03-23  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15548
15549         * update-elc.el: Now respects inhibit-package-init and
15550         inhibit-site-lisp.
15551         Now does path construction with loadup-paths.
15552
15553         * startup.el (normal-top-level, startup-setup-paths): Now respects
15554         inhibit-package-init and inhibit-site-lisp.
15555
15556         * packages.el (packages-find-package-path): Extended package path
15557         by version-specific hierarchies.
15558         (packages-find-packages): Now respects inhibit flag and
15559         inhibit-site-lisp.
15560         Moved path setup to loadup-paths.
15561
15562         * make-docfile.el: Now respects inhibit-package-init and
15563         inhibit-site-lisp.
15564         Now does path construction with loadup-paths.
15565
15566         * loadup.el: Now respects inhibit-package-init and
15567         inhibit-site-lisp.
15568
15569         * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
15570
15571         * loadup-paths.el: New file: setup load-path to encompass
15572         packages.
15573
15574 1998-03-22  SL Baur  <steve@altair.xemacs.org>
15575
15576         * auto-show.el: load-gc renamed to pureload.
15577         * site-load.el: Ditto.
15578         * packages.el (toplevel): Ditto.
15579         * loadup.el (really-early-error-handler): Ditto.
15580         * dumped-lisp.el (preloaded-file-list): Ditto.
15581         * cus-face.el (custom-declare-face): Ditto.
15582
15583 1998-03-22  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15584
15585         * <Today>: The Big Path Searching Overhaul.
15586
15587         * find-paths.el: New file: find and assemble paths in the
15588         installation hierarchy.
15589
15590         * setup-paths.el: New file: global layout of paths and directories
15591         within the XEmacs hierarchy.
15592
15593         * packages.el: Replaced everything related to path searching and
15594         startup by code in terms of find-paths.
15595
15596         * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
15597         the new path searching engine.
15598
15599         * dumped-lisp.el (preloaded-file-list): Added new files find-paths
15600         and setup-paths.
15601
15602 1998-03-22  SL Baur  <steve@altair.xemacs.org>
15603
15604         * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
15605         setup-paths.el.
15606
15607 1998-03-20  Kirill M. Katsnelson  <kkm@kis.ru>
15608
15609         * msw-glyphs.el: Added check for 'mswindows feature, so the file
15610         compiles identically in any configuration.
15611         Removed irrelevant commentary.
15612
15613 1998-03-20  Kirill M. Katsnelson  <kkm@kis.ru>
15614
15615         * simple.el (set-variable): Allow setting specifiers.
15616
15617 1998-03-19  SL Baur  <steve@altair.xemacs.org>
15618
15619         * lisp.el (forward-sexp): Revert previous change.
15620
15621 1998-03-18  SL Baur  <steve@altair.xemacs.org>
15622
15623         * frame.el (frame-initialize): Use `delete-console' instead of
15624         `delete-device' to delete the stream console to match the usage in
15625         Fkill_emacs.
15626
15627 1998-03-16  SL Baur  <steve@altair.xemacs.org>
15628
15629         * files.el (cdpath-previous): New variable.
15630         (cd): Use it.
15631         From Bob Weiner <weiner@wave.altrasoft.com>
15632
15633 1998-03-15  Kyle Jones  <kyle_jones@wonderworks.com>
15634
15635         * keydefs.el: Changed keybindings of forward-char,
15636           backward, scroll-up and scroll-down to point to their
15637           -command counterparts.
15638
15639         * simple.el: New functions: forwarc-char-command,
15640           backwrad-char-command, scroll-up-command,
15641           scroll-down-command which work liek their counterparts
15642           except that they honor the variable
15643           signal-error-on-buffer-boundary.
15644
15645           Definition of signal-error-on-buffer-boundary received
15646           from src/cmds.c.
15647
15648           defvar declaration added for word-across-newline to avoid
15649           byte-compiler warning about the free variable reference.
15650
15651 1998-03-14  Kirill M. Katsnelson  <kkm@kis.ru>
15652
15653         * winnt.el: Removed "%t" from the beginning of
15654         modeline-format. From now on, there's no nt-specifics in the modeline.
15655
15656 1998-03-14  SL Baur  <steve@altair.xemacs.org>
15657
15658         * setup-paths.el (paths-setup-paths-warning): Replace occurrences
15659         of `when' with `if'.
15660
15661 1998-03-03  Kirill M. Katsnelson  <kkm@kis.ru>
15662
15663         * msw-glyphs.el: New file. Defines TTY-style glyphs for
15664         mswindows. Must be reworked along with glyphs.el, or
15665         merged into it, after there is images support.
15666
15667         * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
15668         'mswindows.
15669
15670 1998-03-13  SL Baur  <steve@altair.xemacs.org>
15671
15672         * faces.el: fix for text cursor initialization.
15673         Suggested by Kyle Jones <kyle_jones@wonderworks.com>
15674         From Andy Piper <andyp@parallax.co.uk>
15675
15676 1998-03-11  Pete Ware  <ware@cis.ohio-state.edu>
15677
15678         * files.el (set-auto-mode): If a mode is not fboundp, check to see
15679         if there is an existing package that handles it and warn the user
15680         about that mode.
15681
15682 1998-03-02  Kirill M. Katsnelson  <kkm@kis.ru>
15683
15684         * x-menubar.el (default-menubar): Greyed out "Help / Basics /
15685         Installation" menu item when Installation-string is not bound.
15686
15687 1998-03-11  SL Baur  <steve@altair.xemacs.org>
15688
15689         * lisp.el (forward-sexp): Fix for test for balanced sexp.
15690         From Jeremiah W. James <jerry@cs.ucsb.edu>
15691
15692 1998-03-10  Kyle Jones  <kyle_jones@wonderworks.com>
15693
15694         * msw-faces.el:
15695         * faces.el: Fix face initialization.
15696
15697 1998-03-10  Glynn Clements  <glynn@sensei.co.uk>
15698
15699         * files.el (backup-enable-predicate): fix breakage introduced
15700         by TMPDIR patch.
15701
15702 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
15703
15704         * x-faces.el (x-init-face-from-resources): The
15705           TTY face property retrieval functions don't return
15706           specifiers, so use face-property instead.
15707
15708 1998-03-09  SL Baur  <steve@altair.xemacs.org>
15709
15710         * mwheel.el (mwheel-install): Use portable keysyms and syntax.
15711
15712 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
15713
15714         * x-menubar.el: Expanded documentation for
15715           option-save-faces.  Changed Options -> Browse Faces
15716           menu entry to invoke customize-face.
15717
15718 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
15719
15720         * faces.el: Most face initialization moved out of
15721           init-other-random-faces to the top level so that the
15722           initialization happens before Xemacs is dumped.  Much
15723           of the fascist "face-differs-from-default-p or FROB!"
15724           code has been retired in favor of letting the user do
15725           what they want to do.  Face initialization code changed
15726           to use `default' specifier tag so that the settings can
15727           be overridden later if the user wishes it.
15728
15729 1998-03-08  SL Baur  <steve@altair.xemacs.org>
15730
15731         * about.el (about-hackers): Update contributors list.
15732
15733 1998-03-07  Kyle Jones  <kyle_jones@wonderworks.com>
15734
15735         * specifier.el: Define new specifier tag `default'.
15736
15737         * modeline.el: Initialize faces using `default' tag.
15738
15739         * x-faces.el (x-init-face-from-resources): Remove
15740           specifier specs containing the `default' tag before
15741           adding new specs.
15742
15743 1998-03-02  John Jones  <jj@asu.edu>
15744
15745         * package-get.el (package-get-all): fixed arguments on call to
15746         package-admin-add-single-file-package.
15747         * package-get.el (package-get-installedp): fixed to match
15748         advertised behavior.
15749         * package-get.el: added function package-get-update-all which
15750         installs newest versions of all the current packages (if they are
15751         not already installed).
15752
15753 1998-03-04  Jens-Ulrik Petersen  <petersen@kurims.kyoto-u.ac.jp>
15754
15755         * files.el (find-file-noselect): Uncommented `truename' binding in
15756         `let*' and use it later to set `buffer-file-truename' iff it's
15757         still nil, as happens for example when finding a compressed
15758         file with "jka-compr".
15759
15760 Wed Mar 04 08:55:12 1998  Andy Piper  <andyp@parallax.co.uk>
15761
15762         * faces.el: in make-face-* type functions do the operation for all
15763         window systems, not just the first one found.
15764
15765         * font.el: call mswindows-list-fonts for mswindows.
15766
15767 1998-03-02  Glynn Clements  <glynn@sensei.co.uk>
15768
15769         * code-process.el (call-process-region):
15770         * process.el (call-process-region):
15771         * package-get.el (package-get-dir):
15772         * files.el (backup-enable-predicate):
15773         * gnuserv.el (gnuserv-temp-file-regexp):
15774         Use temp-directory in place of `/tmp'.
15775
15776 Fri Feb 20 21:22:34 1998  Darryl Okahata  <darrylo@sr.hp.com>
15777
15778         * "Fast" dired-in-C enhancements for Windows 95/NT:
15779
15780         * files.el: Added function, `wildcard-to-regexp', from GNU
15781           Emacs.
15782
15783         * files.el (insert-directory): Modified to use special
15784           dired-in-C enhancements if present.
15785
15786 Mon Mar 02 11:37:36 1998  Andy Piper  <andyp@parallax.co.uk>
15787
15788         * code-files.el: make default coding no-conversion.
15789
15790 1998-03-02  SL Baur  <steve@altair.xemacs.org>
15791
15792         * dumped-lisp.el (preloaded-file-list): Find Installation.el from
15793         the load-path.
15794
15795         * update-elc.el: Strip directory when testing for files not to
15796         bytecompile.
15797
15798 1998-03-02  Aki Vehtari  <Aki.Vehtari@hut.fi>
15799
15800         * lisp-mode.el: Use recommended form for menus.
15801
15802         * info.el (Info-construct-menu): Use recommended form for menus.
15803
15804         * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
15805         entry.
15806
15807 1998-02-28  Kyle Jones  <kyle_jones@wonderworks.com>
15808
15809         * frame.el: Resurrect get-frame-for-buffer-default-to-current.
15810           (get-frame-for-buffer-noselect): Always return frames
15811           in the not-this-window-p cond clause.
15812
15813 1998-02-27  SL Baur  <steve@altair.xemacs.org>
15814
15815         * help.el (describe-installation): New function.
15816
15817         * x-menubar.el (default-menubar): Add describe-installation to
15818         Help menu.
15819
15820         * packages.el (packages-unbytecompiled-lisp): Installation.el
15821         should not be bytecompiled.
15822
15823         * dumped-lisp.el (preloaded-file-list): Dump Installation with
15824         XEmacs.
15825
15826         * x-menubar.el (default-menubar): Use correct guard for VM menu
15827         entry.
15828
15829         * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
15830         coding.
15831         From Andy Piper <andyp@parallax.co.uk>
15832
15833 1998-02-26  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
15834
15835         * ldap.el: Do not require ldap-internal at compile time.
15836
15837 Tue Feb 17 12:50:37 1998  Andy Piper  <andyp@parallax.co.uk>
15838
15839         * code-files.el: new file. a virtual copy of mule-files.el
15840         but without charset
15841         dependencies. (toggle-buffer-file-ocding-system) new function for
15842         changing the eol type for the current buffer.
15843
15844         * code-process.el: new file. a copy of
15845         mule-process.el. mule-process.el will disappear when things have
15846         settled.
15847
15848         * coding.el: new file. a virtual copy of mule-files.el but
15849         without charset dependencies. (coding-system-base) new function
15850         for getting the parent coding system of a coding system with eol
15851         type set.
15852
15853         * dumped-lisp.el: add above files for the non-mule case.
15854
15855 1998-02-25  Kyle Jones  <kyle_jones@wonderworks.com>
15856
15857         * window-xemacs.el (display-buffer): If no explicit
15858           frame is specified, search for a window that displays
15859           the buffer on the currently selected frame, before
15860           searching other frames.
15861
15862 1998-02-25  Kyle Jones  <kyle_jones@wonderworks.com>
15863
15864         * frame.el (get-frame-for-buffer): If not-this-window-p
15865           is non-nil, use window on the selected frame if it is not
15866           also the selected window.  When defaulting, search for
15867           windows on the currently selected fgrame before searching
15868           other frames.
15869
15870 1998-02-25  Didier Verna  <didier@xemacs.org>
15871
15872         * modeline.el (modeline-swap-buffers): originally named
15873         `mouse-release-modeline'. Whether to actually swap the buffers is
15874         decided in `mouse-drag-modeline'.
15875         (mouse-drag-modeline): A button release event is considered a
15876         mouse click is both X (modeline scroll) and Y (modeline drag) pos
15877         stay unchanged.
15878
15879 1998-02-25  SL Baur  <steve@altair.xemacs.org>
15880
15881         * x-menubar.el: Put redo on the menubar.
15882         From Aki Vehtari <Aki.Vehtari@hut.fi>
15883
15884 1998-02-22  Greg Klanderman  <greg@alphatech.com>
15885
15886         * bytecomp.el (displaying-byte-compile-warnings): if
15887         temp-buffer-show-function is set, use it to display current set of
15888         warnings in the "*Compile-Log-Show*" buffer.
15889
15890         * simple.el (display-warning-buffer): if temp-buffer-show-function
15891         is set, use it to display current set of warnings in the
15892         "*Warnings-Show*" buffer.
15893
15894 1998-02-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
15895
15896         * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
15897         Common Lisp.
15898
15899 1998-02-23  Aki Vehtari  <Aki.Vehtari@hut.fi>
15900
15901         * menubar.el: Allow button descriptors at least 2 long.
15902
15903         * x-menubar.el (default-menubar): Use recommended forms.
15904         (file-menu-filter): Remove.
15905         (edit-menu-filter): Remove.
15906
15907 1998-02-24  SL Baur  <steve@altair.xemacs.org>
15908
15909         * about.el (about-hackers): Updated.
15910
15911 1998-02-22  Greg Klanderman  <greg@alphatech.com>
15912
15913         * help.el (help-max-help-buffers): new variable
15914         (help-register-and-maybe-prune-excess): new function
15915         (help-buffer-name): use help-max-help-buffers.
15916         (with-displaying-help-buffer): use
15917         help-register-and-maybe-prune-excess.
15918
15919         * help.el (help-maybe-pretty-print-value): if the value fits on
15920         one line, let it.
15921
15922 1998-02-21  Greg Klanderman  <greg@alphatech.com>
15923
15924         * (with-displaying-help-buffer): there is no need to kill the buffer
15925         if it exists, because with-output-to-temp-buffer will clear it.
15926         further, killing the buffer violates the rule that
15927         temp-buffer-show-function, if set, has the full responsibility of
15928         showing the temp buffer.  killing the buffer fucks with the window
15929         configuration, hosing temp-buffer-show-function.
15930
15931
15932 1998-02-23  Didier Verna  <didier@xemacs.org>
15933
15934         * modeline.el (mouse-drag-modeline):
15935         - Always scroll the modeline that was originally clicked on.
15936         - Use x pixels instead of x characters (which doesn't work anyway)
15937         as horizontal reference for modeline dragging. This allows us to
15938         keep on dragging the modeline even if the motion event occurs in
15939         another window.
15940
15941 1998-02-23  Didier Verna  <didier@xemacs.org>
15942
15943         * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
15944         glyph on the modeline to indicate that dragging the mouse has an
15945         effect both horizontally and vertically.
15946
15947 1998-02-24  SL Baur  <steve@altair.xemacs.org>
15948
15949         * about.el (about-xemacs): Get rid of redundant visible version
15950         number.
15951
15952 1998-02-19  SL Baur  <steve@altair.xemacs.org>
15953
15954         * about.el (about-hackers): Update credits.
15955
15956 1997-12-22  Christoph Wedler  <wedler@fmi.uni-passau.de>
15957
15958         * prim/register.el (view-register): Show register type file-query.
15959
15960 1998-02-17  Kyle Jones  <kyle_jones@wonderworks.com>
15961
15962         * mode-motion.el (mode-motion-highlight-internal):
15963           save-excursion inside save-window-exucrsion form to
15964           hide buffer point changes from save-window-excursion.
15965           Prevents display flickering when the mouse pointer
15966           moves.
15967
15968 1998-02-17  Didier Verna  <didier@xemacs.org>
15969
15970         * mouse.el (default-mouse-track-set-point-in-window): rewrote this
15971         function to handle correctly the case of a toolbar one side of the
15972         window: scrolling will not necessarily happen.
15973
15974 1998-02-17  Kyle Jones  <kyle_jones@wonderworks.com>
15975
15976         * files.el (after-find-file): Restore missing argument
15977           to format that provides filename for "... consider M-x
15978           recover-file" message.  Also call `message' with "%s"
15979           as the first arg instead of an arbitrary string.
15980
15981 1998-02-18  SL Baur  <steve@altair.xemacs.org>
15982
15983         * about.el (about-hackers): Various additions.
15984
15985 1998-02-15  SL Baur  <steve@altair.xemacs.org>
15986
15987         * autoload.el (generate-file-autoloads-1): Don't force an extra
15988         line out when copying on-the-same line autoloads.
15989
15990         * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
15991         is installed.
15992
15993 1998-02-14  Martin Buchholz  <martin@xemacs.org>
15994
15995         * x11/x-win-xfree86.el (x-win-init-xfree86):
15996         * x11/x-win-sun.el (x-win-init-sun):
15997         * x11/x-init.el (x-initialize-compose):
15998         * prim/simple.el:
15999         (backward-or-forward-kill-sexp):
16000         (backward-or-forward-kill-sentence):
16001         (backward-or-forward-kill-word):
16002         (backward-or-forward-delete-char):
16003         * prim/isearch-mode.el (isearch-help-or-delete-char):
16004         Use x-keysym-on-keyboard-sans-modifiers-p instead of
16005         x-keysym-on-keyboard-p to detect backspace.
16006         Use symbols instead of strings (now deprecated) with x-keysym-*-p.
16007         Clean up symbols used with dead keys, checking Linux and solaris
16008         keysyms.
16009         Simplify x-win-*.el using above methods.
16010         Change documentation for x-keysym-*-p functions.
16011
16012 1998-02-14  SL Baur  <steve@altair.xemacs.org>
16013
16014         * about.el (about-hackers): Restore entries for Michael Sperber and
16015         Vinnie Shelton.
16016         From Vinnie Shelton <acs@acm.org>
16017
16018 1998-02-14  Hrvoje Niksic  <hniksic@srce.hr>
16019
16020         * simple.el (count-words-region): Ditto.
16021
16022 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
16023
16024         * simple.el (count-words-buffer): Document.  Don't print anything
16025         if non-interactive.
16026
16027 1998-02-12  SL Baur  <steve@altair.xemacs.org>
16028
16029         * packages.el (packages-hardcoded-lisp): easymenu.el is in
16030         multiple files in InfoDock.
16031
16032 1998-02-11  SL Baur  <steve@altair.xemacs.org>
16033
16034         * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
16035         from version.el in InfoDock.
16036
16037         * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
16038         specially.
16039
16040 1998-02-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
16041
16042         * bytecomp-runtime.el (proclaim-inline): Single quotes around
16043         variable name in docstring.
16044
16045 1998-02-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
16046
16047         * menubar.h: Include "gui.h".
16048
16049 1998-02-10  SL Baur  <steve@altair.xemacs.org>
16050
16051         * site-load.el: Fix documentation.
16052
16053 1998-02-09  SL Baur  <steve@altair.xemacs.org>
16054
16055         * package-get-base.el (package-get-base): Updated.
16056
16057         * keymap.el: PC-ize.
16058
16059 1998-02-08  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
16060
16061         * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
16062         from' on a fresh line.
16063
16064 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
16065
16066         * help.el (help-maybe-pretty-print-value): prin1, not princ the
16067         object.
16068
16069 1998-02-09  SL Baur  <steve@altair.xemacs.org>
16070
16071         * undo-stack.el: PC-ize.
16072
16073         * cmdloop.el: PC-ize.
16074
16075 1998-02-08  SL Baur  <steve@altair.xemacs.org>
16076
16077         * bytecomp-runtime.el: PC-ize.
16078
16079         * byte-optimize.el: Prolog fixup.  PC-ize.
16080
16081         * cus-dep.el: Spelling fix.
16082
16083         * text-mode.el: Synch with Emacs 20.2.  (Original ChangeLog
16084         entries follow).
16085
16086 1997-08-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16087
16088         * text-mode.el (text-mode-hook-identify): New function,
16089         put on text-mode-hook.  Set text-mode-variant here.
16090         (text-mode): Don't set it here.
16091
16092 1997-08-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16093
16094         * text-mode.el (text-mode-hook): New defvar.
16095         (text-mode-variant): New variable.
16096         (text-mode): Set that variable locally.
16097         (toggle-text-mode-auto-fill): New command.
16098
16099 1997-06-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16100
16101         * text-mode.el (text-mode): Let all-white lines separate paragraphs.
16102
16103 1997-06-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16104
16105         * text-mode.el (paragraph-indent-text-mode):
16106         Renamed from spaced-text-mode.
16107         (text-mode-map): Bind TAB to indent-relative.
16108         (indented-text-mode-map): Variable deleted.
16109         (indented-text-mode): Now an alias for text-mode.
16110
16111 1998-02-05  SL Baur  <steve@altair.xemacs.org>
16112
16113         * loadup.el: test-atoms debugging stuffs removed.
16114
16115 1998-02-03  Martin Buchholz  <Martin Buchholz <martin@xemacs.org>
16116
16117         * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
16118
16119 1997-12-30  Colin Rafferty  <colin@xemacs.org>
16120
16121         * help.el (describe-beta): Made it use `locate-data-file'.
16122         (describe-distribution): Ditto.
16123         (describe-copying): Ditto.
16124         (describe-project): Ditto.
16125         (view-emacs-news): Ditto.
16126
16127         * help-nomule.el (help-with-tutorial): Made it use
16128         `locate-data-file' to find tutorial.
16129
16130 1998-01-28  Jonathon Harris  <jhar@tardis.ed.ac.uk>
16131
16132         * about.el: Corrected my email address.
16133
16134         * mouse.el: Added 'mouse-mswindows-drop' similar to
16135         'mouse-offix-drop'.
16136
16137 1998-01-27  SL Baur  <steve@altair.xemacs.org>
16138
16139         * loadup.el (running-xemacs): Spelling fix.
16140
16141 1998-01-26  Colin Rafferty  <colin@xemacs.org>
16142
16143         * packages.el (packages-find-packages-1): Don't allow a backwards
16144         compatible lisp tree to overwrite `preloaded-file-list'.
16145
16146 1998-01-26  SL Baur  <steve@altair.xemacs.org>
16147
16148         * loadup.el: Don't delete "xemacs" prior to dumping.
16149
16150 1998-01-24  SL Baur  <steve@altair.xemacs.org>
16151
16152         * package-info.el (pi-last-mod-date): New function.
16153         (pi-author-version): New function.
16154         (batch-update-package-info): Use them.
16155
16156 1998-01-23  Colin Rafferty  <colin@xemacs.org>
16157
16158         * frame.el (get-frame-for-buffer-default-to-current): Create.
16159         (get-frame-for-buffer-noselect): Allow user to use current frame
16160         with `get-frame-for-buffer-default-to-current'.
16161
16162 1998-01-22  Hrvoje Niksic  <hniksic@srce.hr>
16163
16164         * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
16165         (byte-compile-output-docform): Ditto.
16166         (byte-compile-compiled-obj-to-list): Ditto.
16167
16168 1998-01-22  Kyle Jones  <kyle_jones@wonderworks.com>
16169
16170         * startup.el (command-line-1): Removed code that ran
16171           buffer-menu.
16172
16173 1998-01-21  Hrvoje Niksic  <hniksic@srce.hr>
16174
16175         * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
16176
16177 1998-01-17  Hrvoje Niksic  <hniksic@srce.hr>
16178
16179         * frame.el (suspend-emacs-or-iconify-frame): Check using
16180         `device-on-window-system-p' instead of explicitly checking for X,
16181         so that the same logic works for MS Windows.
16182         (suspend-or-iconify-emacs): Ditto.
16183
16184 1998-01-14  Hrvoje Niksic  <hniksic@srce.hr>
16185
16186         * about.el (about-maintainer-info): Andy Piper is back.
16187         (xemacs-hackers): Updated Andy Piper's email address.
16188         (about-hackers): Added Jonathan Harris.
16189         (about-hackers): Updated Tibor Polgar's email address.
16190
16191 1998-01-18  SL Baur  <steve@altair.xemacs.org>
16192
16193         * about.el: Add xemacs.org email manager.
16194
16195         * package-get-base.el (package-get-base): Updated with most recent
16196         package updates.
16197
16198 1998-01-14  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
16199
16200         * help.el (function-arglist): Use `indirect-function' instead of
16201         `symbol-function' so that aliases are treated correctly.
16202
16203 1998-01-13  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
16204
16205         * help.el (help-map): Add f1 binding to `help-for-help'.
16206         Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
16207         (describe-key-briefly): Use `princ' "%s" to print object.
16208         (with-displaying-help-buffer): Kill buffer if it exists, again.
16209         (describe-key): Use `princ' "%s" to print object.
16210         (describe-function-1): Use `princ' "%s" to print object.
16211         Commented out alias lines removed.
16212         (help-pretty-print-limit): New variable to control pretty-printing
16213         of variable values.
16214         (help-maybe-pretty-print-value): Steve wins!  Renamed back from
16215         `help-pretty-print-value' again.  Only print-print when OBJECT is
16216         list of length less than `help-pretty-print-limit'.
16217         (describe-variable): Use `help-maybe-pretty-print-value' again.
16218
16219 1998-01-18  SL Baur  <steve@altair.xemacs.org>
16220
16221         * simple.el (blink-matching-open): Remove C++ kludge.
16222         Suggested by Bob Weiner <weiner@wave.altrasoft.com>
16223
16224 1998-01-14  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
16225
16226         * info.el (Info-default-directory-list): Made the documentation
16227         more explanitory.
16228
16229 1998-01-13  Martin Buchholz  <martin@xemacs.org>
16230
16231         * lisp/packages.el:
16232         * lisp/package-admin.el:
16233         * lisp/build-report.el:
16234         Fix typos.
16235
16236 1998-01-14  Christoph Wedler  <wedler@fmi.uni-passau.de>
16237
16238         * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
16239         warnings in Java buffers without final newline and editing the
16240         last line.
16241
16242 1998-01-17  SL Baur  <steve@altair.xemacs.org>
16243
16244         * packages.el (packages-find-packages-1): Don't allow a backwards
16245         compatible lisp tree to overwrite `preloaded-file-list'.
16246         Suggested by Colin Rafferty  <colin@xemacs.org>
16247
16248         * mouse.el (mouse-offix-drop): Set undo-boundary.
16249         From Oliver Graf <ograf@fga.de>
16250
16251 1998-01-13  SL Baur  <steve@altair.xemacs.org>
16252
16253         * loadup.el (load-gc): rewrite as defun.
16254         Print something sensical if a required dump-time file isn't found.
16255
16256 1998-01-12  SL Baur  <steve@altair.xemacs.org>
16257
16258         * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
16259         bug strikes a menudescriptor.
16260
16261         * package-get-base.el (package-get-base): Updated.
16262
16263         * package-info.el (batch-update-package-info): Derive REQUIRES
16264         from the Makefile.
16265
16266 1998-01-13  Hrvoje Niksic  <hniksic@srce.hr>
16267
16268         * files.el (save-some-buffers): Don't play games with deleting
16269         other windows if we are in the minibuffer window.
16270
16271 1998-01-08  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
16272
16273         * modeline.el (modeline-minor-mode-menu): Add support for :active
16274         (add-minor-mode): Document :active property to TOGGLE.
16275
16276 1998-01-07  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
16277
16278         * modeline.el (modeline-minor-mode-menu): Add support for an
16279         `:included' predicate in the `toggle-sym' plist.
16280         (add-minor-mode): Document the :included property, format
16281         docstring some more.
16282         (modeline-minor-mode-menu): Documentation string added.
16283
16284 1998-01-02  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
16285
16286         * modeline.el (modeline-minor-mode-menu): genmenlab the menu
16287         labels from the symbol-names by thwacking off the overly redundant
16288         and overused "mode", parenthesizing "minor", and capitalizing the
16289         resultant strings.  Also shortened the menu's title by eliminating
16290         the redundant buffer name.
16291         (add-minor-mode): Beautified the docstring, added mention of the
16292         `:menu-tag' property of TOGGLE.
16293         (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
16294         `toggle-sym' to beatify the mode-life menus.
16295         * (abbrev-mode):  (put)'ed a `:menu-tag' on it and
16296         `auto-fill-function'.
16297
16298 1998-01-02  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
16299
16300         * modeline.el (modeline-minor-mode-menu): Changed the string-only
16301         menus to :style 'toggle.
16302
16303 1997-12-10  Markus Linnala  <maage@cs.tut.fi>
16304
16305         * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
16306
16307 1997-12-11  Christoph Wedler  <wedler@fmi.uni-passau.de>
16308
16309         * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
16310         only recognize first hyperlink.
16311         (hyper-apropos-highlightify): Deletia, this is already done by
16312         `hyper-apropos-insert-face'.
16313         (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
16314
16315 1998-01-09  SL Baur  <steve@altair.xemacs.org>
16316
16317         * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
16318         mail.
16319         (toolbar-mail-reader): Add support for `send'.
16320         From Jonathan Marten <jonathan.marten@UK.Sun.COM>
16321
16322 1998-01-05  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
16323
16324         * info.el (Info-emacs-info-file-name): Add defvar for
16325         `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
16326         will function properly.
16327
16328 1998-01-05  Gary D. Foster  <gfoster@ragesoft.com>
16329
16330         * simple.el: make the backwards delete function called by
16331         `backward-or-forward-delete-char' user configurable.
16332
16333 1998-01-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
16334
16335         * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
16336         compiled function got loaded from.
16337
16338 1998-01-09  SL Baur  <steve@altair.xemacs.org>
16339
16340         * term/apollo.el: Synched up with InfoDock 3.6.2.
16341
16342 1998-01-08  SL Baur  <steve@altair.xemacs.org>
16343
16344         * startup.el (load-init-file): Load autoloads earlier.
16345         (startup-splash-frame): Handle InfoDock logo.
16346
16347         * x-init.el (init-post-x-win): Don't call init-x-toolbar in
16348         InfoDock.
16349         (x-init-toolbar-from-resources): Move from x-toolbar.el.
16350
16351         * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
16352         doesn't have this function.
16353
16354         * packages.el (locate-data-file): Fix to call `locate-file'.
16355
16356 1998-01-07  SL Baur  <steve@altair.xemacs.org>
16357
16358         * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
16359         version of version.el.
16360         (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
16361
16362         * x-menubar.el (default-menubar): Guard reference to
16363         `gnuserv-frame'.
16364         (default-menubar): Guard references to `font-lock-mode'.
16365         (default-menubar): Guard references to font-menu-this-frame-only-p'.
16366         (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
16367
16368         * make-docfile.el: Don't snarf doc strings from autoloads.
16369
16370         * startup.el (load-init-file): Use algorithm from loaddefs.el for
16371         loading auto-autoloads files.
16372
16373         * loaddefs.el: Disable dumping autoloads.
16374
16375 1998-01-05  SL Baur  <steve@altair.xemacs.org>
16376
16377         * lisp-mnt.el: Synch to Emacs 20.2.
16378
16379         * help.el: Remove manual autoload of `finder-by-keyword'.
16380
16381         * finder.el (finder-by-keyword): Autoload.
16382
16383         * help.el: Conditionalize hyperbole setup.
16384
16385 1998-01-04  SL Baur  <steve@altair.xemacs.org>
16386
16387         * packages.el (package-require): Update to reflect new data format.
16388
16389 1998-01-02  Didier Verna  <didier@xemacs.org>
16390
16391         * x-menubar.el (default-menubar): make the tutorials available
16392         through the menubar. (Plus some compilation warnings cleanup).
16393
16394 1998-01-04  SL Baur  <steve@altair.xemacs.org>
16395
16396         * check-features.el: New file.  Perform sanity check after build.
16397
16398         * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
16399         files to tooltalk package.
16400         (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
16401         package.
16402
16403         * package-admin.el (package-admin-xemacs): Use better default for
16404         location of XEmacs binary.
16405
16406 1998-01-03  Aki Vehtari  <Aki.Vehtari@hut.fi>
16407
16408         * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
16409         tag with sexp and add value tag with value `t'.
16410
16411 1998-01-03  SL Baur  <steve@altair.xemacs.org>
16412
16413         * package-get.el: Changes to work with real data.
16414         From Pete Ware <ware@cis.ohio-state.edu>
16415
16416         * packages.el (packages-reload-autoloads): Guard load for the time
16417         being.
16418
16419         * update-elc.el ("packages.el"): Force loading packages.el instead
16420         of possibly out-of-date packges.elc.
16421         * make-docfile.el ("packages.el"): Ditto.
16422
16423 1998-01-02  Colin Rafferty  <colin@xemacs.org>
16424
16425         * build-report.el (build-report-delete-regexp): Added a rule for
16426         the main tarball shadowing anything past it.
16427
16428 1998-01-02  SL Baur  <steve@altair.xemacs.org>
16429
16430         * packages.el (package-provide): Delete a previous provide.
16431
16432         * package-info.el: New file.
16433
16434         * package-get.el: New file.
16435         From Pete Ware <ware@cis.ohio-state.edu>
16436         (package-get): Fix md5 computation to work with Mule.
16437
16438 1997-12-11  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
16439
16440         * simple.el (log-message-*): Quote symbols in docstrings properly.
16441
16442 1998-01-01  SL Baur  <steve@altair.xemacs.org>
16443
16444         * packages.el (packages-new-autoloads): Ignore symbolic links.
16445
16446         * cus-face.el (face-custom-attributes-get): Fix typo.
16447         From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
16448
16449 1997-12-31  SL Baur  <steve@altair.xemacs.org>
16450
16451         * startup.el (load-init-file): Reload new or changed autoloads
16452         unless inhibited.  Reload modified dumped lisp (stubbed).
16453
16454         * packages.el (packages-new-autoloads): New function.
16455         (packages-reload-autoloads): New function.
16456         (packages-reload-dumped-lisp): New (stub) function.
16457
16458         * loadup.el: Inhibit reloading dumped files when running temacs.
16459
16460         * loadhist.el (file-provides): Extend to handle variant
16461         extensions.
16462
16463         * replace.el (query-replace): Fix typo.
16464
16465 1997-12-30  SL Baur  <steve@altair.xemacs.org>
16466
16467         * make-docfile.el: list-autoloads-path has been renamed.
16468         * update-elc.el: list-autoloads has been renamed.
16469
16470         * packages.el (packages-list-autoloads): Renamed.
16471         (packages-list-autoloads-path): Ditto.
16472
16473 1997-12-29  Colin Rafferty  <colin@xemacs.org>
16474
16475         * packages.el (packages-find-packages-1): Made it signal a warning
16476         for an error in an auto-autoload.el file.
16477
16478 1997-12-30  SL Baur  <steve@altair.xemacs.org>
16479
16480         * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
16481         tag with const.
16482         From Aki Vehtari <Aki.Vehtari@hut.fi>
16483
16484         * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
16485
16486         * loadhist.el (unload-feature): Remove autoload.
16487
16488 1997-12-28  SL Baur  <steve@altair.xemacs.org>
16489
16490         * loadhist.el: Unpackaged.
16491
16492         * help.el (describe-symbol-find-file): Rename
16493         `describe-function-find-file' and make old name obsolete.
16494         (describe-function-1): Use it.
16495         (describe-function-1): Guard reference to
16496         `compiled-function-annotation'.
16497
16498 1997-12-27  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
16499
16500         * help.el (help-mode-bury): Now a call to `help-mode-quit' with
16501         argument.
16502         (help-mode-quit): New optional arg to control whether it kills or
16503         buries.  Tidied up.
16504         (with-displaying-help-buffer): Don't kill buffer initially, even
16505         if it exists: it is erased by `with-output-to-temp-buffer' anyway.
16506         (help-pretty-print-value): Rename back from
16507         `help-maybe-pretty-print-value'!  If `pp-internal' is available
16508         use it, otherwise use dumped `cl-prettyprint'.
16509         (describe-variable): Use `help-pretty-print-value' again.
16510         (find-func): Removed reference to "find-func" at end.
16511
16512 1997-12-26  Kirill M. Katsnelson  <kkm@kis.ru>
16513
16514         * dumped-lisp.el: x-menubar.el dumped along with mswindows native
16515           GUI XEmacs. Rename? x-menubar is rather window system
16516           independant, except for a couple of items.
16517
16518 1997-12-26  SL Baur  <steve@altair.xemacs.org>
16519
16520         * x-menubar.el (default-menubar): Remove hyperbole and oobr
16521         entries as they will no longer be distributed with XEmacs.
16522
16523         * format.el (format-alist): Fix image/tiff regexps.
16524         From P. E. Jareth Hein <jareth@camelot-soft.com>
16525
16526         * help.el (help-maybe-pretty-print-value): Rename.
16527         (describe-variable): Use it.
16528         (describe-variable): Add trailing linefeed.
16529
16530 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
16531
16532         * help.el (describe-function-1): Don't output anything for
16533           arglist of autoload functions.
16534
16535 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
16536
16537         * help.el (describe-function-1): Don't output anything for
16538           arglist of autoload functions.
16539
16540 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
16541
16542         * help.el (help-mode-map): New bindings for `help-mode-bury',
16543         `describe-function-at-point', `describe-variable-at-point',
16544         `Info-elisp-ref', `customize-variable', `help-next-section' and
16545         `help-prev-section'.
16546         (help-next-section): New function.
16547         (help-prev-section): New function.
16548         (help-mode-quit): Changed to kill the help buffer.
16549         (help-mode-bury): Formerly `help-mode-quit'.  Bury buffer
16550         correctly.
16551         (help-buffer-name): New function to generate the name of help
16552         buffers.
16553         (with-displaying-help-buffer): Is now a macro.  Takes an new first
16554         argument giving the name of the help buffer.
16555         (describe-key): Use `with-displaying-help-buffer' with name.
16556         (describe-mode): Ditto.
16557         (describe-bindings): Ditto.
16558         (describe-prefix-bindings): Ditto.
16559         (view-lossage): Ditto.
16560         (with-syntax-table): New macro.
16561         (function-called-at-point): Use `ignore-errors' and
16562         `with-syntax-table'.
16563         (function-at-point): Ditto.
16564         (describe-function): Use `with-displaying-help-buffer' with name.
16565         (function-arglist): Extracted from `describe-function-1'.  Returns
16566         function's arglist as string.
16567         (function-documentation): Extracted from `describe-function-1'.
16568         Returns function's docstring.
16569         (describe-function-1): Remove all the "stream" garbage, including
16570         the stream argument.  Use `function-arglist' and
16571         `function-documentation'.
16572         (describe-function-arglist): Just use `function-arglist'.
16573         (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
16574         (help-pretty-print-value): New function to help with
16575         pretty-printing variable values.  Knows about `#<...>'.  Needs
16576         `pp-internal'.
16577         (describe-variable): Use `with-displaying-help-buffer' with name.
16578         Formatting improved.  Display file where variable is defined, if
16579         known.  Use `help-pretty-print-value'.
16580         (describe-syntax): Use `with-displaying-help-buffer' with name.
16581         (list-processes): Remove "stream" garbage.
16582
16583 1997-12-25  SL Baur  <steve@altair.xemacs.org>
16584
16585         * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
16586         call a dumped routine instead.
16587
16588         * x-win-xfree86.el: Wrap file in defun.
16589         * x-win-sun.el: Ditto.
16590
16591 1997-12-23  SL Baur  <steve@altair.xemacs.org>
16592
16593         * help.el (view-emacs-news): Remove usage of outl-mouse which
16594         advises functions and does other evil things.
16595
16596 1997-12-22  SL Baur  <steve@altair.xemacs.org>
16597
16598         * format.el (format-alist): Add `image/tiff'.
16599         From P. E. Jareth Hein <jareth@camelot-soft.com>
16600
16601 1997-12-21  SL Baur  <steve@altair.xemacs.org>
16602
16603         * about.el (about-hackers): More names added.
16604
16605         * make-docfile.el: Remove superfluous package path search.
16606
16607         * loaddefs.el: Commentary changes.  Removal of VM autoloads.
16608
16609 1997-12-20  SL Baur  <steve@altair.xemacs.org>
16610
16611         * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
16612         ignored shadows.
16613
16614 1997-12-18  SL Baur  <steve@altair.xemacs.org>
16615
16616         * startup.el (set-default-load-path): Make sure lisp and site-lisp
16617         get trailing slashes when added to the load-path.
16618
16619         * x-init.el (init-x-win): Locate where XEmacs X localization files
16620         are.
16621
16622 1997-12-18  Kyle Jones  <kyle_jones@wonderworks.com>
16623
16624         * x-faces.el: Added support for foregroundToolBarColor
16625           to xpm-color-symbols.
16626
16627 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
16628
16629         * etags.el (tags-remove-duplicates): Removed.
16630         (buffer-tag-table-list): Use `delete-duplicates'.
16631
16632         * cl-extra.el (coerce): Coerce to bit-vector and weak-list
16633         correctly.
16634         (get*): Defalias to `get'.
16635
16636         * cl.el (eql): Compare integers with `eq'.
16637         (cl-map-extents): Check for `map-extents' first.
16638
16639 1997-12-17  Didier Verna  <didier@xemacs.org>
16640
16641         * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
16642         added the 'numero', 'copyright' and 'trademark' symbols.
16643
16644         * leim/quail/latin-post.el ("french-postfix"): see above.
16645
16646 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
16647
16648         * widget.el (define-widget): Check the arguments.
16649
16650         * cus-edit.el (customize-face): Use `check-argument-type'.
16651         (custom-variable-value-create): Use `signal' to signal error.
16652         (custom-variable-reset-saved): Ditto.
16653         (custom-variable-reset-standard): Ditto.
16654         (custom-face-reset-saved): Ditto.
16655
16656         * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
16657         (widget-default-format-handler): Ditto.
16658         (widget-checklist-add-item): Ditto.
16659         (widget-radio-add-item): Ditto.
16660         (widget-editable-list-entry-create): Ditto.
16661         (widget-sexp-prompt-value): Ditto.
16662
16663         * custom.el (custom-declare-variable): Signal errors better.
16664         (custom-handle-keyword): Ditto.
16665         (custom-declare-group): Ditto.
16666
16667         * window-xemacs.el (windows): Ditto.
16668
16669         * menubar.el (menu): Ditto.
16670
16671         * keydefs.el (keyboard): Ditto.
16672
16673         * minibuf.el (minibuffer): Ditto.
16674
16675         * process.el (execute): Ditto.
16676
16677         * fill.el (fill): Ditto.
16678
16679         * modeline.el (modeline): Ditto.
16680
16681         * help.el (help): Ditto.
16682
16683         * faces.el (faces): Ditto.
16684
16685         * files.el (files): Ditto.
16686
16687         * x-init.el (x): Ditto.
16688
16689         * lisp-mode.el (lisp): Ditto.
16690
16691         * process.el (processes): Ditto.
16692
16693         * mouse.el (mouse): Ditto.
16694
16695         * abbrev.el (abbrev): Moved from cus-edit.
16696
16697         * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
16698         as variable declaration.
16699
16700 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
16701
16702         * menubar.el (find-menu-item): Use `check-argument-type'.
16703         (find-menu-item): Cosmetic changes.
16704
16705 1997-12-18  SL Baur  <steve@altair.xemacs.org>
16706
16707         * x-menubar.el (default-menubar): Guard usage of lpr-switches.
16708
16709 1997-12-17  SL Baur  <steve@altair.xemacs.org>
16710
16711         * startup.el (set-default-load-path): Only search package-path
16712         when not running temacs.
16713
16714         * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
16715         files.
16716
16717         * loadup.el: Correct commentary.  Reformatting.
16718         (really-early-error-handler): Use absolute path to the
16719         first dumped-lisp.el file.
16720         (really-early-error-handler): Print full path name of
16721         each dumped lisp file (inherited from InfoDock).
16722
16723         * shadow.el (find-emacs-lisp-shadows): Ignore multiple
16724         dumped-lisp.el files.
16725
16726         * make-docfile.el (preloaded-file-list): Reorder when the
16727         package-path is searched.
16728         * update-elc.el: Ditto.
16729
16730         * lisp-mode.el (call-with-condition-handler): Treat the same as
16731         `condition-case' for indentation.
16732
16733         * about.el (about-xemacs): Update release date.
16734
16735 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
16736
16737         * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
16738         anywhere but at the last clause.
16739         (ecase): Disallow `t' and `otherwise'.
16740
16741 1997-12-16  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
16742
16743         * cus-edit.el (custom-buffer-create-buttons): New function
16744         from stuff moved out of `custom-buffer-create-internal'.
16745         (custom-novice): New variable.  Default t.
16746         (custom-display-global-buttons): Ditto.  Default `top'.
16747         (custom-buffer-create-internal): Only display help if
16748         `custom-novice' is non-nil.  Display global buttons according to
16749         `custom-display-global-buttons'.
16750
16751 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
16752
16753         * menubar.el (find-menu-item): Use `check-argument-type'.
16754         (find-menu-item): Cosmetic changes.
16755
16756 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
16757
16758         * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
16759         look.
16760
16761 1997-12-16  Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
16762
16763         * format.el (format-deannotate-region):  Bug fix.
16764         Deannotating a region containing unknown tags would fail
16765         (causing decoding of text/enriched to fail at user level)
16766
16767 1997-12-16  Kyle Jones  <kyle_jones@wonderworks.com>
16768
16769         * minibuf.el (read-directory-name): Support sixth
16770           arg, HISTORY, as already documented.
16771
16772 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
16773
16774         * etags.el (get-tag-table-buffer): Use explicit lists as arguments
16775         to `ecase'.
16776
16777 1997-12-14  SL Baur  <steve@altair.xemacs.org>
16778
16779         * skk/skk-leim.el (skk-auto-fill-activate): Synch with
16780         skk-activate.
16781
16782 1997-12-13  SL Baur  <steve@altair.xemacs.org>
16783
16784         * dumped-lisp.el (preloaded-file-list): Remove debugging statement.