update.
[chise/xemacs-chise.git] / lisp / ChangeLog
1 2019-05-22  MORIOKA Tomohiko  <tomo.git@chise.org>
2
3         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
4         setting for `==>ucs@esu'.
5
6         * mule/mule-charset.el (default-coded-charset-priority-list): Add
7         `==>ucs-sip@esu'.
8
9         * mule/mule-conf.el (==>ucs@esu): New coded-charset for XEmacs
10         CHISE.
11         (==>ucs-sip@esu): Ditto.
12
13 2019-05-06  MORIOKA Tomohiko  <tomo.git@chise.org>
14
15         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
16         setting for `=>big5-cdp-var-001'.
17
18         * mule/mule-charset.el (default-coded-charset-priority-list): Add
19         `=>big5-cdp-var-001'.
20
21         * mule/mule-conf.el (=big5-cdp-var-001): Fix DOC.
22         (=>big5-cdp-var-001): New coded-charset for XEmacs CHISE.
23
24 2019-04-12  MORIOKA Tomohiko  <tomo.git@chise.org>
25
26         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
27         setting for `===hng-sts'.
28
29         * mule/mule-charset.el (default-coded-charset-priority-list): Add
30         `===hng-sts'.
31
32         * mule/mule-conf.el (===hng-sts): New coded-charset for XEmacs
33         CHISE.
34
35 2019-04-12  MORIOKA Tomohiko  <tomo.git@chise.org>
36
37         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
38         setting for `===hng-sgs'.
39
40         * mule/mule-charset.el (default-coded-charset-priority-list): Add
41         `===hng-sgs'.
42
43         * mule/mule-conf.el (===hng-sgs): New coded-charset for XEmacs
44         CHISE.
45
46 2019-04-11  MORIOKA Tomohiko  <tomo.git@chise.org>
47
48         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
49         setting for `===hng-saa'.
50
51         * mule/mule-charset.el (default-coded-charset-priority-list): Add
52         `===hng-saa'.
53
54         * mule/mule-conf.el (===hng-saa): New coded-charset for XEmacs
55         CHISE.
56
57 2019-04-10  MORIOKA Tomohiko  <tomo.git@chise.org>
58
59         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
60         setting for `===hng-kad'.
61
62         * mule/mule-charset.el (default-coded-charset-priority-list): Add
63         `===hng-kad'.
64
65         * mule/mule-conf.el (===hng-kad): New coded-charset for XEmacs
66         CHISE.
67
68 2019-04-10  MORIOKA Tomohiko  <tomo.git@chise.org>
69
70         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
71         setting for `===hng-sai'.
72
73         * mule/mule-charset.el (default-coded-charset-priority-list): Add
74         `===hng-sai'.
75
76         * mule/mule-conf.el (===hng-sai): New coded-charset for XEmacs
77         CHISE.
78
79 2019-04-09  MORIOKA Tomohiko  <tomo.git@chise.org>
80
81         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
82         setting for `===hng-ini'.
83
84         * mule/mule-charset.el (default-coded-charset-priority-list): Add
85         `===hng-ini'.
86
87         * mule/mule-conf.el (===hng-ini): New coded-charset for XEmacs
88         CHISE.
89
90 2019-04-08  MORIOKA Tomohiko  <tomo.git@chise.org>
91
92         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
93         setting for `===hng-wke'.
94
95         * mule/mule-charset.el (default-coded-charset-priority-list): Add
96         `===hng-wke'.
97
98         * mule/mule-conf.el (===hng-wke): New coded-charset for XEmacs
99         CHISE.
100
101 2019-04-07  MORIOKA Tomohiko  <tomo.git@chise.org>
102
103         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
104         setting for `===hng-wks'.
105
106         * mule/mule-charset.el (default-coded-charset-priority-list): Add
107         `===hng-wks'.
108
109         * mule/mule-conf.el (===hng-wks): New coded-charset for XEmacs
110         CHISE.
111
112 2019-04-05  MORIOKA Tomohiko  <tomo.git@chise.org>
113
114         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
115         setting for `===hng-sab'.
116
117         * mule/mule-charset.el (default-coded-charset-priority-list): Add
118         `===hng-sab'.
119
120         * mule/mule-conf.el (===hng-sab): New coded-charset for XEmacs
121         CHISE.
122
123 2019-04-05  MORIOKA Tomohiko  <tomo.git@chise.org>
124
125         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
126         setting for `===hng-ykk'.
127
128         * mule/mule-charset.el (default-coded-charset-priority-list): Add
129         `===hng-ykk'.
130
131         * mule/mule-conf.el (===hng-ykk): New coded-charset for XEmacs
132         CHISE.
133
134 2019-03-31  MORIOKA Tomohiko  <tomo.git@chise.org>
135
136         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
137         setting for `===hng-kkh'.
138
139         * mule/mule-charset.el (default-coded-charset-priority-list): Add
140         `===hng-kkh'.
141
142         * mule/mule-conf.el (===hng-kkh): New coded-charset for XEmacs
143         CHISE.
144
145 2019-03-29  MORIOKA Tomohiko  <tomo.git@chise.org>
146
147         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
148         setting for `===hng-fhs'.
149
150         * mule/mule-charset.el (default-coded-charset-priority-list): Add
151         `===hng-fhs'.
152
153         * mule/mule-conf.el (===hng-fhs): New coded-charset for XEmacs
154         CHISE.
155
156 2019-03-18  MORIOKA Tomohiko  <tomo.git@chise.org>
157
158         * mule/mule-charset.el (default-coded-charset-priority-list): Add
159         `==>daijiten'.
160
161         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
162         setting for `==>daijiten'.
163
164         * mule/mule-conf.el (==>daijiten): New coded-charset for XEmacs
165         CHISE.
166
167 2019-03-16  MORIOKA Tomohiko  <tomo.git@chise.org>
168
169         * mule/mule-conf.el (=daijiten): Use 14924 instead of 14923 as the
170         last number of its code.
171
172 2019-03-15  MORIOKA Tomohiko  <tomo.git@chise.org>
173
174         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
175         settings for `=daijiten', `==daijiten' and `===daijiten'.
176
177         * mule/mule-charset.el (default-coded-charset-priority-list): Add
178         `=daijiten', `==daijiten' and `===daijiten'.
179
180         * mule/mule-conf.el (=daijiten): New coded-charset for XEmacs
181         CHISE.
182         (==daijiten): Ditto.
183         (===daijiten): Ditto.
184
185 2019-03-14  MORIOKA Tomohiko  <tomo.git@chise.org>
186
187         * mule/mule-charset.el (default-coded-charset-priority-list): Add
188         `=>ucs-bmp-itaiji-008'.
189
190         * mule/mule-conf.el (=>ucs-itaiji-008): New coded-charset for
191         XEmacs CHISE.
192         (=>ucs-bmp-itaiji-008): New coded-charset for XEmacs CHISE.
193
194 2019-02-17  MORIOKA Tomohiko  <tomo.git@chise.org>
195
196         * mule/mule-conf.el (=ucs-bmp-cjk@JP/hanazono): Use #x9FEA instead
197         of #x9FCC as the value of `max-code'.
198
199 2019-01-05  MORIOKA Tomohiko  <tomo.git@chise.org>
200
201         * mule/mule-charset.el (default-coded-charset-priority-list): Add
202         `=>>ucs-bmp-cjk@unicode'.
203
204         * mule/mule-conf.el (=>>ucs-bmp-cjk@unicode): New coded-charset
205         for XEmacs CHISE.
206
207 2018-09-28  MORIOKA Tomohiko  <tomo.git@chise.org>
208
209         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
210         settings for `=shuowen-jiguge', `===shuowen-jiguge4' and
211         `===shuowen-jiguge5'.
212
213         * mule/mule-charset.el (default-coded-charset-priority-list): Add
214         `=shuowen-jiguge', `===shuowen-jiguge4' and `===shuowen-jiguge5'.
215
216         * mule/mule-conf.el (=shuowen-jiguge): New coded-charset for
217         XEmacs CHISE.
218         (===shuowen-jiguge4): Ditto.
219         (===shuowen-jiguge5): Ditto.
220
221 2018-09-04  MORIOKA Tomohiko  <tomo.git@chise.org>
222
223         * mule/mule-charset.el (default-coded-charset-priority-list): Add
224         `=ucs-sip-var-005'.
225
226         * mule/mule-conf.el (=ucs-sip-var-005): New coded-charset for
227         XEmacs CHISE.
228
229 2018-05-20  MORIOKA Tomohiko  <tomo.git@chise.org>
230
231         * mule/mule-charset.el (default-coded-charset-priority-list): Add
232         `=>>hanyo-denshi/ib'.
233
234 2018-05-16  MORIOKA Tomohiko  <tomo.git@chise.org>
235
236         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
237         setting for `=>big5-cdp@iwds-1'.
238
239 2018-05-11  MORIOKA Tomohiko  <tomo.git@chise.org>
240
241         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
242         setting for `=big5-cdp-var-010'.
243
244 2018-05-10  MORIOKA Tomohiko  <tomo.git@chise.org>
245
246         * mule/mule-charset.el (default-coded-charset-priority-list): Add
247         `=big5-cdp-var-010'.
248
249         * mule/mule-conf.el (=big5-cdp-var-010): New coded-charset for
250         XEmacs CHISE.
251
252 2018-05-06  MORIOKA Tomohiko  <tomo.git@chise.org>
253
254         * mule/mule-charset.el (default-coded-charset-priority-list): Add
255         `=ucs-sip-itaiji-008'.
256
257         * mule/mule-conf.el (=ucs-sip-itaiji-008): New coded-charset for
258         XEmacs CHISE.
259
260 2018-05-01  MORIOKA Tomohiko  <tomo.git@chise.org>
261
262         * mule/mule-charset.el (default-coded-charset-priority-list): Add
263         `=>ucs-sip-itaiji-006'.
264
265         * mule/mule-conf.el (=>ucs-sip-itaiji-006): New coded-charset for
266         XEmacs CHISE.
267
268 2018-04-28  MORIOKA Tomohiko  <tomo.git@chise.org>
269
270         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
271         setting for `=+>big5-cdp', `=>big5-cdp@component' and
272         `=>big5-cdp@cognate'.
273
274         * mule/mule-charset.el (default-coded-charset-priority-list): Add
275         `=>big5-cdp@iwds-1', `=>big5-cdp@cognate' and `=+>big5-cdp'.
276
277 2018-04-27  MORIOKA Tomohiko  <tomo.git@chise.org>
278
279         * mule/mule-conf.el (=+>big5-cdp): New coded-charset for XEmacs
280         CHISE.
281         (=>big5-cdp): Use `=big5-cdp' instead of `=>>big5-cdp' as its
282         mother.
283         (=>big5-cdp@cognate): New coded-charset for XEmacs CHISE.
284
285 2018-04-26  MORIOKA Tomohiko  <tomo.git@chise.org>
286
287         * mule/mule-charset.el (default-coded-charset-priority-list): Add
288         `=>big5-cdp@component' and `=>ucs-sip-itaiji-001@iwds-1'.
289
290         * mule/mule-conf.el (=>big5-cdp@iwds-1): New coded-charset for
291         XEmacs CHISE.
292         (=>big5-cdp@component): Ditto.
293         (=>ucs-sip-itaiji-001@iwds-1): Ditto.
294
295 2018-04-24  MORIOKA Tomohiko  <tomo.git@chise.org>
296
297         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
298         setting for `=>ucs-itaiji-001@iwds-1'.
299
300         * mule/mule-charset.el (default-coded-charset-priority-list): Add
301         `=>ucs-bmp-itaiji-001@iwds-1'.
302
303         * mule/mule-conf.el (=>ucs-itaiji-001@iwds-1): New coded-charset
304         for XEmacs CHISE.
305         (=>ucs-bmp-itaiji-001@iwds-1): Ditto.
306
307 2018-03-23  MORIOKA Tomohiko  <tomo.git@chise.org>
308
309         * mule/mule-charset.el (default-coded-charset-priority-list):
310         Prefer `=ucs-bmp-cjk-compat', `=ucs-bmp-cjk-compat@unicode' and
311         `=ucs-sip@JP/hanazono' to `=cbeta', `=jef-china3' to
312         `chinese-isoir165'.
313
314         * mule/mule-conf.el (=>cns11643-4): New coded-charset for XEmacs
315         CHISE.
316
317 2018-03-07  MORIOKA Tomohiko  <tomo.git@chise.org>
318
319         * mule/mule-charset.el (default-coded-charset-priority-list): Add
320         `=ucs-sip-itaiji-006'.
321
322         * mule/mule-conf.el (=ucs-bmp-itaiji-006): Doc fix.
323         (=ucs-sip-itaiji-006): New coded-charset for XEmacs CHISE.
324
325 2018-03-02  MORIOKA Tomohiko  <tomo.git@chise.org>
326
327         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
328         setting for `=>ucs-itaiji-009'.
329
330         * mule/mule-charset.el (default-coded-charset-priority-list): Add
331         `==ucs-bmp-itaiji-001'.
332
333         * mule/mule-conf.el (=big5-cdp-itaiji-002): Doc fix.
334         (=big5-cdp-itaiji-003): Doc fix.
335         (==ucs-bmp-itaiji-001): New coded-charset for XEmacs CHISE.
336
337 2018-02-22  MORIOKA Tomohiko  <tomo.git@chise.org>
338
339         * mule/mule-charset.el (default-coded-charset-priority-list): Add
340         `=>zinbun-oracle'.
341
342 2018-02-14  MORIOKA Tomohiko  <tomo.git@chise.org>
343
344         * mule/mule-charset.el (default-coded-charset-priority-list): Add
345         `=>ucs-sip-itaiji-003'.
346
347         * mule/mule-conf.el (=ucs-sip-itaiji-003): Doc fix.
348         (=>ucs-bmp-itaiji-003): Fix `long-name'.
349         (=>ucs-sip-itaiji-003): New coded-charset for XEmacs CHISE.
350
351 2018-02-13  MORIOKA Tomohiko  <tomo.git@chise.org>
352
353         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
354         setting for `=ucs-itaiji-012' and `==ucs-itaiji-006'.
355
356 2018-02-12  MORIOKA Tomohiko  <tomo.git@chise.org>
357
358         * mule/mule-charset.el (default-coded-charset-priority-list): Add
359         `==ucs-bmp-itaiji-006'.
360
361         * mule/mule-conf.el (==ucs-bmp-itaiji-003): Fix long-name.
362         (==ucs-itaiji-006): New coded-charset for XEmacs CHISE.
363         (==ucs-bmp-itaiji-006): Ditto.
364
365 2018-02-11  MORIOKA Tomohiko  <tomo.git@chise.org>
366
367         * mule/mule-charset.el (default-coded-charset-priority-list): Add
368         `=ucs-bmp-itaiji-012'.
369
370         * mule/mule-conf.el (=ucs-itaiji-012): New coded-charset for
371         XEmacs CHISE.
372         (=ucs-bmp-itaiji-012): Ditto.
373
374 2018-02-11  MORIOKA Tomohiko  <tomo.git@chise.org>
375
376         * mule/mule-charset.el (default-coded-charset-priority-list): Add
377         `=>>hanyo-denshi/ia' and `=>cns11643-1'.
378
379 2018-02-10  MORIOKA Tomohiko  <tomo.git@chise.org>
380
381         * mule/mule-conf.el (=>cns11643-1): New coded-charset for XEmacs
382         CHISE.
383
384 2018-02-05  MORIOKA Tomohiko  <tomo.git@chise.org>
385
386         * mule/mule-charset.el (default-coded-charset-priority-list): Add
387         `=>>cns11643-1', `=>>cns11643-2', `=>>cns11643-3', `=>>cns11643-4'
388         and `=>>cns11643-6'.
389
390         * mule/mule-conf.el (=>>cns11643-1): Modify DOC; fix `=>iso-ir'.
391         (=>>cns11643-2): New coded-charset for XEmacs CHISE.
392         (=>>cns11643-3): Ditto.
393         (=>>cns11643-4): Modify DOC.
394         (=>>cns11643-6): New coded-charset for XEmacs CHISE.
395
396 2018-01-07  MORIOKA Tomohiko  <tomo.git@chise.org>
397
398         * mule/mule-charset.el (default-coded-charset-priority-list): Add
399         `=>ucs-sip-itaiji-005'.
400
401         * mule/mule-conf.el (=>ucs-sip-itaiji-005): New coded-charset for
402         XEmacs CHISE.
403
404 2017-11-28  MORIOKA Tomohiko  <tomo.git@chise.org>
405
406         * mule/mule-charset.el (default-coded-charset-priority-list): Add
407         `==hanyo-denshi/tk/mf-01'.
408
409         * mule/mule-conf.el (==hanyo-denshi/tk/mf-01): New coded-charset
410         for XEmacs CHISE.
411
412 2017-11-15  MORIOKA Tomohiko  <tomo.git@chise.org>
413
414         * mule/mule-conf.el: Define `=ucs-itaiji-007' before
415         `=>ucs-itaiji-007'.
416
417 2017-11-10  MORIOKA Tomohiko  <tomo.git@chise.org>
418
419         * mule/mule-charset.el (default-coded-charset-priority-list): Add
420         `==ucs-sip-var-002'.
421
422         * mule/mule-conf.el (==ucs-bmp-var-002): Modify long-name.
423         (==ucs-sip-var-002): New coded-charset for XEmacs CHISE.
424
425 2017-11-10  MORIOKA Tomohiko  <tomo.git@chise.org>
426
427         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
428         setting for `==ucs-itaiji-001'.
429
430 2017-11-09  MORIOKA Tomohiko  <tomo.git@chise.org>
431
432         * mule/mule-charset.el (default-coded-charset-priority-list): Add
433         `==ucs-sip-itaiji-001'.
434
435         * mule/mule-conf.el (==ucs-itaiji-001): New coded-charset for
436         XEmacs CHISE.
437         (==ucs-sip-itaiji-001): Ditto.
438
439 2017-10-19  MORIOKA Tomohiko  <tomo.git@chise.org>
440
441         * mule/mule-charset.el (default-coded-charset-priority-list): Add
442         `=+>ucs-bmp-var-003'.
443
444         * mule/mule-conf.el (=+>ucs-var-003): New coded-charset for XEmacs
445         CHISE.
446         (=+>ucs-bmp-var-003): Ditto.
447
448 2017-10-06  MORIOKA Tomohiko  <tomo.git@chise.org>
449
450         * mule/mule-charset.el (default-coded-charset-priority-list): Add
451         `=>ucs-bmp-cjk@cognate'.
452
453         * mule/mule-conf.el (=>ucs-bmp-cjk@cognate): New coded-charset for
454         XEmacs CHISE.
455
456 2017-09-22  MORIOKA Tomohiko  <tomo.git@chise.org>
457
458         * mule/mule-charset.el (default-coded-charset-priority-list): Add
459         `=ucs-sip-itaiji-005'.
460
461         * mule/mule-conf.el (=ucs-sip-itaiji-005): New coded-charset for
462         XEmacs CHISE.
463
464 2017-09-21  MORIOKA Tomohiko  <tomo.git@chise.org>
465
466         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
467         setting for `=>ucs@cognate'.
468
469         * mule/mule-charset.el (default-coded-charset-priority-list): Add
470         `=>ucs-bmp-itaiji-009' and `=>ucs-sip@cognate'.
471
472         * mule/mule-conf.el (=>ucs@cognate): New coded-charset for XEmacs
473         CHISE.
474         (=>ucs@hanyo-denshi): Abolished.
475         (=>ucs-itaiji-009): New coded-charset for XEmacs CHISE.
476         (=>ucs-bmp-itaiji-009): Ditto.
477         (=>ucs-sip@cognate): Ditto.
478
479 2017-09-13  MORIOKA Tomohiko  <tomo.git@chise.org>
480
481         * mule/mule-charset.el (default-coded-charset-priority-list): Add
482         `=>ucs-bmp-itaiji-004'.
483
484         * mule/mule-conf.el (=>ucs-bmp-itaiji-004): New coded-charset for
485         XEmacs CHISE.
486
487 2017-08-20  MORIOKA Tomohiko  <tomo.git@chise.org>
488
489         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
490         setting for `=>ucs-itaiji-004'.
491
492 2017-08-19  MORIOKA Tomohiko  <tomo.git@chise.org>
493
494         * mule/mule-charset.el (default-coded-charset-priority-list): Add
495         `=ucs-sip-itaiji-004', `=>ucs-sip-itaiji-004' and
496         `=>ucs-bmp-itaiji-007'.
497
498         * mule/mule-conf.el (=ucs-sip-itaiji-004): New coded-charset for
499         XEmacs CHISE.
500         (=>ucs-itaiji-004): Ditto.
501         (=>ucs-sip-itaiji-004): Ditto.
502         (=>ucs-bmp-itaiji-007): Ditto.
503
504 2017-08-11  MORIOKA Tomohiko  <tomo.git@chise.org>
505
506         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
507         setting for `=ucs-itaiji-010'.
508
509 2017-07-30  MORIOKA Tomohiko  <tomo.git@chise.org>
510
511         * mule/mule-charset.el (default-coded-charset-priority-list):
512         - Prefer `=mj-0' and `=mj-1' to `=ucs-bmp-cjk@gb'.
513         - Add `=ucs-bmp-itaiji-010'.
514         - Prefer `==mj-0' and `==mj-1' to `==ucs-bmp-cjk@gb',
515           `==ucs-sip-ext-b@iso' and `==ucs-sip@JP/hanazono'.
516         - Add `=>ucs-sip@iwds-1'.
517
518         * mule/mule-conf.el (=ucs-itaiji-010): New coded-charset for
519         XEmacs CHISE.
520         (=ucs-bmp-itaiji-010): Ditto.
521         (=>ucs-sip@iwds-1): Ditto.
522
523 2017-07-18  MORIOKA Tomohiko  <tomo.git@chise.org>
524
525         * mule/mule-charset.el (default-coded-charset-priority-list): Add
526         `=ucs-sip-var-006' and `==ucs-sip-itaiji-003'.
527
528         * mule/mule-conf.el (=ucs-sip-var-006): New coded-charset for
529         XEmacs CHISE.
530         (==ucs-sip-itaiji-003): New coded-charset for XEmacs CHISE.
531
532 2017-07-14  MORIOKA Tomohiko  <tomo.git@chise.org>
533
534         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
535         setting for `=>ucs-itaiji-003'.
536
537 2017-07-13  MORIOKA Tomohiko  <tomo.git@chise.org>
538
539         * mule/mule-charset.el (default-coded-charset-priority-list): Add
540         `=>ucs-bmp-itaiji-003'.
541
542         * mule/mule-conf.el (=>ucs-itaiji-003): New coded-charset for
543         XEmacs CHISE.
544         (=>ucs-bmp-itaiji-003): Ditto.
545
546 2017-07-08  MORIOKA Tomohiko  <tomo.git@chise.org>
547
548         * mule/mule-charset.el (default-coded-charset-priority-list): Add
549         `=ucs-bmp-itaiji-011'.
550
551         * mule/mule-conf.el (=ucs-bmp-itaiji-011): New coded-charset for
552         XEmacs CHISE.
553
554 2017-06-29  MORIOKA Tomohiko  <tomo.git@chise.org>
555
556         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
557         setting for `==ucs-var-002'.
558
559 2017-06-28  MORIOKA Tomohiko  <tomo.git@chise.org>
560
561         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
562         setting for `==ucs-itaiji-002'.
563
564 2017-06-27  MORIOKA Tomohiko  <tomo.git@chise.org>
565
566         * mule/mule-charset.el (default-coded-charset-priority-list): Add
567         `==ucs-sip-itaiji-002'.
568
569         * mule/mule-conf.el (==ucs-sip-itaiji-002): New coded-charset for
570         XEmacs CHISE.
571
572 2017-06-08  MORIOKA Tomohiko  <tomo.git@chise.org>
573
574         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
575         settings for `=ucs-itaiji-011' and `=>ucs-itaiji-007'.
576
577         * mule/mule-charset.el (default-coded-charset-priority-list): Add
578         `=ucs-sip-itaiji-007', `=ucs-sip-itaiji-011' and
579         `=>ucs-sip-itaiji-007'.
580
581         * mule/mule-conf.el (=>ucs-itaiji-007): New coded-charset for
582         XEmacs CHISE.
583         (=>ucs-sip-itaiji-007): Ditto.
584         (=ucs-sip-itaiji-007): Ditto.
585         (=ucs-itaiji-011): Ditto.
586         (=ucs-sip-itaiji-011): Ditto.
587
588 2017-05-20  MORIOKA Tomohiko  <tomo.git@chise.org>
589
590         * mule/mule-coding.el (coded-charset-entity-reference-alist):
591         Prefer `=>ucs@iwds-1' and `=>ucs@component' to `=>iwds-1'.
592
593 2017-05-18  MORIOKA Tomohiko  <tomo.git@chise.org>
594
595         * mule/mule-charset.el (default-coded-charset-priority-list): Add
596         `==ucs-bmp-var-002'.
597
598         * mule/mule-conf.el (==ucs-var-002): New coded-charset for XEmacs
599         CHISE.
600         (==ucs-bmp-var-002): Ditto.
601
602         * mule/mule-coding.el (coded-charset-entity-reference-alist):
603         Modify some priorities.
604
605 2017-04-26  MORIOKA Tomohiko  <tomo.git@chise.org>
606
607         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
608         setting for `=big5-cdp-var-001' and `=>>mj'; delete settings for
609         `=>>>jis-x0208', `=>>>jis-x0213-1' and `=>>>jis-x0213-1@2004'.
610
611 2017-04-26  MORIOKA Tomohiko  <tomo.git@chise.org>
612
613         * mule/mule-charset.el (default-coded-charset-priority-list): Add
614         `=big5-cdp-var-001'.
615
616         * mule/mule-conf.el (=big5-cdp-var-001): New coded-charset for
617         XEmacs CHISE.
618
619 2017-04-05  MORIOKA Tomohiko  <tomo.git@chise.org>
620
621         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
622         setting for `==ucs-itaiji-005'.
623
624 2017-04-04  MORIOKA Tomohiko  <tomo.git@chise.org>
625
626         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
627         setting for `=ucs-itaiji-007'.
628
629         * mule/mule-charset.el (default-coded-charset-priority-list): Add
630         `=ucs-bmp-itaiji-007' and `==ucs-bmp-itaiji-005'.
631
632         * mule/mule-conf.el (==ucs-itaiji-005): New coded-charset for
633         XEmacs CHISE.
634         (==ucs-bmp-itaiji-005): Ditto.
635         (=ucs-itaiji-007): Ditto.
636         (=ucs-bmp-itaiji-007): Ditto.
637
638 2017-04-03  MORIOKA Tomohiko  <tomo.git@chise.org>
639
640         * mule/mule-charset.el (default-coded-charset-priority-list): Add
641         `==gt-pj-k1' and `==gt-pj-k2'.
642
643 2017-04-02  MORIOKA Tomohiko  <tomo.git@chise.org>
644
645         * mule/mule-conf.el (==gt-pj-k1): New coded-charset for XEmacs
646         CHISE.
647         (==gt-pj-k2): Ditto.
648
649 2017-04-01  MORIOKA Tomohiko  <tomo.git@chise.org>
650
651         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
652         setting for `=>ucs-itaiji-005'.
653
654 2017-03-31  MORIOKA Tomohiko  <tomo.git@chise.org>
655
656         * mule/mule-charset.el (default-coded-charset-priority-list): Add
657         `=>>cbeta'.
658
659 2017-03-21  MORIOKA Tomohiko  <tomo.git@chise.org>
660
661         * mule/mule-charset.el (default-coded-charset-priority-list): Add
662         `=>ucs-sip@component'.
663
664         * mule/mule-conf.el (=>ucs-itaiji-006): Use `=ucs-itaiji-006'
665         instead of `=ucs' as its mother.
666         (=>ucs-sip@component): New coded-charset for XEmacs CHISE.
667
668         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
669         setting for `=>ucs-itaiji-006'.
670
671 2017-03-17  MORIOKA Tomohiko  <tomo.git@chise.org>
672
673         * mule/mule-charset.el (default-coded-charset-priority-list): Add
674         `=>ucs-bmp-itaiji-006'.
675
676         * mule/mule-conf.el (=>ucs-itaiji-006): New coded-charset for
677         XEmacs CHISE.
678         (=>ucs-bmp-itaiji-006): Ditto.
679
680 2017-03-14  MORIOKA Tomohiko  <tomo.git@chise.org>
681
682         * mule/mule-charset.el (default-coded-charset-priority-list): Add
683         `=>ucs-bmp-itaiji-001'.
684
685         * mule/mule-conf.el (=>ucs-bmp-itaiji-001): New coded-charset for
686         XEmacs CHISE.
687
688 2017-03-09  MORIOKA Tomohiko  <tomo.git@chise.org>
689
690         * mule/mule-charset.el (default-coded-charset-priority-list): Add
691         `==ucs-bmp-itaiji-002' and `==ucs-bmp-itaiji-003'.
692
693         * mule/mule-conf.el (=>ucs-itaiji-002): Use `=ucs-itaiji-002'
694         instead of `=ucs' as its mother.
695         (==ucs-itaiji-002): New coded-charset for XEmacs CHISE.
696         (==ucs-bmp-itaiji-002): Ditto.
697         (==ucs-itaiji-003): Ditto.
698         (==ucs-bmp-itaiji-003): Ditto.
699
700 2017-03-08  MORIOKA Tomohiko  <tomo.git@chise.org>
701
702         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
703         setting for `=big5-cdp-var-002'.
704
705         * mule/mule-charset.el (default-coded-charset-priority-list): Add
706         `=big5-cdp-var-002'.
707
708         * mule/mule-conf.el (=big5-cdp-var-002): New coded-charset for
709         XEmacs CHISE.
710
711 2017-03-03  MORIOKA Tomohiko  <tomo.git@chise.org>
712
713         * mule/mule-charset.el (default-coded-charset-priority-list): Add
714         `=ucs-sip-var-004'.
715
716         * mule/mule-conf.el (=ucs-sip-var-004): New coded-charset for
717         XEmacs CHISE.
718
719 2017-03-01  MORIOKA Tomohiko  <tomo.git@chise.org>
720
721         * mule/mule-charset.el (default-coded-charset-priority-list): Add
722         `=>ucs-bmp-cjk@iwds-1'.
723
724         * mule/mule-conf.el (=>ucs-bmp-cjk@iwds-1): New coded-charset for
725         XEmacs CHISE.
726
727 2017-02-27  MORIOKA Tomohiko  <tomo.git@chise.org>
728
729         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
730         setting for `=ucs-var-005'.
731
732         * mule/mule-charset.el (default-coded-charset-priority-list): Add
733         `=ucs-bmp-var-005'.
734
735         * mule/mule-conf.el (=ucs-var-005): New coded-charset for XEmacs
736         CHISE.
737         (=ucs-bmp-var-005): Ditto.
738
739 2017-02-18  MORIOKA Tomohiko  <tomo.git@chise.org>
740
741         * mule/mule-charset.el (default-coded-charset-priority-list): Add
742         `=>ucs-sip-itaiji-002'.
743
744         * mule/mule-conf.el (=>ucs-sip-itaiji-002): New coded-charset for
745         XEmacs CHISE.
746
747 2017-02-15  MORIOKA Tomohiko  <tomo.git@chise.org>
748
749         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
750         setting for `=>ucs-itaiji-002'.
751
752 2017-02-13  MORIOKA Tomohiko  <tomo.git@chise.org>
753
754         * mule/mule-charset.el (default-coded-charset-priority-list): Add
755         `=>mj-0' and `=>ucs-bmp-itaiji-002'.
756
757         * mule/mule-conf.el (=>mj-0): New coded-charset for XEmacs CHISE.
758         (=>ucs-itaiji-002): Ditto.
759         (=>ucs-bmp-itaiji-002): Ditto.
760
761 2017-02-12  MORIOKA Tomohiko  <tomo.git@chise.org>
762
763         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
764         setting for `=>ucs-itaiji-001'.
765
766 2017-02-11  MORIOKA Tomohiko  <tomo.git@chise.org>
767
768         * mule/mule-charset.el (default-coded-charset-priority-list): Add
769         `=>ruimoku-v6' and `=>ucs-sip-itaiji-001'.
770
771         * mule/mule-conf.el (=>ruimoku-v6): Renamed from `=>>ruimoku-v6';
772         define `=>>ruimoku-v6' as an alias of `=>ruimoku-v6'.
773         (=>ucs-itaiji-001): New coded-charset for XEmacs CHISE.
774         (=>ucs-sip-itaiji-001): Ditto.
775
776         * mule/mule-coding.el(coded-charset-entity-reference-alist):
777         - Abolish setting for `=>>ruimoku-v6' [&G-RUI6-xxxx;].
778         - Add setting for `=>ruimoku-v6' [&A-RUI6-xxxx;].
779
780 2017-02-06  MORIOKA Tomohiko  <tomo.git@chise.org>
781
782         * mule/mule-charset.el (default-coded-charset-priority-list):
783         Prefer `=ucs-*-var-*' and `=ucs-*-itaiji-*' to `=cbeta',
784         `=jef-china3' and `chinese-isoir165'.
785
786 2017-02-05  MORIOKA Tomohiko  <tomo.git@chise.org>
787
788         * mule/mule-charset.el (default-coded-charset-priority-list): Add
789         `=>ucs-bmp-itaiji-005'.
790
791         * mule/mule-conf.el (=>ucs-itaiji-005): New coded-charset for
792         XEmacs CHISE.
793         (=>ucs-bmp-itaiji-005): Ditto.
794
795 2017-02-01  MORIOKA Tomohiko  <tomo.git@chise.org>
796
797         * mule/mule-charset.el (default-coded-charset-priority-list): Add
798         `=+>jis-x0213-2'.
799
800 2017-01-30  MORIOKA Tomohiko  <tomo.git@chise.org>
801
802         * mule/mule-charset.el (default-coded-charset-priority-list): Add
803         `=+>adobe-japan1-6'.
804
805 2017-01-24  MORIOKA Tomohiko  <tomo.git@chise.org>
806
807         * mule/mule-charset.el (default-coded-charset-priority-list): Add
808         `=+>jis-x0208@1978'.
809
810 2017-01-20  MORIOKA Tomohiko  <tomo.git@chise.org>
811
812         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
813         setting for `=>ucs@component'.
814
815 2016-12-18  MORIOKA Tomohiko  <tomo.git@chise.org>
816
817         * mule/mule-charset.el (default-coded-charset-priority-list): Add
818         `=+>jis-x0213-1@2004' and `=>>adobe-japan1-6'.
819
820 2016-12-18  MORIOKA Tomohiko  <tomo.git@chise.org>
821
822         * mule/mule-coding.el (coded-charset-entity-reference-alist):
823         Prefer `=>ucs@cns' and `=>ucs@ks' to `=>ucs@jis/2004'.
824
825 2016-12-16  MORIOKA Tomohiko  <tomo.git@chise.org>
826
827         * mule/mule-conf.el (=>ucs@jis/2000): New coded-charset for XEmacs
828         CHISE.
829         (=>ucs@jis/2004): Ditto.
830
831 2016-12-15  MORIOKA Tomohiko  <tomo.git@chise.org>
832
833         * mule/mule-coding.el (coded-charset-entity-reference-alist):
834         Prefer `=>ucs@jis/2004' to `=>ucs@jis'.
835
836 2016-12-13  MORIOKA Tomohiko  <tomo.git@chise.org>
837
838         * mule/mule-charset.el (default-coded-charset-priority-list): Add
839         `=>cbeta'.
840
841 2016-12-06  MORIOKA Tomohiko  <tomo.git@chise.org>
842
843         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
844         setting for `==big5-cdp-itaiji-001'.
845
846         * mule/mule-charset.el (default-coded-charset-priority-list): Add
847         `==big5-cdp-itaiji-001'.
848
849         * mule/mule-conf.el (==big5-cdp-itaiji-001): New coded-charset for
850         XEmacs CHISE.
851
852 2016-12-05  MORIOKA Tomohiko  <tomo.git@chise.org>
853
854         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
855         settings for `=big5-cdp-itaiji-001', `=big5-cdp-itaiji-002',
856         `=big5-cdp-itaiji-003' and `=>big5-cdp-itaiji-001'.
857
858         * mule/mule-charset.el (default-coded-charset-priority-list): Add
859         `=big5-cdp-itaiji-001', `=big5-cdp-itaiji-002',
860         `=big5-cdp-itaiji-003' and `=>big5-cdp-itaiji-001'.
861
862         * mule/mule-conf.el (=big5-cdp-itaiji-001): New coded-charset for
863         XEmacs CHISE.
864         (=>big5-cdp-itaiji-001): Ditto.
865         (=big5-cdp-itaiji-002): Ditto.
866         (=big5-cdp-itaiji-003): Ditto.
867
868 2016-11-20  MORIOKA Tomohiko  <tomo.git@chise.org>
869
870         * mule/mule-charset.el (default-coded-charset-priority-list): Add
871         `=>>jis-x0208@1990' and `=>>jis-x0213-2'.
872
873 2016-10-27  MORIOKA Tomohiko  <tomo.git@chise.org>
874
875         * mule/mule-charset.el (default-coded-charset-priority-list):
876         Prefer `=ucs-radicals', `=ucs-radicals@unicode',
877         `=ucs-bmp-cjk@JP/hanazono', `=ucs-bmp-cjk@gb', `=mj-0' and `=mj-1'
878         to `=jis-x0208@1983'; add `=ucs-bmp-var-008'.
879
880         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
881         setting for `=ucs-var-008'.
882
883         * mule/mule-conf.el (=ucs-var-008): New coded-charset for XEmacs
884         CHISE.
885         (=ucs-bmp-var-008): Likewise.
886
887 2016-10-20  MORIOKA Tomohiko  <tomo.git@chise.org>
888
889         * mule/mule-charset.el (default-coded-charset-priority-list):
890         Prefer `==ucs-sip-ext-b@iso' to `==ucs-sip@JP/hanazono'.
891
892 2016-10-19  MORIOKA Tomohiko  <tomo.git@chise.org>
893
894         * mule/mule-charset.el (default-coded-charset-priority-list): Add
895         `==ucs-sip@JP/hanazono'.
896
897         * mule/mule-conf.el (==ucs-sip@JP/hanazono): New coded-charset for
898         XEmacs CHISE.
899
900 2016-10-18  MORIOKA Tomohiko  <tomo.git@chise.org>
901
902         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
903         setting for `=ucs-var-006'; add setting for `=ucs-itaiji-009'.
904
905         * mule/mule-charset.el (default-coded-charset-priority-list): Add
906         `=ucs-bmp-var-006'.
907
908         * mule/mule-conf.el (=ucs-var-006): New coded-charset for XEmacs
909         CHISE.
910         (=ucs-bmp-var-006): Likewise.
911
912 2016-10-16  MORIOKA Tomohiko  <tomo.git@chise.org>
913
914         * mule/mule-charset.el (default-coded-charset-priority-list): Add
915         `=ucs-bmp-itaiji-009'.
916
917         * mule/mule-conf.el (=ucs-itaiji-009): New coded-charset for
918         XEmacs CHISE.
919         (=ucs-bmp-itaiji-009): Likewise.
920
921 2016-09-10  MORIOKA Tomohiko  <tomo.git@chise.org>
922
923         * mule/mule-charset.el (default-coded-charset-priority-list): Add
924         `=>big5-cdp'.
925
926 2016-07-27  MORIOKA Tomohiko  <tomo.git@chise.org>
927
928         * mule/mule-coding.el (utf-8-gb): Specify `charset-g3'.
929         (utf-8-ivs-gb): Likewise.
930         (utf-8-gb-er): Likewise.
931         (utf-8-ivs-gb-er): Likewise.
932         (utf-8-cns): Likewise.
933         (utf-8-ivs-cns): Likewise.
934         (utf-8-cns-er): Likewise.
935         (utf-8-ivs-cns-er): Likewise.
936         (utf-8-big5): Likewise.
937         (utf-8-ivs-big5): Likewise.
938         (utf-8-big5-er): Likewise.
939         (utf-8-ivs-big5-er): Likewise.
940         (utf-8-jis): Likewise.
941         (utf-8-ivs-jis): Likewise.
942         (utf-8-jis-er): Likewise.
943         (utf-8-ivs-jis-er): Likewise.
944         (utf-8-ks): Likewise.
945         (utf-8-ivs-ks): Likewise.
946         (utf-8-ks-er): Likewise.
947         (utf-8-ivs-ks-er): Likewise.
948
949 2016-07-23  MORIOKA Tomohiko  <tomo.git@chise.org>
950
951         * mule/mule-coding.el (utf-8-jp): Specify `charset-g3'.
952         (utf-8-ivs-jp): Likewise.
953         (utf-8-jp-er): Likewise.
954         (utf-8-ivs-jp-er): Likewise.
955
956 2016-04-15  MORIOKA Tomohiko  <tomo.git@chise.org>
957
958         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
959         setting for `=ucs-var-010'.
960
961         * mule/mule-charset.el (default-coded-charset-priority-list): Add
962         `=ucs-bmp-var-010'.
963
964         * mule/mule-conf.el (=ucs-var-010): New coded-charset for XEmacs
965         CHISE.
966         (=ucs-bmp-var-010): Likewise.
967
968 2016-03-17  MORIOKA Tomohiko  <tomo.git@chise.org>
969
970         * mule/mule-charset.el (default-coded-charset-priority-list): Add
971         `=ucs-sip@JP/hanazono'.
972
973         * mule/mule-conf.el (=ucs-sip@iso): Fix DOC and `long-name'.
974         (=ucs-sip@JP/hanazono): New coded-charset for XEmacs CHISE.
975
976 2016-03-14  MORIOKA Tomohiko  <tomo.git@chise.org>
977
978         * mule/mule-charset.el (default-coded-charset-priority-list):
979         - Add `=big5-cdp-var-004'.
980         - Rename `=big5-cdp-var-3' and `=big5-cdp-var-5' to
981           `=big5-cdp-var-003' and `=big5-cdp-var-005'.
982
983         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
984         setting for `=big5-cdp-var-003', `=big5-cdp-var-004' and
985         `=big5-cdp-var-005'.
986
987         * mule/mule-conf.el (=big5-cdp-var-003): Renamed from
988         `=big5-cdp-var-3'; define `=big5-cdp-var-3' as an alias of
989         `=big5-cdp-var-003'.
990         (=big5-cdp-var-004): New coded-charset for XEmacs CHISE.
991         (=big5-cdp-var-005): Renamed from `=big5-cdp-var-5'; define
992         `=big5-cdp-var-5' as an alias of `=big5-cdp-var-005'.
993
994 2016-03-11  MORIOKA Tomohiko  <tomo.git@chise.org>
995
996         * mule/mule-charset.el (default-coded-charset-priority-list):
997         Don't prefer ucs-compat CCSes to other CCSes.
998
999 2016-03-10  MORIOKA Tomohiko  <tomo.git@chise.org>
1000
1001         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1002         `===ucs-bmp-cjk-compat@unicode'.
1003
1004         * mule/mule-conf.el (===ucs-bmp-cjk-compat@unicode): New
1005         coded-charset for XEmacs CHISE.
1006
1007 2016-02-20  MORIOKA Tomohiko  <tomo.git@chise.org>
1008
1009         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1010         `=ucs-sip-itaiji-003'.
1011
1012         * mule/mule-conf.el (=ucs-sip-itaiji-003): New coded-charset for
1013         XEmacs CHISE.
1014
1015 2016-02-17  MORIOKA Tomohiko  <tomo.git@chise.org>
1016
1017         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1018         setting for `=ucs-var-004'.
1019
1020         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1021         `=ucs-sip-var-001' and `=ucs-bmp-var-004'.
1022
1023         * mule/mule-conf.el (=ucs-sip-var-001): New coded-charset for
1024         XEmacs CHISE.
1025         (=ucs-var-004): Ditto.
1026         (=ucs-bmp-var-004): Ditto.
1027
1028 2016-02-14  MORIOKA Tomohiko  <tomo.git@chise.org>
1029
1030         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1031         `=ucs-sip-var-003'.
1032
1033         * mule/mule-conf.el (=ucs-sip-var-003): New coded-charset for
1034         XEmacs CHISE.
1035
1036 2016-02-11  MORIOKA Tomohiko  <tomo.git@chise.org>
1037
1038         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1039         setting for `=ucs-itaiji-006'.
1040
1041         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1042         `=ucs-bmp-itaiji-006'.
1043
1044         * mule/mule-conf.el (=ucs-itaiji-006): New coded-charset for
1045         XEmacs CHISE.
1046         (=ucs-bmp-itaiji-006): Ditto.
1047
1048 2016-02-10  MORIOKA Tomohiko  <tomo.git@chise.org>
1049
1050         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1051         `=ucs-sip-var-002'.
1052
1053         * mule/mule-conf.el (=ucs-sip-var-002): New coded-charset for
1054         XEmacs CHISE.
1055
1056 2016-02-05  MORIOKA Tomohiko  <tomo.git@chise.org>
1057
1058         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1059         `=ucs-sip-itaiji-002'.
1060
1061         * mule/mule-conf.el (=ucs-sip-itaiji-002): New coded-charset for
1062         XEmacs CHISE.
1063
1064 2016-02-01  MORIOKA Tomohiko  <tomo.git@chise.org>
1065
1066         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1067         setting for `==hanyo-denshi/tk'.
1068
1069 2016-01-28  MORIOKA Tomohiko  <tomo.git@chise.org>
1070
1071         * mule/mule-conf.el (=hanyo-denshi/ks): Fix `long-name'.
1072         (=hanyo-denshi/tk): Fix `long-name'.
1073         (==hanyo-denshi/tk): New coded-charset for XEmacs CHISE.
1074
1075 2016-01-17  MORIOKA Tomohiko  <tomo.git@chise.org>
1076
1077         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1078         setting for `=>mj'.
1079
1080 2016-01-17  MORIOKA Tomohiko  <tomo.git@chise.org>
1081
1082         * mule/mule-conf.el (=mj): Fix `dimension'.  (=>mj): New
1083         coded-charset for XEmacs CHISE.
1084
1085 2015-12-18  MORIOKA Tomohiko  <tomo.git@chise.org>
1086
1087         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1088         setting for `=hanyo-denshi/tk'.
1089
1090 2015-12-17  MORIOKA Tomohiko  <tomo.git@chise.org>
1091
1092         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1093         `=hanyo-denshi/tk/mf-01'.
1094
1095         * mule/mule-conf.el (=hanyo-denshi/tk): New coded-charset for
1096         XEmacs CHISE.
1097         (=hanyo-denshi/tk/mf-01): Ditto.
1098
1099 2015-12-11  MORIOKA Tomohiko  <tomo.git@chise.org>
1100
1101         * mule/mule-charset.el (default-coded-charset-priority-list):
1102         Prefer `==ucs-bmp-cjk-compat@JP' to `==ucs-bmp-cjk-compat@gb'.
1103
1104 2015-11-16  MORIOKA Tomohiko  <tomo.git@chise.org>
1105
1106         * mule/mule-charset.el (default-coded-charset-priority-list):
1107         Prefer `=jis-x0208@1983' to `chinese-gb2312'.
1108
1109 2015-11-11  MORIOKA Tomohiko  <tomo.git@chise.org>
1110
1111         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1112         settings for `=ucs-itaiji-004' and `=ucs-itaiji-005'.
1113
1114         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1115         `=ucs-bmp-itaiji-004' and `=ucs-bmp-itaiji-005'.
1116
1117         * mule/mule-conf.el (=ucs-itaiji-004): New coded-charset for
1118         XEmacs CHISE.
1119         (=ucs-bmp-itaiji-004): Ditto.
1120         (=ucs-itaiji-005): Ditto.
1121         (=ucs-bmp-itaiji-005): Ditto.
1122
1123 2015-11-11  MORIOKA Tomohiko  <tomo.git@chise.org>
1124
1125         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1126         `=ucs-sip-itaiji-001'.
1127
1128         * mule/mule-conf.el (=ucs-sip-itaiji-001): New coded-charset for
1129         XEmacs CHISE.
1130
1131 2015-11-07  MORIOKA Tomohiko  <tomo.git@chise.org>
1132
1133         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1134         settings for `=ucs-itaiji-001', `=ucs-itaiji-003' and
1135         `=ucs-itaiji-008'.
1136
1137         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1138         `=ucs-bmp-itaiji-001', `=ucs-bmp-itaiji-003' and
1139         `=ucs-bmp-itaiji-008'.
1140
1141         * mule/mule-conf.el (=ucs-itaiji-001): New coded-charset for
1142         XEmacs CHISE.
1143         (=ucs-bmp-itaiji-001): Ditto.
1144         (=ucs-itaiji-003): Ditto.
1145         (=ucs-bmp-itaiji-003): Ditto.
1146         (=ucs-itaiji-008): Ditto.
1147         (=ucs-bmp-itaiji-008): Ditto.
1148
1149 2015-10-30  MORIOKA Tomohiko  <tomo.git@chise.org>
1150
1151         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1152         `==ucs-bmp-cjk-compat@gb' and `==ucs-bmp-cjk-compat@JP'.
1153
1154         * mule/mule-conf.el (==ucs-bmp-cjk-compat@gb): New coded-charset
1155         for XEmacs CHISE.
1156         (==ucs-bmp-cjk-compat@JP): Ditto.
1157
1158 2015-10-21  MORIOKA Tomohiko  <tomo.git@chise.org>
1159
1160         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1161         setting for `===hng-tzs'.
1162
1163         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1164         `===hng-tzs'.
1165
1166         * mule/mule-conf.el (===hng-tzs): New coded-charset for XEmacs
1167         CHISE.
1168
1169 2015-10-20  MORIOKA Tomohiko  <tomo.git@chise.org>
1170
1171         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1172         setting for `===hng-doh'.
1173
1174         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1175         `===hng-doh'.
1176
1177         * mule/mule-conf.el (===hng-doh): New coded-charset for XEmacs
1178         CHISE.
1179
1180 2015-10-19  MORIOKA Tomohiko  <tomo.git@chise.org>
1181
1182         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1183         setting for `===hng-wad'.
1184
1185         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1186         `===hng-wad'.
1187
1188         * mule/mule-conf.el (===hng-wad): New coded-charset for XEmacs
1189         CHISE.
1190
1191 2015-10-19  MORIOKA Tomohiko  <tomo.git@chise.org>
1192
1193         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1194         settings for `==koseki' and `===hng-kcc'.
1195
1196         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1197         `===hng-kcc'.
1198
1199         * mule/mule-conf.el (===hng-kcc): New coded-charset for XEmacs
1200         CHISE.
1201
1202 2015-10-18  MORIOKA Tomohiko  <tomo.git@chise.org>
1203
1204         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1205         setting for `===hng-nkk'.
1206
1207         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1208         `===hng-nkk'.
1209
1210         * mule/mule-conf.el (===hng-nkk): New coded-charset for XEmacs
1211         CHISE.
1212
1213 2015-10-18  MORIOKA Tomohiko  <tomo.git@chise.org>
1214
1215         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1216         setting for `===hng-ink'.
1217
1218         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1219         `===hng-ink'.
1220
1221         * mule/mule-conf.el (===hng-ink): New coded-charset for XEmacs
1222         CHISE.
1223
1224 2015-10-17  MORIOKA Tomohiko  <tomo.git@chise.org>
1225
1226         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1227         setting for `===hng-jhk'.
1228
1229         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1230         `===hng-jhk'.
1231
1232         * mule/mule-conf.el (===hng-jhk): New coded-charset for XEmacs
1233         CHISE.
1234
1235 2015-10-17  MORIOKA Tomohiko  <tomo.git@chise.org>
1236
1237         * mule/mule-conf.el (=jis-x0213-1@2004): Use "jisx0213\\.2004-1"
1238         instead of "jisx0213\\(\\.2004\\)-1" as the registry.
1239         (==jis-x0213-1@2004): Add registry to specify "jisx0213\\.2004-1".
1240         (===jis-x0213-1@2004): Likewise.
1241         (=>>jis-x0213-1@2004): Use "jisx0213\\.2004-1" instead of
1242         "jisx0213\\(\\.2004\\)-1" as the registry.
1243         (=+>jis-x0213-1@2004): Likewise.
1244         (=>jis-x0213-1@2004): Likewise.
1245
1246         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1247         `===jis-x0213-1@2004'.
1248
1249 2015-10-16  MORIOKA Tomohiko  <tomo.git@chise.org>
1250
1251         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1252         setting for `===hng-nak'.
1253
1254         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1255         `===hng-nak'.
1256
1257         * mule/mule-conf.el (===hng-nak): New coded-charset for XEmacs
1258         CHISE.
1259
1260 2015-10-15  MORIOKA Tomohiko  <tomo.git@chise.org>
1261
1262         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1263         setting for `===hng-hos'.
1264
1265         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1266         `===hng-hos'.
1267
1268         * mule/mule-conf.el (===hng-hos): New coded-charset for XEmacs
1269         CHISE.
1270
1271 2015-10-14  MORIOKA Tomohiko  <tomo.git@chise.org>
1272
1273         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1274         setting for `===hng-tzj'.
1275
1276         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1277         `===hng-tzj'.
1278
1279         * mule/mule-conf.el (===hng-tjz): New coded-charset for XEmacs
1280         CHISE.
1281
1282 2015-10-13  MORIOKA Tomohiko  <tomo.git@chise.org>
1283
1284         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1285         setting for `===hng-kae'.
1286
1287         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1288         `===hng-kae'.
1289
1290         * mule/mule-conf.el (===hng-kae): New coded-charset for XEmacs
1291         CHISE.
1292
1293 2015-10-11  MORIOKA Tomohiko  <tomo.git@chise.org>
1294
1295         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1296         setting for `===hng-kar'.
1297
1298         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1299         `===hng-kar'.
1300
1301         * mule/mule-conf.el (===hng-kar): New coded-charset for XEmacs
1302         CHISE.
1303
1304 2015-10-11  MORIOKA Tomohiko  <tomo.git@chise.org>
1305
1306         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1307         setting for `===hng-kyd'.
1308
1309         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1310         `===hng-kyd'.
1311
1312         * mule/mule-conf.el (===hng-kyd): New coded-charset for XEmacs
1313         CHISE.
1314
1315 2015-10-10  MORIOKA Tomohiko  <tomo.git@chise.org>
1316
1317         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1318         setting for `===hng-hok'.
1319
1320         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1321         `===hng-hok'.
1322
1323         * mule/mule-conf.el (===hng-hok): New coded-charset for XEmacs
1324         CHISE.
1325
1326 2015-10-09  MORIOKA Tomohiko  <tomo.git@chise.org>
1327
1328         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1329         setting for `===hng-jyu'.
1330
1331         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1332         `===hng-jyu'.
1333
1334         * mule/mule-conf.el (===hng-jyu): New coded-charset for XEmacs
1335         CHISE.
1336
1337 2015-10-08  MORIOKA Tomohiko  <tomo.git@chise.org>
1338
1339         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1340         setting for `===hng-zkd'.
1341
1342         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1343         `===hng-zkd'.
1344
1345         * mule/mule-conf.el (===hng-zkd): New coded-charset for XEmacs
1346         CHISE.
1347
1348 2015-10-07  MORIOKA Tomohiko  <tomo.git@chise.org>
1349
1350         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1351         setting for `===hng-kmi'.
1352
1353         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1354         `===hng-kmi'.
1355
1356         * mule/mule-conf.el (===hng-kmi): New coded-charset for XEmacs
1357         CHISE.
1358
1359 2015-10-07  MORIOKA Tomohiko  <tomo.git@chise.org>
1360
1361         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1362         setting for `===hng-okd'.
1363
1364         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1365         `===hng-okd'.
1366
1367         * mule/mule-conf.el (===hng-okd): New coded-charset for XEmacs
1368         CHISE.
1369
1370 2015-10-05  MORIOKA Tomohiko  <tomo.git@chise.org>
1371
1372         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1373         setting for `===hng-nkm'.
1374
1375         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1376         `===hng-nkm'.
1377
1378         * mule/mule-conf.el (===hng-nkm): New coded-charset for XEmacs
1379         CHISE.
1380
1381 2015-10-05  MORIOKA Tomohiko  <tomo.git@chise.org>
1382
1383         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1384         setting for `===hng-nto'.
1385
1386         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1387         `===hng-nto'.
1388
1389         * mule/mule-conf.el (===hng-nto): New coded-charset for XEmacs
1390         CHISE.
1391
1392 2015-10-04  MORIOKA Tomohiko  <tomo.git@chise.org>
1393
1394         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1395         setting for `===hng-yhk'.
1396
1397         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1398         `===hng-yhk'.
1399
1400         * mule/mule-conf.el (===hng-yhk): New coded-charset for XEmacs
1401         CHISE.
1402
1403 2015-10-03  MORIOKA Tomohiko  <tomo.git@chise.org>
1404
1405         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1406         setting for `===hng-sok'.
1407
1408         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1409         `===hng-sok'.
1410
1411         * mule/mule-conf.el (===hng-sok): New coded-charset for XEmacs
1412         CHISE.
1413
1414 2015-10-03  MORIOKA Tomohiko  <tomo.git@chise.org>
1415
1416         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1417         setting for `===hng-kda'.
1418
1419         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1420         `===hng-kda'.
1421
1422         * mule/mule-conf.el (===hng-kda): New coded-charset for XEmacs
1423         CHISE.
1424
1425 2015-10-02  MORIOKA Tomohiko  <tomo.git@chise.org>
1426
1427         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1428         setting for `===hng-myz'.
1429
1430         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1431         `===hng-myz'.
1432
1433         * mule/mule-conf.el (===hng-myz): New coded-charset for XEmacs
1434         CHISE.
1435
1436 2015-10-02  MORIOKA Tomohiko  <tomo.git@chise.org>
1437
1438         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1439         setting for `===hng-kgk'.
1440
1441         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1442         `===hng-kgk'.
1443
1444         * mule/mule-conf.el (===hng-kgk): New coded-charset for XEmacs
1445         CHISE.
1446
1447 2015-10-01  MORIOKA Tomohiko  <tomo.git@chise.org>
1448
1449         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1450         setting for `===hng-drt'.
1451
1452         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1453         `===hng-drt'.
1454
1455         * mule/mule-conf.el (===hng-drt): New coded-charset for XEmacs
1456         CHISE.
1457
1458 2015-10-01  MORIOKA Tomohiko  <tomo.git@chise.org>
1459
1460         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1461         setting for `===hng-mam'.
1462
1463         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1464         `===hng-mam'.
1465
1466         * mule/mule-conf.el (===hng-mam): New coded-charset for XEmacs
1467         CHISE.
1468
1469 2015-09-30  MORIOKA Tomohiko  <tomo.git@chise.org>
1470
1471         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1472         setting for `===hng-dng'.
1473
1474         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1475         `===hng-dng'.
1476
1477         * mule/mule-conf.el (===hng-dng): New coded-charset for XEmacs
1478         CHISE.
1479
1480 2015-09-29  MORIOKA Tomohiko  <tomo.git@chise.org>
1481
1482         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1483         setting for `=>cns11643-5'.
1484
1485 2015-09-29  MORIOKA Tomohiko  <tomo.git@chise.org>
1486
1487         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1488         setting for `===hng-keg'.
1489
1490         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1491         `===hng-keg'.
1492
1493         * mule/mule-conf.el (===hng-keg): New coded-charset for XEmacs
1494         CHISE.
1495
1496 2015-09-28  MORIOKA Tomohiko  <tomo.git@chise.org>
1497
1498         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1499         setting for `===hng-jou'.
1500
1501         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1502         `===hng-jou'.
1503
1504         * mule/mule-conf.el (===hng-jou): New coded-charset for XEmacs
1505         CHISE.
1506
1507 2015-09-28  MORIOKA Tomohiko  <tomo.git@chise.org>
1508
1509         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1510         setting for `===hng-smk'.
1511
1512         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1513         `===hng-smk'.
1514
1515         * mule/mule-conf.el (===hng-smk): New coded-charset for XEmacs
1516         CHISE.
1517
1518 2015-09-26  MORIOKA Tomohiko  <tomo.git@chise.org>
1519
1520         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1521         setting for `===hng-kyo'.
1522
1523         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1524         `===hng-kyo'.
1525
1526         * mule/mule-conf.el (===hng-kyo): New coded-charset for XEmacs
1527         CHISE.
1528
1529 2015-09-26  MORIOKA Tomohiko  <tomo.git@chise.org>
1530
1531         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1532         setting for `===hng-kss'.
1533
1534         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1535         `===hng-kss'.
1536
1537         * mule/mule-conf.el (===hng-kss): New coded-charset for XEmacs
1538         CHISE.
1539
1540 2015-09-25  MORIOKA Tomohiko  <tomo.git@chise.org>
1541
1542         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1543         setting for `===hng-wan'.
1544
1545         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1546         `===hng-wan'.
1547
1548         * mule/mule-conf.el (===hng-wan): New coded-charset for XEmacs
1549         CHISE.
1550
1551 2015-09-24  MORIOKA Tomohiko  <tomo.git@chise.org>
1552
1553         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1554         setting for `===hng-ksk'.
1555
1556         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1557         `===hng-ksk'.
1558
1559         * mule/mule-conf.el (===hng-ksk): New coded-charset for XEmacs
1560         CHISE.
1561
1562 2015-09-24  MORIOKA Tomohiko  <tomo.git@chise.org>
1563
1564         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1565         setting for `===hng-kyu'.
1566
1567         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1568         `===hng-kyu'.
1569
1570         * mule/mule-conf.el (===hng-kyu): New coded-charset for XEmacs
1571         CHISE.
1572
1573 2015-09-23  MORIOKA Tomohiko  <tomo.git@chise.org>
1574
1575         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1576         setting for `===hng-skk'.
1577
1578         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1579         `===hng-skk'.
1580
1581         * mule/mule-conf.el (===hng-skk): New coded-charset for XEmacs
1582         CHISE.
1583
1584 2015-09-22  MORIOKA Tomohiko  <tomo.git@chise.org>
1585
1586         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1587         setting for `===hng-sik'.
1588
1589         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1590         `===hng-sik'.
1591
1592         * mule/mule-conf.el (===hng-sik): New coded-charset for XEmacs
1593         CHISE.
1594
1595 2015-09-21  MORIOKA Tomohiko  <tomo.git@chise.org>
1596
1597         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1598         setting for `===hng-kbk'.
1599
1600         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1601         `===hng-kbk'.
1602
1603         * mule/mule-conf.el (===hng-kbk): New coded-charset for XEmacs
1604         CHISE.
1605
1606 2015-09-21  MORIOKA Tomohiko  <tomo.git@chise.org>
1607
1608         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1609         setting for `===hng-kcj'.
1610
1611         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1612         `===hng-kcj'.
1613
1614         * mule/mule-conf.el (===hng-kcj): New coded-charset for XEmacs
1615         CHISE.
1616
1617 2015-09-19  MORIOKA Tomohiko  <tomo.git@chise.org>
1618
1619         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1620         setting for `===hng-k24'.
1621
1622         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1623         `===hng-k24'.
1624
1625         * mule/mule-conf.el (===hng-k24): New coded-charset for XEmacs
1626         CHISE.
1627
1628 2015-09-18  MORIOKA Tomohiko  <tomo.git@chise.org>
1629
1630         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1631         setting for `===hng-gok'.
1632
1633         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1634         `===hng-gok'.
1635
1636         * mule/mule-conf.el (===hng-gok): New coded-charset for XEmacs
1637         CHISE.
1638 2015-09-17  MORIOKA Tomohiko  <tomo.git@chise.org>
1639
1640         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1641         setting for `===hng-tsu'.
1642
1643         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1644         `===hng-tsu'.
1645
1646         * mule/mule-conf.el (===hng-tsu): New coded-charset for XEmacs
1647         CHISE.
1648
1649 2015-09-16  MORIOKA Tomohiko  <tomo.git@chise.org>
1650
1651         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1652         setting for `===hng-sys'.
1653
1654         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1655         `===hng-sys'.
1656
1657         * mule/mule-conf.el (===hng-sys): New coded-charset for XEmacs
1658         CHISE.
1659
1660 2015-09-16  MORIOKA Tomohiko  <tomo.git@chise.org>
1661
1662         * mule/mule-coding.el (coded-charset-entity-reference-alist):
1663         - Use "&HNG010-<d><d><d><d><d>;" instead of
1664           "&HNG-KHI<d><d><d><d><d>;" for `===hng-khi'.
1665         - Add setting for `===hng-khm' and `=ucs-itaiji-002'.
1666
1667         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1668         `=ucs-bmp-itaiji-002' and `===hng-khm'.
1669
1670         * mule/mule-conf.el (===hng-khi): Use "hng-10$" instead of
1671         "hngkhi-0" as the suffix of registry.
1672         (===hng-khm): New coded-charset for XEmacs CHISE.
1673         (=ucs-itaiji-002): Ditto.
1674         (=ucs-bmp-itaiji-002): Ditto.
1675
1676 2015-09-14  MORIOKA Tomohiko  <tomo.git@chise.org>
1677
1678         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1679         setting for `=>ucs@iwds-1'.
1680
1681         * mule/mule-conf.el (==jis-x0208@1978/-4X): New coded-charset for
1682         XEmacs CHISE.
1683
1684 2015-09-14  MORIOKA Tomohiko  <tomo.git@chise.org>
1685
1686         * mule/mule-conf.el (=>ucs@iwds-1): New coded-charset for XEmacs
1687         CHISE.
1688
1689         * mule/mule-coding.el (coded-charset-entity-reference-alist): Use
1690         "&HNG-KHI<d><d><d><d>;" instead of "&HNG-KHI-<d><d><d><d>;" for
1691         `===hng-khi'.
1692
1693 2015-09-13  MORIOKA Tomohiko  <tomo.git@chise.org>
1694
1695         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1696         setting for `===hng-khi'.
1697
1698         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1699         `===hng-khi'.
1700
1701         * mule/mule-conf.el (===hng-khi): New coded-charset for XEmacs
1702         CHISE.
1703
1704 2015-09-11  MORIOKA Tomohiko  <tomo.git@chise.org>
1705
1706         * mule/mule-conf.el (=ucs-bmp-var-001): Use #x9FCC instead of
1707         #x9FA5 as the value of `max-code'.
1708         (=ucs-bmp-var-002): Likewise.
1709         (=ucs-bmp-var-003): Likewise.
1710         (=ucs-bmp-itaiji-084): Likewise.
1711         (=ucs-bmp-cjk@JP): Likewise.
1712         (=ucs-bmp-cjk@JP/hanazono): Likewise.
1713         (==ucs-bmp-cjk@JP/hanazono): Likewise.
1714         (=>ucs-bmp-cjk@component): Likewise.
1715
1716 2015-09-05  MORIOKA Tomohiko  <tomo.git@chise.org>
1717
1718         * mule/mule-conf.el (==daikanwa/+2p): New coded-charset for XEmacs
1719         CHISE.
1720
1721 2015-09-04  MORIOKA Tomohiko  <tomo.git@chise.org>
1722
1723         * mule/mule-conf.el (==jis-x0208@1978/4-pr): New coded-charset for
1724         XEmacs CHISE.
1725         (==jis-x0208@1978/5pr): Use `==jis-x0208@1978/4-pr' instead of
1726         `==jis-x0208@1978/2-pr' as the mother.
1727
1728 2015-08-17  MORIOKA Tomohiko  <tomo.git@chise.org>
1729
1730         * mule/mule-conf.el (=>cns11643-5): New coded-charset for XEmacs
1731         CHISE.
1732
1733 2015-07-09  MORIOKA Tomohiko  <tomo.git@chise.org>
1734
1735         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1736         setting for `===hanyo-denshi/jb' and `===hanyo-denshi/hg'.
1737
1738 2015-06-08  MORIOKA Tomohiko  <tomo.git@chise.org>
1739
1740         * mule/mule-coding.el (coded-charset-entity-reference-alist): Use
1741         `=gb2312' instead of `chinese-gb2312'; add setting for `==ucs@gb'.
1742
1743 2015-03-05  MORIOKA Tomohiko  <tomo.git@chise.org>
1744
1745         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1746         setting for `===ucs@gb'.
1747
1748 2015-03-04  MORIOKA Tomohiko  <tomo.git@chise.org>
1749
1750         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1751         setting for `===hanyo-denshi/ks', `===jis-x0208' and
1752         `===jis-x0213-1'; use "&R-J00X1-hhhh;" instead of "&R-JX1-hhhh;"
1753         as the entity-reference for `===jis-x0213-1@2000'; use
1754         "&R-JX1-hhhh;" as the entity-reference for `===jis-x0213-1'.
1755
1756 2015-03-03  MORIOKA Tomohiko  <tomo.git@chise.org>
1757
1758         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1759         `===jis-x0208'.
1760
1761         * mule/mule-conf.el (===jis-x0208@1978): Use `==jis-x0208@1978'
1762         instead of `===jis-x0208' as the mother.
1763         (===jis-x0208@1983): Use `==jis-x0208@1983' instead of
1764         `===jis-x0208' as the mother.
1765         (===jis-x0208@1990): Use `==jis-x0208@1990' instead of
1766         `===jis-x0208' as the mother.
1767         (===jis-x0213-1@2000): Use `==jis-x0213-1@2000' instead of
1768         `===jis-x0213-1' as the mother.
1769         (===jis-x0213-1@2004): Use `==jis-x0213-1@2004' instead of
1770         `===jis-x0213-1' as the mother.
1771         (===ucs@unicode): Use `==ucs@unicode' instead of `===ucs@iso' as
1772         the mother.
1773         (===ucs@ks): Use `==ucs@ks' instead of `===ucs@unicode' as the
1774         mother.
1775
1776 2015-02-23  MORIOKA Tomohiko  <tomo.git@chise.org>
1777
1778         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1779         setting for `=ucs-var-001'.
1780
1781 2015-02-23  MORIOKA Tomohiko  <tomo.git@chise.org>
1782
1783         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1784         `=ucs-bmp-var-001'.
1785
1786         * mule/mule-conf.el (=ucs-var-001): New coded-charset for XEmacs
1787         CHISE.
1788         (=ucs-bmp-var-001): Ditto.
1789
1790         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1791         setting for `=ucs-var-003'.
1792
1793 2015-02-22  MORIOKA Tomohiko  <tomo.git@chise.org>
1794
1795         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1796         `=ucs-bmp-var-003'.
1797
1798         * mule/mule-conf.el (=ucs-var-003): New coded-charset for XEmacs
1799         CHISE.
1800         (=ucs-bmp-var-003): Ditto.
1801
1802 2015-02-21  MORIOKA Tomohiko  <tomo.git@chise.org>
1803
1804         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1805         setting for `=ucs-var-002'.
1806
1807         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1808         `=ucs-bmp-var-002'.
1809
1810         * mule/mule-conf.el (=ucs-var-002): New coded-charset for XEmacs
1811         CHISE.
1812         (=ucs-bmp-var-002): Ditto.
1813
1814 2015-02-21  MORIOKA Tomohiko  <tomo.git@chise.org>
1815
1816         * mule/mule-conf.el (==jis-x0208@1978/4er): New coded-charset for
1817         XEmacs CHISE.
1818         (==jis-x0208@1978/5pr): Ditto.
1819
1820 2015-02-21  MORIOKA Tomohiko  <tomo.git@chise.org>
1821
1822         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1823         `=>ucs-bmp-cjk@component'.
1824
1825         * mule/mule-conf.el (=>ucs@component): New coded-charset for
1826         XEmacs CHISE.
1827         (=>ucs-bmp-cjk@component): Ditto.
1828
1829 2015-02-20  MORIOKA Tomohiko  <tomo.git@chise.org>
1830
1831         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1832         setting for `=>iwds-1'.
1833
1834 2015-02-20  MORIOKA Tomohiko  <tomo.git@chise.org>
1835
1836         * mule/mule-conf.el (=>iwds-1): New coded-charset for XEmacs
1837         CHISE.
1838
1839 2015-02-17  MORIOKA Tomohiko  <tomo.git@chise.org>
1840
1841         * mule/mule-charset.el (default-coded-charset-priority-list):
1842         - Prefer `=ucs-bmp-cjk@JP/hanazono' to `=ucs-bmp-cjk@gb'.
1843         - Prefer `==ucs-bmp-cjk@JP/hanazono' to `==ucs-bmp-cjk@gb'.
1844         - Prefer `===hanyo-denshi/jc' to `===jis-x0213-1'.
1845         - Prefer `===hanyo-denshi/jd' to `===jis-x0213-2'.
1846
1847 2015-02-14  MORIOKA Tomohiko  <tomo.git@chise.org>
1848
1849         * mule/mule-coding.el (coded-charset-entity-reference-alist):
1850         Prefer `=ucs@FOO' to `=>>ucs@FOO'.
1851
1852         * mule/mule-conf.el (=ucs@iso): Use `=+>ucs@iso' instead of
1853         `=>>ucs@iso' as the mother.
1854         (=>>ucs@iso): Use `=ucs@iso' instead of `=+>ucs@iso' as the
1855         mother.
1856
1857 2015-01-22  MORIOKA Tomohiko  <tomo.git@chise.org>
1858
1859         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1860         setting for `===hanyo-denshi/ia'.
1861
1862 2015-01-20  MORIOKA Tomohiko  <tomo.git@chise.org>
1863
1864         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1865         `===hanyo-denshi/ia'.
1866
1867 2014-12-28  MORIOKA Tomohiko  <tomo.git@chise.org>
1868
1869         * mule/mule-conf.el (=koseki): Fix DOC.
1870         (==koseki): New coded-charset for XEmacs CHISE.
1871
1872 2014-12-26  MORIOKA Tomohiko  <tomo.git@chise.org>
1873
1874         * mule/mule-conf.el (===hanyo-denshi/jc): New coded-charset for
1875         XEmacs CHISE.
1876         (===hanyo-denshi/jd): Fix DOC.
1877
1878 2014-12-26  MORIOKA Tomohiko  <tomo.git@chise.org>
1879
1880         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1881         setting for `===hanyo-denshi/ip'.
1882
1883 2014-12-25  MORIOKA Tomohiko  <tomo.git@chise.org>
1884
1885         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1886         `===hanyo-denshi/ip'.
1887
1888         * mule/mule-conf.el (===hanyo-denshi/ip): New coded-charset for
1889         XEmacs CHISE.
1890
1891 2014-12-07  MORIOKA Tomohiko  <tomo.git@chise.org>
1892
1893         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1894         `==ucs-radicals@unicode' and `=>daikanwa'.
1895
1896         * mule/mule-conf.el (==ucs-radicals@unicode): New coded-charset
1897         for XEmacs CHISE.
1898
1899 2014-12-03  MORIOKA Tomohiko  <tomo.git@chise.org>
1900
1901         * mule/mule-conf.el (===hanyo-denshi/ia): New coded-charset for
1902         XEmacs CHISE.
1903
1904 2014-11-18  MORIOKA Tomohiko  <tomo.git@chise.org>
1905
1906         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1907         `===ruimoku-v6'.
1908
1909 2014-11-17  MORIOKA Tomohiko  <tomo.git@chise.org>
1910
1911         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1912         setting for `===ruimoku-v6'.
1913
1914 2014-11-17  MORIOKA Tomohiko  <tomo.git@chise.org>
1915
1916         * mule/mule-conf.el (===ruimoku-v6): New coded-charset for XEmacs
1917         CHISE.
1918
1919 2014-11-15  MORIOKA Tomohiko  <tomo.git@chise.org>
1920
1921         * mule/mule-conf.el (==jis-x0208@1978/1pr/fixed): New
1922         coded-charset for XEmacs CHISE.
1923
1924 2014-11-05  MORIOKA Tomohiko  <tomo.git@chise.org>
1925
1926         * mule/mule-conf.el (===hanyo-denshi/jd): New coded-charset for
1927         XEmacs CHISE.
1928
1929 2014-10-15  MORIOKA Tomohiko  <tomo.git@chise.org>
1930
1931         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1932         `===ucs-sip@iso'.
1933
1934 2014-10-02  MORIOKA Tomohiko  <tomo.git@chise.org>
1935
1936         * mule/mule-conf.el (===ucs-sip@iso): New coded-charset for XEmacs
1937         CHISE.
1938
1939 2014-09-29  MORIOKA Tomohiko  <tomo.git@chise.org>
1940
1941         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1942         `==ucs-sip@iso'.
1943
1944         * mule/mule-conf.el (==ucs-sip@iso): New coded-charset for XEmacs
1945         CHISE.
1946
1947 2014-09-18  MORIOKA Tomohiko  <tomo.git@chise.org>
1948
1949         * mule/mule-conf.el (=ucs-sip-ext-b): Fix registry.
1950         (=ucs-sip@iso): New coded-charset for XEmacs CHISE.
1951         (=ucs-sip-ext-b@iso): Fix registry.
1952         (==ucs-sip-ext-b@iso): Ditto.
1953         (===ucs-sip-ext-b@iso): Ditto.
1954
1955         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1956         `=ucs-sip@iso'.
1957
1958 2014-09-17  MORIOKA Tomohiko  <tomo.git@chise.org>
1959
1960         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
1961         setting for `=>cbeta'.
1962
1963 2014-09-16  MORIOKA Tomohiko  <tomo.git@chise.org>
1964
1965         * mule/mule-charset.el (default-coded-charset-priority-list): Add
1966         `=>cns11643-7'.
1967
1968         * mule/mule-conf.el (=>cbeta): New coded-charset for XEmacs CHISE.
1969
1970 2014-08-20  MORIOKA Tomohiko  <tomo.git@chise.org>
1971
1972         * mule/mule-coding.el (coded-charset-entity-reference-alist): Use
1973         "&G-[NAME];" instead of "&g1-[NAME];" for `=>>[NAME]'.
1974
1975 2014-08-19  MORIOKA Tomohiko  <tomo.git@chise.org>
1976
1977         * mule/mule-conf.el (=>>>ucs@cns): Indicate `==ucs@cns' instead of
1978         `=ucs@cns'.
1979         (=>>>ucs@jis): Indicate `==ucs@jis' instead of `=ucs@jis'.
1980         (=>>>ucs@jis/1990): Indicate `==ucs@jis/1990' instead of
1981         `=ucs@jis/1990'.
1982         (=>>>ucs@jis/2000): Indicate `==ucs@jis/2000' instead of
1983         `=ucs@jis/2000'.
1984         (=>>>ucs@jis/2004): Indicate `==ucs@jis/2004' instead of
1985         `=ucs@jis/2004'.
1986         (=>>>ucs@ks): Indicate `==ucs@ks' instead of `=ucs@ks'.
1987
1988         * mule/mule-coding.el (coded-charset-entity-reference-alist): Use
1989         "&g2-[NAME];" instead of "&G-[NAME];" for `==[NAME]'.
1990
1991 2014-08-06  MORIOKA Tomohiko  <tomo.git@chise.org>
1992
1993         * mule/mule-conf.el (==jis-x0208@1978/-4pr): New coded-charset for
1994         XEmacs CHISE.
1995         (==jis-x0208@1978/1pr): Ditto.
1996         (==jis-x0208@1978/2-pr): Ditto.
1997
1998 2014-07-31  MORIOKA Tomohiko  <tomo.git@chise.org>
1999
2000         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2001         setting for `===jis-x0213-1@2004'.
2002
2003 2014-07-30  MORIOKA Tomohiko  <tomo.git@chise.org>
2004
2005         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2006         settings for `=+>hanyo-denshi/ft' and `=+>hanyo-denshi/jt'.
2007
2008         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2009         `===hanyo-denshi/jb'.
2010
2011         * mule/mule-conf.el (===hanyo-denshi/jb): New coded-charset for
2012         XEmacs CHISE.
2013         (=+>hanyo-denshi/ft): Ditto.
2014         (=+>hanyo-denshi/jt): Ditto.
2015
2016 2014-07-29  MORIOKA Tomohiko  <tomo.git@chise.org>
2017
2018         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2019         `===hanyo-denshi/hg'.
2020
2021 2014-07-28  MORIOKA Tomohiko  <tomo.git@chise.org>
2022
2023         * mule/mule-conf.el (===jis-x0213-1@2004): New coded-charset for
2024         XEmacs CHISE.
2025         (===hanyo-denshi/hg): Ditto.
2026
2027 2014-07-27  MORIOKA Tomohiko  <tomo.git@chise.org>
2028
2029         * mule/mule-conf.el (==adobe-japan1-*): Indicate abstract
2030         glyph-forms instead of detailed glyph-images.
2031         (=>>>adobe-japan1-*): Indicate `==adobe-japan1-*' instead of
2032         `=adobe-japan1-*'.
2033         (===adobe-japan1-0): New coded-charset for XEmacs CHISE.
2034         (===adobe-japan1-1): Ditto.
2035         (===adobe-japan1-2): Ditto.
2036         (===adobe-japan1-3): Ditto.
2037         (===adobe-japan1-4): Ditto.
2038         (===adobe-japan1-5): Ditto.
2039         (===adobe-japan1-6): Ditto.
2040         (=>>adobe-japan1-0): Use `=adobe-japan1' instead of
2041         `=>>>adobe-japan1' as the mother.
2042         (=+>adobe-japan1-0): Use `=adobe-japan1' instead of
2043         `=>>adobe-japan1' as the mother.
2044         (==jis-x0208): Indicate abstract glyph-forms instead of detailed
2045         glyph-images.
2046         (==jis-x0208@1978): Ditto.
2047         (==jis-x0208@1983): Ditto.
2048         (==jis-x0208@1990): Ditto.
2049         (==jis-x0213-1): Ditto.
2050         (==jis-x0213-1@2000): Ditto.
2051         (==jis-x0213-1@2004): Ditto.
2052         (==jis-x0213-2): Ditto.
2053         (=>>>jis-x0208): Indicate `==jis-x0208' instead of `=jis-x0208'.
2054         (=>>>jis-x0208@1978): Indicate `==jis-x0208@1978' instead of
2055         `=jis-x0208@1978'.
2056         (=>>>jis-x0208@1983): Indicate `==jis-x0208@1983' instead of
2057         `=jis-x0208@1983'.
2058         (=>>>jis-x0208@1990): Indicate `==jis-x0208@1990' instead of
2059         `=jis-x0208@1990'.
2060         (=>>>jis-x0213-1): Indicate `==jis-x0213-1' instead of
2061         `=jis-x0213-1'.
2062         (=>>>jis-x0213-1@2000): Indicate `==jis-x0213-1@2000' instead of
2063         `=jis-x0213-1@2000'.
2064         (=>>>jis-x0213-1@2004): Indicate `==jis-x0213-1@2004' instead of
2065         `=jis-x0213-1@2004'.
2066         (=>>>jis-x0213-2): Indicate `==jis-x0213-2' instead of
2067         `=jis-x0213-2'.
2068         (===jis-x0208): New coded-charset for XEmacs CHISE.
2069         (===jis-x0208@1978): Ditto.
2070         (===jis-x0208@1983): Ditto.
2071         (===jis-x0208@1990): Ditto.
2072         (===jis-x0213-1): Ditto.
2073         (===jis-x0213-1@2000): Ditto.
2074         (===jis-x0213-2): Ditto.
2075         (===jis-x0212): Ditto.
2076         (===ks-x1001): Ditto.
2077         (=>>jis-x0208): Use `=jis-x0208' instead of `=>>>jis-x0208' as the
2078         mother.
2079         (=>>jis-x0213-1): Use `=jis-x0213-1' instead of `=>>>jis-x0213-1'
2080         as the mother.
2081         (=>>jis-x0213-2): Use `=jis-x0213-2' instead of `=>>>jis-x0213-2'
2082         as the mother.
2083         (===cns11643-1): New coded-charset for XEmacs CHISE.
2084         (===cns11643-2): Ditto.
2085         (===cns11643-3): Ditto.
2086         (===cns11643-4): Ditto.
2087         (===cns11643-5): Ditto.
2088         (===cns11643-6): Ditto.
2089         (===cns11643-7): Ditto.
2090         (=>>cns11643-1): Ditto.
2091         (==big5-cdp): Indicate abstract glyph-images instead of
2092         representative glyph-images.
2093         (===big5-cdp): New coded-charset for XEmacs CHISE.
2094         (==hanyo-denshi/*): Indicate abstract glyph-forms instead of
2095         detailed glyph-images.
2096         (=>>>hanyo-denshi/*): Indicate `==hanyo-denshi/*' instead of
2097         `=hanyo-denshi/*'.
2098         (===hanyo-denshi/ft): New coded-charset for XEmacs CHISE.
2099         (===hanyo-denshi/ib): Ditto.
2100         (===hanyo-denshi/jt): Ditto.
2101         (===hanyo-denshi/ks): Ditto.
2102         (===mj): Ditto.
2103         (===mj-0): Ditto.
2104         (===mj-1): Ditto.
2105         (=>>hanyo-denshi/*): Use `=hanyo-denshi/*' instead of
2106         `=>>>hanyo-denshi/*' as its mother.
2107         (==gt): Indicate abstract glyph-forms instead of detailed
2108         glyph-images.
2109         (===gt): New coded-charset for XEmacs CHISE.
2110         (=>>>gt): Indicates `==gt' instead of `=gt'.
2111         (=>>gt): Use `=gt' instead of `=>>>gt' as the mother.
2112         (==gt-k): Indicate abstract glyph-forms instead of detailed
2113         glyph-images.
2114         (===gt-k): New coded-charset for XEmacs CHISE.
2115         (==daikanwa): Indicates glyph-images instead of detailed
2116         glyph-images.
2117         (===daikanwa): New coded-charset for XEmacs CHISE.
2118         (===daikanwa/+p): Ditto.
2119         (===daikanwa/ho): Ditto.
2120         (==cbeta): Ditto.
2121         (===cbeta): Ditto.
2122         (==jef-china3): Ditto.
2123         (===jef-china3): Ditto.
2124         (==ruimoku-v6): Ditto.
2125         (==ucs@iso): Indicate representative glyph-forms instead of
2126         representative glyph-images.
2127         (=>>>ucs@iso): Indicates `==ucs@iso' instead of `=ucs@iso'.
2128         (==ucs@unicode): Indicate representative glyph-forms instead of
2129         representative glyph-images.
2130         (=>>>ucs@unicode): Indicates `==ucs@unicode' instead of
2131         `=ucs@unicode'.
2132         (==ucs@cns): Indicate representative glyph-forms instead of
2133         representative glyph-images.
2134         (==ucs@jis): Ditto.
2135         (==ucs@jis/1990): Ditto.
2136         (==ucs@jis/2000): Ditto.
2137         (==ucs@jis/2004): Ditto.
2138         (==ucs@ks): Ditto.
2139         (===ucs@iso): New coded-charset for XEmacs CHISE.
2140         (===ucs@unicode): Ditto.
2141         (===ucs@gb): Ditto.
2142         (===ucs@ks): Ditto.
2143         (===ucs-bmp-cjk@gb): Ditto.
2144         (===ucs-sip-ext-b@iso): Ditto.
2145
2146 2014-07-25  MORIOKA Tomohiko  <tomo.git@chise.org>
2147
2148         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2149         `==jis-x0213-2', `==ruimoku-v6', `==cbeta', `==jef-china3',
2150         `===mj-0', `===mj-1', `===jis-x0208@1990', `===jis-x0213-1',
2151         `===jis-x0213-2', `===big5-cdp', `===ucs-bmp-cjk@gb',
2152         `===adobe-japan1-6', `===cns11643-1', `===cns11643-2',
2153         `===cns11643-3', `===cns11643-4', `===cns11643-5',
2154         `===cns11643-6', `===cns11643-7', `===hanyo-denshi/ft',
2155         `===hanyo-denshi/ib', `===hanyo-denshi/jt', `===jis-x0208@1983',
2156         `===jis-x0208@1978', `===jis-x0212', `===ks-x1001', `===daikanwa',
2157         `===ucs-sip-ext-b@iso', `===cbeta' and `===jef-china3'.
2158
2159         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2160         - Use "&G-[NAME];" for `==[NAME]' instead of `=>>[NAME]'.
2161         - Use "&R-[NAME];" for `===[NAME]' instead of `==[NAME]'.
2162         - Use "&g1-[NAME];" for `=>>[NAME]'.
2163         - Abolish "&g2-[NAME];".
2164
2165 2014-03-08  MORIOKA Tomohiko  <tomo.git@chise.org>
2166
2167         * mule/mule-conf.el (=ucs@big5): Use `=ucs@cns' instead of
2168         `=>>ucs@cns' as the mother.
2169
2170 2014-03-07  MORIOKA Tomohiko  <tomo.git@chise.org>
2171
2172         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2173         setting for `==ucs@ks'.
2174
2175 2014-02-24  MORIOKA Tomohiko  <tomo.git@chise.org>
2176
2177         * mule/mule-conf.el (=adobe-japan1-base): Move builtin code range
2178         from 0x63000000〜0x63005A11 to 0x00E10000〜0x00E15A11.
2179         (=mj): Move builtin code range from 0x64040000〜0x640509D5 to
2180         0x00E30000〜0x00E409D5.
2181
2182 2014-02-20  MORIOKA Tomohiko  <tomo.git@chise.org>
2183
2184         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2185         Prefer MJ to Adobe-Japan1; use "I-MJ", "MJ" and "&R-MJ" instead of
2186         "I-MJ-", "MJ-" and "&R-MJ-" as prefixes of MJ.
2187
2188 2014-02-20  MORIOKA Tomohiko  <tomo.git@chise.org>
2189
2190         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2191         `=mj-0', `=mj-1', `==mj-0' and `==mj-1'.
2192
2193         * mule/mule-conf.el (=mj): New coded-charset for XEmacs CHISE.
2194         (=mj-0): Ditto.
2195         (=mj-1): Ditto.
2196         (==mj): Ditto.
2197         (==mj-0): Ditto.
2198         (==mj-1): Ditto.
2199         (=>>mj): Ditto.
2200
2201         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2202         setting for `=mj' and `==mj'.
2203
2204 2014-02-05  MORIOKA Tomohiko  <tomo.git@chise.org>
2205
2206         * mule/mule-conf.el (=ucs@ks/2012): New coded-charset for XEmacs
2207         CHISE.
2208
2209 2014-01-28  MORIOKA Tomohiko  <tomo.git@chise.org>
2210
2211         * mule/mule-coding.el (coded-charset-entity-reference-alist): Use
2212         "A-HDU+" instead of "A-HD-UCS+" as the prefix for
2213         `=>ucs@hanyo-denshi'.
2214
2215 2014-01-18  MORIOKA Tomohiko  <tomo.git@chise.org>
2216
2217         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2218         setting for `=koseki' and `=>ucs@hanyo-denshi'.
2219
2220         * mule/mule-conf.el (=koseki): New coded-charset for XEmacs CHISE.
2221         (=>ucs@hanyo-denshi): New coded-charset for XEmacs CHISE.
2222
2223 2014-01-11  MORIOKA Tomohiko  <tomo.git@chise.org>
2224
2225         * mule/mule-conf.el (==hanyo-denshi/ip): New coded-charset for
2226         XEmacs CHISE.
2227
2228 2013-12-29  MORIOKA Tomohiko  <tomo.git@chise.org>
2229
2230         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2231         Change priority of `=>>>ucs@iso'.
2232
2233         * mule/mule-conf.el (=ucs@iso): Use `=>>ucs@iso' instead of
2234         `=>>>ucs@iso' as the mother.
2235         (=>>>ucs@iso): Changed to an alias for `=ucs@iso'.
2236
2237 2013-12-25  MORIOKA Tomohiko  <tomo.git@chise.org>
2238
2239         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2240         Change priority of `=>>>ucs@unicode'.
2241
2242         * mule/mule-conf.el (=>>>ucs@unicode): Changed to an alias for
2243         `=ucs@unicode'.
2244
2245 2013-12-25  MORIOKA Tomohiko  <tomo.git@chise.org>
2246
2247         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2248         Change priority of `=>>>ucs@jis'.
2249
2250         * mule/mule-conf.el (=>>>ucs@jis): Changed to an alias for
2251         `=ucs@jis'.
2252
2253 2013-12-18  MORIOKA Tomohiko  <tomo.git@chise.org>
2254
2255         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2256         setting for `==daikanwa/+p'.
2257
2258 2013-12-15  MORIOKA Tomohiko  <tomo.git@chise.org>
2259
2260         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2261         setting for `==shinjigen@1ed'.
2262
2263 2013-12-12  MORIOKA Tomohiko  <tomo.git@chise.org>
2264
2265         * mule/mule-conf.el (==shinjigen/+p@rev): New coded-charset for
2266         XEmacs CHISE.
2267
2268 2013-12-11  MORIOKA Tomohiko  <tomo.git@chise.org>
2269
2270         * mule/mule-conf.el (==shinjigen): Modify DOC.
2271         (==shinjigen@1ed): New coded-charset for XEmacs CHISE.
2272         (==shinjigen@rev): Modify DOC.
2273
2274 2013-12-09  MORIOKA Tomohiko  <tomo.git@chise.org>
2275
2276         * mule/mule-conf.el (==daikanwa/+p): New coded-charset for XEmacs
2277         CHISE.
2278
2279 2013-12-08  MORIOKA Tomohiko  <tomo.git@chise.org>
2280
2281         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2282         settings for `==daikanwa' and `==ucs@JP/hanazono'.
2283
2284         * mule/mule-conf.el (==shinjigen@rev): New coded-charset for
2285         XEmacs CHISE.
2286
2287         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2288         `==daikanwa'.
2289
2290 2013-11-27  MORIOKA Tomohiko  <tomo.git@chise.org>
2291
2292         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2293         setting for `==cns11643-7'.
2294
2295         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2296         `==cns11643-7'.
2297
2298 2013-11-23  MORIOKA Tomohiko  <tomo.git@chise.org>
2299
2300         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2301         `==cns11643-6'.
2302
2303         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2304         setting for `==cns11643-6'.
2305
2306 2013-11-20  MORIOKA Tomohiko  <tomo.git@chise.org>
2307
2308         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2309         setting for `==cns11643-5'.
2310
2311         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2312         `==cns11643-5'.
2313
2314 2013-11-16  MORIOKA Tomohiko  <tomo.git@chise.org>
2315
2316         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2317         setting for `==cns11643-4'.
2318
2319         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2320         `==cns11643-4'.
2321
2322 2013-11-08  MORIOKA Tomohiko  <tomo.git@chise.org>
2323
2324         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2325         setting for `==cns11643-3'.
2326
2327         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2328         `==cns11643-3'.
2329
2330 2013-11-02  MORIOKA Tomohiko  <tomo.git@chise.org>
2331
2332         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2333         setting for `==cns11643-2'.
2334
2335         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2336         `==cns11643-2'.
2337
2338 2013-10-29  MORIOKA Tomohiko  <tomo.git@chise.org>
2339
2340         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2341         Change priority of `=>>>ucs@ks'.
2342
2343         * mule/mule-conf.el (=>>>ucs@ks): Changed to an alias for
2344         `=ucs@ks'.
2345
2346 2013-10-26  MORIOKA Tomohiko  <tomo.git@chise.org>
2347
2348         * mule/mule-coding.el (coded-charset-entity-reference-alist): Use
2349         `=cns11643-1' instead of `chinese-cns11643-1'; add settings for
2350         `==ucs@cns' and `==cns11643-1'.
2351
2352         * mule/mule-conf.el (==cns11643-1): Fix `dimension'.
2353         (==cns11643-2): Ditto.
2354         (==cns11643-3): Ditto.
2355         (==cns11643-4): Ditto.
2356         (==cns11643-5): Ditto.
2357         (==cns11643-6): Ditto.
2358         (==cns11643-7): Ditto.
2359
2360         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2361         `==cns11643-1'.
2362
2363 2013-10-20  MORIOKA Tomohiko  <tomo.git@chise.org>
2364
2365         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2366         Change priority of `=>>>ucs@jis/2004', `=>>>ucs@jis/2004' and
2367         `=>>>ucs@jis/1990'.
2368
2369         * mule/mule-conf.el (=>>>ucs@jis/1990): Changed to an alias for
2370         `=ucs@jis/1990'.
2371         (=>>>ucs@jis/2000): Changed to an alias for `=ucs@jis/2000'.
2372         (=>>>ucs@jis/2004): Changed to an alias for `=ucs@jis/2004'.
2373
2374 2013-10-20  MORIOKA Tomohiko  <tomo.git@chise.org>
2375
2376         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2377         Change priority of `=>>>ucs@cns'.
2378
2379         * mule/mule-conf.el (=>>>ucs@cns): Changed to an alias for
2380         `=ucs@cns'.
2381
2382 2013-10-19  MORIOKA Tomohiko  <tomo.git@chise.org>
2383
2384         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2385         `==ks-x1001'.
2386
2387         * mule/mule-coding.el (coded-charset-entity-reference-alist): Use
2388         `=ks-x1001' instead of `korean-ksc5601'; add setting for
2389         `==ks-x1001'.
2390
2391 2013-10-18  MORIOKA Tomohiko  <tomo.git@chise.org>
2392
2393         * mule/mule-conf.el (=>>>gt): Changed to an alias for `=gt'.
2394
2395 2013-10-17  MORIOKA Tomohiko  <tomo.git@chise.org>
2396
2397         * mule/mule-conf.el (=>>>jis-x0208): Changed to an alias for
2398         `=jis-x0208'.
2399         (=>>>jis-x0208@1978): Changed to an alias for `=jis-x0208@1978'.
2400         (=>>>jis-x0208@1983): Changed to an alias for `=jis-x0208@1983'.
2401         (=>>>jis-x0208@1990): Changed to an alias for `=jis-x0208@1990'.
2402         (=>>>jis-x0213-1): Changed to an alias for `=jis-x0213-1'.
2403         (=>>>jis-x0213-1@2000): Changed to an alias for
2404         `=jis-x0213-1@2000'.
2405         (=>>>jis-x0213-1@2004): Changed to an alias for
2406         `=jis-x0213-1@2004'.
2407         (=>>>jis-x0213-2): Changed to an alias for `=jis-x0213-2'.
2408
2409 2013-10-17  MORIOKA Tomohiko  <tomo.git@chise.org>
2410
2411         * mule/mule-conf.el (=>>>adobe-japan1-0): Changed to an alias for
2412         `=adobe-japan1-0'.
2413         (=>>>adobe-japan1-1): Changed to an alias for `=adobe-japan1-1'.
2414         (=>>>adobe-japan1-2): Changed to an alias for `=adobe-japan1-2'.
2415         (=>>>adobe-japan1-3): Changed to an alias for `=adobe-japan1-3'.
2416         (=>>>adobe-japan1-4): Changed to an alias for `=adobe-japan1-4'.
2417         (=>>>adobe-japan1-5): Changed to an alias for `=adobe-japan1-5'.
2418         (=>>>adobe-japan1-6): Changed to an alias for `=adobe-japan1-6'.
2419
2420 2013-10-12  MORIOKA Tomohiko  <tomo.git@chise.org>
2421
2422         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2423         settings for `==adobe-japan1-6', `==hanyo-denshi/*', `==gt',
2424         `==jis-x0208@1990', `==jis-x0212', `==jis-x0213-1@2000',
2425         `==jis-x0213-2', `==jis-x0213-1@2004', `==big5-cdp', `==gt-k',
2426         `==jis-x0208@1983', `==jis-x0208@1978', `==ucs@iso',
2427         `==ucs@unicode', `=>>daikanwa/+p' and `==shinjigen@rev'.
2428
2429 2013-10-10  MORIOKA Tomohiko  <tomo.git@chise.org>
2430
2431         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2432         `=adobe-japan1-0', `=adobe-japan1-1', `=adobe-japan1-2',
2433         `=adobe-japan1-3', `=adobe-japan1-4', `=adobe-japan1-5',
2434         `==jis-x0208@1990', `==ucs-bmp-cjk@gb',
2435         `==ucs-bmp-cjk@JP/hanazono', `==ucs-sip-ext-b@iso',
2436         `==hanyo-denshi/*', `==adobe-japan1-6', `==big5-cdp',
2437         `==jis-x0208@1983', `==jis-x0208@1978', `==jis-x0213-1@2000' and
2438         `==jis-x0212'.
2439
2440 2013-10-03  MORIOKA Tomohiko  <tomo.git@chise.org>
2441
2442         * mule/mule-conf.el (=adobe-japan1-0): Modify registry to accept
2443         "AdobeJapan1-[0-6]$".
2444         (=adobe-japan1-1): Modify registry to accept "AdobeJapan1-[1-6]$".
2445         (=adobe-japan1-2): Modify registry to accept "AdobeJapan1-[2-6]$".
2446         (=adobe-japan1-3): Modify registry to accept "AdobeJapan1-[3-6]$".
2447         (=adobe-japan1-4): Modify registry to accept "AdobeJapan1-[4-6]$".
2448         (=adobe-japan1-5): Modify registry to accept "AdobeJapan1-[5-6]$".
2449         (==adobe-japan1-0): New coded-charset for XEmacs CHISE.
2450         (==adobe-japan1-1): Ditto.
2451         (==adobe-japan1-2): Ditto.
2452         (==adobe-japan1-3): Ditto.
2453         (==adobe-japan1-4): Ditto.
2454         (==adobe-japan1-5): Ditto.
2455         (==adobe-japan1-6): Ditto.
2456         (==jis-x0208): Ditto.
2457         (==jis-x0208@1978): Ditto.
2458         (==jis-x0208@1983): Ditto.
2459         (==jis-x0208@1990): Ditto.
2460         (==jis-x0213-1): Ditto.
2461         (==jis-x0213-1@2000): Ditto.
2462         (==jis-x0213-1@2004): Ditto.
2463         (==jis-x0213-2): Ditto.
2464         (==jis-x0212): Ditto.
2465         (==gb2312): Ditto.
2466         (==iso-ir165): Ditto.
2467         (==gb12345): Ditto.
2468         (==ks-x1001): Ditto.
2469         (==cns11643-1): Ditto.
2470         (==cns11643-2): Ditto.
2471         (==cns11643-3): Ditto.
2472         (==cns11643-4): Ditto.
2473         (==cns11643-5): Ditto.
2474         (==cns11643-6): Ditto.
2475         (==cns11643-7): Ditto.
2476         (==big5-cdp): Ditto.
2477         (==hanyo-denshi/ja): Ditto.
2478         (==hanyo-denshi/jb): Ditto.
2479         (==hanyo-denshi/jc): Ditto.
2480         (==hanyo-denshi/jd): Ditto.
2481         (==hanyo-denshi/ft): Ditto.
2482         (==hanyo-denshi/ia): Ditto.
2483         (==hanyo-denshi/ib): Ditto.
2484         (==hanyo-denshi/hg): Ditto.
2485         (==hanyo-denshi/jt): Ditto.
2486         (==hanyo-denshi/ks): Ditto.
2487         (==gt): Ditto.
2488         (==gt-k): Ditto.
2489         (==daikanwa): Ditto.
2490         (==shinjigen): Ditto.
2491         (==ucs@iso): Ditto.
2492         (==ucs@unicode): Ditto.
2493         (==ucs@gb): Ditto.
2494         (==ucs-bmp@gb): Ditto.
2495         (==ucs@cns): Ditto.
2496         (==ucs-bmp@cns): Ditto.
2497         (==ucs@jis): Ditto.
2498         (==ucs@jis/1990): Ditto.
2499         (==ucs@jis/2000): Ditto.
2500         (==ucs@jis/2004): Ditto.
2501         (==ucs@JP): Ditto.
2502         (==ucs@JP/hanazono): Ditto.
2503         (==ucs@ks): Ditto.
2504         (==ucs-bmp@ks): Ditto.
2505         (==ucs@cns11643): Ditto.
2506         (==ucs-bmp-cjk@gb): Ditto.
2507         (==ucs-bmp-cjk@JP/hanazono): Ditto.
2508         (==ucs-sip-ext-b@iso): Ditto.
2509
2510 2013-07-11  MORIOKA Tomohiko  <tomo.git@chise.org>
2511
2512         * mule/mule-charset.el (default-coded-charset-priority-list): Use
2513         `=ucs-bmp-cjk@gb' instead of `=ucs-bmp-cjk@unicode'.
2514
2515         * mule/mule-conf.el (=ucs-bmp-cjk@gb): New coded-charset for
2516         XEmacs CHISE.
2517         (=ucs-bmp-cjk@unicode): Abolished.
2518
2519 2013-07-10  MORIOKA Tomohiko  <tomo.git@chise.org>
2520
2521         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2522         `=+>ucs-bmp-cjk-compat@jis'.
2523
2524         * mule/mule-conf.el (=+>ucs-bmp-cjk-compat@jis): New coded-charset
2525         for XEmacs CHISE.
2526
2527 2013-07-06  MORIOKA Tomohiko  <tomo.git@chise.org>
2528
2529         * mule/mule-conf.el (=>cns11643-6): New coded-charset for XEmacs
2530         CHISE.
2531
2532 2013-05-28  MORIOKA Tomohiko  <tomo.git@chise.org>
2533
2534         * mule/mule-conf.el (=jis-x0208@1978/1pr/fixed): New coded-charset
2535         for XEmacs CHISE.
2536         (=jis-x0208@1978/1er-pr): Abolished.
2537         (=jis-x0208@1978/2-pr): Use `=jis-x0208@1978' instead of
2538         `=jis-x0208@1978/1er-pr' as the mother.
2539
2540 2013-02-20  MORIOKA Tomohiko  <tomo.git@chise.org>
2541
2542         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2543         setting for `=ucs-itaiji-084'.
2544
2545 2013-02-17  MORIOKA Tomohiko  <tomo.git@chise.org>
2546
2547         * mule/mule-charset.el (default-coded-charset-priority-list):
2548         Delete `=zihai-17xx'; add `=ucs-bmp-itaiji-084'.
2549
2550         * mule/mule-conf.el (=ucs-itaiji-084): New coded-charset for
2551         XEmacs CHISE.
2552         (=ucs-bmp-itaiji-084): Ditto.
2553
2554 2013-02-15  MORIOKA Tomohiko  <tomo.git@chise.org>
2555
2556         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2557         settings for `=big5-cdp-var-3' and `=big5-cdp-var-5'.
2558
2559 2013-02-14  MORIOKA Tomohiko  <tomo.git@chise.org>
2560
2561         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2562         `=zihai-17xx', `=big5-cdp-var-3' and `=big5-cdp-var-5'.
2563
2564         * mule/mule-conf.el (=big5-cdp-var-3): New coded-charset for
2565         XEmacs CHISE.
2566         (=big5-cdp-var-5): Ditto.
2567
2568 2012-10-31  MORIOKA Tomohiko  <tomo.git@chise.org>
2569
2570         * mule/mule-conf.el (=+>jis-x0213-1@2004): New coded-charset for
2571         XEmacs CHISE.
2572
2573 2012-10-26  MORIOKA Tomohiko  <tomo.git@chise.org>
2574
2575         * mule/mule-conf.el (=>>hanyo-denshi/ip): New coded-charset for
2576         XEmacs CHISE.
2577
2578 2012-10-17  MORIOKA Tomohiko  <tomo.git@chise.org>
2579
2580         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2581         setting for `=>>>hanyo-denshi/ft'.
2582
2583 2012-09-25  MORIOKA Tomohiko  <tomo.git@chise.org>
2584
2585         * mule/mule-conf.el (=>>>hanyo-denshi/jd): New coded-charset for
2586         XEmacs CHISE.
2587         (=>>hanyo-denshi/jd): Use `=>>>hanyo-denshi/jd' instead of
2588         `=hanyo-denshi/jd' as the mother.
2589
2590 2012-09-07  MORIOKA Tomohiko  <tomo.git@chise.org>
2591
2592         * mule/mule-conf.el (=+>adobe-japan1-0): New coded-charset for
2593         XEmacs CHISE.
2594         (=+>adobe-japan1-1): Ditto.
2595         (=+>adobe-japan1-2): Ditto.
2596         (=+>adobe-japan1-3): Ditto.
2597         (=+>adobe-japan1-4): Ditto.
2598         (=+>adobe-japan1-5): Ditto.
2599         (=+>adobe-japan1-6): Ditto.
2600         (=+>adobe-japan1): Changed to an alias for `=+>adobe-japan1-6'.
2601
2602 2012-09-07  MORIOKA Tomohiko  <tomo.git@chise.org>
2603
2604         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2605         Prefer `=>>>adobe-japan1' to other abstract glyph-form CCSs;
2606         prefer `=>>adobe-japan1' to other abstract glyph CCSs.
2607
2608         * mule/mule-conf.el: Define coded-charsets about Adobe-Japan1 at
2609         the top.
2610
2611 2012-09-05  MORIOKA Tomohiko  <tomo.git@chise.org>
2612
2613         * mule/mule-conf.el (=>>>hanyo-denshi/jb): New coded-charset for
2614         XEmacs CHISE.
2615         (=>>>hanyo-denshi/hg): New coded-charset for XEmacs CHISE.
2616         (=>>hanyo-denshi/jb): Use `=>>>hanyo-denshi/jb' as the mother.
2617         (=>>hanyo-denshi/hg): Use `=>>>hanyo-denshi/hg' as the mother.
2618
2619 2012-08-31  MORIOKA Tomohiko  <tomo.git@chise.org>
2620
2621         * mule/mule-charset.el (default-coded-charset-priority-list):
2622         Prefer `chinese-cns11643-{1..7}', `=adobe-japan1-6', `=big5-cdp'
2623         and `=hanyo-denshi/*' to `=gt-pj-{2..11}', `=gt-pj-k{1|2}', etc.
2624
2625         * mule/mule-conf.el: Modify order of definitions of some
2626         coded-charsets.
2627
2628 2012-08-30  MORIOKA Tomohiko  <tomo.git@chise.org>
2629
2630         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2631         Prefer `=>>hanyo-denshi/{ft|ia|ib|jt|ks}' to `=>>jis-x0208@1978',
2632         `=>>big5-cdp', `=>>gt-k' and `=>>ruimoku-v6'; add `=>>cns11643-4'.
2633
2634         * mule/mule-conf.el (=>>cns11643-4): New coded-charset for XEmacs
2635         CHISE.
2636         (=>>>hanyo-denshi/ft): New coded-charset for XEmacs CHISE.
2637         (=>>hanyo-denshi/ft): Use `=>>>hanyo-denshi/ft' as the mother.
2638
2639 2012-07-31  MORIOKA Tomohiko  <tomo.git@chise.org>
2640
2641         * mule/mule-conf.el (=>cns11643-2): New coded-charset for XEmacs
2642         CHISE.
2643
2644 2012-07-27  MORIOKA Tomohiko  <tomo.git@chise.org>
2645
2646         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2647         setting for `=daikanwa/+2p'.
2648
2649         * mule/mule-conf.el (=>>daikanwa/+2p): New coded-charset for
2650         XEmacs CHISE.
2651
2652 2012-06-26  MORIOKA Tomohiko  <tomo.git@chise.org>
2653
2654         * mule/mule-conf.el (=>>>hanyo-denshi/ks): New coded-charset for
2655         XEmacs CHISE.
2656         (=>>hanyo-denshi/ks): Use `=>>>hanyo-denshi/ks' as the mother.
2657
2658 2012-06-12  MORIOKA Tomohiko  <tomo.git@chise.org>
2659
2660         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2661         setting for `=>>>hanyo-denshi/ib'.
2662
2663 2012-06-12  MORIOKA Tomohiko  <tomo.git@chise.org>
2664
2665         * mule/mule-conf.el (=>>>hanyo-denshi/ja): New coded-charset for
2666         XEmacs CHISE.
2667         (=>>>hanyo-denshi/ib): Ditto.
2668         (=>>hanyo-denshi/ja): Use `=>>>hanyo-denshi/ja' instead of
2669         `=hanyo-denshi/ja' as the mother.
2670         (=>>hanyo-denshi/ib): Use `=>>>hanyo-denshi/ib' instead of
2671         `=hanyo-denshi/ib' as the mother.
2672
2673 2012-06-11  MORIOKA Tomohiko  <tomo.git@chise.org>
2674
2675         * mule/mule-coding.el (utf-8-ivs-mcs): New coding-system for
2676         XEmacs CHISE.
2677         (utf-8-ivs-mcs-er): Likewise.
2678         (utf-8-gb): Use `=ucs@gb' and `=>ucs@unicode' instead of `ucs-gb'
2679         and `=>ucs-gb'.
2680         (utf-8-ivs-gb): New coding-system for XEmacs CHISE.
2681         (utf-8-gb-er): Use `=ucs@gb' and `=>ucs@unicode' instead of
2682         `ucs-gb' and `=>ucs-gb'.
2683         (utf-8-ivs-gb-er): New coding-system for XEmacs CHISE.
2684         (utf-8-cns): Use `=ucs@cns' and `=>ucs@cns' instead of `ucs-cns'
2685         and `=>ucs-cns'.
2686         (utf-8-ivs-cns): New coding-system for XEmacs CHISE.
2687         (utf-8-cns-er): Use `=ucs@cns' and `=>ucs@cns' instead of
2688         `ucs-cns' and `=>ucs-cns'.
2689         (utf-8-ivs-cns-er): New coding-system for XEmacs CHISE.
2690         (utf-8-big5): Use `=ucs@big5' and `=>ucs@big5' instead of
2691         `ucs-big5' and `=>ucs-big5'.
2692         (utf-8-ivs-big5): New coding-system for XEmacs CHISE.
2693         (utf-8-big5-er): Use `=ucs@big5' and `=>ucs@big5' instead of
2694         `ucs-big5' and `=>ucs-big5'.
2695         (utf-8-ivs-big5-er): New coding-system for XEmacs CHISE.
2696         (utf-8-jis): Use `=ucs@jis/2000' and `=>ucs@jis' instead of
2697         `=ucs@jis-2000' and `=>ucs-jis'; modify DOC and mnemonic.
2698         (utf-8-ivs-jis): New coding-system for XEmacs CHISE.
2699         (utf-8-jis-er): Use `=ucs@jis/2000' and `=>ucs@jis' instead of
2700         `=ucs@jis-2000' and `=>ucs-jis'; modify DOC and mnemonic.
2701         (utf-8-ivs-jis-er): New coding-system for XEmacs CHISE.
2702         (utf-8-jp): Use `=ucs@JP' and `=>ucs@jis' instead of `=ucs@jp' and
2703         `=>ucs-jis'; modify DOC and mnemonic.
2704         (utf-8-ivs-jp): New coding-system for XEmacs CHISE.
2705         (utf-8-jp-er): Use `=ucs@JP' and `=>ucs@jis' instead of `=ucs@jp'
2706         and `=>ucs-jis'; modify DOC and mnemonic.
2707         (utf-8-ivs-jp-er): New coding-system for XEmacs CHISE.
2708         (utf-8-ks): Use `=ucs@ks' and `=>ucs@ks' instead of `ucs-ks' and
2709         `=>ucs-ks'.
2710         (utf-8-ivs-ks): New coding-system for XEmacs CHISE.
2711         (utf-8-ks-er): Use `=ucs@ks' and `=>ucs@ks' instead of `ucs-ks'
2712         and `=>ucs-ks'.
2713         (utf-8-ivs-ks-er): New coding-system for XEmacs CHISE.
2714
2715 2012-05-20  MORIOKA Tomohiko  <tomo.git@chise.org>
2716
2717         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2718         Prefer Hanyo-Denshi to GT, JIS, CNS, etc.
2719
2720 2012-05-20  MORIOKA Tomohiko  <tomo.git@chise.org>
2721
2722         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2723         Modify priorities.
2724
2725 2012-05-19  MORIOKA Tomohiko  <tomo.git@chise.org>
2726
2727         * mule/mule-coding.el (coded-charset-entity-reference-alist):
2728         Prefer '("M-H" 4 d) and '("M-p" 5 d) to '("M-" 5 d).
2729
2730 2012-05-16  MORIOKA Tomohiko  <tomo.git@chise.org>
2731
2732         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2733         settings for `=daikanwa/ho', `=daikanwa/+p' and `=>daikanwa/ho'.
2734
2735 2012-05-15  MORIOKA Tomohiko  <tomo.git@chise.org>
2736
2737         * mule/mule-conf.el (=>daikanwa/ho): New coded-charset for XEmacs
2738         CHISE.
2739
2740 2012-05-10  MORIOKA Tomohiko  <tomo.git@chise.org>
2741
2742         * mule/mule-conf.el (=>>daikanwa/+p): New coded-charset for XEmacs
2743         CHISE.
2744
2745 2012-05-09  MORIOKA Tomohiko  <tomo.git@chise.org>
2746
2747         * mule/mule-conf.el (=>>daikanwa/ho): New coded-charset for XEmacs
2748         CHISE.
2749
2750 2012-03-26  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2751
2752         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2753         `=+>ucs-bmp-cjk@unicode'.
2754
2755         * mule/mule-conf.el (=+>ucs-bmp-cjk@unicode): New coded-charset
2756         for XEmacs CHISE.
2757
2758 2012-03-08  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2759
2760         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2761         setting for `=>>daikanwa'.
2762
2763 2011-12-14  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2764
2765         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2766         `=>>hanyo-denshi/jt'.
2767
2768 2011-12-09  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2769
2770         * mule/mule-conf.el (=+>jis-x0208@1983): New coded-charset for
2771         XEmacs CHISE.
2772         (=+>jis-x0208@1990): Ditto.
2773         (=+>jis-x0213-1@2000): Ditto.
2774
2775 2011-12-05  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2776
2777         * mule/mule-conf.el (=+>ucs@jis/2004): New coded-charset for
2778         XEmacs CHISE.
2779
2780 2011-11-27  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2781
2782         * mule/mule-conf.el (=>>>hanyo-denshi/jc): New coded-charset for
2783         XEmacs CHISE.
2784         (=>>hanyo-denshi/jc): Use `=>>>hanyo-denshi/jc' instead of
2785         `=hanyo-denshi/jc' as the mother.
2786
2787 2011-11-27  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2788
2789         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2790         setting for `=+>adobe-japan1'.
2791
2792         * mule/mule-charset.el (default-coded-charset-priority-list):
2793         Prefer `=adobe-japan1-6', `=adobe-japan1-base', `=>jis-x0208@1997'
2794         and `=>>hanyo-denshi/ft' to `=>>gt'.
2795
2796 2011-11-23  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2797
2798         * mule/mule-conf.el (=>>adobe-japan1-0): New coded-charset for
2799         XEmacs CHISE.
2800         (=>>adobe-japan1-1): Ditto.
2801         (=>>adobe-japan1-2): Ditto.
2802         (=>>adobe-japan1-3): Ditto.
2803         (=>>adobe-japan1-4): Ditto.
2804         (=>>adobe-japan1-5): Ditto.
2805         (=>>adobe-japan1-6): Ditto.
2806         (=>>adobe-japan1): Changed to alias for `=>>adobe-japan1-6'.
2807
2808 2011-11-22  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2809
2810         * mule/mule-conf.el (=adobe-japan1): New alias for
2811         `=adobe-japan1-6'.
2812         (=>>>adobe-japan1-0): New coded-charset for XEmacs CHISE.
2813         (=>>>adobe-japan1-1): Ditto.
2814         (=>>>adobe-japan1-2): Ditto.
2815         (=>>>adobe-japan1-3): Ditto.
2816         (=>>>adobe-japan1-4): Ditto.
2817         (=>>>adobe-japan1-5): Ditto.
2818         (=>>>adobe-japan1-6): Ditto.
2819         (=>>>adobe-japan1): Changed to alias for `=>>>adobe-japan1-6'.
2820
2821 2011-11-13  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2822
2823         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2824         setting for `=>>>adobe-japan1'.
2825
2826 2011-11-06  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2827
2828         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2829         setting for `=+>ucs@ks'.
2830
2831 2011-11-04  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2832
2833         * mule/mule-conf.el (=>>>adobe-japan1): New coded-charset for
2834         XEmacs CHISE.
2835         (=>>adobe-japan1): Use `=>>>adobe-japan1' instead of
2836         `=adobe-japan1-6' as the mother.
2837
2838 2011-11-03  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2839
2840         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2841         setting for `=>cns11643-7'.
2842
2843 2011-11-01  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2844
2845         * mule/mule-conf.el (=>cns11643-7): New coded-charset for XEmacs
2846         CHISE.
2847
2848 2011-10-29  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2849
2850         * mule/mule-conf.el (=+>adobe-japan1): New coded-charset for
2851         XEmacs CHISE.
2852         (=>>hanyo-denshi/ja): New coded-charset for XEmacs CHISE.
2853
2854         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2855         setting for `=>ucs@jis/2004'.
2856
2857 2011-10-28  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2858
2859         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2860         setting for `=+>gt'.
2861
2862         * mule/mule-conf.el (=+>gt): New coded-charset for XEmacs CHISE.
2863         (=>gt): Use `=+>gt' instead of `=>>gt' as the mother.
2864
2865 2011-10-28  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2866
2867         * mule/mule-conf.el (=+>ucs@unicode): Use `=+>ucs@iso' instead of
2868         `=>ucs@unicode' as the mother.
2869         (=+>ucs@jis): Use `=+>ucs@unicode' instead of `=>ucs@jis' as the
2870         mother.
2871         (=+>ucs@ks): Use `=+>ucs@unicode' instead of `=>ucs@ks' as the
2872         mother.
2873         (=+>ucs@cns): Use `=+>ucs@unicode' instead of `=>ucs@cns' as the
2874         mother.
2875
2876 2011-10-27  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2877
2878         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2879         setting for `=+>ucs@unicode'.
2880
2881         * mule/mule-conf.el (=+>ucs@unicode): New coded-charset for XEmacs
2882         CHISE.
2883
2884 2011-10-26  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2885
2886         * mule/mule-coding.el: (coded-charset-entity-reference-alist):
2887         - Use `=+>jis-x0208' instead of `=>jis-x0208@usual'.
2888         - Use `=+>jis-x0213-2' instead of `=>jis-x0213-2@usual'.
2889         - Add setting for `=+>ucs@cns'.
2890
2891         * mule/mule-conf.el (=+>jis-x0213-1): New coded-charset for XEmacs
2892         CHISE.
2893         (=>jis-x0213-1): Use `=+>jis-x0213-1' instead of `=>>jis-x0213-1'
2894         as the mother.
2895         (=+>ucs@cns): New coded-charset for XEmacs CHISE.
2896         (=>ucs-bmp-cjk@unicode): New coded-charset for XEmacs CHISE.
2897
2898         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2899         `=>ucs-bmp-cjk@unicode'; delete `=>>ucs@unicode'.
2900
2901 2011-10-25  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2902
2903         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2904         setting for `=>ucs@ks'.
2905
2906 2011-10-21  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2907
2908         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2909         `=ucs-bmp-cjk-compat@unicode'.
2910
2911         * mule/mule-conf.el (=ucs-bmp-cjk-compat@unicode): New
2912         coded-charset for XEmacs CHISE.
2913
2914 2011-10-20  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2915
2916         * mule/mule-charset.el (default-coded-charset-priority-list): Add
2917         `=ucs-bmp-cjk-compat'.
2918
2919         * mule/mule-conf.el (=ucs-bmp-cjk-compat): New coded-charset for
2920         XEmacs CHISE.
2921
2922 2011-10-19  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2923
2924         * mule/mule-conf.el (=+>ucs@ks): New coded-charset for XEmacs
2925         CHISE.
2926
2927 2011-10-18  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2928
2929         * mule/mule-coding.el (coded-charset-entity-reference-alist): Use
2930         `=+>ucs@jis/1990' instead of `=>ucs@jis/1990'.
2931
2932         * mule/mule-conf.el (=+>ucs@jis/1990): Renamed from
2933         `=>ucs@jis/1990'.
2934         (=>ucs@jis/1990): New alias for `=+>ucs@jis/1990'.
2935
2936 2011-10-17  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2937
2938         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2939         setting for `=+>ucs@iso'; use `=+>ucs@jis' instead of `=>ucs@JP'.
2940
2941         * mule/mule-conf.el (=+>ucs@iso): New coded-charset for XEmacs
2942         CHISE.
2943         (=>>ucs@iso): Use `=+>ucs@iso' instead of `=>ucs@iso' as the
2944         mother.
2945
2946 2011-10-16  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2947
2948         * mule/mule-conf.el (=+>jis-x0213-2): Renamed from
2949         `=>jis-x0213-2@usual'.
2950         (=>jis-x0213-2@usual): New alias for `=+>jis-x0213-2'.
2951         (=>jis-x0213-2): Use `=+>jis-x0213-2' instead of
2952         `=>jis-x0213-2@usual' as the mother.
2953
2954 2011-10-15  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2955
2956         * mule/mule-conf.el (=+>ucs@jis): Renamed from `=>ucs@JP'.
2957         (=>ucs@JP): New alias for `=+>ucs@jis'.
2958
2959 2011-10-14  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2960
2961         * mule/mule-conf.el (=+>jis-x0208): Renamed from
2962         `=>jis-x0208@usual'.
2963         (=>jis-x0208@usual): New alias for `=+>jis-x0208'.
2964         (=+>jis-x0208@1978): Use `=+>jis-x0208' instead of
2965         `=>jis-x0208@usual' as the mother.
2966         (=>jis-x0208): Likewise.
2967
2968 2011-10-08  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2969
2970         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2971         setting for `=+>jis-x0208@1978'.
2972
2973 2011-10-08  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2974
2975         * mule/mule-conf.el (=+>jis-x0208@1978): New coded-charset for
2976         XEmacs CHISE.
2977
2978 2011-09-09  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2979
2980         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2981         setting for `=>>>ucs@jis/1990'.
2982
2983 2011-07-23  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2984
2985         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2986         setting for `=>ucs@jis/1990'.
2987
2988 2011-07-20  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
2989
2990         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
2991         setting for `=ucs@JP/hanazono'.
2992
2993         * mule/mule-conf.el (=>ucs@jis/1990): New coded-charset for XEmacs
2994         CHISE.
2995         (=ucs@JP/hanazono): Ditto.
2996         (=ucs-bmp-cjk@JP/hanazono): Ditto.
2997         (=>>hanyo-denshi/jc): Ditto.
2998         (=>>hanyo-denshi/jd): Ditto.
2999
3000 2011-07-19  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3001
3002         * mule/mule-charset.el (default-coded-charset-priority-list): Use
3003         `=ucs-bmp-cjk@JP/hanazono' instead of `=ucs-bmp-cjk@JP'.
3004
3005 2011-07-18  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3006
3007         * mule/mule-conf.el (=>>hanyo-denshi/jb): New coded-charset for
3008         XEmacs CHISE.
3009
3010 2011-07-08  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3011
3012         * mule/mule-conf.el (=>>hanyo-denshi/hg): New coded-charset for
3013         XEmacs CHISE.
3014
3015 2011-06-18  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3016
3017         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3018         `=ucs-bmp-cjk@JP'.
3019
3020 2011-04-28  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3021
3022         * mule/mule-conf.el (=ucs-bmp-cjk@JP): New coded-charset for
3023         XEmacs CHISE.
3024
3025 2011-05-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3026
3027         * mule/mule-coding.el (coded-charset-entity-reference-alist):
3028         Modify order of settings; add settings for `=daikanwa@rev2'.
3029
3030 2011-04-20  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3031
3032         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3033         setting for `=>>cbeta'.
3034
3035         * mule/mule-conf.el (=>>cbeta): New coded-charset for XEmacs
3036         CHISE.
3037
3038 2011-04-01  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3039
3040         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3041         setting for `=>>adobe-japan1'.
3042
3043 2011-03-30  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3044
3045         * mule/mule-conf.el (=>>adobe-japan1): New coded-charset for
3046         XEmacs CHISE.
3047
3048 2011-03-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3049
3050         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3051         setting for `=>>hanyo-denshi/ia'.
3052
3053         * mule/mule-conf.el (=>>hanyo-denshi/ia): New coded-charset for
3054         XEmacs CHISE.
3055
3056 2011-03-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3057
3058         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3059         settings for `=>>>hanyo-denshi/jt' and `=>>>gt'.
3060
3061         * mule/mule-conf.el (=>>>hanyo-denshi/jt): New coded-charset for
3062         XEmacs CHISE.
3063         (=>>hanyo-denshi/jt): Use `=>>>hanyo-denshi/jt' instead of
3064         `=hanyo-denshi/jt' as the mother.
3065
3066 2011-03-09  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3067
3068         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3069         setting for `=>>>jis-x0213-2'.
3070
3071         * mule/mule-conf.el (=>>>gt): New coded-charset for XEmacs CHISE.
3072         (=>>gt): Use `=>>>gt' instead of `=gt' as the mother.
3073         (=>>>ucs@jis/2000): New coded-charset for XEmacs CHISE.
3074
3075 2011-03-09  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3076
3077         * mule/mule-conf.el (=>>>ucs@jis/1990): New coded-charset for
3078         XEmacs CHISE.
3079
3080 2011-03-08  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3081
3082         * mule/mule-conf.el (=>>>jis-x0208@1983): New coded-charset for
3083         XEmacs CHISE.
3084
3085         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3086         `=>>jis-x0213-1@2004'.
3087
3088 2011-03-07  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3089
3090         * mule/mule-conf.el (=>>>jis-x0208@1978): New coded-charset for
3091         XEmacs CHISE.
3092
3093 2011-03-07  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3094
3095         * mule/mule-coding.el: (coded-charset-entity-reference-alist):
3096         - Use "&g2-*;" as entity-references for `=>>>*'.
3097         - Omit "&a{GT|JX1|JX2|JX3}-*;".
3098
3099         * mule/mule-conf.el (=>>>jis-x0213-2): New coded-charset for
3100         XEmacs CHISE.
3101         (=>>jis-x0213-2): Use `=>>>jis-x0213-2' instead of `=jis-x0213-2'
3102         as the mother.
3103
3104 2011-03-06  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3105
3106         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3107         setting for `=>>hanyo-denshi/ib'.
3108
3109         * mule/mule-conf.el (=>>jis-x0208@1978): Fix DOC.
3110         (=>>jis-x0208@1983): New coded-charset for XEmacs CHISE.
3111         (=>>jis-x0208@1990): Ditto.
3112         (=>>hanyo-denshi/ib): Ditto.
3113
3114         * mule/mule-charset.el (default-coded-charset-priority-list):
3115         Prefer `=hanziku-*' to `=hanyo-denshi/*'.
3116
3117 2011-03-06  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3118
3119         * mule/mule-coding.el (coded-charset-entity-reference-alist):
3120         Prefer `=>jis-x0213-2@usual' to `=>jis-x0208@1997' and
3121         `=>jis-x0213-1@2000'; add settings for `=>>>ucs@ks' and
3122         `=>>>ucs@jis/2004'.
3123
3124 2011-03-05  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3125
3126         * mule/mule-conf.el (=>>>jis-x0213-1@2000): New coded-charset for
3127         XEmacs CHISE.
3128         (=>>>jis-x0213-1@2004): Use `=>>>jis-x0213-1' instead of
3129         `=jis-x0213-1@2004' as the mother.
3130         (=>>>ucs@jis/2004): New coded-charset for XEmacs CHISE.
3131         (=>>>ucs@ks): Ditto.
3132
3133         * mule/mule-charset.el (default-coded-charset-priority-list):
3134         Modify priority of `=hanyo-denshi/*'.
3135
3136 2011-03-04  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3137
3138         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3139         settings for `=>>ucs@JP' and `=ucs@JP'.
3140
3141 2011-03-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3142
3143         * mule/mule-conf.el (=>>ucs@JP): New coded-charset for XEmacs
3144         CHISE.
3145
3146 2011-02-27  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3147
3148         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3149         setting for `=>>>ucs@cns'.
3150
3151         * mule/mule-conf.el (=>>>ucs@cns): New coded-charset for XEmacs
3152         CHISE.
3153
3154 2011-02-27  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3155
3156         * mule/mule-conf.el (=>>jis-x0213-1@2004): Use `=>>jis-x0213-1'
3157         instead of `=>>>jis-x0213-1@2004' as the mother.
3158         (=>>>ucs@iso): New coded-charset for XEmacs CHISE.
3159         (=>>>ucs@unicode): Likewise.
3160         (=>>>ucs@jis): Likewise.
3161         (=ucs@iso): Use `=>>>ucs@iso' instead of `=>>ucs@iso' as the
3162         mother.
3163         (=>>hanyo-denshi/ks): Fix `chars' and `dimension'.
3164
3165 2011-02-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3166
3167         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3168         settings for `=>>>jis-x0208', `=>>>jis-x0213-1',
3169         `=>>>jis-x0213-1@2004', `=>>>ucs@iso', `=>>>ucs@unicode' and
3170         `=>>>ucs@jis'.
3171
3172 2011-02-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3173
3174         * mule/mule-charset.el (default-coded-charset-priority-list):
3175         Prefer `=jis-x0212' to `=gt-pj-*', `chinese-cns11643-*', `=big5*'
3176         and `=jis-x0213-*-2000'.
3177
3178 2011-02-24  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3179
3180         * mule/mule-conf.el (=>>>jis-x0213-1@2004): New coded-charset for
3181         XEmacs CHISE.
3182         (=>>jis-x0213-1@2004): Use `=>>>jis-x0213-1@2004' instead of
3183         `=>>jis-x0213-1' as the mother.
3184
3185 2011-02-19  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3186
3187         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3188         settings for `=>>hanyo-denshi/jt' and `=>gt-k'.
3189
3190 2011-02-18  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3191
3192         * mule/mule-conf.el (=>gt-k): New coded-charset for XEmacs CHISE.
3193
3194 2011-02-18  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3195
3196         * mule/mule-conf.el (=>>hanyo-denshi/jt): New coded-charset for
3197         XEmacs CHISE.
3198
3199 2011-02-16  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3200
3201         * mule/mule-coding.el (decomposition-feature-list): Set
3202         `=decomposition', `=decomposition@cid' and
3203         `=decomposition@hanyo-denshi'.
3204
3205 2011-02-16  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3206
3207         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3208         setting for `=>>hanyo-denshi/ks'.
3209
3210         * mule/mule-conf.el (=>>hanyo-denshi/ks): New coded-charset for
3211         XEmacs CHISE.
3212
3213 2011-02-16  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3214
3215         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3216         settings for `=hanyo-denshi/ks' and `=hanyo-denshi/ks/mf'.
3217
3218         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3219         `=hanyo-denshi/ks/mf'.
3220
3221         * mule/mule-conf.el (=hanyo-denshi/ks): New coded-charset for
3222         XEmacs CHISE.
3223         (=hanyo-denshi/ks/mf): Ditto.
3224
3225 2011-02-15  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3226
3227         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3228         settings for P=hanyo-denshi/jt'.
3229
3230         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3231         `=hanyo-denshi/jt'.
3232
3233         * mule/mule-conf.el (=hanyo-denshi/jt): New coded-charset for
3234         XEmacs CHISE.
3235
3236 2011-02-15  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3237
3238         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3239         settings for `=hanyo-denshi/ip'.
3240
3241         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3242         `=hanyo-denshi/ip'.
3243
3244         * mule/mule-conf.el (=hanyo-denshi/ip): New coded-charset for
3245         XEmacs CHISE.
3246
3247 2011-02-14  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3248
3249         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3250         settings for `=hanyo-denshi/hg'.
3251
3252         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3253         `=hanyo-denshi/hg'.
3254
3255         * mule/mule-conf.el (=hanyo-denshi/hg): New coded-charset for
3256         XEmacs CHISE.
3257
3258 2011-02-14  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3259
3260         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3261         setting for `=>>hanyo-denshi/ft'.
3262
3263         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3264         `=>>hanyo-denshi/ft'.
3265
3266         * mule/mule-conf.el (=>>hanyo-denshi/ft): New coded-charset for
3267         XEmacs CHISE.
3268
3269 2011-02-14  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3270
3271         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3272         settings for `=hanyo-denshi/ib'.
3273
3274         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3275         `=hanyo-denshi/ib'.
3276
3277         * mule/mule-conf.el (=hanyo-denshi/ib): New coded-charset for
3278         XEmacs CHISE.
3279
3280 2011-02-14  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3281
3282         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3283         settings for isolated characters of `=hanyo-denshi/ia' and
3284         non-isolated characters of `=hanyo-denshi/*'.
3285
3286         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3287         `=hanyo-denshi/ia'.
3288
3289         * mule/mule-conf.el (=hanyo-denshi/ia): New coded-charset for
3290         XEmacs CHISE.
3291
3292 2011-02-14  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3293
3294         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3295         setting for isolated characters of `=hanyo-denshi/ft'.
3296
3297         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3298         `=hanyo-denshi/ft'.
3299
3300         * mule/mule-conf.el (=hanyo-denshi/ft): New coded-charset for
3301         XEmacs CHISE.
3302
3303 2011-02-14  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3304
3305         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3306         setting for isolated characters of `=hanyo-denshi/jd'.
3307
3308         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3309         `=hanyo-denshi/jd'.
3310
3311         * mule/mule-conf.el (=hanyo-denshi/jd): New coded-charset for
3312         XEmacs CHISE.
3313
3314 2011-02-13  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3315
3316         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3317         setting for isolated characters of `=hanyo-denshi/jc'.
3318
3319         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3320         `=hanyo-denshi/jc'.
3321
3322         * mule/mule-conf.el (=hanyo-denshi/jc): New coded-charset for
3323         XEmacs CHISE.
3324
3325 2011-02-13  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3326
3327         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3328         setting for isolated characters of `=hanyo-denshi/jb'.
3329
3330         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3331         `=hanyo-denshi/jb'.
3332
3333         * mule/mule-conf.el (=hanyo-denshi/jb): New coded-charset for
3334         XEmacs CHISE.
3335
3336 2011-02-13  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3337
3338         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3339         setting for isolated characters of `=hanyo-denshi/ja'.
3340
3341 2011-02-12  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3342
3343         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3344         `=hanyo-denshi/ja'.
3345
3346         * mule/mule-conf.el (=hanyo-denshi/ja): New coded-charset for
3347         XEmacs CHISE.
3348
3349 2011-02-09  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3350
3351         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3352         settings for isolated characters of `=adobe-japan1-6'.
3353
3354 2011-02-08  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3355
3356         * mule/mule-conf.el (=daikanwa/+p): New coded-charset for XEmacs
3357         CHISE.
3358         (=daikanwa/+2p): Ditto.
3359         (=daikanwa/ho): Ditto.
3360
3361 2011-02-08  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
3362
3363         * mule/mule-coding.el (utf-8-mcs-no-composition): New
3364         coding-system for XEmacs CHISE.
3365
3366 2011-02-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3367
3368         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3369         setting for `=>>ruimoku-v6'.
3370
3371         * mule/mule-conf.el (=>>ruimoku-v6): New coded-charset for XEmacs
3372         CHISE.
3373
3374 2010-12-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3375
3376         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3377         setting for `=daikanwa@rev1'.
3378
3379 2010-10-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3380
3381         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3382         setting for `=>jis-x0213-2@usual' and `=>ucs@JP'.
3383
3384 2010-10-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3385
3386         * mule/mule-conf.el (=>jis-x0213-2@usual): New coded-charset for
3387         XEmacs CHISE.
3388         (=>jis-x0213-2): Use `=>jis-x0213-2@usual' as the mother.
3389
3390 2010-10-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3391
3392         * mule/mule-conf.el (=>ucs@JP): New coded-charset for XEmacs
3393         CHISE.
3394
3395 2010-09-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3396
3397         * mule/mule-conf.el (=>ucs@jis): New coded-charset for XEmacs
3398         CHISE.
3399
3400         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3401         setting for `=>ucs@jis'.
3402
3403 2010-09-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3404
3405         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3406         setting for `=>jis-x0208@usual'.
3407
3408         * mule/mule-conf.el (=>jis-x0208@usual): New coded-charset for
3409         XEmacs CHISE.
3410         (=>jis-x0208): Use `=>jis-x0208@usual' as the mother.
3411         (=>ucs@ks): New coded-charset for XEmacs CHISE.
3412         (=ucs@big5): Use `=>>ucs@cns' as the mother.
3413
3414 2010-09-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3415
3416         * mule/mule-conf.el (=>>>jis-x0208): New coded-charset for XEmacs
3417         CHISE.
3418         (=>>>jis-x0208@1990): Ditto.
3419         (=>>>jis-x0213-1): Ditto.
3420         (=>>jis-x0208): Use `=>>>jis-x0208' instead of `=jis-x0208' as the
3421         mother.
3422         (=>>jis-x0213-1): Use `=>>>jis-x0213-1' instead of `=jis-x0213-1'
3423         as the mother.
3424
3425 2010-09-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3426
3427         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3428         setting for `=>ucs@cns' and `=>>ucs@ks'.
3429
3430         * mule/mule-conf.el (=>>ucs@ks): New coded-charset for XEmacs
3431         CHISE.
3432
3433 2010-08-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3434
3435         * mule/mule-conf.el (=>ucs@cns): New coded-charset for XEmacs
3436         CHISE.
3437
3438 2010-08-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3439
3440         * mule/mule-conf.el (=>>daikanwa): New coded-charset for XEmacs
3441         CHISE.
3442         (=>daikanwa): Use `=>>daikanwa' instead of `=daikanwa' as the
3443         mother.
3444
3445 2010-08-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3446
3447         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3448         `==>ucs-bmp-cjk@bucs'.
3449
3450         * mule/mule-conf.el (==>ucs-bmp-cjk@bucs): New coded-charset for
3451         XEmacs CHISE.
3452
3453 2010-08-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3454
3455         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3456         setting for `==>ucs@bucs'.
3457
3458         * mule/mule-conf.el (==>ucs@bucs): New super abstract CCS for
3459         XEmacs CHISE.
3460
3461 2010-08-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3462
3463         * mule/mule-coding.el: (coded-charset-entity-reference-alist):
3464         - Add setting for `=>>jis-x0208'.
3465         - Omit setting for `=>>jis-x0208@1990'.
3466         - Prefer `=>>gt', JIS X0208/0213, `=>>big5-cdp', `=>>gt-k', `=>gt'
3467           and `=>zinbun-oracle' to `=>ucs@FOO', `=>>ucs@FOO' and
3468           `=ucs@FOO'.
3469
3470 2010-08-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3471
3472         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3473         setting for `=>daikanwa'.
3474
3475 2010-08-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3476
3477         * mule/mule-conf.el (=daikanwa): Fix DOC.
3478         (=>daikanwa): New abstract character for XEmacs CHISE.
3479         (=>ucs@iso): Likewise.
3480         (=>ucs@unicode): Likewise.
3481         (=>>ucs@iso): Use `=>ucs@iso' as the mother.
3482
3483 2010-08-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3484
3485         * mule/mule-coding.el: (coded-charset-entity-reference-alist):
3486         - Prefer representative features to `=>>gt', `=>>big5-cdp',
3487           `=>>gt-k', `=>gt' and `=>zinbun-oracle'.
3488         - Prefer abstract glyph features to `=>gt', `=>zinbun-oracle'.
3489         - Add `=>big5-cdp'.
3490
3491 2010-07-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3492
3493         * mule/mule-conf.el (=>>big5-cdp): Fix long-name.
3494         (=>big5-cdp): New abstract character.
3495
3496 2010-07-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3497
3498         * mule/mule-coding.el (coded-charset-entity-reference-alist):
3499         Prefer UCS and JIS X0208/0213 related features to `china3-jef' and
3500         `chinese-big5'.
3501
3502 2010-07-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3503
3504         * mule/mule-charset.el (default-coded-charset-priority-list):
3505         Prefer `=>>big5-cdp' to `=>>ucs@unicode'.
3506
3507         * mule/mule-coding.el (coded-charset-entity-reference-alist):
3508         Prefer `=>>ucs@{unicode|jis|cns' to `=>>ucs@jis/{2004|2000|1990',
3509         `=>>jis-x0208@{1990|1978', `=>>jis-x0213-1@{2000|2004}',
3510         `=>>jis-x0213-2', `=>jis-x0208@1997', `=>jis-x0213-1@{2000|2004}'
3511         and `=>jis-x0213-2'.
3512
3513 2010-07-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3514
3515         * mule/mule-conf.el (=>>ucs@jis/1990): New abstract glyph-set for
3516         XEmacs CHISE.
3517         (=>>ucs@jis/2000): Likewise.
3518         (=>>ucs@jis/2004): Likewise.
3519
3520 2010-07-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3521
3522         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3523         settings for `=>>big5-cdp', `=>>gt-k', `=>>ucs@jis' and
3524         `=>>ucs@cns'.
3525
3526         * mule/mule-conf.el (=>>big5-cdp): New abstract glyph-set for
3527         XEmacs CHISE.
3528         (=>>gt): Use quote instead of backquote; modify DOC.
3529         (=>gt): Use quote instead of backquote.
3530         (=>>gt-k): New abstract glyph-set for XEmacs CHISE.
3531         (=>>ucs@iso): New abstract glyph-set for XEmacs CHISE.
3532         (=>>ucs@unicode): Use `=>>ucs@iso' as the mother.
3533         (=>>ucs@jis): New abstract glyph-set for XEmacs CHISE.
3534         (=>>ucs@cns): New abstract glyph-set for XEmacs CHISE.
3535         (=ucs@iso): Use `=>>ucs@iso' as the mother.
3536
3537 2010-07-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3538
3539         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3540         `=>>ucs@unicode' and `=>>gt'.
3541
3542 2010-05-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3543
3544         * mule/mule-conf.el (=jis-x0208@1978/2-pr): New coded-charset for
3545         XEmacs CHISE.
3546         (=jis-x0208@1978/4er): New coded-charset for XEmacs CHISE.
3547         (=jis-x0208@1978/4-pr): Use `=jis-x0208@1978/2-pr' instead of
3548         `=jis-x0208@1978/1er-pr' as the mother.
3549         (=jis-x0208@1978/5pr): New coded-charset for XEmacs CHISE.
3550
3551 2010-04-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3552
3553         * mule/mule-conf.el (=ucs@big5): Use `=>>ucs@unicode' instead of
3554         `=ucs@unicode' as the mother.
3555
3556 2010-04-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3557
3558         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3559         setting for `=>>ucs@unicode'.
3560
3561         * mule/mule-conf.el (=>>ucs@unicode): New coded-charset for XEmacs
3562         CHISE.
3563
3564 2010-04-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3565
3566         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3567         settings for &I-AJ1-ddddd; and &AJ1-ddddd;.
3568
3569         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3570         `=adobe-japan1-6' and `=adobe-japan1-base'.
3571
3572         * mule/mule-conf.el (=adobe-japan1-base): New coded-charset for
3573         XEmacs CHISE.
3574         (=adobe-japan1-0): Specify `=adobe-japan1-base' as the mother;
3575         specify `min-code' and `max-code'.
3576         (=adobe-japan1-1): Specify `min-code' and `max-code'.
3577         (=adobe-japan1-2): Likewise.
3578         (=adobe-japan1-3): Likewise.
3579         (=adobe-japan1-4): Likewise.
3580         (=adobe-japan1-5): Likewise.
3581         (=adobe-japan1-6): Likewise.
3582
3583 2010-04-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3584
3585         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3586         setting for `=>gt'.
3587
3588 2010-04-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3589
3590         * mule/mule-conf.el (=>gt): New abstract coded-charset for XEmacs
3591         CHISE.
3592
3593 2010-04-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3594
3595         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3596         setting for `=>zinbun-oracle'.
3597
3598         * mule/mule-conf.el (=>zinbun-oracle): New abstract coded-charset
3599         for XEmacs CHISE.
3600
3601 2010-03-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3602
3603         * mule/mule-conf.el (=jis-x0208@1978/1er-pr): New coded-charset
3604         for XEmacs CHISE.
3605         (=jis-x0208@1978/4-pr): Use `=jis-x0208@1978/1er-pr' instead of
3606         `=jis-x0208@1978' as the mother.
3607
3608 2010-03-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3609
3610         * mule/mule-coding.el: (coded-charset-entity-reference-alist):
3611         - Use `=gt' instead of `ideograph-gt'.
3612         - Use `=gt-k' instead of `ideograph-gt-k'.
3613         - Use `=jis-x0208@1990' instead of `japanese-jisx0208-1990'.
3614         - Use `=jis-x0208@1983' instead of `japanese-jisx0208'.
3615         - Use `=jis-x0213-1@2000' instead of `japanese-jisx0213-1'.
3616         - Use `=jis-x0213-2' instead of `japanese-jisx0213-2'.
3617         - Use `=jis-x0212' instead of `japanese-jisx0212'.
3618         - Use `=jis-x0208@1978' instead of `japanese-jisx0208-1978'.
3619         - Use `=>>gt' instead of `<=>gt'.
3620         - Use &G-GT-ddddd; instead of &aGT-ddddd for `=>>gt'.
3621         - Add setting for `=>>jis-x0208@1990'.
3622         - Use &G-JX1-hhhh; instead of &aJX1-hhhh; for
3623           `=>>jis-x0213-1@2000'.
3624         - Use &G-JX2-hhhh; instead of &aJX2-hhhh; for `=>>jis-x0213-2'.
3625         - Use &G-JX3-hhhh; instead of &aJX3-hhhh; for
3626           `=>>jis-x0213-1@2004'.
3627         - Add setting for `=>>jis-x0208@1978'.
3628         - Decode &A-J0-hhhh; as `=>jis-x0208@1997'.
3629
3630 2010-02-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3631
3632         * mule/mule-conf.el (=>>jis-x0208@1978): New coded-charset for
3633         XEmacs CHISE.
3634
3635 2009-11-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3636
3637         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3638         setting for `=>>jis-x0213-2' and `=>jis-x0213-2'; use
3639         `=>jis-x0208@1997', `=>jis-x0213-1@2000' and `=>jis-x0213-1@2004'
3640         instead of `<=>jis-x0208@1997', `<=>jis-x0213-1@2000' and
3641         `<=>jis-x0213-1@2004'.
3642
3643 2009-09-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3644
3645         * mule/mule-conf.el (=>>jis-x0213-2): New coded-charset for XEmacs
3646         CHISE.
3647         (=>jis-x0213-2): Ditto.
3648
3649 2009-09-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3650
3651         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3652         settings for `=>>jis-x0213-1@2000' and `=>>jis-x0213-1@2004'.
3653
3654 2009-08-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3655
3656         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3657         `=>>jis-x0208', `=>>jis-x0213-1', `=>jis-x0208' and
3658         `=>jis-x0213-1'.
3659
3660 2009-08-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3661
3662         * mule/mule-conf.el (=>>jis-x0208): New coded-charset for XEmacs
3663         CHISE.
3664         (=>jis-x0208): Use `=>>jis-x0208' as the mother.
3665
3666 2009-08-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3667
3668         * mule/mule-conf.el (=>>jis-x0213-1): Renamed from
3669         `<==>jis-x0213-1'.
3670         (=>>jis-x0213-1@2000): Renamed from `<==>jis-x0213-1@2000'.
3671         (=>>jis-x0213-1@2004): Renamed from `<==>jis-x0213-1@2004'.
3672         (=>jis-x0208): Renamed from `<=>jis-x0208'.
3673         (<=>jis-x0208): New alias for `=>jis-x0208'.
3674         (=>jis-x0208@1997): Renamed from `<=>jis-x0208@1997'.
3675         (<=>jis-x0208@1997): New alias for `=>jis-x0208@1997'.
3676         (=>jis-x0213-1): Renamed from `<=>jis-x0213-1'.
3677         (<=>jis-x0213-1): New alias for `=>jis-x0213-1'.
3678         (=>jis-x0213-1@2000): Renamed from `<=>jis-x0213-1@2000'.
3679         (<=>jis-x0213-1@2000): New alias for `=>jis-x0213-1@2000'.
3680         (=>jis-x0213-1@2004): Renamed from `<=>jis-x0213-1@2004'.
3681         (<=>jis-x0213-1@2004): New alias for `=>jis-x0213-1@2004'.
3682         (=>>gt): Renamed from `<==>gt'.
3683         (<==>gt): New alias for `=>>gt'.
3684
3685 2009-08-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3686
3687         * mule/mule-coding.el: (coded-charset-entity-reference-alist):
3688         - Use `=jis-x0213-1@2000' instead of `japanese-jisx0213-1'
3689         - Use `=jis-x0213-2' instead of `japanese-jisx0213-2'.
3690         - Use `<=>jis-x0208@1997' instead of `=jis-x0208@1997'.
3691         - Add settings for `<=>jis-x0213-1@2000' and
3692           `<=>jis-x0213-1@2004'.
3693
3694         * mule/mule-conf.el (=jis-x0208@1978/-4X): New coded-charset for
3695         XEmacs CHISE.
3696         (<==>jis-x0213-1): Likewise.
3697         (<==>jis-x0213-1@2000): Likewise.
3698         (<==>jis-x0213-1@2004): Likewise.
3699         (<=>jis-x0208): Add property `=>iso-ir 168'.
3700         (<=>jis-x0208@1997): Likewise.
3701         (<=>jis-x0213-1): Use `<==>jis-x0213-1' instead of `=jis-x0213-1'
3702         as the mother; add property `=>iso-ir 228'.
3703         (<=>jis-x0213-1@2000): Modify DOC-string; fix `registry'; add
3704         property `=>iso-ir 228'.
3705         (<=>jis-x0213-1@2004): Modify DOC-string; fix `registry'; add
3706         property `=>iso-ir 233'.
3707         (<==>gt): Renamed from `<=>gt'.
3708         (<=>gt): New alias for `<==>gt'.
3709
3710 2009-08-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3711
3712         * mule/mule-conf.el (<=>jis-x0208): New coded-charset for XEmacs
3713         CHISE.
3714         (<=>jis-x0208@1997): Renamed from `=jis-x0208@1997'; use
3715         `<=>jis-x0208' as the mother.
3716         (<=>jis-x0213-1): New coded-charset for XEmacs CHISE.
3717         (<=>jis-x0213-1@2000): Ditto.
3718         (<=>jis-x0213-1@2004): Ditto.
3719
3720 2009-06-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3721
3722         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3723         settings for `<=>gt'.
3724
3725         * mule/mule-conf.el (<=>gt): New coded-charset for XEmacs CHISE.
3726
3727 2009-04-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3728
3729         * mule/mule-conf.el (=jis-x0208@1978): Specify `=>iso-ir' in
3730         XEmacs CHISE.
3731         (=jis-x0208@1978/-4pr): Likewise.
3732         (=jis-x0208@1978/4-pr): Likewise.
3733         (=jis-x0213-1): Likewise.
3734         (=ucs@iso): Likewise.
3735         (=ucs@unicode): Likewise.
3736         (=ucs@gb): Likewise.
3737         (=ucs@gb/fw): Likewise.
3738         (=ucs@cns): Likewise.
3739         (=ucs@cns/fw): Likewise.
3740         (=ucs@jis): Likewise.
3741         (=ucs@jis/fw): Likewise.
3742         (=ucs@jis/1990): Likewise.
3743         (=ucs@jis/2000): Likewise.
3744         (=ucs@jis/2004): Likewise.
3745         (=ucs@JP): Likewise.
3746         (=ucs@ks): Likewise.
3747         (=ucs@big5): Likewise.
3748         (=ucs@big5/cns11643): Likewise.
3749         (=ucs@cns11643): Likewise.
3750
3751 2008-10-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3752
3753         * mule/mule-charset.el (default-coded-charset-priority-list):
3754         Prefer `=jis-x0213-{1|2}-2000' to `japanese-jisx0212'.
3755
3756         * mule/mule-conf.el (=ucs@jis/2004): New coded-charset for XEmacs
3757         CHISE.
3758         (=ucs@JP): Use `=ucs@jis/2004' instead of `=ucs@jis' as the
3759         mother.
3760
3761 2008-09-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3762
3763         * mule/mule-conf.el (=jis-x0208@1978): New coded-charset [moved
3764         from src/mule-charset.c].
3765         (=jis-x0208@1978/-4pr): Renamed from `=jis-x0208@1978/i-4';
3766         specify `final'.
3767         (=jis-x0208@1978/1pr): Renamed from `=jis-x0208@1978/i1'; specify
3768         `iso-ir' and `final', namely now it is used as ISO-IR-42.
3769         (=jis-x0208@1978/4-pr): Renamed from `=jis-x0208@1978/i4-'.
3770         (=jis-x0208@1978/i1): New alias for `=jis-x0208@1978/1pr'.
3771         (=jis-x0208@1978/i-4): New alias for `=jis-x0208@1978/-4pr'.
3772         (=jis-x0208@1978/i4-): New alias for `=jis-x0208@1978/4-pr'.
3773
3774 2008-09-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3775
3776         * mule/mule-conf.el (=jis-x0213-1-2000): Changed to the alias of
3777         `=jis-x0213-1@2000' instead of `=jis-x0213-1'.
3778         (=jis-x0208@1978/i-4): Specify `partial'.
3779         (=jis-x0208@1978/i1): Likewise; use `=jis-x0208@1978/i-4' as the
3780         mother coded-charset.
3781         (=jis-x0208@1978/i4-): New coded-charset for XEmacs CHISE.
3782
3783 2008-09-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3784
3785         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3786         settings for `=jis-x0213-1@2004'.
3787
3788 2008-09-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3789
3790         * mule/mule-conf.el (=jis-x0213-1): New coded-charset for XEmacs
3791         CHISE.
3792         (=jis-x0213-1@2000): Renamed from `=jis-x0213-1-2000'.
3793         (=jis-x0213-2): Renamed from `=jis-x0213-2-2000'.
3794         (=jis-x0213-1@2004): New coded-charset for XEmacs CHISE.
3795         (=jis-x0213-1-2000): New alias for `=jis-x0213-1' in XEmacs CHISE
3796         temporarily.
3797         (=jis-x0213-2-2000): New alias for `=jis-x0213-2' in XEmacs CHISE.
3798
3799 2008-08-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3800
3801         * mule/mule-conf.el (=shinjigen): New coded-charset for XEmacs
3802         CHISE.
3803         (=shinjigen@1ed): Inherited from `=shinjigen'.
3804         (=shinjigen@rev): Likewise.
3805
3806 2008-08-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3807
3808         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3809         settings for `=shinjigen@rev' and `=shinjigen@1ed'.
3810
3811 2008-08-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3812
3813         * mule/mule-conf.el (=shinjigen@1ed): Renamed from `shinjigen-1';
3814         define it as an alias.
3815         (=shinjigen@1ed/24pr): New coded-charset for XEmacs CHISE.
3816         (=shinjigen@rev): Renamed from `shinjigen-2'; define it as an
3817         alias.
3818         (=shinjigen/+p@rev): Renamed from `shinjigen-2-p'; define it as an
3819         alias.
3820
3821 2008-07-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3822
3823         * mule/mule-conf.el (shinjigen-2-p): New coded-charset for XEmacs
3824         CHISE.
3825
3826 2008-06-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3827
3828         * mule/mule-conf.el (shinjigen-1): New coded-charset for XEmacs
3829         CHISE.
3830         (shinjigen-2): Ditto.
3831
3832 2007-05-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3833
3834         * mule/mule-charset.el (default-coded-charset-priority-list):
3835         Prefer `gt-pj-*' to `chinese-cns11643-*', `=big5-cdp',
3836         `chinese-big5-eten-*' and `chinese-big5'.
3837
3838 2006-03-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3839
3840         * mule/mule-conf.el (=ucs-bmp-cjk@unicode): Change `max-code' to
3841         #x9FA5 temporarily.
3842
3843 2006-01-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3844
3845         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3846         settings for `=jis-x0208@1978/i1'.
3847
3848 2005-11-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3849
3850         * mule/mule-conf.el (=jis-x0208@1978/i-4): New coded-charset for
3851         XEmacs CHISE.
3852
3853 2005-10-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3854
3855         * mule/mule-conf.el (=adobe-japan1-[0..6]): New coded-charset for
3856         XEmacs CHISE.
3857
3858 2005-07-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3859
3860         * mule/mule-conf.el (=jis-x0208@1978/i1): New coded-charset for
3861         XEmacs CHISE.
3862
3863 2005-06-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3864
3865         * mule/mule-conf.el (=ucs-bmp@gb): New coded-charset for XEmacs
3866         CHISE.
3867         (=ucs-bmp@cns): Likewise.
3868         (=ucs-bmp@jis): Likewise.
3869         (=ucs-bmp@ks): Likewise.
3870
3871 2005-05-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3872
3873         * mule/mule-conf.el (=zinbun-oracle): New coded-charset for XEmacs
3874         CHISE.
3875         (=ucs-bmp-cjk): Change `max-code' to #x9FA5 temporarily.
3876
3877 2005-05-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3878
3879         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3880         settings for `=zinbun-oracle'.
3881
3882         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3883         `=zinbun-oracle'.
3884
3885 2005-05-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3886
3887         * mule/mule-coding.el (coded-charset-entity-reference-alist):
3888         Modify to use "&U-hhhhhhhh;" instead of "&UU+hhhh;" for
3889         `=ucs@iso'.
3890
3891 2005-04-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3892
3893         * mule/mule-charset.el (default-coded-charset-priority-list):
3894         Delete `ucs-sip'; modify order of some CCSs.
3895
3896 2005-02-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3897
3898         * mule/mule-coding.el (iso-2022-jp-2): Specify `ccs-priority-list'
3899         in XEmacs CHISE.
3900
3901         * mule/japanese.el (iso-2022-jp): Specify `ccs-priority-list' in
3902         XEmacs CHISE; don't specify `input-charset-conversion' in XEmacs
3903         CHISE.
3904
3905 2004-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3906
3907         * mule/mule-conf.el (=ucs-radicals): Use "-zhRadicals-.*-ucs-0" as
3908         its registry.
3909         (=ucs-radicals@unicode): Likewise.
3910
3911 2004-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3912
3913         * mule/mule-conf.el (=ucs-hangul): New coded-charset for XEmacs
3914         CHISE.
3915
3916 2004-11-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3917
3918         * mule/mule-conf.el (=ucs@cns/fw): New coded-charset for XEmacs
3919         CHISE.
3920
3921 2004-11-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3922
3923         * mule/mule-conf.el (=ucs@gb/fw): New coded-charset for XEmacs
3924         CHISE.
3925
3926 2004-11-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3927
3928         * mule/mule-coding.el (coded-charset-entity-reference-alist):
3929         Modify preference of *isolated settings*.
3930
3931 2004-11-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3932
3933         * mule/mule-conf.el (=ucs@big5/cns11643): New coded-charset when
3934         utf-2000 is provided.
3935         (=ucs@cns11643): Likewise.
3936
3937 2004-11-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3938
3939         * mule/mule-coding.el (coded-charset-entity-reference-alist):
3940         Prefer every *isolated setting* to ordinary setting.
3941
3942 2004-11-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3943
3944         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3945         settings for `latin-viscii-{upper|lower}' and `latin-viscii'.
3946
3947 2004-10-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3948
3949         * mule/mule-conf.el (=ucs@jis/fw): New coded-charset for XEmacs
3950         CHISE.
3951
3952 2004-09-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3953
3954         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
3955         settings for `=jis-x0208@1997'.
3956
3957 2004-09-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3958
3959         * mule/mule-charset.el (default-coded-charset-priority-list): Add
3960         `=jis-x0208@1997'.
3961
3962 2004-09-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3963
3964         * mule/mule-conf.el (=jis-x0208@1997): New coded-charset for
3965         XEmacs CHISE.
3966
3967 2004-09-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3968
3969         * mule/mule-conf.el (=jis-x0208-1978): Define as an alias for
3970         `=jis-x0208@1978'.
3971         (=jis-x0208-1983): Define as an alias for `=jis-x0208@1983'.
3972         (=jis-x0213-1-2000): Use `=jis-x0208@1990' instead of
3973         `=jis-x0208-1990' as the mother.
3974         (=jis-x0208-1990): Define as an alias for `=jis-x0208@1990'.
3975
3976 2004-09-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3977
3978         * mule/mule-conf.el (=ucs@jis/1990): Renamed from `=ucs@jis-1990';
3979         define `=ucs@jis-1990' as an alias for `=ucs@jis/1990'.
3980         (=ucs@jis/2000): Renamed from `=ucs@jis-2000'; define
3981         `=ucs@jis-2000' as an alias for `=ucs@jis/2000'.
3982         (=ucs@JP): Renamed from `=ucs@jp'; define `=ucs@jp' as an alias
3983         for `=ucs@JP'.
3984
3985 2004-09-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3986
3987         * mule/mule-conf.el (=daikanwa@rev1): Renamed from
3988         `=daikanwa-rev1'; specify `=daikanwa' as the mother; define
3989         `=daikanwa-rev1' as an alias for `=daikanwa@rev1'.
3990         (=daikanwa@rev2): Renamed from `=daikanwa-rev2'; specify
3991         `=daikanwa' as the mother; define `=daikanwa-rev2' as an alias for
3992         `=daikanwa@rev2'.
3993
3994 2004-07-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
3995
3996         * mule/mule-conf.el (=big5-cdp): Swap DOC-string and long-name.
3997         (=gt): Likewise.
3998         (=gt-k): Likewise.
3999         (=gt-pj-*): Likewise.
4000         (=gt-pj-k1): Likewise.
4001         (=gt-pj-k2): Likewise.
4002         (=daikanwa): Likewise.
4003         (=daikanwa-rev1): Likewise.
4004         (=daikanwa-rev2): Likewise.
4005         (=big5-pua): Likewise.
4006         (=big5-eten): Likewise.
4007         (chinese-big5-eten-a): Likewise.
4008         (chinese-big5-eten-b): Likewise.
4009         (=hanziku-*): Likewise.
4010         (=cbeta): Likewise.
4011         (=jef-china3): Likewise.
4012         (=ruimoku-v6): Likewise.
4013         (=ucs@iso): Likewise.
4014         (=ucs@unicode): Likewise.
4015         (=ucs@gb): Likewise.
4016         (=ucs@cns): Likewise.
4017         (=ucs@jis): Likewise.
4018         (=ucs@jis-1990): Likewise.
4019         (=ucs@jis-2000): Likewise.
4020         (=ucs@jp): Likewise.
4021         (=ucs@ks): Likewise.
4022         (=ucs@big5): Likewise.
4023         (=ucs-radicals): Likewise.
4024         (=ucs-radicals@unicode): Likewise.
4025         (=ucs-bmp-cjk): Likewise.
4026         (=ucs-bmp-cjk@unicode): Likewise.
4027         (=ucs-sip-ext-b): Likewise.
4028         (=ucs-sip-ext-b@iso): Likewise.
4029
4030 2004-04-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4031
4032         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
4033         settings for =ucs@{unicode|iso|gb|jis|cns|ks}.
4034
4035 2004-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4036
4037         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
4038         settings for chinese-gb2312, =iso-ir165, latin-iso8859-{1..4},
4039         cyrillic-iso8859-5, greek-iso8859-7, hebrew-iso8859-8,
4040         latin-iso8859-9, latin-jisx0201, katakana-jisx0201,
4041         latin-tcvn5712, thai-tis620, lao, ethiopic, arabic-{1|2}-column,
4042         arabic-digit, ipa and ``&I-B-XXXX;''.
4043
4044 2004-03-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4045
4046         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
4047         setting for (I-)HZK{03..12}-XXXX.
4048
4049 2004-02-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4050
4051         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
4052         settings for `&I-RUI6-hhhh;' and `&RUI6-hhhh;'.
4053
4054         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4055         `=ruimoku-v6'.
4056
4057         * mule/mule-conf.el (=ruimoku-v6): New coded-charset of XEmacs
4058         CHISE.
4059
4060 2004-01-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4061
4062         * mule/mule-conf.el (=ucs@iso): New coded-charset in XEmacs CHISE.
4063         (=ucs@unicode): Likewise.
4064         (=ucs@gb): Inherits `=ucs@unicode' instead of `=ucs'.
4065         (=ucs@cns): Likewise.
4066         (=ucs@jis): Likewise.
4067         (=ucs@ks): Likewise.
4068         (=ucs@big5): Likewise.
4069
4070 2004-01-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4071
4072         * mule/mule-coding.el (utf-8-jis): Use `=ucs@jis-2000' instead of
4073         `ucs-jis'.
4074         (utf-8-jis-er): Likewise.
4075         (utf-8-jp): New coding-system.
4076         (utf-8-jp-er): Likewise.
4077
4078         * mule/mule-conf.el (=ucs@jp): New coded-charset for XEmacs CHISE.
4079
4080 2004-01-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4081
4082         * mule/mule-coding.el (euc-jisx0213): Moved from mule/japanese.el.
4083
4084         * mule/japanese.el: Move definition of `euc-jisx0213' to
4085         mule/mule-coding.el.
4086
4087 2004-01-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4088
4089         * dumped-lisp.el (preloaded-file-list): Load mule-charset and
4090         mule-coding before loading update-cdb when utf-2000 is provided.
4091
4092 2003-11-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4093
4094         * mule/mule-conf.el: Prefer `=big5-cdp', `=gt' and `=gt-k' to
4095         `=daikanwa'.
4096
4097 2003-11-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4098
4099         * mule/mule-conf.el: Define =ucs@DOMAIN at the end of CCS
4100         definition codes when `utf-2000' is provided.
4101
4102 2003-08-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4103
4104         * mule/mule-category.el (word-combining-categories): Don't setup
4105         `word-combining-categories' in XEmacs CHISE.
4106         (word-separating-categories): Add setting about Latin script in
4107         XEmacs CHISE.
4108
4109 2003-08-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4110
4111         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
4112         setting for `chinese-big5'.
4113
4114 2003-08-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4115
4116         * mule/mule-coding.el (coded-charset-entity-reference-alist):
4117         Prefer `chinese-big5-cdp' to `ideograph-daikanwa' and
4118         `ideograph-gt-k'; prefer `ideograph-daikanwa' to `ideograph-gt-k';
4119         add setting for HZK0[12]-xxxx.
4120
4121 2003-08-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4122
4123         * mule/mule-conf.el (=iso-ir165): Define to inherit from `=gb2312'
4124         in XEmacs CHISE.
4125
4126 2003-07-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4127
4128         * mule/mule-charset.el (default-coded-charset-priority-list):
4129         Prefer `=big5-cdp', `chinese-big5-eten-a', `chinese-big5-eten-b'
4130         and `chinese-big5' to `=gt-pj-*'.
4131
4132 2003-05-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4133
4134         * mule/mule-conf.el (=daikanwa): Renamed from
4135         `ideograph-daikanwa'.
4136         (ideograph-daikanwa): Changed to an alias for `=daikanwa'.
4137
4138 2003-05-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4139
4140         * mule/mule-conf.el (=cns11643-7): Renamed from
4141         `chinese-cns11643-7'.
4142         (chinese-cns11643-7): Changed to an alias for `=cns11643-7'.
4143
4144 2003-05-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4145
4146         * mule/mule-conf.el (=cns11643-6): Renamed from
4147         `chinese-cns11643-6'.
4148         (chinese-cns11643-6): Changed to an alias for `=cns11643-6'.
4149
4150 2003-05-06  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4151
4152         * mule/mule-conf.el (=cns11643-5): Renamed from
4153         `chinese-cns11643-5'.
4154         (chinese-cns11643-5): Changed to an alias for `=cns11643-5'.
4155
4156 2003-05-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4157
4158         * mule/mule-conf.el (=cns11643-4): Renamed from
4159         `chinese-cns11643-4'.
4160         (chinese-cns11643-4): Changed to an alias for `=cns11643-4'.
4161
4162 2003-05-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4163
4164         * mule/mule-conf.el (=cns11643-3): Renamed from
4165         `chinese-cns11643-3'.
4166         (chinese-cns11643-3): Changed to an alias for `=cns11643-3'.
4167
4168 2003-04-30  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4169
4170         * mule/mule-conf.el: `chinese-cns11643-2' is renamed to
4171         `=cns11643-2'.
4172         (chinese-cns11643-2): New alias for `=cns11643-2'.
4173
4174 2003-04-27  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4175
4176         * mule/mule-conf.el: `chinese-cns11643-1' is renamed to
4177         `=cns11643-1'.
4178         (chinese-cns11643-1): New alias for `=cns11643-1'.
4179
4180 2003-04-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4181
4182         * mule/mule-conf.el: `chinese-gb12345' is renamed to `=gb12345'.
4183         (chinese-gb12345): New alias for `=gb12345'.
4184
4185 2003-04-21  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4186
4187         * mule/mule-conf.el: `chinese-gb2312' is renamed to `=gb2312'.
4188         (chinese-gb2312): New alias for `=gb2312'.
4189
4190 2003-04-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4191
4192         * mule/mule-conf.el: `chinese-big5' is renamed to `=big5'.
4193         (chinese-big5): New alias for `=big5'.
4194
4195 2003-04-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4196
4197         * mule/mule-conf.el: `korean-ksc5601' is renamed to `=ks-x1001'.
4198         (korean-ksc5601): New alias for `=ks-x1001'.
4199
4200 2003-04-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4201
4202         * mule/mule-conf.el: `japanese-jisx0212' is renamed to
4203         `=jis-x0212'.
4204         (japanese-jisx0212): New alias for `=jis-x0212'.
4205
4206 2003-04-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4207
4208         * mule/mule-conf.el: `japanese-jisx0208' is renamed to
4209         `=jis-x0208-1983'.
4210         (japanese-jisx0208): New alias for `=jis-x0208-1983'.
4211
4212 2003-04-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4213
4214         * mule/mule-conf.el: `japanese-jisx0208-1978' is renamed to
4215         `=jis-x0208-1978'.
4216         (japanese-jisx0208-1978): New alias for `=jis-x0208-1978'.
4217
4218 2003-04-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4219
4220         * mule/mule-conf.el (=iso-ir165): Renamed from `chinese-isoir165'.
4221         (chinese-isoir165): Changed to an alias for `=iso-ir165'.
4222
4223 2003-04-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4224
4225         * mule/mule-conf.el (chinese-isoir165): Specify iso-ir 165.
4226         (chinese-cns11643-3): Specify iso-ir 183.
4227         (chinese-cns11643-4): Specify iso-ir 184.
4228         (chinese-cns11643-5): Specify iso-ir 185.
4229         (chinese-cns11643-6): Specify iso-ir 186.
4230         (chinese-cns11643-7): Specify iso-ir 187.
4231         (=jis-x0213-1-2000): In XEmacs CHISE, specify iso-ir 228.
4232         (=jis-x0213-2-2000): In XEmacs CHISE, specify iso-ir 229.
4233
4234 2003-04-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4235
4236         * bytecomp.el (byte-compile-insert-header): In XEmacs CHISE, check
4237         \uXXXX for every cases.
4238
4239 2003-03-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4240
4241         * mule/mule-conf.el (=ucs@big5): Renamed from `ucs-big5'.
4242         (ucs-big5): Changed to an alias for `=ucs@big5'.
4243
4244 2003-03-29  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4245
4246         * mule/mule-conf.el (=ucs@ks): Renamed from `ucs-ks'.
4247         (ucs-ks): Changed to an alias for `=ucs@ks'.
4248
4249 2003-03-27  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4250
4251         * mule/mule-conf.el (=ucs@jis-2000): Renamed from `=ucs-jis-2000'.
4252         (=ucs-jis-2000): Changed to an alias for `=ucs@jis-2000'.
4253
4254 2003-03-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4255
4256         * mule/mule-conf.el (=ucs@jis-1990): Renamed from `=ucs-jis-1990'.
4257         (=ucs-jis-1990): Changed to an alias for `=ucs@jis-1990'.
4258
4259 2003-03-24  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4260
4261         * mule/mule-conf.el (=ucs@jis): Renamed from `ucs-jis'.
4262         (ucs-jis): Changed to an alias for `=ucs@jis'.
4263
4264 2003-03-23  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4265
4266         * mule/mule-conf.el (=ucs@cns): Renamed from `ucs-cns'.
4267         (ucs-cns): Changed to an alias for `=ucs@cns'.
4268
4269 2003-03-20  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4270
4271         * mule/mule-conf.el (=ucs@gb): Renamed from `ucs-gb'.
4272         (ucs-gb): Changed to an alias for `=ucs@gb'.
4273
4274 2003-03-16  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4275
4276         * mule/mule-conf.el (=daikanwa-rev1): Renamed from
4277         `ideograph-daikanwa-2'.
4278         (ideograph-daikanwa-2): Changed to an alias for `=daikanwa-rev1'.
4279         (=daikanwa-rev2): New coded-charset when `utf-2000' is provided.
4280
4281 2003-03-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4282
4283         * version.el (emacs-version): Rename `XEmacs UTF-2000' to `XEmacs
4284         CHISE'; use `xemacs-chise-version' instead of `utf-2000-version'.
4285
4286         * obsolete.el (utf-2000-version): Declare as an obsolete variable
4287         for `xemacs-chise-version'.
4288
4289 2003-03-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4290
4291         * mule/mule-charset.el (default-coded-charset-priority-list):
4292         Refer `=jis-x0208-1990' instead of `japanese-jisx0208-1990'; refer
4293         `=gt-pj-*' instead of `ideograph-gt-pj-*'; refer `=hanziku-*'
4294         instead of `ideograph-hanziku-*'.
4295
4296         * mule/mule-conf.el: `ucs' is renamed to `=ucs'.
4297         (ucs): New alias for `=ucs' when `utf-2000' is provided.
4298
4299 2003-03-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4300
4301         * mule/mule-conf.el (=jis-x0213-1-2000): Rename
4302         `japanese-jisx0208-1990' to `=jis-x0208-1990'.
4303         (japanese-jisx0208-1990): New alias for `=jis-x0208-1990' when
4304         `utf-2000' is provided.
4305
4306 2003-03-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4307
4308         * mule/mule-conf.el (ucs-gb): New coded-charsets when `utf-2000'
4309         is provided [was builtin coded-charsets].
4310
4311 2003-03-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4312
4313         * mule/mule-conf.el (ucs-cns): New coded-charsets when `utf-2000'
4314         is provided [was builtin coded-charsets].
4315
4316 2003-03-03  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4317
4318         * mule/mule-conf.el (ucs-jis): New coded-charsets when `utf-2000'
4319         is provided [was builtin coded-charsets].
4320
4321 2003-03-02  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4322
4323         * mule/mule-conf.el (ucs-ks): New coded-charsets when `utf-2000'
4324         is provided [was builtin coded-charsets].
4325
4326 2003-03-01  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4327
4328         * mule/mule-conf.el (ideograph-daikanwa-2): New coded-charsets
4329         when `utf-2000' is provided [was builtin coded-charsets].
4330
4331 2003-02-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4332
4333         * mule/mule-conf.el (=hanziku-*): Renamed from
4334         `ideograph-hanziku-*'.
4335         (ideograph-hanziku-*): Changed to an alias for `=hanziku-*'.
4336
4337 2003-02-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4338
4339         * mule/mule-conf.el (ideograph-daikanwa): New coded-charsets when
4340         `utf-2000' is provided [was builtin coded-charsets].
4341         (ideograph-hanziku-{1..12}): Likewise.
4342
4343 2003-02-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4344
4345         * mule/mule-conf.el (=gt-pj-*): Renamed from `ideograph-gt-pj-*'.
4346         (ideograph-gt-pj-*): Changed to an alias for `=gt-pj-*'.
4347
4348 2003-02-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4349
4350         * mule/mule-conf.el (ideograph-gt-pj-{1..11}): New coded-charsets
4351         when `utf-2000' is provided [was builtin coded-charsets].
4352
4353 2003-02-24  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4354
4355         * mule/mule-charset.el (default-coded-charset-priority-list): Use
4356         `=big5-cdp', `=cbeta' and `=jef-china3' instead of
4357         `chinese-big5-cdp', `ideograph-cbeta' and `china3-jef'.
4358
4359 2003-02-18  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4360
4361         * mule/mule-conf.el (=gt): Renamed from `ideograph-gt'.
4362         (ideograph-gt): Changed to an alias for `=gt'.
4363
4364 2003-02-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4365
4366         * mule/mule-conf.el (ucs-big5): New coded-charset when `utf-2000'
4367         is provided; it was defined as a builtin coded-charset.
4368         (ideograph-gt): Likewise.
4369
4370 2003-02-16  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4371
4372         * mule/mule-conf.el (=gt-k): Renamed from `ideograph-gt-k'.
4373         (ideograph-gt-k): Changed to an alias for `=gt-k'.
4374
4375 2003-02-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4376
4377         * mule/mule-conf.el (=big5-cdp): Renamed from `chinese-big5-cdp'.
4378         (chinese-big5-cdp): Changed to an alias for `=big5-cdp'.
4379
4380 2003-02-15  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4381
4382         * mule/mule-conf.el (=big5-eten): Renamed from
4383         `chinese-big5-eten'.
4384         (chinese-big5-eten): Changed to an alias for `=big5-eten'.
4385
4386 2003-02-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4387
4388         * mule/mule-conf.el (=big5-pua): Renamed from `chinese-big5-pua'.
4389         (chinese-big5-pua): Changed to an alias for `=big5-pua'.
4390
4391 2003-02-13  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4392
4393         * mule/mule-conf.el (=cbeta): Renamed from `ideograph-cbeta'.
4394         (ideograph-cbeta): Changed to an alias for `=cbeta'.
4395
4396 2003-02-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4397
4398         * mule/mule-conf.el (=jef-china3): Renamed from `china3-jef'.
4399         (china3-jef): Changed to an alias for `=jef-china3'.
4400
4401 2003-02-10  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4402
4403         * mule/mule-charset.el (default-coded-charset-priority-list): Use
4404         `=jis-x0213-{1|2}-2000' instead of `japanese-jisx0213-{1|2}'.
4405
4406         * mule/mule-conf.el (=jis-x0213-{1|2}-2000): Renamed from
4407         `japanese-jisx0213-{1|2}' when `utf-2000' is provided.
4408         (japanese-jisx0213-{1|2}): New alias for =jis-x0213-{1|2}-2000
4409         when `utf-2000' is provided.
4410
4411 2003-02-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4412
4413         * mule/mule-charset.el (default-coded-charset-priority-list):
4414         Refer Hanziku to CBETA, Big5 variants, UCS-BMP and JEF-CHINA3.
4415
4416         * mule/mule-conf.el (ucs-jis-1990): Deleted.
4417         (ucs-jis-2000): Deleted.
4418
4419 2003-02-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4420
4421         * mule/mule-conf.el (=ucs-jis-1990): New coded-charset for
4422         UTF-2000.
4423         (=ucs-jis-2000): New coded-charset for UTF-2000.
4424
4425 2003-01-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4426
4427         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
4428         settings for `ideograph-hanziku-{1|2}' and JEF-CHINA3.
4429
4430 2003-01-09  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4431
4432         * mule/mule-charset.el (default-coded-charset-priority-list):
4433         Prefer `korean-ksc5601' to CNS 11643; prefer Big5-CDP to
4434         `ideograph-cbeta'.
4435
4436 2003-01-05  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4437
4438         * mule/mule-conf.el: Add new coded-charset when UTF-2000 [was a
4439         builtin coded-charset].
4440
4441 2002-12-22  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4442
4443         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
4444         settings for &K0-xxxx and &I-K0-xxxx.
4445
4446 2002-12-19  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4447
4448         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4449         `ideograph-gt-pj-k1' and `ideograph-gt-pj-k2' in UTF-2000.
4450
4451 2002-12-18  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4452
4453         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
4454         settings for &GT-Knnnnn and &I-GT-Knnnnn in UTF-2000.
4455
4456 2002-12-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4457
4458         * mule/mule-conf.el (ideograph-gt-k): New coded-charset in
4459         UTF-2000.
4460         (ideograph-gt-pj-k1): Likewise.
4461         (ideograph-gt-pj-k2): Likewise.
4462
4463 2002-11-29  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4464
4465         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4466         `=jis-x0208'.
4467
4468 2002-11-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4469
4470         * mule/mule-conf.el (china3-jef): Add new coded-charset when
4471         UTF-2000 [was a builtin coded-charset].
4472
4473 2002-11-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4474
4475         * mule/mule-coding.el (utf-8-gb): Prefer `ucs-gb' and `=>ucs-gb'.
4476         (utf-8-gb-er): Likewise.
4477
4478 2002-10-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4479
4480         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
4481         settings for JIS X 0212 and JIS X 0208:1978.
4482
4483 2002-10-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4484
4485         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
4486         setting for JIS X 0213.
4487
4488 2002-08-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4489
4490         * iso8859-1.el: Don't set `iso8859/1-case-table' to the
4491         standard-case-table in UTF-2000.
4492
4493 2002-08-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4494
4495         * mule/mule-coding.el (coded-charset-entity-reference-alist): Add
4496         definitions for isolated-chars.
4497
4498 2002-08-13  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4499
4500         * setup-paths.el (paths-find-utf-2000-lisp-directory): Use
4501         `configure-utf-2000-lisp-directory'.
4502         (paths-construct-load-path): Prefer `utf-2000-lisp-load-path' to
4503         `mule-lisp-load-path'.
4504
4505 2002-08-13  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4506
4507         * startup.el (startup-setup-paths): Set and use
4508         `utf-2000-lisp-directory'.
4509         (startup-setup-paths-warning): Check `utf-2000-lisp-directory' in
4510         UTF-2000.
4511
4512 2002-08-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4513
4514         * setup-paths.el (paths-utf-2000-load-path-depth): New variable.
4515         (paths-find-utf-2000-lisp-directory): New function.
4516         (paths-construct-load-path): Add new optional argument
4517         `utf-2000-lisp-directory'.
4518
4519         * dump-paths.el: Set and use `utf-2000-lisp-directory'.
4520
4521 2002-08-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4522
4523         * mule/mule-charset.el: Don't specify `auto-fill-chars' for
4524         `katakana-jisx0201', `japanese-jisx0208', `japanese-jisx0212',
4525         `chinese-gb2312', `chinese-big5-1' and `chinese-big5-2'.
4526         (default-coded-charset-priority-list): Add `chinese-big5-1' and
4527         `chinese-big5-2' in UTF-2000.
4528
4529         * mule/chinese.el: Set syntax-entry "w" for `chinese-big5' instead
4530         of `chinese-big5-1' and `chinese-big5-2' in UTF-2000.
4531
4532 2002-08-11  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4533
4534         * mule/chinese.el: Add new coding-systems `big5-er', `big5-eten',
4535         `big5-eten-er' in UTF-2000.
4536         (big5-cdp): Modify DOC-string and mnemonic.
4537
4538 2002-08-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4539
4540         * mule/mule-coding.el (utf-8-mcs-er): New coding-system in
4541         UTF-2000 [renamed from utf-8-er].
4542         (utf-8-gb): New coding-system in UTF-2000.
4543         (utf-8-gb-er): Likewise.
4544         (utf-8-cns): Likewise.
4545         (utf-8-cns-er): Likewise.
4546         (utf-8-big5): Likewise.
4547         (utf-8-big5-er): Likewise.
4548         (utf-8-jis): Likewise.
4549         (utf-8-jis-er): Likewise.
4550         (utf-8-ks): Likewise.
4551         (utf-8-ks-er): Likewise.
4552         (utf-8-er): Likewise.
4553
4554 2002-07-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4555
4556         * bytecomp.el (byte-compile-insert-header): Use `utf-8-mcs-unix'
4557         instead of `utf-8-unix' in UTF-2000.
4558
4559         * mule/mule-coding.el (utf-8): Define as an alias for `utf-8-mcs'.
4560
4561 2002-07-23  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4562
4563         * mule/japanese.el (euc-jisx0213): New coding-system.
4564
4565         * mule/mule-conf.el (japanese-jisx0213-1): Specify
4566         `japanese-jisx0208-1990' as the mother.
4567
4568 2002-07-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4569
4570         * dumped-lisp.el (preloaded-file-list): Change condition of
4571         loading "close-cdb".
4572
4573 2002-07-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4574
4575         * mule/mule-coding.el (utf-8-er): New coding-system in UTF-2000;
4576         setup `coded-charset-entity-reference-alist'.
4577
4578 2002-07-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4579
4580         * dumped-lisp.el (preloaded-file-list): Dump "close-cdb" in
4581         UTF-2000.
4582
4583 2002-04-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4584
4585         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4586         `chinese-big5-eten-a' and `chinese-big5-eten-b'.
4587
4588 2002-04-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4589
4590         * mule/mule-conf.el (chinese-big5-pua): New coded-charset.
4591         (chinese-big5-eten-a): Likewise.
4592         (chinese-big5-eten-b): Likewise.
4593         (chinese-big5-cdp): Declare as a subset of `chinese-big5' whose
4594         code range is #x8140 .. #x8DFE.
4595
4596 2002-04-08  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4597
4598         * mule/mule-conf.el (chinese-big5-eten): New coded-charset in
4599         UTF-2000.
4600         (chinese-big5-cdp): Likewise.
4601
4602 2002-02-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4603
4604         * dumped-lisp.el (preloaded-file-list): Rename
4605         utf-2000/make-cdbs.el -> utf-2000/update-cdb.el.
4606
4607 2002-02-14  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4608
4609         * update-elc.el: Load lisp/utf-2000/dumped-chars.el in UTF-2000;
4610         append `system-char-db-source-file-list' into
4611         `preloaded-file-list' in UTF-2000.
4612
4613 2002-02-12  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4614
4615         * dumped-lisp.el (preloaded-file-list): Delete
4616         character-definition files.
4617
4618 2002-02-04  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4619
4620         * dumped-lisp.el (preloaded-file-list): Add `make-cdbs' in
4621         UTF-2000.
4622
4623 2001-12-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4624
4625         * mule/mule-charset.el (default-coded-charset-priority-list):
4626         Delete `mojikyo-2022-1'.
4627
4628 2001-12-26  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4629
4630         * mule/mule-charset.el (default-coded-charset-priority-list):
4631         Delete `mojikyo'.
4632
4633 2001-12-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4634
4635         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4636         `ucs-sip'.
4637
4638 2001-11-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4639
4640         * mule/mule-charset.el (default-coded-charset-priority-list):
4641         Comment out `chinese-gb12345'.
4642
4643 2001-11-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4644
4645         * bytecomp.el (byte-compile-insert-header): Fixed.
4646
4647 2001-10-31  MORIOKA Tomohiko  <tomo@mousai.as.wakwak.ne.jp>
4648
4649         * dumped-lisp.el (preloaded-file-list): Dump `ad-hoc-cdp' in
4650         XEmacs UTF-2000.
4651
4652 2001-10-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4653
4654         * mule/chinese.el (big5-cdp): New coding-system in XEmacs
4655         UTF-2000.
4656
4657 2001-10-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4658
4659         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4660         `ideograph-hanziku-{1 .. 12}' in XEmacs UTF-2000.
4661
4662 2001-10-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4663
4664         * mule/mule-charset.el (default-coded-charset-priority-list):
4665         `japanese-jef-china3' is renamed `china3-jef'.
4666
4667 2001-10-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4668
4669         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4670         `japanese-jef-china3' and `ideograph-cbeta'.
4671
4672 2001-09-02  MORIOKA Tomohiko  <tomo@calliope.mousai.mahoroba.ne.jp>
4673
4674         * list-mode.el: Delete dirty hack for XEmacs UTF-2000.
4675
4676 2001-08-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4677
4678         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4679         `chinese-big5-cdp'.
4680
4681 2001-08-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4682
4683         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4684         `arabic-digit', `arabic-1-column' and `arabic-2-column'.
4685
4686 2001-07-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4687
4688         * dumped-lisp.el (preloaded-file-list): Load "arabic" before
4689         loading character definitions.
4690
4691 2001-07-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4692
4693         * dumped-lisp.el (preloaded-file-list): Rename
4694         u031A0-Extended-Bopomofo.el to u031A0-Bopomofo-Extended.el.
4695
4696 2001-07-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4697
4698         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4699         `chinese-big5'.
4700
4701 2001-07-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4702
4703         * dumped-lisp.el (preloaded-file-list): Dump
4704         "Ideograph-R028-Private" with XEmacs UTF-2000.
4705
4706 2001-07-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4707
4708         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4709         `chinese-gb12345'.
4710
4711 2001-07-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4712
4713         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4714         `ideograph-gt-pj-{1..11}'.
4715
4716         * dumped-lisp.el (preloaded-file-list): Dump `isolated-char' in
4717         XEmacs UTF-2000.
4718
4719 2000-12-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4720
4721         * mule/mule-charset.el (default-coded-charset-priority-list):
4722         Prefer `chinese-gb2312' than `chinese-cns11643-*'; add
4723         `chinese-isoir165'.
4724
4725 2000-10-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4726
4727         * format.el (format-alist): Revive `image/jpeg', `image/gif',
4728         `image/png', `image/x-xpm' and `image/tiff'.
4729
4730         * files.el (binary-file-regexps): Add *.PNG.
4731
4732 2000-07-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4733
4734         * mule/mule-charset.el (default-coded-charset-priority-list):
4735         Prefer `japanese-jisx0208-1990' than `japanese-jisx0212'; prefer
4736         `korean-ksc5601' than `japanese-jisx0213-1'; add `mojikyo-2022-1'.
4737
4738 2000-09-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4739
4740         * list-mode.el: Call `completion-list-mode' to avoid slowness of
4741         the first completion when UTF-2000 is running.
4742
4743 2000-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4744
4745         * mule/mule-charset.el (default-coded-charset-priority-list):
4746         Delete `ucs'.
4747
4748 2000-04-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4749
4750         * dumped-lisp.el (preloaded-file-list): Don't add "mojikyo".
4751
4752         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4753         `mojikyo' instead of `mojikyo-pj-[1..21]'.
4754
4755 2000-04-27  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4756
4757         * mule/vietnamese.el (vscii-2): Delete abolished property
4758         `composite'; now composite mode is default.
4759
4760 2000-04-26  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
4761
4762         * bytecomp.el (byte-compile-insert-header): Use `binary' instead
4763         of `raw-text'; check \uHHHH representation even if non-ascii
4764         characters are not found.
4765
4766         * dumped-lisp.el (preloaded-file-list): Add "ccs-tcvn5712.el" in
4767         UTF-2000; add "viet-ccl" in non-UTF-2000 Mule; add "vietnamese"
4768         unconditionally.
4769
4770         * mule/viet-ccl.el: New file.
4771
4772         * mule/vietnamese.el (vscii-2): New coding-system in UTF-2000.
4773         (tcvn-5712): New coding-system alias of `vscii-2' in UTF-2000.
4774         - Separate CCL based implementations to viet-ccl.el.
4775
4776 2000-02-24  MORIOKA Tomohiko  <tomo@m17n.org>
4777
4778         * mule/mule-conf.el (japanese-jisx0213-1): Allow
4779         "jisx0213.2000-1".
4780         (japanese-jisx0213-2): Allow "jisx0213.2000-2".
4781
4782         * mule/mule-charset.el (default-coded-charset-priority-list):
4783         Prefer `japanese-jisx0213-1' and `japanese-jisx0213-2' to
4784         `japanese-jisx0208-1978' and `japanese-jisx0208-1990'.
4785
4786 2000-01-31  MORIOKA Tomohiko  <tomo@etl.go.jp>
4787
4788         * dumped-lisp.el (preloaded-file-list): Add "mojikyo" in UTF-2000.
4789
4790 2000-01-27  MORIOKA Tomohiko  <tomo@m17n.org>
4791
4792         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4793         `ucs' in UTF-2000.
4794
4795 2000-01-26  MORIOKA Tomohiko  <tomo@etl.go.jp>
4796
4797         * mule/mule-charset.el (default-coded-charset-priority-list):
4798         Prefer `mojikyo-pj-*' and `ideograph-daikanwa' to `ucs-bmp' and
4799         `arabic-iso8859-6'.
4800
4801 2000-01-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
4802
4803         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4804         `mojikyo-pj-[1 .. 21]' in UTF-2000.
4805
4806 2000-01-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
4807
4808         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4809         `katakana-jisx0201' in UTF-2000.
4810
4811 1999-12-23  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4812
4813         * dumped-lisp.el (preloaded-file-list): Add "u0A000-Yi-Syllables",
4814         "u0AC00-Hangul-Syllables", "u0FB00-Alphabetic-Presentation-Forms",
4815         "u0FB50-Arabic-Presentation-Forms-A",
4816         "u0FE20-Combining-Half-Marks", "u0FE30-CJK-Compatibility-Forms",
4817         "u0FE50-Small-Form-Variants",
4818         "u0FE70-Arabic-Presentation-Forms-B",
4819         "u0FF00-Halfwidth-and-Fullwidth-Forms" and "u0FFF0-Specials" in
4820         UTF-2000.
4821
4822 1999-12-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
4823
4824         * dumped-lisp.el (preloaded-file-list): Delete
4825         "ccs-jisx0208-1983.el"; add "Ideograph-R031-Enclosure"
4826         ... "Ideograph-R214-Flute" in UTF-2000.
4827
4828 1999-11-21  MORIOKA Tomohiko  <tomo@etl.go.jp>
4829
4830         * mule/mule-conf.el (japanese-jisx0213-1): New coded-charset.
4831         (japanese-jisx0213-2): New coded-charset.
4832
4833         * dumped-lisp.el (preloaded-file-list): Add
4834         "Ideograph-R028-Private", "Ideograph-R029-Again" and
4835         "Ideograph-R030-Mouth".
4836
4837 1999-11-19  MORIOKA Tomohiko  <tomo@etl.go.jp>
4838
4839         * dumped-lisp.el (preloaded-file-list): Add "Ideograph-R012-Eight",
4840         "Ideograph-R013-Down-Box", "Ideograph-R014-Cover",
4841         "Ideograph-R015-Ice", "Ideograph-R016-Table",
4842         "Ideograph-R017-Open-Box", "Ideograph-R018-Knife",
4843         "Ideograph-R019-Power", "Ideograph-R020-Wrap", "Ideograph-R021-Spoon",
4844         "Ideograph-R022-Right-Open-Box", "Ideograph-R023-Hiding-Enclosure",
4845         "Ideograph-R024-Ten", "Ideograph-R025-Divination",
4846         "Ideograph-R026-Seal" and "Ideograph-R027-Cliff" in UTF-2000.
4847
4848 1999-11-18  MORIOKA Tomohiko  <tomo@etl.go.jp>
4849
4850         * dumped-lisp.el (preloaded-file-list): Add "Ideograph-R002-Line",
4851         "Ideograph-R003-Dot", "Ideograph-R004-Slash",
4852         "Ideograph-R005-Second", "Ideograph-R006-Hook",
4853         "Ideograph-R007-Two", "Ideograph-R008-Lid", "Ideograph-R009-Man",
4854         "Ideograph-R010-Legs" and "Ideograph-R011-Enter".
4855
4856         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4857         `japanese-jisx0208-1990' and `japanese-jisx0208-1978'.
4858
4859 1999-11-16  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4860
4861         * dumped-lisp.el (preloaded-file-list): Add "Ideograph-R001-One"
4862         in UTF-2000.
4863
4864 1999-11-16  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4865
4866         * mule/mule-conf.el (sisheng): Moved from mule/chinese.el.
4867         (chinese-isoir165): Moved from mule/chinese.el.
4868         (chinese-cns11643-3): Moved from mule/chinese.el.
4869         (chinese-cns11643-4): Moved from mule/chinese.el.
4870         (chinese-cns11643-5): Moved from mule/chinese.el.
4871         (chinese-cns11643-6): Moved from mule/chinese.el.
4872         (chinese-cns11643-7): Moved from mule/chinese.el.
4873
4874         * mule/chinese.el: Move definition of coded-charsets to
4875         mule/mule-conf.el.
4876
4877 1999-11-15  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4878
4879         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4880         `ideograph-daikanwa'.
4881
4882 1999-11-15  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4883
4884         * dumped-lisp.el (preloaded-file-list): Delete
4885         "ccs-jisx0201-latin.el".
4886
4887 1999-11-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
4888
4889         * dumped-lisp.el (preloaded-file-list): Add
4890         "u031A0-Extended-Bopomofo" in UTF-2000.
4891
4892 1999-11-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
4893
4894         * dumped-lisp.el (preloaded-file-list): u02E00-CJK-Radicals was
4895         renamed to u02E00-CJK-Radical-Supplement.
4896
4897 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4898
4899         * dumped-lisp.el (preloaded-file-list): Add
4900         "u03000-CJK-Symbols-and-Punctuation", "u03040-Hiragana",
4901         "u030A0-Katakana", "u03100-Bopomofo",
4902         "u03130-Hangul-Compatibility-Jamo", "u03190-Kanbun",
4903         "u03200-Enclosed-CJK-Letters-and-Months" and
4904         "u03300-CJK-Compatibility".
4905
4906 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4907
4908         * dumped-lisp.el (preloaded-file-list): Add "u02E00-CJK-Radicals",
4909         "u02F00-Kangxi-Radicals" and
4910         "u02FF0-Ideographic-Description-Characters".
4911
4912 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4913
4914         * dumped-lisp.el (preloaded-file-list): Add
4915         "u02600-Miscellaneous-Symbols", "u02700-Dingbats" and
4916         "u02800-Braille-Patterns" in UTF-2000.
4917
4918 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4919
4920         * dumped-lisp.el (preloaded-file-list): Load "uXXXXX-*" instead of
4921         "uXXXXX-*.el" in UTF-2000.
4922
4923         * bytecomp.el (byte-compile-insert-header): Delete comments if
4924         non-ASCII characters are found; allow `byte-compile-dynamic' and
4925         `byte-compile-dynamic-docstrings' if *.elc will be encoded by
4926         `raw-text'.
4927
4928 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4929
4930         * dumped-lisp.el (preloaded-file-list): Add
4931         "u02500-Box-Drawing.el", "u02580-Block-Elements.el" and
4932         "u025A0-Geometric-Shapes.el".
4933
4934 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4935
4936         * dumped-lisp.el (preloaded-file-list): Add
4937         "u02400-Control-Pictures.el", "u02440-OCR.el" and
4938         "u02460-Enclosed-Alphanumerics.el".
4939
4940 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4941
4942         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4943         `chinese-gb2312'.
4944
4945         * dumped-lisp.el (preloaded-file-list): Add
4946         "u02200-Mathematical-Operators.el" and
4947         "u02300-Miscellaneous-Technical.el".
4948
4949 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4950
4951         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4952         `chinese-cns11643-*'.
4953
4954         * dumped-lisp.el (preloaded-file-list): Add
4955         "u02100-Letterlike-Symbols.el", "u02150-Number-Forms.el" and
4956         "u02190-Arrows.el" in UTF-2000.
4957
4958 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4959
4960         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4961         `korean-ksc5601'.
4962
4963         * dumped-lisp.el (preloaded-file-list): Add
4964         "u02000-General-Punctuation.el", "u02070-Superscripts.el",
4965         "u02080-Subscripts.el", "u020A0-Currency-Symbols.el" and
4966         "u020D0-Combining-Diacritical-Marks-for-Symbols.el" in UTF-2000.
4967
4968 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4969
4970         * dumped-lisp.el (preloaded-file-list): Delete "ccs-viscii.el".
4971
4972 1999-11-14  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4973
4974         * dumped-lisp.el (preloaded-file-list): Add "u013A0-Cherokee.el",
4975         "u01400-Canadian.el", "u01680-Ogham.el", "u016A0-Runic.el",
4976         "u01780-Khmer.el", "u01800-Mongolian.el",
4977         "u01E00-Latin-Extended-Additional.el" and
4978         "u01F00-Greek-Extended.el" in UTF-2000.
4979
4980 1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4981
4982         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4983         `ethiopic-ucs' and `ethiopic'.
4984
4985         * dumped-lisp.el (preloaded-file-list): Add "u010A0-Georgian.el",
4986         "u01100-Hangul-Jamo.el" and "u01200-Ethiopic.el".
4987
4988         * mule/mule-conf.el: Move definition of coded-charset `ethiopic'
4989         from mule/ethiopic.el.
4990
4991         * mule/ethiopic.el: Move definition of coded-charset `ethiopic' to
4992         mule/mule-conf.el.
4993
4994 1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
4995
4996         * mule/mule-charset.el (default-coded-charset-priority-list): Add
4997         `lao'.
4998
4999         * mule/mule-conf.el (lao): New coded-charset.
5000
5001         * dumped-lisp.el (preloaded-file-list): Add
5002         "u00900-Devanagari.el", "u00980-Bengali.el", "u00A00-Gurmukhi.el",
5003         "u00A80-Gujarati.el", "u00B00-Oriya.el", "u00B80-Tamil.el",
5004         "u00C00-Telugu.el", "u00C80-Kannada.el", "u00D00-Malayalam.el",
5005         "u00D80-Sinhala.el", "u00E00-Thai.el", "u00E80-Lao.el",
5006         "u00F00-Tibetan.el" and "u01000-Myanmar.el".
5007
5008 1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5009
5010         * mule/mule-charset.el (default-coded-charset-priority-list): Add
5011         `ucs-bmp' and `arabic-iso8859-6'.
5012
5013 1999-11-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5014
5015         * dumped-lisp.el (preloaded-file-list): Add "u00400-Cyrillic.el",
5016         "u00530-Armenian.el", "u00590-Hebrew.el", "u00600-Arabic.el",
5017         "u00700-Syriac.el" and "u00780-Thaana.el" in UTF-2000.
5018
5019 1999-11-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5020
5021         * startup.el (normal-top-level): Load autoload file for UTF-2000
5022         in UTF-2000.
5023
5024 1999-11-11  MORIOKA Tomohiko  <tomo@etl.go.jp>
5025
5026         * dumped-lisp.el (preloaded-file-list): Add "mule-conf" in Mule;
5027         delete "ccs-iso8859-*.el"; add "u00000-C0.el",
5028         "u00020-Basic-Latin.el", "u00080-C1.el",
5029         "u000A0-Latin-1-Supplement.el", "u00100-Latin-Extended-A.el",
5030         "u00180-Latin-Extended-B.el", "u00250-IPA-Extensions.el",
5031         "u002B0-Spacing-Modifier-Letters.el",
5032         "u00300-Combining-Diacritical-Marks.el" and "u00370-Greek.el" in
5033         UTF-2000.
5034
5035 1999-11-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
5036
5037         * mule/mule-charset.el (default-coded-charset-priority-list): Add
5038         `japanese-jisx0212' and `ipa' in UTF-2000; use `latin-viscii-*'
5039         instead of `vietnamese-viscii-*'.
5040
5041 1999-11-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
5042
5043         * mule/mule-conf.el: New file.
5044
5045         * mule/misc-lang.el: Move definition of charset `ipa' to
5046         mule/mule-conf.el.
5047
5048 1999-10-10  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5049
5050         * mule/mule-charset.el (default-coded-charset-priority-list): Add
5051         `latin-viscii'; prefer it for characters used in Vietnamese.
5052
5053 1999-10-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
5054
5055         * bytecomp.el (byte-compile-insert-header): Fix regexp.
5056
5057 1999-10-07  MORIOKA Tomohiko  <tomo@etl.go.jp>
5058
5059         * mule/viet-chars.el (latin-viscii-lower): Renamed from charset
5060         `vietnamese-viscii-lower'.
5061         (latin-viscii-upper): Renamed from charset
5062         `vietnamese-viscii-upper'.
5063         (vietnamese-viscii-lower): New alias for charset
5064         `latin-viscii-lower'.
5065         (vietnamese-viscii-upper): New alias for charset
5066         `latin-viscii-upper'.
5067
5068 1999-10-05  MORIOKA Tomohiko  <tomo@etl.go.jp>
5069
5070         * mule/mule-charset.el (default-coded-charset-priority-list):
5071         Comment out `hiragana-jisx0208' and `katakana-jisx0208'.
5072
5073 1999-10-04  MORIOKA Tomohiko  <tomo@etl.go.jp>
5074
5075         * mule/ccs-jisx0208-1983.el, mule/ccs-tcvn5712.el,
5076         mule/ccs-viscii.el, mule/ccs-iso8859-9.el,
5077         mule/ccs-jisx0201-latin.el, mule/ccs-iso8859-2.el,
5078         mule/ccs-iso8859-3.el, mule/ccs-iso8859-4.el: Moved to
5079         lisp/utf-2000.
5080
5081 1999-10-03  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5082
5083         * mule/ccs-tcvn5712.el: New file.
5084
5085 1999-10-03  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5086
5087         * dumped-lisp.el (preloaded-file-list): Add "ccs-jisx0208-1983.el"
5088         in UTF-2000.
5089
5090 1999-10-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5091
5092         * mule/mule-charset.el (default-coded-charset-priority-list): Add
5093         `japanese-jisx0208'.
5094
5095 1999-10-02  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5096
5097         * dumped-lisp.el (preloaded-file-list): Add
5098         "ccs-jisx0201-latin.el", "ccs-iso8859-2.el", "ccs-iso8859-3.el",
5099         "ccs-iso8859-4.el", "ccs-iso8859-9.el" and "ccs-viscii.el" in
5100         UTF-2000.
5101
5102         * mule/ccs-iso8859-2.el, mule/ccs-iso8859-3.el,
5103         mule/ccs-iso8859-4.el, mule/ccs-iso8859-9.el,
5104         mule/ccs-jisx0201-latin.el, mule/ccs-jisx0208-1983.el,
5105         mule/ccs-viscii.el: New files.
5106
5107         * bytecomp.el (byte-compile-insert-header): Don't use `raw-text'
5108         if \uXXXX is found.
5109
5110 1999-09-30  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5111
5112         * mule/mule-charset.el (default-coded-charset-priority-list): Add
5113         `hiragana-jisx0208' and `katakana-jisx0208'.
5114
5115 1999-09-21  MORIOKA Tomohiko  <tomo@etl.go.jp>
5116
5117         * mule/chinese.el (chinese-cns11643-3): Define it even if
5118         `utf-2000' is provided.
5119         (chinese-cns11643-4): Likewise.
5120         (chinese-cns11643-5): Likewise.
5121         (chinese-cns11643-6): Likewise.
5122         (chinese-cns11643-7): Likewise.
5123
5124 1999-09-14  MORIOKA Tomohiko  <tomo@etl.go.jp>
5125
5126         * mule/mule-charset.el (default-coded-charset-priority-list): Add
5127         thai-tis620 and hebrew-iso8859-8; namely all BMP are covered.
5128
5129 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5130
5131         * mule/mule-charset.el (default-coded-charset-priority-list): Add
5132         `cyrillic-iso8859-5' and `greek-iso8859-7'.
5133
5134 1999-09-13  MORIOKA Tomohiko  <tomo@urania.m17n.org>
5135
5136         * mule/mule-charset.el (default-coded-charset-priority-list):
5137         Setup in UTF-2000.
5138
5139 1999-09-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
5140
5141         * mule/viet-chars.el: Don't define charset
5142         `vietnamese-viscii-lower' and `vietnamese-viscii-upper' because
5143         they are defined as builtin charsets.
5144
5145 1999-08-31  MORIOKA Tomohiko  <tomo@etl.go.jp>
5146
5147         * version.el (emacs-version): Add more space just before UTF-2000
5148         version string.
5149
5150 1999-08-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
5151
5152         * version.el ([constant] emacs-version): Don't add a space in the
5153         preceding place of `xemacs-betaname' because it is duplicated.
5154         (emacs-version): Add UTF-2000 version if `utf-2000' is provided.
5155
5156         * startup.el (splash-frame-body): Add ETL.
5157
5158 1999-08-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
5159
5160         * mule/chinese.el (chinese-cns11643-3): Don't define if `utf-2000'
5161         is provided because it is defined as builtin charset.
5162         (chinese-cns11643-4): Likewise.
5163         (chinese-cns11643-5): Likewise.
5164         (chinese-cns11643-6): Likewise.
5165         (chinese-cns11643-7): Likewise.
5166
5167 1999-08-24  MORIOKA Tomohiko  <tomo@etl.go.jp>
5168
5169         * mule/mule-cmds.el (reset-language-environment): Fix problem when
5170         coding-system `iso-10646-ucs-4' is not defined.
5171
5172 1999-06-17  MORIOKA Tomohiko  <tomo@etl.go.jp>
5173
5174         * bytecomp.el (byte-compile-insert-header): Use utf-8 as
5175         coding-system if `utf-2000' is provided.
5176
5177 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
5178
5179         * mule/mule-coding.el: Add `utf-8' to coding-priority-list if
5180         `utf-2000' is provided.
5181
5182 1999-06-15  MORIOKA Tomohiko  <tomo@etl.go.jp>
5183
5184         * dumped-lisp.el (preloaded-file-list): Don't load vietnamese.el
5185         if utf-2000 is provided temporally.
5186
5187 1999-06-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
5188
5189         * mule/vietnamese.el (leading-code-private-11): Deleted [defined
5190         as builtin variable].
5191
5192 1999-06-04  MORIOKA Tomohiko  <tomo@etl.go.jp>
5193
5194         * files.el (insert-file-contents-literally): Treat file as binary;
5195         call file-name-handlers. [sync with Emacs 20.3.10]
5196
5197 2008-12-28  Vin Shelton  <acs@xemacs.org>
5198
5199         * XEmacs 21.4.22 is released
5200
5201 2008-12-30  Vin Shelton  <acs@xemacs.org>
5202
5203         * easy-mmode.el: Added easy-mmode.el so autoload.el will work
5204         during building even if no packages are found.
5205
5206 2008-05-13  Aidan Kehoe  <kehoea@parhasard.net>
5207
5208         * printer.el (generic-print-region): 
5209         (generic-print-buffer): 
5210         Use #'valid-device-type-p instead of #'valid-specifier-tag-p to
5211         check if the msprinter device is available, now that msprinter is
5212         always available as a specifier tag. 
5213
5214 2008-12-24  Vin Shelton  <acs@xemacs.org>
5215
5216         * about.el: Add Francisco to my bio!
5217
5218 2008-12-23  Vin Shelton  <acs@xemacs.org>
5219
5220         * autoload.el: Move operator definitions to autoload-operators.el
5221         in the xemacs-base package.
5222
5223 2007-11-22  Vin Shelton  <acs@xemacs.org>
5224
5225         * about.el (about-hacker-contribution): Updated my bio.
5226
5227 2007-10-07  Vin Shelton  <acs@xemacs.org>
5228
5229         * XEmacs 21.4.21 is released
5230
5231 2007-09-19  Didier Verna  <didier@xemacs.org>
5232
5233         Update my personal info.
5234         * about.el (xemacs-hackers): Use 'didier instead of 'dv.
5235         * about.el (about-other-current-hackers): Ditto.
5236         * about.el (about-url-alist): Add my musical website.
5237         * about.el (about-personal-info): Update my entry.
5238         * about.el (about-hacker-contribution): Ditto.
5239
5240 2007-08-21  Adrian Aichner  <adrian@xemacs.org>
5241
5242         * package-get.el (package-get-download-sites): Update download
5243         sites in Japan.
5244         * package-get.el (package-get-pre-release-download-sites): Ditto.
5245
5246 2007-08-18  Vin Shelton  <acs@xemacs.org>
5247
5248         * package-get.el (package-get-pre-release-download-sites): Sync
5249         mirror sites with 21.5.  (Thanks, Adrian)
5250
5251 2007-08-09  Mike Sperber  <mike@xemacs.org>
5252
5253         * startup.el (migrate-user-init-file): Create backup of
5254         `user-init-file' before migrating.
5255         * startup.el (maybe-migrate-user-init-file): Print
5256         information about backup file.
5257         (maybe-create-compatibility-dot-emacs): Follow above change.
5258
5259 2006-11-02  Adrian Aichner  <adrian@xemacs.org>
5260
5261         * font-lock.el: Sync font-lock-add-keywords and
5262         font-lock-remove-keywords from GNU Emacs.
5263         * font-lock.el (font-lock-keywords-alist): New.
5264         * font-lock.el (font-lock-removed-keywords-alist): New.
5265         * font-lock.el (font-lock-add-keywords): New.
5266         * font-lock.el (font-lock-update-removed-keyword-alist): New.
5267         * font-lock.el (font-lock-remove-keywords): New.
5268
5269 2007-08-16  Vin Shelton  <acs@xemacs.org>
5270
5271         * font-lock.el: Add defvar for font-lock-warning-face.  Original
5272         patch from Hans de Graaff.
5273
5274 2007-07-28  Adrian Aichner  <adrian@xemacs.org>
5275
5276         * package-get.el (package-get-download-sites): Document Chile and
5277         update Denmark download site.
5278         * package-get.el (package-get-pre-release-download-sites): Ditto.
5279
5280 2007-05-20  Stephen J. Turnbull  <stephen@xemacs.org>
5281
5282         * gutter-items.el (progress-feedback-with-label): Clarify docstring.
5283
5284 2006-12-09  Vin Shelton  <acs@xemacs.org>
5285
5286         * XEmacs 21.4.20 is released
5287
5288 2006-10-14  Jeff Miller  <jmiller@xemacs.org>
5289
5290         * info.el (Info-find-emacs-command-nodes): fix regex for find command node.
5291
5292 2006-11-14  Stephen J. Turnbull  <stephen@xemacs.org>
5293
5294         * info.el (Info-find-file-node, Info-insert-dir)
5295         (Info-read-subfile, Info-insert-file-contents): Maintain invariant
5296         `(equal buffer-file-truename (file-truename buffer-file-name))'.
5297         Thanks to Nelson Ferreira <nelson.ferreira@ieee.org> for report
5298         and discussion.
5299
5300 2006-05-20  Ville Skyttä  <scop@xemacs.org>
5301
5302         * obsolete.el (line-beginning-position): New, from 21.5.x.
5303         (line-end-position): Ditto.
5304
5305 2006-06-03  Adrian Aichner  <adrian@xemacs.org>
5306
5307         * package-get.el (package-get-download-sites): Welcome
5308         nl.xemacs.org and Thanks!
5309         * package-get.el (package-get-pre-release-download-sites): Ditto.
5310
5311 2004-01-19  Martin Buchholz  <martin@xemacs.org>
5312
5313         * font-lock.el: Add support for not-so recent changes in Java to
5314         java-mode.
5315
5316 2006-01-28  Vin Shelton  <acs@xemacs.org>
5317
5318         * XEmacs 21.4.19 is released
5319
5320 2006-01-03  Aidan Kehoe  <kehoea@parhasard.net>
5321
5322         * easymenu.el: Update copyright. 
5323         * easymenu.el (easy-menu-all-popups):
5324         Add a docstring. 
5325         * easymenu.el (easy-menu-add):
5326         Document a bug, rework the function to preserve any existing
5327         non-default mode-popup-menu instead of overwriting it, and not to
5328         bother normalising the menu title (nothing else does).
5329         * easymenu.el (easy-menu-remove):
5330         Restore the default mode-popup-menu instead of leaving an empty
5331         one when we remove the last easy-menu popup. 
5332
5333 2006-01-06  Adrian Aichner  <adrian@xemacs.org>
5334
5335         * package-get.el (package-get-download-sites): Add pt.xemacs.org,
5336         as suggested by Rodrigo Ventura.
5337         * package-get.el (package-get-pre-release-download-sites): Ditto,
5338         with replacement of xemacs-21.5 by beta, which is the logical path
5339         to our beta core and package pre-releases.
5340
5341 2005-12-17  Adrian Aichner  <adrian@xemacs.org>
5342
5343         * package-get.el (package-get-download-sites): Add Hong Kong
5344         download site.
5345         * package-get.el (package-get-pre-release-download-sites): Ditto.
5346
5347 2005-12-26  Vin Shelton  <acs@xemacs.org>
5348
5349         * find-paths.el:
5350         * find-paths.el (paths-emacs-root-p): Add search for package root.
5351         * find-paths.el (paths-find-emacs-root): Replaced with
5352         paths-find-invocation-roots, which returns a list of roots.
5353         * find-paths.el (paths-find-invocation-roots): New.
5354         * find-paths.el (paths-find-emacs-roots): Call paths-find-invocation-roots.
5355
5356 2005-12-05  Ville Skyttä  <scop@xemacs.org>
5357
5358         * minibuf.el (x-library-search-path): Add /usr(/local)/share/X11.
5359         * font.el (font-lookup-rgb-components): Ditto, remove stale comment.
5360
5361 2005-12-03  Vin Shelton <acs@xemacs.org>
5362
5363         * XEmacs 21.4.18 is released
5364
5365 2005-10-28  Adrian Aichner  <adrian@xemacs.org>
5366
5367         * package-get.el (package-get-download-sites): Update reflecting
5368         latest http://www.xemacs.org/Releases/ information generated by
5369         xemacs-builds/adrian/website/package-get-2-download-sites.el.
5370         * package-get.el (package-get-pre-release-download-sites): Ditto.
5371
5372 2005-02-28  Simon Josefsson  <jas@extundo.com>
5373
5374         * about.el (xemacs-hackers): Add jas.
5375         (about-other-current-hackers): Likewise.
5376         (about-url-alist): Add URL for jas.
5377         (about-personal-info): Document jas.
5378         (about-hacker-contribution): Describe jas contributions.
5379
5380 2005-03-25  Ralf Angeli  <angeli@iwi.uni-sb.de> 
5381
5382         * easymenu.el (easy-menu-remove): As described in 
5383         E1D4Nn5-0001lq-EU@neutrino.iwi.uni-sb.de; don't strip everything
5384         except the "Command" menu from mode-popup-menu. 
5385
5386 2005-03-25  Ralf Angeli  <angeli@iwi.uni-sb.de> 
5387  
5388         * font.el (font-spatial-to-canonical): Correct calculation of 
5389         return value for pixel-based input value. 
5390  
5391 2002-05-13  Adrian Aichner  <adrian@xemacs.org>
5392
5393         * code-process.el (call-process): Process-related docstring
5394         improvements spurred by Norbert Koch.
5395         * code-process.el (call-process-region): Ditto.
5396         * code-process.el (start-process): Ditto.
5397
5398 2005-10-09  Adrian Aichner  <adrian@xemacs.org>
5399
5400         * finder.el (finder-find-library): Return filename actually
5401         searched for.
5402
5403 2005-10-10  Steve Youngs  <steve@sxemacs.org>
5404
5405         * help.el (view-emacs-news): Use `expand-file-name' instead of
5406         `locate-data-file' as the latter will find any "NEWS" files that
5407         might exist in packages _before_ the one in core.
5408
5409 2005-06-06  Adrian Aichner  <adrian@xemacs.org>
5410
5411         * package-get.el (package-get-init-package):
5412         package-get-init-package buglet (21.4.17) by Jeff Mincy
5413         <mincy@rcn.com> fixing false temporary load-path shadows reported
5414         after package installation and simplifying code.
5415
5416 2005-10-18  Ville Skyttä  <scop@xemacs.org>
5417
5418         * package-get.el (package-get-download-sites): Sync mirrors list
5419         with the XEmacs website.
5420         (package-get-pre-release-download-sites): Ditto.
5421
5422 2005-04-06  Stephen J. Turnbull  <stephen@xemacs.org>
5423
5424         * derived.el (derived-mode-merge-syntax-tables):
5425         Revert my 21.5-only patch of 2003-07-18 which slipped in
5426         through Jerry James's patch of 2004-06-07.
5427
5428 2005-02-23  Adrian Aichner  <adrian@xemacs.org>
5429
5430         * cmdloop.el (keyboard-quit): Remove workaround for
5431         `region-active-p' not making sure active region is in current
5432         buffer now that it does.
5433         * minibuf.el (minibuffer-keyboard-quit): Ditto.
5434         * simple.el (region-active-p): `region-active-p' to only return t
5435         when active region is in current buffer.
5436
5437 2005-02-21  Norbert Koch  <viteno@xemacs.org>
5438
5439         * package-ui.el (pui-list-packages): MF21.5, adapt to longer
5440         package names, quell a byte-compiler warning, doc fix.
5441
5442 2005-02-16  Aidan Kehoe  <kehoea@parhasard.net>
5443
5444         * buffer.el (pop-to-buffer):
5445         * window-xemacs.el (display-buffer):
5446         Document use of `same-window-buffer-names,' `same-window-regexps'
5447         by pop-to-buffer and display-buffer. 
5448         
5449 2005-02-06  Vin Shelton <acs@xemacs.org>
5450
5451         * XEmacs 21.4.17 is released
5452
5453 2005-01-29  Ben Wing  <ben@xemacs.org>
5454
5455         * shadow.el (find-emacs-lisp-shadows):
5456         Add custom-defines to list of ignored files.
5457
5458 2005-01-17  Adrian Aichner  <adrian@xemacs.org>
5459
5460         * simple.el (shifted-motion-keys-select-region): Fix statement
5461         about unshifted-motion-keys-deselect-region.
5462
5463 2004-12-15  Ville Skyttä  <scop@xemacs.org>
5464
5465         * bytecomp-runtime.el (make-obsolete): Add 3rd argument (no-op for
5466         now) for GNU Emacs compatibility.
5467         (make-obsolete-variable): Ditto.
5468
5469 2004-01-08  Ben Wing  <ben@xemacs.org>
5470
5471         * code-files.el (load):
5472         File positions are 0 based not 1 based. Thanks to Steve Youngs.
5473
5474 2004-12-05  Vin Shelton <acs@xemacs.org>
5475
5476         * XEmacs 21.4.16 is released
5477
5478 2004-12-04  Vin Shelton  <acs@xemacs.org>
5479
5480         * auto-autoloads.el: Regenerated.
5481
5482         * custom-load.el: Regenerated.
5483
5484 2004-09-15  Stephen J. Turnbull  <stephen@xemacs.org>
5485
5486         Fix bug: apropos errors if a defalias refers to an undefined
5487         function.  <87pt4pmdcs.fsf@tleepslib.sk.tsukuba.ac.jp>
5488
5489         * apropos.el (apropos):
5490         (apropos-command):
5491         * help.el (frob-help-extents):
5492         * help-macro.el (make-help-screen):
5493         * hyper-apropos.el (hyper-apropos-grok-functions):
5494         (hyper-apropos-get-doc):
5495         Catch void-function error thrown by `documentation'.
5496
5497 2004-09-02  Steve Youngs  <steve@youngs.au.com>
5498
5499         * packages.el (package-require): Fix incorrect arg to format.
5500         This fixes a `format specifier' error.
5501
5502 2004-08-13  Jerry James  <james@xemacs.org>
5503
5504         * bytecomp.el (forward-word): Tell the byte compiler the correct
5505         number of arguments to forward-word.
5506
5507 2004-08-12  Sven Grundmann  <sven@xemacs.org>
5508
5509         * etags.el: Fixed loading of include files for tag completion. Now
5510         you can make a tag file for a library, include it into your
5511         project and it will be reloaded only if it changed. Infinte
5512         include loops are detected and the correct tag files are loaded.
5513         * etags.el (buffer-tag-table-list): Load and verify tag files in
5514         the external function buffer-tag-table-list-load.
5515         * etags.el (buffer-tag-table-list-load): New. Load and verify the
5516         tag files. Also load the included tag files. The priority of the
5517         included files is right below their parent file. If multiple
5518         matches occur then the symbols from the parent file are found
5519         first.
5520         * etags.el (tag-table-include-files): Corrected comment
5521         string. Switched to pattern constant tags-include-pattern to have
5522         it at a central location.
5523         * etags.el (tags-include-pattern): Added doc string.
5524         * etags.el (add-to-tag-completion-table): Removed obsolete
5525         comments as the include files are allready returned by
5526         buffer-tag-table-list and loaded.
5527         * etags.el (find-tag-internal): The include files are allready
5528         included in tag-tables as buffer-tag-table-list returns them now.
5529
5530 2004-07-02  Malcolm Purvis  <malcolmp@xemacs.org>
5531
5532         * widgets-gtk.el (gtk-widget-instantiate-notebook-internal):
5533         Loading items into the notebook is now done by C code.
5534         * widgets-gtk.el (gtk-widget-instantiate-internal):
5535         Style no longer changed.
5536
5537 2004-06-28  Nix  <nix@esperi.org.uk>
5538
5539         * cmdloop.el (truncate-command-history-for-gc): Delay
5540         execution of all things that look up variable bindings,
5541         via `enqueue-eval-event'.
5542
5543 2004-06-24  Vin Shelton  <acs@xemacs.org>
5544
5545         * package-get.el (package-get-require-signed-base-updates):
5546         now defaults to nil.
5547
5548 2004-06-09  Stephen J. Turnbull  <stephen@xemacs.org>
5549
5550         * subr.el (split-string): Clean up docstring.
5551
5552 2002-01-24  John Paul Wallington  <jpw@shootybangbang.com>
5553
5554         * faces.el (zmacs-region): fix typo in docstring.
5555
5556 2004-06-07  Jerry James  <james@xemacs.org>
5557
5558         * derived.el: Synch with Emacs 21.3.
5559         * subr.el (with-local-quit): New, from Emacs 21.3.
5560         * subr.el (delayed-mode-hooks): New variable, from Emacs 21.3.
5561         * subr.el (run-mode-hooks): New function, from Emacs 21.3.
5562         * subr.el (delay-mode-hooks): New macro, from Emacs 21.3.
5563
5564 2004-06-16  Jerry James  <james@xemacs.org>
5565
5566         * cl.el (cl-set-substring): Increment start by the length of the
5567         string, not the string itself.
5568
5569 2004-05-19  Malcolm Purvis  <malcolmp@xemacs.org>
5570
5571         * etags.el (tag-table-include-files): Expand included TAGS file
5572         paths to avoid problems with relative paths.  Thanks to Peter
5573         Chubb <peterc@gelato.unsw.edu.au>.
5574         * etags.el (tags-include-pattern): New.
5575         * etags.el (add-to-tag-completion-table): Parse and ignore
5576         trailing include lines.
5577
5578 2004-06-21  Adrian Aichner  <adrian@xemacs.org>
5579
5580         * package-ui.el (pui-help-echo): Fix false cvs conflict by
5581         avoiding line solely composed of equal signs.
5582
5583 2004-06-10  Adrian Aichner  <adrian@xemacs.org>
5584
5585         * cus-edit.el (alloc): Typo fix.
5586         * cus-edit.el (custom-browse-visibility): Ditto.
5587         * cus-edit.el (custom-variable-value-create): Ditto.
5588         * cus-edit.el (custom-variable-pre-reset-standard): Ditto.
5589         * cus-edit.el (custom-save-variables): Bind print-length and
5590         print-level to nil to avoid value abbreviation.
5591         * cus-edit.el (custom-save-face-internal): Ditto.
5592         * cus-edit.el (custom-save-faces): Save in sorted order.
5593         * cus-edit.el (custom-save-resets): Bind print-length and
5594         print-level to nil to avoid value abbreviation.
5595         * cus-edit.el (custom-save-loaded-themes): Ditto.
5596
5597 2004-06-09  Stephen J. Turnbull  <stephen@xemacs.org>
5598
5599         * subr.el (split-string-default-separators): New.
5600         (split-string): Synch to 21.5/GNU Emacs version.  *New semantics*,
5601         see comment in source.
5602
5603 2004-01-29  Stephen J. Turnbull  <stephen@xemacs.org>
5604
5605         * mule/japanese.el (paragraph-start, paragraph-separate):
5606         Remove anchor to BOL.
5607
5608 2004-04-30  Stephen J. Turnbull  <stephen@xemacs.org>
5609
5610         * cl.el (gensym, gentemp): Improve docstrings.
5611
5612 2004-05-10  Vin Shelton  <acs@xemacs.org>
5613
5614         * etags.el: Sync with 21.5 version.
5615
5616 2004-04-21  Sven Grundmann  <sven@hellerhof.de>
5617
5618         * etags.el:
5619         * etags.el (tags-exuberant-ctags-optimization-p): Enable optimization
5620         only for use with exuberant ctags. This will also enable building of 
5621         completion tables with exuberant ctags. This will not work with
5622         xemacs ctags. 
5623         * etags.el (get-tag-table-buffer): New function for creating of
5624         completion table is used if tags-exuberant-ctags-optimization-p ist t
5625         * etags.el (tags-explicit-name-pattern): Hold the name pattern for
5626         finding the tag names. New.
5627         * etags.el (add-to-tag-completion-table-exuberant-ctags): Defun for
5628         building tag completion table with exuberant ctags. New.
5629         * etags.el (find-tag-internal): Improve exact tag matching for tags
5630         with name fields. Before the patch return types of functions or
5631         function parameters (with exuberant ctags) were found as matches.
5632
5633 2004-04-21  Sven Grundmann  <sven@hellerhof.de>
5634
5635         * list-mode.el (display-completion-list): Fixed completion list was
5636         taking the width of the frame and not of the window for displaying
5637         the selection methods.
5638
5639 2004-04-18  Stephen J. Turnbull  <stephen@xemacs.org>
5640
5641         * menubar-items.el (default-menubar): Options are saved to custom.el.
5642
5643
5644 2004-02-23  Stephen J. Turnbull  <stephen@xemacs.org>
5645
5646         * isearch-mode.el (isearch-abort): Preserve successful search target.
5647
5648 2004-03-27  Adrian Aichner  <adrian@xemacs.org>
5649
5650         * gnuserv.el: Sync with 21.5 version, inspired by bugreport and
5651         (make-variable-buffer-local 'gnuserv-minor-mode) patch by Robert
5652         Bihlmeyer.
5653         * gnuserv.el (gnuserv-mode-line-string): New.
5654         * gnuserv.el (gnuserv-minor-mode): Make it buffer-local, not
5655         gnuserv-mode.
5656         * gnuserv.el (make-x-device-with-gtk-fallback): New.
5657         * gnuserv.el (gnuserv-edit-files): Use
5658         make-x-device-with-gtk-fallback.
5659
5660 2004-03-23  Malcolm Purvis  <malcolmpurvis@optushome.com.au>
5661
5662         * gtk-widgets.el: New import: gtk-accel-group-new.
5663         * dialog-gtk.el:
5664         * dialog-gtk.el (gtk-popup-convert-underscores): New.
5665         * dialog-gtk.el (popup-builtin-question-dialog):
5666         Added support for dialog button mnemonics.
5667
5668 2004-03-22  Chris Green <cmg@dok.org>
5669
5670         * process.el (shell-command): Output buffer was ignored when a
5671         background process was run via shell-command.
5672
5673 2004-03-19  Hrvoje Niksic  <hniksic@xemacs.org>
5674
5675         * cus-edit.el (custom-save-variables): Retrieve a list of
5676         variables to save first, sort it, and make sure the variables are
5677         saved in sorted order.
5678
5679 2004-02-23  Steve Youngs  <sryoungs@bigpond.net.au>
5680  
5681         * package-get.el (package-get-update-base-from-buffer): Force
5682         binary coding system for verifying GnuPG signature in the
5683         package-index file.
5684  
5685 2003-07-06  Adrian Aichner  <adrian@xemacs.org>
5686
5687         * package-get.el (package-get-package-index-file-location): Handle
5688         missing "EMACSPACKAGEPATH" environment variable.
5689
5690 2003-07-05  Adrian Aichner  <adrian@xemacs.org>
5691
5692         * package-admin.el (package-admin-find-top-directory): Simplify
5693         directory comparisions and fix substring errors on short path
5694         components.
5695         * package-get.el (package-get-package-index-file-location):
5696         Default to first component of "EMACSPACKAGEPATH", if set.
5697
5698 2004-02-16  Steve Youngs  <sryoungs@bigpond.net.au>
5699
5700         * package-get.el (process-error): New error datum.
5701
5702 2004-02-02  Vin Shelton <acs@xemacs.org>
5703
5704         * XEmacs 21.4.15 is released
5705
5706 2003-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * itimer.el (activate-itimer): Modify the itimer timeout value as
5709         if it were begun at the last time when the itimer driver was woken
5710         up.
5711
5712 2004-01-27  Stephen J. Turnbull  <stephen@xemacs.org>
5713
5714         * specifier.el (Copyright):
5715         Update.
5716         (make-specifier-and-init):
5717         (map-specifier):
5718         (canonicalize-inst-pair):
5719         (canonicalize-spec-list):
5720         (set-specifier):
5721         Synch docstrings to 21.5 where appropriate.
5722
5723 2004-01-25  Steve Youngs  <sryoungs@bigpond.net.au>
5724
5725         * package-get.el (package-get-list-packages-where): New.  A
5726         function that allows searching for groups of packages.  For
5727         example, find all packages that require the fsf-compat package.
5728
5729 2004-01-25  Steve Youngs  <youngs@xemacs.org>
5730
5731         The Great PUI Sync.
5732
5733         * auto-autoloads.el: Regenerated.
5734
5735         * custom-load.el: Regenerated.
5736
5737         * dumped-lisp.el (packages-hardcoded-lisp): New.
5738
5739         * menubar-items.el (menu-max-items): New.
5740         (menu-submenu-max-items): New.
5741         (menu-submenu-name-format): New.
5742         (menu-split-long-menu): New.
5743         (menu-sort-menu): New.
5744         (default-menubar): Sync to 21.5 in regard to the PUI menus.
5745
5746         * obsolete.el (pui-add-install-directory): Renamed to the more
5747         logical `pui-set-local-package-get-directory'.
5748         (package-get-download-menu): Moved to `package-ui.el' and renamed
5749         to `package-ui-add-download-menu'.
5750
5751         * package-admin.el (package-admin-install-function-mswindows):
5752         Whitespace clean up.
5753         (package-admin-add-single-file-package): Removed.
5754         (package-admin-default-install-function): Whitespace clean up.
5755         (package-admin-find-top-directory): New.
5756         (package-admin-get-install-dir): Use it.
5757         (package-admin-get-manifest-file): 
5758         (package-admin-check-manifest): 
5759         (package-admin-add-binary-package):
5760         (package-admin-get-lispdir):
5761         (package-admin-delete-binary-package):
5762         (package-admin):
5763
5764         * package-get.el (package-get-package-index-file-location): New.
5765         (package-get-install-to-user-init-directory): New.
5766         (package-get-remote):
5767         (package-get-download-sites):
5768         (package-get-pre-release-download-sites): New.
5769         (package-get-site-release-download-sites): New.
5770         (package-get-base-filename):
5771         (package-get-always-update):
5772         (package-get-user-index-filename): Removed.
5773         (package-get-pgp-available-p): New.
5774         (package-get-require-signed-base-updates):
5775         (package-get-was-current):
5776         (package-entries-are-signed): New.
5777         (package-get-continue-update-base): New.
5778         (package-get-download-menu): Removed.
5779         (package-get-require-base):
5780         (package-get-update-base-entry):
5781         (package-get-locate-file):
5782         (package-get-locate-index-file):
5783         (package-get-maybe-save-index):
5784         (package-get-update-base):
5785         (package-get-update-base-from-buffer):
5786         (package-get-update-base-entries):
5787         (package-get-interactive-package-query):
5788         (package-get-update-all):
5789         (package-get-all):
5790         (package-get-dependencies):
5791         (package-get-init-package):
5792         (package-get-info): New.
5793         (package-get):
5794         (package-get-staging-dir):
5795         (package-get-set-version-prop): Removed.
5796         (package-get-installedp):
5797         (package-get-ever-installed-p):
5798         (packages): Removed.
5799         (package-get-custom-groups): Removed.
5800         (package-get-custom): Removed.
5801         (package-get-custom-add-entry): Removed.
5802
5803         * package-info.el (batch-update-package-info):
5804
5805         * package-net.el (package-net-batch-generate-bin-ini):
5806         (package-net-update-installed-db):
5807
5808         * package-ui.el (pui-info-buffer):
5809         (pui-directory-exists): Removed.
5810         (pui-package-dir-list): Removed.
5811         (pui-add-install-directory): Removed.
5812         (package-ui-download-menu): New.
5813         (package-ui-pre-release-download-menu): New.
5814         (package-ui-site-release-download-menu): New.
5815         (pui-set-local-package-get-directory): New.
5816         (pui-package-symbol-char):
5817         (pui-update-package-display):
5818         (pui-toggle-package):
5819         (pui-toggle-package-key):
5820         (pui-toggle-package-delete):
5821         (pui-toggle-package-delete-key):
5822         (pui-toggle-package-event):
5823         (pui-toggle-verbosity-redisplay):
5824         (pui-install-selected-packages):
5825         (pui-add-required-packages):
5826         (pui-help-echo):
5827         (pui-display-info):
5828         (list-packages-mode):
5829         (pui-list-packages):
5830
5831         * packages.el (packages-compute-package-locations):
5832         (package-require):
5833         (package-delete-name):
5834         (packages-hardcoded-lisp): Removed.
5835         (packages-useful-lisp): Removed.
5836         (packages-unbytecompiled-lisp): Removed.
5837         (packages-find-package-directories):
5838
5839         Summary:
5840
5841         Major code clean up of all things PUI.
5842
5843         Much improved code to determine where packages should be
5844         installed.  PUI no longer depends on any packages being
5845         pre-installed to compute where packages are to be installed to.
5846
5847         The user can specify the location of their package-index file.  It
5848         isn't necessary to set this because it has sane defaults.  People
5849         who "run-in-place" won't accidently overwrite the CVS
5850         package-index file.  See
5851         `package-get-package-index-file-location'. 
5852
5853         PUI will now properly clean up after itself in the event of an
5854         unsuccessful package install.  This drastically reduces the number
5855         of "wrong md5sum" FAQs.
5856
5857         non-Mule XEmacsen can no longer install Mule packages.
5858
5859         Package management via the custom interface has been removed.
5860
5861         The PUI related menubar items have been reorganised.
5862
5863         The PGP verification code has been fixed and the default for
5864         whether or not it is used is automatically computed.
5865
5866         * update-elc.el ((preloaded-file-list site-load-packages
5867         need-to-dump dumped-exe)):
5868         Just a couple of small changes to allow for
5869         `packages-(hardcoded|useful|unbytecompiled)-lisp' not really
5870         existing anymore.
5871
5872 2003-12-10  Hrvoje Niksic  <hniksic@xemacs.org>
5873
5874         * bytecomp.el (byte-compile-warn-about-unused-variables): Don't
5875         apply `format' to the first argument of byte-compile-warn, it
5876         already calls format.
5877
5878 2003-12-03  Adrian Aichner  <adrian@xemacs.org>
5879
5880         * files.el (delete-old-versions): Avoid going interactive during
5881         make install when environment variable VERSION_CONTROL is set.
5882
5883 2003-12-04  Vin Shelton  <acs@xemacs.org>
5884
5885         * menubar-items.el (menu-item-search): Only bring up search dialog
5886         box if the feature is available and desired.
5887
5888 2003-11-04  Stephen J. Turnbull  <stephen@xemacs.org>
5889
5890         * about.el (about-personal-info): Fix typo in Tony Rossini's entry.
5891
5892 2003-11-05  Vin Shelton  <acs@xemacs.org>
5893
5894         * help.el (Help-prin1-face):
5895         (Help-princ-face):
5896         princ and prin1 are functions and need to be called as such.  The
5897         idea for this patch was submitted by Eric Eide <eeide@cs.utah.edu>.
5898
5899 2003-10-22  Stephen J. Turnbull  <stephen@xemacs.org>
5900
5901         * about.el (about-xemacs): Give full version and build date.
5902
5903 2003-09-19  Stephen J. Turnbull  <stephen@xemacs.org>
5904
5905         * win32-native.el (grep-null-device): This XEmacs has null-device.
5906
5907 2003-09-06  Mike Sperber  <mike@xemacs.org>
5908
5909         * bytecomp.el (byte-compile-defvar-or-defconst): Actually
5910         implement the specified semantics for `defvar.'
5911
5912 2003-09-07  Adrian Aichner  <adrian@xemacs.org>
5913
5914         * window-xemacs.el (display-buffer): Fix for `shrink-to-fit' by
5915         Klaus Berndl, calling `shrink-window-if-larger-than-buffer' when
5916         displaying buffer in question.
5917
5918 2003-09-03  Vin Shelton <acs@xemacs.org>
5919
5920         * XEmacs 21.4.14 is released
5921
5922 2003-08-17  Vin Shelton  <acs@xemacs.org>
5923
5924         * about.el: Vanity patch.
5925
5926 2003-08-11  Stephen J. Turnbull  <stephen@xemacs.org>
5927
5928         * code-process.el (call-process):
5929         (call-process-region):
5930         (start-process):
5931         Document coding system processing.
5932
5933 2003-08-03  Stephen J. Turnbull  <stephen@xemacs.org>
5934
5935         * startup.el (splash-frame-body): Idiomatic English.
5936
5937 2003-04-24  Jin Choi <jsc@orangeimagineering.com>
5938
5939         * font-lock.el (font-lock-match-java-declarations): Move
5940         save-restriction, narrow-to-region to beginning of function to
5941         avoid going beyond the limit and causing an infloop.
5942
5943 2003-04-16  Jerry James  <james@xemacs.org>
5944
5945         * keydefs.el: Remove mappings for keys mapped to the nowhere
5946         defined function function-key-error.
5947
5948 2003-03-22  Vasily Korytov  <deskpot@myrealbox.com>
5949
5950         * lisp-mode.el (emacs-lisp-mode-hook, lisp-mode-hook,
5951         lisp-interaction-mode-hook): Add the docstrings.
5952
5953 2003-08-04  Michael Toomim <toomim@OCF.Berkeley.EDU>
5954
5955         * byte-optimize.el: Fix infinite loop in bytecode optimizer.  See:
5956         http://list-archive.xemacs.org/xemacs-beta/200306/msg00157.html
5957         http://list-archive.xemacs.org/xemacs-beta/200307/msg00005.html
5958
5959 2003-06-18  Nickolay Pakoulin  <npak@ispras.ru>
5960
5961         * cl-macs.el (cl-transform-lambda): Place doc on Common Lisp
5962         lambda list after the original doc.  Care about
5963         #'(lambda () "SingleString") 
5964         (cl-upcase-arg): 
5965         (cl-function-arglist):
5966         Care about &cl-defs and &cl-quote in lambda list, dotted lists and
5967         circular data structures in lambda list specification
5968
5969 2003-06-11  Adrian Aichner  <adrian@xemacs.org>
5970
5971         * font-lock.el (lisp-font-lock-keywords-1): Only NAME, not NAME(
5972         to appear in font-lock-function-name-face.
5973
5974 2003-06-17  Stephen J. Turnbull  <stephen@xemacs.org>
5975
5976         * bytecomp.el (byte-compile-lambda): Discard docstring only if it
5977         is not also the value of the lambda.
5978
5979 2003-05-06  Andy Piper  <andy@xemacs.org>
5980
5981         * files.el (revert-buffer): Make sure local variables get processed,
5982         even in the case of an optimized reversion.
5983
5984 2003-05-25  XEmacs Build Bot <builds@cvs.xemacs.org>
5985
5986         * XEmacs 21.4.13 is released
5987
5988 2003-03-18  Stephen J. Turnbull  <stephen@xemacs.org>
5989
5990         * gutter-items.el (buffers-tab-filter-functions): Improve docstring.
5991         Suggested by a Chris Palmer <chris@nodewarrior.org> patch.
5992
5993 2003-02-14  Ben Wing  <ben@xemacs.org>
5994
5995         * byte-optimize.el:
5996         * byte-optimize.el (byte-compile-inline-expand):
5997         * byte-optimize.el (byte-compile-unfold-lambda):
5998         * byte-optimize.el (byte-optimize-form-code-walker):
5999         * byte-optimize.el (byte-optimize-form):
6000         * byte-optimize.el (byte-decompile-bytecode-1):
6001         * byte-optimize.el (byte-optimize-lapcode):
6002         Review carefully and sync up to 20.7 except for areas as noted.
6003         Fixes problem with JDE compilation.
6004
6005 2003-02-05  Ben Wing  <ben@xemacs.org>
6006
6007         * simple.el:
6008         * simple.el (motion-keys-for-shifted-motion):
6009         Omit M-S-home/end from motion keys.
6010
6011 2003-02-07  Ben Wing  <ben@xemacs.org>
6012
6013         * text-props.el (text-property-any):
6014         * text-props.el (text-property-not-all):
6015         Fix bug when end > start.
6016
6017 2003-01-17  Stephen J. Turnbull  <stephen@xemacs.org>
6018
6019         * info.el (Info-insert-dir): Make default-directory end in
6020         separator.  Patch due to Martin Buchholz.
6021
6022 2003-01-15  Stephen J. Turnbull  <stephen@xemacs.org>
6023
6024         * XEmacs 21.4.12 "Portable Code" is released.
6025
6026 2003-01-13  Ilya Golubev  <golubev@xemacs.org>
6027
6028         * about.el: Update golubev data.
6029
6030 2003-01-15  Stephen J. Turnbull  <stephen@xemacs.org>
6031
6032         * isearch-mode.el (isearch-mode-map): Substitute comment on
6033         desirability, and back out "GR is printable" changes.
6034
6035 2003-01-08  Stephen J. Turnbull  <stephen@xemacs.org>
6036
6037         * isearch-mode.el (isearch-mode-map): Don't bind CSI.
6038
6039 2003-01-07  Stephen J. Turnbull  <stephen@xemacs.org>
6040
6041         * isearch-mode.el (isearch-mode-map): GR (and C1) is printable.
6042
6043 2003-01-06  Ville Skyttä  <scop@xemacs.org>
6044
6045         * menubar-items.el (default-menubar): Use browse-url-mozilla
6046         instead of browse-url-gnome-moz for Mozilla.
6047
6048 2003-01-03  Stephen J. Turnbull  <stephen@xemacs.org>
6049
6050         * XEmacs 21.4.11 "Native Windows TTY Support" is released.
6051
6052 2002-12-27  Ville Skyttä  <scop@xemacs.org>
6053
6054         * files.el (auto-mode-alist): Remove redundant entries for modes
6055         that live in packages.
6056         (interpreter-mode-alist): Ditto.
6057
6058 2002-03-17  Ville Skyttä  <ville.skytta@xemacs.org>
6059
6060         * menubar-items.el (default-menubar): Sync with current
6061         browse-url-xemacs.el.
6062
6063 2002-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
6064
6065         * XEmacs 21.4.10 "Military Intelligence" is released.
6066
6067 2002-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * font-lock.el (font-lock-fontify-keywords-region): Fix typo.
6070
6071 2002-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6072
6073         * keydefs.el (global-map): Bind C-xrd to delete-rectangle per GNU.
6074
6075 2001-05-10   Daiki Ueno  <ueno@unixuser.org>
6076
6077         * font-lock.el (font-lock-compile-keywords): Rewrite as a side
6078         effect free function.
6079         (font-lock-fontify-keywords-region): Supply the argument to
6080         font-lock-compile-keywords.
6081
6082 2002-09-22  Ville Skyttä  <ville.skytta@xemacs.org>
6083
6084         * package-get.el (package-get-download-sites): Bring sites list
6085         up to date, prefer xx.xemacs.org addresses.
6086
6087 2002-09-27  Andy Piper  <andy@xemacs.org>
6088
6089         * dialog.el (make-dialog-box): for general dialogs only
6090         delete-frame-hook will be run.
6091
6092 2002-09-28  Stephen J. Turnbull  <stephen@xemacs.org>
6093
6094         * font-lock.el (font-lock-fontify-syntactically-region): Add
6095         comment about lookup-syntax-properties, document LOUDLY as unused.
6096
6097 2002-08-26  Andy Piper  <andy@xemacs.org>
6098
6099         * gutter-items.el (set-progress-feedback-instantiator): Fix bad
6100         merge.
6101
6102 2002-09-02  Ville Skyttä  <ville.skytta@xemacs.org>
6103
6104         * bytecomp-runtime.el (make-obsolete): Docstring argument nit.
6105         (make-obsolete-variable): Ditto.
6106         (make-compatible): Ditto.
6107         (make-compatible-variable): Ditto.
6108
6109 2002-09-16  Stephen J. Turnbull  <stephen@xemacs.org>
6110
6111         * obsolete.el (parse-sexp-lookup-properties): new compatible alias
6112         for `lookup-syntax-properties'.  RFE from Alan Mackenzie.
6113
6114 2002-08-28  Andy Piper  <andy@xemacs.org>
6115
6116         * files.el (revert-buffer): propagate revert-without-query-status.
6117
6118 2002-06-03  Andy Piper  <andy@xemacs.org>
6119
6120         * dialog-items.el (make-search-dialog): align various subcontrols
6121         in visually pleasing ways, allow frame to autosize to the dialog
6122         size.
6123         * dialog.el (make-dialog-box): add a border inside the frame. Add
6124         :autosize property, if t then reset the frame size appropriately
6125         before the frame is mapped.
6126         * gutter-items.el (set-progress-feedback-instantiator): align
6127         various subcontrols.
6128         * gutter-items.el (set-progress-abort-instantiator): ditto.
6129
6130 2002-08-23  Stephen J. Turnbull  <stephen@xemacs.org>
6131
6132         * XEmacs 21.4.9 "Informed Management" is released.
6133
6134 2002-06-22  Ville Skyttä  <ville.skytta@xemacs.org>
6135
6136         * subr.el (add-to-list): Sync with GNU Emacs 21.2, adding the
6137         "&optional append" argument.
6138
6139 2002-07-16  Didier Verna  <didier@xemacs.org>
6140
6141         * subr.el (replace-in-string): fix case fold bug introduced by
6142         "2000-07-30  Ben Wing  <ben@xemacs.org>": honor the value of
6143         case-fold-search in temporary buffers.
6144
6145 2002-08-03  Steve Youngs  <youngs@xemacs.org>
6146
6147         * lib-complete.el (find-library): Remove check for mule because
6148         decompression DOES work on Mule.
6149
6150 2002-08-11  John Paul Wallington  <jpw@shootybangbang.com>
6151
6152         * simple.el (join-line): New alias for `delete-indentation'.
6153
6154 2002-08-02  Ville Skyttä  <ville.skytta@xemacs.org>
6155
6156         * font-lock.el: Some faces and doc typo fixes from GNU Emacs.
6157         (font-lock-doc-face): New alias to font-lock-doc-string-face.
6158         (font-lock-builtin-face): New.
6159         (font-lock-constant-face): New.
6160         (font-lock-face-list): Add builtin and constant faces.
6161
6162 2002-08-16  Stephen J. Turnbull  <stephen@xemacs.org>
6163
6164         * autoload.el (make-autoload): Support define-derived-mode.
6165         Collected puts of doc-string-elt property.  Based on a patch by
6166         Didier Verna <didier@xemacs.org>.
6167
6168 2002-08-15  Stephen J. Turnbull  <stephen@xemacs.org>
6169
6170         * wid-edit.el (widget-field-activate): Fix docstring typo.
6171
6172 2002-07-23  Andy Piper  <andy@xemacs.org>
6173
6174         * about.el (about-personal-info): update me.
6175
6176 2002-07-12  Andy Piper  <andy@xemacs.org>
6177
6178         * custom.el (custom-theme-set-variables): remove bogus
6179         arguments. Use custom-set-default to set defaults.
6180         (custom-set-variables): update doc.
6181         (custom-local-buffer): new, synced from FSF.
6182         (custom-set-default): ditto.
6183         (defcustom): update doc.
6184
6185 2002-06-16  Andy Piper  <andy@xemacs.org>
6186
6187         * menubar-items.el (default-menubar): enable windows printing on
6188         cygwin as well as native.
6189
6190 2002-06-12  Andy Piper  <andy@xemacs.org>
6191
6192         * printer.el (generic-print-buffer): catch all errors so that the
6193         print device can be cleared in all scenarios.
6194         (Printer-clear-device): make sure clearing the printer allows it
6195         to be used again immediately.
6196         (generic-print-region): make sure the default printer face is
6197         black-on-white.
6198
6199 2002-04-23  Jerry James  <james@xemacs.org>
6200
6201         * window-xemacs.el (display-buffer-function): Change doc to
6202         reflect new arg.
6203         * window-xemacs.el (pre-display-buffer-function): Ditto.
6204         * window-xemacs.el (display-buffer): New arg, shrink-to-fit.  If
6205         non-nil, make the new window just big enough for its contents.
6206         * frame.el (get-frame-for-buffer): Accept new arg, due to above.
6207         * frame.el (show-temp-buffer-in-current-frame): Remove broken
6208         temp-buffer-shrink-to-fit code.  Tell display-buffer instead.
6209
6210 2002-06-06  Andy Piper  <andy@xemacs.org>
6211
6212         * custom.el (custom-theme-set-variables): sync :set-after from FSF.
6213         (defcustom): ditto.
6214         (custom-handle-keyword): ditto.
6215
6216 2002-07-12  Stephen J. Turnbull  <stephen@xemacs.org>
6217
6218         * gutter-items.el (buffers-tab-selection-function): Improve doc.
6219         Make obsolete.  Default to nil.
6220         (buffers-tab-filter-functions): Improve doc.  Use literal default.
6221         Inspired by a patch by John Palmieri.
6222
6223 2002-07-01  Mike Alexander  <mta@arbortext.com>
6224
6225         * process.el (shell-command-on-region): Don't delete the region
6226         before giving it to call-process-region
6227
6228 2002-06-04  Jerry James <james@eecs.ku.edu>
6229
6230         * find-paths.el (paths-find-architecture-directory): Search in
6231         `system-configuration'/`base', not `base'`system-configuration'.
6232
6233 2002-06-23  Ville Skyttä  <ville.skytta@xemacs.org>
6234
6235         * info.el (Info-index): Add missing \ in [ t].
6236
6237 2002-06-11  Stephen J. Turnbull  <stephen@xemacs.org>
6238
6239         * gutter-items.el (gutter-buffers-tab-visible-p,
6240         buffers-tab-omit-function, buffers-tab-selection-function,
6241         buffers-tab-filter-functions):
6242         Doc improvements.
6243
6244 2002-06-09  Stephen J. Turnbull  <stephen@xemacs.org>
6245
6246         * toolbar.el (toolbar-icon-directory): Document trailing separator.
6247
6248         * toolbar-items.el (toolbar-news): Fix typo in message string.
6249
6250 2002-06-08  Stephen J. Turnbull  <stephen@xemacs.org>
6251
6252         * dialog.el (yes-or-no-p-dialog-box): 
6253         * cmdloop.el (y-or-n-p-minibuf):
6254         (yes-or-no-p-minibuf):
6255         (yes-or-no-p):
6256         (y-or-n-p): 
6257         Specify negative answers in docstrings.
6258
6259 2002-05-25  Steve Youngs  <youngs@xemacs.org>
6260
6261         * package-ui.el (pui-help-echo): Display both installed and author
6262         version.  Use a balloon-help window to display extra info like
6263         package requires.
6264
6265 2002-05-30  Andy Piper  <andy@xemacs.org>
6266
6267         * files.el (revert-buffer-internal): don't visit
6268         revert-buffer. Kill buffer when not used. Suggested by Mike
6269         Alexander <mta@arbortext.com>
6270
6271 2002-05-20  Stephen J. Turnbull  <stephen@xemacs.org>
6272
6273         * files.el (revert-buffer): More docstring fiddling.
6274
6275 2002-05-19  Stephen J. Turnbull  <stephen@xemacs.org>
6276
6277         * files.el (revert-buffer):
6278         (revert-buffer-internal):
6279         (revert-buffer-insert-file-contents-function):
6280         Improve docstrings and comments.
6281
6282 2002-05-08  Andy Piper  <andy@xemacs.org>
6283
6284         * files.el (revert-buffer): observe noconfirm behavior.
6285
6286 2002-04-09  Andy Piper  <andy@xemacs.org>
6287
6288         * files.el (revert-buffer): use revert-buffer-internal if it looks
6289         like doing so will not result in any user-visible changes.
6290         (revert-buffer-internal): new function. Do the actual process of
6291         reversion and then see whether the result is any different to what
6292         we have already. If it is not then do nothing.
6293
6294 2001-12-11  Andy Piper  <andy@xemacs.org>
6295
6296         * menubar.el (get-popup-menu-response): re-order so that it works
6297         on more sane/facist window systems.
6298
6299 2001-12-03  Andy Piper  <andy@xemacs.org>
6300
6301         * faces.el (frob-face-property): don't infloop in face frobbing
6302         from Jan Vroonhof <jan@xemacs.org>.
6303
6304 2001-11-30  Jan Vroonhof  <jan@xemacs.org>
6305
6306         * faces.el (frob-face-property): Follow face fall-back hierarchy
6307         properly for face properties without an instance. Only do manual
6308         copy form 'default in last resort. This handles in particular
6309         the case where 'default itself has only a fall-back (which is
6310         the case by default on windows).
6311
6312 2001-11-24  Andy Piper  <andy@xemacs.org>
6313
6314         * printer.el (generic-print-region): set default-frame-plist to
6315         nil while creating the printer frame so that sizes reflect the
6316         printed page.
6317
6318         * faces.el (face-complain-about-font): Don't complain on printers.
6319
6320 2002-05-10  Stephen J. Turnbull  <stephen@xemacs.org>
6321         
6322         * package-net.el: Andy synch.
6323         
6324 2001-12-16  Andy Piper  <andy@xemacs.org>
6325
6326         * package-get.el (package-get-update-all): Make sure installed.db
6327         gets updated after updating packages.
6328
6329 2002-03-28  Ben Wing  <ben@xemacs.org>
6330
6331         * msw-glyphs.el: Set glyph-contrib-p to nil on hscroll,
6332         continuation, truncation so that we don't get line jumpiness from
6333         them being larger than the line height.
6334
6335         * msw-font-menu.el (mswindows-font-menu-font-data): Fix bug.
6336
6337 2001-11-30  Jan Vroonhof  <jan@xemacs.org>
6338
6339         * font.el (font-window-system-mappings): Add mapping for Gtk
6340         (assume identical to X) 
6341
6342 2002-02-04  Andy Piper  <andy@xemacs.org>
6343
6344         * files.el (convert-standard-filename): Fix for short filename
6345         Peter Arius <pas@methodpark.de>
6346
6347 2001-12-10  Christoph Wedler  <Christoph.Wedler@sap.com>
6348
6349         * list-mode.el (default-choose-completion): completion-base-size
6350         should refer to local value in the completion list buffer.
6351
6352 2001-12-03  Didier Verna  <didier@xemacs.org>
6353
6354         * rect.el: autoload `replace-rectangle'.
6355         * keydefs.el (global-map): bind it to `C-x r p'.
6356
6357 2002-05-09  Stephen J. Turnbull  <stephen@xemacs.org>
6358
6359         * XEmacs 21.4.8 "Honest Recruiter" is released.
6360
6361 2002-05-09  Stephen J. Turnbull  <stephen@xemacs.org>
6362
6363         This patch is based on Jerry James's patch and analysis.
6364
6365         * select.el (get-clipboard):
6366         (get-selection):
6367         Update docstrings.
6368         (get-clipboard-foreign):
6369         (get-selection-foreign):
6370         New function for use as `interprogram-paste-function's.
6371
6372         * simple.el (interprogram-paste-function): Change default to
6373         `get-clipboard-foreign'; improve docstring.
6374         (interprogram-cut-function): Improve dosctring.
6375
6376 2002-05-04  Stephen J. Turnbull  <stephen@xemacs.org>
6377
6378         * XEmacs 21.4.7 "Economic Science" is released.
6379
6380 2002-03-18  Adrian Aichner  <adrian@xemacs.org>
6381
6382         * cus-edit.el (customize-save-variable): Fix typo in prompt.
6383
6384 2002-03-26  John Paul Wallington  <jpw@xemacs.org>
6385
6386         * obsolete.el (assq-delete-all): New compatibility alias for 
6387         remassq.
6388
6389 2002-01-09  Simon Josefsson  <jas@extundo.com>
6390
6391         * files.el (auto-mode-alist): Support Sieve (*.siv, *.sieve).
6392
6393 2002-01-04  Adrian Aichner  <adrian@xemacs.org>
6394
6395         * info.el (Info-auto-generate-directory): Default
6396         Info-auto-generate-directory to 'if-outdated.
6397
6398 2002-03-28  Stephen J. Turnbull  <stephen@xemacs.org>
6399
6400         * startup.el (normal-top-level): Prevent migration code from
6401         trashing .emacs on an error in loading the init files.
6402
6403 2002-03-14  Ville Skyttä  <ville.skytta@xemacs.org>
6404
6405         * files.el (auto-mode-alist): GNUmakefile is a Makefile,
6406         "system default" Xdefaults and friends get xrdb-mode.
6407
6408 2002-03-05  Mats Lidell  <matsl@contactor.se>
6409  
6410         * help-nomule.el (tutorial-supported-languages): Added Swedish
6411         tutorial. Sorted languages.
6412
6413 2002-02-11  Mike Sperber <mike@xemacs.org>
6414
6415         * info.el (Info-maybe-update-dir): Regenerate dir if we're
6416         regenerating outdated dir files and dir is non-existent.
6417
6418 2002-01-27  Stephen J. Turnbull  <stephen@xemacs.org>
6419
6420         * code-files.el (convert-mbox-coding-system): Improve comment.
6421         (write-region): Improve docstring.  Reformat to 80 columns.  Add
6422         coding-system argument to `write-region-pre-hook' call.
6423         (write-region-pre-hook): Fix docstring to mention lockname argument.
6424
6425 2002-01-18  Stephen J. Turnbull  <stephen@xemacs.org>
6426
6427         * minibuf.el (completing-read): Remove redundant wrong arg list.
6428
6429         * help.el (with-displaying-help-buffer): Put usage advice in docstring.
6430
6431 2001-12-27  John Paul Wallington  <jpw@shootybangbang.com>
6432
6433         * obsolete.el (interactive-form): new compatibility alias for 
6434         function-interactive.
6435
6436 2001-11-29  Adrian Aichner  <adrian@xemacs.org>
6437
6438         * menubar-items.el (Menubar-items-truncate-list): Removed.
6439         * menubar-items.el (Menubar-items-truncate-history): New.
6440         * menubar-items.el (default-menubar): Use
6441         Menubar-items-truncate-history.
6442
6443 2002-02-03  Adrian Aichner  <adrian@xemacs.org>
6444
6445         * printer.el (generic-print-region): Pass correct arguments to
6446         lpr-region.  Thanks to Nevin Kapur <nevin@jhu.edu> and Björn
6447         Torkelsson <torkel@acc.umu.se>.
6448
6449 2002-01-09  John Paul Wallington  <jpw@shootybangbang.com>
6450
6451         * help.el (describe-mode): synched with FSF 19.34; handle nil
6452         minor mode indicators.
6453
6454 2001-12-03  Christoph Wedler  <Christoph.Wedler@sap.com>
6455
6456         * minibuf.el (completing-read): Update docstring.
6457
6458 2001-12-17  Stephen J. Turnbull  <stephen@xemacs.org>
6459
6460         * XEmacs 21.4.6 "Common Lisp" is released.
6461
6462 2001-11-21  Stephen J. Turnbull  <stephen@xemacs.org>
6463
6464         * package-net.el: Inadvertant synch with Windows branch.  From
6465         Andy's log:
6466         (package-net-kit-version): new variable.
6467         (package-net-generate-bin-ini): use it. Remove unwanted functions.
6468
6469 2001-11-28  Steve Youngs  <youngs@xemacs.org>
6470
6471         * package-get.el (package-get-locate-index-file): Also search the
6472         core etc/ directory for the package index file if it can't be
6473         found in ~/.xemacs/.
6474
6475 2001-12-13  William Perry  <wmperry@gnu.org>
6476
6477         * dialog-gtk.el (popup-builtin-question-dialog):
6478         Conform to API in gui.c.
6479         
6480 2001-11-12  Andy Piper  <andy@xemacs.org>
6481
6482         * cus-edit.el (custom-save-face-internal): make sure we save
6483         non-themed faces.
6484         (custom-save-variables): ditto variables.
6485
6486 2001-11-20  Stephen J. Turnbull  <stephen@xemacs.og>
6487
6488         * faces.el (make-face-family):
6489         (make-face-size):
6490         New face-modifying functions per Jan Vroonhof.
6491
6492         cus-face.el (custom-set-face-font-family):
6493         (custom-set-face-font-size):
6494         Use them.
6495
6496         * font.el (font-window-system-mappings): More precise docstring.
6497
6498         (font-create-name):
6499         (font-create-object):
6500         (tty-font-create-object):
6501         (tty-font-create-plist):
6502         (x-font-create-object):
6503         (x-font-create-name):
6504         (ns-font-create-name):
6505         (mswindows-font-create-object):
6506         (mswindows-font-create-name):
6507         Add doctrings.
6508
6509 2001-11-14  John Paul Wallington <jpw@shootybangbang.com>
6510
6511         * gtk-faces.el (gtk-init-device-faces): removed spurious
6512         quote before let* expression.
6513
6514 2001-10-29  Andy Piper  <andy@xemacs.org>
6515
6516         * code-files.el (toggle-buffer-file-coding-system): mark buffer as
6517         modified when changing coding system.
6518
6519         * toolbar-items.el (toolbar-dired): Use interactive "D" spec so
6520         that we invoke the GUI directory selector.
6521
6522 2001-10-25  Andy Piper  <andy@xemacs.org>
6523
6524         * dialog.el (make-dialog-box): use new directory dialog support.
6525         * minibuf.el (read-file-name-1): ditto.
6526         (read-file-name): ditto.
6527         (read-directory-name): ditto.
6528
6529 2001-10-23  Stephen J. Turnbull  <stephen@xemacs.org>
6530
6531         * XEmacs 21.4.5 "Civil Service" is released.
6532
6533 2001-04-23  Didier Verna  <didier@xemacs.org>
6534
6535         * cus-edit.el (custom-variable-pre-save): New.
6536         * cus-edit.el (custom-variable-post-save): New.
6537         * cus-edit.el (custom-variable-save): use them.
6538         * cus-edit.el (custom-face-pre-save): New.
6539         * cus-edit.el (custom-face-post-save): New.
6540         * cus-edit.el (custom-face-save): use them.
6541         * cus-edit.el (custom-group-pre-save): New.
6542         * cus-edit.el (custom-group-post-save): New.
6543         * cus-edit.el (custom-group-save): use them.
6544         * cus-edit.el (Custom-save): use the pre/post functions above,
6545         call `custom-save-all' only once.
6546         * cus-edit.el (custom-variable-pre-reset-standard): New.
6547         * cus-edit.el (custom-variable-post-reset-standard): New.
6548         * cus-edit.el (custom-variable-reset-standard): use them.
6549         * cus-edit.el (custom-face-pre-reset-standard): New.
6550         * cus-edit.el (custom-face-post-reset-standard): New.
6551         * cus-edit.el (custom-face-reset-standard): use them.
6552         * cus-edit.el (custom-group-pre-reset-standard): New.
6553         * cus-edit.el (custom-group-post-reset-standard): New.
6554         * cus-edit.el (Custom-reset-standard): use them.
6555         * cus-edit.el (custom-face-reset-saved): use the pre/post
6556         functions above, call `custom-save-all' only once.
6557
6558 2001-04-08  Danny Colascione  <qtmstr@optonline.net>
6559
6560         * gutter-items.el (buffers-tab face): Derive from the modeline
6561         face by default.  Many people use white-on-black for the default
6562         font, and the tabs look hideous with that color combination.  The
6563         modeline usually has the correct colors.
6564
6565 2001-09-28  Robert Pluim  <rpluim@bigfoot.com>
6566
6567         * etags.el (find-tag): Doc fix, point users at pop-tag-mark.
6568         (tag-mark-stack-max): Typo fix.
6569
6570 2001-09-28  Ben Wing  <ben@xemacs.org>
6571
6572         * font-lock.el:
6573         * font-lock.el (font-lock-after-change-function):
6574         fix problem with last patch, reported by Katsumi Yamaoka.
6575
6576 2001-09-17  Ben Wing  <ben@xemacs.org>
6577
6578         * font-lock.el (font-lock-after-change-function):
6579         fix problem when you insert a comment on the line before a line of
6580         code: if we use the following char, then when you hit backspace,
6581         the following line of code turns the comment color.
6582
6583 2001-06-08  Ben Wing  <ben@xemacs.org>
6584
6585         * process.el: comment about shell-command-switch.
6586         * process.el (shell-quote-argument): Need to quote a null
6587         argument, too.  From Dan Holmsand.
6588         
6589         * startup.el (normal-top-level): Delete some unused FSF junk.
6590         * startup.el (command-line-early):
6591         
6592         * startup.el (command-line): Call MS Windows init function.
6593         
6594         * win32-native.el:
6595         * win32-native.el (mswindows-system-shells): New.
6596         * win32-native.el (mswindows-system-shell-p): New.
6597         * win32-native.el (init-mswindows-at-startup): New.
6598         * win32-native.el (mswindows-quote-one-vc-runtime-arg):
6599         * win32-native.el (mswindows-quote-one-simple-arg):
6600         * win32-native.el (mswindows-quote-one-command-arg):
6601         * win32-native.el (mswindows-construct-process-command-line-alist):
6602         Correct comments at top.  Correctly handle passing arguments
6603         to Cygwin programs and to bash.  Fix quoting of zero-length
6604         arguments (from Dan Holmsand).  Set shell-command-switch based
6605         on shell-file-name, which in turn comes from env var SHELL.
6606
6607 2001-07-18  Alexey Mahotkin  <alexm@hsys.msk.ru>
6608
6609         * toolbar.el (toolbar-visible-p, toolbar-captioned-p,
6610         default-toolbar-position): Fill docstrings for balloon-help.
6611
6612 2001-03-15  Stephen J. Turnbull  <stephen@xemacs.org>
6613
6614         * faces.el: Reenable specifications over 'gtk domain.
6615
6616 2001-08-08  Didier Verna  <didier@xemacs.org>
6617
6618         * autoload.el (update-autoload-files): make defdir a file name,
6619         not directory name.
6620
6621 2001-08-06  Steve Youngs  <youngs@xemacs.org>
6622
6623         * menubar-items.el (default-menubar): Use 'report-xemacs-bug'.
6624
6625         * lisp-mnt.el (lm-report-bug): Use 'report-xemacs-bug-beta-address'.
6626
6627 2001-08-01  Edward M. Lee  <tailbert@yahoo.com>
6628
6629         * font-menu.el (font-menu-set-font): Default to current font-family.
6630         (font-menu-preferred-resolution):
6631         (font-menu-size-scaling):
6632         Provide gtk defaults, too.
6633
6634 2001-07-29  Mike Alexander  <mta@arbortext.com>
6635
6636         * cus-face.el (custom-set-face-font-size): Last arg to apply is a
6637         list
6638         (custom-set-face-font-family): ditto
6639
6640 2001-07-26  Mike Sperber <mike@xemacs.org>
6641
6642         * files.el (auto-mode-alist): .9 files are man pages, too.
6643
6644 2001-07-23  Edwin Steiner <esteiner@net4you.at>
6645
6646         * process.el (call-process-internal): bind
6647         coding-system-for-write to 'binary when calling
6648         start-process-internal, so the process receives 
6649         the literal contents of INFILE.
6650
6651 2001-09-15  Edward M. Lee  <tailbert@yahoo.com>
6652
6653         * files.el (auto-mode-alist): Add configure.ac support.
6654
6655 2001-07-19  Adrian Aichner  <adrian@xemacs.org>
6656
6657         * buff-menu.el:
6658         mouse.el:
6659         Adrian's mouse-track patch.  See <y9plq0nc.fsf@ecf.teradyne.com>.
6660
6661 2001-07-28  Stephen J. Turnbull  <stephen@xemacs.org>
6662
6663         * XEmacs 21.4.4 "Artificial Intelligence" is released.
6664
6665 2001-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * mule/kinsoku.el (kinsoku-bol-p): Work with ascii and non-ascii
6668         mixed text.
6669         (kinsoku-eol-p): Ditto.
6670
6671 2001-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * mule/kinsoku.el (kinsoku-ascii-eol, kinsoku-gb-bol,
6674         kinsoku-gb-eol, kinsoku-big5-bol, kinsoku-big5-eol): Assign
6675         characters as the category `s' or `e' correctly.
6676
6677 2001-06-06  Alexey Mahotkin  <alexm@hsys.msk.ru>
6678
6679         * mule/cyrillic.el: Uncomment definition of ccl-encode-koi8-r-font.
6680
6681 2001-06-14  Alexey Mahotkin  <alexm@hsys.msk.ru>
6682
6683         * mule/cyrillic.el:  Set up case table.
6684
6685 2001-06-08  Mike Sperber <mike@xemacs.org>
6686
6687         * files.el (save-some-buffers-1): Don't zap the help window right
6688         after `map-y-or-n-p' has popped it up.
6689
6690 2001-06-15  Nick Pakoulin  <npak@ispras.ru>
6691
6692         * help.el (frob-help-extents): Require 'hyper-apropos for faces.
6693
6694 2001-07-18  Stephen J. Turnbull  <stephen@xemacs.org>
6695
6696         * specifier.el: define-specifier-tag 'gtk.
6697
6698 2001-05-12  Ben Wing  <ben@xemacs.org>
6699
6700         * find-paths.el (paths-find-recursive-path):
6701         fix error with null EXCLUDE-REGEXP.
6702         
6703         * font-lock.el (font-lock-mode):
6704         fix problem reported by hrvoje with buffers starting with a space.
6705         
6706 2001-05-06  Ben Wing  <ben@xemacs.org>
6707
6708         * dialog.el (make-dialog-box):
6709         * menubar-items.el (default-menubar):
6710         * printer.el (generic-print-buffer):
6711         * printer.el (generic-print-region):
6712         implement printing the selection when it's selected.
6713
6714 2001-04-18  Didier Verna  <didier@xemacs.org>
6715
6716         * cus-edit.el (Custom-reset-standard): reset to standard settings
6717         not only when the buffer's :custom-state is 'modified, but also
6718         when it is 'set or 'saved.
6719
6720 2001-04-17  Didier Verna  <didier@xemacs.org>
6721
6722         * startup.el (load-user-init-file): define `custom-file' before
6723         loading the user's init file.
6724
6725 2001-04-09  Danny Colascione  <qtmstr@optonline.net>
6726
6727         * menubar.el (popup-mode-menu): Make it work with
6728         popup-menu-titles turned off.
6729         
6730 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6731
6732         * about.el (about-mailto-link): Use compose-mail for sending mail.
6733
6734 2001-07-14  Sean MacLennan  <seanm@storm.ca>
6735
6736         * package-admin.el (package-install-hook): New.
6737         (package-delete-hook): New.
6738         (package-admin-add-single-file-package): Use package-delete-hook.
6739
6740         * package-get.el (package-get): Use package-install-hook.
6741
6742 2001-06-26  Robert Pluim  <rpluim@bigfoot.com>
6743
6744         * package-ui.el (pui-install-selected-packages): reverse the lists
6745         of packages so that they get handled in the same order as they
6746         were selected.
6747
6748 2001-06-26  Robert Pluim  <rpluim@bigfoot.com>
6749
6750         * packages.el (locate-library): Use read-library-name for completion.
6751
6752 2001-05-21  Martin Buchholz  <martin@xemacs.org>
6753
6754         * byte-optimize.el (=): `=' is not a binary predicate!
6755         Fix incorrect optimization: (= 0 0 (random 2)) ==> 0 or 1.
6756         Use byte-optimize-predicate, not byte-optimize-binary-predicate,
6757
6758 2001-05-20  Martin Buchholz  <martin@xemacs.org>
6759
6760         * bytecomp.el (byte-compile-arithcompare):
6761         Only optimize (= x) ==> t if byte-compile-delete-errors is not nil.
6762
6763 2001-06-03  William M. Perry  <wmperry@gnu.org>
6764
6765         * dialog-gtk.el (popup-builtin-open-dialog): Don't forget to
6766         return the filename selected by the user!
6767
6768 2001-05-31  William M. Perry  <wmperry@gnu.org>
6769
6770         * font-menu.el: Avoid arithmetic with 'nil' when using the font menu
6771         in XEmacs/GTK.
6772
6773 2001-05-29  Alexey Mahotkin  <alexm@hsys.msk.ru>
6774
6775         * coding.el: Tiny typo fixed.
6776
6777 2001-05-17  Stephen J. Turnbull  <stephen@xemacs.org>
6778
6779         * XEmacs 21.4.3 "Academic Rigor" is released.
6780
6781 2001-05-17  Stephen J. Turnbull  <stephen@xemacs.org>
6782
6783         * config.values.sh:  lisp/utils?/config.el -> lisp/config.el.
6784
6785 2001-05-10  Stephen J. Turnbull  <stephen@xemacs.org>
6786
6787         * XEmacs 21.4.2 "Developer-Friendly Unix APIs" is released.
6788
6789 2001-05-04  Ben Wing  <ben@xemacs.org>
6790
6791         * printer.el (generic-print-buffer):
6792         * printer.el (generic-print-region):
6793         Enable dialog boxes.  Apply workaround recommended by Kirill.
6794         fix (fboundp 'lpr-buffer) -> (fboundp 'lpr-region).
6795         
6796         * simple.el (kill-whole-line):
6797         * simple.el (kill-line-1):
6798         * simple.el (kill-entire-line):
6799         * simple.el (kill-line):
6800         * simple.el (backward-kill-line):
6801         Take out interactive dependence of kill-whole-line.
6802
6803 2001-04-22  Ben Wing  <ben@xemacs.org>
6804
6805         * dialog.el (make-dialog-box):
6806         Put dialog titles back in -- this time correctly.  Fix various
6807         other problems with leaks and such.
6808
6809         * simple.el (region-exists-p):
6810         * simple.el (region-active-p):
6811         Add comment about which one is correct to use in menu specs.
6812
6813 2001-05-05  Ben Wing  <ben@xemacs.org>
6814
6815         * dialog.el (make-dialog-box): fix doc string.
6816         * menubar-items.el (default-menubar): Add Page Setup for Windows,
6817         take out Pretty Print.
6818         * printer.el:
6819         * printer.el (printer-current-device): New.
6820         * printer.el (Printer-get-device): New.
6821         * printer.el (Printer-clear-device): New.
6822         * printer.el (generic-page-setup): New.
6823         * printer.el (generic-print-buffer):
6824         * printer.el (generic-print-region):
6825         Implement Page Setup.  Handle errors properly.
6826
6827 2001-05-05  Ben Wing  <ben@xemacs.org>
6828
6829         * subr.el (error): Complete list of errors in doc string.
6830         
6831 2001-04-22  Ben Wing  <ben@xemacs.org>
6832
6833         * bytecomp-runtime.el (byte-compiler-options): Correct doc string.
6834         
6835 2001-05-03  Adrian Aichner  <adrian@xemacs.org>
6836
6837         * build-report.el: Remove CVS keywords since this file has been in
6838         core lisp for a while now.
6839         * build-report.el (build-report-make-output-files): Fix typo.
6840
6841 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6842
6843         * about.el (about-finish-buffer): Make sure the last change works
6844         even if EVENT is nil.
6845
6846 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6847
6848         * about.el (about-finish-buffer): Kill/bury the buffer where the user
6849         clicked, not the one that happens to be the current buffer at the
6850         time.
6851
6852 2001-03-19  Karl M. Hegbloom  <karlheg@microsharp.com>
6853
6854         * cus-edit.el (custom-display): Support the GTK Window System also.
6855
6856 2001-04-30  Ben Wing  <ben@xemacs.org>
6857
6858         * printer.el:
6859         * printer.el (printer-page-header):
6860         * printer.el (Print-context): New.
6861         * printer.el (printer-page-footer):
6862         * printer.el (generate-header-element): New.
6863         * printer.el (generate-header-line): New.
6864         * printer.el (print-context-property):
6865         * printer.el (generic-print-buffer):
6866         * printer.el (generic-print-region):
6867         Implement headers and footers.  Implement calling Print dialog box
6868         (#### but it doesn't quite work yet).
6869
6870 2001-04-25  Ben Wing  <ben@xemacs.org>
6871
6872         * about.el (xemacs-hackers):
6873         * about.el (about-url-alist):
6874         * about.el (about-personal-info):
6875         * about.el (about-hacker-contribution):
6876         More contributions.
6877         
6878         * simple.el (handle-post-motion-command):
6879         Fix spurious setting of zmacs-region-stays to t after a non-shift
6880         motion command.
6881
6882 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
6883
6884         * about.el (about-personal-info): Update my bio.
6885         (about-hacker-contribution): Ditto.
6886
6887 2001-04-23  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
6888
6889         * startup.el (splash-frame-body): Update copyright notices: Ben, FSF.
6890
6891 2001-04-19  Andy Piper  <andy@xemacs.org>
6892
6893         * package-net.el (package-net-cygwin32-binary-size): new size.
6894         (package-net-win32-binary-size): new size.
6895         (package-net-convert-index-to-ini): Use new arch.
6896         (package-net-batch-convert-index-to-ini): Removed.
6897         (package-net-generate-bin-ini): New.
6898         (package-net-batch-generate-bin-ini): New.
6899
6900 2001-04-19  Stephen J. Turnbull  <stephen@xemacs.org>
6901
6902         * XEmacs 21.4.1 "Copyleft" is released.
6903
6904 2001-04-19  Stephen J. Turnbull  <stephen@xemacs.org>
6905
6906         * x-compose.el (xlib-input-method-bug-workaround):
6907         (alias-colon-to-double-quote):
6908         Force sort in map-keymap to work around rehash bug.
6909
6910 2001-04-17  Ben Wing  <ben@xemacs.org>
6911
6912         * about.el: Finish overhaul, add a few new hackers, update a
6913         couple old ones.
6914
6915 2001-04-16  Stephen J. Turnbull  <stephen@xemacs.org>
6916
6917         * XEmacs 21.4.0 "Solid Vapor" is released.
6918
6919 2001-04-15  Ben Wing  <ben@xemacs.org>
6920
6921         * about.el:
6922         * about.el (about-headline-face): New.
6923         * about.el (about-link-face): New.
6924         * about.el (about-current-release-maintainers): New.
6925         * about.el (about-other-current-hackers): New.
6926         * about.el (about-url-alist):
6927         * about.el (about-once-and-future-hackers): New.
6928         * about.el (about-mailto-link): New.
6929         * about.el (about-get-buffer):
6930         * about.el (about-finish-buffer):
6931         * about.el (about-xemacs):
6932         * about.el (about-features): Removed.
6933         * about.el (about-advantages): New.
6934         * about.el (about-maintainer-info): Removed.
6935         * about.el (about-personal-info): New.
6936         * about.el (about-hacker-contribution): New.
6937         * about.el (about-maintainer):
6938         * about.el (about-show-linked-info):
6939         * about.el (about-hackers):
6940         Major revamping.  Rewriting of most of the text, improve the
6941         link handling, separate info on contributors into personal
6942         and contribution info, add new contributors, update personal
6943         info, etc. etc.
6944         
6945         * menubar-items.el (default-menubar):
6946         Help menubar entry for News now says more accurately
6947         "What's New in XEmacs".
6948         
6949         * mouse.el:
6950         * mouse.el (mouse-track-cleanup-hook):
6951         * mouse.el (mouse-track):
6952         Don't set-buffer to a dead buffer when calling mouse-track
6953         cleanup hooks.
6954
6955 2001-04-14  Stephen J. Turnbull  <stephen@xemacs.org>
6956
6957         * XEmacs 21.2.47 "Zephir" is released.
6958
6959 2001-04-02  Jan Vroonhof  <jan.vroonhof@ntlworld.com>
6960
6961         * dialog.el (make-dialog-box): Disable dialog box titles until
6962         we get them working.
6963
6964 2001-03-30  Ben Wing  <ben@xemacs.org>
6965
6966         * help.el:
6967         * help.el (Help-princ-face):
6968         * help.el (Help-prin1-face):
6969         * help.el (frob-help-extents):
6970         * help.el (describe-function-1):
6971         * help.el (describe-variable):
6972         Avoid using font-lock faces, which may not be defined.
6973         Instead, use hyper-apropos faces, and make sure they're
6974         defined as necessary by using `require'. (It's not so safe
6975         to do this for font-lock.) In any case, we will eventually
6976         be merging this functionality into hyper-apropos.
6977
6978         * loaddefs.el (completion-ignored-extensions):
6979         Fix documentation.
6980         
6981         * menubar-items.el (menu-truncate-list): Removed.
6982         * menubar-items.el (Menubar-items-truncate-list): New.
6983         * menubar-items.el (default-menubar):
6984         Fix errors if grep or compile command is too long.  Rename helper
6985         function to be less visible.
6986
6987 2001-03-23  Martin Buchholz  <martin@xemacs.org>
6988
6989         * byte-optimize.el (byte-optimize-minus):
6990         Fix mis-byte-compilation of (- 0 x) --> (- (- x))
6991
6992 2001-03-26  Hrvoje Niksic  <hniksic@arsdigita.com>
6993
6994         * dumped-lisp.el (preloaded-file-list): Load mule/latin.el when
6995         Mule is available.
6996
6997         * mule/latin.el: New file.
6998
6999 2001-03-11  Ben Wing  <ben@xemacs.org>
7000
7001         * auto-save.el:
7002         * auto-save.el (auto-save-directory):
7003         * auto-save.el (make-auto-save-file-name):
7004         * auto-save.el (auto-save-file-name-p): New.
7005
7006         Merge in improvements from other definition of
7007         make-auto-save-file-name in files.el.
7008         
7009         * auto-save.el (auto-save-original-name):
7010         * auto-save.el (auto-save-name-in-fixed-directory):
7011         * auto-save.el (auto-save-unslashify-name): Removed.
7012         * auto-save.el (auto-save-slashify-name): Removed.
7013         * auto-save.el (auto-save-reserved-chars): New.
7014         * auto-save.el (auto-save-escape-name): New.
7015         * auto-save.el (auto-save-unhex): New.
7016         * auto-save.el (auto-save-unescape-name): New.
7017
7018         Change algorithm for encoding filenames in auto-save names to be
7019         entirely safe with all filesystems and all possible characters in
7020         a filename, and 100% reversible. (Essentially, uses
7021         quoted-printable as the encoding.)
7022         
7023         * auto-save.el (recover-all-files):
7024
7025         Use insert-directory rather than calling ls directly -- fixes
7026         things under Windows.
7027
7028         * files.el:
7029         * files.el (convert-standard-filename): Substitute FSF's
7030         definition for this (we had nothing here before).
7031         
7032         * files.el (backup-buffer): Warning fix.
7033         
7034         * files.el (make-backup-file-name):
7035         * files.el (find-backup-file-name):
7036         Fix error in calling sequence to auto-save-file-name-p.
7037         
7038         * files.el (recover-file):
7039         Use insert-directory rather than calling ls directly -- fixes
7040         things under Windows.
7041
7042         * files.el (make-auto-save-file-name): Removed.
7043         * files.el (auto-save-file-name-p): Removed.
7044         auto-save is always dumped so no sense in having a definition
7045         that will always be overwritten with another.
7046         
7047         * files.el (insert-directory):
7048         * win32-native.el:
7049         * win32-native.el (debug-mswindows-process-command-lines):
7050         * win32-native.el (original-make-auto-save-file-name): Removed.
7051         * win32-native.el (make-auto-save-file-name): Removed.
7052
7053
7054 2001-03-21  Martin Buchholz <martin@xemacs.org>
7055
7056         * XEmacs 21.2.46 "Urania" is released.
7057
7058 2001-03-16  Stephen J. Turnbull  <stephen@xemacs.org>
7059
7060         * menubar-items.el (default-menubar): Update sample.emacs to
7061         sample.init.el and adjust accelerators.
7062
7063 2001-02-02  Stephen J. Turnbull  <stephen@xemacs.org>
7064
7065         * build-report.el (build-report): Improve docstring.
7066
7067 2001-03-15  Stephen J. Turnbull  <stephen@xemacs.org>
7068
7069         * ChangeLog: Log GTK merge.
7070
7071         * gutter-items.el:
7072         * mwheel.el:
7073         * sound.el:
7074         * startup.el:
7075         Revert gratuitous whitespace changes.
7076
7077 2001-03-07  Ben Wing  <ben@xemacs.org>
7078
7079         * help.el:
7080         * help.el (key-or-menu-binding):
7081         * help.el (Help-find-file): New.
7082         * help.el (describe-beta):
7083         * help.el (describe-copying):
7084         * help.el (describe-project):
7085         * help.el (view-emacs-news):
7086         * help.el (view-sample-init-el): New.
7087         * help.el (Help-princ-face): New.
7088         * help.el (Help-prin1-face): New.
7089         * help.el (help-symbol-function-context-menu):
7090         * help.el (help-symbol-variable-context-menu):
7091         * help.el (help-symbol-function-and-variable-context-menu):
7092         * help.el (frob-help-extents):
7093         * help.el (describe-function-1):
7094         * help.el (describe-variable):
7095
7096         Add coloring in Help buffers, correspondent with hyperlinks.
7097         View files in view-mode rather than Fundamental.
7098         Remove separators from context menus -- now handled in generic code.
7099         Add `Find Tag' to context menu.
7100         
7101         * menubar.el (popup-mode-menu):
7102
7103         Rewrite code that outputs the popup menu to (a) put more specific
7104         entries first, (b) be more robust, (c) output the proper context
7105         menu separators automatically (the context menu functionality is
7106         new and currently used only by Help).
7107
7108 2001-03-10  William M. Perry  <wmperry@aventail.com>
7109
7110         * dialog-gtk.el (gtk-make-dialog-box-internal): Forgot to rewrite
7111         this function when converting from the 21.1 GTK branch.  Now
7112         supports file, password, question, and color built-in dialogs.
7113
7114 2001-03-06  Ben Wing  <ben@xemacs.org>
7115
7116         * keydefs.el:
7117         * keydefs.el (global-map):
7118         Add commented-out change of M-k (for 21.5).
7119         
7120         * menubar-items.el (default-menubar):
7121         Fix items to control kill-line behavior; add items for
7122         shifted motion.
7123         
7124         * simple.el:
7125         * simple.el (kill-whole-line):
7126         * simple.el (historical-kill-line): Removed.
7127         * simple.el (kill-line): Removed.
7128         * simple.el (kill-entire-line): New.
7129         * simple.el (kill-line-1): New.
7130         * simple.el (backward-kill-line):
7131         Undo kill-whole-line == always changes.  Add new function
7132         kill-entire-line to unconditionally delete the current line.
7133         Add comments describing the lamentable state of affairs of
7134         the kill-line functions and variables.
7135
7136 2001-03-02  Ben Wing  <ben@xemacs.org>
7137
7138         * simple.el:
7139         * simple.el (beginning-of-buffer):
7140         * simple.el (end-of-buffer):
7141         * simple.el (mark-ring-unrecorded-commands):
7142         * simple.el (signal-error-on-buffer-boundary):
7143         * simple.el (shifted-motion-keys-select-region):
7144         * simple.el (unshifted-motion-keys-deselect-region):
7145         * simple.el (motion-keys-for-shifted-motion): New.
7146         * simple.el (handle-pre-motion-command):
7147         * simple.el (handle-post-motion-command):
7148         * simple.el (forward-char-command):
7149         * simple.el (backward-char-command):
7150         * simple.el (scroll-up-command):
7151         * simple.el (scroll-down-command):
7152         * simple.el (next-line):
7153         * simple.el (previous-line):
7154         * simple.el (backward-block-of-lines):
7155         * simple.el (forward-block-of-lines):
7156         * simple.el (backward-word):
7157         * simple.el (mark-word):
7158
7159         Augment documentation of the most common motion commands to make
7160         note of the shifted-motion support.  Improve the support to (a)
7161         properly document how it works and why it's done in the fashion it
7162         is, and (b) allow the keystrokes that trigger it to be customized.
7163
7164         Correct error in the customize specification of
7165         mark-ring-unrecorded-commands.
7166
7167 2001-03-02  Ben Wing  <ben@xemacs.org>
7168
7169         * font-lock.el:
7170         * font-lock.el (font-lock-pending-extent-table): Removed.
7171         * font-lock.el (font-lock-pending-buffer-table): New.
7172         * font-lock.el (font-lock-pre-idle-hook):
7173         * font-lock.el (font-lock-after-change-function):
7174         * font-lock.el (font-lock-fontify-pending-extents):
7175         * font-lock.el (font-lock-lisp-like):
7176
7177         Fix handling of pending extents to avoid excessive slowness (N^2
7178         behavior) when making lots of buffer changes between redisplays,
7179         such as when saving the Options.
7180
7181 2001-03-09  William M. Perry  <wmperry@aventail.com>
7182
7183         * device.el:
7184         * dragdrop.el:
7185         * dumped-lisp.el:
7186         * faces.el:
7187         * frame.el:
7188         * gnuserv.el:
7189         * loadup.el:
7190         * menubar-items.el:
7191         * minibuf.el:
7192         The Great GTK Merge.
7193
7194         * ChangeLog.GTK:
7195         * dialog-gtk.el:
7196         * gdk.el:
7197         * generic-widgets.el:
7198         * glade.el:
7199         * gnome-widgets.el:
7200         * gnome.el:
7201         * gtk-compose.el:
7202         * gtk-extra.el:
7203         * gtk-faces.el:
7204         * gtk-ffi.el:
7205         * gtk-file-dialog.el:
7206         * gtk-font-menu.el:
7207         * gtk-glyphs.el:
7208         * gtk-init.el:
7209         * gtk-iso8859-1.el:
7210         * gtk-marshal.el:
7211         * gtk-mouse.el:
7212         * gtk-package.el:
7213         * gtk-password-dialog.el:
7214         * gtk-select.el:
7215         * gtk-widget-accessors.el:
7216         * gtk-widgets.el:
7217         * gtk.el:
7218         widgets-gtk.el:
7219         The Great GTK Merge: new files.
7220
7221 2001-03-05  Stephen J. Turnbull  <stephen@xemacs.org>
7222
7223         * generic-widgets.el: Don't require gtk (a built-in feature) at
7224         top level.  Don't execute the last sexp unless (featurep 'gtk).
7225
7226 2001-02-28  Stephen J. Turnbull  <stephen@xemacs.org>
7227
7228         * mule/mule-init.el (auto-language-alist): Split zh into GB and BIG5.
7229
7230 2001-02-23  Martin Buchholz <martin@xemacs.org>
7231
7232         * XEmacs 21.2.45 "Thelxepeia" is released.
7233
7234 2001-01-25  Jason R. Mastaler  <jason@xemacs.org> 
7235  
7236         * about.el (xemacs-hackers): update my entry. 
7237         * about.el (about-maintainer-info): ditto. 
7238         * about.el (about-hackers): ditto. 
7239
7240 2001-02-20  Jan Vroonhof  <jan@xemacs.org>
7241
7242         * about.el (about-maintainer-info): More vanity info about
7243         yours truly.
7244
7245 2001-02-20  Adrian Aichner  <adrian@xemacs.org>
7246
7247         * build-report.el (build-report-destination): xemacs-build-reports
7248         has moved to SourceForge, where mailing list name length is
7249         restricted, hence the name change to
7250         xemacs-buildreports@xemacs.org.
7251         * build-report.el (build-report-keep-regexp): Update default.
7252         * build-report.el (build-report-delete-regexp): Ditto.
7253         * build-report.el (build-report-make-output-files): Ditto.
7254
7255 2001-02-19  Craig Lanning  <lanning@scra.org>
7256
7257         * lisp-mode.el: Add indentation specifications for following
7258         Common Lisp forms: handler-case, handler-bind, with-slots,
7259         with-open-file, with-open-stream, print-unreadable-object.
7260
7261 2001-02-18  Matt Tucker  <tuck@whistlingfish.net>
7262
7263         * font-lock.el (font-lock-set-defaults-1):
7264         Move initialization of `font-lock-cache-position' so that it's set
7265         even if font-lock-keywords is already defined.
7266
7267 2001-02-17  Matt Tucker  <tuck@whistlingfish.net>
7268
7269         * autoload.el (generate-file-autoloads-1):
7270         Use `emacs-lisp-mode-syntax-table' instead of
7271         `lisp-mode-syntax-table'.
7272         * lisp-mode.el (lisp-mode-syntax-table):
7273         Get rid of old checks for `parse-partial-sexp' version.
7274         Make `|' (pipe) string delimiter instead of punctuation.
7275
7276 2001-02-16  Martin Buchholz  <martin@xemacs.org>
7277
7278         * window.el (save-selected-window):
7279         Use gensym for better macro hygiene.
7280
7281 2001-02-06  Mike Sperber <mike@xemacs.org>
7282
7283         * dump-paths.el:
7284         * startup.el (startup-setup-paths): Set and use
7285         `mule-lisp-directory'.
7286         (startup-setup-paths-warning): Ditto.
7287
7288         * setup-paths.el (paths-find-mule-lisp-directory): Added.
7289         (paths-construct-load-path): Consider `mule-lisp-directory'.
7290
7291 2001-02-07  Matt Tucker  <tuck@whistlingfish.net>
7292
7293         * font-lock.el: Syntax table improvements used.  A few random
7294         changes are not specified below.
7295         (font-lock-fontify-string-delimiters):
7296         (font-lock-syntactic-keywords):
7297         (font-lock-cache-state nil):
7298         (font-lock-cache-position):
7299         New variables.
7300         (font-lock-set-syntax):
7301         (font-lock-apply-syntactic-highlight):
7302         (font-lock-fontify-syntactic-anchored-keywords):
7303         (font-lock-fontify-syntactic-keywords-region):
7304         (font-lock-eval-keywords):
7305         New functions.
7306         (font-lock-remove-face):
7307         (font-lock-fontify-syntactically-region):
7308         Use syntax properties.
7309
7310 2001-02-08  Martin Buchholz <martin@xemacs.org>
7311
7312         * XEmacs 21.2.44 "Thalia" is released.
7313
7314 2001-01-16  Mike Sperber <mike@xemacs.org>
7315
7316         * startup.el (normal-top-level): Work even if no installation root
7317         is found.
7318
7319 2001-01-30  Andy Piper  <andy@xemacs.org>
7320
7321         * gutter-items.el (progress-abort-glyph): remove instantiator.
7322         (set-progress-abort-instantiator): new function.
7323         (abort-progress-feedback): use it.
7324
7325         * gutter.el (set-gutter-dirty-p): new function.
7326
7327 2001-01-30  Didier Verna  <didier@xemacs.org>
7328
7329         * mwheel.el (mwheel-scroll): unwind-protect the selected window.
7330
7331 2001-01-24  Didier Verna  <didier@xemacs.org>
7332
7333         * sound.el (sound-extension-list): give a better default value.
7334         * sound.el (load-sound-file): improve the doc string, also find
7335         files given by absolute names, pass a real extension list to
7336         `locate-file'.
7337
7338 2001-01-26  Martin Buchholz <martin@xemacs.org>
7339
7340         * XEmacs 21.2.43 "Terspichore" is released.
7341
7342 2001-01-20  Klaus Frank <klausf@i3.informatik.rwth-aachen.de>
7343
7344         * gnuserv.el (gnuserv-process-filter): Robuster handling of error
7345         messages from gnuserv.
7346
7347 2001-01-20  Martin Buchholz <martin@xemacs.org>
7348
7349         * XEmacs 21.2.42 "Poseidon" is released.
7350
7351 2001-01-12  Nick V. Pakoulin  <npak@ispras.ru>
7352
7353         * cl-macs.el (cl-upcase-arg): New function.
7354         (cl-function-arglist): New function.
7355         (cl-transform-lambda): Automatically add CL-style lambda list to
7356         documentation string using functions above.
7357
7358 2001-01-12  Andy Piper  <andy@xemacs.org>
7359
7360         * package-get.el (package-get-custom): call
7361         package-net-update-installed-db.
7362
7363         * package-ui.el (pui-install-selected-packages): call
7364         package-net-update-installed-db.
7365
7366         * package-net.el (package-net-update-installed-db): use
7367         packages-package-list so that we reflect reality.
7368
7369         * packages.el (packages-package-list): Make docstring reflect
7370         reality.
7371
7372         * package-net.el (package-net-convert-index-to-ini): exclude mule entries.
7373
7374         * postinstall.cc (do_postinstall): don't pick up shells if cygwin
7375         isn't installed.
7376
7377 2001-01-17  Andy Piper  <andy@xemacs.org>
7378
7379         * wid-edit.el (widget-activation-glyph-mapper): activate or
7380         deactivate native widgets.
7381         (widget-glyph-insert-glyph): record instantiator.
7382         (widget-push-button-value-create): use it.
7383
7384         * gui.el (gui-button-action): new function. Make button's domain
7385         buffer current when calling.
7386         (make-gui-button): update to use gui-button-action.
7387
7388 2001-01-16  Didier Verna  <didier@xemacs.org>
7389
7390         * menubar-items.el (default-menubar): add an entry for modeline
7391         horizontal scrolling in Options -> Display.
7392
7393 2001-01-17  Steve Youngs  <youngs@xemacs.org>
7394
7395         * package-get.el (package-get-require-signed-base): Set to nil
7396         by default.
7397
7398 2001-01-17  Martin Buchholz <martin@xemacs.org>
7399
7400         * XEmacs 21.2.41 "Polyhymnia" is released.
7401
7402 2001-01-16  Mike Sperber <mike@xemacs.org>
7403
7404         * setup-paths.el (paths-core-load-path-depth): Stopgap bump to
7405         catch lisp/mule/.
7406
7407 2001-01-14  Mike Sperber <mike@xemacs.org>
7408
7409         * startup.el (maybe-create-compatibility-dot-emacs):
7410         (maybe-unmigrate-user-init-file):
7411         (unmigrate-user-init-file): Created.
7412         (maybe-migrate-user-init-file): Offer creation of compatibility
7413         .emacs.
7414         Some doc fixes wrt init file location.
7415
7416 2001-01-15  Golubev I. N.  <gin@mo.msk.ru>
7417
7418         * faces.el (face-frob-from-locale-first): new variable.
7419         (frob-face-font-2): Honor tags arg while trying to use
7420         standard-face-mapping.  When face-frob-from-locale-first is set,
7421         first try to set face inheriting from frobbed-face.
7422
7423 2001-01-15  Didier Verna  <didier@xemacs.org>
7424
7425         * about.el (xemacs-hackers): update my entry.
7426         * about.el (about-url-alist): ditto.
7427         * about.el (about-maintainer-info): ditto.
7428         * about.el (about-hackers): ditto.
7429
7430 2001-01-15  Martin Buchholz  <martin@xemacs.org>
7431
7432         The byte compiler has been badly broken for a year,
7433         by the patch of 1999-12-06.
7434         * byte-optimize.el (byte-optimize-form-code-walker):
7435         Bug was: the byte compiler was making this erroneous optimization:
7436         (progn (or (foo)) (bar)) ==> (bar)
7437
7438 2000-11-20  Mike Sperber <mike@xemacs.org>
7439
7440         * setup-paths.el (paths-core-load-path-depth): Split
7441         `paths-load-path-depth' in two for site and core lisp.  Don't
7442         recurse into core.
7443         * setup-paths.el (paths-construct-load-path): Use.
7444
7445 2001-01-10  Andy Piper  <andy@xemacs.org>
7446
7447         * package-net.el (package-net-cygwin32-binary-size): new variable
7448         (package-net-win32-binary-size): ditto.  add much needed
7449         commentary.
7450
7451         * gutter-items.el (buffers-tab-items): correct off-by-one error
7452         for buffers-tab-max-size.
7453
7454 2001-01-08  Martin Buchholz <martin@xemacs.org>
7455
7456         * XEmacs 21.2.40 is released.
7457
7458 2001-01-06  Stephen J. Turnbull  <stephen@xemacs.org>
7459
7460         * mule/hebrew.el: Fix comments and typos.
7461         mule/japanese.el: Fix comments, typos, and 8-bit character encoding.
7462
7463 2001-01-06  Stephen J. Turnbull  <stephen@xemacs.org>
7464
7465         * ChangeLog.1: move ancient log from fill.el.
7466
7467         * dump-paths.el:
7468         paragraphs.el:
7469         mule/mule-category.el:
7470         Miscellaneous typo fixes and slight doc clarifications.
7471
7472         * mule/mule-ccl.el:  Correct file name in header.
7473
7474 2000-12-31  Martin Buchholz <martin@xemacs.org>
7475
7476         * XEmacs 21.2.39 is released.
7477
7478 2000-12-27  Martin Buchholz  <martin@xemacs.org>
7479
7480         * byte-optimize.el (byte-optimize-cond):
7481         (byte-optimize-cond-1): New.
7482         Rewrite `cond' in terms of `if' and `or', which are easier to optimize.
7483         Optimizes (cond (x nil)) ==> nil.
7484         Provide better diagnostic on malformed expr like (cond foo).
7485
7486 2000-12-20  Stephen J. Turnbull  <stephen@xemacs.org>
7487
7488         * mule/mule-coding.el:
7489         mule/mule-cmds.el (reset-language-environment,
7490         set-language-environment-coding-systems):
7491         Safer default coding-priority-list, corresponding to src/file-coding.h.
7492
7493 2000-12-03  Jorma Laaksonen <jorma.laaksonen@hut.fi>
7494
7495         * package-admin.el: Allow package removal from
7496         early-package-load-path.
7497
7498 2000-12-15  Andreas Jaeger  <aj@suse.de>
7499
7500         * about.el (about-maintainer-info): Update my entry.
7501
7502 2000-12-11  Matt Tucker  <tuck@whistlingfish.net>
7503
7504         * packages.el (locate-library): Add support for bzip2
7505         compressed .el files.
7506
7507 2000-12-12  Andy Piper  <andy@xemacs.org>
7508
7509         * package-net.el: new file.
7510
7511 2000-12-01  Enrico Scholz  <enrico.scholz@informatik.tu-chemnitz.de>
7512
7513         * font-lock.el: Add missing C++ keywords.
7514
7515 2000-12-08  Adrian Aichner  <adrian@xemacs.org>
7516
7517         * simple.el (indent-for-comment): Preserve indentation of comments
7518         starting in column 0, as documented in (Info-goto-node
7519         "(xemacs)Comments").  Update docstring accordingly.
7520
7521 2000-12-05  Martin Buchholz <martin@xemacs.org>
7522
7523         * XEmacs 21.2.38 is released.
7524
7525 2000-12-04  Didier Verna  <didier@xemacs.org>
7526
7527         * mouse.el (default-mouse-track-set-point-in-window): remove
7528         spurious '+' operation detected by Martin.
7529
7530
7531 2000-12-01  Martin Buchholz  <martin@xemacs.org>
7532
7533         * cl-extra.el (coerce):
7534         Implement char to integer coercion.
7535         Remove extraneous (numberp) test.
7536
7537         * byte-optimize.el (byte-compile-splice-in-already-compiled-code):
7538         Perform lapcode inlining if the value of `byte-optimize' is 'byte.
7539         (byte-optimize-predicate):
7540         Warn if evaluating constant expression signals an error.
7541         (byte-optimize-form): Small simplification.
7542
7543         * cl-macs.el (cl-do-proclaim): small efficiency improvement.
7544
7545 2000-11-30  Martin Buchholz  <martin@xemacs.org>
7546
7547         * byte-optimize.el:
7548         (byte-optimize-minus):
7549         (byte-optimize-plus):
7550         (byte-optimize-mult):
7551         (byte-optimize-quo):
7552         Use (car (last x)) instead of (last x) to get last elt!
7553         Use `byte-optimize-predicate' to optimize `%'.
7554         Move optimizations for special numeric args to bytecomp.el.
7555         * bytecomp.el (byte-compile-associative): Remove.
7556         (byte-compile-max): New.
7557         (byte-compile-min): New.
7558         Properly handle erroneous calls: (max) (min).
7559         (byte-compile-plus): New.
7560         (byte-compile-minus):
7561         It's easiest to handle 0, +1 and -1 args here.
7562         (byte-compile-mult): New.
7563         It's easiest to handle 1, -1 and 2 args here.
7564         (byte-compile-quo):
7565         It's easiest to handle 0, +1 and -1 args here.
7566         Issue byte-compiler warning when dividing by zero.
7567
7568         Byte-compiler arithmetic improvements.
7569         Better optimize these expressions in the obvious way:
7570         (+ x y 1)   -->  varref x varref y add add1
7571         (+ x y -1)  -->  varref x varref y add sub1
7572         (- x y 0)   -->  (- x y)
7573         (- 0 x y)   -->  (- (- x) y)
7574         (% 42 19)   --> compile-time constant
7575         (/ 42 19)   --> compile-time constant
7576         (* (foo) 2) --> foo call dup plus
7577
7578         Optimize away arithmetic operations (+ x) (* x) (/ x 1)
7579         unless (declaim (optimize (safety 3)))
7580         or (setq byte-compile-delete-errors nil).
7581
7582 2000-11-28  Stephen J. Turnbull  <stephen@xemacs.org>
7583
7584         * paragraphs.el (paragraph-separate, forward-sentence):  Clarify
7585         docstrings.
7586
7587 2000-11-08  Stephen J. Turnbull  <stephen@xemacs.org>
7588
7589         * startup.el (command-line-do-help):  Add documentation of
7590         portable dumper switches.
7591
7592 2000-11-22  Andy Piper  <andy@xemacs.org>
7593
7594         * x-mouse.el (x-init-pointer-shape): use cursor-font explicitly.
7595
7596         * glyphs.el (init-glyphs): don't use autodetect for strings.
7597
7598 2000-11-28  Martin Buchholz  <martin@xemacs.org>
7599
7600         * byte-optimize.el (byte-optimize-char-before):
7601         (byte-optimize-backward-char):
7602         (byte-optimize-backward-word):
7603         Fix incorrect optimizations for these sorts of expressions:
7604         (let ((x nil)) (backward-char x))
7605
7606 2000-11-21  Martin Buchholz  <martin@xemacs.org>
7607
7608         * byte-optimize.el:
7609         * byte-optimize.el (byte-optimize-backward-char): New.
7610         * byte-optimize.el (byte-optimize-backward-word): New.
7611         Make backward-word and backward-char as efficient as forward versions.
7612
7613         * bytecomp.el (byte-compile-no-args-with-one-extra):
7614         * bytecomp.el (byte-compile-one-arg-with-one-extra):
7615         * bytecomp.el (byte-compile-two-args-with-one-extra):
7616         * bytecomp.el (byte-compile-zero-or-one-arg-with-one-extra):
7617         * bytecomp.el (byte-compile-one-or-two-args-with-one-extra):
7618         * bytecomp.el (byte-compile-two-or-three-args-with-one-extra):
7619         Check if extra arg is constant nil, and if so, use byte-coded call.
7620
7621         * simple.el (backward-word):
7622         * simple.el (mark-word):
7623         * simple.el (kill-word):
7624         * simple.el (backward-kill-word):
7625         Make COUNT argument optional, for consistency with forward-char et al.
7626
7627         * abbrev.el (abbrev-string-to-be-defined):
7628         * abbrev.el (inverse-abbrev-string-to-be-defined):
7629         * abbrev.el (inverse-add-abbrev):
7630         * abbrev.el (expand-region-abbrevs):
7631         * buff-menu.el (Buffer-menu-execute):
7632         * indent.el (move-to-left-margin):
7633         * indent.el (indent-relative):
7634         * indent.el (move-to-tab-stop):
7635         * info.el (Info-reannotate-node):
7636         * lisp-mode.el (lisp-indent-line):
7637         * lisp.el (end-of-defun):
7638         * lisp.el (move-past-close-and-reindent):
7639         * misc.el (copy-from-above-command):
7640         * mouse.el (default-mouse-track-scroll-and-set-point):
7641         * page.el (forward-page):
7642         * paragraphs.el (forward-paragraph):
7643         * paragraphs.el (end-of-paragraph-text):
7644         * picture.el (picture-forward-column):
7645         * picture.el (picture-self-insert):
7646         * rect.el (extract-rectangle-line):
7647         * simple.el (newline):
7648         * simple.el (fixup-whitespace):
7649         * simple.el (backward-delete-char-untabify):
7650         * simple.el (transpose-chars):
7651         * simple.el (transpose-preceding-chars):
7652         * simple.el (do-auto-fill):
7653         * simple.el (indent-new-comment-line):
7654         * simple.el (blink-matching-open):
7655         * view-less.el (cleanup-backspaces):
7656         * wid-edit.el (widget-transpose-chars):
7657         * term/bg-mouse.el (bg-insert-moused-sexp):
7658         Use more readable (backward-FOO n) instead of (forward-FOO -n).
7659
7660         * info.el (Info-fontify-node):
7661         * simple.el (backward-delete-function):
7662         Use canonical delete-backward-char instead of backward-delete-char.
7663
7664 2000-11-20  Andy Piper  <andy@xemacs.org>
7665
7666         * gutter-items.el (update-tab-in-gutter): don't barf if there are
7667         no buffers.
7668
7669 2000-11-20  Andy Piper  <andy@xemacs.org>
7670
7671         * gutter-items.el (update-tab-in-gutter): don't give popup frames
7672         buffer tabs.
7673
7674 2000-11-18  Martin Buchholz  <martin@xemacs.org>
7675
7676         * cl-macs.el: Correctly optimize plusp minusp oddp evenp.
7677         (proclaim inline...) was shadowing compiler-macros.
7678
7679 2000-11-17  Martin Buchholz  <martin@xemacs.org>
7680
7681         * bytecomp.el (byte-compile-eval): New.
7682         (byte-compile-initial-macro-environment): Use byte-compile-eval.
7683         Keeps this promise made in Lispref:
7684         "If a file being compiled contains a `defmacro' form, the macro is
7685         defined temporarily for the rest of the compilation of that file."
7686
7687 2000-11-09  Martin Buchholz  <martin@xemacs.org>
7688
7689         * cl.el (floatp-safe):
7690         (plusp):
7691         (minusp):
7692         (oddp):
7693         (evenp):
7694         (cl-abs):
7695         Use a better parameter name than `x'.
7696
7697         * cl-macs.el (check-type): Make continuable.  Change documentation
7698         to require PLACE, but accept any form for compatibility.
7699
7700         * abbrev.el (define-abbrev): Use check-type.
7701         * font-menu.el (font-menu-change-face): Use check-type.
7702         * menubar.el (relabel-menu-item): Use check-type.
7703         * itimer.el: Fix typo.
7704
7705 2000-11-10  Yoshiki Hayashi  <yoshiki@xemacs.org>
7706
7707         * info.el (Info-extract-menu-node-name): Comma is a delimiter.
7708
7709 2000-11-14  Martin Buchholz <martin@xemacs.org>
7710
7711         * XEmacs 21.2.37 is released.
7712
7713 2000-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * code-cmds.el: Provide the feature.
7716
7717 2000-07-21  Jan Vroonhof  <jan@xemacs.org>
7718
7719         * dumped-lisp.el (preloaded-file-list): Load code-cmds.el
7720
7721         * code-cmds.el: New file
7722         * mule/mule-cmds.el:
7723         * mule/mule-misc.el
7724         (coding-keymap): New keymap. Define coding system keyboard
7725         commands on file-coding builds too.
7726         (coding-system-change-eol-conversion):
7727         (universal-coding-system-argument):
7728         (set-default-coding-systems):
7729         (prefer-coding-system): Moved from mule-cmds.el
7730         (set-buffer-process-coding-system): Moved from mule-misc.el
7731
7732 2000-09-15  Stephen Carney <carney@scubadoo.com>
7733
7734         * etags.el (buffer-tag-table-files): Use append instead of nconc.
7735
7736 2000-11-09  Steve Youngs  <youngs@xemacs.org>
7737
7738         * package-get.el (package-get-download-sites): Add a pre-release
7739         site for experimental packages.
7740
7741         * auto-autoloads.el: Regenerated.
7742
7743 2000-08-01  Andy Piper  <andy@xemacs.org>
7744
7745         * gutter-items.el (buffers-tab-omit-function): reference
7746         buffers-tab-select-visible-buffers.
7747         (buffers-tab-filter-functions): new variable, by default uses
7748         buffers-tab-selection-function and buffers-tab-omit-function.
7749         (select-buffers-tab-buffers-by-mode): invert arguments.
7750         (buffers-tab-select-visible-buffers): new function. Invert calling
7751         of buffers-menu-omit-invisible-buffers.
7752         (buffers-tab-items): rewrite to use
7753         buffers-tab-filter-functions. Rewrite docstring.
7754         (gutter-buffers-tab-extent): delete.
7755         (add-tab-to-gutter): always build a new extent when adding the
7756         tabs.
7757         (update-tab-in-gutter): make gutter dirty when orientation
7758         changes.
7759
7760 2000-11-07  Martin Buchholz  <martin@xemacs.org>
7761
7762         * bytecomp.el (byte-compile-defvar-or-defconst):
7763         Only do loadhist recording if defvar form includes a value.
7764
7765 2000-11-02  Martin Buchholz  <martin@xemacs.org>
7766
7767         * bytecomp.el (byte-compile-initial-macro-environment):
7768         `eval-when-compile' should not compile its body.
7769
7770 2000-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
7771
7772         * mule/cyrillic.el: Add Windows 1251 code page encoding (by
7773         Sergey Groznyh <gsm@fct.ru> in <863diqaygu.fsf@fct.ru>).  Fix
7774         some Japanese English.  Remove some ancient FSF comments, and
7775         improve docstrings.  Use symbols not vectors for tables.
7776
7777 2000-11-03  Martin Buchholz  <martin@xemacs.org>
7778
7779         * keymap.el:
7780         (local-key-binding):
7781         (global-key-binding):
7782         Add an optional `accept-defaults' parameter, just like `lookup-key'.
7783
7784         * lisp.el:
7785         (backward-sexp): Slightly simpler code.
7786         (mark-sexp): Make arg optional, like FSF Emacs.
7787         (forward-list): Slightly simpler code.
7788         (backward-list): Slightly simpler code.
7789         (down-list):  Make arg optional, like FSF Emacs.
7790         (up-list):  Make arg optional, like FSF Emacs.
7791         (backward-up-list):  Make arg optional, like FSF Emacs.
7792         (kill-sexp):  Make arg optional, like FSF Emacs.
7793         (backward-kill-sexp):  Make arg optional, like FSF Emacs.
7794
7795         * font-menu.el (font-menu-change-face):
7796         Take continuable errors into account.
7797
7798         * abbrev.el:
7799         * abbrev.el (clear-abbrev-table):
7800         * abbrev.el (define-abbrev-table):
7801         * abbrev.el (define-abbrev):
7802         * abbrev.el (insert-abbrev-table-description):
7803         * apropos.el (apropos-documentation-check-doc-file):
7804         * apropos.el (apropos-documentation-check-elc-file):
7805         * buff-menu.el (list-buffers):
7806         * buff-menu.el (list-buffers-noselect):
7807         * bytecomp.el (byte-recompile-directory):
7808         * bytecomp.el (batch-byte-compile):
7809         * cl-macs.el (typep):
7810         * code-files.el (find-coding-system-magic-cookie):
7811         * code-files.el (insert-file-contents):
7812         * cus-edit.el (customize-set-variable):
7813         * cus-edit.el (customize-save-variable):
7814         * cus-face.el (custom-set-face-font-size):
7815         * cus-face.el (custom-set-face-update-spec):
7816         * cus-face.el (custom-reset-faces):
7817         * custom.el (custom-check-theme):
7818         * custom.el (copy-upto-last):
7819         * fill.el (canonically-space-region):
7820         * fill.el (fill-paragraph):
7821         * fill.el (fill-region):
7822         * fill.el (find-space-insertable-point):
7823         * fill.el (justify-current-line):
7824         * faces.el (face-spec-update-all-matching):
7825         * faces.el (set-face-stipple):
7826         * files-nomule.el (insert-file-contents):
7827         * files.el (insert-file-contents-literally):
7828         * files.el (hack-local-variables-last-page):
7829         * files.el (basic-save-buffer):
7830         * files.el (insert-directory):
7831         * font-menu.el (font-menu-change-face):
7832         * font.el (font-spatial-to-canonical):
7833         * format.el (format-encode-region):
7834         * format.el (format-insert-file):
7835         * format.el (format-replace-strings):
7836         * gutter.el (set-gutter-element):
7837         * help.el (key-or-menu-binding):
7838         * help.el (describe-bindings):
7839         * help.el (with-syntax-table):
7840         * indent.el (indent-rigidly):
7841         * indent.el (delete-to-left-margin):
7842         * info.el:
7843         * info.el (Info-extract-dir-entry-from):
7844         * info.el (Info-build-dir-anew):
7845         * info.el (Info-rebuild-dir):
7846         * info.el (Info-batch-rebuild-dir):
7847         * info.el (Info-read-subfile):
7848         * info.el (Info-build-node-completions):
7849         * info.el (Info-extract-menu-node-name):
7850         * isearch-mode.el (isearch-range-invisible):
7851         * isearch-mode.el (isearch-restore-invisible-extents):
7852         * itimer.el (itimerp):
7853         * itimer.el (itimer-live-p):
7854         * keymap.el:
7855         * keymap.el (substitute-key-definition):
7856         * keymap.el (read-command-or-command-sexp):
7857         * keymap.el (local-key-binding):
7858         * keymap.el (global-key-binding):
7859         * keymap.el (global-set-key):
7860         * keymap.el (local-set-key):
7861         * ldap.el:
7862         * ldap.el (ldap-add-entries):
7863         * ldap.el (ldap-delete-entries):
7864         * lisp.el (backward-sexp):
7865         * lisp.el (mark-sexp):
7866         * lisp.el (forward-list):
7867         * lisp.el (backward-list):
7868         * lisp.el (down-list):
7869         * lisp.el (backward-up-list):
7870         * lisp.el (up-list):
7871         * lisp.el (kill-sexp):
7872         * lisp.el (backward-kill-sexp):
7873         * menubar.el (add-menu-button):
7874         * menubar.el (add-submenu):
7875         * menubar.el (delete-menu-item):
7876         * menubar.el (relabel-menu-item):
7877         * mouse.el (narrow-window-to-region):
7878         * obsolete.el (define-obsolete-variable-alias):
7879         * obsolete.el (store-substring):
7880         * package-admin.el:
7881         * package-admin.el (package-admin-install-function):
7882         * package-admin.el (package-admin-install-function-mswindows):
7883         * package-admin.el (package-admin-default-install-function):
7884         * package-get.el (package-get-update-base-entries):
7885         * packages.el (packages-load-package-dumped-lisps):
7886         * packages.el (packages-collect-package-dumped-lisps):
7887         * printer.el (generic-print-buffer):
7888         * printer.el (generic-print-region):
7889         * replace.el (occur-mode-mouse-goto):
7890         * replace.el (perform-replace):
7891         * select.el (get-selection-no-error):
7892         * simple.el:
7893         * simple.el (newline):
7894         * simple.el (open-line):
7895         * simple.el (edit-and-eval-command):
7896         * simple.el (goto-line):
7897         * simple.el (undo):
7898         * simple.el (kill-region):
7899         * simple.el (copy-region-as-kill):
7900         * simple.el (kill-ring-save):
7901         * simple.el (set-mark):
7902         * simple.el (next-line):
7903         * simple.el (previous-line):
7904         * simple.el (line-move):
7905         * simple.el (set-goal-column):
7906         * simple.el (comment-region):
7907         * subr.el:
7908         * subr.el (putf):
7909         * syntax.el (modify-syntax-entry):
7910         * syntax.el (map-syntax-table):
7911         * view-less.el (view-file):
7912         * view-less.el (view-buffer):
7913         * view-less.el (view-file-other-window):
7914         * window-xemacs.el (backward-other-window):
7915         * window.el:
7916         * window.el (one-window-p):
7917         * window.el (walk-windows):
7918         * window.el (window-list):
7919         * x-mouse.el (x-mouse-kill):
7920         * x-select.el (x-get-cutbuffer):
7921         * x-select.el (x-store-cutbuffer):
7922         * term/bg-mouse.el (bg-mouse-line-to-center):
7923         * term/sun-mouse.el (window-line-end):
7924         * term/sun-mouse.el (sun-select-region):
7925         * term/sun.el (kill-region-and-unmark):
7926         * mule/mule-category.el:
7927         * mule/mule-category.el (modify-category-entry):
7928         * mule/mule-category.el (char-category-list):
7929         * mule/mule-coding.el (coding-system-force-on-output):
7930         * mule/mule-misc.el (coding-system-put):
7931         Docstring arglist/Texinfo fixes.  See man/ChangeLog for details.
7932
7933 2000-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
7934
7935         * cus-face.el: Typo fixes and tiny clarifications.
7936         * custom.el: ditto
7937
7938 2000-10-27  Yoshiki Hayashi  <yoshiki@xemacs.org>
7939
7940         * startup.el (auto-save-list-file-prefix): Moved to fileio.c.
7941         * startup.el (normal-top-level): Setup auto-save-list-file-name
7942         if auto-save-list-file-prefix is non-nil.
7943
7944 2000-10-25  Yoshiki Hayashi  <yoshiki@xemacs.org>
7945
7946         * files.el (auto-mode-alist): Allow mixed case suffix for idlwave-mode.
7947
7948 2000-01-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
7949
7950         * hyper-apropos.el (hyper-apropos-this-symbol): Don't always
7951         get symbol at point-min.
7952
7953 2000-10-24  Didier Verna  <didier@xemacs.org>
7954
7955         * info.el (Info-emacs-info-file-name): defconst it.
7956         * info.el (Info-footnote-tag): defcustom it.
7957         * info.el (Info-no-description-string): ditto.
7958         * info.el (Info-find-node): adapt to new semantics of
7959         'Info-suffixed-file (don't do the case variants stuff).
7960         * info.el (Info-insert-dir): rewrite the dir file variants code.
7961         * info.el (Info-directory-files): New. Return the list of info
7962         files in a directory.
7963         * info.el (Info-dir-outdated-p): use it.
7964         * info.el (Info-parse-dir-entries): ditto.
7965         * info.el (Info-build-dir-anew): don't restrict to files ending
7966         with a ".info.*" extension.
7967         * info.el (Info-set-mode-line): ditto.
7968         * info.el (Info-read-subfile): adapt to new semantics of
7969         'Info-suffixed-file (append 'exact argument).
7970         * info.el (Info-all-case-regexp): New. Return a regexp matching a
7971         string independently of the case.
7972         * info.el (Info-suffixed-file): use it (match all possible case
7973         for the file name).
7974         * info.el (Info-insert-file-contents): code cleanup.
7975         * info.el (Info-rebuild-dir): cosmetics only. Fit code in 80
7976         columns.
7977         * info.el (Info-batch-rebuild-dir): ditto.
7978         * info.el (Info-read-node-name-1): ditto.
7979         * info.el (Info-search): ditto.
7980         * info.el (Info-fontify-node): ditto.
7981
7982
7983 2000-10-24  Didier Verna  <didier@xemacs.org>
7984
7985         * process.el (shell-command): when called from a program, avoid
7986         'push-mark's "mark-set" message.
7987
7988 2000-10-15  MIYASHITA Hisashi  <himi@m17n.org>
7989
7990         * mule/thai-xtis.el (tis-620): Specify coding-system's ccl-program
7991         by a symbol, not by a vector.
7992         * mule/vietnamese.el (vscii): Likewise.
7993         (viscii): Likewise.
7994         * mule/cyrillic.el (koi8-r): Likewise.
7995
7996         * mule/chinese.el (chinese-big5-1): Specify charset's ccl-program
7997         by a symbol, not by a vector.
7998         (chinese-big5-2): Likewise.
7999         * mule/ethiopic.el (ethiopic): Likewise.
8000         * mule/vietnamese.el (vietnamese-viscii-lower): Likewise.
8001         (vietnamese-viscii-upper): Likewise.
8002
8003 2000-10-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
8004
8005         * files.el (auto-mode-alist): Remove obsolete entry for html3-mode.
8006
8007 2000-10-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
8008
8009         * byte-optimize.el (byte-optimize-car): New function.
8010         (byte-optimize-cdr): Ditto.
8011
8012 2000-10-12  Yoshiki Hayashi  <yoshiki@xemacs.org>
8013
8014         * byte-optimize.el: Partial synch with FSF 20.7.
8015         Optimize constant concatenation.
8016         Add keymapp as a side effect free function.  It is a built-in.
8017         (byte-after-unbind-pos): Remove byte-equal.
8018
8019 2000-10-13  Gunnar Evermann  <ge204@eng.cam.ac.uk>
8020
8021         * update-elc-2.el: Quote regexps correctly.
8022
8023 2000-10-05  MIYASHITA Hisashi  <himi@m17n.org>
8024
8025         * mule/mule-ccl.el: Sync up with Emacs 21.0.90.
8026         (ccl-compile): Apply integerp, not integer-or-char-p to
8027         check the type of the buffer magnification
8028         (ccl-compile-write-string): Encode a string with binary
8029         coding system.
8030         (ccl-compile-write-repeat): Likewise.
8031
8032 2000-09-25  Robert Pluim  <rpluim@bigfoot.com>
8033
8034         * buff-menu.el:
8035         * bytecomp.el:
8036         * coding.el:
8037         * faces.el:
8038         * files.el:
8039         * fill.el:
8040         * float-sup.el:
8041         * font-lock.el:
8042         * help.el:
8043         * iso8859-1.el:
8044         * loaddefs.el:
8045         * menubar-items.el:
8046         * menubar.el:
8047         * modeline.el:
8048         * msw-font-menu.el:
8049         * paragraphs.el:
8050         * paths.el:
8051         * replace.el:
8052         * simple.el:
8053         * sound.el:
8054         * startup.el:
8055         * version.el:
8056         * x-faces.el:
8057         * x-font-menu.el:
8058         Remove purecopy.
8059
8060 2000-10-03  Daniel Pittman  <daniel@rimspace.net>
8061
8062         * simple.el (do-auto-fill): Use the function pointer to by
8063         `comment-line-break-function', not `indent-new-comment-line'. This
8064         fixes an issue with cc-mode comment continuation.
8065
8066 2000-10-11  Martin Buchholz  <martin@xemacs.org>
8067
8068         * simple.el (turn-on-auto-fill):  Add (interactive).
8069         * mwheel.el (mwheel-install): Add (interactive).
8070         * font-lock.el (turn-on-font-lock): Add (interactive).
8071         (turn-off-font-lock): Add (interactive).
8072
8073 2000-10-03  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
8074
8075         * packages.el (packages-special-base-regexp): Add `man'.
8076
8077 2000-10-08  Adrian Aichner  <adrian@xemacs.org>
8078
8079         * wid-edit.el (widget-specify-active): map over extents in current
8080         buffer like `widget-specify-inactive' does.  Mapping over the
8081         inactive extent object does not work since the current extent is
8082         ignored by `map-extents'.
8083
8084 2000-10-04  Martin Buchholz <martin@xemacs.org>
8085
8086         * XEmacs 21.2.36 is released.
8087
8088 2000-09-22  Martin Buchholz  <martin@xemacs.org>
8089
8090         * byte-optimize.el (byte-optimize-lapcode): Add an optimizer pass.
8091         Optimize the compiled-function-constants vector by byte-code
8092         reference counts.
8093
8094 2000-09-25  Robert Pluim  <rpluim@bigfoot.com>
8095
8096         * build-report.el (build-report-delete-regexp): quote value in
8097         defcustom
8098
8099 2000-09-24  Adrian Aichner  <aichner@ecf.teradyne.com>
8100
8101         * build-report.el (build-report): Don't bind srcdir which we don't
8102         use in `multiple-value-bind' to avoid the only byte-compiler
8103         warning.
8104
8105 2000-09-23  Adrian Aichner  <aichner@ecf.teradyne.com>
8106
8107         * build-report.el: Requires cl and custom now.
8108         build-report-version is determined by XEmacs version -- remove
8109         build-report-version*.
8110         * build-report.el (build-report-version): Removed.
8111         * build-report.el (build-report-installation-version-regexp): New.
8112         * build-report.el (build-report-version-file-regexp): New.
8113         * build-report.el (build-report-installation-srcdir-regexp): New.
8114         * build-report.el (build-report-destination): Offer
8115         xemacs-build-reports and xemacs-beta.
8116         * build-report.el (build-report-keep-regexp): Adjusted.
8117         * build-report.el (build-report-delete-regexp): Adjusted.
8118         * build-report.el (build-report-make-output-dir): New.
8119         * build-report.el (build-report-installation-file): Replace use of
8120         `concat' with `expand-file-name'.
8121         * build-report.el (build-report-make-output-file): Removed.
8122         * build-report.el (build-report-make-output-files): New.
8123         * build-report.el (build-report-subject): Identify as
8124         user-variable with "*...".
8125         * build-report.el (build-report-prompts): Ditto.
8126         * build-report.el (build-report-version-file): New.
8127         * build-report.el (build-report-file-encoding): Identify as
8128         user-variable with "*...".
8129         * build-report.el (build-report-make-output-get): New.
8130         * build-report.el (build-report-insert-header): Report
8131         emacs-version and system-configuration instead of
8132         build-report-version.
8133         * build-report.el (build-report-insert-make-output): Add file
8134         argument.
8135         * build-report.el (build-report-insert-installation-file):
8136         Re-indent.
8137         * build-report.el (build-report-keep): Change docstring,
8138         re-indent.
8139         * build-report.el (build-report-delete): Ditto.
8140         * build-report.el (build-report-installation-data): New.
8141         * build-report.el (build-report-version-file-data): New.
8142
8143 2000-09-20  Martin Buchholz  <martin@xemacs.org>
8144
8145         * byte-optimize.el (byte-optimize-lapcode):
8146         Fix the optimization of using the first 5 elements of the
8147         constants vector for variables.
8148         (byte-optimize-lapcode): Fix another ancient broken optimization.
8149
8150 2000-09-19  Martin Buchholz  <martin@xemacs.org>
8151
8152         * *: Spelling mega-patch
8153
8154 2000-09-19  Martin Buchholz  <martin@xemacs.org>
8155
8156         * easymenu.el: doc fixes.
8157         (easy-menu-do-define): Use backquote.
8158         (easy-menu-change):
8159         (easy-menu-add):
8160         `when' seems much clearer than `if' here.
8161         (easy-menu-remove):
8162         (easy-menu-add-item):
8163         (easy-menu-item-present-p):
8164         (easy-menu-remove-item):
8165         Wrap using (when (featurep 'menubar) ...)
8166
8167 2000-09-16  Martin Buchholz  <martin@xemacs.org>
8168
8169         * bytecomp.el (displaying-byte-compile-warnings):
8170         Revert Ben's change to this function below so that the compile log
8171         is displayed properly for users of the "popper" package.
8172
8173 2000-09-12  Martin Buchholz  <martin@xemacs.org>
8174
8175         * window.el (save-selected-window): Use backquote.
8176
8177         * bytecomp.el (byte-compile-file-form-defvar-or-defconst):
8178         Renamed from `byte-compile-file-form-defvar'.
8179         * bytecomp.el (byte-compile-defvar-or-defconst):
8180         Only cons onto current-load-list in top-level forms.
8181         Else this leaks a cons cell every time a defun is called.
8182         Renamed from `byte-compile-defvar', for clarity.
8183         Warn when docstring of defvar is not a string.
8184         Use consistent error messages.
8185         Better comments.
8186
8187 2000-09-11  Martin Buchholz  <martin@xemacs.org>
8188
8189         * simple.el (set-variable):
8190         Remove unneeded defvar by rearranging order of let* forms.
8191
8192         * mule/mule-ccl.el (ccl-get-next-code):
8193         * menubar-items.el (bookmark-menu-filter):
8194         (language-environment-menu-filter):
8195         (tutorials-menu-filter):
8196         * toolbar-items.el (toolbar-compile):
8197         * byte-optimize.el (disassemble-offset):
8198         Use (declare (special ...)) instead of `defvar'.
8199
8200         * cl-macs.el (cl-do-proclaim):
8201         Fix (declare (special ...)) warning suppression syntax.
8202
8203 2000-07-22  Golubev I. N. <gin@mo.msk.ru>
8204
8205         * info.el (Info-tag-table-marker):
8206         (Info-tag-table-buffer):
8207         (Info-find-file-node):
8208         (Info-read-subfile):
8209         (Info-build-node-completions):
8210         (Info-search):
8211         (Info-mode):
8212         Multiple info buffer support.
8213
8214 2000-08-28  Oscar Figueiredo  <oscar@cpe.fr>
8215
8216         * ldap.el (ldap-decode-entry): New defun
8217         (ldap-search-entries): Use it in order to decode DN-prefixed
8218         entries properly
8219
8220 2000-08-23  Daniel Pittman <daniel@danann.net>
8221
8222         * mule/mule-cmds.el (coding-system-change-eol-conversion):
8223         Use `eq', not `=', to compare symbols.
8224
8225 2000-07-30  Ben Wing  <ben@xemacs.org>
8226
8227         * bytecomp.el (byte-compile-report-error):
8228         * bytecomp.el (displaying-byte-compile-warnings):
8229         if stack-trace-on-error is set, send out a backtrace when
8230         an error is encountered that stops byte compilation.  this
8231         should make it much much easier to track down those curious
8232         problems.  also undo the kludge of using a separate "*Show*"
8233         buffer for display when there's a temp-buffer-show-function;
8234         we can avoid this by just being a little smarter.
8235
8236         * dialog-items.el:
8237         * dialog-items.el (search-dialog-regexp): New.
8238         * dialog-items.el (search-dialog-callback):
8239         * dialog-items.el (make-search-dialog):
8240         add a regexp option to the dialog and clean up a bit.
8241
8242         * dialog.el:
8243         * dialog.el (yes-or-no-p-dialog-box):
8244         * dialog.el (get-dialog-box-response):
8245         * dialog.el (make-dialog-box):
8246         * dialog.el (dialog-box-finish): New.
8247         * dialog.el (dialog-box-cancel): New.
8248         * dialog.el (internal-make-dialog-box-exit): New.
8249         implement [properly!] the :modal property of the new dialog box
8250         interface.  this is the first time xemacs has ever had *proper*
8251         modal dialog boxes, giving the standard window-system feedback.
8252         (e.g. under windows, clicking on a disabled frame causes a beep
8253         and makes the dialog box flash three times.)
8254
8255         * dragdrop.el: header keyword frobbing.
8256
8257         * dumped-lisp.el (preloaded-file-list):
8258         renamed winnt.el to win32-native.el.
8259
8260         * faces.el (face-property):
8261         * faces.el (set-face-property):
8262         * faces.el (frob-face-property):
8263         * faces.el (frob-face-font-2):
8264         * faces.el (make-face-bold):
8265         * faces.el (make-face-italic):
8266         * faces.el (make-face-bold-italic):
8267         * faces.el (make-face-unbold):
8268         * faces.el (make-face-unitalic):
8269         * faces.el (make-face-smaller):
8270         * faces.el (make-face-larger):
8271         clean up the implementation of these so that window-system-specific
8272         methods are called only on objects belonging to that window system.
8273         previously, you could have [e.g.] mswindows-make-face-bold called
8274         on font object of device type `stream', which is not good and
8275         explains the subtle errors Adrian was getting when byte-compiling
8276         something that required 'term. (Adrian, now you can use stack-trace-
8277         on-error to find the exact place where things are going wrong instead
8278         of having to laboriously binary-search your way through.)
8279
8280         * finder.el (finder-known-keywords):
8281         cleaned up -- properly sorted, clarified the meanings of many of
8282         the keywords, and added a few -- mswin, gui, content, build, www,
8283         user, services.  the last two try to distinguish between a package
8284         that's used directly by the user, and a package that provides
8285         support services to other packages.
8286
8287         * font-lock.el (lisp-font-lock-keywords-2):
8288         update list of lisp control structures to include everything,
8289         including new ones i introduced.
8290
8291         * gutter.el: header keyword frobbing.
8292
8293         * isearch-mode.el (isearch-ring-adjust1): M-p to recall the most
8294         recent isearch element was not doing so!  you got the second-most-
8295         recent instead.
8296
8297         * lisp-mode.el (construct-lisp-mode-menu):
8298         more menubar cleanups.
8299         * lisp-mode.el (with-selected-window):
8300         make it indent properly.
8301
8302         * menubar-items.el (default-menubar): lots of menubar cleanups.
8303         rearranged the options menu the most, e.g. splitting up the
8304         Keyboard/Mouse menu into a new Editing menu and combining the
8305         separate Scrollbar/Gutter/Toolbar submenus into Display.
8306         Got rid of General, moved items to Editing or new Troubleshooting.
8307         Moved Packages to Tools; doesn't seem to belong under Options.
8308         Added stuff to the Cmds menu, e.g. Change Case.
8309
8310         NB please don't complain about these periodic menubar changes.
8311         Anything like this is necessarily incremental in its construction
8312         -- By constant use you gradually become more and more aware of
8313         better and better ways to group menu items.  When we eventually
8314         move the options menu to a property sheet, the existing structure
8315         will probably be preserved fairly well.
8316
8317         * minibuf.el (next-history-element): fix problems with pressing
8318         down arrow in repeat-complex-command.
8319
8320         * modeline.el:
8321         * modeline.el (modeline-3d-p): New.
8322         added custom variable for controlling the 3d modeline.  the
8323         corresponding Options item has been present for a long time,
8324         but commented out with "fix me!" comments.  it's fixed now.
8325
8326         * obsolete.el (add-menu):
8327         remove bogus gettexts.
8328
8329         * process.el (shell-quote-argument):
8330         handle this correctly under Windows native with COMMAND.COM/CMD.EXE.
8331         For bash under Windows native, see below.
8332
8333         * simple.el:
8334         * simple.el (display-warning-buffer):
8335         Fixed the handling of warning display to eliminate the annoying
8336         *Show* buffer, like was done for byte-compiler output above.
8337
8338         * simple.el (debug-print): New.
8339         Simple function for sending debug messages to the console and/or
8340         other debug places.
8341
8342         * subr.el (replace-in-string):
8343         Rewrite this function to avoid N^2 behavior with large strings --
8344         catastrophic with the new Windows selection code! (Apparently the
8345         author of this function didn't realize there was a fun
8346         replace-match that could make his life much easier, because we
8347         duplicated the entire logic.  The new version is smaller, easier
8348         to understand, much more robust, and has extended features --
8349         those of replace-match.)
8350
8351         * window.el:
8352         * window.el (with-selected-window): New.
8353         An obvious complement to the existing `with-selected-frame' and
8354         `with-current-buffer'.
8355
8356         * win32-native.el: Renamed from winnt.el.
8357         Added a great deal of stuff for properly handling process quoting,
8358         somewhat modeled on Kirill's original model (which i later threw
8359         away).  We should now finally have correctly working process arg
8360         quoting/dequoting so that the final app gets exactly what we
8361         intended.  Because the mechanism is in Lisp, it's easily
8362         extendible. (For those running bash and running the native
8363         version, I tried hard to do what I thought was correct.  But more
8364         thought is needed, and ideally the volunteer work of people with
8365         these configurations that they generally run on.)
8366
8367         * x-font-menu.el (x-font-menu-font-data):
8368         Put in defvar's to fix byte-compiler warnings.
8369
8370 2000-08-01 Alastair J. Houghton <ajhoughton@lineone.net>
8371
8372         * select.el (selection-coercion-alist): Initialise.
8373         * select.el (select-coerce-to-text): New.
8374         * select.el (select-coerce): New.
8375         New functions to perform type and value coercion.
8376
8377         * select.el (select-buffer-killed-default): Keep data if it was
8378         on the clipboard.
8379
8380 2000-08-02  Martin Buchholz  <martin@xemacs.org>
8381
8382         * menubar-items.el (default-menubar): Fix typo.
8383         (default-menubar): `lambda' was mispelled as `lamda'.
8384
8385 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
8386
8387         * window.el (shrink-window-if-larger-than-buffer): Remove
8388         edge checking code.
8389
8390 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
8391
8392         * paths.el (gnus-local-domain): Removed.
8393         (gnus-local-organization): Ditto.
8394         (gnus-startup-file): Ditto.
8395
8396 2000-07-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
8397
8398         * files.el (auto-mode-alist): Add .spec for RPM.
8399
8400 2000-07-31  Andy Piper  <andy@xemacs.org>
8401
8402         * gutter-items.el (update-tab-in-gutter): deprecate :properties.
8403
8404 2000-07-31  Yoshiki Hayashi  <yoshiki@xemacs.org>
8405
8406         * dragdrop.el (experimental-dragdrop-drop-url-default): Use function
8407         browse-url.
8408         * help.el (xemacs-www-page): Ditto.
8409         (xemacs-www-faq): Ditto.
8410         * menubar-items.el (default-menubar): Ditto.
8411
8412         * wid-edit.el (widget-url-link-action): Ditto.
8413         From: Kenichi OKADA <okada@opaopa.org>.
8414
8415 2000-07-31  Martin Buchholz  <martin@xemacs.org>
8416
8417         * finder.el (finder-commentary): Add autoload cookie.
8418
8419 2000-07-28  Adrian Aichner  <aichner@ecf.teradyne.com>
8420
8421         * files.el (insert-file-contents-literally): Fix second let
8422         binding for `coding-system-for-read' to `coding-system-for-write'
8423         as suggested by Dan Holmsand <dan@innehallsbolaget.com>.
8424
8425 1999-06-15  Jan Vroonhof  <vroonhof@math.ethz.ch>
8426
8427         * files.el (insert-file-contents-literally): Use binary coding
8428         system (from Morioka san).
8429         (insert-file-contents-literally): Make file-name-handler method.
8430
8431 2000-07-26  Martin Buchholz  <martin@xemacs.org>
8432
8433         * cl-macs.el (get-selection): Add defsetf.
8434
8435 2000-07-25  Steve Youngs  <youngs_s@ozlinx.com.au>
8436
8437         * x-init.el (x-activate-region-as-selection): replace obsolete
8438         function x-own-selection with own-selection.
8439         (ow-find): replace obsolete functions x-get-selection and
8440         x-get-clipboard with get-selection and get-clipboard.
8441         (init-post-x-win): replace obsolete function x-disown-selection
8442         with disown-selection.
8443
8444 2000-07-20  Mike Sperber  <mike@xemacs.org>
8445
8446         * startup.el (load-user-init-file): Only try to load init file if
8447         it exists.
8448
8449 2000-07-10  Andy Piper  <andy@xemacs.org>
8450
8451         * dialog-items.el: sync with Ben's patch.
8452
8453         * gutter-items.el (buffers-tab-switch-to-buffer): remove now-bogus
8454         comment.
8455         (progress-text-glyph): deleted.
8456         (progress-layout-glyph): make completely minimal.
8457         (progress-gauge-glyph): ditto.
8458         (progress-display-style): fix to handle dynamic instantiator
8459         changes.
8460         (progress-text-instantiator): new.
8461         (progress-layout-instantiator): new.
8462         (progress-gauge-instantiator): new.
8463         (set-progress-display-instantiator): renamed and changed from
8464         set-progress-display-style.
8465         (progress-abort-glyph): use instantiator not glyph.
8466         (append-progress-display): use set-progress-display-instantiator
8467         and set-glyph-image.
8468         (abort-progress-display): ditto.
8469         (raw-append-progress-display): ditto.
8470
8471 2000-07-20  Ben Wing  <ben@xemacs.org>
8472
8473         * code-files.el: Move Mule-specific code to mule-coding.el.
8474
8475 2000-07-15  Ben Wing  <ben@xemacs.org>
8476
8477         * autoload.el:
8478         Fixed comments.
8479
8480         * cmdloop.el:
8481         * cmdloop.el (yes-or-no-p):
8482         * cmdloop.el (y-or-n-p):
8483         Make these functions use should-use-dialog-box-p and not be
8484         overridden in dialog.el.
8485
8486         * cus-dep.el:
8487         * cus-dep.el (Custom-make-dependencies): Removed.
8488         * cus-dep.el (Custom-make-dependencies-1): New.
8489         * cus-dep.el (Custom-make-one-dependency): New.
8490         New entry point for use in Makefiles, to avoid excessive
8491         invocations.
8492
8493         * cus-edit.el (custom-variable-reset-saved):
8494         * cus-edit.el (custom-variable-reset-standard):
8495         * cus-edit.el (custom-save-resets):
8496         Fix bytecompiler warnings.
8497
8498         * dialog.el:
8499         * dialog.el (yes-or-no-p-dialog-box):
8500         * dialog.el (yes-or-no-p-maybe-dialog-box): Removed.
8501         * dialog.el (y-or-n-p-maybe-dialog-box): Removed.
8502         * dialog.el (get-dialog-box-response):
8503         * dialog.el (message-or-box):
8504         * dialog.el (make-dialog-box):
8505         * dialog.el (popup-dialog-box): New.
8506         Avoid yes-or-no-p bogosities.
8507         Create a general function `make-dialog-box' to encapsulate all
8508         dialog box methods; easily extendible.  popup-dialog-box now obsolete.
8509
8510         * dumped-lisp.el (preloaded-file-list):
8511         Add dialog-items.  Clean up.  Group files by types.
8512
8513         * easymenu.el (easy-menu-add):
8514         * easymenu.el (easy-menu-remove):
8515         Account for accelerators.
8516
8517         * extents.el:
8518         * extents.el (extent-list): New args, like in map-extents.
8519         * extents.el (extent-at-event): New.
8520         * extents.el (extents-at-event): New.
8521
8522         * font-lock.el:
8523         * font-lock.el (font-lock-mode):
8524         * font-lock.el (font-lock-default-fontify-buffer):
8525         * font-lock.el (font-lock-default-unfontify-region):
8526         * font-lock.el (font-lock-fontify-syntactically-region):
8527         * font-lock.el (font-lock-fontify-keywords-region):
8528         Use new progress-feedback names.
8529
8530         * font-lock.el (java-font-lock-identifier-regexp):
8531         * font-lock.el (java-font-lock-class-name-regexp):
8532         Fix bytecompiler warnings.
8533
8534         * gutter-items.el:
8535         * gutter-items.el (progress-display-use-echo-area): Removed.
8536         * gutter-items.el (progress-feedback-use-echo-area): New.
8537         * gutter-items.el (progress-display-popup-period): Removed.
8538         * gutter-items.el (progress-feedback-popup-period): New.
8539         * gutter-items.el (set-progress-display-style): Removed.
8540         * gutter-items.el (set-progress-feedback-style): New.
8541         * gutter-items.el (progress-display-style): Removed.
8542         * gutter-items.el (progress-feedback-style): New.
8543         * gutter-items.el (progress-stack):
8544         * gutter-items.el (progress-displayed-p): Removed.
8545         * gutter-items.el (progress-feedbacked-p): New.
8546         * gutter-items.el (clear-progress-display): Removed.
8547         * gutter-items.el (clear-progress-feedback): New.
8548         * gutter-items.el (progress-display-clear-when-idle): Removed.
8549         * gutter-items.el (progress-feedback-clear-when-idle): New.
8550         * gutter-items.el (remove-progress-display): Removed.
8551         * gutter-items.el (remove-progress-feedback): New.
8552         * gutter-items.el (progress-display-dispatch-non-command-events): Removed.
8553         * gutter-items.el (progress-feedback-dispatch-non-command-events): New.
8554         * gutter-items.el (append-progress-display): Removed.
8555         * gutter-items.el (append-progress-feedback): New.
8556         * gutter-items.el (abort-progress-display): Removed.
8557         * gutter-items.el (abort-progress-feedback): New.
8558         * gutter-items.el (raw-append-progress-display): Removed.
8559         * gutter-items.el (raw-append-progress-feedback): New.
8560         * gutter-items.el (display-progress-display): Removed.
8561         * gutter-items.el (display-progress-feedback): New.
8562         * gutter-items.el (current-progress-display): Removed.
8563         * gutter-items.el (current-progress-feedback): New.
8564         * gutter-items.el (current-progress-display-label): Removed.
8565         * gutter-items.el (current-progress-feedback-label): New.
8566         * gutter-items.el (progress-display): Removed.
8567         * gutter-items.el (progress-feedback): New.
8568         Replace "progress-display" with "progress-feedback" globally.
8569
8570         * gutter-items.el (lprogress-display): Removed.
8571         * gutter-items.el (progress-feedback-with-label): New.
8572         Rename lprogress-display ==> progress-feedback-with-label.
8573
8574         * gutter-items.el (search-dialog-direction): Removed.
8575         * gutter-items.el (search-dialog-text): Removed.
8576         * gutter-items.el (search-dialog-callback): Removed.
8577         * gutter-items.el (make-search-dialog): Removed.
8578         Move to dialog-items.el.
8579
8580         * help.el:
8581         * help.el (help-mode-quit):
8582         * help.el (mode-for-help): New.
8583         * help.el (help-sticky-window): New.
8584         * help.el (help-window-config): New.
8585         * help.el (with-displaying-help-buffer):
8586         * help.el (function-at-event): New.
8587         * help.el (help-symbol-regexp): New.
8588         * help.el (help-symbol-run-function-1): New.
8589         * help.el (help-symbol-run-function): New.
8590         * help.el (help-symbol-function-context-menu): New.
8591         * help.el (help-symbol-variable-context-menu): New.
8592         * help.el (help-symbol-function-and-variable-context-menu): New.
8593         * help.el (frob-help-extents): New.
8594         * help.el (describe-function-1):
8595         * help.el (variable-at-point):
8596         * help.el (variable-at-event): New.
8597         * help.el (describe-variable):
8598         Major overhaul.
8599         - Make functions and variables be mousable.
8600         - Middle button hyperlinks.
8601         - New context-menu entries.
8602
8603         * keydefs.el:
8604         * keydefs.el (global-map):
8605         New key bindings to move lines up and down.
8606
8607         * lisp-mode.el:
8608         * lisp-mode.el (construct-lisp-mode-menu): New.
8609         * lisp-mode.el (emacs-lisp-mode-popup-menu):
8610         * lisp-mode.el (lisp-interaction-mode-menubar-menu):
8611         * lisp-mode.el (emacs-lisp-mode-menubar-menu):
8612         * lisp-mode.el (lisp-indent-function): Indent "flet" entries better.
8613         Make popup and menubar menus be different.  Popup menu uses
8614         clicked location and automatically assumes symbol under the mouse
8615         for various commands.
8616
8617         * menubar-items.el:
8618         * menubar-items.el (bookmark-menu-filter): Add accelerators.
8619         * menubar-items.el (buffers-menu-omit-chars-list): Include 'd'.
8620
8621         * menubar-items.el (global-popup-menu): Removed.
8622         * menubar-items.el (mode-popup-menu): Removed.
8623         * menubar-items.el (activate-popup-menu-hook): Removed.
8624         * menubar-items.el (popup-mode-menu): Removed.
8625         * menubar-items.el (popup-buffer-menu): Removed.
8626         * menubar-items.el (popup-menubar-menu): Removed.
8627         Move to menubar.el.
8628
8629         * menubar.el:
8630         * menubar.el (global-popup-menu): New.
8631         * menubar.el (mode-popup-menu): New.
8632         * menubar.el (activate-popup-menu-hook): New.
8633         * menubar.el (last-popup-menu-event): New.
8634         * menubar.el (popup-mode-menu): New.
8635         * menubar.el (popup-buffer-menu): New.
8636         * menubar.el (popup-menubar-menu): New.
8637         * menubar.el (menu-call-at-event): New.
8638         Move non-content functions here.  Add support for context menu
8639         items on extents.
8640
8641         * minibuf.el (minibuffer-history-uniquify):
8642         Typo fix.
8643
8644         * minibuf.el (read-file-name-1):
8645         Call new file dialog box if it exists.
8646
8647         * minibuf.el (mouse-rfn-setup-vars):
8648         Clean up "chop" action.
8649
8650         * mouse.el:
8651         * mouse.el (button2): Now bound to mouse-track.
8652         * mouse.el (click-inside-extent-p):
8653         * mouse.el (point-inside-extent-p):
8654         * mouse.el (point-inside-selection-p):
8655         * mouse.el (mouse-drag-or-yank): Removed.
8656         * mouse.el (mouse-begin-drag-n-drop): New.
8657         * mouse.el (mouse-eval-sexp):
8658         * mouse.el (mouse-track-activate-strokes): New.
8659         * mouse.el (mouse-track-do-activate): New.
8660         * mouse.el (mouse-track):
8661         * mouse.el (default-mouse-track-event-is-with-button): New.
8662         * mouse.el (default-mouse-track-cleanup-hook):
8663         * mouse.el (default-mouse-track-drag-hook):
8664         * mouse.el (default-mouse-track-drag-up-hook):
8665         * mouse.el (default-mouse-track-click-hook):
8666         Merge drag-n-drop into mouse-track.
8667         Add general "activate" support to replace specific button2 kludges.
8668         Use "button modifier" support in mouse-track.
8669
8670         * package-get.el (package-get-dependencies): Fix bytecompiler warnings.
8671
8672         * package-ui.el:
8673         * package-ui.el (pui-menu):
8674         * package-ui.el (pui-popup-context-sensitive): Removed.
8675         Fix bytecompiler warnings.
8676         Clean up popup code a bit.
8677
8678         * select.el (get-selection-no-error): Fix bytecompiler warnings.
8679
8680         * simple.el:
8681         * simple.el (transpose-lines):
8682         * simple.el (transpose-line-up): New.
8683         * simple.el (transpose-line-down): New.
8684         * simple.el (transpose-subr):
8685         * simple.el (transpose-subr-1): Removed.
8686         Clean up, add functions to move lines up and down.
8687
8688         * startup.el (mail-host-address):
8689         * startup.el (user-mail-address):
8690         Customize.
8691
8692         * subr.el:
8693         * subr.el (set-symbol-value-in-buffer): New.
8694         * subr.el (error):
8695         * subr.el (check-argument-type):
8696         * subr.el (defined-error-p): New.
8697         Add structured error support.
8698
8699         * toolbar-items.el (toolbar-compile):
8700         Use new make-dialog-box.
8701
8702         * update-elc.el:
8703
8704         * userlock.el (ask-user-about-lock-dbox):
8705         * userlock.el (ask-user-about-supersession-threat-dbox):
8706         * userlock.el (ask-user-about-lock):
8707         * userlock.el (ask-user-about-supersession-threat):
8708         Use new make-dialog-box.
8709         Add safety checks; use should use-dialog-box-p.
8710
8711         * window-xemacs.el:
8712         * window-xemacs.el (__buffer-dedicated-frame):
8713         * window-xemacs.el (buffer-dedicated-frame): New.
8714         * window-xemacs.el (set-buffer-dedicated-frame): New.
8715         Move dedicated-frame stuff into lisp.
8716
8717 2000-07-18  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
8718
8719         * printer.el (generic-print-region): Do not require that
8720         `printer-name' be set.
8721         (printer-name): Commentary clarification.
8722
8723 2000-07-19  Martin Buchholz <martin@xemacs.org>
8724
8725         * XEmacs 21.2.35 is released.
8726
8727 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
8728
8729         * select.el (selection-coercible-types): Initialise.
8730
8731 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
8732
8733         * select.el (own-clipboard): Bug fix.
8734
8735 2000-07-17  Mike Sperber  <mike@xemacs.org>
8736
8737         * cus-edit.el (custom-migrate-custom-file): Save init file before
8738         continuing.
8739
8740 2000-07-16  Mike Sperber  <mike@xemacs.org>
8741
8742         * startup.el (load-init-file): Remove silly call to
8743         `load-user-custom-file`.
8744         (maybe-migrate-user-init-file): Minor fixes.
8745
8746 2000-07-16  Martin Buchholz  <martin@xemacs.org>
8747
8748         * apropos.el (apropos-documentation-check-doc-file):
8749         `doc' variable should be let-bound, as was presumably intended.
8750
8751         * cus-edit.el (custom-variable-reset-saved):
8752         (custom-variable-reset-standard):
8753         Remove unused variable comment-widget.  Twice.
8754
8755         * toolbar.el (toolbar-blank-press-function):
8756         Add a real defvar with initial value nil and proper docstring.
8757         (press-toolbar-button): No need to check for boundp-ness anymore.
8758
8759         * rect.el (open-rectangle-line): Remove useless (let) form.
8760         Add defvar for pending-delete-mode.
8761
8762         * info.el (Info-find-node): This function needs an autoload cookie.
8763
8764         * mule/mule-x-init.el (x-use-halfwidth-roman-font):
8765         Use let* since the second form referred to the first.
8766
8767 2000-07-16  Adrian Aichner  <aichner@ecf.teradyne.com>
8768
8769         * msw-select.el (mswindows-paste-clipboard): Use `get-clipboard'
8770         instead of removed `mswindows-get-clipboard'.
8771
8772
8773 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
8774
8775         * select.el (select-convert-from-text): New.
8776         * select.el (select-convert-from-length): New.
8777         * select.el (select-convert-from-integer): New.
8778         * select.el (select-convert-from-identity): New.
8779         * select.el (select-convert-from-filename): New.
8780         * select.el (selection-converter-in-alist): Use them.
8781         New converter functions for X.
8782
8783         * select.el (get-selection): Removed comment.
8784
8785         * select.el (own-selection): Removed append code - I thought
8786         I'd already done this, but apparently not...
8787
8788         * select.el: Changed comment about TIMESTAMP.
8789
8790         * select.el (select-convert-in): New.
8791         * select.el (select-convert-out): New.
8792         New functions that get used by select.c.
8793
8794         * select.el (select-buffer-killed-default): New.
8795         * select.el (select-buffer-killed-text): New.
8796         * select.el (selection-buffer-killed-alist): New.
8797         New list and functions that get called if a relevant selection
8798         exists and a buffer gets killed.
8799
8800         * select.el (select-convert-to-targets):
8801         * select.el (select-convert-to-identity): Removed.
8802         * select.el (select-convert-from-identity): Removed.
8803         * select.el (select-converter-out-alist):
8804         Removed _EMACS_INTERNAL selection type.
8805
8806         * x-select.el (xselect-kill-buffer-hook): Removed.
8807         * x-select.el (xselect-kill-buffer-hook-1): Removed.
8808         Removed this X-specific nonesense. Use the generic support
8809         in select.el instead.
8810
8811 2000-07-15  Martin Buchholz  <martin@xemacs.org>
8812
8813         * mule/mule-category.el (defined-category-hashtable):
8814         Use make-hash-table instead of make-hashtable
8815
8816         * buff-menu.el: Byte-compiler warning fix.
8817
8818         * isearch-mode.el (isearch-highlight-all-cleanup):
8819         Remove unused variable `isearch-highlight-all-start'.
8820
8821         * etags.el (add-to-tag-completion-table): Byte-compiler warning fix.
8822
8823         * itimer.el (itimer-edit-mode): Byte-compiler warning fixes.
8824
8825         * cus-dep.el (Custom-make-dependencies):
8826         Add autoload cookie for custom-add-loads to generated custom-load.el.
8827
8828         * autoload.el (autoload-package-name): Warning suppression.
8829         Move defvar prior to first use.
8830
8831         * custom.el: Add autoload for custom-declare-face.
8832         Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
8833         * cl.el (cl-hack-byte-compiler):
8834         Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
8835         to work properly.
8836
8837 2000-07-08  Mike Sperber  <mike@xemacs.org>
8838
8839         * startup.el (load-home-init-file): Added variable.
8840         (maybe-migrate-user-init-file): Added.
8841         (load-user-init-file): Load custom file if different from init
8842         file.
8843
8844         * dumped-lisp.el (preloaded-file-list): Added "cus-file" before
8845         "startup."
8846
8847         * cus-edit.el (custom-migrate-custom-file): Added for migration.
8848         Moved `custom-file'-related code to cus-file.el.
8849
8850         * cus-file.el: New file.
8851
8852 2000-04-01  Mike Sperber  <mike@xemacs.org>
8853
8854         * packages.el (packages-find-package-directories): Added support
8855         for external package hierarchies with in-place installations.
8856
8857         * find-paths.el (paths-root-in-place-p): Added.
8858         (paths-find-emacs-directory): Added support for external
8859         directories with in-place installations.
8860         (paths-find-site-directory): Ditto.
8861
8862         * startup.el (find-user-init-file): Also look for
8863         ~/.xemacs/init.elc? in preference to ~/.emacs.
8864
8865 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
8866
8867         * select.el (own-selection):
8868         * select.el (own-clipboard): Changed `append' parameter to
8869         `how-to-use' parameter.
8870         * select.el (own-selection): Removed icky append code.
8871         * select.el (own-selection, get-selection): Removed extra type
8872         checking.
8873         * select.el (selection-appender-alist):
8874         * select.el (selection-converter-{in|out}-alist): Initialise.
8875         * select.el (select-append-to-*): New.
8876         * select.el (select-convert-from-*): New.  New functions to append
8877         data and convert data from external type.
8878
8879 2000-07-12  Stef Epardaud  <stef@lunatech.com>
8880
8881         * font-lock.el: Javadoc enhancements.
8882
8883 2000-07-06  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
8884
8885         * printer.el (generic-print-region): Compose job name from buffer
8886         name.
8887
8888 2000-07-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
8889
8890         * font-lock.el (font-lock-fontify-pending-extents): Call
8891         font-lock-fontify-region instead of font-lock-fontify-buffer
8892         to avoid unnecessary progress gauges.
8893
8894 2000-07-06  Craig Lanning  <lanning@scra.org>
8895
8896         * custom-load.el (faces):
8897
8898         * finder.el (finder-compile-keywords): from Dan Holmsand, make sure
8899         dir is a regex.
8900
8901         * process.el (call-process-internal): from Dan Holmsand, use binary
8902         coding systems so that jka-compr works.
8903
8904 2000-07-07  Ben Wing  <ben@xemacs.org>
8905
8906         * font-lock.el: Undo previous change.  Unfortunately, some
8907         files actually use the variables directly in their init code
8908         without quoting them.
8909
8910 2000-07-07  Ben Wing  <ben@xemacs.org>
8911
8912         * font-lock.el (defvar font-lock-*-face): Removed.
8913
8914         * font-lock.el (font-lock-apply-highlight): Bind these face vars
8915         only when necessary.
8916
8917 2000-06-30  Charles G Waldman  <cgw@alum.mit.edu>
8918
8919         * cl-macs.el: fix cl-transform-function-property kludge
8920         so that it does not require a random feature.
8921
8922 2000-06-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
8923
8924         * files.el (auto-mode-alist): allow .make extension for Makefiles,
8925         as in Linux kernel "Rules.make".
8926
8927 2000-06-29  Gunnar Evermann  <ge204@eng.cam.ac.uk>
8928
8929         * build-report.el (build-report): Add autoload cookie.
8930
8931 2000-06-21  Charles G Waldman  <cgw@alum.mit.edu>
8932
8933         * package-ui.el (defgroup pui):  Correct a misspelling
8934         (pui-toggle-package-delete):  Change `seleted' to `selected'
8935
8936 2000-06-12  Jan Vroonhof  <vroonhof@math.ethz.ch>
8937
8938         * package-get.el (package-get-update-base):
8939         (package-get): Use insert-file-contents-literally always.
8940         (package-get-maybe-save-index):
8941         Force coding system for writing to binary.
8942
8943 2000-06-08  Mike Alexander  <mta@arbortext.com>
8944
8945         * code-process.el (call-process-region): If there is no coding
8946         system for the process on process-coding-system-alist use the
8947         coding system of the buffer containing the region.
8948
8949 2000-06-10  Ben Wing  <ben@xemacs.org>
8950
8951         * cmdloop.el (command-error):
8952         If debug-on-error and noninteractive, output backtrace.
8953
8954         * files.el (file-relative-name):
8955         Remove MSDOS references.
8956
8957         * simple.el (line-number): New function, due to non-obvious
8958         behavior/usage of count-lines.
8959
8960         * simple.el (count-lines): document non-obvious usage to get
8961         line number.
8962
8963 2000-06-11  Ben Wing  <ben@xemacs.org>
8964
8965         * faces.el ((featurep 'xpm)):
8966         * x-faces.el (x-init-face-from-resources):
8967         * x-faces.el (x-init-frame-faces):
8968         * x-misc.el (x-init-specifier-from-resources):
8969         * x-misc.el (x-get-resource-and-bogosity-check):
8970         * x-misc.el (x-get-resource-and-maybe-bogosity-check):
8971         * x-mouse.el (x-init-pointer-shape):
8972         * x-scrollbar.el (x-init-scrollbar-from-resources):
8973         Add sixth argument to x-get-resource calls so as to issue warnings
8974         rather than errors on bogus arguments.
8975
8976 2000-06-05  Ben Wing  <ben@xemacs.org>
8977
8978         * compat.el: new file.  provides a clean, non-intrusive way to
8979         define compatibility functions.
8980
8981         * process.el (shell-quote-argument): temporary fix for lack
8982         of nt-quote-process-args.  #### I need to put back the overall
8983         structure of that mechanism but redo the guts of it using the
8984         extra intelligence in the C code.
8985
8986 2000-05-28  Adrian Aichner  <aichner@ecf.teradyne.com>
8987
8988         * package-info.el (pi-md5sum): Calculate MD5 sum just like
8989         `package-get' does in package-get.el, instead of using external
8990         "md5sum" program.
8991
8992         * package-get.el (package-get): Insert package file literally to
8993         make checksum calculation work.
8994
8995 2000-04-18  Hrvoje Niksic  <hniksic@iskon.hr>
8996
8997         * code-files.el (convert-mbox-coding-system): Deleted.
8998         (file-coding-system-alist): Removed reference to
8999         convert-mbox-coding-system.
9000
9001 2000-05-28  Martin Buchholz <martin@xemacs.org>
9002
9003         * XEmacs 21.2.34 is released.
9004
9005 2000-05-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
9006
9007         * font-lock.el (font-lock-keywords): Rewrote docstring
9008
9009 2000-05-22  Karl M. Hegbloom  <karlheg@debian.org>
9010
9011         * loadhist.el (unload-feature): handle case where x is both boundp
9012         and fboundp
9013
9014 2000-05-22  Karl M. Hegbloom  <karlheg@debian.org>
9015
9016         * packages.el: It's ok to use built-in macros, but not lisp
9017         defined ones.
9018
9019 2000-05-20  Ben Wing  <ben@xemacs.org>
9020
9021         * font-lock.el:
9022         * font-lock.el (font-lock-message-threshold):
9023         * font-lock.el (font-lock-mode):
9024         * font-lock.el (font-lock-default-fontify-buffer):
9025         * font-lock.el (font-lock-always-fontify-immediately):
9026         * font-lock.el (font-lock-old-extent): Removed.
9027         * font-lock.el (font-lock-old-len): Removed.
9028         * font-lock.el (font-lock-fontify-glumped-region): Removed.
9029         * font-lock.el (font-lock-pending-extent-table): New.
9030         * font-lock.el (font-lock-range-table): New.
9031         * font-lock.el (font-lock-after-change-function):
9032         * font-lock.el (font-lock-after-change-function-1): Removed.
9033         * font-lock.el (font-lock-fontify-pending-extents): New.
9034         * font-lock.el ('font-lock-revert-cleanup): Removed.
9035         * font-lock.el ('font-lock-revert-setup): Removed.
9036         Rewrite deferral code to handle any number of changes, merging
9037         them properly.  Remove hacked-up code for revert-buffer, now
9038         unnecessary.
9039
9040         * menubar-items.el (default-menubar):
9041         In Options->Edit Init File, don't switch to emacs-lisp-mode
9042         unless necessary; doing this turns off font-lock.
9043
9044 2000-05-15  Yoshiki Hayashi  <yoshiki@xemacs.org>
9045
9046         * keydefs.el: Define C-x BS to backward-kill-sentence.
9047
9048 2000-05-15  Yoshiki Hayashi  <yoshiki@xemacs.org>
9049
9050         * files.el (hack-local-variables-prop-line): Use non-greedy
9051         matching to process -*-texinfo-*- -*-.
9052
9053 2000-05-11  Jonathan Marten <jonathan.marten@uk.sun.com>
9054
9055         * minibuf.el (minibuf-directory-files): new function.
9056         (read-file-name-activate-callback): use minibuf-directory-files.
9057         (read-directory-name-internal): ditto.
9058         (mouse-file-display-completion-list): ditto.
9059         (mouse-directory-display-completion-list): ditto.
9060         (read-file-name-internal): remove "./" from completion list unless
9061         explicitly matched, for consistency.
9062
9063 2000-05-11  Ben Wing  <ben@xemacs.org>
9064
9065         * gutter-items.el (gutter-buffers-tab):
9066         * gutter-items.el (add-tab-to-gutter):
9067         * gutter-items.el (update-tab-in-gutter):
9068         * gutter-items.el (remove-buffer-from-gutter-tab): Removed.
9069         * gutter-items.el (append-progress-display):
9070         * gutter-items.el (abort-progress-display):
9071         * gutter-items.el (raw-append-progress-display):
9072         Further fixes.  Use set-glyph-image not set-image-instance-property,
9073         to fix problems with multiple windows in a frame.
9074
9075         * menubar-items.el (tutorials-menu-filter):
9076         Fix typo.
9077
9078         * startup.el (early-error-handler):
9079         Display message box under windows; otherwise, message will disappear
9080         before it can be viewed.
9081
9082         * update-elc.el:
9083         Fix bug in NEEDTODUMP processing.
9084
9085 2000-05-08  Yoshiki Hayashi  <yoshiki@xemacs.org>
9086
9087         * startup.el (lock-directory): Removed.
9088         (superlock-file): Ditto.
9089         (startup-set-paths): Remove lockdir.
9090         (startup-setup-paths-warning): Remove lock-directory.
9091
9092         * setup-paths.el (paths-find-lock-directory): Removed.
9093         (paths-find-superlock-file): Ditto.
9094
9095 2000-05-09  Ben Wing  <ben@xemacs.org>
9096
9097         * faces.el (set-face-property):
9098         * faces.el (set-face-font):
9099         * faces.el (set-face-foreground):
9100         * faces.el (set-face-background):
9101         * faces.el (set-face-background-pixmap):
9102         * faces.el (set-face-underline-p):
9103         * faces.el (set-face-strikethru-p):
9104         * faces.el (set-face-highlight-p):
9105         * faces.el (set-face-dim-p):
9106         * faces.el (set-face-blinking-p):
9107         * faces.el (set-face-reverse-p):
9108         doc string changes.
9109
9110         * glyphs.el:
9111         * glyphs.el (make-image-specifier):
9112         * glyphs.el (glyph-property):
9113         * glyphs.el (set-glyph-image):
9114         * glyphs.el (make-glyph):
9115         * glyphs.el (make-pointer-glyph):
9116         * glyphs.el (make-icon-glyph):
9117         * glyphs.el (widget-image-instance-p): New.
9118         authorship info, lots of doc changes.  New predicate, inadvertently
9119         omitted.  the general principle with specifier docs is now that
9120         the description of instantiators should go with the make-foo-specifier
9121         fun's doc string, rather than in foo-specifier-p.  this follows
9122         conventions elsewhere in XEmacs and in general is a lot more obvious
9123         of a place to look.  sometimes the make-foo-specifier function needs
9124         to be created in the process.
9125
9126         * gutter.el:
9127         * gutter.el (make-gutter-specifier): New.
9128         * gutter.el (make-gutter-size-specifier): New.
9129         * gutter.el (make-gutter-visible-specifier): New.
9130         specifier doc updates according to the conventions specified before.
9131
9132         * objects.el:
9133         * objects.el (make-font-specifier):
9134         * objects.el (make-color-specifier):
9135         * objects.el (make-face-boolean-specifier): New.
9136         specifier doc updates according to the conventions specified before.
9137
9138         * specifier.el:
9139         * specifier.el (set-specifier):
9140         * specifier.el (make-integer-specifier): New.
9141         * specifier.el (make-boolean-specifier): New.
9142         * specifier.el (make-natnum-specifier): New.
9143         * specifier.el (make-generic-specifier): New.
9144         * specifier.el (make-display-table-specifier): New.
9145         specifier doc updates according to the conventions specified before.
9146
9147         * toolbar.el:
9148         * toolbar.el (make-toolbar-specifier): New.
9149         specifier doc updates according to the conventions specified before.
9150
9151 2000-05-09  Ben Wing  <ben@xemacs.org>
9152
9153         * process.el (call-process-internal): Revert to previous version
9154         because Mike's change clashed with a change I did not long before.
9155         Changed progn to prog1 to fix the bug pointed out by Mike Alexander.
9156         Thanks very much Mike for pointing out the bug and submitting a
9157         patch!
9158
9159 2000-04-13  Mike Alexander  <mta@arbortext.com>
9160
9161         * process.el (call-process-internal): Send the correct input buffer
9162         (call-process-internal): Return the exit status of the process
9163
9164 2000-05-07  Ben Wing  <ben@xemacs.org>
9165
9166         * winnt.el:
9167         * winnt.el (nt-quote-args-verbatim): Removed.
9168         * winnt.el (nt-quote-args-prefix-quote): Removed.
9169         * winnt.el (nt-quote-args-backslash-quote): Removed.
9170         * winnt.el (nt-quote-args-double-quote): Removed.
9171         * winnt.el (nt-quote-args-functions-alist): Removed.
9172         * winnt.el (nt-quote-process-args): Removed.
9173         Remove all stuff for argument quoting.  We borrow the code instead
9174         from Emacs 20.6, which is much more careful in its quoting
9175         (e.g. in handling runs of the escape character) and avoids most of
9176         the need for this Lisp mechanism by checking to see whether we're
9177         running a Cygwin or normal program and doing the appropriate
9178         quoting.  If we end up needing such a mechanism, we should add
9179         it by extending the variable `mswindows-quote-process-args' so it
9180         can take an alist of regexps.
9181
9182 2000-05-07  Ben Wing  <ben@xemacs.org>
9183
9184         * keydefs.el:
9185         Restore M-up, M-down to 21.1 state.  Put *ward-sentence on
9186         C-M-left, C-M-right instead.  Define C-M-up, C-M-down to scroll
9187         the window without moving point.
9188
9189         * simple.el:
9190         * simple.el (scroll-up-one): New.
9191         * simple.el (scroll-down-one): New.
9192         Functions for use with C-M-up/down.
9193
9194 2000-05-01  Martin Buchholz <martin@xemacs.org>
9195
9196         * XEmacs 21.2.33 is released.
9197
9198 2000-04-29  Martin Buchholz  <martin@xemacs.org>
9199
9200         * dialog.el (yes-or-no-p-dialog-box):
9201         Fix docstring.
9202         Fix following horrible bug in X11 mode with focus-follows-mouse:
9203           1. Visit two files in two different frames.
9204           2. do File->Revert Buffer in one of those frames.
9205           3. Dialog box appears.
9206           4. Arrange things so that the mouse passes over the *other*
9207              frame, then to the dialog box, and click on "Yes".
9208           5. The file contents end up in the *wrong* buffer!
9209         Add TODO comment.
9210
9211 2000-04-28  Ben Wing  <ben@xemacs.org>
9212
9213         * help.el (describe-installation): correct typo introduced
9214         in last patch: boundp -> fboundp.
9215
9216         * etags.el (buffer-tag-table-list):
9217         canonicalize filenames to Unix format so that tag-table-alist
9218         searching works under Windows.
9219
9220         * autoload.el:
9221         Bowdlerize the supposedly objectionable words
9222         "who couldn't quite manage to cleanly modify batch-update-autoloads".
9223
9224         * gutter-items.el (set-progress-display-style):
9225         * gutter-items.el (search-dialog-callback):
9226         * gutter-items.el (make-search-dialog):
9227         Change to new callback-ex api.
9228
9229 2000-04-26  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
9230
9231         * help.el: (describe-installation): decode-coding-string is not
9232         defined in a non MULE environment.
9233
9234 2000-04-28  Ben Wing  <ben@xemacs.org>
9235
9236         * gutter-items.el (buffer-list-changed-hook):
9237         use it, not record-buffer-hook.
9238
9239         * subr.el (record-buffer-hook): Removed.
9240
9241 2000-04-27  Ben Wing  <ben@xemacs.org>
9242
9243         * gutter-items.el (buffers-tab-switch-to-buffer): do not
9244         use NORECORD option.  Andy will not like this, but the existing
9245         gutter behavior is just wrong, as per this comment:
9246
9247         ;; this used to add the norecord flag to both calls below.
9248         ;; this is bogus because it is a pervasive assumption in XEmacs
9249         ;; that the current buffer is at the front of the buffers list.
9250         ;; for example, select an item and then do M-C-l
9251         ;; (switch-to-other-buffer).  Things get way confused.
9252         ;;
9253         ;; Andy, if you want to maintain the current look, you must
9254         ;;  *uncouple* the gutter order and buffers order.
9255
9256         * loaddefs.el (completion-ignored-extensions): unfuckify.
9257
9258         * bytecomp.el (batch-byte-compile-one-file): new function, used in
9259         xemacs.mak.
9260
9261         * autoload.el (batch-update-one-directory): new function, used in
9262         xemacs.mak.
9263
9264         * loadup.el: set gc-cons-threshold very high unless dumping --
9265         loadup during update-elc is much much much faster.  also do this
9266         when quick-building.
9267
9268         add commented-out code for profiling loadup.
9269
9270
9271         * update-elc.el (preloaded-file-list): add bytecomp.el, since it
9272         is required in order to build xemacs.
9273
9274 2000-04-26  Ben Wing  <ben@xemacs.org>
9275
9276         * loadup.el: don't garbage collect during loadup if quick-build
9277         compile-time option is set.
9278
9279 2000-04-23  Ben Wing  <ben@xemacs.org>
9280
9281         * update-elc.el: compute whether any dumped .el or .elc files
9282         are newer than the dumped exe, and touch the file ../src/NEEDTODUMP
9283         if so.
9284
9285         * update-elc.el (update-elc-files-to-compile): always change
9286         NOBYTECOMPILE in the src directory rather than current dir,
9287         so it will work under NT.
9288
9289         * autoload.el (autoload-trim-file-name): canonicalize to slashes so
9290         the form of this file is identical between Unix and Windows.
9291         (autoload-target-directory): Fixed to be lisp/ not lisp/prim/.
9292         Added comment.
9293         (update-autoloads-from-directory): updated doc string.
9294         updated doc strings in a few other places.
9295
9296 2000-04-18  Yoshiki Hayashi  <yoshiki@xemacs.org>
9297
9298         * bytecomp.el (byte-force-recompile): Fix argument to
9299         byte-recompile-directory.
9300
9301 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9302
9303         * gutter-items.el (progress-display-clear-when-idle): Use
9304         add-one-shot-hook.
9305         * gutter-items.el (clear-progress-display): Adjust number of
9306         arguments.
9307
9308 2000-04-13  Yoshiki Hayashi  <yoshiki@xemacs.org>
9309
9310         * dumped-lisp.el (preloaded-file-list): Always dump select.el.
9311
9312 2000-04-16  Ben Wing  <ben@xemacs.org>
9313
9314         * printer.el: New file.
9315
9316         * dumped-lisp.el (preloaded-file-list): Declare printer.el.
9317
9318         * help.el (describe-installation): Fix decoding for Windows.
9319
9320         * menubar-items.el:
9321         * menubar-items.el (default-menubar):
9322         * menubar-items.el (tutorials-menu-filter): New.
9323         * menubar-items.el (popup-menubar-menu):
9324         Add authorship.  Redo Help menu and Tutorials filter.
9325
9326         * menubar.el: Correct comment.
9327
9328         * modeline.el (modeline-buffer-identification): Correct doc string.
9329
9330         * simple.el:
9331         * simple.el (printing): Removed.
9332         * simple.el (printer-name): Removed.
9333         * simple.el (generic-print-buffer): Removed.
9334         * simple.el (generic-print-region): Removed.
9335         Move generic print code to printer.el.
9336
9337 2000-04-15  Ben Wing  <ben@xemacs.org>
9338
9339         * simple.el (generic-print-region): New.
9340         make this function actually work.
9341         (generic-print-buffer): call generic-print-region.
9342
9343 2000-04-14  Andy Piper  <andy@xemacs.org>
9344
9345         * gutter-items.el (make-search-dialog): avoid unnecessary futzing
9346         by using the new widget-callback-current-channel.
9347         (search-dialog-callback): ditto.
9348
9349 2000-04-12  Andy Piper  <andy@xemacs.org>
9350
9351         * gutter.el (default-gutter-position): moved from gutter-items.el.
9352         (default-gutter-position-changed-hook): ditto.
9353         (gutter-element-visibility-changed-hook): ditto.
9354         (set-gutter-element): ditto.
9355         (remove-gutter-element): ditto.
9356         (set-gutter-element-visible-p): ditto.
9357         (gutter-element-visible-p): ditto.
9358         (init-gutter): ditto.
9359
9360         * dialog.el (make-dialog-box): renamed and moved from
9361         gutter-items.el
9362
9363         * gutter-items.el: move various functions elsewhere.
9364
9365 2000-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * menubar-items.el: Fixed place of parenthesis.
9368
9369 2000-04-12  Ben Wing  <ben@xemacs.org>
9370
9371         * etags.el (find-tag-at-point): New.  Lets you do find-tag
9372                 without constantly being prompted for the tag.
9373         * simple.el: Added a number of section headings, to clarify the
9374                 organization of this file.
9375         * simple.el (activate-region):
9376         * simple.el (region-exists-p):
9377         * simple.el (region-active-p):
9378                 Moved these three function down to the other side of
9379                 the case-changing functions, so they join the rest of
9380                 the region code.
9381         * simple.el (printing): New.
9382         * simple.el (printer-name): New.
9383         * simple.el (generic-print-buffer): New.
9384                 New functions, a very simple prototype for a unified
9385                 printing interface.
9386
9387         * process.el (call-process-internal): Real fix for null BUFFER,
9388                 other problems with BUFFER specs.
9389
9390         * menubar-items.el:
9391                 Fixed up File->Print to use new printing functions.
9392                 Various corrections and expansions to Grep/Compile menus.
9393                 New options for Printing.
9394                 New options for SMTP Mail, the way to send mail under
9395                   MS Windows. (There's also a package patch to make SMTP
9396                   Mail be the default under MSWin.)
9397
9398 2000-04-09  Jeff Miller <jmiller@cablespeed.com>
9399
9400         * menubar-items.el: Selecting Rectangle Mousing from menubar
9401         did not work.  Needed to quote mouse-track-rectangle-p.
9402
9403 2000-04-06  Yoshiki Hayashi  <yoshiki@xemacs.org>
9404
9405         * cl-compat.el (keywordp): Removed.
9406
9407 2000-04-05  Andy Piper  <andy@xemacs.org>
9408
9409         * gutter-items.el (progress-layout-glyph): don't initialize here.
9410         (progress-gauge-glyph): use dynamic sizing.
9411         (set-progress-display-style): new function. Set progress glyphs
9412         appropriately depending on the style.
9413         (progress-display-style): new variable. Custom version of
9414         set-progress-display-style.
9415         (progress-abort-glyph): switch to dynamic sizes.
9416         (search-dialog-text): make the edit field active.
9417
9418 2000-04-04  Andy Piper  <andy@xemacs.org>
9419
9420         * gutter-items.el (make-search-dialog): need to make the search
9421         dialog visible after creation.
9422
9423         * menubar-items.el (default-menubar): use the search dialog for
9424         searching. Remove some extraneous search menu items.
9425
9426         * gutter-items.el (set-gutter-element): allow glyphs to be used as
9427         well as strings.
9428         (make-gutter-only-dialog-frame): allow the user to create the
9429         frame unmapped. Allow the gutter spec to be given as a glyph.
9430         (search-dialog-direction): new variable.
9431         (search-dialog-text): new variable.
9432         (search-dialog-callback): new function. Callback for the search
9433         dialog action.
9434         (make-search-dialog): new function. Create a user-friendly search
9435         dialog.
9436
9437 2000-04-04  Hrvoje Niksic  <hniksic@iskon.hr>
9438
9439         * faces.el (set-face-stipple): Use mswindows-bitmap-file-path
9440         under Windows.
9441
9442 2000-04-01  Andy Piper  <andy@xemacs.org>
9443
9444         * font-lock.el (font-lock-fontify-keywords-region): Calculate
9445         progress more accurately.
9446
9447 2000-02-02  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
9448
9449         * finder.el (finder-compile-keywords): Process readable files only.
9450         Because error in process of .#finder-inf.el when compile xemacs
9451         with --with-clash-detection option.
9452
9453 2000-03-31  Andy Piper  <andy@xemacs.org>
9454
9455         * gutter-items.el (append-progress-display): don't delay after a
9456         successful font-lock.
9457         (make-gutter-only-dialog-frame): new function. Allow users to
9458         create gutter-only dialogs.
9459
9460 2000-03-27  Mike Alexander  <mta@arbortext.com>
9461
9462         * process.el (call-process-internal): Handle a null BUFFER
9463         parameter correctly.
9464
9465 2000-03-28  Andy Piper  <andy@xemacs.org>
9466
9467         * gutter-items.el (abort-progress-display): put strings in the
9468         gutter not extents.
9469         (progress-layout-glyph): signal special 'quit callback.
9470         (progress-display-quit-function): deleted.
9471         (progress-display-stop-callback): deleted.
9472         (progress-display-dispatch-command-events): deleted.
9473         (append-progress-display): remove calls to
9474         progress-display-dispatch-command-events.
9475         (raw-append-progress-display): ditto.
9476
9477 2000-03-23  Hrvoje Niksic  <hniksic@iskon.hr>
9478
9479         * faces.el (set-face-stipple): Rewrite to correctly handle PIXMAP
9480         being a list.  Actually define `stipple-pixmap-p' which is used as
9481         an error predicate.  Correctly handle PIXMAP being either relative
9482         or absolute file name.
9483
9484 2000-03-24  Andy Piper  <andy@xemacs.org>
9485
9486         * gutter-items.el (add-tab-to-gutter): use copy-sequence.
9487         (abort-progress-display): ditto. Don't delete the created extent.
9488         (raw-append-progress-display): ditto.
9489         (progress-display-dispatch-non-command-events): new
9490         function. Encapsulates what we want to do when no command input is
9491         required.
9492         (progress-display-dispatch-command-events): likewise, but disable
9493         for now since it causes too many problems.
9494         (append-progress-display): use them.
9495         (raw-append-progress-display): ditto.
9496         (default-gutter-position-changed-hook): set this rather than
9497         default-gutter-position-changed.
9498         (default-gutter-position-changed-hook): lambda with zero arguments
9499         rather than one.
9500         (raw-append-progress-display): trap errors in pending input since
9501         allowing them to signal will hose the gauge well and
9502         truly. Ideally we would like to delay these until we are more able
9503         to cope.
9504         (append-progress-display): ditto.
9505
9506 2000-03-20  Jeff Miller <jmiller@cablespeed.com>
9507
9508         * lisp/make-docfile.el: call-process-internal is now implemented
9509         in process.el.
9510
9511 2000-03-21  Ben Wing  <ben@xemacs.org>
9512
9513         * mule\mule-cmds.el (set-language-info-alist):
9514         Fix to correspond to new menu arrangement.
9515
9516 2000-03-21  Ben Wing  <ben@xemacs.org>
9517
9518         * process.el:
9519         * process.el (call-process-internal): New.
9520         New implementation of call-process.  Only enabled under NT, so far.
9521         stderr handling not implemented yet in CVS'd C code.
9522
9523 2000-03-20  Ben Wing  <ben@xemacs.org>
9524
9525         * lisp-mode.el:
9526         * lisp-mode.el (lisp-interaction-mode-menubar-menu): New.
9527         * lisp-mode.el (lisp-interaction-mode):
9528         Put back Lisp Interaction menubar for Jan V's sake.
9529
9530         * simple.el:
9531         * simple.el (mark-ring):
9532         * simple.el (dont-record-current-mark): New.
9533         * simple.el (in-shifted-motion-command): New.
9534         * simple.el (mark-ring-unrecorded-commands): New.
9535         * simple.el (mark-ring-max):
9536         * simple.el (set-mark-command):
9537         * simple.el (push-mark):
9538         * simple.el (handle-pre-motion-command):
9539         Implement scheme for not recording unimportant marks.
9540
9541         * subr.el:
9542         * subr.el (function-allows-args): New.
9543         New function function-allows-args.
9544
9545 2000-03-20  Martin Buchholz <martin@xemacs.org>
9546
9547         * XEmacs 21.2.32 is released.
9548
9549 2000-03-20  Andy Piper  <andy@xemacs.org>
9550
9551         * gutter-items.el (update-tab-in-gutter): force selection of the
9552         selected-window if required to do so.
9553         (buffers-tab-items): ditto.
9554         (add-tab-to-gutter): ditto.
9555         (create-frame-hook): use force-selection.
9556         (default-gutter-position-changed): lambdify.
9557         (update-tab-hook): deleted since it was only used in one place.
9558
9559 2000-03-18  Andy Piper  <andy@xemacs.org>
9560
9561         * files.el (find-file-noselect): undo change that shouldn't have
9562         gone in.
9563
9564 2000-03-17  Andy Piper  <andy@xemacs.org>
9565
9566         * buffer.el (switch-to-buffer): use last-nonminibuf-window instead
9567         of selected-window trickery.
9568
9569         * gutter-items.el (update-tab-in-gutter): don't give dedicated
9570         frames tabs.
9571         (progress-display-stop-callback): progress -> progress-display
9572         (progress-display-quit-function): ditto.
9573         (clear-progress-display): ditto.
9574         (remove-progress-display): ditto.
9575         (append-progress-display): ditto.
9576         (abort-progress-display): ditto.
9577         (raw-append-progress-display): ditto.
9578         (display-progress-display): ditto.
9579         (current-progress-display-label): ditto.
9580         (current-progress-display): ditto.
9581         (lprogress-display): ditto and save the buffer
9582         (progress-display): ditto. Otherwise the buffer sometimes gets
9583         changed which confuses font-lock.
9584
9585         * font-lock.el (font-lock-default-fontify-buffer): catch all
9586         errors, not just quit.
9587         (font-lock-mode): progress -> display-progress
9588         (font-lock-default-fontify-buffer): ditto.
9589         (font-lock-fontify-syntactically-region): ditto.
9590         (font-lock-fontify-keywords-region): ditto.
9591
9592 2000-03-14  Hrvoje Niksic  <hniksic@iskon.hr>
9593
9594         * cl.el (gensym): Move to here from cl-macs.el.
9595         (gentemp): Ditto.
9596
9597 2000-03-16  Andy Piper  <andy@xemacs.org>
9598
9599         * font-lock.el (font-lock-mode): use lprogress and friends for
9600         progress management.
9601         (font-lock-default-fontify-buffer): ditto.
9602         (font-lock-fontify-syntactically-region): ditto.
9603         (font-lock-fontify-keywords-region): ditto.
9604         (font-lock-revert-cleanup): fix reverting.
9605         (font-lock-revert-setup): ditto.
9606
9607         * gutter-items.el (progress-use-echo-area): new variable. Use the
9608         echo area for progress gauges if non-nil.
9609         (clear-progress): remove echo area stuff and defer to
9610         clear-message.
9611         (append-progress): dispatch non-command events after each progress
9612         increment. Remove echo area stuff.
9613         (abort-progress): remove echo area stuff and defer to
9614         display-message.
9615         (raw-append-progress): ditto. Dispatch non-command events after
9616         gutter redisplay.
9617         (display-progress): defer echo area stuff to display-message.
9618
9619         * gutter-items.el (clear-progress):
9620         (abort-progress): indentation changes.
9621         (display-progress): don't clear progress.
9622         (append-progress): compare messages with equal.
9623         (raw-append-progress): use dispatch-non-command-events to flush
9624         widget creation events.
9625
9626 2000-03-13  Ben Wing  <ben@xemacs.org>
9627
9628         * abbrev.el:
9629         * abbrev.el (abbrev-string-to-be-defined): New.
9630         * abbrev.el (inverse-abbrev-string-to-be-defined): New.
9631         Changes for use with the menubar.
9632
9633 2000-03-12  Ben Wing  <ben@xemacs.org>
9634
9635         * alist.el (vassoc): moved here from font-menu.el.
9636
9637         * custom.el (defface): typo fix.
9638
9639         * dialog.el (yes-or-no-p-dialog-box):
9640         * dialog.el (message-box):
9641         * files.el (save-some-buffers-1):
9642         Put accelerators in the button names.
9643
9644         * font-lock.el (font-lock-comment-face):
9645         * font-lock.el (font-lock-keyword-face):
9646         * font-lock.el (font-lock-function-name-face):
9647         Fixed some of the colors under MS Windows because the existing
9648         default colors were hardly different from black and needed to be
9649         made lighter.
9650
9651         * font-menu.el:
9652         * font-menu.el (font-menu-split-long-menu):
9653         * font-menu.el (font-menu-family-constructor):
9654         * font-menu.el (font-menu-size-constructor):
9655         * font-menu.el (font-menu-weight-constructor):
9656         * font-menu.el (font-menu-set-font):
9657         vassoc moved to alist.el.
9658         Accelerators added to all menus.
9659         Unused bound var new-props removed.
9660
9661         * keydefs.el: I did a whole lot of rearranging to put things in a
9662         more consistent order and fixed a number of cases where key
9663         combinations involving up, down, left, right and so on were
9664         defined but the corresponding keypad combinations were not
9665         defined.
9666
9667         * lisp-mode.el:
9668         * lisp-mode.el (lisp-interaction-mode-popup-menu):
9669         * lisp-mode.el (emacs-lisp-mode):
9670         * lisp-mode.el (lisp-interaction-mode):
9671         * lisp-mode.el (flet):
9672         Added accelerators onto the menus.
9673         Made all the different versions of the let function be indented
9674         the same way.
9675         Undid Steve's easy-menu-ification, because it makes it impossible
9676         to have the menubar and popup menus different.
9677         Cleaned up the menu; added items for find-function &c and some
9678         indenting, and removed debug-on-*.
9679
9680         * list-mode.el (list-mode-hook):
9681         * list-mode.el (list-mode):
9682         * list-mode.el (completion-setup-hook):
9683         * list-mode.el (display-completion-list):
9684         Added support for the :window-height keyword, which is required
9685         because of other changes that I made for the file dialog box.  I
9686         also made the hook variables list-mode-hook and
9687         completion-setup-hook and also minibuffer-setup-hook in
9688         minibuf.el be permanent-local; see comment in list-mode.el.
9689
9690         * map-ynp.el (map-y-or-n-p):
9691         Added accelerators to the dialog buttons.
9692
9693         * menubar-items.el (menu-truncate-list):
9694         New internal function.
9695         * menubar-items.el (submenu-generate-accelerator-spec):
9696         * menubar-items.el (menu-item-strip-accelerator-spec):
9697         * menubar-items.el (menu-item-generate-accelerator-spec):
9698         New exported functions, for use in auto-generating accelerator specs.
9699
9700         * menubar-items.el:
9701         * menubar-items.el (default-menubar):
9702         * menubar-items.el (maybe-add-init-button):
9703         * menubar-items.el (bookmark-menu-filter):
9704         * menubar-items.el (slow-format-buffers-menu-line):
9705         * menubar-items.el (build-buffers-menu-internal):
9706         * menubar-items.el (language-environment-menu-filter):
9707         * menubar-items.el (default-popup-menu):
9708         * menubar-items.el (popup-buffer-menu):
9709         * menubar-items.el (popup-menubar-menu):
9710         Did a major overhaul on this file, and in fact I'm nowhere near
9711         done working on the menubar, and there will be more patches to
9712         come.  A basic summary of what I've done:
9713
9714         a) I added accelerators to all of the menu items.  For menus that
9715         are auto-generated, such as the buffers menu, the accelerators are
9716         automatically added to the beginning of each line using the
9717         numbers 1 through 9, then zero, and then letters starting with A,
9718         but omitting the letters that are already in use for the fixed
9719         menu items at the top of the buffers menu.  To facilitate adding
9720         accelerators of this kind, I created some new functions
9721         (*-accelerator-spec), which are also being used by other filters
9722         that auto generate lists of things such as ftp sites to download
9723         packages.  If people really don't like these accelerators
9724         appearing at the beginning of the menu items, a variable can be
9725         added to optionally turn them off, but I think this is rather
9726         pointless because other menu items have accelerators and many or
9727         most of the menu users will use the accelerators if the support is
9728         there.
9729
9730         b) I combined the top level Tools and Apps menus into a single
9731         Tools menu, because the distinction between the two is not
9732         obvious, and the items on the menus are not used often enough that
9733         putting some of them onto submenus is a problem.
9734
9735         c) I created two new top level menus called View and Cmds because
9736         there were too many items on the File and Edit menus, and I'm going
9737         to be adding more items to these menus.  In contrast to the Tools
9738         menu, the items on these menus may be used quite often during an
9739         editing session, and so should be available with fewer
9740         keystrokes.
9741
9742         d) I added a number of options to the options menu, including one
9743         for controlling whether the alt key can be used to traverse to
9744         menu items using the accelerators, one for controlling behavior of
9745         control-k, one for controlling how the kill and yank functions
9746         interact with the clipboard, a few additional buffers-menu
9747         options, and various other things.  I also did a bit of
9748         rearranging, for example, combining the keyboard and mouse options
9749         into a single keyboard and mouse submenu to facilitate the
9750         accelerators on that level.
9751
9752         e) I changed the variable buffers-menu-format-buffer-line-function
9753         to take two arguments instead of one, the second argument being
9754         the line number for use in creating an accelerator.  I added a
9755         hack to support existing functions with one argument (although I
9756         doubt that very many of these exist), for backward compatibility.
9757
9758         f) I moved the top level mule menu to be a submenu of the edit
9759         menu.  I think that most of the items on this menu are fairly
9760         useless and there are certainly not enough frequently used items
9761         to justify this being its own top level menu.
9762
9763         g) I combined most of the items in big-menubar.el into the main menu.
9764         If people think the main menu is too big, it would be possible to
9765         create different configurations, some smaller.
9766
9767         * menubar.el (check-menu-syntax):
9768         Deleted some syntax checks that were no longer valid, partly
9769         because of changes that were already made a long time ago, and
9770         partly because of a change I made where I allow the name of the
9771         menu item to be an evaluated expression rather than just a string,
9772         similar to all of the other parameters of a menu item.
9773
9774         * minibuf.el:
9775         * minibuf.el (read-file-name-1):
9776         * minibuf.el (mouse-read-file-name-1):
9777         I made a number of changes to improve the appearance
9778         and functioning of the file dialog box.  They include:
9779
9780         a) Fixing the problem where closing the dialog box by clicking on
9781         the close button of the window didn't properly exit the
9782         minibuffer.
9783
9784         b) Fixing the problem that if you typed part of a file name, and
9785         then clicked on a completion with the mouse, the file was not
9786         correctly selected.
9787
9788         c) Changing the title of the dialog box to reflect the operation
9789         being done in accordance with user interface conventions, rather
9790         than the name of the dialog box buffer, which is rather useless.
9791
9792         d) Remove the words "possible completions are" which didn't
9793         belong.
9794
9795         e) Fix things so that the completions scroll off the end of the
9796         completions windows only to the right, rather than both to the
9797         right and down, which is in accordance with Windows user interface
9798         conventions.
9799
9800         * msw-init.el (init-post-mswindows-win):
9801         Added a binding for meta-F4, which is the standard windows binding
9802         for exiting a program.
9803
9804         * select.el (get-selection-no-error):
9805         * select.el (own-selection):
9806         * select.el (own-clipboard):
9807         Added an optional argument called append to the functions
9808         own-selection and own-clipboard.  This adds support for appending
9809         text to the existing selection and allows the function
9810         own-clipboard to be used as the value of the variable
9811         interprogram- cut-function.
9812
9813         Fixed a bug in own-selection in handling zmacs-region-stays.
9814
9815         * simple.el (historical-kill-line): New.
9816
9817         * simple.el (kill-line):
9818         * simple.el (interprogram-cut-function):
9819         * simple.el (interprogram-paste-function):
9820         * simple.el (handle-pre-motion-command):
9821         * simple.el (next-line):
9822         * simple.el (previous-line):
9823         a) Expanded the variable kill-whole-line, so that function
9824         kill-line can be set to delete the entire line always, not just
9825         when cursor is at the beginning of the line.  This is controlled
9826         by setting the variable kill-whole-line to the symbol 'always.
9827         This behavior, as well as the existing kill-whole-line behavior,
9828         now only take effect when kill-line is called interactively,
9829         although this is a departure from a previous behavior in the case
9830         of setting this variable kill-whole-line to t.  It is almost
9831         certainly what has always been intended, and most likely the old
9832         way of doing things introduced bugs.  I also created a function
9833         called historical-kill-line, which ignores the kill-whole-line
9834         setting and always gives the historical behavior of only killing
9835         to the end of the line.  I bound this function to shift- control-k
9836         so that the kill to end of line behavior is available, even when
9837         kill-whole-line has been set to change control-k into the simple
9838         delete-whole-line behavior. (This can be set using the options
9839         menu.)
9840
9841         b) I changed things so that kill and yank now interact with the
9842         clipboard by default under windows.  This was done by changing the
9843         default value of interprogram-cut- function and
9844         interprogram-paste-function.  You can get the old behavior by
9845         setting these to nil, and there is an option on the options menu
9846         to do this.
9847
9848         c) I added support for selecting text using shifted motion keys.
9849         This support is on by default and can be controlled by the
9850         variable shifted-motion-keys-select-region.  There is also a
9851         variable called unshifted-motion-keys-deselect-region that
9852         controls more specifically how the shifted motion key behavior
9853         works.  I did not put an option on the options menu to turn this
9854         off, because I can't imagine why this would be useful.
9855
9856         * simple.el (forward-block-of-lines):
9857         * simple.el (backward-block-of-lines):
9858         * simple.el (block-movement-size):
9859         New.
9860
9861         * simple.el (uncapitalized-title-words):
9862         * simple.el (uncapitalized-title-word-regexp):
9863         * simple.el (capitalize-string-as-title):
9864         * simple.el (capitalize-region-as-title):
9865         New.
9866
9867
9868         * subr.el (add-hook):
9869         * subr.el (make-local-hook): New.
9870         * subr.el (remove-local-hook): New.
9871         * subr.el (add-one-shot-hook): New.
9872         * subr.el (add-local-one-shot-hook): New.
9873         Added some functions to make using hooks easier.
9874         These include:
9875
9876         a) Functions add-local-hook and remove-local-hook to make it easy
9877         to use local hooks.
9878
9879         b) Functions add-one-shot-hook and add-local-one-shot-hook, which
9880         make it possible to add a "one-shot" hook, which is to say a hook
9881         that runs only once, and automatically removes itself after the
9882         first time it has run.
9883
9884 2000-03-09  Andy Piper  <andy@xemacs.org>
9885
9886         * files.el (auto-mode-alist): pick up jsp, jhtml and xml files.
9887
9888 2000-03-09  Yoshiki Hayashi  <yoshiki@xemacs.org>
9889
9890         * buff-menu.el (buffers-menu-omit-invisible-buffers):
9891         Moved from menubar-items.el.
9892         * dumped-lisp.el: Dump gutter-items regardless of menubar.
9893
9894 2000-03-08  Andy Piper  <andy@xemacs.org>
9895
9896         * gutter-items.el (build-buffers-tab-internal): add selected field
9897         to buffers tab spec.
9898
9899 2000-03-07  Yoshiki Hayashi  <yoshiki@xemacs.org>
9900
9901         * minibuf.el (last-exact-completion): Initialize to nil.
9902
9903 2000-03-07  Didier Verna  <didier@xemacs.org>
9904
9905         * startup.el (command-line-1): remove unused variable
9906         `first-file-buffer'.
9907
9908 2000-02-29  Hrvoje Niksic  <hniksic@iskon.hr>
9909
9910         * loaddefs.el (completion-ignored-extensions): Removed ".log",
9911         which is also used for Web server log files.
9912
9913 2000-02-03  IKEYAMA Tomonori <tomonori@suiyokai.org>
9914
9915         * mule/mule-charset.el: Setup auto-fill-chars.
9916
9917 2000-03-02  SL Baur  <steve@beopen.com>
9918
9919         * subr.el (with-string-as-buffer-contents): Reimplement using
9920         `with-temp-buffer'.  Fixes non-unique buffer name problem, fixes
9921         non-deletion of buffer after execution problem.
9922         (with-output-to-string): Use unique buffer name.
9923
9924 2000-02-29  Stephen J. Turnbull  <stephen@xemacs.org>
9925
9926         * gutter-items.el (buffers-tab-sort-function):  New variable.
9927         (buffers-tab-items):  Funcall it to sort the buffer tab list.
9928
9929 2000-02-29  Stephen J. Turnbull  <stephen@xemacs.org>
9930
9931         * startup.el (load-user-init-file):  Merge two `if's to one `or'.
9932
9933 2000-02-28  Martin Buchholz  <martin@xemacs.org>
9934
9935         * menubar-items.el (maybe-add-init-button): Remove the "Load
9936         .emacs" button from all menubars.
9937
9938 2000-03-01  Didier Verna  <didier@xemacs.org>
9939
9940         * rect.el (string-rectangle): depend on `pending-delete-mode' for
9941         region rectangle replacement (from Jan Vroonhof).
9942         (replace-rectangle): new function.
9943
9944 2000-01-05  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
9945
9946         * mule/mule-cmds.el (set-default-coding-systems): Use
9947         set-terminal-coding-system and set-keyboard-coding-system.
9948         * coding.el (set-terminal-coding-system): Use
9949         set-console-tty-output-coding-system.
9950         (set-keyboard-coding-system): Use
9951         set-console-tty-input-coding-system.
9952
9953 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
9954
9955         * minibuf.el (read-variable): Allow symbol to default argument.
9956
9957 2000-02-27  Andy Piper  <andy@xemacs.org>
9958
9959         * gutter-items.el (update-tab-hook): new function to be used for
9960         hooks.
9961         (create-frame-hook): add update-tab-hook.
9962         (record-buffer-hook): ditto.
9963         (default-gutter-position-changed): ditto.
9964         (default-gutter-position): updating the buffers tab is now handled
9965         by a hook.
9966         (default-gutter-position-changed-hook): new variable.
9967         (gutter-element-visibility-changed-hook): ditto.
9968         (set-gutter-element-visible-p): call it.
9969         (set-gutter-element): use modify-specifier-instances. Set extents
9970         as duplicable before using.
9971         (remove-gutter-element): ditto.
9972         (set-gutter-element-visible-p): ditto.
9973         (init-gutter): new function.
9974         (add-tab-to-gutter): use new gutter-element functions rather than
9975         setting specifiers directly.
9976         (clear-progress): ditto.
9977         (abort-progress): ditto.
9978         (gutter-buffers-tab-visible-p): renamed from
9979         default-gutter-visible-p
9980
9981         * specifier.el (modify-specifier-instances): new function from Jan
9982         Vroonhof.
9983
9984         * x-init.el (init-post-x-win): call init-gutter.
9985
9986         * msw-init.el (init-post-mswindows-win): call init-gutter.
9987
9988         * menubar-items.el (default-menubar): Update to reflect new gutter
9989         variables.
9990
9991 2000-02-26  Andy Piper  <andy@xemacs.org>
9992
9993         * gutter-items.el (set-gutter-element): new function. Add gutter
9994         elements to the specified gutter.
9995         (remove-gutter-element): new function. Remove gutter elements from
9996         the specified gutter.
9997         (set-gutter-element-visible-p): new function. Set gutter element
9998         visibility for the provided gutter-visible specifier.
9999
10000 2000-02-23  Andy Piper  <andy@xemacs.org>
10001
10002         * gutter-items.el (add-tab-to-gutter): specify dimensions
10003         dynamically.
10004
10005 2000-02-24  Martin Buchholz  <martin@xemacs.org>
10006
10007         * gutter-items.el (add-tab-to-gutter):
10008         * package-get.el (package-get-interactive-package-query):
10009         * package-ui.el (pui-directory-exists):
10010         (pui-install-selected-packages):
10011         (pui-list-packages):
10012         Use #'(lambda ...)  instead of '(lambda ...).
10013
10014 2000-02-21  Gregory Neil Shapiro <gshapiro@gshapiro.net>
10015
10016         * startup.el (load-user-init-file): Check to make sure user
10017           has an init-file before calling load().
10018
10019 2000-02-20  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
10020
10021         * msw-glyphs.el (msgdi-device-p): Added this and 'msgdi specifier tag.
10022
10023 2000-02-23  Martin Buchholz <martin@xemacs.org>
10024
10025         * XEmacs 21.2.31 is released.
10026
10027 2000-02-21  Mike Sperber <mike@xemacs.org>
10028
10029         * loadup.el (really-early-error-handler):
10030         * update-elc.el:
10031         * make-docfile.el:
10032         Remove dependency on EMACSBOOTSTRAP... environment variables.
10033
10034 2000-02-21  Martin Buchholz <martin@xemacs.org>
10035
10036         * XEmacs 21.2.30 is released.
10037
10038 2000-02-19  Martin Buchholz  <martin@xemacs.org>
10039
10040         * byte-optimize.el (byte-optimize-plus):
10041         (byte-optimize-minus):
10042         (byte-optimize-multiply):
10043         Optimize (- 0) to 0, not (-)
10044         Optimize (+ 5 3.0) to 8.0
10045         Optimize (* 5 3.0) to 15.0
10046         Improve readability.
10047
10048 2000-02-21  Jonathan Harris  <jhar@tardis.ed.ac.uk>
10049
10050         * modeline.el: (modeline-scrolling-method): change modeline
10051         mswindows cursor appearance according to the value.
10052
10053         * msw-faces.el: (mswindows-init-device-faces): Initialise 'default
10054         and 'gui-element face colors and 'gui-element face font to Windows
10055         defaults.
10056
10057 2000-02-09 Stef Epardaud  <stef@lunatech.com>
10058
10059         * font-lock.el: Javadoc enhancements
10060
10061 1999-11-27  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
10062
10063         * ldap.el (toplevel): Test if LDAP support has been compiled in
10064         (ldap-verbose): New option
10065         (ldap-search-entries): Renamed from the previous ldap-search
10066         Conditionalize message display on ldap-verbose
10067         (ldap-add-entries, ldap-modify-entries, ldap-delete-entries): New
10068         defuns
10069         (ldap-search): Is now defined as an obsolete wrapper calling
10070         ldap-search-basic or ldap-search-entries
10071
10072
10073 1999-12-06  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
10074             Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
10075             Jan Vroonhof  <jan@xemacs.org>
10076
10077         * byte-optimize.el (byte-optimize-form-code-walker): Fixed.
10078         When for-effect is true, didn't call `byte-optimize-form'
10079         in and/or subforms without last.
10080
10081 1999-12-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
10082
10083         * package-get.el (package-get-download-sites): Use correct custom
10084         type.
10085
10086 2000-02-15  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
10087
10088         * files.el (write-file): Ask for coding system when compiled with
10089         file-coding.
10090
10091 2000-02-16  Andy Piper  <andy@xemacs.org>
10092
10093         * buffer.el (switch-to-buffer): give norecord argument to
10094         set-window-buffer instead of explicitly recording.
10095
10096         * gutter-items.el (buffers-tab-switch-to-buffer): don't record if
10097         we have to pick a window.
10098
10099 1999-12-24  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10100
10101         * mule/mule-cmds.el (describe-language-support): Don't add
10102         unexist function to help-map.
10103         (describe-coding-system): Don't use already assigend `C'.
10104
10105 2000-01-23  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
10106
10107         * info.el (Info-save-auto-generated-dir): nil -> 'never to make it
10108         work in custom.
10109
10110 2000-02-04  Kazuyuki IENAGA <kazz@imasy.or.jp>
10111
10112         * about.el: Ienaga's e-mail address change.
10113
10114 2000-02-16  Samuel Mikes  <smikes@alumni.hmc.edu>
10115
10116         * etags.el (find-tag): force new window -- even if buf already
10117         visible -- when other-window is t
10118
10119 2000-02-16  Martin Buchholz <martin@xemacs.org>
10120
10121         * XEmacs 21.2.29 is released.
10122
10123 2000-02-09  Martin Buchholz  <martin@xemacs.org>
10124
10125         * cl-extra.el (getf): This is now identical to `plist-get', so
10126         just defalias it.
10127         * cl-macs.el: Make getf an alias to plist-get, at the
10128         byte-compiler level, using define-compiler-macro.
10129
10130 2000-02-08  Martin Buchholz  <martin@xemacs.org>
10131
10132         * cl-extra.el (cl-remprop): Remove. remprop is now in C.
10133
10134 2000-02-07  Kyle Jones  <kyle_jones@wonderworks.com>
10135
10136         * lisp/etags.el (find-tag-internal): set exact-tagname to
10137           a regular expression that matches against the tagname
10138           part of the tag entry first instead of only looking in
10139           the context area.
10140
10141 2000-01-23  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
10142
10143         * gutter-items.el: fixed typo(s) in customizing default-gutter-position
10144         * toobar.el: fixed typo(s) in customizing default-toolbar-position
10145
10146 2000-02-07  Martin Buchholz <martin@xemacs.org>
10147
10148         * XEmacs 21.2.28 is released.
10149
10150 2000-02-07  Martin Buchholz  <martin@xemacs.org>
10151
10152         * cl-extra.el (getf): Just call `get', never `get*'.
10153         Make arglist match docstring.
10154         Fix bug: (getf nil t t) ==> Lisp nesting exceeds `max-lisp-eval-depth'
10155         * cl-macs.el (get* compiler macro): Simply replace `get*' by `get'.
10156         * byte-optimize.el: remove references to `get*'.
10157
10158 2000-02-06  Martin Buchholz  <martin@xemacs.org>
10159
10160         * mule/european.el: Add syntax information for Latin3 and Latin4.
10161
10162 2000-02-02  Martin Buchholz  <martin@xemacs.org>
10163
10164         * byte-optimize.el: Byte-optimize (length "foo")
10165
10166 2000-02-03   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
10167
10168         * window.el (shrink-window-if-larger-than-buffer): Rewrite full
10169         width check using `window-leftmost-p' and `window-rightmost-p'.
10170
10171 2000-02-02  Per Abrahamsen  <abraham@dina.kvl.dk>
10172
10173         * wid-edit.el (widget-match-inline): An atom never matches a
10174           list.
10175
10176 2000-01-29  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
10177
10178         * modeline.el: Consolidated 'x and 'mswindows specification under
10179         'win tag.
10180
10181 2000-01-29  Andy Piper  <andy@xemacs.org>
10182
10183         * gutter-items.el: (format-buffers-tab-line): Try and be
10184         intelligent about buffer naming when we have duplicates.
10185
10186 2000-01-29  Andy Piper  <andy@xemacs.org>
10187
10188         * gutter-items.el (gutter-visible-p): Make sure the gutter gets
10189         updated when it becomes visible.
10190
10191 2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
10192
10193         * bytecomp.el (byte-compile-insert-header): Properly set coding
10194         system under MULE and file-coding.
10195
10196 2000-01-28  Martin Buchholz  <martin@xemacs.org>
10197
10198         * coding.el (dontusethis-set-value-file-name-coding-system-handler):
10199         (dontusethis-set-value-terminal-coding-system-handler):
10200         (dontusethis-set-value-keyboard-coding-system-handler):
10201         Never undefine coding system aliases.  Emergency fix for gnus.
10202
10203 2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
10204
10205         * files.el (abbreviate-file-name): Use directory-sep-char instead
10206         of hard-coded "/".
10207
10208 2000-01-27  Hrvoje Niksic  <hniksic@iskon.hr>
10209
10210         * startup.el (user-init-file-base-list): New variable, replacing
10211         user-init-file-base.
10212         (find-user-init-file): New function.
10213         (command-line-early): Use it.
10214         (load-user-init-file): Ditto.
10215
10216 2000-01-26  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
10217
10218         * gutter-items.el (update-tab-in-gutter): Use proper locale when
10219         calling valid-image-instantiator-format-p
10220
10221 2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
10222
10223         * isearch-mode.el (isearch-mode): The variable is
10224         isearch-unhidden-extents, not isearch-opened-extents.
10225
10226 2000-01-26  Hrvoje Niksic  <hniksic@iskon.hr>
10227
10228         * minibuf.el (next-history-element): Modify error message if a
10229         default value is available.
10230
10231 2000-01-26  Martin Buchholz  <martin@xemacs.org>
10232
10233         * bytecomp.el (byte-compile-file): Don't unconditionally write
10234         .elc files in binary - might contain non-Latin1.
10235
10236 2000-01-24  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
10237
10238         * process.el (shell-quote-argument): Use (nt-quote-process-args)
10239         for windows-nt.
10240
10241         * version.el:
10242         * startup.el (user-init-file-base):
10243         * process.el (call-process-region):
10244         * files.el (make-backup-file-name):
10245         (backup-file-name-p):
10246         (file-relative-name):
10247         (abbreviate-file-name):
10248         (set-auto-mode):
10249         * code-process.el (call-process-region): Removed unnecessary
10250         branching on 'windows-nt and 'ms-dos system types. Phased 'ms-dos
10251         support out of the universe.
10252
10253         * process.el:
10254         * code-process.el:
10255         * bytecomp.el (byte-compile-file): Removed reference to
10256         buffer-file-type, and commented usage of binary-process-output
10257         NTEmacs variables.
10258
10259 2000-01-24  Yoshiki Hayashi  <yoshiki@xemacs.org>
10260
10261         * help.el (function-arglist): Add case for macro.
10262
10263 2000-01-22  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
10264
10265         * cus-edit.el (custom-display): Removed "MS-DOS" and added Windows
10266         printers.
10267         (custom-display): Added a menu for printer/display tags.
10268
10269         * frame.el (frame-type):
10270         * device.el (device-type): Added 'msprinter to the doc string, and
10271         removed 'pc -- it is not going to be implemented ever.
10272         (call-device-method): Fixed docstring typo.
10273         Defined specifier tags 'printer and 'display.
10274
10275 2000-01-22  Kyle Jones  <kyle_jones@wonderworks.com>
10276
10277         * lisp/itimer.el (itimer-run-expired-timers): (consp
10278           last-command-event-time) instead of (consp
10279           'last-command-event-time).
10280
10281 2000-01-21  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
10282
10283         * msw-glyphs.el: Removed obsolete commentary.
10284
10285 2000-01-21  Hrvoje Niksic  <hniksic@iskon.hr>
10286
10287         * minibuf.el (read-file-name): Use abbreviate-file-name to produce
10288         better default value.
10289
10290 2000-01-21  Hrvoje Niksic  <hniksic@iskon.hr>
10291
10292         * minibuf.el (read-expression): Add a DEFAULT-VALUE argument.
10293         (read-string): Ditto.
10294         (eval-minibuffer): Ditto.
10295         (read-command): Ditto.
10296         (read-function): Ditto.
10297         (read-variable): Ditto.
10298         (read-number): Ditto.
10299         (read-shell-command): Ditto.
10300         (read-number): Record history.
10301
10302 2000-01-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
10303
10304         * etags.el (find-tag-tag): Use DEFAULT of completing-read.
10305
10306 2000-01-20  Yoshiki Hayashi  <yoshiki@xemacs.org>
10307
10308         * faces.el (startup-initialize-custom-faces): New function.
10309         Reset all faces created during auto-autoloads loading time
10310         by defface.
10311         * startup.el (command-line): Call it.
10312
10313 2000-01-19  Yoshiki Hayashi  <yoshiki@xemacs.org>
10314
10315         * about.el (about-hackers): Add myself to contributors list.
10316
10317 2000-01-12  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>
10318
10319         * menubar-items.el (maybe-add-init-button): Removed an argument in
10320         a call to load-user-init-file, as the function managed to lose its
10321         formal parameter a few betas ago.
10322
10323 2000-01-18  Martin Buchholz <martin@xemacs.org>
10324
10325         * XEmacs 21.2.27 is released.
10326
10327 2000-01-18  Martin Buchholz  <martin@xemacs.org>
10328
10329         * process.el (shell-command-to-string): Use the FSF docstring.
10330         Make shell-command-to-string the standard function, and
10331         exec-to-string the (deprecated) alias.
10332
10333         * startup.el: typo fix.
10334
10335 2000-01-16  Martin Buchholz  <martin@xemacs.org>
10336
10337         * mule/mule-misc.el (char-octet): Move back into mule-charset.c.
10338
10339 2000-01-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10340
10341         * menubar-items.el (sort-buffers-menu-alphabetically): Put invisible
10342         buffers after visible buffers.
10343         (sort-buffers-menu-by-mode-then-alphabetically): Ditto.
10344
10345 2000-01-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10346
10347         * info.el (Info-extract-menu-node-name): Stop at a dot
10348         followed by whitespace or right parenthesis.
10349
10350 2000-01-15  Hrvoje Niksic  <hniksic@iskon.hr>
10351
10352         * info.el (Info-directory-list): Warn against using Customize with
10353         Info-directory-list.
10354
10355 2000-01-15  Adrian Aichner  <aichner@ecf.teradyne.com>
10356
10357         * minibuf.el (read-file-name): doc fix.
10358
10359         * autoload.el (update-file-autoloads): doc fix.
10360
10361         * about.el (about-hackers): Change my E-mail address.
10362
10363 2000-01-13  Martin Buchholz  <martin@xemacs.org>
10364
10365         * info.el (Info-visit-file): Just use the `f' interactive spec to
10366         read a filename in the standard way.
10367
10368 2000-01-13  Andy Piper  <andy@xemacs.org>
10369
10370         * gutter-items.el (gutter-buffers-tab-orientation): new variable.
10371         (gutter-buffers-tab-extent): new variable.
10372         (update-tab-in-gutter): call add-tab-to-gutter again if the
10373         orientation has changed.
10374         (add-tab-to-gutter): cope with different orientations.
10375
10376 2000-01-11  Didier Verna  <didier@xemacs.org>
10377
10378         * info.el (Info-following-node-name): backward-skip dots as well
10379         as spaces (dots at the end of a node name aren't part of it).
10380         (Info-extract-menu-node-name): don't skip dots. There could be
10381         some in the node name.
10382         (Info-index): allow dots to be part of a node name.
10383
10384 2000-01-12  Andreas Jaeger  <aj@suse.de>
10385
10386         * files.el (auto-mode-alist): Added idlwave-mode.
10387         Patch by Carsten Dominik <dominik@astro.uva.nl>.
10388
10389 1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10390
10391         * info.el (Info-search): Show default value.
10392
10393 1999-12-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10394
10395         * info.el (Info-read-node-completion-table): New variable.
10396         (Info-read-node-name-1): New function.
10397         (Info-read-node-name): Use it.
10398         (Info-follow-reference): Use DEFAULT argument of completing-read.
10399         (Info-menu): Ditto.
10400
10401 1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10402
10403         * hyper-apropos.el (hyper-describe-key-briefly): Save
10404         window configuration.
10405         (hyper-describe-face): Use DEFAULT of completing-read.
10406         (hyper-apropos-read-variable-symbol): Ditto.
10407         (hyper-apropos-read-function-symbol): Ditto.
10408
10409 1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10410
10411         * mule/mule-cmds.el (set-default-coding-system): Set
10412         comint-exec-hook to use coding-system-for-read and
10413         coding-system-for-write so that C-x RET c works.
10414
10415 1999-12-27  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10416
10417         * minibuf.el (minibuffer-confirm-incomplete): Customize.
10418         (previous-matching-history-element): Increment
10419         minibuffer-max-depth by 1.
10420         (next-matching-history-element): Ditto.
10421
10422 2000-01-11  Andy Piper  <andy@xemacs.org>
10423
10424         * gutter-items.el (buffers-tab): Create a new face for the buffers
10425         tab.
10426         (buffers-tab-face): use it.
10427
10428 2000-01-10  Didier Verna  <didier@xemacs.org>
10429
10430         * modeline.el (modeline-scrolling-method): change modeline X
10431         cursor appearance according to the value.
10432
10433 2000-01-07  Andreas Jaeger  <aj@suse.de>
10434
10435         * about.el (about-hackers): Moved my entry to contributor list.
10436         (xemacs-hackers): Added myself.
10437         (about-maintainer-info): Added description of myself.
10438
10439
10440 2000-01-07  Didier Verna  <didier@xemacs.org>
10441
10442         * modeline.el (modeline-scrolling-method): new variable.
10443         (mouse-drag-modeline): add reference to it in the docstring.
10444         (mouse-drag-modeline): handle it.
10445
10446 2000-01-08  Andy Piper  <andy@xemacs.org>
10447
10448         * gutter-items.el (update-tab-in-gutter): remove resize-subwindow
10449         calls.
10450         (remove-buffer-from-gutter-tab): ditto.
10451
10452 2000-01-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10453
10454         * cus-edit.el (custom-hook-convert-widget): Fix comment.
10455         (custom-face-edit): Fix grammatical error in help message.
10456
10457 2000-01-03  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10458
10459         * movemail.el: Added.
10460
10461         * dumped-lisp.el (preloaded-file-list): Added movemail.el.
10462
10463 2000-01-03  Didier Verna  <didier@xemacs.org>
10464
10465         * modeline.el (mouse-drag-modeline): remove the code related to
10466         the modeline horizontal scrolling facility.
10467
10468 1999-12-31  Martin Buchholz <martin@xemacs.org>
10469
10470         * XEmacs 21.2.26 is released.
10471
10472 1999-12-28  Andy Piper  <andy@xemacs.org>
10473
10474         * wid-edit.el (widget-push-button-value-create): The gui cache
10475         does not agree with native widgets which can only be displayed
10476         once per window. The reasons for caching are diminished now that
10477         we don't hog resources when creating buttons.
10478         (widget-push-button-cache) deleted.
10479
10480 1999-12-24  Martin Buchholz <martin@xemacs.org>
10481
10482         * XEmacs 21.2.25 is released.
10483
10484 1999-12-24  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10485
10486         * hyper-apropos.el (hyper-apropos): Toggle
10487         hyper-apropos-programming-apropos correctly.
10488         Set REGEXP when user accepts default value.
10489
10490 1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10491
10492         * minibuf.el (read-from-minibuffer): Bind minibuffer-default.
10493         (read-file-name-2): Use DEFAULT argument of read-from-minibuffer.
10494
10495 1999-12-22  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10496
10497         * mule/mule-category.el (undefined-category-designator):
10498         Return char instead of character.  Search for undefined one.
10499         (describe-category): Use with-displaying-help-buffer.
10500
10501 1999-12-21  Martin Buchholz  <martin@xemacs.org>
10502
10503         * byte-optimize.el (byte-optimize-plus):
10504         Optimize (+ 1) to 1 instead of (1+ nil).
10505
10506         * files.el (basic-save-buffer): Rewrite for clarity.  Use (char-before).
10507
10508         * byte-optimize.el (byte-compile-butlast): Remove.  Use butlast instead.
10509
10510         * byte-optimize.el (byte-optimize-char-before): New function.
10511         Remove performance penalty for using (char-before) instead of (char-after).
10512
10513 1999-12-20  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10514
10515         * mule/mule-category.el (char-category-list): Return character
10516         instead of integer.
10517
10518 1999-12-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10519
10520         * minibuf.el (read-buffer): Check default is buffer object.
10521
10522 1999-11-25  Andy Piper  <andy@xemacs.org>
10523
10524         * cus-edit.el (custom-buffer-create-buttons): Use native widgets
10525         for buttons.
10526
10527 1999-12-16  Andreas Jaeger  <aj@suse.de>
10528
10529         * package-get.el (package-get-maybe-save-index): Fixed typo.
10530         Patch by Jeff Miller <jmiller@smart.net>.
10531
10532 1999-12-13  Charles G Waldman  <cgw@alum.mit.edu>
10533
10534         * gnuserv.el (gnuserv-process-filter):  don't call
10535         gnuserv-write-to-client when gnuserv-current-client is nil
10536
10537 1999-12-14  Martin Buchholz <martin@xemacs.org>
10538
10539         * XEmacs 21.2.24 is released.
10540
10541 1999-12-12  Gunnar Evermann  <ge204@eng.cam.ac.uk>
10542
10543         * about.el (about-hackers): Update my email address.
10544
10545 1999-12-07  Martin Buchholz <martin@xemacs.org>
10546
10547         * XEmacs 21.2.23 is released.
10548
10549 1999-11-06  Jason R Mastaler  <jason@mastaler.com>
10550
10551         * package-get.el (package-get-download-sites): Removed several
10552         defunct download sites, added many new ones, and corrected a few
10553         incorrect directory-on-site entries.  Added physical locations to
10554         site-description.
10555
10556 1999-11-30  Gunnar Evermann  <ge204@eng.cam.ac.uk>
10557
10558         * finder.el (finder-commentary): add DOC string and fix
10559         interactive spec
10560
10561 1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
10562
10563         * help.el (describe-function): Don't forget to intern the string
10564         completing-read returns.
10565         (describe-variable): Ditto.
10566
10567 1999-11-16  Adrian Aichner  <adrian@xemacs.org>
10568
10569         * hyper-apropos.el (hyper-apropos-this-symbol): Handle
10570         `hyper-apropos-help-mode' here to find symbol to customize
10571         irregardless of cursor position and simplify
10572         `hyper-apropos-set-variable', `hyper-apropos-find-function', and
10573         `hyper-apropos-popup-menu'.
10574
10575 1999-11-21  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10576
10577         * apropos.el (apropos-mode-map): Add return to call
10578         apropos-follow.
10579         (apropos-print): Call apropos-mode to have better
10580         command reference. Put keymap text-poperty to
10581         symbole name.
10582
10583 1999-11-22  Alastair Burt  <burt@dfki.de>
10584
10585         * help.el: (describe-bindings-1): Added handling of keymaps for
10586         the extents at point.
10587
10588 1999-12-02  Mark Thomas  <mthomas@jprc.com>
10589
10590         * gutter-items.el (buffers-tab-items): Wrap the function in a
10591         save-match-data
10592
10593 1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
10594
10595         * help.el (describe-function): Use the DEFAULT argument to
10596         completing-read.
10597         (describe-variable): Ditto.
10598
10599 1999-11-26  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10600
10601         * minibuf.el (read-from-minibuffer): Add optional argument
10602         DEFAULT to have better mini-buffer history support.
10603         (completing-read): Pass default to read-from-minibuffer.
10604         (read-buffer): Pass default to completing-read.
10605
10606 1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
10607
10608         * font-lock.el (font-lock-doc-string-face): Document the
10609         `font-lock-lisp-like' property.
10610
10611 1999-11-29  Hrvoje Niksic  <hniksic@iskon.hr>
10612
10613         * lisp-mode.el: Specify `font-lock-lisp-like'.
10614
10615         * font-lock.el (font-lock-lisp-like): New function.
10616         (font-lock-fontify-syntactically-region): Use it.
10617
10618 1999-11-29  XEmacs Build Bot <builds@cvs.xemacs.org>
10619
10620         * XEmacs 21.2.22 is released
10621
10622 1999-11-28  Martin Buchholz <martin@xemacs.org>
10623
10624         * XEmacs 21.2.21 is released.
10625
10626 1999-11-18  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10627
10628         * minibuf.el (read-coding-system): Accept symbol and
10629         coding-system object as a default-coding-system.
10630
10631 1999-11-16  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10632
10633         * minibuf.el (read-coding-system): Accept symbol as
10634         a default-coding-system.
10635
10636 1999-10-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10637
10638         * apropos.el (apropos-documentation): Use insert instead
10639         of princ.
10640
10641 1999-11-07  William M. Perry  <wmperry@aventail.com>
10642
10643         * gpm.el: New gpm-minor-mode to turn GPM mouse support on & off
10644           for the linux console.
10645
10646         * mouse.el (mouse-consolidated-yank): Allow the mouse-yanking
10647           stuff to work when you are not on a window system, since the GPM
10648           mouse support now allows pasting from outside of XEmacs.
10649
10650 1999-11-10  XEmacs Build Bot <builds@cvs.xemacs.org>
10651
10652         * XEmacs 21.2.20 is released
10653
10654 1999-11-06  Hrvoje Niksic  <hniksic@iskon.hr>
10655
10656         * setup-paths.el (paths-default-info-directories): Add
10657         /usr/share/info and /usr/local/share/info.
10658
10659 1999-10-30  Hrvoje Niksic  <hniksic@srce.hr>
10660
10661         * about.el: Updated Vladimir Ivanovic's info.
10662
10663 11999-08-28  Jan Vroonhof  <vroonhof@math.ethz.ch>
10664
10665         * auto-show.el (auto-show-truncationp): Remove.
10666
10667         * auto-show.el (auto-show-should-take-action-p): Use window-truncated-p
10668
10669 999-09-23  Gunnar Evermann  <ge204@eng.cam.ac.uk>
10670
10671         * indent.el (indent-line-to): fix bug: spaces were not replaced
10672         with tab if column is multiple of tab-width
10673         From dhn@qedinc.com
10674
10675 1999-10-24  Jan Vroonhof  <vroonhof@math.ethz.ch>
10676
10677         * mule/mule-cmds.el (read-input-method-name): Accept symbols
10678         correctly. Patch from Mikio Nakajima <minakaji@osaka.email.ne.jp>
10679
10680         * package-get.el (package-get-package-provider): Be verbose when
10681         interactive. Patch from Robert Pluim
10682
10683 1999-08-23  Mike McEwan  <mike@lotusland.demon.co.uk>
10684
10685         * info.el (Info-suffix-list): Add ".info.bz2" to the recognised
10686         info file suffixes.
10687
10688 1999-08-19  Stephen Tse  <stephent@sfu.ca>
10689
10690         * process.el (open-network-stream): Add a new optional parameter
10691         PROTOCOL to support udp; fix a minor typo and add an explanation
10692         in docstring for udp programming.
10693
10694         * code-process.el (open-network-stream): Add a new optional
10695         parameter PROTOCOL to support udp; fix a minor typo and add an
10696         explanation in docstring for udp programming.
10697
10698 1999-10-18  Andy Piper  <andy@xemacs.org>
10699
10700         * gui.el (make-gui-button): be more precise about how we call
10701         callbacks.
10702
10703         * wid-edit.el (widget-push-button-value-create): Use the new form
10704         of native gui-button.
10705
10706 1999-10-14  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
10707
10708         * info.el (Info-page-prev): Don't do (sit-for 0).
10709
10710 1999-10-13  Andy Piper  <andy@xemacs.org>
10711
10712         * gutter-items.el (progress-abort-glyph): new glyph for showing
10713         abort status.
10714         (append-progress): dispatch-event rather than sit-for.
10715         (abort-progress): new function. Show the abort glyph with an
10716         appropriate message.
10717         (raw-append-progress): dispatch-event rather than sit-for.
10718         (display-progress): cope with aborts.
10719
10720         * gui.el (make-gui-button): Use native widgets for buttons
10721         unconditionally.
10722         (insert-gui-button): ditto.
10723         (gui-button-p): ditto.
10724
10725         * xbm-button.el: remove from core.
10726
10727         * xpm-button.el: remove from core.
10728
10729 1999-10-07  Olivier Galibert  <galibert@pobox.com>
10730
10731         * faces.el (init-device-faces): Don't initialize the random faces
10732         on the stream device.
10733
10734 1999-10-06  Andy Piper  <andy@xemacs.org>
10735
10736         * files.el (recover-file): Don't use ls under windows for revert buffer.
10737
10738 1999-09-25  Adrian Aichner  <adrian@xemacs.org>
10739
10740         * package-get.el (package-get-download-menu): Make menu really
10741         toggle download sites.
10742         (package-get-download-sites): Add autoload cookie.
10743
10744 1999-09-29  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10745
10746         * setup-paths.el (paths-find-module-directory): Ditto.
10747
10748 1999-09-29  Werner Fink  <werner@suse.de>
10749
10750         * setup-paths.el (paths-find-exec-directory): Add missing nil
10751         parameter for environment.
10752
10753 1999-09-27  Martin Buchholz  <martin@xemacs.org>
10754
10755         * modeline.el (modeline-format):
10756         Only purecopy the strings.  Else
10757         (nsublis '(("%p" . "%P")) (default-value 'modeline-format) :test 'equal)
10758         barfs.
10759
10760 1999-08-28  Mike Woolley  <mike@bulsara.com>
10761
10762         * winnt.el: Removed nt-shell-mode-hook, which was preventing the
10763         user setting comint-completion-addsuffix and
10764         comint-process-echoes.
10765
10766 1999-09-22  Andy Piper  <andy@xemacs.org>
10767
10768         * gutter-items.el (update-tab-in-gutter): use
10769         last-nonminibuf-window instead of selected-window.
10770
10771 1999-09-18  Andy Piper  <andy@xemacs.org>
10772
10773         * gnuserv.el (gnuserv-edit-files): select frame we are going to
10774         display on.
10775
10776         * subr.el (record-buffer-hook): new variable so that the hook gets
10777         some documentation.
10778
10779 1999-09-16  Andy Piper  <andy@xemacs.org>
10780
10781         * gutter-items.el (update-tab-in-gutter): only update when the
10782         gutter is visible.
10783         (remove-buffer-from-gutter-tab): ditto.
10784
10785 1999-09-17  Hrvoje Niksic  <hniksic@srce.hr>
10786
10787         * simple.el (do-auto-fill): Commented out part of Kinsoku
10788         processing.
10789
10790 1999-09-14  Hrvoje Niksic  <hniksic@srce.hr>
10791
10792         * isearch-mode.el (isearch-highlightify-region): Give the
10793         highlighting extents a high priority.
10794         (isearch-make-extent): Give the main highlighting extent an even
10795         higher priority.
10796
10797 1999-09-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10798
10799         * packages.el (packages-compute-package-locations): Fix typo from
10800         -u rationalization.
10801
10802 1999-09-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10803
10804         * setup-paths.el (paths-find-doc-directory): Respect value of
10805         `configure-doc-directory.'
10806
10807         * find-paths.el (paths-find-architecture-directory): Give
10808         precendence `default' argument (which typically comes from
10809         configure).
10810
10811 1999-09-05  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10812
10813         * startup.el (command-line-early): Added options -user-init-file
10814         and -user-init-directory.
10815
10816         * files.el (user-init-file): Default to NIL so we can recognize
10817         when it's set.
10818
10819 1999-08-30  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
10820
10821         * obsolete.el (init-file-user):
10822         * startup.el:
10823         * packages.el (packages-compute-package-locations):
10824         * package-get.el (package-get-user-index-filename):
10825         * menubar-items.el (maybe-add-init-button):
10826         * info.el (Info-annotations-path):
10827         * dump-paths.el:
10828         Change `user-init-directory' to be an absolute path.
10829         Use `user-init-directory' where appropriate.
10830         Zap `init-file-user' and its uses.
10831
10832 1999-09-09  Hrvoje Niksic  <hniksic@srce.hr>
10833
10834         * subr.el (copy-symbol): New function.
10835
10836 1999-09-08  Hrvoje Niksic  <hniksic@srce.hr>
10837
10838         * isearch-mode.el (isearch-done): Be sure to restore invisible
10839         extents in the proper buffer.
10840         (isearch-pre-command-hook): Set this-command to the correct value
10841         in case the buffer has changed and old overriding-local-map was
10842         used.
10843         (isearch-restore-extent): Use remprop instead of setting the
10844         property to nil.
10845
10846 1999-09-08  Hrvoje Niksic  <hniksic@srce.hr>
10847
10848         * cmdloop.el (execute-extended-command): Update zmacs region
10849         before the delay.
10850         (execute-extended-command): Make the message gettext-friendly.
10851
10852 1999-09-07  Andy Piper  <andy@xemacs.org>
10853
10854         * gutter-items.el (progress-gauge-glyph): renamed from
10855         progress-glyph.
10856         (progress-text-glyph): new variable.
10857         (progress-layout-glyph): use layouts and text glyphs.
10858         (progress-area-buffer): removed.
10859         (progress-text-and-extent): new variable.
10860         (progress-displayed-p): dynamically create gutter area buffer.
10861         (clear-progress): ditto.
10862         (raw-append-progress): ditto.
10863         (append-progress): use new glyph names.
10864         (raw-append-progress): only create the extent when needed. set
10865         properties more optimally.
10866         (progress): remove args.
10867
10868 1999-09-07  Hrvoje Niksic  <hniksic@srce.hr>
10869
10870         * isearch-mode.el (isearch-range-invisible): Use mapc instead of
10871         mapcar where the return value is unused.
10872         (isearch-restore-invisible-extents): Ditto.
10873         (isearch-highlight-all-cleanup): Ditto.
10874         (isearch-delete-extents-in-range): Traverse the extents only once.
10875         (isearch-highlight-all-update): Don't start over if the search
10876         string has changed and more input is pending.
10877
10878 1999-09-07  Hrvoje Niksic  <hniksic@srce.hr>
10879
10880         * packages.el (packages-find-package-data-path): Ditto.
10881
10882         * cl.el: Use mapcar at top-level -- mapc is no longer a subr.
10883
10884         * subr.el (mapc-internal): Don't make obsolete.
10885
10886         * cl-extra.el (mapc): Resurrect.
10887
10888 1999-09-03  Hrvoje Niksic  <hniksic@srce.hr>
10889
10890         * obsolete.el (isearch-yank-x-clipboard): Define it as an obsolete
10891         alias.
10892
10893         * isearch-mode.el (isearch-top-state): Restore isearch-word.
10894         (isearch-yank-clipboard): Renamed from isearch-yank-x-clipboard.
10895         (isearch-yank-clipboard): Use get-clipboard instead of
10896         x-get-clipboard.
10897         (isearch-yank-selection): Fix docstring.
10898
10899 1999-09-02  Martin Buchholz  <martin@xemacs.org>
10900
10901         * cl-extra.el: Obsolete hash-table-type in favor of hash-table-weakness.
10902
10903 1999-09-02  Hrvoje Niksic  <hniksic@srce.hr>
10904
10905         * cl-macs.el (extent-start-position): Fix setf method.
10906         (extent-end-position): Ditto.
10907
10908 1999-09-02  Hrvoje Niksic  <hniksic@srce.hr>
10909
10910         * isearch-mode.el: End merge with FSF 20.4.
10911
10912         * isearch-mode.el (search-invisible): New variable.
10913         (isearch-hide-immediately): Ditto.
10914         (isearch-unhidden-extents): Ditto.
10915         (isearch-range-invisible): New function.
10916         (isearch-unhide-extent): Ditto.
10917         (isearch-restore-invisible-extents): Ditto.
10918         (isearch-restore-extent): Ditto.
10919
10920         * isearch-mode.el (isearch-ring-advance-edit): Use FSF
10921         implementation.
10922         (isearch-ring-retreat-edit): Ditto.
10923         (isearch-forward): New argument NO-RECURSIVE-EDIT.
10924         (isearch-forward-regexp): New arguments NOT-REGEXP and
10925         NO-RECURSIVE-EDIT.
10926         (isearch-backward): New argument NO-RECURSIVE-EDIT.
10927         (isearch-backward-regexp): New arguments NOT-REGEXP and
10928         NO-RECURSIVE-EDIT.
10929         (isearch-mode): Return isearch-success.
10930         (isearch-update): Use unread-command-events instead of
10931         unread-command-event.
10932         (isearch-abort): If an invalid regexp is encountered, keep popping
10933         states.
10934         (isearch-*-char): Use FSF implementation.
10935         (isearch-whitespace-chars): Use the more robust FSF's
10936         implementation.
10937         (isearch-within-brackets): New variable.
10938         (isearch-mode): Initialize it.
10939         (isearch-edit-string): Bind it.
10940         (isearch-search-and-update): Set it.
10941         (isearch-push-state): Push it.
10942         (isearch-top-state): Pop it.
10943         (isearch-search): Set it.
10944         (isearch-printing-char): When called by isearch-whitespace-chars,
10945         handle M-SPC gracefully.
10946         (isearch-message-prefix): New argument ELLIPSIS.
10947         (isearch-message-suffix): Ditto.
10948         (isearch-message): Use the ELLIPSIS argument when calling
10949         isearch-message-prefix and isearch-message-suffix.
10950         (isearch-message-prefix): Distinguish between "wrapped" and
10951         "overwrapped" search, FWIW.
10952
10953 1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
10954
10955         * isearch-mode.el (isearch-edit-string): Use the head of the
10956         search ring instead of search-last-string and search-last-regexp.
10957         (search-highlight): Renamed from isearch-highlight.
10958         (isearch-exit): Use the new name.
10959         (isearch-highlight): Ditto.
10960         (isearch-dehighlight): Ditto.
10961         (isearch-update-ring): New function.
10962         (isearch-done): Call it.
10963         (isearch-done): New argument EDIT.
10964         (isearch-repeat): If search string is empty, look up at the car of
10965         the search ring; ignore the yank pointer.
10966         (isearch-abort): Call isearch-done with NOPUSH.
10967         (isearch-cancel): New function.
10968         (isearch-mode-map): Bind it to ESC ESC ESC.
10969
10970         * isearch-mode.el: Begin merge with FSF 20.4.
10971
10972 1999-09-01  Andy Piper  <andy@xemacs.org>
10973
10974         * x-select.el (x-get-clipboard): obsolete.
10975         (x-yank-clipboard-selection): obsolete
10976
10977         * select.el (disown-selection): need to be careful to disown the
10978         clipboard if we set it via selection.
10979         (get-clipboard): move from x-select.el
10980         (yank-clipboard-selection): ditto.
10981
10982 1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
10983
10984         * isearch-mode.el (isearch-exit): Bind isearch-highlight and
10985         isearch-highlight-all-matches to nil.
10986         (isearch-fixed-case): New variable.
10987         (isearch-mode): Initialize it.
10988         (isearch-edit-string): Save it.
10989         (isearch-toggle-case-fold): Set it.
10990         (isearch-fix-case): Make sure isearch-toggle-case-fold works --
10991         need to check isearch-fixed-case.
10992         (isearch-toggle-case-fold): Update highlighting of all matches
10993         before the pause.
10994         (isearch-edit-string):
10995
10996 1999-09-01  Hrvoje Niksic  <hniksic@srce.hr>
10997
10998         * isearch-mode.el (isearch-edit-string): Call isearch-message
10999         before reading the event so that the prompt is displayed properly.
11000         (isearch-message): Use isearch-nonincremental when calling
11001         isearch-message-prefix.
11002         (minibuffer-local-isearch-map): Bind up and down to do the same as
11003         M-p and M-n respectively.
11004         (isearch-done): New arg NOPUSH.
11005         (isearch-edit-string): Use it.
11006         (isearch-edit-string): Don't bind isearch-string.
11007         (isearch-ring-adjust): Edit string, *then* push state.
11008
11009 1999-08-31  Hrvoje Niksic  <hniksic@srce.hr>
11010
11011         * faces.el (isearch-secondary): Make isearch-secondary look
11012         different than default.
11013
11014 1999-08-30  Hrvoje Niksic  <hniksic@srce.hr>
11015
11016         * isearch-mode.el (isearch-yank): Use progn instead of the inner
11017         save-excursion.
11018         (isearch-dehighlight): Remove TOTALLY.  Simplify.
11019         (isearch-update): Call isearch-dehighlight without arguments.
11020         (isearch-done): Ditto.
11021
11022         * isearch-mode.el (isearch-fix-case): If the search string has no
11023         upper-case letters, allow the folding to be reenabled.
11024         Previously, once disabled, the folding would remain that way until
11025         the end of isearch.
11026         (isearch-top-state): Call isearch-fix-case.
11027
11028         * isearch-mode.el (isearch-yank): Use progn instead of the inner
11029         save-excursion.
11030         (isearch-dehighlight): Remove TOTALLY.  Simplify.
11031
11032 1999-08-31  Jan Vroonhof  <jan@xemacs.org>
11033
11034         * xpm-button.el:
11035         xbm-button.el: Need to exist in core because gui.el depends on
11036         them.
11037
11038 1999-08-31  Andy Piper  <andy@xemacs.org>
11039
11040         * gutter-items.el (buffers-tab-face): new customizable variable.
11041         (buffers-tab-default-buffer-line-length): new specifier for
11042         maximum viewable characters.
11043         (progress-stack): new variable for implementing widget-based
11044         progress messages.
11045         (progress-area-buffer): ditto.
11046         (progress-glyph-height): ditto.
11047         (progress-stop-callback): ditto.
11048         (progress-quit-function): new function.
11049         (progress-glyph): new variable.
11050         (progress-layout-glyph): ditto.
11051         (progress-displayed-p): new function, see message-displayed-p for
11052         details.
11053         (clear-progress): ditto.
11054         (remove-progress): ditto.
11055         (append-progress): ditto.
11056         (raw-append-progress): ditto.
11057         (display-progress): ditto.
11058         (current-progress): ditto.
11059         (current-progress-label): ditto.
11060         (progress): ditto.
11061         (lprogress): ditto.
11062
11063
11064 1999-08-29  Hrvoje Niksic  <hniksic@srce.hr>
11065
11066         * obsolete.el (isearch-yank-x-selection): Define obsolete alias.
11067
11068         * isearch-mode.el (isearch-yank-x-selection): Renamed to
11069         `isearch-yank-selection'.
11070         (isearch-mode-map): Use it.
11071         (isearch-yank-selection): Use `get-selection' instead of
11072         `get-x-selection'.
11073
11074 1999-08-29  Hrvoje Niksic  <hniksic@srce.hr>
11075
11076         * faces.el (isearch-secondary): Create face here.
11077
11078         * isearch-mode.el: Rewrote the "lazy highlighting" code not to use
11079         timers.
11080
11081 1999-08-27  Hrvoje Niksic  <hniksic@srce.hr>
11082
11083         * subr.el (buffer-string): More robust backward compatibility
11084         check, courtesy William Perry.
11085
11086 1999-08-26  Hrvoje Niksic  <hniksic@srce.hr>
11087
11088         * replace.el (perform-replace): Stop the search after the search
11089         limit has been reached.
11090
11091 1999-08-23  Andy Piper  <andy@xemacs.org>
11092
11093         * gutter-items.el (update-tab-in-gutter): call add-tab-to-gutter
11094         here if we don't have one.
11095
11096 1999-08-15  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
11097
11098         * ldap.el (ldap-coding-system): Default to nil until we get
11099         efficient UTF8 support
11100         (ldap-decode-string): Guard against `decode-coding-string' not
11101         being defined
11102         (ldap-encode-string): Guard against `encode-coding-string' not
11103         being defined
11104
11105 1999-08-23  Didier Verna  <didier@xemacs.org>
11106
11107         * rect.el: Cosmetics suggested by Dave Love <d.love@dl.ac.uk>.
11108         Some doc strings improvements, and add a star to the `interactive'
11109         calls.
11110
11111 1999-08-18  Stef Epardaud  <stef@lunatech.com>
11112
11113         * font-lock.el (java-font-lock-keywords-3): introduced new
11114         keywords and regexpes for javadoc syntax 1.2.
11115
11116 1999-08-17  Andy Piper  <andy@xemacs.org>
11117
11118         * gutter-items.el (buffers-tab-format-buffer-line-function): use
11119         format-buffers-tab-line.
11120         (buffers-tab-max-buffer-line-length): new variable.
11121         (format-buffers-tab-line): new function. truncate names if over
11122         buffers-tab-max-buffer-line-length.
11123
11124 1999-08-13  Charles G Waldman  <cgw@fnal.gov>
11125
11126         * cus-start.el: Customize the variable `bell-inhibit-time'.
11127
11128 1999-08-16  Andy Piper  <andy@xemacs.org>
11129
11130         * gutter-items.el (remove-buffer-from-gutter-tab): take a
11131         brute-force approach to deleting the last buffer.
11132         (buffers-tab-grouping-regexp): new customizable variable.
11133         (select-buffers-tab-buffers-by-mode): use it.
11134
11135 1999-08-13  Andy Piper  <andy@xemacs.org>
11136
11137         * gutter-items.el (remove-buffer-from-gutter-tab): fix *scratch*
11138         deletion problem.
11139
11140 1999-07-30  Didier Verna  <didier@xemacs.org>
11141
11142         * cus-edit.el (custom-save-variables): I said, use prin1 instead
11143         of princ to output symbols.
11144         (custom-save-face-internal): ditto.
11145         (custom-save-resets): ditto.
11146
11147 1999-08-09  Didier Verna  <didier@xemacs.org>
11148
11149         * gutter-items.el (select-buffers-tab-buffers-by-mode): use
11150         `regexp-quote' to protect the major mode name for use as a regular
11151         expression (c++ needs this for instance).
11152
11153 1999-08-08  Andy Piper  <andy@xemacs.org>
11154
11155         * gutter-items.el (select-buffers-tab-buffers-by-mode): beef up to
11156         cope with similar mode names.
11157
11158         * gutter-items.el (buffers-tab-selection-function): new selection
11159         function.
11160         (select-buffers-tab-buffers-by-mode): new function.
11161         (buffers-tab-items): use it if set to only display buffers in the
11162         tab in the current buffer's group..
11163         (update-tab-in-gutter): use new api.
11164         (remove-buffer-from-gutter-tab): ditto.
11165
11166         * gutter-items.el (buffers-tab-max-size): set custom selection
11167         default to 6.
11168         (buffers-tab-switch-to-buffer): just switch window if the window is visible.
11169         (add-tab-to-gutter): set face as default.
11170
11171 1999-07-07  Jan Vroonhof  <jan@xemacs.org>
11172
11173         * faces.el (frob-face-property): Merge the fall-back specifier
11174         with the target, not replace it.
11175
11176 1999-08-05  Andy Piper  <andy@xemacs.org>
11177
11178         * gutter-items.el (update-tab-in-gutter): add frame argument for
11179         buffer-items.
11180         (update-tab-in-gutter): use it.
11181
11182         * gutter-items.el (record-buffer-hook): set.
11183
11184         * buffer.el (switch-to-buffer): back out switch-to-buffer-hook
11185         change.
11186         (switch-to-buffer-hook) deleted.
11187
11188 1999-08-04  Andy Piper  <andy@xemacs.org>
11189
11190         * gutter-items.el (update-tab-in-gutter): make sure this will work
11191         as an argument to create-frame-hook.
11192
11193 1999-07-30  Hrvoje Niksic  <hniksic@srce.hr>
11194
11195         * isearch-mode.el: Modified Bob and Darryl's code to use itimers
11196         instead of timer emulation.
11197
11198 1999-07-30  Darryl Okahata  <darrylo@sonic.net>
11199
11200         * isearch-mode.el: Merged Bob Glickstein's <bobg@zanshin.com> GNU
11201         Emacs isearch enhancements.
11202
11203 1999-07-28  Andy Piper  <andy@xemacs.org>
11204
11205         * gutter-items.el (add-tab-to-gutter): put in specifier specs for
11206         all devices that support tab controls.
11207         (remove-buffer-from-gutter-tab): new function. to be used as a
11208         value for kill-buffer-hook.
11209
11210 1999-07-21  Sean MacLennan  <seanm@storm.ca>
11211
11212         * auto-show.el (auto-show-truncationp): changed to match
11213         `window_translation_on'
11214
11215 1999-07-30  XEmacs Build Bot <builds@cvs.xemacs.org>
11216
11217         * XEmacs 21.2.19 is released
11218
11219 1999-07-28  SL Baur  <steve@miho>
11220
11221         * code-files.el (insert-file-contents): Fix docstring.
11222         revert previous change.
11223
11224 1999-07-26  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
11225
11226         * fill.el (fill-region-as-paragraph): Change re-break-point to
11227         contain word-across-newline plus one character so that filling
11228         Japanese and Chinese works as desired.
11229         * simple.el (do-auto-fill): Ditto.
11230
11231 1999-07-26  SL Baur  <steve@miho>
11232
11233         * mule/japanese.el ("Japanese"): Do not specify a default input
11234         method.
11235         Suggested by MORIOKA Tomohiko  <tomo@etl.go.jp>
11236
11237 1999-07-23  Jan Vroonhof  <vroonhof@math.ethz.ch>
11238
11239         * custom.el ((not (fboundp 'defun*))): Insert autoload crap to be
11240         able to use cl-macs macro in early lisp.
11241
11242 1999-07-23  Jan Vroonhof  <jan@xemacs.org>
11243
11244         * custom.el:
11245         * cus-face.el:
11246         * cus-edit.el:
11247                 Massive custom Theme API changes.
11248
11249 1999-07-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
11250
11251         * code-files.el (insert-file-contents): Regard
11252         coding-system-magic-cookie if `coding-system-for-read' is nil.
11253
11254 1999-07-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
11255
11256         * mule/thai-xtis.el: Add coding: local variable, to avoid
11257         bootstrapping problem with C locale.
11258
11259 1999-07-22  Andy Piper  <andy@xemacs.org>
11260
11261         * dumped-lisp.el (preloaded-file-list): guard against putting
11262         gutter-items in a less than functional XEmacs.
11263         * gutter-items.el: put call to `add-tab-to-gutter' back in.
11264
11265 1999-07-18  Bob Weiner  <weiner@beopen.com>
11266
11267         * fill.el (fill-context-prefix): Fixed bug that prevented the
11268         setting of an adaptive fill prefix when the `dont-skip-first' was
11269         t.
11270
11271 1999-07-22  SL Baur  <steve@miho>
11272
11273         * gutter-items.el: remove unguarded call to `add-tab-to-gutter'.
11274
11275 1999-06-25  Karl M. Hegbloom  <karlheg@debian.org>
11276
11277         * files.el (interpreter-mode-alist): add `make', `guile', and
11278         `emacs' entries. (#!/usr/bin/make -f ought to send a file into
11279         makefile-mode, guile is a scheme, and someday XEmacs will be
11280         modular enough to use as an efficient scripting tool.)
11281
11282 1999-07-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
11283
11284         * mule/mule-cmds.el (reset-language-environment): Regard
11285         coding-category `utf-8' and `ucs-4' if they are available.
11286
11287 1999-07-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
11288
11289         * mule/mule-cmds.el (set-default-coding-systems): Fix DOC-string.
11290         (prefer-coding-system): Fix DOC-string.
11291
11292         * mule/mule-cmds.el (coding-system-change-eol-conversion): Fix
11293         DOC-string too.
11294
11295         * mule/mule-cmds.el (mule-keymap): Change keymap name from MULE to
11296         Mule.
11297         (coding-system-change-eol-conversion): Fix DOC-string.
11298
11299 1999-06-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
11300
11301         * mule/mule-cmds.el (mule-keymap): Use `describe-coding-system'
11302         instead of `list-coding-system'.
11303
11304 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
11305
11306         * menubar-items.el (default-menubar): `select-input-method' was
11307         renamed to `set-input-method'.
11308
11309         * mule/mule-cmds.el (set-language-info-alist): Fix setting for
11310         "Set Language Environment" menu.
11311
11312         * mule/mule-cmds.el (set-language-info-alist): Fix setting for
11313         "Describe Language Support" menu.
11314
11315 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
11316
11317         * mule/chinese.el ("Chinese-GB"): Rename
11318         `chinese-gb-environment-setup-function' to
11319         `setup-chinese-gb-environment-internal'.
11320
11321 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
11322
11323         * mule/korean.el: Use `define-coding-system-alias' instead of
11324         `copy-coding-system'.
11325
11326 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
11327
11328         * mule/mule-cmds.el (set-language-environment-coding-systems):
11329         Treat duplicated coding-categories.
11330
11331 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
11332
11333         * mule/japanese.el: Use `define-coding-system-alias' instead of
11334         `copy-coding-system'.
11335
11336 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
11337
11338         * mule/vietnamese.el: Specify `iso-8-1' as a category of
11339         coding-system `viscii'.
11340
11341 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
11342
11343         * mule/cyrillic.el:
11344         - Specify `iso-8-1' as a category of coding-system `koi8-r'.
11345         (cyrillic-alternativnyj-decode-table): New variable.
11346         (cyrillic-alternativnyj-encode-table): New variable.
11347         - Specify `iso-8-1' as a category of coding-system
11348           `alternativnyj'.
11349         - Abolish general Cyrillic environment.
11350
11351 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
11352
11353         * mule/chinese.el:
11354         - Use `define-coding-system-alias' instead of `copy-coding-system'.
11355         - Register `chinese-gb-environment-setup-function' as a
11356           `setup-function' of "Chinese-GB" environment.
11357
11358 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
11359
11360         * mule/mule-cmds.el (set-language-info-alist): Allow dummy
11361         optional argument `parents'.
11362
11363         * mule/thai-xtis.el: Specify `tis-620' as `tutorial-coding-system'
11364         property for Thai-XTIS.
11365
11366         * mule/mule-help.el (help-with-tutorial): Use property
11367         `tutorial-coding-system' of language-info as a coding-system to
11368         read tutorial file.
11369
11370 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
11371
11372         * mule/thai-xtis.el: Don't setup `setup-function' and
11373         `exit-function'.
11374
11375         * mule/mule-cmds.el (set-language-environment-coding-systems): Use
11376         `set-coding-category-system' to set up coding-system for
11377         coding-category.
11378
11379         * mule/mule-cmds.el (prefer-coding-system): Use
11380         `set-coding-category-system' to set up coding-system for
11381         coding-category.
11382
11383 1999-06-29  MORIOKA Tomohiko  <tomo@etl.go.jp>
11384
11385         * mule/thai-xtis.el: Specify TUTORIAL.th as the tutorial file for
11386         Thai-XTIS environment.
11387
11388         * mule/mule-cmds.el (prefer-coding-system): Use
11389         `find-coding-system' instead of `coding-system-p'.
11390
11391 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
11392
11393         * mule/mule-cmds.el (set-language-environment-coding-systems):
11394         Modify eol-type for XEmacs.
11395
11396         * mule/thai-xtis.el: Delete unused local variable `category'.
11397
11398         * mule/mule-cmds.el (coding-system-change-eol-conversion): New
11399         function.
11400         (prefer-coding-system): Don't call
11401         `update-coding-systems-internal'; use function
11402         `coding-category-list' instead of variable `coding-category-list';
11403         use `set-coding-priority-list' instead of `set-coding-priority';
11404         modify `eol-type' for XEmacs.
11405
11406         * mule/mule-misc.el (string-width): Use `charset-width' instead of
11407         `charset-columns'.
11408         (char-width): Likewise.
11409
11410 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
11411
11412         * mule/thai-xtis.el: Specify `iso-8-1' as coding-category of
11413         `tis-620'.
11414
11415         * mule/mule-cmds.el (set-language-environment-coding-systems): Use
11416         `set-coding-priority-list' instead of `set-coding-priority'; don't
11417         call `update-coding-systems-internal'.
11418
11419         * mule/mule-misc.el (coding-system-get): New function.
11420         (coding-system-put): New function.
11421         (coding-system-category): New function.
11422
11423 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
11424
11425         * dumped-lisp.el (preloaded-file-list): Load "thai-xtis-chars"
11426         when Mule is running; load "mule/thai-xtis" instead of "thai-xtis"
11427         to avoid conflict with leim/quail/thai-xtis.
11428
11429         * mule/thai-xtis.el: Split definition of the charset `thai-xtis'
11430         to thai-xtis-chars.el.
11431
11432         * mule/thai-xtis-chars.el: New file (split from
11433         mule/thai-xtis.el).
11434
11435 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
11436
11437         * mule/thai-xtis.el:
11438         - Change category for the charset `thai-xtis' to `?x' from `?T'.
11439         - Add syntax entries.
11440         - Put `preferred-coding-system' of the charset `thai-xtis' to
11441           `tis-620'.
11442
11443 1999-06-28  TAKAHASHI Naoto  <ntakahas@etl.go.jp>
11444
11445         * mule/thai-xtis.el: ccl-decode-thai-xtis and subroutines
11446         rewritten to use write-multibyte-character.
11447
11448 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
11449
11450         mule/mule-cmds.el (view-hello-file): Use `iso-2022-7bit' instead
11451         of `iso-2022-7'.
11452         (prefer-coding-system): Synced up with Emacs 20.3.11 but not
11453         ported yet.
11454         (read-input-method-name): Treat optional argument `default'.
11455
11456 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
11457
11458         * mule/mule-cmds.el (set-language-info): Don't set up menus at
11459         all.
11460         (set-language-info-alist): Set up menus here.
11461
11462 1999-06-28  MORIOKA Tomohiko  <tomo@etl.go.jp>
11463
11464         * minibuf.el (completing-read): Add new optional argument
11465         `default'.
11466         (read-coding-system): Add new optional argument
11467         `default-coding-system'.
11468
11469 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
11470
11471         * mule/vietnamese.el (ccl-encode-vscii): Typo fixed
11472         (viet-viscii-...->viet-vscii...).
11473
11474 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
11475
11476         * mule/mule-cmds.el: Change MULE to Mule in docstrings
11477         and menus.
11478
11479 1999-04-12  Richard M. Stallman  <rms@gnu.org>
11480
11481         * mule/mule-cmds.el (input-method-function): Add permanent-local
11482         property.
11483
11484 1999-03-30  Dave Love  <fx@gnu.org>
11485
11486         * mule/mule-cmds.el (current-language-environment): Doc fix.
11487
11488 1999-02-06  Richard Stallman  <rms@gnu.org>
11489
11490         * mule/european.el (setup-slovenian-environment): New function.
11491         ("Slovenian"): New language environment.
11492
11493 1999-01-27  Dave Love  <fx@gnu.org>
11494
11495         * mule/mule-cmds.el (current-language-environment): Provide :link,
11496         :type (choices) and appropriate :get.
11497
11498 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
11499
11500         * mule/mule-cmds.el (describe-language-environment): Don't alter
11501         input-method-alist.
11502
11503 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
11504
11505         * mule/mule-cmds.el (prefer-coding-system): Call
11506         set-coding-priority, so that the internal array of priorities is
11507         also updated.
11508
11509 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
11510
11511         * mule/mule-cmds.el (prefer-coding-system): If the argument
11512         requires specific EOL conversion type, make the default coding
11513         systems use that.
11514
11515 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
11516
11517         * mule/mule-cmds.el (set-language-environment): Pass the default
11518         eol-type to set-language-environment-coding-systems.
11519         (set-default-coding-systems): Copy the eol-type property for the
11520         new default values of {buffer-file,process}-coding-system from the
11521         old defaults.
11522         (set-language-environment-coding-systems): Accept an optional
11523         argument EOL-TYPE, and set the eol-type property of the default
11524         coding systems accordingly.
11525
11526 1998-10-26  Kenichi Handa <handa@etl.go.jp>
11527
11528         * mule/chinese.el (pre-write-encode-hz): Cancel previous change,
11529         use generate-new-buffer instead of get-buffer-create.
11530
11531 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
11532
11533         * mule/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
11534
11535 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
11536
11537         * mule/mule-cmds.el (default-input-method): Fix custom type.
11538
11539 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
11540
11541         * mule/mule-cmds.el (setup-specified-language-environment):
11542         Add apropos-inhibit property.
11543         (describe-specified-language-support): Likewise.
11544
11545 1998-09-06  Bill Richter  <richter@math.nwu.edu>
11546
11547         * mule/mule-cmds.el: Doc fixes.
11548
11549 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
11550
11551         * mule/mule-cmds.el (register-input-method): Doc-string
11552         modified.
11553
11554 1998-09-01  Dave Love  <fx@gnu.org>
11555
11556         * mule/mule-cmds.el (current-language-environment): Fix
11557         setter function.
11558
11559 1998-08-31  Paul Eggert  <eggert@twinsun.com>
11560
11561         * mule/chinese.el, mule/cyrillic.el, mule/ethiopic.el,
11562         mule/european.el, mule/hebrew.el, mule/japanese.el,
11563         mule/korean.el, mule/vietnamese.el: Add coding: local variable, to
11564         avoid bootstrapping problem if you need to recompile all the Lisp
11565         files using interpreted code.
11566
11567 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
11568
11569         * mule/european.el ("Latin-1"): Modify `documentation' key value.
11570         ("Latin-2"): Likewise.
11571
11572 1998-08-18  Per Starback  <starback@update.uu.se>
11573
11574         * mule/european.el (setup-latin2-environment): Fix typo.
11575
11576 1998-08-18  Kenichi Handa  <handa@etl.go.jp>
11577
11578         * mule/european.el: Give proper value of `input-method' key to all
11579         lang. env.
11580
11581         * mule/mule-cmds.el (activate-input-method): Handle the case that
11582         the arg INPUT-METHOD is nil correctly.
11583         (read-multilingual-string): Activate the specified input method
11584         before calling read-string.  Afterward, activate the original
11585         input method.
11586
11587 1998-08-15  Kenichi HANDA  <handa@etl.go.jp>
11588
11589         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
11590         (set-language-info-alist): Fix typo in doc-string.
11591
11592         * mule/hebrew.el ("Hebrew"): Delete describe-function key.
11593
11594 1998-08-09  Kenichi HANDA  <handa@etl.go.jp>
11595
11596         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
11597         (reset-language-environment): New function for the job that
11598         setup-english-environment used to do.
11599         (set-language-environment): Do more setups according to the info
11600         in language-info-alist.
11601         (read-language-name): Handle the case that the arg KEY is nil.
11602         (describe-language-environment): Handle input-method property.
11603
11604         * mule/: All files under this directory, which related with
11605         specific languages (such as mule/european.el, mule/greek.el,
11606         mule/hebrew.el, mule/misc-lang.el), modified as below.
11607         (setup-XXX-environment): Just call set-language-environment.  If
11608         they used to do some other jobs than what done by
11609         set-language-environment, those jobs are done in
11610         setup-XXX-environment-internal now.
11611         ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
11612         the value to setup-XXX-environment-internal.  Add properties
11613         input-method and features.
11614
11615         * mule/english.el (setup-english-environment): Just call
11616         reset-language-environment.
11617
11618         * mule/european.el (setup-8-bit-environment): Function deleted.
11619
11620 1998-08-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
11621
11622         * mule/mule-cmds.el (input-method-exit-on-first-char)
11623         (input-method-use-echo-area): Doc fixes.
11624
11625 1998-08-06  Kenichi Handa  <handa@etl.go.jp>
11626
11627         * mule/mule-cmds.el (input-method-exit-on-first-char): New
11628         variable.
11629         (input-method-use-echo-area): New variable.
11630
11631 1998-08-01  Kenichi HANDA  <handa@etl.go.jp>
11632
11633         * mule/mule-cmds.el (language-info-alist): Doc-string modified.
11634
11635 1998-07-30  Ken'ichi Handa  <handa@delysid.gnu.org>
11636
11637         * mule/mule-cmds.el (activate-input-method): Update mode line.
11638         (inactivate-input-method): Likewise.
11639
11640 1998-07-19  Kenichi Handa  <handa@etl.go.jp>
11641
11642         * mule/mule-cmds.el (read-multilingual-string): Don't activate an
11643         input method in the current buffer, but just bind
11644         current-input-method.
11645
11646 1998-07-08  Kenichi Handa  <handa@etl.go.jp>
11647
11648         * mule/hebrew.el ("Hebrew"): Add coding-priority.
11649
11650         * mule/misc-lang.el ("IPA"): Add coding-priority and
11651         coding-system.
11652
11653 1998-06-26  Ken'ichi Handa  <handa@melange.gnu.org>
11654
11655         * mule/greek.el: Add coding-priority.
11656
11657 1998-05-23  Richard Stallman  <rms@psilocin.ai.mit.edu>
11658
11659         * mule/mule-cmds.el (register-input-method): Rename arg ENV to
11660         LANG-ENV.
11661
11662 1998-05-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
11663
11664         * mule/mule-cmds.el (register-input-method): Fix previous change.
11665         (setup-specified-language-environment): Doc fix.
11666
11667 1998-05-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
11668
11669         * mule/mule-cmds.el: Several doc fixes.
11670         (get-language-info, set-language-info): Rename argument.
11671         (set-language-info-alist): Likewise.
11672         (register-input-method): Rename argument.
11673         (activate-input-method): If INPUT-METHOD is nil, deactivate.
11674
11675 1998-05-04  Kenichi Handa  <handa@etl.go.jp>
11676
11677         * mule/mule-cmds.el (toggle-input-method): Use a more appropriate
11678         default value while reading an input method.
11679
11680 1998-05-01  Kenichi Handa  <handa@etl.go.jp>
11681
11682         * mule/mule-cmds.el (universal-coding-system-argument):
11683         Use buffer-file-coding-system as default.
11684
11685 1998-04-14  Andreas Schwab  <schwab@mescaline.gnu.org>
11686
11687         * mule/korean.el ("Korean"): Doc fix.
11688
11689 1998-04-11  Kenichi Handa  <handa@etl.go.jp>
11690
11691         * mule/mule-cmds.el (describe-language-environment): Print the
11692         languge environment at the head.
11693
11694 1998-04-06  Kenichi Handa  <handa@etl.go.jp>
11695
11696         * mule/japanese.el: Set exit-function to exit-japanese-environment
11697         for Japanese environment.
11698
11699 1998-03-20  Richard Stallman  <rms@psilocin.gnu.org>
11700
11701         * mule/mule-cmds.el (set-language-environment): Doc fix.
11702         (current-language-environment): Use defcustom.
11703         (default-input-method): Specify :type.
11704
11705 1998-03-02  Kenichi Handa  <handa@etl.go.jp>
11706
11707         * mule/mule-cmds.el (set-default-coding-systems): Doc-string
11708         modified.
11709         (prefer-coding-system): Doc-string modified.
11710
11711 1998-01-21  Kenichi Handa  <handa@etl.go.jp>
11712
11713         * mule/mule-cmds.el (set-language-info): Doc-string
11714         describes `coding-priority' KEY.
11715         (set-language-environment-coding-systems): New function.
11716         (select-safe-coding-system): New function.
11717         (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
11718         (set-language-info-alist): New optionla arg PARENTS.  Call
11719         set-language-info with appropriate DESCRIBE-MAP and SETUP-MAP args.
11720         (set-language-environment-coding-systems): New function.
11721
11722         * mule/chinese.el: Remove setting up of
11723         describe-chinese-environment-map and
11724         setup-chinese-environment-map.  Exclude them in args of calls to
11725         set-language-info-alist.  Register coding-priority key in
11726         language-info-alist.
11727
11728         * mule/cyrillic.el: Remove setting up of
11729         describe-cyrillic-environment-map and
11730         setup-cyrillic-environment-map.  Exclude them in args of calls to
11731         set-language-info-alist.  Register coding-priority key in
11732         language-info-alist.
11733
11734         * mule/english.el: Register coding-priority key in
11735         language-info-alist.
11736
11737         * mule/ethiopic.el: Register coding-priority key in
11738         language-info-alist.
11739
11740         * mule/european.el: Remove setting up of
11741         describe-european-environment-map and
11742         setup-european-environment-map.  Exclude them in args of calls to
11743         set-language-info-alist.  Register coding-priority key in
11744         language-info-alist.  Add "German" language env.
11745         (setup-8-bit-environment): Delete CODING-SYSTEM arg.
11746         (setup-german-environment): New function.
11747
11748         * mule/greek.el (setup-greek-environment): For Greek lang. env.,
11749         change default input method to "greek-postfix".
11750
11751         * mule/japanese.el, mule/korean.el, mule/vietnamese.el: Register
11752         coding-priority key in
11753
11754 1997-12-19  Stephen Eglen  <stephen@cns.ed.ac.uk>
11755
11756         * mule/mule-cmds.el (set-language-info): Doc fix.
11757         (input-method-inactivate-hook): Doc fix.
11758
11759 1997-11-20  Karl Heuer  <kwzh@gnu.org>
11760
11761         * mule/mule-cmds.el (set-input-method): Renamed from
11762         select-input-method.
11763
11764 1997-11-07  Kenichi Handa  <handa@etl.go.jp>
11765
11766         * mule/mule-cmds.el (set-language-environment): Run
11767         exit-language-environment-hook before calling `exit-function'
11768         which is specified for the language environment.
11769
11770 1997-10-23  Kenichi Handa  <handa@etl.go.jp>
11771
11772         * mule/mule-cmds.el (set-default-coding-systems): Doc-string
11773         modified.
11774         (prefer-coding-system): Likewise.
11775         (describe-language-environment): Print aliases of each coding
11776         system.
11777         (set-language-environment-hook): New variable.
11778         (exit-language-environment-hook): New variable.
11779         (set-language-environment): Call these hooks.  Before setting a
11780         new language environment, exit from the
11781         current-language-environment if necessary.
11782         (input-method-verbose-flag): The value can be nil, t,
11783         complex-only, or default.
11784         (input-method-highlight-flag): Doc-string augmented.
11785         (activate-input-method): Check if we can run the registered
11786         function to activate an input method.
11787
11788         * mule/korean.el: Set exit-function for language environment
11789         "Korean" to exit-korean-environment.
11790         (setup-korean-environment): Moved to korea-util.el.
11791
11792 1997-10-21  Kenichi Handa  <handa@etl.go.jp>
11793
11794         * mule/mule-cmds.el (read-multilingual-string): Use
11795         current-input-method prior to default-input-method.  Don't bind
11796         current-input-method by `let', instead, activate the specified
11797         input method in the current buffer temporarily.
11798
11799 1997-10-19  John F. Whitehead  <jfw@cisco.com>
11800
11801         * mule/mule-cmds.el (describe-language-environment): Fix prompt.
11802
11803 1997-10-21  Kenichi Handa  <handa@etl.go.jp>
11804
11805         * mule/chinese.el (post-read-decode-hz): Return the result of
11806         decode-hz-region.
11807         (pre-write-encode-hz): Do not change the value of
11808         last-coding-system.
11809
11810 1998-09-06  Bill Richter  <richter@math.nwu.edu>
11811
11812         * mule/mule-ccl.el: Doc fixes.
11813
11814 1998-04-20  Kenichi Handa  <handa@etl.go.jp>
11815
11816         * mule/mule-ccl.el (declare-ccl-program): New optional arg VECTOR.
11817         (check-ccl-program): New macro.
11818
11819 1998-01-21  Kenichi Handa  <handa@etl.go.jp>
11820
11821         * mule/mule-ccl.el: Comment about CCL syntax modified.
11822         (ccl-command-table): Add read-multibyte-character and
11823         write-multibyte-character.
11824         (ccl-code-table): Add ex-cmd.
11825         (ccl-extended-code-table): New variable.
11826         (ccl-embed-extended-command): New function.
11827         (ccl-compile-read-multibyte-character,
11828         ccl-compile-write-multibyte-character) New functions.
11829         (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character,
11830         ccl-dump-write-multibyte-character): New functions.
11831
11832 1999-07-22  SL Baur  <steve@miho>
11833
11834         * config.el (config-value-file): config.values is installed into
11835         doc-directory.
11836         From Karl M. Hegbloom  <karlheg@cathcart.sysc.pdx.edu>
11837
11838 1999-07-19  Didier Verna  <didier@xemacs.org>
11839
11840         * rect.el: all functions rewritten, except when noted. Below is a
11841         list of interface changes.
11842         (apply-on-rectangle): new function. Obsoletes
11843         `operate-on-rectangle'. All functions that used to call this
11844         function now call the new one.
11845         (kill-rectangle): added optional prefix arg to fill lines.
11846         (delete-rectangle): ditto.
11847         (delete-extract-rectangle): ditto.
11848         (open-rectangle): ditto.
11849         (clear-rectangle): ditto.
11850         (delete-rectangle-line): added third arg FILL.
11851         (delete-extract-rectangle-line): ditto.
11852         (open-rectangle-line): ditto.
11853         (clear-rectangle-line): ditto.
11854
11855 1999-07-18  Andy Piper  <andy@xemacs.org>
11856
11857         * menubar-items.el (default-menubar): add gutter options.
11858
11859         * gutter-items.el: new file.
11860         (gutter): new group for custom.
11861         (gutter-visible-p): new variable.
11862         (default-gutter-position): ditto.
11863         (buffers-tab): new group for the buffers tab.
11864         (gutter-buffers-tab): widget to put in the gutter.
11865         (buffers-tab-max-size): max number of tabs.
11866         (buffers-tab-switch-to-buffer-function): function to call when a
11867         tab is pressed.
11868         (buffers-tab-omit-function): filter buffers with this function.
11869         (buffers-tab-format-buffer-line-function): format buffer names for
11870         inclusion in tabs.
11871         (buffers-tab-switch-to-buffer): like switch-to-buffer but without
11872         the record.
11873         (build-buffers-tab-internal): build a list of tab items.
11874         (buffers-tab-items): ditto.
11875         (add-tab-to-gutter): put a tab in the gutter area.
11876         (update-tab-in-gutter): reset the buffers in the tab.
11877
11878         * dumped-lisp.el (preloaded-file-list): dump gutter-items.
11879
11880         * buffer.el (switch-to-buffer): run switch-to-buffer-hooks.
11881         (switch-to-buffer-hooks): new hook.
11882
11883         * toolbar.el (default-toolbar-position): fix typo.
11884
11885 1999-07-16  Andy Piper  <andy@xemacs.org>
11886
11887         * gui.el (make-dialog-frame): turn off gutters for dialogs.
11888
11889 1999-07-15  Didier Verna  <didier@xemacs.org>
11890
11891         * cus-edit.el (custom-prompt-variable): optional third arg makes
11892         prompt for a comment string.
11893         (customize-set-value): optional prefix makes this function handle
11894         variable comments.
11895         (customize-set-variable): ditto.
11896         (customize-save-variable): ditto.
11897         (customize-customized): handle custom comments.
11898         (customize-save-customized): ditto.
11899         (custom-variable-state-set): ditto.
11900         (custom-face-state-set): ditto.
11901         (customize-saved): ditto.
11902         (custom-variable-set): ditto.
11903         (custom-face-set): ditto.
11904         (custom-variable-save): ditto.
11905         (custom-face-save): ditto.
11906         (custom-variable-reset-saved): ditto.
11907         (custom-face-reset-saved): ditto.
11908         (custom-variable-reset-standard): ditto.
11909         (custom-face-reset-standard): ditto.
11910         (custom-comment-face): new face.
11911         (custom-comment-tag-face): ditto.
11912         (custom-comment): new widget.
11913         (custom-comment-create): new function.
11914         (custom-comment-delete): ditto.
11915         (custom-comment-value-set): ditto.
11916         (custom-comment-show): ditto.
11917         (custom-comment-invisible-p): ditto.
11918         (custom-variable-value-create): create a comment field widget.
11919         (custom-face-value-create): ditto.
11920         (custom-variable-menu): new entry for adding a custom comment.
11921         (custom-face-menu): ditto.
11922         (custom-save-variables): possibly save custom comments.
11923         (custom-save-faces): ditto.
11924
11925         * cus-face.el (custom-set-faces): the arguments can now have a
11926         custom comment as fourth argument.
11927
11928         * custom.el (custom-set-variables): the arguments can now have a
11929         custom comment as fifth element.
11930
11931 1999-07-13  XEmacs Build Bot <builds@cvs.xemacs.org>
11932
11933         * XEmacs 21.2.18 is released
11934
11935 1999-07-13  SL Baur  <steve@miho>
11936
11937         * lib-complete.el (read-library-name): Revert previous change.
11938         (read-library): Ditto.
11939
11940 1999-06-24  Karl M. Hegbloom  <karlheg@debian.org>
11941
11942         * packages.el (packages-package-list): Capitalize docstring.
11943
11944         * packages.el (packages-find-package-library-path): Use #'nconc
11945         rather than #'append to reduce consing -- #'mapcar uses Flist,
11946         which returns a freshly consed list.  #'append would create yet
11947         another fresh list, using Fmake_list in concat.
11948
11949         * packages.el (package-provide): Use setq with remassq like it
11950         says in its docstring.
11951
11952 1999-07-06  SL Baur  <steve@miho.m17n.org>
11953
11954         * lib-complete.el (progn-with-message): Fix typo.
11955
11956 1999-07-06  SL Baur  <steve@miho.m17n.org>
11957
11958         * mule/mule-misc.el (char-octet): Make function match docstring.
11959         From Katsumi Yamaoka <yamaoka@jpl.org>
11960
11961 1999-06-15  Karl M. Hegbloom  <karlheg@debian.org>
11962
11963         * wid-edit.el (widget-documentation): corrected spelling error.
11964
11965 1999-06-23  Jonathan Marten <jonathan.marten@uk.sun.com>
11966
11967         * x-win-sun.el (x-win-init-sun): Don't rebind Find and Sh-find
11968         keys if already bound
11969
11970 1999-07-06  SL Baur  <steve@miho.m17n.org>
11971
11972         * lib-complete.el (progn-with-message): Revert previous changes.
11973
11974 1999-06-24  Bob Weiner  <weiner@beopen.com>
11975
11976         * lib-complete.el (find-library):
11977         (find-library-other-window):
11978         (find-library-other-frame): Completely rewrote
11979         so that these functions actually work when called non-interactively.
11980         Also made them handle LIBRARY arguments which end with .el or .elc.
11981
11982 1999-06-24  Bob Weiner  <weiner@beopen.com>
11983
11984         * simple.el (indent-new-comment-line): Locally bound
11985         `block-comment-start' to `comstart' or else when this is called
11986         from do-auto-fill, e.g. in Lisp mode, it will insert any non-nil
11987         `block-comment-start' value, ignoring any existing spacing after a
11988         comment prefix in the previous line and producing ugly comments.
11989
11990 1999-06-23  Bob Weiner  <weiner@beopen.com>
11991
11992         * list-mode.el (mouse-choose-completion):
11993         (choose-completion):
11994         (completion-switch-to-minibuffer): Added.
11995         ([Tab]): [Tab] previously switched to the minibuffer
11996         but since [space] does that and since most applications in the
11997         world use [Tab] to select the next item in a list, do that in the
11998         *Completions* buffer too.  This will cause the least confusion
11999         among the largest population of users.  -- Bob Weiner, BeOpen.com,
12000         06/23/1999.
12001
12002 1999-06-22  Bob Weiner  <weiner@beopen.com>
12003
12004         * help.el (help-buffer-name): Added support for a null value
12005         of `help-buffer-prefix-string' since some buffers require no
12006         prefix.
12007
12008 1999-06-20  Bob Weiner  <weiner@beopen.com>
12009
12010         * list-mode.el (completion-list-mode-quit): Added and bound to {q}
12011         in the completion-list-mode-map to bury the completions buffer
12012         even when the minibuffer is no longer active.
12013
12014 1999-06-20  Bob Weiner  <weiner@beopen.com>
12015
12016         * list-mode.el (list-mode): It is visually disconcerting to have
12017         the text cursor disappear within list buffers, especially when
12018         moving from window to window, so leave it visible.
12019
12020 1999-07-01  SL Baur  <steve@miho.m17n.org>
12021
12022         * menubar-items.el (default-menubar): Conditionalize the bug
12023         report menu item (which may not be possible in this XEmacs).
12024         Reported by: Ken'ichi Handa <handa@etl.go.jp>
12025
12026 1999-06-30  SL Baur  <steve@miho.m17n.org>
12027
12028         * subr.el (with-current-buffer): DOC string fix.
12029         Suggested by Bob Weiner <weiner@altrasoft.com>
12030
12031 1999-06-25  Charles G Waldman <cgw@fnal.gov>
12032
12033         * cus-face.el (custom-face-italic): insert missing args
12034
12035 1999-06-24  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
12036
12037         * packages.el (package-locations): Changed default early package
12038         hierarchies to ~/.xemacs/mule-packages and
12039         ~/.xemacs/xemacs-packages.
12040
12041 1999-06-23  SL Baur  <steve@miho.m17n.org>
12042
12043         * mule/mule-category.el (Top Level): ASCII is also latin-1.
12044
12045 1999-06-15  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
12046
12047         * packages.el (package-locations): Changed default early package
12048         hierarchy to ~/.xemacs/packages.
12049         (package-locations): Removed `packages' as a possible name for a
12050         late package hierarchy.
12051
12052 1999-06-20  MORIOKA Tomohiko  <tomo@etl.go.jp>
12053
12054         * mule/mule-category.el (word-combining-categories): Set up new
12055         variable.
12056         (word-separating-categories): Likewise.
12057
12058 1999-06-22  XEmacs Build Bot <builds@cvs.xemacs.org>
12059
12060         * XEmacs 21.2.17 is released
12061
12062 1999-06-17  Robert Pluim  <rpluim@bigfoot.com>
12063
12064         * font-menu.el (font-menu-set-font): allow for nil specification
12065         of font size.
12066
12067 1999-06-16  MORIOKA Tomohiko  <tomo@etl.go.jp>
12068
12069         * mule/thai-xtis.el: Specify `columns' of the charset `thai-xtis'
12070         is 1.
12071
12072 1999-06-12  MORIOKA Tomohiko  <tomo@etl.go.jp>
12073
12074         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Use NBSP of ISO
12075         8859-5 instead of ISO 8859-1.
12076
12077 1999-06-15  SL Baur  <steve@steve1.m17n.org>
12078
12079         * mule/vietnamese.el (viet-vscii-encode-table): Use split-char.
12080         (viet-viscii-encode-table): Ditto.
12081
12082         * mule/mule-misc.el: Delete split-char & split-char-or-char-int.
12083         Make obsolete definition of char-octet.
12084
12085 1999-06-14  SL Baur  <steve@steve1.m17n.org>
12086
12087         * subr.el: Move no-Mule make-char ...
12088         * help-nomule.el (make-char): To here.
12089         (string-width): Make Mule compatibility alias.
12090
12091 1999-06-15  Andy Piper  <andy@xemacs.org>
12092
12093         * select.el (get-selection-no-error): really make there be no-error.
12094         (get-selection): revert to original.
12095
12096 1999-06-11  Andy Piper  <andy@xemacs.org>
12097
12098         * select.el (selection-sets-clipboard): renamed.
12099         (own-selection): use it.
12100
12101 1999-06-11  XEmacs Build Bot <builds@cvs.xemacs.org>
12102
12103         * XEmacs 21.2.16 is released
12104
12105 1999-06-09  MORIOKA Tomohiko  <tomo@etl.go.jp>
12106
12107         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): Set 32 for
12108         missing characters to avoid crash.
12109
12110 1999-06-09  Jan Vroonhof  <vroonhof@math.ethz.ch>
12111
12112         * coding.el (set-terminal-coding-system): Only set the console
12113         coding system on the selected console if it is a tty.
12114
12115 1999-06-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
12116
12117         * cus-face.el:
12118         * cus-edit.el:
12119         * faces.el:
12120         (custom):
12121         (face-spec-set):
12122         * faces.el (frob-face-property):
12123         * font-menu.el (font-menu-set-font):
12124                   Actually apply changes from 1999-03-17
12125
12126 1999-06-10  Andy Piper  <andy@xemacs.org>
12127
12128         * select.el (get-selection): abstract out non error-signalling
12129         part.
12130         (get-selection-no-error): get-selection without signalling an
12131         error.
12132         (selection-is-clipboard-p): new variable. controls whether the
12133         selection sets the clipboard.
12134         (own-selection): use it.
12135
12136         * mouse.el (insert-selection): fallback to clipboard after trying
12137         primary selection and cutbuffer.
12138
12139 1999-06-05  Andy Piper  <andy@xemacs.org>
12140
12141         * x-select.el (xselect-kill-buffer-hook-1): use generalised
12142         selection functions.
12143
12144 1999-06-04  MORIOKA Tomohiko  <tomo@etl.go.jp>
12145
12146         * code-files.el (buffer-file-coding-system): Use `raw-text' as
12147         default value.
12148         (load): Use `raw-text' instead of `no-conversion'.
12149         (insert-file-contents): Likewise.
12150
12151         * bytecomp.el (byte-compile-insert-header): Use `raw-text' instead
12152         of `no-conversion'.
12153
12154 1999-06-03  MORIOKA Tomohiko  <tomo@etl.go.jp>
12155
12156         * coding.el: Don't copy `no-conversion' to `raw-text'.
12157
12158 1999-06-07  Hrvoje Niksic  <hniksic@srce.hr>
12159
12160         * subr.el (make-char): Define it if Mule is not around.
12161
12162 1999-06-07  SL Baur  <steve@steve1.m17n.org>
12163
12164         * mule/mule-help.el: Add trailing newline.  Use mule keyword.
12165
12166         * x-select.el (x-disown-selection-internal): Restore symbol as an
12167         obsolete alias.
12168         (xselect-kill-buffer-hook-1): Use disown-selection-internal.
12169
12170 1999-06-04  XEmacs Build Bot <builds@cvs.xemacs.org>
12171
12172         * XEmacs 21.2.15 is released
12173
12174 1999-06-02  Oscar Figueiredo  <oscar@xemacs.org>
12175
12176         * subr.el (split-string): Avoid infinite looping
12177
12178 1999-05-30  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
12179
12180         * ldap.el (ldap-ignore-attribute-codings): New variable
12181         (ldap-default-attribute-decoder): New variable
12182         (ldap-coding-system): New variable
12183         (ldap-attribute-syntax-encoders): New variable
12184         (ldap-attribute-syntax-decoders): New variable
12185         (ldap-attribute-syntaxes-alist): New variable
12186         (ldap-encode-boolean): New function
12187         (ldap-decode-boolean): New function
12188         (ldap-encode-country-string): New function
12189         (ldap-decode-string): New function
12190         (ldap-decode-address): New function
12191         (ldap-encode-address): New function
12192         (ldap-decode-attribute): New function
12193         (ldap-search): Use some of these
12194
12195 1999-05-25  Jan Vroonhof  <jan@xemacs.org>
12196
12197         * version.el (emacs-version): Make the patch level/beta come
12198         before the XEmacs qualifier so that it gets into (funcall
12199         emacs-version) and thus in the bug reports.
12200         (emacs-version>=): Support patch levels.
12201
12202 1999-06-03  SL Baur  <steve@xemacs.org>
12203
12204         * version.el: implement x.y.z version number
12205         From Jan Vroonhof <vroonhof@math.ethz.ch>
12206
12207 1999-05-27  Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
12208
12209         * mule/mule-cmds.el (read-input-method-name): set input-method properly.
12210
12211 1999-05-22  Vin Shelton <acs@xemacs.org>
12212
12213         * startup.el: Document -private and break out non-standard X options.
12214
12215 1999-05-26  SL Baur  <steve@gneiss.etl.go.jp>
12216
12217         * mule/mule-charset.el (charset-after): New function.
12218         (charset-direction): Synch with Mule, update docstring.
12219         (get-charset-property): New function.
12220         (put-charset-property): New function.
12221         (charset-plist): New function.
12222
12223         * mule/mule-charset.el (compose-region):
12224         (decompose-region): remove;  these functions (which don't work
12225         since we don't do composite characters) have been moved to
12226         mule-util.el.
12227         (toplevel): follow coding standards
12228
12229 1999-05-26  SL Baur  <steve@gneiss.etl.go.jp>
12230
12231         * dumped-lisp.el (preloaded-file-list): mule-files.el does not
12232         exist any more.
12233
12234         * code-files.el: Fix commentary to follow coding standards.  Move
12235         the single line left in mule-files.el to here.
12236
12237         * mule/mule-files.el: delete.
12238
12239 1999-05-24  SL Baur  <steve@gneiss.etl.go.jp>
12240
12241         * info.el (Info-scroll-prev): Use event functions instead of the
12242         old emacs 19 interface.
12243
12244 1999-06-02  Andy Piper  <andy@xemacs.org>
12245
12246         * x-font-menu.el (x-font-menu-load-font):
12247         font-menu-registry-encoding -> x-font-menu-registry-encoding type.
12248
12249 1999-05-31  Andy Piper  <andy@xemacs.org>
12250
12251         * font-menu.el (font-menu-ignore-scaled-fonts): move to font-menu
12252         group.
12253         (font-menu-this-frame-only-p): ditto.
12254         (font-menu-max-items): reinstate, from Jan Vroonhof
12255         <vroonhof@math.ethz.ch>
12256         (font-menu-submenu-name-format): ditto.
12257         (font-menu-split-long-menu): ditto, for use by the family
12258         constructor.
12259         (font-menu-family-constructor): use it.
12260
12261 1999-05-30  Andy Piper  <andy@xemacs.org>
12262
12263         * msw-faces.el (mswindows-font-regexp): new font matching regexp
12264         for use by the font menu.
12265
12266         * msw-font-menu.el: new file implementing mswindows specific
12267         font-menu behaviour.
12268         (mswindows-font-menu-registry-encoding): new function mirroring x version.
12269         (mswindows-font-menu-junk-families): ditto.
12270         (hack-font-truename): ditto.
12271         (mswindows-font-regexp-ascii): ditto.
12272         (mswindows-reset-device-font-menus): ditto.
12273         (mswindows-font-menu-font-data): ditto.
12274         (mswindows-font-menu-load-font): ditto.
12275
12276         * x-font-menu.el (x-reset-device-font-menus): made device specific.
12277         (x-font-menu-font-data): ditto.
12278         (x-font-menu-load-font): ditto.
12279
12280         * font-menu.el: new file implementing generic font menu behaviour.
12281         (font-menu-ignore-scaled-fonts): copied from x-font-menu.el and
12282         made device independent.
12283         (font-menu-this-frame-only-p): ditto.
12284         (font-menu-preferred-resolution): ditto.
12285         (font-menu-size-scaling): new variable used to determine whether
12286         sizes are in points or tenths of a point.
12287         (vassoc): moved from x-font-menu.el.
12288         (device-fonts-cache): ditto.
12289         (device-fonts-cache): ditto.
12290         (flush-device-fonts-cache): ditto.
12291         (reset-device-font-menus): copied from x-font-menu.el and made
12292         device independent. Most functionality deferred to
12293         device-dependent versions.
12294         (font-menu-family-constructor): copied from x-font-menu.el and
12295         made device independent.
12296         (font-menu-size-constructor): ditto.
12297         (font-menu-weight-constructor): ditto.
12298         (font-menu-set-font): ditto.
12299         (font-menu-change-face): ditto.
12300         (font-menu-load-font): new device method.
12301         (font-menu-font-data): ditto.
12302
12303         * x-font-menu.el: The above functions deleted.
12304
12305 1999-05-26  Andy Piper  <andy@xemacs.org>
12306
12307         * update-elc.el:
12308         * make-docfile.el:
12309         * loadup.el: rehash expand-file-name usage to not use default-directory.
12310
12311 1999-05-21  Andy Piper  <andy@xemacs.org>
12312
12313         * x-select.el (x-select-convert-to-text):
12314         (x-selected-text-type):
12315         (x-get-selection):
12316         (xselect-convert-to-string):
12317         (xselect-convert-to-compound-text):
12318         (xselect-convert-to-length):
12319         (xselect-convert-to-targets):
12320         (xselect-convert-to-delete):
12321         (xselect-convert-to-filename):
12322         (xselect-convert-to-charpos):
12323         (xselect-convert-to-lineno):
12324         (xselect-convert-to-colno):
12325         (xselect-convert-to-sourceloc):
12326         (xselect-convert-to-os):
12327         (xselect-convert-to-host):
12328         (xselect-convert-to-user):
12329         (xselect-convert-to-class):
12330         (xselect-convert-to-name):
12331         (xselect-convert-to-integer):
12332         (xselect-convert-to-atom):
12333         (xselect-convert-to-identity): functions renamed from x-* and
12334         moved to select.el.
12335         (x-get-secondary-selection): use rename get-selection.
12336         (x-get-clipboard): ditto.
12337         (x-own-selection): moved to select.el.
12338         (x-valid-simple-selection-p): ditto.
12339         (x-dehilight-selection): ditto.
12340         (x-own-clipboard): ditto.
12341         (x-disown-selection): ditto.
12342
12343         * x-mouse.el (x-yank-function): moved to mouse.el.
12344         (x-insert-selection): ditto.
12345         (x-set-point-and-move-selection): use renamed function.
12346
12347         * select.el (selected-text-type): moved and renamed from
12348         x-select.el.
12349         (selection-owner-p): moved to C.
12350         (selection-exists-p): ditto.
12351         (get-cutbuffer): new device method.
12352         (get-selection): generalised and moved from x-select.el.
12353         (own-selection): moved x-own-selection functionality into here.
12354         (dehilight-selection): renamed and moved from x-select.el.
12355         (own-clipboard): functionality moved from x-select.el using new
12356         generic C builtins.
12357         (disown-clipboard): ditto.
12358         (select-convert-to-text):
12359         (select-convert-to-string):
12360         (select-convert-to-compound-text):
12361         (select-convert-to-length):
12362         (select-convert-to-targets):
12363         (select-convert-to-delete):
12364         (select-convert-to-filename):
12365         (select-convert-to-charpos):
12366         (select-convert-to-lineno):
12367         (select-convert-to-colno):
12368         (select-convert-to-sourceloc):
12369         (select-convert-to-os):
12370         (select-convert-to-host):
12371         (select-convert-to-user):
12372         (select-convert-to-class):
12373         (select-convert-to-name):
12374         (select-convert-to-integer):
12375         (select-convert-to-atom):
12376         (select-convert-to-identity): new functions renamed from x-* and
12377         moved from x-select.el.
12378
12379         * mouse.el (mouse-consolidated-yank): subsume x-yank-function
12380         into here and use as the default window-system mouse yank.
12381         (insert-selection): generalised and moved from x-mouse.el.
12382         (own-clipboard): moved to C.
12383
12384         * msw-select.el (mswindows-selection-owned-p): deleted.
12385         (mswindows-own-selection): generalised and moved to select.el.
12386         (mswindows-disown-selection): generalised and moved to C.
12387         (mswindows-selection-owner-p): ditto.
12388
12389 1999-05-14  XEmacs Build Bot <builds@cvs.xemacs.org>
12390
12391         * XEmacs 21.2.14 is released
12392
12393 1999-05-13  SL Baur  <steve@gneiss.etl.go.jp>
12394
12395         * about.el: update contact info for jason and slb.
12396
12397 1999-05-13  SL Baur  <steve@gneiss.etl.go.jp>
12398
12399         * mule/european.el (setup-romanian-environment): Add Romanian
12400         support from Emacs/Mule romanian.el.
12401
12402 1999-03-17  Jan Vroonhof  <vroonhof@math.ethz.ch>
12403
12404         * cus-face.el: Label all custom changes with the 'custom' tag.
12405
12406         * cus-edit.el: idem ditto.
12407
12408         * faces.el: Added suport for adding device tags to various functions.
12409         (custom): New device tag.
12410         (face-spec-set): Call reset face with tags argument. No longer do
12411         x-init-global-faces hack.
12412
12413         * faces.el (frob-face-property): Use an anonymous specifier to map
12414         frob-face-property-1 over.
12415
12416         * x-font-menu.el (font-menu-set-font): Always specify all
12417         properties to custom.
12418
12419 1999-05-12  SL Baur  <steve@gneiss.etl.go.jp>
12420
12421         * mule/european.el (setup-czech-environment): Add czech support.
12422         From David Sauer <davids@orfinet.cz>
12423
12424 1999-03-15  SL Baur  <steve@xemacs.org>
12425
12426         * check-features.el: Turn hard errors into warnings.
12427
12428 1999-03-21  SL Baur  <steve@xemacs.org>
12429
12430         * simple.el (delete-key-deletes-forward): As per discussion on
12431         xemacs-beta, default to t.
12432
12433 1999-05-11  Hrvoje Niksic  <hniksic@srce.hr>
12434
12435         * loadup.el: Define Installation-string before loading anything.
12436
12437 1999-05-06  Gunnar Evermann  <ge204@eng.cam.ac.uk>
12438
12439         * files.el (auto-mode-alist): fix typo in regex for .bash_* files
12440         From Anders Stenman <stenman@isy.liu.se>
12441
12442 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
12443
12444         * wid-edit.el (widget-glyph-find): Ditto.
12445
12446         * packages.el (locate-library): Ditto.
12447
12448         * loadup.el (really-early-error-handler): Ditto.
12449
12450         * lib-complete.el (read-library): Ditto.
12451
12452         * faces.el (set-face-stipple): Ditto.
12453
12454         * code-files.el (load): Use new calling style of locate-file.
12455
12456 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
12457
12458         * packages.el (packages-unbytecompiled-lisp): Installation.el is
12459         dead.
12460
12461 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
12462
12463         * dumped-lisp.el (preloaded-file-list): Don't load
12464         Installation.el.
12465
12466         * loadup.el (Installation-string): Define it here.
12467
12468 1999-05-03  Hrvoje Niksic  <hniksic@srce.hr>
12469
12470         * dumped-lisp.el (preloaded-file-list): Revert previous change --
12471         Installation.el needs to be loaded before `dump-paths', otherwise
12472         the dumping process won't find it.
12473
12474 1999-03-13  Adrian Aichner  <adrian@xemacs.org>
12475
12476         * dumped-lisp.el (preloaded-file-list): Load Installation.el after
12477         subr so that we can use `replace-in-string' in Installation.el to
12478         get rid of C-m chars under the native Windows build.
12479
12480 1999-04-29  Andy Piper  <andy@xemacs.org>
12481
12482         * make-docfile.el: canonicalize file and directory names.
12483
12484         * device.el (call-device-method): new function for calling device
12485         specific methods.
12486         (define-device-method): new function for defining device methods.
12487         (define-device-method*): ditto.
12488
12489 1999-04-27  Hrvoje Niksic  <hniksic@srce.hr>
12490
12491         * subr.el (buffer-string): Support new FSFmacs 20.4 stuff.
12492
12493 1999-04-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
12494
12495         * mule/cyrillic.el (cyrillic-koi8-r-decode-table): New variable.
12496         (cyrillic-koi8-r-encode-table): Likewise.
12497         (ccl-decode-koi8): Use `cyrillic-koi8-r-decode-table'.
12498         (ccl-encode-koi8): Use `cyrillic-koi8-r-encode-table'.
12499
12500         * mule/mule-misc.el (split-char-or-char-int): New function [moved
12501         from vietnamese.el].
12502
12503         * mule/vietnamese.el: Move function `split-char-or-char-int' to
12504         mule/mule-misc.el.
12505
12506 1999-04-08  MORIOKA Tomohiko  <tomo@etl.go.jp>
12507
12508         * mule/thai-xtis.el:
12509         - Change font registry name from "Thai94x94-0" to "xtis-0".
12510         - Change mnemonic of coding-system `tis-620' to "TIS620".
12511
12512 1999-04-06  MORIOKA Tomohiko  <tomo@etl.go.jp>
12513
12514         * mule/ethiopic.el: fixed.
12515
12516 1999-03-30  MORIOKA Tomohiko  <tomo@etl.go.jp>
12517
12518         * dumped-lisp.el: Add ethiopic, thai-xtis and vietnamese.
12519
12520         * mule/thai-xtis.el: New file.
12521
12522         * mule/vietnamese.el: New file.
12523
12524         * mule/ethiopic.el: New file.
12525
12526 1999-04-22  Hrvoje Niksic  <hniksic@srce.hr>
12527
12528         * bytecomp.el (byte-compile-close-variables): Leave
12529         debug-issue-ebola-notices alone.
12530
12531 1999-04-11  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
12532
12533         * ldap.el (ldap-host-parameters-alist): Make `Search Base' appear
12534         at the top of the buffer since it is the most important thing to
12535         customize
12536         (ldap-get-host-parameter): New defun
12537         (ldap-search): Add a new parameter `withdn' to retrieve the
12538         distinguished names of entries
12539
12540 1999-04-22  Kai Haberzettl  <khaberz@synnet.de>
12541
12542         * startup.el (splash-frame-body): Date and spelling fixes.
12543
12544 1999-03-16  Colin Rafferty  <colin@xemacs.org>
12545
12546         * view-less.el (toggle-truncate-lines): add autoload tag
12547
12548 1999-04-19  Hrvoje Niksic  <hniksic@srce.hr>
12549
12550         * format.el (format-alist): Disable image stuff.
12551
12552 1999-04-17  Hrvoje Niksic  <hniksic@srce.hr>
12553
12554         * wid-edit.el (widget-glyph-find): Search by directories, then by
12555         suffixes rather than the other way around.
12556         (widget-image-conversion): Renamed to
12557         `widget-image-file-name-suffixes'.
12558
12559 1999-04-16  Olivier Galibert  <galibert@pobox.com>
12560
12561         * mule/mule-charset.el: Made old functions obsolete, remove the
12562         unspeakably evil (and inexistant in fsf's) charset-leading-byte.
12563         (charset-iso-graphic-plane): Rename from charset-graphic.
12564         (charset-iso-final-char): Rename from charset-final.
12565         (charset-width): Rename from charset-columns.
12566         (charset-bytes): Added from fsf compatibility, returns always 1.
12567
12568         * mule/mule-misc.el: Move charset-doc-string alias to
12569         mule-charset.el
12570
12571 1999-04-14  Colin Rafferty  <colin@xemacs.org>
12572
12573         * x-faces.el (x-make-font-bold-italic): honor
12574         *try-oblique-before-italic-fonts*
12575
12576 1999-04-14  Hrvoje Niksic  <hniksic@srce.hr>
12577
12578         * cl-extra.el (coerce): Coerce numbers to characters correctly.
12579
12580 1998-12-02  Hrvoje Niksic  <hniksic@srce.hr>
12581
12582         * x-faces.el (try-oblique-before-italic-fonts): Use the right
12583         name.
12584
12585 1999-04-14  Dave Gillesipe  <daveg@synaptics.com>
12586
12587         * cl-extra.el (equalp): Would bug out for lists.
12588
12589 1999-03-12  Charles G Waldman  <cgw@fnal.gov>
12590
12591         * about.el (about-hackers):  Change cgw's email address
12592
12593 1999-03-12  XEmacs Build Bot <builds@cvs.xemacs.org>
12594
12595         * XEmacs 21.2.13 is released
12596
12597 1999-03-12  SL Baur  <steve@xemacs.org>
12598
12599         * simple.el (delete-key-deletes-forward): Revert to previous
12600         behavior.
12601
12602 1999-01-18  Didier Verna  <didier@xemacs.org>
12603
12604         * menubar-items.el (xemacs-splash-buffer): handle the case of
12605         multiple elements in the splash buffer body.
12606
12607         * startup.el (splash-frame-timeout): new constant: interval
12608         between splash buffer elements.
12609         (command-line-1): handle splash buffer with multiple elements (use
12610         a timeout).
12611         (splash-frame-body): Originally `startup-splash-frame-body'.
12612         Rewrote a cleaner and more readable version. This can now be array,
12613         in which case each element is displayed in turn in the splash buffer.
12614         (splash-frame-static-body): new constant. Persistent information
12615         across all splash buffer elements (preserves the possibility to give
12616         it in different languages.
12617         (circulate-splash-frame-elements): new function. Used as a timeout
12618         to circulate through all splash frame elements and display them in
12619         sequence.
12620         (display-splash-frame): originally `startup-splash-frame'. Handle
12621         the case of multiple elements in the splash buffer body. Now
12622         returns a timeout id if multiple elements to display, or nil.
12623
12624 1999-02-19  Jan Vroonhof  <vroonhof@math.ethz.ch>
12625
12626         * x-faces.el (x-init-global-faces): Add default tag to specifiers,
12627         so they can be overridden by x-init-face-from-resources.
12628         Additionally specify the font name also with an x tag.
12629
12630 1999-03-08  Andy Piper  <andy@xemacs.org>
12631
12632         * package-get.el (package-get-base): autoload.
12633
12634         * menubar-items.el (default-menubar): add update menu item. Fix
12635         custom menu to only be activated when package-base is available.
12636
12637         * package-get.el (package-get-custom): don't load
12638         package-get-custom as it is auto-generated. Fix group definition.
12639
12640 1999-03-05  Didier Verna  <didier@xemacs.org>
12641
12642         * cus-dep.el (Custom-make-dependencies): use `prin1-to-string'
12643         instead of `symbol-name' (Thanks Kyle).
12644
12645         * cus-edit.el (custom-save-variables): use `prin1' instead of
12646         princ to write symbols.
12647
12648 1999-03-05  XEmacs Build Bot <builds@cvs.xemacs.org>
12649
12650         * XEmacs 21.2.12 is released
12651
12652 1999-03-05  SL Baur  <steve@xemacs.org>
12653
12654         * menubar-items.el (default-menubar): Add kfm browsing support.
12655         From Neal Becker <nbecker@fred.net>
12656
12657 1999-03-03  Steven Baur  <steve@gneiss.etl.go.jp>
12658
12659         * font-lock.el (font-lock-revert-cleanup): Null out to avoid repeated
12660         calls to font-lock during buffer reversion.
12661
12662 1999-02-12  Didier Verna  <didier@xemacs.org>
12663
12664         * info.el (Info-build-node-completions): unconditionally widen the
12665         tag table buffer.
12666
12667 1999-02-19  Paul Stodghill  <stodghil@cs.cornell.edu>
12668
12669         * x-faces.el (x-init-face-from-resources):
12670         Only set fonts in the 'x locale.
12671
12672 1999-03-04  Adrian Aichner  <adrian@xemacs.org>
12673
12674         * package-ui.el (pui-install-selected-packages): Don't throw on
12675         `package-admin-delete-binary-package' returning nil since it's
12676         normal.  Reindent function.
12677         (pui-add-required-packages): Handle case where packages selected
12678         for installation have never been installed.
12679
12680 1999-03-03  Martin Buchholz  <martin@xemacs.org>
12681
12682         * menubar-items.el (default-menubar):
12683         Implement the ``Mule->Set coding system of process'' menu item.
12684
12685 1999-02-18  Martin Buchholz  <martin@xemacs.org>
12686
12687         * files.el (auto-mode-alist): Use c-mode for *.i pre-processed cpp
12688         files
12689         - Change some `if's to `when's
12690
12691 1999-03-01  XEmacs Build Bot <builds@cvs.xemacs.org>
12692
12693         * XEmacs 21.2.11 is released
12694
12695 1999-02-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
12696
12697         * userlock.el (ask-user-about-supersession-threat-dbox): Guard
12698         against window close (Fix Bug #460).
12699         (ask-user-about-lock-dbox): Idem.
12700
12701 1999-02-25  SL Baur  <steve@xemacs.org>
12702
12703         * mule/mule-charset.el (charset-leading-byte): New function.
12704         From Kazuyuki IENAGA <ienaga@jsys.co.jp>
12705
12706 1999-02-12  Andy Piper  <andy@xemacs.org>
12707
12708         * about.el (xemacs-hackers): change andy's email address.
12709         (about-url-alist): change andy's web page address.
12710         (about-xemacs): add piper.
12711
12712 1999-02-16  SL Baur  <steve@xemacs.org>
12713
12714         * dumped-lisp.el (preloaded-file-list): Core mule files moved out
12715         of mule-base into lisp/mule.
12716
12717 1999-02-16  SL Baur  <steve@xemacs.org>
12718
12719         * mule/arabic.el:
12720         mule/canna-leim.el:
12721         mule/chinese.el:
12722         mule/cyrillic.el:
12723         mule/english.el:
12724         mule/european.el:
12725         mule/greek.el:
12726         mule/hebrew.el:
12727         mule/japanese.el:
12728         mule/kinsoku.el:
12729         mule/korean.el:
12730         mule/misc-lang.el:
12731         mule/mule-category.el:
12732         mule/mule-ccl.el:
12733         mule/mule-charset.el:
12734         mule/mule-cmds.el:
12735         mule/mule-coding.el:
12736         mule/mule-files.el:
12737         mule/mule-help.el:
12738         mule/mule-init.el:
12739         mule/mule-misc.el:
12740         mule/mule-tty-init.el:
12741         mule/mule-x-init.el:
12742         mule/viet-chars.el:  Remerge from mule-base.
12743
12744         * dumped-lisp.el (preloaded-file-list): Core mule files moved out
12745         of mule-base into lisp/mule.
12746
12747 1999-02-10  Adrian Aichner  <adrian@xemacs.org>
12748
12749         * process.el (exec-to-string): Use `shell-command-switch' in place
12750         of hard-wired "-c" (for WindowsNT).
12751
12752 1999-02-08  Charles G Waldman  <cgw@pgt.com>
12753
12754         * menubar-items.el (default-menubar):  Remove obsolete
12755         "Gopher" item
12756
12757 1999-02-06  Jan Vroonhof  <vroonhof@math.ethz.ch>
12758
12759         * package-admin.el (package-admin-get-install-dir): First fall
12760         back to the location of xemacs-base for non-mule packages.
12761
12762 1999-02-15  Martin Buchholz  <martin@xemacs.org>
12763
12764         * paths.el:
12765         - improved automounter tmp directory support.
12766         - support 4 (!) empirically discovered automounter conventions
12767
12768 1999-02-12  SL Baur  <steve@xemacs.org>
12769
12770         * etags.el (pop-tag-mark): autoload to match key binding.
12771
12772 1999-02-05  XEmacs Build Bot <builds@cvs.xemacs.org>
12773
12774         * XEmacs 21.2.10 is released
12775
12776 1999-02-02  Jan Vroonhof  <vroonhof@math.ethz.ch>
12777
12778         * package-get.el (package-get-remote-filename): Don't bug out for
12779         a local file name in the search entry.
12780
12781 1999-02-02  XEmacs Build Bot <builds@cvs.xemacs.org>
12782
12783         * XEmacs 21.2.9 is released
12784
12785 1999-01-19  Didier Verna  <didier@xemacs.org>
12786
12787         * replace.el (replace-search-function): new variable containing a
12788         function to perform a search-forward.
12789         (replace-re-search-function): new variable containing a function
12790         to perform a re-search-forward.
12791         (perform-replace): use them.
12792
12793 1999-01-25  Didier Verna  <didier@xemacs.org>
12794
12795         * select.el (selection-owner-p): use the name `XEmacs'.
12796         (cut-copy-clear-internal): ditto.
12797
12798 1999-01-18  Andy Piper  <andy@xemacs.org>
12799
12800         * about.el (about-url-alist): Update my entry.
12801         (xemacs-hackers): Ditto.
12802
12803 1999-01-14  Adrian Aichner  <adrian@xemacs.org>
12804
12805         * buffer.el (switch-to-buffer): Fixing documentation.
12806         * minibuf.el (minibuffer-completion-table): ditto.
12807         * cl-macs.el (return-from): ditto.
12808
12809 1999-01-04  Didier Verna  <didier@xemacs.org>
12810
12811         * replace.el (delete-non-matching-lines): temporarily disable
12812         case-folding when called interactively with a regexp containing
12813         uppercase characters.
12814         (delete-matching-lines): ditto.
12815         (count-matches): ditto.
12816         (list-matching-lines): ditto.
12817
12818 1999-01-07  Colin Rafferty  <colin@xemacs.org>
12819
12820         * window.el (shrink-window-if-larger-than-buffer): Clean up.  Only
12821         abort if current window is split horizontally, not if others are
12822         split.  Got rid of unnecessary minibuffer checking.  Also, add
12823         some comments (it's still complex).
12824
12825 1999-01-12  Robert Pluim  <rpluim@BayNetworks.com>
12826
12827         * package-get.el: changed address for doc.ic.ac.uk to
12828         sunsite.doc.ic.ac.uk
12829
12830 1999-01-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
12831
12832         * ldap.el (toplevel): Remove requires so that the file compiles
12833         with a non LDAP-enabled XEmacs binary.  Provide `ldap'.
12834
12835 1999-01-10  J. Kean Johnston  <jkj@sco.com>
12836
12837         * dump-paths.el: Calculate module-directory and set
12838         module-load-path to the load path for modules.
12839
12840         * loadup.el: Get bootstrap value of module-load-path from the
12841         environment variable EMACSBOOTSTRAPMODULEPATH.
12842         - Display the module load path if we're debugging paths.
12843
12844         * setup-paths.el: Added function paths-find-site-module-directory.
12845         - Added function paths-find-module-directory.
12846         - Added function paths-construct-module-load-path.  Uses new
12847         environment variable EMACSMODULEPATH.
12848
12849 1998-12-30  Martin Buchholz  <martin@xemacs.org>
12850
12851         * font.el (font-default-object-for-device):
12852         Oops! This `or' can't be replaced by `unless'.
12853         Fixed inability to run w3, among other things.
12854
12855 1998-12-17  Charles G. Waldman <cgw@pgt.com>
12856
12857         * package-admin.el: Change initialization of
12858           package-admin-install-function dependent on system type.
12859           Change package-admin-install-function-mswindows to use
12860           "minitar".
12861
12862 1998-12-23  Hrvoje Niksic  <hniksic@srce.hr>
12863
12864         * mouse.el (default-mouse-motion-handler): Disable help echo while
12865         in the minibuffer.
12866
12867 1998-12-28  Martin Buchholz <martin@xemacs.org>
12868
12869         * XEmacs 21.2.8 is released.
12870
12871 1998-12-24  Martin Buchholz <martin@xemacs.org>
12872
12873         * XEmacs 21.2.7 is released.
12874
12875 1998-12-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
12876
12877         * package-ui.el (pui-list-packages): Set truncate-lines.
12878
12879         * package-get.el (package-get-download-menu): Use
12880         `package-ui-add-site'. Add a a toggle to indicate it is in the list.
12881
12882         * package-ui.el (pui-help): Ditch in favor of `describe-mode'
12883         (pui-help-string): idem.
12884         (list-packages-mode): New major mode.
12885         (pui-list-packages): Use 'list-packages-mode' in the package buffer.
12886         (pui-install-selected-packages): Add suport for removing packages.
12887         (pui-toggle-package-delete-key): New function.
12888         (pui-popup-context-sensitive): New kludge.
12889         (pui-list-packages): Add warning when `package-get-remote' is nil.
12890         (package-ui-add-site): New function.
12891
12892 1998-12-01  Didier Verna  <didier@xemacs.org>
12893
12894         * hyper-apropos.el (hyper-where-is): added the missing autoload.
12895
12896 1998-11-29  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
12897
12898         * ldap.el: Custom-ized
12899         (toplevel): Do not provide `ldap' which is provided by C level
12900         LDAP code
12901         (ldap-search): Docstring and stylistic fixes as suggested by Hrvoje
12902
12903 1998-12-05  Hrvoje Niksic  <hniksic@srce.hr>
12904
12905         * isearch-mode.el (isearch-mode): Really fix keymap lossage.
12906
12907 1998-12-17  Andy Piper  <andy@xemacs.org>
12908
12909         * sound.el (sound-load-list): name changed from sound-load-alist.
12910         (sound-extension-list): name changed from sound-ext-list.
12911         (load-default-sounds): use new names.
12912         (load-sound-file): use new names.
12913
12914 1998-12-16  Andy Piper  <andy@xemacs.org>
12915
12916         * XEmacs 21.2.6 is released
12917
12918 1998-11-30  Hrvoje Niksic  <hniksic@srce.hr>
12919
12920         * cus-dep.el (Custom-make-dependencies): Be smarter about trapping
12921         errors.
12922
12923 1998-12-04  Hrvoje Niksic  <hniksic@srce.hr>
12924
12925         * wid-edit.el (widget-echo-this-extent): Set
12926         help-echo-owns-message to t.
12927
12928 1998-11-30  Greg Klanderman  <greg@alphatech.com>
12929
12930         * package-get.el (package-get-download-menu): use toggles for
12931           each site in the download site menu.
12932
12933 1998-12-01  Jan Vroonhof <vroonhof@math.ethz.ch>
12934
12935         * package-get.el (package-get): If we cannot find a package
12936           because package-get-remote is not set, give a more helpful
12937           error message.
12938
12939 1998-11-30  Greg Klanderman  <greg@alphatech.com>
12940
12941         * package-get.el (package-get-remote-filename): use an EFS path
12942         with user anonymous if no user is specified.
12943
12944 1998-12-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
12945
12946         * faces.el (face-spec-set): Re-init fallfacks for default after
12947         calling reset-face on the default face.
12948
12949 1998-12-10  Jan Vroonhof  <vroonhof@math.ethz.ch>
12950
12951         * package-admin.el (package-admin-default-install-function):
12952         Behave as advertised.  Make sure the pkg-dir is proper for
12953         default-directory.
12954         (package-admin-add-binary-package): Make sure the pkg-dir is
12955         proper for default-directory.
12956         (package-admin-install-function-mswindows): Make sure the pkg-dir
12957         is proper for default-directory.
12958
12959 1998-12-05  XEmacs Build Bot <builds@cvs.xemacs.org>
12960
12961         * XEmacs 21.2.5 is released
12962
12963 1998-12-05  SL Baur  <steve@altair.xemacs.org>
12964
12965         * files.el (binary-file-regexps): regexp-opt is not available at
12966         bytecompile time.
12967
12968 1998-11-30  Martin Buchholz  <martin@xemacs.org>
12969
12970         * x-win-xfree86.el:
12971         * x-win-sun.el (x-win-init-sun):
12972         * x-win-sun.el:
12973         * x-mouse.el (mouse-track-and-copy-to-cutbuffer):
12974         * x-iso8859-1.el:
12975         * x-init.el (init-post-x-win):
12976         * x-init.el (init-pre-x-win):
12977         * x-init.el (x-initialize-compose):
12978         * x-init.el:
12979         * x-compose.el:
12980         * winnt.el:
12981         * widget.el:
12982         * wid-edit.el (widget-glyph-click):
12983         * wid-edit.el (widget-glyph-find):
12984         * wid-edit.el (widget-type):
12985         * view-less.el (view-buffer-other-window):
12986         * very-early-lisp.el:
12987         * version.el:
12988         * toolbar.el:
12989         * toolbar-items.el:
12990         * term/sun.el (suntool-map):
12991         * term/sun-mouse.el:
12992         * term/internal.el:
12993         * syntax.el (modify-syntax-entry):
12994         * symbol-syntax.el:
12995         * subr.el:
12996         * startup.el (lock-directory):
12997         * simple.el (set-comment-column):
12998         * simple.el (backward-delete-char-untabify):
12999         * shadow.el (find-emacs-lisp-shadows):
13000         * shadow.el:
13001         * setup-paths.el (paths-construct-info-path):
13002         * select.el (cut-copy-clear-internal):
13003         * process.el (call-process-region):
13004         * process.el (start-process-shell-command):
13005         * process.el:
13006         * paths.el (rmail-spool-directory):
13007         * paragraphs.el (use-hard-newlines):
13008         * package-get.el (package-get-dependencies):
13009         * package-admin.el (package-admin-delete-binary-package):
13010         * obsolete.el (truncate-string):
13011         * obsolete.el (store-substring):
13012         * mouse.el (default-mouse-track-maybe-own-selection):
13013         * mouse.el (mouse-yank-at-point):
13014         * modeline.el:
13015         * modeline.el (mouse-drag-modeline):
13016         * minibuf.el (read-directory-name-internal):
13017         * minibuf.el (read-file-name-internal):
13018         * minibuf.el (read-file-name-internal-1):
13019         * minibuf.el (read-file-name-2):
13020         * minibuf.el (exact-minibuffer-completion-p):
13021         * minibuf.el (read-from-minibuffer):
13022         * minibuf.el:
13023         * menubar.el (check-menu-syntax):
13024         * map-ynp.el (map-y-or-n-p):
13025         * make-docfile.el (docfile-out-of-date):
13026         * loadup.el ((member "run-temacs" command-line-args)):
13027         * loadup.el ((member "no-site-file" command-line-args)):
13028         * loadup.el (really-early-error-handler):
13029         * loadup.el:
13030         * loadhist.el:
13031         * loaddefs.el:
13032         * lisp-mnt.el (lm-verify):
13033         * lib-complete.el (lib-complete:cache-completions):
13034         * lib-complete.el (library-all-completions):
13035         * itimer.el (itimer-run-expired-timers):
13036         * info.el (Info-mode):
13037         * info.el (Info-insert-file-contents):
13038         * info.el (Info-rebuild-dir):
13039         * info.el (Info-build-dir-anew):
13040         * info.el (Info-parse-dir-entries):
13041         * info.el (Info-dir-outdated-p):
13042         * info.el (Info-insert-dir):
13043         * info.el (info-xref):
13044         * info.el:
13045         * hyper-apropos.el (hyper-apropos-get-doc):
13046         * hyper-apropos.el (hyper-describe-face):
13047         * hyper-apropos.el (hyper-apropos-mode):
13048         * hyper-apropos.el:
13049         * help.el (list-processes):
13050         * help.el:
13051         * gnuserv.el:
13052         * font.el (mswindows-font-create-name):
13053         * font.el (font-default-font-for-device):
13054         * font.el (x-font-create-object):
13055         * font.el (font-registry):
13056         * font.el:
13057         * font-lock.el (font-lock-keywords):
13058         * font-lock.el:
13059         * finder.el (finder-compile-keywords):
13060         * find-paths.el (paths-find-recursive-path):
13061         * fill.el (set-justification-center):
13062         * fill.el (fill-region-as-paragraph):
13063         * files.el (insert-directory):
13064         * files.el (wildcard-to-regexp):
13065         * files.el (recover-file):
13066         * files.el (basic-save-buffer):
13067         * files.el (delete-auto-save-file-if-necessary):
13068         * files.el (file-relative-name):
13069         * files.el (backup-extract-version):
13070         * files.el (backup-buffer):
13071         * files.el (set-visited-file-name):
13072         * files.el (set-auto-mode):
13073         * files.el (interpreter-mode-alist):
13074         * files.el:
13075         * files.el (find-file-noselect):
13076         * files.el (abbreviate-file-name):
13077         * files.el (parse-colon-path):
13078         * files.el (directory-abbrev-alist):
13079         * etags.el (visit-tags-table-buffer):
13080         * easymenu.el (easy-menu-define):
13081         * dragdrop.el (experimental-dragdrop-drag):
13082         * dragdrop.el (dragdrop-drop-do-functions):
13083         * dragdrop.el (dragdrop-drop-at-point):
13084         * disass.el (disassemble-1):
13085         * disass.el (disassemble-internal):
13086         * disass.el (disassemble):
13087         * disass.el:
13088         * derived.el (derived-mode-init-mode-variables):
13089         * derived.el (define-derived-mode):
13090         * custom.el (defgroup):
13091         * cus-edit.el (custom-quote):
13092         * config.el:
13093         * code-process.el (open-network-stream):
13094         * code-process.el (start-process):
13095         * code-process.el (call-process-region):
13096         * code-process.el (call-process):
13097         * code-process.el:
13098         * code-files.el (insert-file-contents):
13099         * code-files.el:
13100         * code-files.el (buffer-file-coding-system-for-read):
13101         * cmdloop.el (yes-or-no-p-minibuf):
13102         * cl.el:
13103         * cl-macs.el:
13104         * cl-extra.el:
13105         * callers-of-rpt.el (make-caller-report):
13106         * callers-of-rpt.el:
13107         * bytecomp.el (batch-byte-recompile-directory):
13108         * bytecomp.el (batch-byte-compile-1):
13109         * bytecomp.el (batch-byte-compile):
13110         * bytecomp.el (display-call-tree):
13111         * bytecomp.el (byte-compile-insert):
13112         * bytecomp.el (byte-compile-two-args-19->20):
13113         * bytecomp.el (byte-compile-variable-ref):
13114         * bytecomp.el (byte-compile-form):
13115         * bytecomp.el (byte-compile-top-level-body):
13116         * bytecomp.el (byte-compile-out-toplevel):
13117         * bytecomp.el (byte-compile-byte-code-maker):
13118         * bytecomp.el (byte-compile-file-form-defmumble):
13119         * bytecomp.el (byte-compile-file-form):
13120         * bytecomp.el (byte-compile-keep-pending):
13121         * bytecomp.el (byte-compile-insert-header):
13122         * bytecomp.el (byte-compile-from-buffer):
13123         * bytecomp.el (byte-compile-file):
13124         * bytecomp.el (byte-recompile-file):
13125         * bytecomp.el (byte-compile-close-variables):
13126         * bytecomp.el (byte-compile-warn-about-unused-variables):
13127         * bytecomp.el (byte-compile-warn-about-unresolved-functions):
13128         * bytecomp.el (byte-compiler-legal-options):
13129         * bytecomp.el (byte-compile-lapcode):
13130         * bytecomp.el (byte-optimize-log):
13131         * bytecomp.el ((fboundp 'defsubst)):
13132         * bytecomp.el:
13133         * bytecomp-runtime.el:
13134         * byte-optimize.el (byte-optimize-apply):
13135         * byte-optimize.el (car):
13136         * byte-optimize.el (byte-optimize-form):
13137         * byte-optimize.el (byte-optimize-form-code-walker):
13138         * byte-optimize.el:
13139         * build-report.el (build-report-insert-installation-file):
13140         * build-report.el (build-report):
13141         * auto-show.el:
13142         * apropos.el (apropos-documentation):
13143         - mega patch
13144         - clean up byte-compile warnings
13145         - remove unused variables
13146         - Use common lisp style hashtable functions
13147         - byte compiler cleanup
13148         - use #'(lambda ...) instead of '(lambda ...) or (function (lambda ...))
13149         - remove old backquote syntax usage
13150         - move some cl functionality into C for speed.
13151         - remove last remaining VMS support
13152         - spelling fixes
13153         - implement last, butlast, nbutlast, copy-list in C.
13154         - new macro ignore-file-errors, similar to ignore-errors
13155           (ignore-file-errors (delete-file "foo"))
13156         - get frequent garbage collection during loadup.el by tweaking
13157           gc-cons-threshold, rather than explicitly calling garbage-collect
13158         - default delete-key-deletes-forward to `t'.
13159
13160 1998-11-28  SL Baur  <steve@altair.xemacs.org>
13161
13162         * XEmacs 21.2-beta4 is released.
13163
13164 1998-11-27  Jan Vroonhof  <vroonhof@math.ethz.ch>
13165
13166         * easymenu.el (easy-menu-add-item): Wraper around add-menu-btton.
13167         (easy-menu-item-present-p): Wrapper around find-menu-item.
13168         (easy-menu-remove-item): Wrapper around delete-menu-item.
13169
13170         * menubar.el (delete-menu-item): Add 'from-menu' argument.
13171         (add-menu-button): Add 'in-menu' argument.
13172         (add-menu-item-1): Add in-menu support to helper function.
13173
13174 1998-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * isearch-mode.el (isearch-mode): Fix keymap lossage.
13177
13178 1998-11-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
13179
13180         * faces.el (get-custom-frame-properties): Revert Hrvoje Niksic change
13181         of Dec 4, 1997.
13182
13183 1998-11-25  Hrvoje Niksic  <hniksic@srce.hr>
13184
13185         * process.el (shell-command-on-region): Report if the command
13186         succeeded or failed.
13187
13188 1998-11-24  Hrvoje Niksic  <hniksic@srce.hr>
13189
13190         * subr.el (buffer-substring-no-properties): Comment out.
13191
13192 1998-11-07  Adrian Aichner  <adrian@xemacs.org>
13193
13194         * msw-faces.el (mswindows-find-smaller-font): Turning font names
13195           into font instances first, like `x-frob-font-size' does.
13196           (mswindows-find-larger-font): ditto
13197
13198 1998-11-04  Greg Klanderman  <greg@alphatech.com>
13199
13200         * package-ui.el (pui-install-selected-packages): fix args in call
13201         to `package-get'.
13202
13203 1998-10-29  Jan Vroonhof  <vroonhof@math.ethz.ch>
13204
13205         * package-get.el (host-name): New widget type.
13206         (package-get-remote): Better customization using new type.
13207         (package-get-download-sites): idem dito.
13208
13209         (package-get-custom): Do not use package-get-all untill we have
13210         runtime dependencies.
13211
13212         (package-get-remove-copy): Default to 't' we no longer need this
13213         kludge as we do not currently use depenencies.
13214
13215         (package-get-was-current): New variable.
13216         (package-get-require-base): New 'force-current' argument.
13217         (package-get-update-base): idem
13218         (package-get-package-provider):  idem
13219         (package-get-locate-index-file): New 'no-remote' argument.
13220         (package-get-locate-file): idem.
13221
13222         (package-get-maybe-save-index): New function.
13223         (package-get-update-base): Use it.
13224
13225 1998-10-28 Greg Klanderman <greg@alphatech.com>
13226
13227         * package-get.el (package-get-remote): default to nil; by default,
13228         don't go out to the net via EFS.  They must select a download site.
13229         (package-get-download-sites): new variable.
13230         (package-get-download-menu): new function.
13231         (package-get-locate-index-file): new function.
13232         (package-get-update-base): use it.
13233
13234         * menubar-items.el (default-menubar): add "Update Package Index"
13235         and "Add Download Site" menus under Options | Manage Packages.
13236
13237 1998-10-19  Greg Klanderman  <greg@alphatech.com>
13238
13239         * package-get.el (package-get): bugfix code checking installed version
13240         for case where package is not currently installed.
13241         (package-get-require-signed-base-updates): new variable.
13242         (package-get-update-base-from-buffer): remove REMOTE-SOURCE arg, it was
13243         deemed not a goot thing.  Use the variable
13244         package-get-allow-unsigned-base-updates instead.
13245
13246 1998-10-16 Greg Klanderman <greg@alphatech.com>
13247
13248         * package-get.el (package-get): Don't install an older version than
13249         we already have unless explicitly told to.  Issue a warning.
13250
13251         * package-ui.el (pui-add-required-packages): when adding
13252         dependencies, don't add packages that are up to date.
13253         (pui-package-symbol-char):  Don't consider a package out of date
13254         if you have a newer version installed than the latest version in
13255         package-get-base.
13256
13257         * package-get.el (package-get-base-filename): document that it may
13258         be a path relative to package-get-remote;  new default value.
13259         (package-get-locate-file): new function.
13260         (package-get-update-base): use it to expand package-get-base-filename.
13261         (package-get-save-base): new function to save the package-get database
13262         to file.
13263         (package-get-update-base-from-buffer): add REMOTE-SOURCE argument.
13264         (package-get-update-base): pass the REMOTE-SOURCE arg.
13265         (package-get-update-base-entry): call package-get-custom-add-entry.
13266         (package-get-file-installed-p): removed; no longer needed.
13267         (package-get-create-custom): ditto.
13268         (toplevel): remove code to build and load package-get-custom.el
13269         (package-get-custom-add-entry): new function.
13270
13271 1998-10-12  Hrvoje Niksic  <hniksic@srce.hr>
13272
13273         * wid-edit.el (widget-button-click): Don't switch window.
13274
13275 1998-10-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
13276
13277         * cus-face.el (custom-set-face-update-spec): Add autoload cookie
13278
13279 1998-10-20  Malcolm Box  <malcolm@brownale.demon.co.uk>
13280
13281         * etags.el (find-tag-default): Run find-tag-hook using
13282         run-hooks rather than funcall
13283
13284 1998-10-19  Hrvoje Niksic  <hniksic@srce.hr>
13285
13286         * isearch-mode.el (isearch-mode): Set the current minor mode maps
13287         and the current local map as the parents to isearch-mode-map.
13288
13289 1998-10-15  SL Baur  <steve@altair.xemacs.org>
13290
13291         * XEmacs 21.2-beta3 is released.
13292
13293 1998-10-15  Greg Klanderman  <greg@alphatech.com>
13294
13295         * package-get.el (package-get-update-base): use
13296         insert-file-contents-internal, not insert-file-contents-literally.
13297
13298 1998-10-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
13299
13300         * auto-save.el: expand-file 'auto-save-*-dir' at runtime not at
13301         dump time.
13302
13303 1998-10-15  Greg Klanderman  <greg@alphatech.com>
13304
13305         * package-get.el (package-get-update-base-entry): new function.
13306         (package-get-update-base): renamed; was `package-get-load-base'.
13307         cleanup, and use package-get-update-base-from-buffer.
13308         (package-get-update-base-from-buffer): new function.
13309         (package-get-update-base-entries): new; helper for above.
13310         Do not eval lisp grabbed over ftp; parse it from new format.
13311
13312 1998-10-15  Greg Klanderman  <greg@alphatech.com>
13313
13314         * files.el (set-auto-mode): Don't play games loading package-get
13315         database; package-get-package-provider will handle it all.
13316
13317 1998-10-14  Greg Klanderman  <greg@alphatech.com>
13318
13319         * package-get.el (package-get-base-filename): new variable.
13320         (package-get-require-base): new function.
13321         (package-get-pgp-signed-begin-line): new variable.
13322         (package-get-pgp-signature-begin-line): ditto.
13323         (package-get-pgp-signature-end-line):  ditto.
13324         (package-get-load-base): new function.
13325         (package-get-interactive-package-query):
13326         (package-get-update-all):
13327         (package-get-dependencies):
13328         (package-get-package-provider):
13329         (package-get-custom): use package-get-require-base.
13330         [package-get-custom loading]: disable for now.
13331
13332         * package-ui.el (pui-list-packages): use (package-get-require-base)
13333
13334 1998-10-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
13335
13336         * package-ui.el: Correct obvious thinko in choosing extent face.
13337
13338 1998-10-12  Jan Vroonhof  <vroonhof@math.ethz.ch>
13339
13340         * menubar-items.el (default-menubar): pui-list-package has nothing
13341         to with Customize. Move all the package stuff to a new Item in Options.
13342
13343         * package-ui.el (pui-menu): Add menu and Popup menu.
13344
13345         * package-get.el (package-get): Use new
13346         package-admin-get-install-dir.
13347
13348         * package-admin.el (package-admin-get-install-dir): New syntax.
13349         Conserve package location and put mule packages where mule-base is.
13350
13351         * package-get.el : Customized
13352
13353         * package-ui.el (pui): Customized
13354         (pui-package-install-dest-dir): New variable.
13355         (pui-install-selected-packages): Use it
13356
13357 1998-10-12  SL Baur  <steve@altair.xemacs.org>
13358
13359         * package-get.el (package-get-interactive-package-query): Move
13360         dependency on package-get-base to run-time.
13361         (package-get-update-all): Ditto.
13362         (package-get-dependencies): Ditto.
13363         (package-get-package-provider): Ditto.
13364         (package-get-custom): Ditto.
13365
13366 1998-10-11  Glynn Clements  <glynn@sensei.co.uk>
13367
13368         * events.el: Remove 'ascii-character property from 'backspace
13369         and 'delete symbols
13370
13371 1998-10-11  SL Baur  <steve@altair.xemacs.org>
13372
13373         * package-get-base.el: removed.
13374
13375 1998-09-23  Didier Verna  <didier@xemacs.org>
13376
13377         * simple.el (search-caps-disable-folding): moved from isearch-mode.el
13378         (no-upper-case-p): new function.
13379         (with-search-caps-disable-folding): new macro.
13380         (with-interactive-search-caps-disable-folding): new macro.
13381         (zap-to-char): In interactive mode, do a case-sensitive search if
13382         the character is uppercase.
13383         (zap-up-to-char): ditto.
13384
13385         * replace.el (perform-replace): use the function no-upper-case-p.
13386
13387         * isearch-mode.el (isearch-fix-case): ditto.
13388         make obsolete `with-caps-disable-folding' and
13389         `isearch-no-upper-case-p'.
13390
13391         * etags.el (find-tag-internal): use `with-search-caps-disable-folding'.
13392         (tags-search): ditto.
13393         (tags-query-replace): ditto.
13394
13395         * info.el (Info-search): ditto.
13396
13397 1998-10-07  Jan Vroonhof  <vroonhof@math.ethz.ch>
13398
13399         * x-font-menu.el (font-menu-set-font): Respect font-menu-frame-local
13400
13401 1998-10-07  Greg Klanderman  <greg@alphatech.com>
13402
13403         * package-admin.el (package-admin-rmtree): rewritten.  need to
13404         check for "." and ".." before symlink check.  expand files and
13405         directories with respect to DIRECTORY, not default-directory.
13406
13407 1998-10-04  Greg Klanderman  <greg@alphatech.com>
13408
13409         * package-get.el (package-get-all): add INSTALL-DIR argument.
13410
13411 1998-10-06  Greg Klanderman  <greg@alphatech.com>
13412
13413         * package-ui.el (pui-add-required-packages): new function, select
13414         dependent packages.
13415         (pui-display-keymap): bind it.
13416         (pui-help-string): document it.
13417         (pui-install-selected-packages): package-get-all -> package-get.
13418
13419         * package-get.el (package-get-dependencies): new function.
13420
13421 1998-10-04  Hrvoje Niksic  <hniksic@srce.hr>
13422
13423         * isearch-mode.el (isearch-done): Use regexp-search-ring-max for
13424         regexps.
13425
13426 1998-10-05  Hrvoje Niksic  <hniksic@srce.hr>
13427
13428         * mouse.el (default-mouse-track-point-at-opening-quote-p): New
13429         function.
13430         (default-mouse-track-normalize-point): Use it.
13431
13432 1998-09-30  Jan Vroonhof  <vroonhof@math.ethz.ch>
13433
13434         * package-admin.el (package-admin-delete-binary-package):
13435                 General cleanup. Remove unnessary use of progn and
13436         save-excursion.
13437         (package-admin-delete-binary-package): Do NOT mess with file
13438         modes. That is evil.
13439         (package-admin-delete-binary-package): Wrap all deleting in
13440         condition-case. The data in MANIFEST is untrustworthy.
13441         (package-admin-delete-binary-package): Let the OS worry about non
13442         empty directories.
13443
13444 1998-10-09  SL Baur  <steve@altair.xemacs.org>
13445
13446         * lisp-mnt.el (lm-commentary): Fix InfoDock-style comment
13447         processing.
13448         (lm-report-bug): Fix mail address to send bug reports to.
13449
13450 1998-09-29  SL Baur  <steve@altair.xemacs.org>
13451
13452         * XEmacs 21.2-beta2 is released.
13453
13454 1998-08-14  Jan Vroonhof  <vroonhof@math.ethz.ch>
13455
13456         * files.el (auto-mode-alist): Enhanced regexp for perl-mode
13457
13458 1998-09-22  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
13459
13460         * info.el (Info-mode): Document page turning by double clicks in
13461         docstring so `M-x describe-mode' will display it.
13462
13463 1998-09-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
13464
13465         * info.el (Info-mouse-track-double-click-hook): Use character
13466         widths to calculate a border region where double clicking does
13467         page turning, and return `nil' by default so other hooks, such as
13468         region highlighting, will be run.
13469
13470 1998-09-29  Colin Rafferty   <colin@xemacs.org>
13471
13472         * sound.el (default-sound-directory-list): Initialize with all the
13473         "sounds" directories in `data-directory-list'.  It used to just be
13474         the first one.
13475
13476         * packages.el (locate-data-directory-list): Created.  This gives
13477         the list of matching directories, unlike `locate-data-directory',
13478         which just gives the first one.
13479
13480 1998-09-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
13481
13482         * minibuf.el (read-from-minibuffer): No longer bind help-form but
13483         make a binding in the local keymap until help-char handling is
13484         improved.
13485
13486         * help.el (help-keymap-with-help-key): Provide keymap with help
13487         binding.
13488         (help-print-help-form): New helper function.
13489
13490 1998-09-23  Hrvoje Niksic  <hniksic@srce.hr>
13491
13492         * isearch-mode.el (isearch-highlight): set-extent-endpoints can
13493         move extent to another buffer; no need to create a new extent.
13494         (isearch-fix-case): New function.
13495         (isearch-search-and-update): Use it.
13496
13497 1998-09-22  Hrvoje Niksic  <hniksic@srce.hr>
13498
13499         * isearch-mode.el (isearch-mode): Use overriding-local-map to set
13500         the keymap, not minor-mode-map-alist.
13501         (isearch-done): Restore overriding-local-map.
13502
13503 1998-09-21  Martin Buchholz  <martin@xemacs.org>
13504
13505         * bytecomp.el (byte-compile-buffer-substring):
13506         Fix for: (byte-compile (defun f () (buffer-substring)))
13507         ==>   ** buffer-substring called with 3 args, but requires 0-3
13508         - new code not only works, but is more readable, too.
13509
13510 1998-09-20  Jonathan Harris  <jhar@tardis.ed.ac.uk>
13511
13512         * msw-faces.el (mswindows-init-device-faces): Don't try to
13513           specify a default font at this late stage. Do try to force
13514           creation of the default face font so that if it fails we get
13515           an error now instead of a crash at frame creation.
13516
13517           mswindows-font-canonicalize-name, mswindows-make-font-unbold,
13518           mswindows-make-font-unitalic: Canonical default weight
13519           changed from "Normal" to "Regular".
13520
13521           mswindows-make-font-bold / -bold-italic: Supplied device was
13522           not being passed into call to mswindows-find-smaller-font.
13523
13524 1998-09-10  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
13525
13526         * package-get.el (package-get-remote): Fix the path where to find
13527           the packages on xemacs.org.
13528
13529 1998-09-08  Hrvoje Niksic  <hniksic@srce.hr>
13530
13531         * about.el (about-maintainer-info): Update Ben's entry.
13532
13533 1998-09-24  Martin Buchholz  <martin@xemacs.org>
13534
13535         * lisp/shadow.el (find-emacs-lisp-shadows):
13536         - `member' was being called on lists of length 2000!
13537         - Replace with hashtables.
13538         - Replace hand-coded loops with (dolist)
13539         - Fix comment typo
13540
13541 1998-09-20  Darryl Okahata  <darrylo@sr.hp.com>
13542
13543         * packages.el: Added new function, `package-delete-name', to
13544           delete existing packages from the installed package database
13545           (`packages-package-list').  Also added the "pkginfo" directory
13546           to `packages-special-base-regexp', so that the pkginfo directory
13547           would not get added to `late-packages'.
13548
13549         * package-admin.el: Added ability to delete an installed package
13550           (added low-level function, `package-admin-delete-package').
13551           Understands how to use the pkginfo/MANIFEST.<package> file to
13552           delete the package.  When installing a package, will also
13553           create a MANIFEST.* file if one is not provided by the
13554           package.  If the MANIFEST.* doesn't exist when deleting a
13555           package, the functions will fall back to attempting to delete
13556           any package-specific lisp directory.
13557
13558         * package-get.el: Moved some functions to package-admin.el.
13559           Added interactive function `package-get-delete-package', for
13560           use by users for deleting a package.
13561
13562           Also modified to not require the presence of efs.
13563
13564 1998-09-22  Hrvoje Niksic  <hniksic@srce.hr>
13565
13566         * files.el (find-file-noselect): Handle all signals, kill the
13567         buffer and resignal.
13568
13569 1998-09-23  SL Baur  <steve@altair.xemacs.org>
13570
13571         * cl-macs.el (glyph-image): Add setf method.
13572
13573 1998-09-06  Darryl Okahata  <darrylo@sr.hp.com>
13574
13575         * package-get.el: Fixed broken EFS downloading.  Also, look for
13576           .tar.gz files first, in preference over .tgz files.
13577
13578         * package-ui.el: Fix display of package version numbers.
13579
13580 1998-08-27  Jan Vroonhof  <vroonhof@math.ethz.ch>
13581
13582         * x-font-menu.el (font-menu-set-font):  Add "pt" units to size
13583         argument.
13584
13585 1998-09-03  Darryl Okahata  <darrylo@sr.hp.com>
13586
13587         * list-mode.el: `display-completion-list': added new/optional
13588           keyword `:completion-string', which allows the programmer to
13589           change the "Possible completions are:" prompt.
13590
13591         * menubar-items.el: Added new pulldown menu-pick to start up the
13592           visual package browser/installer:
13593
13594                 Options->Customize->List Packages
13595
13596         * package-admin.el: Added hooks for installing under both Unix
13597           and MS Windows.  Does additional error checking.  No longer
13598           calls "add-big-package.sh" to install packages under Unix; now
13599           calls gunzip & tar directly.
13600
13601         * package-get.el: Added ability to install packages from files
13602           on a local disk/CDROM.  Now deletes any existing package lisp
13603           directory.  Does completion on available packages when
13604           querying for package names.  Will also search for .tgz files
13605           in addition for .tar.gz files.  Tries to reload
13606           auto-autoloads, as a convenience when loading new packages,
13607           and also tries to add any new package paths to `load-path'.
13608           Changed all occurences of `concat' to use `expand-file-name'.
13609
13610         * package-ui.el: New file which implements the main visual
13611           package browser/installer, which is started via a menu pick or
13612           M-x pui-list packages.
13613
13614 1998-09-03  Hrvoje Niksic  <hniksic@srce.hr>
13615
13616         * startup.el (load-init-file): spelling fix.
13617
13618 1998-09-02  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
13619
13620         * startup.el (normal-top-level): Load auto-autoload files
13621         covariantly with their precedence.
13622
13623 1998-08-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
13624
13625         * menubar-items.el (default-menubar): Remove "Font Weight"
13626         option, there is currently no custom equivalent.. Customize-faces
13627         is "Edit faces".
13628
13629         * x-font-menu.el (font-menu-set-font): Use customize to set
13630         default face.
13631
13632         * faces.el (face-spec-update-all-matching): New function.
13633
13634         * cus-face.el (custom-set-face-update-spec): New function.
13635         Interface to customize faces from elisp.
13636
13637         (custom-face-value-create): Show the customized settings if set
13638         but not saved.
13639
13640 1998-08-26  Jan Vroonhof  <vroonhof@math.ethz.ch>
13641
13642         (custom-face-value-create): Show the customized settings if set
13643         but not saved.
13644
13645 1998-08-31  Hrvoje Niksic  <hniksic@srce.hr>
13646
13647         * keydefs.el (global-map): Add FSF 20.3 binding of
13648         query-replace-regexp.
13649
13650 1998-08-21  Greg Klanderman  <greg@alphatech.com>
13651
13652         * minibuf.el (read-file-name-internal-1): use
13653         user-name-completion-1 instead of user-name-completion.
13654
13655 1998-08-19  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
13656
13657         * loadup.el:
13658         * make-docfile.el:
13659         * update-elc.el: Don't set `source-directory' (now defunct as a
13660         global variable) no more.
13661
13662         * packages.el (packages-list-autoloads): Made `source-directory'
13663         (now defunct as a global variable) a parameter.
13664
13665 1998-08-13  Carsten Leonhardt  <leo@arioch.oche.de>
13666
13667         * about.el (about-hackers): new email
13668
13669 1998-08-16  SL Baur  <steve@altair.xemacs.org>
13670
13671         * lisp-mode.el (with-string-as-buffer-contents): Set indentation.
13672
13673 1998-07-17  Didier Verna  <didier@xemacs.org>
13674
13675         * faces.el (set-face-property):
13676         (set-face-dim-p):
13677         (face-dim-p): updated the doc strings now that the dim property isn't
13678         tty-specific.
13679         (face-equal): the dim property is now a common one.
13680
13681         * cus-face.el (custom-face-attributes): New face attribute: `dim'
13682         Renamed the `stipple' attribute to `background-pixmap'.
13683         (custom-face-background-pixmap): make custom-face-stipple an
13684         obsolete alias for this.
13685
13686 1998-08-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
13687
13688         * find-paths.el (paths-file-readable-directory-p): Created and
13689         used.
13690
13691         * loadup.el: Don't set inhibit-... flags from run-temacs.
13692
13693 1998-08-06  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
13694
13695         * packages.el (packages-data-path-depth): Added and used.
13696
13697 1998-08-05  Charles G. Waldman <cgw@pgt.com>
13698
13699         * about.el:
13700         - Change .xpm to .png, delete "zcat" section.
13701         - cosmetic fix in the 'marcpa' entry.
13702
13703         * etc/photos
13704         - convert all .xpm.Z to .png
13705         - rename mrb to martin
13706         - rename mcook-m to mcookm
13707
13708 1998-07-31  Martin Buchholz  <martin@xemacs.org>
13709
13710         * x-init.el (x-initialize-compose): Add support for
13711         dead-circumflex as YET ANOTHER NAME for that dead key.
13712
13713 1998-08-05  Colin Rafferty <colin@xemacs.org>
13714
13715         * setup-paths.el (paths-construct-exec-path): Made the
13716         last-packages really be last.
13717         (paths-construct-data-directory-list): Ditto.
13718
13719 1998-08-01  Kai Haberzettl  <khaberz@synnet.de>
13720
13721         * startup.el(startup-splash-frame-body):
13722         Update Copyright notice in splash screen
13723
13724 1998-07-20  Greg Klanderman  <greg@alphatech.com>
13725
13726         * minibuf.el (read-file-name-internal-1): do ~user completion.
13727
13728 1998-07-22  Jan Vroonhof  <vroonhof@math.ethz.ch>
13729
13730         * font-lock.el (font-lock-fontify-glumped-region): Add guard
13731         aginst destroyed extents
13732
13733 1998-07-24  Greg Klanderman  <greg@alphatech.com>
13734
13735         * package-get.el (package-get): add `install-dir' argument.
13736
13737 1998-07-20  John Jones  <jj@asu.edu>
13738
13739         * package-get.el: calls to package-get-update-all will only
13740           update packages which are already installed.
13741
13742 1998-07-23  SL Baur  <steve@altair.xemacs.org>
13743
13744         * autoload.el (update-file-autoloads): Ensure autoloads buffer is
13745         writable.
13746
13747 1998-07-20  Colin Rafferty   <colin@xemacs.org>
13748
13749         * about.el (about-hackers): Correct my email.
13750
13751 1998-07-20  Kai Haberzettl  <khaberz@synnet.de>
13752
13753         * about.el (about-hackers): new email-address.
13754
13755 1998-07-25  SL Baur  <steve@altair.xemacs.org>
13756
13757         * minibuf.el (read-number): Don't let `input-error' condition
13758         escape.
13759
13760 1998-07-20  Greg Klanderman  <greg@alphatech.com>
13761
13762         * about.el (about-hackers): use my `email-for-life' address.
13763
13764 1998-07-19  SL Baur  <steve@altair.xemacs.org>
13765
13766         * XEmacs 21.2-beta1 is released.
13767
13768 1998-07-12  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
13769
13770         * ldap.el (ldap-search): Doc string change
13771
13772 1998-07-16  Colin Rafferty   <colin@xemacs.org>
13773
13774         * menubar-items.el (default-menubar): Removed references to
13775         `data-directory', and use `locate-data-file' instead, and made
13776         then greyed out if they don't exist.
13777
13778 1998-07-14  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
13779
13780         * keymap.el (events-to-keys): Use `format' instead of `concat'
13781         since the latter does not accept integer args anymore
13782
13783 1998-07-15  SL Baur  <steve@altair.xemacs.org>
13784
13785         * dumped-lisp.el (preloaded-file-list): Usage of Lisp read-time
13786         macros replaced.
13787
13788 1998-07-14  SL Baur  <steve@altair.xemacs.org>
13789
13790         * make-docfile.el: Get first initialization from very-early-lisp.el
13791         * update-elc.el: Ditto.
13792         * loadup.el (really-early-error-handler): Ditto.
13793
13794         * packages.el (packages-unbytecompiled-lisp): Add new file,
13795         very-early-lisp.el.
13796
13797         * very-early-lisp.el: New file.
13798
13799 1998-07-14  SL Baur  <steve@altair.xemacs.org>
13800
13801         * Symbols that have been obsolete for at least 3 years removed (II).
13802
13803         * obsolete.el (eval-current-buffer): Make compatible.
13804         (byte-code-function-p): Ditto.
13805         (send-string): Removed.
13806         (send-region): Removed.
13807         (screen-scrollbar-width): Removed.
13808         (set-screen-scrollbar-width): Removed.
13809         (set-screen-left-margin-width): Removed.
13810         (set-screen-right-margin-width): Removed.
13811         (screen-left-margin-width): Removed.
13812         (screen-right-margin-width): Removed.
13813         (set-buffer-left-margin-width): Removed.
13814         (set-buffer-right-margin-width): Removed.
13815         (buffer-left-margin-width): Removed.
13816         (buffer-right-margin-width): Removed.
13817         (x-set-frame-icon-pixmap): Removed.
13818         (x-set-screen-icon-pixmap): Removed.
13819         (pixel-name): Removed.
13820         (make-pixmap): Removed.
13821         (make-cursor): Removed.
13822         (pixmap-width): Removed.
13823         (pixmap-contributes-to-line-height-p): Removed.
13824         (set-pixmap-contributes-to-line-height): Removed.
13825
13826 1998-07-13  SL Baur  <steve@altair.xemacs.org>
13827
13828         * obsolete.el (popup-menu-up-p): removed.
13829         (read-no-blanks-input): Removed.
13830         (wholenump): Removed.
13831         (ring-mod): Removed (what was ring-mod?).
13832         (current-time-seconds): Removed.
13833         (run-special-hook-with-args): Removed.
13834         (dot): Removed.
13835         (dot-marker): Removed.
13836         (dot-min): Removed.
13837         (dot-max): Removed.
13838         (window-dot): Removed.
13839         (set-window-dot): Removed.
13840
13841         * bytecomp.el: Remove bytecompiler support for `dot', `dot-max' and
13842         `dot-min'.
13843
13844         * minibuf.el: (read-no-blanks-input): remove commented-out copy.
13845
13846         * code-files.el (insert-file-contents): Rename
13847         run-special-hook-with-args to run-hook-with-args-until-success.
13848         (write-region): Ditto.
13849
13850 1998-07-12  SL Baur  <steve@altair.xemacs.org>
13851
13852         * about.el: Fix typos, update release date.
13853
13854         * Symbols that have been obsolete for at least 3 years removed.
13855
13856         * cl-macs.el (cl-parse-loop-clause): Delete obsolete references to
13857         screen- functions.
13858         (toplevel): remove setf methods for screen functions.
13859         * cl-macs.el (extent-data): defsetf removed.
13860         * obsolete.el (lisp-indent-hook): Make compatible, it's used too
13861         many places to remove.
13862         (comment-indent-hook): Ditto.
13863         * obsolete.el (get-screen-for-buffer-default-screen-name): Remove.
13864         (buffer-dedicated-screen): Ditto.
13865         (deiconify-screen): Ditto.
13866         (delete-screen): Ditto.
13867         (event-screen): Ditto.
13868         (find-file-other-screen): Ditto.
13869         (find-file-read-only-other-screen): Ditto.
13870         (live-screen-p): Ditto.
13871         (screen-height): Ditto.
13872         (screen-iconified-p): Ditto.
13873         (screen-list): Ditto.
13874         (screen-live-p): Ditto.
13875         (screen-name): Ditto.
13876         (screen-parameters): Ditto.
13877         (screen-pixel-height): Ditto.
13878         (screen-pixel-width): Ditto.
13879         (screen-root-window): Ditto.
13880         (screen-selected-window): Ditto.
13881         (screen-totally-visible-p): Ditto.
13882         (screen-visible-p): Ditto.
13883         (screen-width): Ditto.
13884         (screenp): Ditto.
13885         (get-screen-for-buffer): Ditto.
13886         (get-screen-for-buffer-noselect): Ditto.
13887         (get-other-screen): Ditto.
13888         (iconify-screen): Ditto.
13889         (lower-screen): Ditto.
13890         (mail-other-screen): Ditto.
13891         (make-screen): Ditto.
13892         (make-screen-invisible): Ditto.
13893         (make-screen-visible): Ditto.
13894         (modify-screen-parameters): Ditto.
13895         (new-screen): Ditto.
13896         (next-screen): Ditto.
13897         (next-multiscreen-window): Ditto.
13898         (other-screen): Ditto.
13899         (previous-screen): Ditto.
13900         (previous-multiscreen-window): Ditto.
13901         (raise-screen): Ditto.
13902         (redraw-screen): Ditto.
13903         (select-screen): Ditto.
13904         (selected-screen): Ditto.
13905         (set-buffer-dedicated-screen): Ditto.
13906         (set-screen-height): Ditto.
13907         (set-screen-position): Ditto.
13908         (set-screen-size): Ditto.
13909         (set-screen-width): Ditto.
13910         (show-temp-buffer-in-current-screen): Ditto.
13911         (switch-to-buffer-other-screen): Ditto.
13912         (visible-screen-list): Ditto.
13913         (window-screen): Ditto.
13914         (x-set-screen-pointer): Ditto.
13915         (x-set-frame-pointer): Ditto.
13916         (screen-title-format): Ditto.
13917         (screen-icon-title-format): Ditto.
13918         (terminal-screen): Ditto.
13919         (delete-screen-hook): Ditto.
13920         (create-screen-hook): Ditto.
13921         (mouse-enter-screen-hook): Ditto.
13922         (mouse-leave-screen-hook): Ditto.
13923         (map-screen-hook): Ditto.
13924         (unmap-screen-hook): Ditto.
13925         (default-screen-alist): Ditto.
13926         (default-screen-name): Ditto.
13927         (x-screen-defaults): Ditto.
13928         (x-create-screen): Ditto.
13929         * obsolete.el: meta-flag removed.
13930         baud-rate removed.
13931         sleep-for-millisecs removed.
13932         extent-data removed.
13933         set-extent-data removed.
13934         set-extent-attribute removed.
13935         extent-glyph removed.
13936         extent-layout removed.
13937         set-extent-layout removed.
13938         list-faces-display removed.
13939         list-faces removed.
13940         trim-versions-without-asking removed.
13941         after-write-file-hooks removed.
13942         truename removed.
13943         auto-fill-hook removed.
13944         blink-paren-hook removed.
13945         select-screen-hook, deselect-screen-hook removed.
13946         auto-raise-screen, auto-lower-screen removed.
13947
13948         * msw-mouse.el: Global change resource -> mswindows-resource.
13949
13950         * XEmacs 21.0-pre5 is released.
13951
13952 1998-07-11  SL Baur  <steve@altair.xemacs.org>
13953
13954         * about.el (about-hackers): Credits update.
13955
13956 1998-07-11  Hrvoje Niksic  <hniksic@srce.hr>
13957
13958         * register.el (insert-register): Don't activate the region.
13959
13960 1998-07-10  SL Baur  <steve@altair.xemacs.org>
13961
13962         * select.el: Restore x-* symbols for backwards compatibility:
13963         x-copy-primary-selection, x-kill-primary-selection,
13964         x-delete-primary-selection, x-select-make-extent-for-selection,
13965         x-valid-simple-selection-, x-cut-copy-clear-internal.
13966
13967 1998-07-09  SL Baur  <steve@altair.xemacs.org>
13968
13969         * XEmacs 21.0-pre4 is released.
13970
13971 1998-06-28  Hrvoje Niksic  <hniksic@srce.hr>
13972
13973         * menubar-items.el (default-menubar): Use `report-emacs-bug' for
13974         reporting bugs.
13975         (maybe-add-init-button): Fix semantics under Windows.  Use
13976         `expand-file-name' rather than `concat'.
13977
13978         * help.el (print-messages): New function.
13979
13980 1998-07-05  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
13981
13982         * ldap.el (ldap-host-parameters-alist): Docstring fixes
13983
13984 1998-07-04  Jonathan Harris  <jhar@tardis.ed.ac.uk>
13985
13986         * about.el: Tweaked my entry in about-hackers.
13987
13988         * find-paths.el (paths-emacs-root-p):
13989           Relaxed emacs-root checking of an in-place installation to
13990           also accommodate the flat layout used on MS Windows.
13991
13992 1998-06-29  John Jones  <jj@asu.edu>
13993
13994         * package-get.el: calls to package-get-update-all will only
13995           update packages which are already installed.
13996
13997 1998-07-05  Andy Piper  <andyp@parallax.co.uk>
13998
13999         * faces.el (xpm-color-symbols): remove hardcoded defaults these
14000         are handled by the gui-element face fallbacks now.
14001
14002         * x-faces.el: default gui-element face to "background" as well as
14003         the default face.
14004
14005         * msw-faces.el (mswindows-init-device-faces): remove gui-element
14006         and default face settings since these are set as fallbacks now in
14007         the appropriate domain.
14008
14009 1998-07-02  SL Baur  <steve@altair.xemacs.org>
14010
14011         * text-mode.el (text-mode): Reorder regexp so the OR part
14012         corresponding to `page-delim' goes first and the hack in
14013         `forward-paragraph' will work.
14014         With bug analysis from Bob Weiner <weiner@altrasoft.com>
14015
14016 1998-06-29  Kyle Jones  <kyle_jones@wonderworks.com>
14017
14018         * subr.el (remove-hook): When checking the hook value
14019           with functionp, don't apply car to it.
14020
14021 1998-06-24  Jonathan Harris  <jhar@tardis.ed.ac.uk>
14022
14023         * package-get.el (package-get-remote-filename):
14024           Don't use file-name-as-directory because the local directory
14025           separator conventions might not be the same as ftp's.
14026
14027 1998-06-27  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
14028
14029         * ldap.el (ldap-host-parameters-alist): New name of
14030         `ldap-host-parameters-plist'
14031
14032 1998-06-26  Adrian Aichner  <adrian@xemacs.org>
14033
14034         * package-get.el: Using (require 'package-get-base), now that it
14035         provides itself.  Consequently removed all instances of (load
14036         "package-get-base.el").
14037
14038 1998-06-29  Kyle Jones  <kyle_jones@wonderworks.com>
14039
14040         * subr.el (remove-hook): Don't treat the hook value as a
14041           list unless it is both consp and not functionp.
14042
14043 1998-06-29  SL Baur  <steve@altair.xemacs.org>
14044
14045         * about.el: Email address for Ben Wing is ben@xemacs.org.
14046         * auto-show.el: Ditto.
14047         * bytecomp.el: Ditto.
14048         * faces.el: Ditto.
14049         * x-scrollbar.el: Ditto.
14050         * x-misc.el: Ditto.
14051         * tty-init.el: Ditto.
14052         * toolbar-items.el: Ditto.
14053         * symbol-syntax.el: Ditto.
14054         * specifier.el: Ditto.
14055         * objects.el: Ditto.
14056         * hyper-apropos.el: Ditto.
14057         * glyphs.el: Ditto.
14058
14059 1998-06-27  Hrvoje Niksic  <hniksic@srce.hr>
14060
14061         * mouse.el (drag-window-divider): vertical-divider-draggable-p ->
14062         vertical-divider-always-visible-p.
14063         (default-mouse-motion-handler): Ditto.
14064
14065 1998-06-21  Hrvoje Niksic  <hniksic@srce.hr>
14066
14067         * scrollbar.el (scrollbars-visible-p): Simplify.  Always set the
14068         global value.
14069
14070 1998-06-21  Oliver Graf <ograf@fga.de>
14071
14072         * build-reports.el: changed receiver to xemacs-build-reports list
14073
14074 1998-06-19  Jonathan Harris  <jhar@tardis.ed.ac.uk>
14075
14076         * font.el: Split font-family-mappings into X and
14077           mswindows-specific versions.
14078           mswindows-font-create-[object|name]: Treat supplied size
14079           as a pointsize. Added underline and strikethru handling.
14080
14081         * msw-faces.el: changed default mswindows charset to western.
14082
14083         * msw-glyphs.el: removed space in border-glyph font string that
14084           was inserted to get round bugs in the mswindows C font code.
14085
14086 1998-06-27  SL Baur  <steve@altair.xemacs.org>
14087
14088         * about.el (about-hackers): Credits update.
14089
14090         * help-nomule.el (tutorial-supported-languages): Add Romanian
14091         TUTORIAL.
14092
14093         * code-files.el (file-coding-system-alist): Hardwire TUTORIAL.ro
14094         to ISO-8859-2.
14095
14096 1998-06-19  Jonathan Harris  <jhar@tardis.ed.ac.uk>
14097
14098         * font.el: Split font-family-mappings into X and
14099           mswindows-specific versions.
14100           mswindows-font-create-[object|name]: Treat supplied size
14101           as a pointsize. Added underline and strikethru handling.
14102
14103         * msw-faces.el: changed default mswindows charset to western.
14104
14105         * msw-glyphs.el: removed space in border-glyph font string that
14106           was inserted to get round bugs in the mswindows C font code.
14107
14108 1998-06-15  Jonathan Harris  <jhar@tardis.ed.ac.uk>
14109
14110         * minibuf.el: make read-color-completion-table call
14111           (mswindows-color-list for mswindows devices.
14112
14113 1998-06-18  Sam Mikes  <smikes@alumni.hmc.edu>
14114
14115         * lisp/font-lock.el
14116         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
14117         Let declaration items contain non-word symbol characters.
14118
14119 1998-06-15  Adrian Aichner  <adrian@xemacs.org>
14120
14121         * package-get.el (package-get-package-provider): Added autoload
14122         cookie.  Loading "package-get-base.el" in ALL functions that use
14123         it.  Fixed some (interactive ...) with multiple argument specs
14124         again.  Cosmetic indentation changes.
14125
14126 1998-05-27  Glynn Clements  <glynn@sensei.co.uk>
14127
14128         * info.el (Info-insert-dir): Don't use nreverse on variables
14129         that you want to use later.
14130
14131 1998-06-17  Glynn Clements  <glynn@sensei.co.uk>
14132
14133         * x-mouse.el (x-set-point-and-move-selection): Replace call
14134         to x-kill-primary-selection with kill-primary-selection
14135
14136 1998-06-12  Martin Buchholz  <martin@xemacs.org>
14137
14138         * simple.el (what-cursor-position): Make cursor position reported
14139         use value of column-number-start-at-one
14140
14141 1998-06-17  SL Baur  <steve@altair.xemacs.org>
14142
14143         * about.el (xemacs-hackers): Fix Jareth's email address.
14144
14145 1998-06-16  SL Baur  <steve@altair.xemacs.org>
14146
14147         * startup.el (startup-splash-frame): Remove
14148         `xemacs-startup-logo-function'.
14149
14150 1998-06-15  SL Baur  <steve@altair.xemacs.org>
14151
14152         * about.el (about-hackers): Update credits list.
14153
14154 1998-06-06  Jeff Miller <jmiller@smart.net>
14155
14156         * lisp/sound.el: Update sound-ext to allow filenames with
14157           extensions to be found by load-sound-file
14158
14159 1998-06-14  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
14160
14161         * info.el (Info-rebuild-outdated-dir): Removed variable
14162         (Info-auto-generate-directory): New variable
14163         (Info-save-auto-generated-dir): New variable
14164         (Info-maybe-update-dir): Use `Info-auto-generate-directory'
14165         (Info-build-dir-anew): Second parameter removed.  Use
14166         `Info-save-auto-generated-dir'
14167         (Info-rebuild-dir): Ditto
14168
14169 1998-06-02  Christoph Wedler  <wedler@fmi.uni-passau.de>
14170
14171         * list-mode.el (next-list-mode-item): Would not recognize
14172         border between directly neighbored items.
14173
14174 1998-06-12  Andy Piper  <andyp@parallax.co.uk>
14175
14176         * package-get.el: add autoloads for some functions.
14177
14178 1998-06-10  Hrvoje Niksic  <hniksic@srce.hr>
14179
14180         * specifier.el (let-specifier): Tiny docfixes.
14181
14182 1998-06-12  Andy Piper  <andyp@parallax.co.uk>
14183
14184         * msw-mouse.el: set selection-pointer-glyph to Normal.
14185
14186 1998-06-09  Per Abrahamsen  <abraham@dina.kvl.dk>
14187
14188         * wid-edit.el (widget-specify-secret): New function.
14189         (widget-after-change): Use it.
14190         (widget-specify-field): Use it.
14191
14192 1998-06-08  Hrvoje Niksic  <hniksic@srce.hr>
14193
14194         * mouse.el (drag-window-divider): Use `(not done)' instead of
14195         `doit'; reuse result of `window-pixel-edges'.
14196
14197         * modeline.el (drag-modeline-event-lag): Rename to
14198         drag-divider-event-lag.
14199
14200 1998-06-07  Hrvoje Niksic  <hniksic@srce.hr>
14201
14202         * specifier.el (let-specifier): Rewritten not to generate needless
14203         `let's; clarified documentation; support TAG-SET and HOW-TO-ADD
14204         arguments.
14205
14206 1998-05-28  Hrvoje Niksic  <hniksic@srce.hr>
14207
14208         * minibuf.el (read-file-name-1): Setup buffer-local value of
14209         `completion-ignore-case' in completions buffer under Windows.
14210
14211 1998-06-06  Kirill M. Katsnelson  <kkm@kis.ru>
14212
14213         * about.el (about-maintainer-glyph): Fix support for not
14214         compressed images.
14215
14216 1998-06-04  Kirill M. Katsnelson  <kkm@kis.ru>
14217
14218         * cmdloop.el (cancel-mode-internal): Defined this do-nothing function.
14219
14220         * mouse.el (mouse-track): Cancel selection if misc-user event with
14221         `cancel-mode-internal' function is fetched.
14222
14223 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
14224
14225         * files.el (save-some-buffers-1): Fixed return value.
14226
14227 1998-06-01  Oliver Graf <ograf@fga.de>
14228
14229         * dragdrop.el: added experimental
14230
14231 1998-05-26  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
14232
14233         * startup.el (after-init-hook, init-file-user,
14234         user-init-directory, load-user-init-file):  Purge references
14235         to "~/.xemacs/init.el" from docstrings.
14236
14237         (load-user-init-file) Use paths-construct-path to construct
14238         paths to user init files.  Go directly to ~/.emacs, do not
14239         search ~/.xemacs/, do not load `default-custom-file'.
14240
14241 1998-06-03  Hrvoje Niksic  <hniksic@srce.hr>
14242
14243         * files.el (interpreter-mode-alist): Catch wish and tclsh before
14244         general *sh.
14245         (inhibit-first-line-modes-regexps): Added `.tar.gz'.
14246
14247 1998-06-03  Andy Piper  <andyp@parallax.co.uk>
14248
14249         * menubar-items.el (default-menubar): add Update Packages to customize
14250         menu.
14251
14252 1998-06-02  Andy Piper  <andyp@parallax.co.uk>
14253
14254         * faces.el: use toolbar face as a fallback for toolbar properties
14255         in xpm-color-symbols instead of default.
14256
14257         * msw-faces.el: rename 3d-object -> gui-element face.
14258
14259 1998-06-06  SL Baur  <steve@altair.xemacs.org>
14260
14261         * startup.el (xemacs-startup-logo-function): New variable.
14262         (startup-splash-frame): Use it.
14263
14264 1998-06-02  Hrvoje Niksic  <hniksic@srce.hr>
14265
14266         * files.el (save-some-buffers): Would wait 1 second.
14267         (save-some-buffers-1): Delete other windows here instead of in
14268         `save-some-buffers'.
14269         (save-some-buffers): Force redisplay only if windows were deleted.
14270
14271 1998-06-02  Didier Verna  <didier@xemacs.org>
14272
14273         * cus-face.el (custom-face-attributes): generalized the use of
14274         toggle buttons for boolean attributes.
14275         Re-ordered the items a bit.
14276
14277 1998-06-01  SL Baur  <steve@altair.xemacs.org>
14278
14279         * sound.el (default-sound-directory): Use `locate-data-directory'
14280         to find the sounds directory.
14281
14282 1998-05-29  Andy Piper  <andyp@parallax.co.uk>
14283
14284         * sound.el: default sound-ext to .wav under mswindows, .au
14285         otherwise. load-default sounds without extensions.
14286
14287 1998-05-27  Bjrn Torkelsson  <torkel@hpc2n.umu.se>
14288
14289         * menubar-items.el (default-menubar): Dim out "Submit Bug Report"
14290         if send-pr is not bound.
14291
14292 1998-06-01  Andy Piper  <andyp@parallax.co.uk>
14293
14294         * files.el: grok idl files in auto-mode-alist.
14295 1998-06-01  Jeff Miller  <jmiller@smart.net>
14296
14297         * minibuf.el (exact-minibuffer-completion-p): check for nil before
14298         calling `upcase'.
14299
14300 1998-05-30  Andy Piper  <andyp@parallax.co.uk>
14301
14302         * msw-glyphs.el: add xbm to the list of image types supported.
14303
14304 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
14305
14306         * msw-init.el (init-post-mswindows-win): Load InfoDock toolbar
14307         instead of XEmacs one when dumping InfoDock.
14308
14309 1998-05-30  Kirill M. Katsnelson  <kkm@kis.ru>
14310
14311         * obsolete.el (has-modeline-p): Added obsolete alias `has-modeline-p'
14312         for `modeline-visible-p'
14313
14314         * winnt.el (nt-quote-process-args): Fix for duplicating argv[0].
14315
14316 1998-05-29  Andy Piper  <andyp@parallax.co.uk>
14317
14318         * msw-select.el (mswindows-cut-copy-clear-clipboard): deleted
14319         since it's not used anymore. doc string fixes.
14320
14321         * package-get.el (package-get-file-installed-p): new function. use
14322         instead of file-installed-p which is in an external package.
14323
14324 1998-05-28  Oliver Graf <ograf@fga.de>
14325
14326         * dragdrop.el (dragdrop-drop-url-default): dropped pop-to-buffer in
14327         favor of select-window/switch-to-buffer
14328
14329 Wed May 27, 1998  Darryl Okahata  <darrylo@sr.hp.com>
14330
14331         * startup.el: changed (getenv "HOME") to (user-home-directory)
14332
14333 1998-05-25  Oliver Graf <ograf@fga.de>
14334
14335         * frame.el (cde-start-drag) moved to dragdrop.el
14336         (offix-start-drag-region) moved to dragdrop.el
14337         (offix-start-drag) moved to dragdrop.el
14338         * dragdrop.el (cde-start-drag) moved from frame.el
14339         (offix-start-drag-region) moved from frame.el
14340         (offix-start-drag) moved from frame.el
14341         (cde-start-drag-region) cde drag regions
14342         * mouse.el (mouse-drag-or-yank) will now call cde-start-drag-region
14343
14344 1998-05-26  Oliver Graf <ograf@fga.de>
14345
14346         * dragdrop.el: created dragdrop-drag prototypes
14347         (cde-start-drag-region) fixed typo
14348
14349 1998-05-28  SL Baur  <steve@altair.xemacs.org>
14350
14351         * simple.el (after-init-hook): Remove reader macro.
14352
14353         * packages.el (packages-hardcoded-lisp): Get rid of reader
14354         macros.  Update DOC string.
14355
14356 1998-05-25  Hrvoje Niksic  <hniksic@srce.hr>
14357
14358         * mouse.el (drag-window-divider): Ditto.
14359
14360         * modeline.el (mouse-drag-modeline): Use it.
14361
14362         * lisp-mode.el (let-specifier): Specify indentation.
14363
14364         * specifier.el (let-specifier): Renamed from
14365         `with-specifier-instance'.
14366
14367 1998-05-27  Andy Piper  <andyp@parallax.co.uk>
14368
14369         * x-faces.el:
14370         * faces.el: move definition of xpm-color-symbols from x-faces.el
14371         to faces. Predicate x-get-resource on the presence of x.
14372
14373         * msw-faces.el: set 3d-object face rather than modeline. Specify
14374         faces as specfier defaults.
14375
14376         * package-get.el: don't use package-admin-add-single-file-package.
14377
14378 1998-05-25  Hrvoje Niksic  <hniksic@srce.hr>
14379
14380         * toolbar-items.el: Fixup tooltips.
14381         (toolbar-gnus): Don't use obsolete variable
14382         toolbar-news-frame-properties.
14383         (toolbar-news-reader): Default to `gnus' instead of
14384         `not-configured'.
14385
14386         * files.el (auto-mode-alist): Correctly recognize `.emacs' under
14387         Windows.
14388
14389 1998-05-25  Andy Piper  <andyp@parallax.co.uk>
14390
14391         * package-get.el: rename -installedp -> -installed-p.
14392
14393 1998-05-23  Kirill M. Katsnelson  <kkm@kis.ru>
14394
14395         * glyphs.el (init-glyphs): Created `border-glyph' face, with no
14396         attributes, and assinged it to continuation, truncation and
14397         hscroll glyphs.
14398
14399         * msw-glyphs.el: Assigned WinDings font to `border-glyph' face,
14400         and made continuation, truncation and hscroll glyphs arrow
14401         characters out of that font.
14402
14403 1998-05-22  Hrvoje Niksic  <hniksic@srce.hr>
14404
14405         * minibuf.el (minibuffer-electric-separator): Play nicely with
14406         directory-sep-char being \.
14407         (minibuffer-electric-tilde): Ditto.
14408         (read-file-name-map): Ditto.
14409
14410 1998-05-22  Hrvoje Niksic  <hniksic@srce.hr>
14411
14412         * mouse.el (default-mouse-track-maybe-own-selection): Pause only
14413         on X devices.
14414         (default-mouse-track-deal-with-down-event): Avoid
14415         `x-disown-selection'; use `disown-selection' instead.
14416
14417 1998-05-21  Andy Piper  <andyp@parallax.co.uk>
14418
14419         * select.el:
14420         * x-select.el: selection cleanup. (x-cut-copy-clear-internal)
14421         moved to (cut-copy-clear-internal) in select.el. Ditto for
14422         (x-delete-primary-selection) (x-kill-primary-selection)
14423         (x-copy-primary-selection).
14424         (own-clipboard): new function.
14425
14426         * msw-select.el: use the new kill/delete/copy/cut-copy-clear
14427         functions in select.el. remove old ones.
14428         (mswindows-own-clipboard): new function.
14429
14430 1998-05-21  Andy Piper  <andyp@parallax.co.uk>
14431
14432         * gnuserv.el: allow connections from mswindows type devices.
14433
14434 1998-05-20  Andy Piper  <andyp@parallax.co.uk>
14435
14436         * msw-glyphs.el: change image type used from cursor to resource.
14437
14438 1998-05-20  Kirill M. Katsnelson  <kkm@kis.ru>
14439
14440         * x-scrollbar.el (x-init-scrollbar-from-resources): Added support
14441         for {top,bottom}-{left,right} values in addition to
14442         {top,bottom}_{left,right}.
14443         Use x-get-resource instead of x-get-resource-and-bogosity-check.
14444
14445 1998-05-20  Hrvoje Niksic  <hniksic@srce.hr>
14446
14447         * cl-macs.el (specifier-instance): Undefine its setf method.
14448
14449         * specifier.el (with-specifier-instance): Added docstring.
14450
14451         * mouse.el (drag-window-divider): Ditto.
14452
14453         * modeline.el (mouse-drag-modeline): Use it.
14454
14455         * lisp-mode.el (with-specifier-instance): Define its indentation
14456         level.
14457
14458         * specifier.el (with-specifier-instance): New macro.
14459
14460 1998-05-19  Andy Piper  <andyp@parallax.co.uk>
14461
14462         * package-get.el (package-get-create-custom): new function to
14463         auto-generate package-get-custom.el from package-get-base.el.
14464         * (package-get-ever-installedp): new function.
14465         * (package-get-custom): new function to get all packages specified
14466         by customize.
14467
14468 1998-05-19  Hrvoje Niksic  <hniksic@srce.hr>
14469
14470         * cus-edit.el (custom-file): Revert to `~/.emacs'.
14471
14472 1998-05-23  SL Baur  <steve@altair.xemacs.org>
14473
14474         * cl-extra.el: Reverse previous float change.
14475
14476 1998-05-17  Andy Piper  <andyp@parallax.co.uk>
14477
14478         * x-faces.el:
14479         * faces.el (try-font-name): moved from x-faces.el since it is
14480         required by w3 under mswindows as well X.
14481
14482 1998-05-18  Kirill M. Katsnelson  <kkm@kis.ru>
14483
14484         * winnt.el: Removed evil (setq completion-ignore-case t)
14485         clause, one more overlookef fsfism.
14486         (nt-quote-args-functions-alist): End sentences with double space.
14487
14488 1998-05-18  Kirill M. Katsnelson  <kkm@kis.ru>
14489
14490         * window-xemacs.el (push-window-configuration): Remove kludgery of
14491         recaching default-toolbar specifier.
14492         (pop-window-configuration): Ditto.
14493         (unpop-window-configuration): Ditto.
14494
14495 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
14496
14497         * modeline.el (modeline-minor-mode-menu): Don't use :menu-tag.
14498
14499 1998-05-17  Kirill M. Katsnelson  <kkm@kis.ru>
14500
14501         * winnt.el (nt-quote-args-verbatim): Added function.
14502         (nt-quote-args-prefix-quote): Added function.
14503         (nt-quote-args-backslash-quote): Added function.
14504         (nt-quote-args-double-quote): Added function.
14505         (nt-quote-args-functions-alist): New variable.
14506         (nt-quote-process-args): Added function. This is the main quoting
14507         work horse called from process-nt.c
14508
14509 1998-05-16  Kirill M. Katsnelson  <kkm@kis.ru>
14510
14511         * winnt.el: Removed duplicate definitions for backspace,
14512         delete, M-backspace and C-M-backspace.
14513         (file-name-buffer-file-type-alist): Removed this variable.
14514         (find-buffer-file-type): Removed function.
14515         (find-file-binary):  Removed function.
14516         (find-file-text): Removed function.
14517         (find-file-not-found-set-buffer-file-type): Removed function.
14518         (save-to-unix-hook): Removed function.
14519         (revert-from-unix-hook): Removed function.
14520         (using-unix-filesystems): Removed function.
14521         (original-make-auto-save-file-name): DEFSUBR to avoid doc snarf
14522         warning.
14523         (x-set-selection): Removed function.
14524         (x-get-selection): Removed function.
14525         Removed commented FSFisms.
14526         Replaced copyright notice (this file is not part of GNU Emacs).
14527         (nt-shell-mode-hook): Moved here from a lambda expression. Added
14528         comint-process-echoes setting to t.
14529
14530 1998-05-17  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
14531
14532         * packages.el (packages-no-package-hierarchy-regexp): Introduced
14533         and used following the interface change of
14534         `paths-find-recursive-path'.
14535
14536         * find-paths.el (paths-find-recursive-path): Exclusion is now by a
14537         regexp instead of a list of base names.
14538         (paths-version-control-filename-regexp):
14539         (paths-lisp-filename-regexp): (paths-no-lisp-directory-regexp):
14540         Introduced and used following the interface change of
14541         `paths-find-recursive-path'.
14542
14543 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
14544
14545         * simple.el (delete-forward-p): Make it a defun; do X garbage only
14546         on X devices, rather than on all non-TTY devices.
14547
14548 1998-05-16  Kirill M. Katsnelson  <kkm@kis.ru>
14549
14550         * msw-mouse.el: New file. Sets up cursor shapes for Windows.
14551
14552         * dumped-lisp.el (preloaded-file-list): Added msw-mouse.el
14553
14554 1998-05-17  Adrian Aichner  <adrian@xemacs.org>
14555
14556         * itimer.el (activate-itimer): Fixed usage of integers
14557         as argument to `concat'.
14558
14559 1998-05-17  Glynn Clements  <glynn@sensei.co.uk>
14560
14561         * itimer.el (start-itimer): replace the use of `concat' with
14562         `format'
14563
14564 1998-05-16  SL Baur  <steve@altair.xemacs.org>
14565
14566         * mode-motion.el (mode-motion-hook): Clarify docstring.
14567         From Bob Weiner <weiner@altrasoft.com>
14568
14569         * loadhist.el (symbol-file): Supply prompt string when used
14570         interactively.
14571         From Bob Weiner <weiner@altrasoft.com>
14572
14573 1998-05-16  Hrvoje Niksic  <hniksic@srce.hr>
14574
14575         * loadup.el (really-early-error-handler): Ditto.
14576
14577         * update-elc.el: Ditto.
14578
14579         * setup-paths.el (paths-construct-exec-path): Ditto.
14580
14581         * make-docfile.el: Ditto.
14582
14583         * find-paths.el (paths-decode-directory-path): Use split-path
14584         instead of decode-path.
14585
14586         * files.el (parse-colon-path): Update docstring reference.
14587
14588 1998-05-15  Jonathan Harris  <jhar@tardis.ed.ac.uk>
14589
14590         * msw-init.el:
14591         * x-init.el:
14592         Bind cut'n'paste keys to non window-system specific functions.
14593
14594         * msw-select.el: New function mswindows-clear-clipboard.
14595         mswindows-cut-copy-clipboard extended to handle clearing of the
14596         selection and renamed to mswindows-cut-copy-clear-clipboard.
14597
14598         * select.el: on mswindows devices delete-primary-selection
14599         calls mswindows-clear-clipboard.
14600
14601 1998-05-15  Hrvoje Niksic  <hniksic@srce.hr>
14602
14603         * simple.el (quoted-insert): Inhibit quit when using read-char.
14604
14605         * cmdloop.el (read-char): Don't inhibit quit.
14606         (read-char-exclusive): Ditto.
14607         (read-char): Signal quit if quit-char was pressed.
14608         (read-char-exclusive): Ditto.
14609         (read-quoted-char): Return a character, not integer.
14610
14611         * menubar-items.el (default-popup-menu): Use Andy's generic
14612         selection code.
14613         (default-popup-menu): Fix code.
14614
14615 1998-05-14  Oliver Graf <ograf@fga.de>
14616
14617         * dragdrop.el (dragdrop-function-widget): this time it's done
14618
14619 1998-05-13  Oliver Graf <ograf@fga.de>
14620
14621         * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature
14622
14623 1998-05-15  Kirill M. Katsnelson  <kkm@kis.ru>
14624
14625         * device.el (device-pixel-width):
14626         (device-pixel-height):
14627         (device-mm-width):
14628         (device-mm-height):
14629         (device-bitplanes):
14630         (device-color-cells): Swapped parameters to device-system-metric
14631         according to the interface change.
14632
14633 1998-05-14  Kirill M. Katsnelson  <kkm@kis.ru>
14634
14635         * mouse.el (default-mouse-motion-handler): Use new name of the
14636         function event-over-vertical-divider-p.
14637         Do not set E-W arrow cursor over the divider if
14638         vertical-divider-draggable-p is nil in the window.
14639         ([top-level]): Use new name for the variable
14640         vertical-divider-map.
14641         (drag-window-divider): Respect vertical-divider-draggable-p.
14642         Variable name typo fixes.
14643
14644 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
14645
14646         * keymap.el (kbd): Define here; handle string constants and
14647         others...
14648
14649 1998-05-15  Christian Nyb <chr@mediascience.no>
14650
14651         * simple.el (zap-up-to-char): New function.  Behaves like `zap-to-char'
14652         in Emacs 18.
14653
14654 1998-05-13  Didier Verna  <didier@xemacs.org>
14655
14656         * mouse.el (drag-window-divider): give the vertical divider a
14657         pressed look when dragging it.
14658
14659 1998-05-13  Andy Piper  <andyp@parallax.co.uk>
14660
14661         * faces.el: predicate some more face operations on x or mswindows
14662         not just x.
14663
14664         * modeline.el: enable modeline coloring for mswindows.
14665
14666 1998-05-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
14667
14668         * minibuf.el (minibuffer-default): Added variable; compatible with
14669         FSF Emacs.
14670         (next-history-element): Used `minibuffer-default'.
14671
14672 1998-05-12  Oliver Graf <ograf@fga.de>
14673
14674         * dragdrop.el (dragdrop-function-widget): button and mods ok
14675         arguments still look a bit strange
14676         (dragdrop-compare-mods) created
14677         (dragdrop-drop-do-functions) correctly checks for buttons and
14678         modifiers
14679
14680 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
14681
14682         * setup-paths.el (paths-default-info-directories): Replace
14683         path-separator with directory-sep-char.
14684
14685         * files.el (path-separator): Don't define it here.
14686
14687 1998-05-14  Hrvoje Niksic  <hniksic@srce.hr>
14688
14689         * update-elc.el: Ditto.
14690
14691         * setup-paths.el (paths-construct-exec-path): Ditto.
14692
14693         * make-docfile.el: Ditto.
14694
14695         * loadup.el (really-early-error-handler): Ditto.
14696
14697         * find-paths.el (paths-decode-directory-path): Use decode-path
14698         instead of decode-path-internal.
14699
14700         * files.el (parse-colon-path): Update docstring.
14701
14702 1998-05-13  Hrvoje Niksic  <hniksic@srce.hr>
14703
14704         * subr.el (get-buffer-window-list): Make BUFFER optional.
14705
14706         * window-xemacs.el (windows-of-buffer): Defalias to
14707         get-buffer-window-list.
14708
14709 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
14710
14711         * disass.el: Fix maintainer keyword.
14712
14713         * bytecomp.el (byte-compile-and-load-file): Autoload.
14714         (byte-compile-buffer): Ditto.
14715
14716         * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the
14717         value is returned, not the name.
14718         (lisp-imenu-generic-expression): Enable it.
14719         (lisp-mode-variables): Ditto.
14720         (lisp-indent-offset): Change defconst to defvar.
14721         (lisp-indent-function): Ditto.
14722         (lisp-body-indent): Ditto.
14723
14724 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
14725
14726         * modeline.el: Use zap-last-kbd-macro-event.
14727
14728         * lisp-mode.el (eval-interactive): If eval-interactive-verbose is
14729         nil, don't attempt to do anything with messages.
14730         (eval-last-sexp): Use `letf' for clarity.
14731
14732 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
14733
14734         * startup.el: It's still `.emacs', not yet `.xemacs/init.el'.
14735
14736 1998-05-11  Martin Buchholz  <martin@xemacs.org>
14737
14738         * buff-menu.el:
14739         * lisp-mode.el:
14740         * obsolete.el:
14741         Change empty docstrings into no doc strings at all.
14742         Fix bogus FSF-format docstrings.
14743         * etags.el: Fix docstring.
14744
14745 1998-05-11  Jan Vroonhof  <vroonhof@math.ethz.ch>
14746
14747         * package-get.el (package-get): Use internal md5
14748
14749 1998-05-13  SL Baur  <steve@altair.xemacs.org>
14750
14751         * about.el (about-xemacs): Correct abuse of concat.
14752
14753 1998-05-11  SL Baur  <steve@altair.xemacs.org>
14754
14755         * info.el (Info-mode): Use easymenu.
14756
14757 1998-05-12  Hrvoje Niksic  <hniksic@srce.hr>
14758
14759         * apropos.el (apropos): Don't use concat with integers.
14760
14761         * cmdloop.el (describe-last-error): Handle the case when no error
14762         was seen gracefully.
14763
14764         * apropos.el (apropos-print): Use with-displaying-help-buffer as
14765         defun.
14766         (apropos-describe-plist): Ditto.
14767
14768         * help.el (with-displaying-help-buffer): Revert to a defun.
14769         (describe-key): Use it as defun.
14770         (describe-mode): Ditto.
14771         (describe-bindings): Ditto.
14772         (describe-prefix-bindings): Ditto.
14773         (describe-installation): Ditto.
14774         (view-lossage): Ditto.
14775         (describe-function): Ditto.
14776         (describe-variable): Ditto.
14777         (describe-syntax): Ditto.
14778
14779 1998-05-11  Oliver Graf <ograf@fga.de>
14780
14781         * dragdrop.el: changed order of require/provide
14782         (dragdrop-drop-mime-default) changed to new calling conventions
14783         (dragdrop-drop-do-functions) changed to new calling conventions
14784         (dragdrop-function-widget) this one needs more work...
14785
14786 1998-05-10  Oliver Graf <ograf@fga.de>
14787
14788         * about.el: another small change in my entry
14789         * dragdrop.el (dragdrop-drop-log-function): logging added
14790         plus customizations
14791         changed interface to handler functions. now called with event
14792         and object
14793
14794 1998-05-12  Kirill M. Katsnelson  <kkm@kis.ru>
14795
14796         * glyphs.el (divider-pointer-glyph): Declared new glyph,
14797         E-W arrow pointer displayed over draggable dividers.
14798
14799         * mouse.el (default-mouse-motion-handler): Show it when
14800         appropriate.
14801         (drag-window-divider): Added.
14802         ([top-level]): Initialized window-divider-map with a keymap
14803         binding the above function to left button down event.
14804
14805         * x-mouse.el (x-init-pointer-shape): Initialize
14806         divider-pointer-glyph from Cursor.dividerPointer, or use default
14807         E-W double arrow.
14808
14809 1998-04-30  Gunnar Evermann  <Gunnar.Evermann@nats.informatik.uni-hamburg.de>
14810
14811         * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p
14812
14813 1998-05-11  Hrvoje Niksic  <hniksic@srce.hr>
14814
14815         * simple.el (count-words-buffer): Don't query for buffer.
14816         (count-lines-buffer): Ditto.
14817
14818 1998-05-11  Jan Vroonhof <vroonhof@math.ethz.ch>
14819
14820         * help.el (where-is): add optional insert argument.
14821
14822 1998-05-11  Hrvoje Niksic  <hniksic@srce.hr>
14823
14824         * help.el (describe-key-briefly): New argument INSERT.
14825
14826         * simple.el (eval-expression): New optional argument; synch with
14827         FSF 20.3.
14828
14829         * keydefs.el (global-map): Add new register bindings.
14830
14831         * register.el: Synched with FSF 20.3.
14832
14833 1998-05-11  Jan Vroonhof <vroonhof@math.ethz.ch>
14834
14835         * window-xemacs.el (recenter): all arguments are optional.
14836
14837 1998-05-10  Kirill M. Katsnelson  <kkm@kis.ru>
14838
14839         * device.el: (device-pixel-width): Reflected name/parameters
14840         change to device-system-metric.
14841         (device-pixel-height): Ditto.
14842         (device-mm-width): Ditto.
14843         (device-mm-height): Ditto.
14844         (device-bitplanes): Ditto.
14845         (device-color-cells): Ditto.
14846
14847 1998-05-10  Hrvoje Niksic  <hniksic@srce.hr>
14848
14849         * cl-extra.el (cl-float-limits): Removed; move code to top-level.
14850
14851         * cl.el (most-positive-fixnum): Document.
14852         (most-negative-fixnum): Ditto.
14853
14854         * cus-dep.el: Updated comment.
14855
14856         * cus-load.el: Use most-positive-fixnum as the gc-inhibiting
14857         constant.
14858
14859         * cus-load.el (custom-put): Removed.
14860
14861         * files.el (after-find-file): Just resignal quit instead of
14862         signaling "canceled".
14863
14864 1998-05-10  Hrvoje Niksic  <hniksic@srce.hr>
14865
14866         * frame.el (other-frame): Use `focus-frame' instead of
14867         select-frame kludges.
14868
14869         * lisp-mode.el: Update lisp-indent-function for
14870         save-selected-frame and with-selected-frame.
14871
14872         * frame.el (save-selected-frame): New macro.
14873         (with-selected-frame): Ditto.
14874         (other-frame): Use `set-frame-focus'.
14875
14876 1998-05-06  Oliver Graf <ograf@fga.de>
14877
14878         * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept
14879         (dragdrop-drop-url-default) default handler for URL drops created
14880         (dragdrop-drop-mime-default) default handler for MIME drops created
14881         (dragdrop-drop-functions) default custom for handling drops created
14882         (dragdrop-drop-do-functions) helper for drgadrop-drop-dispatch
14883
14884 1998-05-05  Jonathan Harris <jhar@tardis.ed.ac.uk>
14885
14886         * mouse.el: Removed redundant mouse-mswindows-drop function.
14887
14888 1998-05-05  Oliver Graf <ograf@fga.de>
14889
14890         * about.el: changed some text in my entry
14891         * dragdrop.el: added customs
14892
14893 1998-05-04  Oliver Graf <ograf@fga.de>
14894
14895         * mouse.el: killed global drop key bindings
14896         (mouse-offix-drop) removed
14897         * dragdrop.el: created
14898         * dumped-lisp.el: inclusion of dragdrop.el for window-systems
14899
14900 1998-05-09  Kirill M. Katsnelson  <kkm@kis.ru>
14901
14902         * x-scrollbar.el (x-init-scrollbar-from-resources): Initialize
14903         scrollbar-on-{left,top}-p from *scrollBarPlacement resources.
14904
14905         * x-misc.el (x-get-resource-and-maybe-bogosity-check): Removed
14906         obsolete comment.
14907
14908         * scrollbar.el (scrollbars-visible-p): Use new
14909         {vertical,horizontal}-scrollbar-visible-p specifiers.
14910
14911 1998-04-18  Kirill M. Katsnelson  <kkm@kis.ru>
14912
14913         * device.el (device-pixel-height):
14914         (device-pixel-width):
14915         (device-mm-width):
14916         (device-mm-height):
14917         (device-bitplanes):
14918         (device-color-cells): Moved these 6 functions from device.c; they
14919         all use single (device-system-metrics) call.
14920
14921 1998-05-09  SL Baur  <steve@altair.xemacs.org>
14922
14923         * dumped-lisp.el (preloaded-file-list): x-menubar.el and x-toolbar.el
14924         were renamed.
14925
14926         * menubar-items.el:
14927         * toolbar-items.el: Renamed from x-menubar/x-toolbar.
14928         Suggested by Hrvoje Niksic <hniksic@srce.hr>
14929
14930         * help.el (help-map): Remove Hyperbole keybinding logic.
14931         Suggested by: Michael Ernst <mernst@cs.washington.edu>
14932
14933 1998-05-08  SL Baur  <steve@altair.xemacs.org>
14934
14935         * x-menubar.el (default-menubar): Enable 'mail-user-agent' feature.
14936         From SAKIYAMA Nobuo <nobuo@db3.so-net.or.jp>
14937
14938 1998-05-07  Andy Piper  <andyp@parallax.co.uk>
14939
14940         * msw-glyphs.el: use nicer icon3 from the frame icon.
14941
14942 1998-05-07  SL Baur  <steve@altair.xemacs.org>
14943
14944         * version.el (emacs-version): Remove InfoDock conditionals.
14945
14946         * startup.el (startup-splash-frame): Change ID logo name.
14947
14948 1998-05-06  Hrvoje Niksic  <hniksic@srce.hr>
14949
14950         * files.el (after-find-file): If the user presses C-g on
14951         directory-creation prompt, kill the buffer.
14952
14953 1998-05-06  SL Baur  <steve@altair.xemacs.org>
14954
14955         * simple.el (count-words-region): Reverse previous change.
14956
14957 1998-05-05  Hrvoje Niksic  <hniksic@srce.hr>
14958
14959         * replace.el (query-replace): Just call perform-replace.
14960         (query-replace-regexp): Ditto.
14961         (perform-replace): Move region handling here.
14962         (perform-replace): Use the new arg to match-data.
14963
14964 1998-03-08  Kyle Jones  <kyle_jones@wonderworks.com>
14965
14966         * x-init.el: Install X specific display table that
14967           displays char 0240 as a space to avoid whatever it is
14968           that screws up display of that character code.
14969
14970 1998-05-03  Hrvoje Niksic  <hniksic@srce.hr>
14971
14972         * help.el (function-arglist): If no arguments are documented for a
14973         subr, print nothing rather than incorrect output.
14974
14975 1998-05-05  SL Baur  <steve@altair.xemacs.org>
14976
14977         * cmdloop.el (command-error): Update bail-out error message to use
14978         `emacs-program-name'.
14979
14980         * lib-complete.el: Remove reader macro cruft.
14981
14982         * dumped-lisp.el (preloaded-file-list): Phase I:  remove InfoDock
14983         cruft.
14984
14985         * simple.el (count-words-region): Drop interactive-p check on the
14986         message.
14987
14988 1998-05-04  Jonathan Harris <jhar@tardis.ed.ac.uk>
14989
14990         * font.el
14991         * msw-faces.el
14992         Correct spelling of mswindows-font-canonicalize-name.
14993
14994 1998-05-03 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
14995
14996         * ldap.el (ldap-host-parameters-alist): Replaced with
14997         `ldap-host-parameters-plist'
14998         (ldap-search): Adapt to previous change
14999
15000 1998-05-02  SL Baur  <steve@altair.xemacs.org>
15001
15002         * about.el (about-hackers): Update Bob Weiner bio.
15003         (about-maintainer-info): Ditto.
15004
15005 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
15006
15007         * simple.el (display-warning-minimum-level): Docfix.
15008
15009 1998-04-04  Per Abrahamsen  <abraham@dina.kvl.dk>
15010
15011         * widget.el (:default-get): New keyword.
15012         * wid-edit.el (default, widget-default-default-get): Define it.
15013         (group, widget-group-default-get): Define it.
15014         (menu-choice, widget-choice-default-get): Define it.
15015         (widget-default-get): New function.
15016         (widget-choice-action): Call it.
15017         (widget-editable-list-entry-create): Call it.
15018
15019 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
15020
15021         * byte-optimize.el (byte-boolean-vars): Removed.
15022         (byte-optimize-lapcode): Use `built-in-variable-type' instead of
15023         lookup through `byte-boolean-vars'.
15024
15025 1998-05-01  Kirill M. Katsnelson  <kkm@kis.ru>
15026
15027         * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff
15028         resource-provided values into ghost specs for scrollbar-height and
15029         scrollbar-width.
15030
15031 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
15032
15033         * byte-optimize.el: Don't attempt to optimize /=.
15034
15035         * bytecomp.el (byte-compile-one-ore-more-args): New function.
15036         (byte-compile-/=): Ditto.
15037
15038 1998-05-02  SL Baur  <steve@altair.xemacs.org>
15039
15040         * apropos.el: Use `with-displaying-help-buffer'.
15041         (apropos-print): Remove explicit mentions of "*Apropos*" buffer.
15042         Use `with-displaying-help-buffer'.
15043         (apropos-follow): Do not give special treatment to buffer cursor
15044         was in prior to a mouse click.
15045         (apropos-describe-plist): Use `with-displaying-help-buffer'.
15046         (apropos-print-doc): Set correct buffer for setting text
15047         properties.
15048
15049 1998-05-01  SL Baur  <steve@altair.xemacs.org>
15050
15051         * help.el (help-buffer-prefix-string): New variable.
15052         (help-buffer-name): Use it.
15053
15054         * modeline.el (modeline-minor-mode-menu): Alphabetize the minor
15055         mode menu.
15056
15057 1998-04-30  Greg Klanderman  <greg@alphatech.com>
15058
15059         * frame.el (other-frame): Work even when focus-follows-mouse is true.
15060
15061 1998-05-01  Hrvoje Niksic  <hniksic@srce.hr>
15062
15063         * files.el (find-file-noselect): Update docstring.
15064         (find-file-noselect): Signal an error if found an unreadable file.
15065         (file-chase-links): Save the match data.
15066         (normal-mode): Use `lwarn' and `error-message-string'.
15067         (interpreter-mode-alist): Change defconst to defvar.
15068         (inhibit-first-line-modes-regexps): Ditto.
15069         (inhibit-first-line-modes-regexps): Added .tgz.
15070         (inhibit-first-line-modes-suffixes): Change defconst to defvar.
15071         (change-major-mode-with-file-name): New user-option.
15072         (set-visited-file-name): Synched with FSF.
15073         (file-name-extension): New function, from FSF 20.3.
15074         (file-relative-name): Synched with FSF.
15075         (save-some-buffers): Support the C-r feature.
15076         (recover-session): Synched with FSF.
15077         (kill-some-buffers): Ditto.
15078         (set-auto-mode): New argument JUST-FROM-FILE-NAME.
15079
15080 1998-04-30  SL Baur  <steve@altair.xemacs.org>
15081
15082         * files.el (insert-file): Undo previous change and reenable use of
15083         format.el.
15084
15085 1998-04-30  Hrvoje Niksic  <hniksic@srce.hr>
15086
15087         * window-xemacs.el (recenter): Define.
15088
15089 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
15090
15091         * font.el (mswindows-font-create-name)
15092         (mswindows-font-create-object): new functions for mswindows type
15093         fonts.
15094
15095         * msw-faces.el (mswindows-font-canicolize-name): fix so that
15096         strings are parsed as well as font objects.
15097
15098 1998-04-30  Hrvoje Niksic  <hniksic@srce.hr>
15099
15100         * modeline.el (defining-kbd-macro): Restore modeline indication of
15101         kbd-macro being recorded.
15102         (add-minor-mode): Simplify docstring.
15103         (modeline-minor-mode-menu): Remove stuff.
15104
15105 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
15106
15107         * code-process.el (call-process): dynamically decide process
15108         coding type.
15109
15110 1998-04-29  Jim Radford  <radford@robby.caltech.edu>
15111
15112         * modeline.el: Add line-number-mode, column-number-mode to
15113         the modeline minor-mode menu.  Button2 on the line number does
15114         goto-line.
15115
15116 1998-04-29  Andy Piper  <andyp@parallax.co.uk>
15117
15118         * mouse.el: move x-selection-owner-p type things to
15119         selection-owner-p.
15120
15121         * msw-init.el: copy zmacs stuff from x-init.el
15122
15123         * msw-select.el (mswindows-own-selection)
15124         (mswindows-disown-selection) (mswindows-selection-owner-p): new
15125         functions. Very simple minded implementation of selectio
15126         ownership.
15127
15128         * select.el (own-selection) (disown-selection)
15129         (activate-region-as-selection) (select-make-extent-for-selection)
15130         (valid-simple-selection-p): functions moved from x-select.el for
15131         generalized selection.
15132
15133         * x-select.el: see select.el changes.
15134
15135         * x-toolbar.el: use new selection functions.
15136
15137 1998-04-28  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15138
15139         * packages.el (packages-find-package-directories): Fixed bug that
15140         would pick up multiple site-package directories.
15141         (package-locations): Added "xemacs-packages" as a late package
15142         location.
15143
15144         * find-paths.el: Now uses `emacs-program-name' and
15145         `emacs-program-version'.
15146         Additions to enforce version-specific directories in
15147         `paths-find-version-directory'.
15148
15149 1998-04-29  SL Baur  <steve@altair.xemacs.org>
15150
15151         * default.el: Removed.
15152         * site-start.el: Removed.
15153
15154 1998-04-29  Didier Verna  <didier@xemacs.org>
15155
15156         * minibuf.el (minibuffer-history-minimum-string-length): Default
15157         to nil.
15158
15159 1998-04-28  SL Baur  <steve@altair.xemacs.org>
15160
15161         * find-paths.el (paths-program-name): Rename.
15162         (paths-emacs-root-p): Ditto.
15163         (paths-find-site-directory): Ditto.
15164
15165 1998-04-26  Karl M. Hegbloom  <karlheg@inetarena.com>
15166
15167         * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for
15168         `emacs-lisp-byte-compile-and-load'.
15169
15170 1998-04-26  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
15171
15172         * ldap.el (ldap-search): Fixed additional parameter passing to
15173         `ldap-open'
15174
15175 1998-04-27  Andy Piper  <andyp@parallax.co.uk>
15176
15177         * select.el (kill-primary-selection) (selection-owner-p)
15178         (copy-primary-selection) (yank-clipboard-selection)
15179         (selection-exists-p) (delete-primary-selection): new file and
15180         functions that do the right thing for the selected device.
15181
15182         * x-menubar.el: use generalised selection functions.
15183
15184         * dumped-lisp.el: dump select.el.
15185
15186 1998-04-27  SL Baur  <steve@altair.xemacs.org>
15187
15188         * find-paths.el (paths-progname): New variable.
15189         (paths-emacs-root-p): Use it.
15190         (paths-find-site-directory): Ditto.
15191
15192 1998-04-26  SL Baur  <steve@altair.xemacs.org>
15193
15194         * loadup.el ((member "dump" command-line-args)): Dump as
15195         `infodock' if InfoDock.
15196
15197 1998-04-25  SL Baur  <steve@altair.xemacs.org>
15198
15199         * find-paths.el (construct-emacs-version): Simplify, include
15200         program name in the return value.
15201         * (paths-find-version-directory): Use it.
15202
15203 1998-04-25  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
15204
15205         * info.el (Info-parse-dir-entries): Fixed regexp
15206         (Info-build-dir-anew): Remove full suffix and capitalize info file
15207         name for files with no @direntry
15208         (Info-batch-rebuild-dir): New function
15209         (Info-suffixed-file): Check for regular files instead of simple
15210         file existence (could catch directories before)
15211
15212 1998-04-25  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15213
15214         * setup-paths.el, find-paths.el: Removed uses of `not' which
15215         temacs doesn't have.
15216
15217         * find-paths.el (paths-find-emacs-roots): Included exec-prefix
15218         into root searching.
15219
15220 1998-04-24  Martin Buchholz  <martin@xemacs.org>
15221
15222         * subr.el: Remove definition of `not'.
15223
15224 Sat Apr 24 1998  Andy Piper  <andyp@parallax.co.uk>
15225
15226         * msw-glyphs.el: enable graphics support.
15227
15228 1998-04-23  Didier Verna  <didier@xemacs.org>
15229
15230         * x-menubar.el (default-menubar): restored the line-number-mode
15231         option.
15232
15233         * misc doc string updates related to the options menu.
15234
15235 1998-04-24  SL Baur  <steve@altair.xemacs.org>
15236
15237         * setup-paths.el (paths-construct-load-path): Fix typo.
15238
15239 1998-04-23  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15240
15241         * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
15242         font-menu-ignore-scaled-fonts don't have to be bound now; this
15243         gets us one step further towards making --no-autoloads work.
15244
15245         * startup.el (normal-top-level): Load auto-autoloads only if
15246         lisp-directory is non-nil.
15247
15248         * setup-paths.el (paths-construct-load-path): Made it robust
15249         against nil lisp-directory.
15250
15251         * startup.el (startup-setup-paths-warning): Added `lisp-directory'
15252         to the list of variables that cause a warning when nil.
15253
15254         * toolbar.el (init-toolbar-location): Now works even when there's
15255         no toolbar icon directory.
15256
15257 1998-04-23  Hrvoje Niksic  <hniksic@srce.hr>
15258
15259         * help.el (view-lossage): Recognize it.
15260
15261         * simple.el (log-message): Mark multiline messages.
15262
15263 1998-04-22  SL Baur  <steve@altair.xemacs.org>
15264
15265         * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
15266
15267 1998-4-20  Stephen J. Turnbull  <turnbull@sk.tsukuba.ac.jp>
15268
15269         * package-get.el (package-get-all):  add `\n' separator to
15270         interactive specification so that both variables are read
15271
15272 1998-04-22  Didier Verna  <didier@xemacs.org>
15273
15274         * x-menubar.el: ported the options menu to Custom.
15275         Moved the "read only" toggle button to the buffers menu.
15276         Corrected some missing ;;;###autoload or defcustom.
15277
15278         * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
15279         the scrollbar-visible specifier for options menu handling.
15280
15281         * toolbar.el (toolbar-visible-p)
15282                      (toolbar-captioned-p)
15283                      (default-toolbar-position): defcustom wrappers around
15284         the toolbar specifiers for options menu handling.
15285
15286         * frame.el (get-frame-for-buffer-default-instance-limit):
15287         defcustom it for options menu handling.
15288
15289         * font-lock.el (font-lock-mode): defcustom and autoload the variable
15290         font-lock-mode for options menu handling.
15291
15292         * cus-start.el: added Custom properties to overwrite-mode for
15293         options menu handling.
15294
15295 Wed Apr 22 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
15296
15297         * about.el: shameless self-promotion.
15298
15299 1998-04-21  Hrvoje Niksic  <hniksic@srce.hr>
15300
15301         * simple.el (raw-append-message): Slightly optimize.
15302         (remove-message): Use `push' for clarity.
15303         (append-message): Ditto.
15304         (display-warning): Dito.
15305         (raw-append-message): Send the message to the appropriate device.
15306
15307 1998-04-22  SL Baur  <steve@altair.xemacs.org>
15308
15309         * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
15310         From Sean MacLennan <Sean.MacLennan@pika.ca>
15311
15312 1998-04-18  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15313
15314         * setup-paths.el: Changed `directory-sep-char' to
15315         `path-separator', following a change in GNU Emacs.
15316
15317 1998-04-19  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
15318
15319         * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
15320         (Info-build-dir-anew): Add a final newline.
15321         (Info-build-dir-anew): Do not issue warning when rebuilding policy
15322         is `always'
15323         (Info-rebuild-dir): Ditto
15324
15325         * dumped-lisp.el (preloaded-file-list): Added ldap.el
15326
15327 1998-04-21  SL Baur  <steve@altair.xemacs.org>
15328
15329         * simple.el (count-words-buffer): Retain zmacs region.
15330         (count-words-region): Ditto.
15331         * simple.el: (what-line): Expanded line counts.
15332         (count-lines): New parameter to conditionalize whether collapsed
15333         lines get counted.
15334         From Bob Weiner <weiner@altrasoft.com>
15335
15336 1998-04-19  SL Baur  <steve@altair.xemacs.org>
15337
15338         * packages.el (package-locations): infodock-packages must override
15339         mule-packages and packages.
15340
15341 1998-04-19  Jonathan Harris <jhar@tardis.ed.a.uk>
15342
15343         * wid-edit.el:
15344         remove rude messages from widget-activation-widget-mapper
15345         and widget-activation-glyph-mapper
15346
15347 1998-04-17  Jonathan Harris <jhar@tardis.ed.ac.uk>
15348
15349         * toolbar.el: Remove (featurep 'x) test from
15350         toolbar-make-button-list
15351
15352 1998-04-17  Hrvoje Niksic  <hniksic@srce.hr>
15353
15354         * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
15355         only if in the same frame.
15356
15357 1998-04-17  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15358
15359         * packages.el (package-locations): Added site-packages hierarchy.
15360
15361         * setup-paths.el (paths-default-info-directories): Introduced and
15362         used.
15363
15364         * packages.el, setup-paths.el: Set various path searching depths
15365         to 1.
15366
15367         * packages.el (packages-hierarchy-depth):
15368         (packages-load-path-depth): Introduced and used.
15369
15370         * setup-paths.el (paths-load-path-depth): Introduced and used.
15371
15372         * find-paths.el (paths-find-recursive-path): Added max-depth
15373         parameter.
15374
15375 1998-04-15  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15376
15377         * setup-paths.el (paths-construct-info-path): Removed
15378         dependency on behavior of (file-name-as-directory "").
15379
15380 1998-04-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
15381
15382         * ldap.el (ldap-search): Adapt to the new low-level API using ldap
15383         lisp objects
15384
15385 1998-04-14  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15386
15387         * dump-paths.el, startup.el: Added handling for --debug-paths.
15388
15389 1998-04-15  William M. Perry  <wmperry@aventail.com>
15390
15391         * wid-edit.el: We cannot just set the help-echo or balloon-help
15392           properties for an extent based on the :help-echo widget
15393           property, since help-echo and balloon-help cause an EXTENT to
15394           get passed in, where :help-echo functions are expecting a WIDGET
15395
15396 1998-04-15  Kirill M. Katsnelson  <kkm@kis.ru>
15397
15398         * scrollbar.el (init-scrollbar-from-resources): Call
15399         mswindows-init-scrollbar-metrics when appropriate.
15400
15401 Thu Apr 16 12:59:35 1998  Andy Piper  <andyp@parallax.co.uk>
15402
15403         * dumped-lisp.el: dump x-toolbar for window system
15404
15405         * msw-init.el (init-post-mswindows-win): enable toolbars if we
15406         have support and xpm.
15407
15408 1998-04-16  SL Baur  <steve@altair.xemacs.org>
15409
15410         * files.el (toggle-read-only): Fix docstring.
15411         From Didier Verna <didier@xemacs.org>
15412
15413 1998-04-14  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15414
15415         * startup.el (normal-top-level): Load autoload-file-name without
15416         specifying an extension---some people only auto-autoload.el.gz.
15417
15418 1998-04-06  Hrvoje Niksic  <hniksic@srce.hr>
15419
15420         * files.el (backup-enable-predicate): Don't bomb on NAME being
15421         nil.
15422
15423 1998-04-13  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15424
15425         * find-paths.el, packages.el: Now prefers configure'd paths.
15426         This shouldn't cause any of the originally anticipated problems as
15427         the current paths architecture will not define the various
15428         configure-xxx variables if they're not specified on the configure
15429         command line.
15430
15431         * find-paths.el, setup-paths.el, packages.el: Removed all
15432         mentionings of "/" as a path separator.
15433         Used paths-construct-path throughout.
15434
15435         * find-paths.el (paths-construct-path): Created to assemble paths
15436         from directory components.
15437
15438         * setup-paths.el, packages.el: Used paths-decode-directory-path
15439         instead of decode-path-internal.
15440
15441         * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
15442         and associates.
15443         (paths-decode-directory-path) Created.
15444
15445         * setup-paths.el: Changed configure-exec-path to
15446         configure-exec-directory.
15447
15448 1998-04-11  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15449
15450         * packages.el (packages-find-packages): Fixed decoding of
15451         EMACSPACKAGEPATH.
15452
15453         * startup.el: -no-packages -> -no-early-packages.
15454
15455         (packages-load-package-lisps): Fixed loading of auto-autoload
15456         files.
15457
15458         * startup.el (normal-top-level): Fixed loading of core
15459         auto-autoload.
15460
15461         * obsolete.el: Un-obsoleted site-directory.  Sigh.
15462
15463         * startup.el, packages.el, dump-paths.el: Added proper settings
15464         for site-directory and lisp-directory variables.
15465
15466         * startup.el, loadup.el: Renamed inhibit-update-autoloads to
15467         inhibit-package-autoloads and fixed handling of it.
15468
15469         * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
15470         handling of former inhibit-package-init, now
15471         inhibit-early-packages, to make -vanilla etc. work.
15472
15473 1998-04-10  Kirill M. Katsnelson  <kkm@kis.ru>
15474
15475         * code-process.el (start-process): Fallback to 'undecided instead
15476         of 'binary for process input coding stream.
15477
15478         * process.el (start-process): Docstring fix.
15479
15480 1998-04-09  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
15481
15482         * info.el (Info-insert-dir): Do not insert temporary dir files
15483         in Info-dir-file-attributes
15484         (Info-build-dir-anew): Ensure temporary buffer is not read-only
15485         (Info-rebuild-dir): Ditto.
15486
15487 1998-04-09  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15488
15489         * obsolete.el: Added obsoleteness declarations for
15490         `site-directory' and `Info-default-directory-list'.
15491
15492 1998-04-08  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15493
15494         * find-paths.el (paths-find-emacs-root): Only look at the
15495         executable at the end of the symlink chain for determining the
15496         Emacs root.
15497
15498 1998-04-07  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15499
15500         * setup-paths.el (paths-construct-info-path): Changed construction
15501         to cater to gone default in configure.
15502
15503         * find-paths.el (paths-uniq-append): Added.
15504
15505         * packages.el: Rewritten package path construction once again.
15506
15507         * dump-paths.el, startup.el: Removed package-path as a global
15508         variable.
15509
15510         * package-admin.el (package-admin-add-single-file-package):
15511         (package-admin-add-binary-package): Changed package-path to
15512         late-packages.
15513
15514         * packages.el (packages-split-path): Split path at "/" rather than
15515         nil according to change in emacs.c.
15516
15517 1998-04-06  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15518
15519         * setup-paths.el (paths-construct-info-path): Changed info path
15520         order so that directories come out right.
15521         (paths-find-lock-directory): Fixed bug: It used to think
15522         configure-lock-directory is a path.
15523
15524 1998-04-06  Jeff Miller <jmiller@smart.net>
15525
15526         * x-toolbar.el:  Added toolbar-vector-xxxxxx defvars.  Modified
15527         initial-toolbar-spec to use new toolbar-vector-xxxxxx defvars.  This
15528         eases the use of toolbar-add/kill-item functions.
15529
15530 1998-04-07  Kirill M. Katsnelson  <kkm@kis.ru>
15531
15532         * code-files.el (file-coding-system-alist): Commented out
15533         loaddefs.el magical treatment.
15534
15535 1998-04-06  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
15536
15537         * info.el (Info-rebuild-outdated-dir): Added new option
15538         `conservative' and made it the default
15539         (Info-rebuild-dir): Appropriately parse multi-line description
15540         strings, and multi-section dir files. Issue warning when dir
15541         is rebuilt as temporary
15542         (Info-build-dir-anew): Issue warning when dir is built as
15543         temporary
15544
15545 1998-04-04  Kirill M. Katsnelson  <kkm@kis.ru>
15546
15547         * list-mode.el (list-mode-map): Bind highlight motion commands to
15548         standard keys left, right, C-b and C-f.
15549
15550 1998-03-29  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
15551
15552         * files.el (auto-mode-alist): allow .sc for Scheme->C
15553
15554 1998-04-06  SL Baur  <steve@altair.xemacs.org>
15555
15556         * loadup.el (pureload): Don't quote (garbage-collect).
15557
15558 1998-04-04  SL Baur  <steve@altair.xemacs.org>
15559
15560         * package-get-base.el: Updated.
15561
15562 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
15563
15564         * isearch-mode.el (isearch-just-started): New variable.
15565         (isearch-mode): Set it.
15566         (isearch-repeat): Advance one character forward only if the search
15567         was successful, and was not just started.
15568         (isearch-repeat): Clear isearch-just-started.
15569
15570 1998-04-02  SL Baur  <steve@altair.xemacs.org>
15571
15572         * finder.el (finder-compile-keywords): Don't eval new finder-inf
15573         if running -batch.
15574
15575 1998-03-26  Hrvoje Niksic  <hniksic@srce.hr>
15576
15577         * subr.el (listify-key-sequence): Removed.
15578
15579 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
15580
15581         * bytecomp.el (byte-compile-print-gensym): New option.
15582         (byte-compile-output-file-form): Use it.
15583         (byte-compile-output-docform): Ditto.
15584         (byte-compile-compiled-obj-to-list): Ditto.
15585
15586 Sun Mar 29 1998  Andy Piper  <andyp@parallax.co.uk>
15587
15588         * msw-glyphs.el: set frame icon if xpm support.
15589
15590 1998-03-30  Kyle Jones  <kyle_jones@wonderworks.com>
15591
15592         * help.el: Code that pretty prints variable values
15593           removed.
15594
15595 1998-04-02  SL Baur  <steve@altair.xemacs.org>
15596
15597         * find-paths.el (paths-emacs-root-p): Correct test for installation
15598         directory.
15599         From Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15600
15601 1998-03-30  Kyle Jones  <kyle_jones@wonderworks.com>
15602
15603         * loaddefs.el: Don't set debug-ignored-errors; leave
15604           its default value set to nil.
15605
15606 1998-03-29  Damon Lipparelli  <lipp@primus.com>
15607
15608         * info.el (Info-rebuild-dir): fixed mis-spelling.
15609
15610 1998-03-29  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
15611
15612         * info.el (Info-rebuild-outdated-dir): New custom var
15613         (Info-insert-node): Create/update dir file when needed, ie when it
15614         does not exist or is older than some info files in directory
15615
15616 1998-04-01  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15617
15618         * setup-paths.el, dump-paths.el, startup.el, packages.el: Allowed
15619         for last packages, mainly for using a 20.4 package base.
15620
15621         * packages.el (late-packages): Typo fix.  It was called
15622         early-packages.
15623
15624         * find-paths.el (paths-find-emacs-root): Bug fix: it now chases
15625         relative symlinks correctly.
15626         (paths-find-emacs-roots): More rigorous checking for plausible
15627         configuration-time root.
15628
15629         * startup.el (normal-top-level): Added a warning if XEmacs cannot
15630         find its roots.
15631
15632 1998-03-27  Martin Buchholz  <martin@xemacs.org>
15633
15634         * faces.el: Fix docstrings.
15635         * glyphs.el: Fix docstrings.
15636         * mouse.el: Fix docstrings.
15637
15638         * frame.el: Change phrase `current frame' to `selected frame'.
15639
15640         * faces.el (face-spec-set-match-display): Make FRAME arg optional.
15641
15642         * bytecomp.el (displaying-byte-compile-warnings): Rewrite some
15643         macros using backquote to make them infinitely more readable.
15644
15645 1998-03-30  SL Baur  <steve@altair.xemacs.org>
15646
15647         * packages.el (packages-find-package-path): Hardcoded specialized
15648         InfoDock support until we can clean this up.
15649
15650         * help.el (describe-bindings-1): Return the value of the bindings
15651         help buffer created.
15652         (describe-bindings): Ditto.
15653
15654         * simple.el (set-variable): Restore previous behavior of not
15655         bombing if the variable to set is not boundp.
15656
15657 1998-03-30  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15658
15659         * packages.el (packages-handle-package-dumped-lisps): Allow for
15660         non-local files to be loaded off the package-lisp variable.
15661
15662 1998-03-27  Kyle Jones  <kyle_jones@wonderworks.com>
15663
15664         * x-faces.el: Global X resources should override
15665           specs for all device classes (color, grayscale, mono);
15666           code currently doesn't override any of them.  Fixed by
15667           calling remove-specifier with '(x default) as the tag
15668           set and allowing inexact matches.
15669
15670 1998-03-27  Kyle Jones  <kyle_jones@wonderworks.com>
15671
15672         * faces.el: Separated face initializations based on
15673           device classes into device type specific (tag set,
15674           instantiator) pairs.
15675
15676 1998-03-09  Hrvoje Niksic  <hniksic@srce.hr>
15677
15678         * wid-edit.el (widget-choice-action): Remember user's explicit
15679         choice.
15680         (widget-choice-value-create): Respect it.
15681         From Richard Stallman <rms@gnu.org>
15682
15683 1998-03-26  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15684
15685         * setup-paths.el (paths-construct-info-path): Always append
15686         existing directories from configure-time info path.
15687
15688         * startup.el (startup-setup-paths): Renamed misnamed info-path to
15689         Info-directory-list.
15690
15691         * info.el: Removed Info-default-directory-list which was broken by
15692         design.
15693         Removed bogus initialization of Info-directory-list---startup.el
15694         can do a much better job.
15695         Added autoload of Info-directory-list.
15696
15697         * setup-paths.el (paths-construct-load-path): Fixed a bug pointed
15698         out by Martin Buchholz <martin@xemacs.org>: EMACSLOADPATH used to
15699         be exclusive; now it's merely given precedence, just like in the
15700         old days.
15701
15702 1998-03-25  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15703
15704         * find-paths.el (paths-find-architecture-directory): Fix bug with
15705         finding; it used to default too early.
15706
15707 1998-03-25  Martin Buchholz <martin@xemacs.org>
15708
15709         * packages.el (packages-split-path): Fix a bug; it used to fail
15710         for paths that weren't split.
15711
15712 1998-03-26  SL Baur  <steve@altair.xemacs.org>
15713
15714         * finder.el (finder-compile-keywords): trap on errors.
15715
15716 1998-03-24  Kyle Jones  <kyle_jones@wonderworks.com>
15717
15718         * x-faces.el (remove-specifier-specs-matching-tag-set-cdrs): Pass
15719           fourth argument of t so that only the specs exactly
15720           matching the tag lists are removed.
15721
15722 1998-03-25  SL Baur  <steve@altair.xemacs.org>
15723
15724         * make-docfile.el: Don't discard the BOOTSTRAPLOADPATH.
15725
15726 1998-03-23  SL Baur  <steve@altair.xemacs.org>
15727
15728         * minibuf.el (mouse-read-file-name-1): If a default directory was
15729         specified, use it for generating the completions.
15730
15731 1998-03-23  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15732
15733         * update-elc.el: Now respects inhibit-package-init and
15734         inhibit-site-lisp.
15735         Now does path construction with loadup-paths.
15736
15737         * startup.el (normal-top-level, startup-setup-paths): Now respects
15738         inhibit-package-init and inhibit-site-lisp.
15739
15740         * packages.el (packages-find-package-path): Extended package path
15741         by version-specific hierarchies.
15742         (packages-find-packages): Now respects inhibit flag and
15743         inhibit-site-lisp.
15744         Moved path setup to loadup-paths.
15745
15746         * make-docfile.el: Now respects inhibit-package-init and
15747         inhibit-site-lisp.
15748         Now does path construction with loadup-paths.
15749
15750         * loadup.el: Now respects inhibit-package-init and
15751         inhibit-site-lisp.
15752
15753         * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
15754
15755         * loadup-paths.el: New file: setup load-path to encompass
15756         packages.
15757
15758 1998-03-22  SL Baur  <steve@altair.xemacs.org>
15759
15760         * auto-show.el: load-gc renamed to pureload.
15761         * site-load.el: Ditto.
15762         * packages.el (toplevel): Ditto.
15763         * loadup.el (really-early-error-handler): Ditto.
15764         * dumped-lisp.el (preloaded-file-list): Ditto.
15765         * cus-face.el (custom-declare-face): Ditto.
15766
15767 1998-03-22  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
15768
15769         * <Today>: The Big Path Searching Overhaul.
15770
15771         * find-paths.el: New file: find and assemble paths in the
15772         installation hierarchy.
15773
15774         * setup-paths.el: New file: global layout of paths and directories
15775         within the XEmacs hierarchy.
15776
15777         * packages.el: Replaced everything related to path searching and
15778         startup by code in terms of find-paths.
15779
15780         * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
15781         the new path searching engine.
15782
15783         * dumped-lisp.el (preloaded-file-list): Added new files find-paths
15784         and setup-paths.
15785
15786 1998-03-22  SL Baur  <steve@altair.xemacs.org>
15787
15788         * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
15789         setup-paths.el.
15790
15791 1998-03-20  Kirill M. Katsnelson  <kkm@kis.ru>
15792
15793         * msw-glyphs.el: Added check for 'mswindows feature, so the file
15794         compiles identically in any configuration.
15795         Removed irrelevant commentary.
15796
15797 1998-03-20  Kirill M. Katsnelson  <kkm@kis.ru>
15798
15799         * simple.el (set-variable): Allow setting specifiers.
15800
15801 1998-03-19  SL Baur  <steve@altair.xemacs.org>
15802
15803         * lisp.el (forward-sexp): Revert previous change.
15804
15805 1998-03-18  SL Baur  <steve@altair.xemacs.org>
15806
15807         * frame.el (frame-initialize): Use `delete-console' instead of
15808         `delete-device' to delete the stream console to match the usage in
15809         Fkill_emacs.
15810
15811 1998-03-16  SL Baur  <steve@altair.xemacs.org>
15812
15813         * files.el (cdpath-previous): New variable.
15814         (cd): Use it.
15815         From Bob Weiner <weiner@wave.altrasoft.com>
15816
15817 1998-03-15  Kyle Jones  <kyle_jones@wonderworks.com>
15818
15819         * keydefs.el: Changed keybindings of forward-char,
15820           backward, scroll-up and scroll-down to point to their
15821           -command counterparts.
15822
15823         * simple.el: New functions: forwarc-char-command,
15824           backwrad-char-command, scroll-up-command,
15825           scroll-down-command which work liek their counterparts
15826           except that they honor the variable
15827           signal-error-on-buffer-boundary.
15828
15829           Definition of signal-error-on-buffer-boundary received
15830           from src/cmds.c.
15831
15832           defvar declaration added for word-across-newline to avoid
15833           byte-compiler warning about the free variable reference.
15834
15835 1998-03-14  Kirill M. Katsnelson  <kkm@kis.ru>
15836
15837         * winnt.el: Removed "%t" from the beginning of
15838         modeline-format. From now on, there's no nt-specifics in the modeline.
15839
15840 1998-03-14  SL Baur  <steve@altair.xemacs.org>
15841
15842         * setup-paths.el (paths-setup-paths-warning): Replace occurrences
15843         of `when' with `if'.
15844
15845 1998-03-03  Kirill M. Katsnelson  <kkm@kis.ru>
15846
15847         * msw-glyphs.el: New file. Defines TTY-style glyphs for
15848         mswindows. Must be reworked along with glyphs.el, or
15849         merged into it, after there is images support.
15850
15851         * dumped-lisp.el (preloaded-file-list): Dump msw-glyphs.el when
15852         'mswindows.
15853
15854 1998-03-13  SL Baur  <steve@altair.xemacs.org>
15855
15856         * faces.el: fix for text cursor initialization.
15857         Suggested by Kyle Jones <kyle_jones@wonderworks.com>
15858         From Andy Piper <andyp@parallax.co.uk>
15859
15860 1998-03-11  Pete Ware  <ware@cis.ohio-state.edu>
15861
15862         * files.el (set-auto-mode): If a mode is not fboundp, check to see
15863         if there is an existing package that handles it and warn the user
15864         about that mode.
15865
15866 1998-03-02  Kirill M. Katsnelson  <kkm@kis.ru>
15867
15868         * x-menubar.el (default-menubar): Greyed out "Help / Basics /
15869         Installation" menu item when Installation-string is not bound.
15870
15871 1998-03-11  SL Baur  <steve@altair.xemacs.org>
15872
15873         * lisp.el (forward-sexp): Fix for test for balanced sexp.
15874         From Jeremiah W. James <jerry@cs.ucsb.edu>
15875
15876 1998-03-10  Kyle Jones  <kyle_jones@wonderworks.com>
15877
15878         * msw-faces.el:
15879         * faces.el: Fix face initialization.
15880
15881 1998-03-10  Glynn Clements  <glynn@sensei.co.uk>
15882
15883         * files.el (backup-enable-predicate): fix breakage introduced
15884         by TMPDIR patch.
15885
15886 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
15887
15888         * x-faces.el (x-init-face-from-resources): The
15889           TTY face property retrieval functions don't return
15890           specifiers, so use face-property instead.
15891
15892 1998-03-09  SL Baur  <steve@altair.xemacs.org>
15893
15894         * mwheel.el (mwheel-install): Use portable keysyms and syntax.
15895
15896 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
15897
15898         * x-menubar.el: Expanded documentation for
15899           option-save-faces.  Changed Options -> Browse Faces
15900           menu entry to invoke customize-face.
15901
15902 1998-03-09  Kyle Jones  <kyle_jones@wonderworks.com>
15903
15904         * faces.el: Most face initialization moved out of
15905           init-other-random-faces to the top level so that the
15906           initialization happens before Xemacs is dumped.  Much
15907           of the fascist "face-differs-from-default-p or FROB!"
15908           code has been retired in favor of letting the user do
15909           what they want to do.  Face initialization code changed
15910           to use `default' specifier tag so that the settings can
15911           be overridden later if the user wishes it.
15912
15913 1998-03-08  SL Baur  <steve@altair.xemacs.org>
15914
15915         * about.el (about-hackers): Update contributors list.
15916
15917 1998-03-07  Kyle Jones  <kyle_jones@wonderworks.com>
15918
15919         * specifier.el: Define new specifier tag `default'.
15920
15921         * modeline.el: Initialize faces using `default' tag.
15922
15923         * x-faces.el (x-init-face-from-resources): Remove
15924           specifier specs containing the `default' tag before
15925           adding new specs.
15926
15927 1998-03-02  John Jones  <jj@asu.edu>
15928
15929         * package-get.el (package-get-all): fixed arguments on call to
15930         package-admin-add-single-file-package.
15931         * package-get.el (package-get-installedp): fixed to match
15932         advertised behavior.
15933         * package-get.el: added function package-get-update-all which
15934         installs newest versions of all the current packages (if they are
15935         not already installed).
15936
15937 1998-03-04  Jens-Ulrik Petersen  <petersen@kurims.kyoto-u.ac.jp>
15938
15939         * files.el (find-file-noselect): Uncommented `truename' binding in
15940         `let*' and use it later to set `buffer-file-truename' iff it's
15941         still nil, as happens for example when finding a compressed
15942         file with "jka-compr".
15943
15944 Wed Mar 04 08:55:12 1998  Andy Piper  <andyp@parallax.co.uk>
15945
15946         * faces.el: in make-face-* type functions do the operation for all
15947         window systems, not just the first one found.
15948
15949         * font.el: call mswindows-list-fonts for mswindows.
15950
15951 1998-03-02  Glynn Clements  <glynn@sensei.co.uk>
15952
15953         * code-process.el (call-process-region):
15954         * process.el (call-process-region):
15955         * package-get.el (package-get-dir):
15956         * files.el (backup-enable-predicate):
15957         * gnuserv.el (gnuserv-temp-file-regexp):
15958         Use temp-directory in place of `/tmp'.
15959
15960 Fri Feb 20 21:22:34 1998  Darryl Okahata  <darrylo@sr.hp.com>
15961
15962         * "Fast" dired-in-C enhancements for Windows 95/NT:
15963
15964         * files.el: Added function, `wildcard-to-regexp', from GNU
15965           Emacs.
15966
15967         * files.el (insert-directory): Modified to use special
15968           dired-in-C enhancements if present.
15969
15970 Mon Mar 02 11:37:36 1998  Andy Piper  <andyp@parallax.co.uk>
15971
15972         * code-files.el: make default coding no-conversion.
15973
15974 1998-03-02  SL Baur  <steve@altair.xemacs.org>
15975
15976         * dumped-lisp.el (preloaded-file-list): Find Installation.el from
15977         the load-path.
15978
15979         * update-elc.el: Strip directory when testing for files not to
15980         bytecompile.
15981
15982 1998-03-02  Aki Vehtari  <Aki.Vehtari@hut.fi>
15983
15984         * lisp-mode.el: Use recommended form for menus.
15985
15986         * info.el (Info-construct-menu): Use recommended form for menus.
15987
15988         * gnuserv.el (gnuserv-edit-files): Use recommended form for menu
15989         entry.
15990
15991 1998-02-28  Kyle Jones  <kyle_jones@wonderworks.com>
15992
15993         * frame.el: Resurrect get-frame-for-buffer-default-to-current.
15994           (get-frame-for-buffer-noselect): Always return frames
15995           in the not-this-window-p cond clause.
15996
15997 1998-02-27  SL Baur  <steve@altair.xemacs.org>
15998
15999         * help.el (describe-installation): New function.
16000
16001         * x-menubar.el (default-menubar): Add describe-installation to
16002         Help menu.
16003
16004         * packages.el (packages-unbytecompiled-lisp): Installation.el
16005         should not be bytecompiled.
16006
16007         * dumped-lisp.el (preloaded-file-list): Dump Installation with
16008         XEmacs.
16009
16010         * x-menubar.el (default-menubar): Use correct guard for VM menu
16011         entry.
16012
16013         * coding.el: Add coding systems for iso-8859-[12] for No-Mule + file
16014         coding.
16015         From Andy Piper <andyp@parallax.co.uk>
16016
16017 1998-02-26  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
16018
16019         * ldap.el: Do not require ldap-internal at compile time.
16020
16021 Tue Feb 17 12:50:37 1998  Andy Piper  <andyp@parallax.co.uk>
16022
16023         * code-files.el: new file. a virtual copy of mule-files.el
16024         but without charset
16025         dependencies. (toggle-buffer-file-ocding-system) new function for
16026         changing the eol type for the current buffer.
16027
16028         * code-process.el: new file. a copy of
16029         mule-process.el. mule-process.el will disappear when things have
16030         settled.
16031
16032         * coding.el: new file. a virtual copy of mule-files.el but
16033         without charset dependencies. (coding-system-base) new function
16034         for getting the parent coding system of a coding system with eol
16035         type set.
16036
16037         * dumped-lisp.el: add above files for the non-mule case.
16038
16039 1998-02-25  Kyle Jones  <kyle_jones@wonderworks.com>
16040
16041         * window-xemacs.el (display-buffer): If no explicit
16042           frame is specified, search for a window that displays
16043           the buffer on the currently selected frame, before
16044           searching other frames.
16045
16046 1998-02-25  Kyle Jones  <kyle_jones@wonderworks.com>
16047
16048         * frame.el (get-frame-for-buffer): If not-this-window-p
16049           is non-nil, use window on the selected frame if it is not
16050           also the selected window.  When defaulting, search for
16051           windows on the currently selected fgrame before searching
16052           other frames.
16053
16054 1998-02-25  Didier Verna  <didier@xemacs.org>
16055
16056         * modeline.el (modeline-swap-buffers): originally named
16057         `mouse-release-modeline'. Whether to actually swap the buffers is
16058         decided in `mouse-drag-modeline'.
16059         (mouse-drag-modeline): A button release event is considered a
16060         mouse click is both X (modeline scroll) and Y (modeline drag) pos
16061         stay unchanged.
16062
16063 1998-02-25  SL Baur  <steve@altair.xemacs.org>
16064
16065         * x-menubar.el: Put redo on the menubar.
16066         From Aki Vehtari <Aki.Vehtari@hut.fi>
16067
16068 1998-02-22  Greg Klanderman  <greg@alphatech.com>
16069
16070         * bytecomp.el (displaying-byte-compile-warnings): if
16071         temp-buffer-show-function is set, use it to display current set of
16072         warnings in the "*Compile-Log-Show*" buffer.
16073
16074         * simple.el (display-warning-buffer): if temp-buffer-show-function
16075         is set, use it to display current set of warnings in the
16076         "*Warnings-Show*" buffer.
16077
16078 1998-02-20  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
16079
16080         * cl-extra.el (equalp): Make (equalp ?A ?a) return t as in
16081         Common Lisp.
16082
16083 1998-02-23  Aki Vehtari  <Aki.Vehtari@hut.fi>
16084
16085         * menubar.el: Allow button descriptors at least 2 long.
16086
16087         * x-menubar.el (default-menubar): Use recommended forms.
16088         (file-menu-filter): Remove.
16089         (edit-menu-filter): Remove.
16090
16091 1998-02-24  SL Baur  <steve@altair.xemacs.org>
16092
16093         * about.el (about-hackers): Updated.
16094
16095 1998-02-22  Greg Klanderman  <greg@alphatech.com>
16096
16097         * help.el (help-max-help-buffers): new variable
16098         (help-register-and-maybe-prune-excess): new function
16099         (help-buffer-name): use help-max-help-buffers.
16100         (with-displaying-help-buffer): use
16101         help-register-and-maybe-prune-excess.
16102
16103         * help.el (help-maybe-pretty-print-value): if the value fits on
16104         one line, let it.
16105
16106 1998-02-21  Greg Klanderman  <greg@alphatech.com>
16107
16108         * (with-displaying-help-buffer): there is no need to kill the buffer
16109         if it exists, because with-output-to-temp-buffer will clear it.
16110         further, killing the buffer violates the rule that
16111         temp-buffer-show-function, if set, has the full responsibility of
16112         showing the temp buffer.  killing the buffer fucks with the window
16113         configuration, hosing temp-buffer-show-function.
16114
16115
16116 1998-02-23  Didier Verna  <didier@xemacs.org>
16117
16118         * modeline.el (mouse-drag-modeline):
16119         - Always scroll the modeline that was originally clicked on.
16120         - Use x pixels instead of x characters (which doesn't work anyway)
16121         as horizontal reference for modeline dragging. This allows us to
16122         keep on dragging the modeline even if the motion event occurs in
16123         another window.
16124
16125 1998-02-23  Didier Verna  <didier@xemacs.org>
16126
16127         * x-mouse.el (x-init-pointer-shape): use a crossed-arrows cursor
16128         glyph on the modeline to indicate that dragging the mouse has an
16129         effect both horizontally and vertically.
16130
16131 1998-02-24  SL Baur  <steve@altair.xemacs.org>
16132
16133         * about.el (about-xemacs): Get rid of redundant visible version
16134         number.
16135
16136 1998-02-19  SL Baur  <steve@altair.xemacs.org>
16137
16138         * about.el (about-hackers): Update credits.
16139
16140 1997-12-22  Christoph Wedler  <wedler@fmi.uni-passau.de>
16141
16142         * prim/register.el (view-register): Show register type file-query.
16143
16144 1998-02-17  Kyle Jones  <kyle_jones@wonderworks.com>
16145
16146         * mode-motion.el (mode-motion-highlight-internal):
16147           save-excursion inside save-window-exucrsion form to
16148           hide buffer point changes from save-window-excursion.
16149           Prevents display flickering when the mouse pointer
16150           moves.
16151
16152 1998-02-17  Didier Verna  <didier@xemacs.org>
16153
16154         * mouse.el (default-mouse-track-set-point-in-window): rewrote this
16155         function to handle correctly the case of a toolbar one side of the
16156         window: scrolling will not necessarily happen.
16157
16158 1998-02-17  Kyle Jones  <kyle_jones@wonderworks.com>
16159
16160         * files.el (after-find-file): Restore missing argument
16161           to format that provides filename for "... consider M-x
16162           recover-file" message.  Also call `message' with "%s"
16163           as the first arg instead of an arbitrary string.
16164
16165 1998-02-18  SL Baur  <steve@altair.xemacs.org>
16166
16167         * about.el (about-hackers): Various additions.
16168
16169 1998-02-15  SL Baur  <steve@altair.xemacs.org>
16170
16171         * autoload.el (generate-file-autoloads-1): Don't force an extra
16172         line out when copying on-the-same line autoloads.
16173
16174         * x-menubar.el (default-menubar): Add Sokoban to the menubar if it
16175         is installed.
16176
16177 1998-02-14  Martin Buchholz  <martin@xemacs.org>
16178
16179         * x11/x-win-xfree86.el (x-win-init-xfree86):
16180         * x11/x-win-sun.el (x-win-init-sun):
16181         * x11/x-init.el (x-initialize-compose):
16182         * prim/simple.el:
16183         (backward-or-forward-kill-sexp):
16184         (backward-or-forward-kill-sentence):
16185         (backward-or-forward-kill-word):
16186         (backward-or-forward-delete-char):
16187         * prim/isearch-mode.el (isearch-help-or-delete-char):
16188         Use x-keysym-on-keyboard-sans-modifiers-p instead of
16189         x-keysym-on-keyboard-p to detect backspace.
16190         Use symbols instead of strings (now deprecated) with x-keysym-*-p.
16191         Clean up symbols used with dead keys, checking Linux and solaris
16192         keysyms.
16193         Simplify x-win-*.el using above methods.
16194         Change documentation for x-keysym-*-p functions.
16195
16196 1998-02-14  SL Baur  <steve@altair.xemacs.org>
16197
16198         * about.el (about-hackers): Restore entries for Michael Sperber and
16199         Vinnie Shelton.
16200         From Vinnie Shelton <acs@acm.org>
16201
16202 1998-02-14  Hrvoje Niksic  <hniksic@srce.hr>
16203
16204         * simple.el (count-words-region): Ditto.
16205
16206 1998-02-12  Hrvoje Niksic  <hniksic@srce.hr>
16207
16208         * simple.el (count-words-buffer): Document.  Don't print anything
16209         if non-interactive.
16210
16211 1998-02-12  SL Baur  <steve@altair.xemacs.org>
16212
16213         * packages.el (packages-hardcoded-lisp): easymenu.el is in
16214         multiple files in InfoDock.
16215
16216 1998-02-11  SL Baur  <steve@altair.xemacs.org>
16217
16218         * packages.el (packages-hardcoded-lisp): id-vers.elc is loaded
16219         from version.el in InfoDock.
16220
16221         * dumped-lisp.el (preloaded-file-list): Don't treat InfoDock
16222         specially.
16223
16224 1998-02-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
16225
16226         * bytecomp-runtime.el (proclaim-inline): Single quotes around
16227         variable name in docstring.
16228
16229 1998-02-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
16230
16231         * menubar.h: Include "gui.h".
16232
16233 1998-02-10  SL Baur  <steve@altair.xemacs.org>
16234
16235         * site-load.el: Fix documentation.
16236
16237 1998-02-09  SL Baur  <steve@altair.xemacs.org>
16238
16239         * package-get-base.el (package-get-base): Updated.
16240
16241         * keymap.el: PC-ize.
16242
16243 1998-02-08  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
16244
16245         * hyper-apropos.el (hyper-apropos-get-doc): Print the `loaded
16246         from' on a fresh line.
16247
16248 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
16249
16250         * help.el (help-maybe-pretty-print-value): prin1, not princ the
16251         object.
16252
16253 1998-02-09  SL Baur  <steve@altair.xemacs.org>
16254
16255         * undo-stack.el: PC-ize.
16256
16257         * cmdloop.el: PC-ize.
16258
16259 1998-02-08  SL Baur  <steve@altair.xemacs.org>
16260
16261         * bytecomp-runtime.el: PC-ize.
16262
16263         * byte-optimize.el: Prolog fixup.  PC-ize.
16264
16265         * cus-dep.el: Spelling fix.
16266
16267         * text-mode.el: Synch with Emacs 20.2.  (Original ChangeLog
16268         entries follow).
16269
16270 1997-08-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16271
16272         * text-mode.el (text-mode-hook-identify): New function,
16273         put on text-mode-hook.  Set text-mode-variant here.
16274         (text-mode): Don't set it here.
16275
16276 1997-08-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16277
16278         * text-mode.el (text-mode-hook): New defvar.
16279         (text-mode-variant): New variable.
16280         (text-mode): Set that variable locally.
16281         (toggle-text-mode-auto-fill): New command.
16282
16283 1997-06-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16284
16285         * text-mode.el (text-mode): Let all-white lines separate paragraphs.
16286
16287 1997-06-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16288
16289         * text-mode.el (paragraph-indent-text-mode):
16290         Renamed from spaced-text-mode.
16291         (text-mode-map): Bind TAB to indent-relative.
16292         (indented-text-mode-map): Variable deleted.
16293         (indented-text-mode): Now an alias for text-mode.
16294
16295 1998-02-05  SL Baur  <steve@altair.xemacs.org>
16296
16297         * loadup.el: test-atoms debugging stuffs removed.
16298
16299 1998-02-03  Martin Buchholz  <Martin Buchholz <martin@xemacs.org>
16300
16301         * lisp/loaddefs.el (completion-ignored-extensions): Add ".class"
16302
16303 1997-12-30  Colin Rafferty  <colin@xemacs.org>
16304
16305         * help.el (describe-beta): Made it use `locate-data-file'.
16306         (describe-distribution): Ditto.
16307         (describe-copying): Ditto.
16308         (describe-project): Ditto.
16309         (view-emacs-news): Ditto.
16310
16311         * help-nomule.el (help-with-tutorial): Made it use
16312         `locate-data-file' to find tutorial.
16313
16314 1998-01-28  Jonathon Harris  <jhar@tardis.ed.ac.uk>
16315
16316         * about.el: Corrected my email address.
16317
16318         * mouse.el: Added 'mouse-mswindows-drop' similar to
16319         'mouse-offix-drop'.
16320
16321 1998-01-27  SL Baur  <steve@altair.xemacs.org>
16322
16323         * loadup.el (running-xemacs): Spelling fix.
16324
16325 1998-01-26  Colin Rafferty  <colin@xemacs.org>
16326
16327         * packages.el (packages-find-packages-1): Don't allow a backwards
16328         compatible lisp tree to overwrite `preloaded-file-list'.
16329
16330 1998-01-26  SL Baur  <steve@altair.xemacs.org>
16331
16332         * loadup.el: Don't delete "xemacs" prior to dumping.
16333
16334 1998-01-24  SL Baur  <steve@altair.xemacs.org>
16335
16336         * package-info.el (pi-last-mod-date): New function.
16337         (pi-author-version): New function.
16338         (batch-update-package-info): Use them.
16339
16340 1998-01-23  Colin Rafferty  <colin@xemacs.org>
16341
16342         * frame.el (get-frame-for-buffer-default-to-current): Create.
16343         (get-frame-for-buffer-noselect): Allow user to use current frame
16344         with `get-frame-for-buffer-default-to-current'.
16345
16346 1998-01-22  Hrvoje Niksic  <hniksic@srce.hr>
16347
16348         * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
16349         (byte-compile-output-docform): Ditto.
16350         (byte-compile-compiled-obj-to-list): Ditto.
16351
16352 1998-01-22  Kyle Jones  <kyle_jones@wonderworks.com>
16353
16354         * startup.el (command-line-1): Removed code that ran
16355           buffer-menu.
16356
16357 1998-01-21  Hrvoje Niksic  <hniksic@srce.hr>
16358
16359         * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
16360
16361 1998-01-17  Hrvoje Niksic  <hniksic@srce.hr>
16362
16363         * frame.el (suspend-emacs-or-iconify-frame): Check using
16364         `device-on-window-system-p' instead of explicitly checking for X,
16365         so that the same logic works for MS Windows.
16366         (suspend-or-iconify-emacs): Ditto.
16367
16368 1998-01-14  Hrvoje Niksic  <hniksic@srce.hr>
16369
16370         * about.el (about-maintainer-info): Andy Piper is back.
16371         (xemacs-hackers): Updated Andy Piper's email address.
16372         (about-hackers): Added Jonathan Harris.
16373         (about-hackers): Updated Tibor Polgar's email address.
16374
16375 1998-01-18  SL Baur  <steve@altair.xemacs.org>
16376
16377         * about.el: Add xemacs.org email manager.
16378
16379         * package-get-base.el (package-get-base): Updated with most recent
16380         package updates.
16381
16382 1998-01-14  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
16383
16384         * help.el (function-arglist): Use `indirect-function' instead of
16385         `symbol-function' so that aliases are treated correctly.
16386
16387 1998-01-13  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
16388
16389         * help.el (help-map): Add f1 binding to `help-for-help'.
16390         Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
16391         (describe-key-briefly): Use `princ' "%s" to print object.
16392         (with-displaying-help-buffer): Kill buffer if it exists, again.
16393         (describe-key): Use `princ' "%s" to print object.
16394         (describe-function-1): Use `princ' "%s" to print object.
16395         Commented out alias lines removed.
16396         (help-pretty-print-limit): New variable to control pretty-printing
16397         of variable values.
16398         (help-maybe-pretty-print-value): Steve wins!  Renamed back from
16399         `help-pretty-print-value' again.  Only print-print when OBJECT is
16400         list of length less than `help-pretty-print-limit'.
16401         (describe-variable): Use `help-maybe-pretty-print-value' again.
16402
16403 1998-01-18  SL Baur  <steve@altair.xemacs.org>
16404
16405         * simple.el (blink-matching-open): Remove C++ kludge.
16406         Suggested by Bob Weiner <weiner@wave.altrasoft.com>
16407
16408 1998-01-14  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
16409
16410         * info.el (Info-default-directory-list): Made the documentation
16411         more explanitory.
16412
16413 1998-01-13  Martin Buchholz  <martin@xemacs.org>
16414
16415         * lisp/packages.el:
16416         * lisp/package-admin.el:
16417         * lisp/build-report.el:
16418         Fix typos.
16419
16420 1998-01-14  Christoph Wedler  <wedler@fmi.uni-passau.de>
16421
16422         * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
16423         warnings in Java buffers without final newline and editing the
16424         last line.
16425
16426 1998-01-17  SL Baur  <steve@altair.xemacs.org>
16427
16428         * packages.el (packages-find-packages-1): Don't allow a backwards
16429         compatible lisp tree to overwrite `preloaded-file-list'.
16430         Suggested by Colin Rafferty  <colin@xemacs.org>
16431
16432         * mouse.el (mouse-offix-drop): Set undo-boundary.
16433         From Oliver Graf <ograf@fga.de>
16434
16435 1998-01-13  SL Baur  <steve@altair.xemacs.org>
16436
16437         * loadup.el (load-gc): rewrite as defun.
16438         Print something sensical if a required dump-time file isn't found.
16439
16440 1998-01-12  SL Baur  <steve@altair.xemacs.org>
16441
16442         * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
16443         bug strikes a menudescriptor.
16444
16445         * package-get-base.el (package-get-base): Updated.
16446
16447         * package-info.el (batch-update-package-info): Derive REQUIRES
16448         from the Makefile.
16449
16450 1998-01-13  Hrvoje Niksic  <hniksic@srce.hr>
16451
16452         * files.el (save-some-buffers): Don't play games with deleting
16453         other windows if we are in the minibuffer window.
16454
16455 1998-01-08  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
16456
16457         * modeline.el (modeline-minor-mode-menu): Add support for :active
16458         (add-minor-mode): Document :active property to TOGGLE.
16459
16460 1998-01-07  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
16461
16462         * modeline.el (modeline-minor-mode-menu): Add support for an
16463         `:included' predicate in the `toggle-sym' plist.
16464         (add-minor-mode): Document the :included property, format
16465         docstring some more.
16466         (modeline-minor-mode-menu): Documentation string added.
16467
16468 1998-01-02  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
16469
16470         * modeline.el (modeline-minor-mode-menu): genmenlab the menu
16471         labels from the symbol-names by thwacking off the overly redundant
16472         and overused "mode", parenthesizing "minor", and capitalizing the
16473         resultant strings.  Also shortened the menu's title by eliminating
16474         the redundant buffer name.
16475         (add-minor-mode): Beautified the docstring, added mention of the
16476         `:menu-tag' property of TOGGLE.
16477         (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
16478         `toggle-sym' to beatify the mode-life menus.
16479         * (abbrev-mode):  (put)'ed a `:menu-tag' on it and
16480         `auto-fill-function'.
16481
16482 1998-01-02  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
16483
16484         * modeline.el (modeline-minor-mode-menu): Changed the string-only
16485         menus to :style 'toggle.
16486
16487 1997-12-10  Markus Linnala  <maage@cs.tut.fi>
16488
16489         * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
16490
16491 1997-12-11  Christoph Wedler  <wedler@fmi.uni-passau.de>
16492
16493         * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
16494         only recognize first hyperlink.
16495         (hyper-apropos-highlightify): Deletia, this is already done by
16496         `hyper-apropos-insert-face'.
16497         (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
16498
16499 1998-01-09  SL Baur  <steve@altair.xemacs.org>
16500
16501         * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
16502         mail.
16503         (toolbar-mail-reader): Add support for `send'.
16504         From Jonathan Marten <jonathan.marten@UK.Sun.COM>
16505
16506 1998-01-05  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
16507
16508         * info.el (Info-emacs-info-file-name): Add defvar for
16509         `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
16510         will function properly.
16511
16512 1998-01-05  Gary D. Foster  <gfoster@ragesoft.com>
16513
16514         * simple.el: make the backwards delete function called by
16515         `backward-or-forward-delete-char' user configurable.
16516
16517 1998-01-09  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
16518
16519         * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
16520         compiled function got loaded from.
16521
16522 1998-01-09  SL Baur  <steve@altair.xemacs.org>
16523
16524         * term/apollo.el: Synched up with InfoDock 3.6.2.
16525
16526 1998-01-08  SL Baur  <steve@altair.xemacs.org>
16527
16528         * startup.el (load-init-file): Load autoloads earlier.
16529         (startup-splash-frame): Handle InfoDock logo.
16530
16531         * x-init.el (init-post-x-win): Don't call init-x-toolbar in
16532         InfoDock.
16533         (x-init-toolbar-from-resources): Move from x-toolbar.el.
16534
16535         * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
16536         doesn't have this function.
16537
16538         * packages.el (locate-data-file): Fix to call `locate-file'.
16539
16540 1998-01-07  SL Baur  <steve@altair.xemacs.org>
16541
16542         * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
16543         version of version.el.
16544         (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
16545
16546         * x-menubar.el (default-menubar): Guard reference to
16547         `gnuserv-frame'.
16548         (default-menubar): Guard references to `font-lock-mode'.
16549         (default-menubar): Guard references to font-menu-this-frame-only-p'.
16550         (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
16551
16552         * make-docfile.el: Don't snarf doc strings from autoloads.
16553
16554         * startup.el (load-init-file): Use algorithm from loaddefs.el for
16555         loading auto-autoloads files.
16556
16557         * loaddefs.el: Disable dumping autoloads.
16558
16559 1998-01-05  SL Baur  <steve@altair.xemacs.org>
16560
16561         * lisp-mnt.el: Synch to Emacs 20.2.
16562
16563         * help.el: Remove manual autoload of `finder-by-keyword'.
16564
16565         * finder.el (finder-by-keyword): Autoload.
16566
16567         * help.el: Conditionalize hyperbole setup.
16568
16569 1998-01-04  SL Baur  <steve@altair.xemacs.org>
16570
16571         * packages.el (package-require): Update to reflect new data format.
16572
16573 1998-01-02  Didier Verna  <didier@xemacs.org>
16574
16575         * x-menubar.el (default-menubar): make the tutorials available
16576         through the menubar. (Plus some compilation warnings cleanup).
16577
16578 1998-01-04  SL Baur  <steve@altair.xemacs.org>
16579
16580         * check-features.el: New file.  Perform sanity check after build.
16581
16582         * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
16583         files to tooltalk package.
16584         (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
16585         package.
16586
16587         * package-admin.el (package-admin-xemacs): Use better default for
16588         location of XEmacs binary.
16589
16590 1998-01-03  Aki Vehtari  <Aki.Vehtari@hut.fi>
16591
16592         * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
16593         tag with sexp and add value tag with value `t'.
16594
16595 1998-01-03  SL Baur  <steve@altair.xemacs.org>
16596
16597         * package-get.el: Changes to work with real data.
16598         From Pete Ware <ware@cis.ohio-state.edu>
16599
16600         * packages.el (packages-reload-autoloads): Guard load for the time
16601         being.
16602
16603         * update-elc.el ("packages.el"): Force loading packages.el instead
16604         of possibly out-of-date packges.elc.
16605         * make-docfile.el ("packages.el"): Ditto.
16606
16607 1998-01-02  Colin Rafferty  <colin@xemacs.org>
16608
16609         * build-report.el (build-report-delete-regexp): Added a rule for
16610         the main tarball shadowing anything past it.
16611
16612 1998-01-02  SL Baur  <steve@altair.xemacs.org>
16613
16614         * packages.el (package-provide): Delete a previous provide.
16615
16616         * package-info.el: New file.
16617
16618         * package-get.el: New file.
16619         From Pete Ware <ware@cis.ohio-state.edu>
16620         (package-get): Fix md5 computation to work with Mule.
16621
16622 1997-12-11  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
16623
16624         * simple.el (log-message-*): Quote symbols in docstrings properly.
16625
16626 1998-01-01  SL Baur  <steve@altair.xemacs.org>
16627
16628         * packages.el (packages-new-autoloads): Ignore symbolic links.
16629
16630         * cus-face.el (face-custom-attributes-get): Fix typo.
16631         From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
16632
16633 1997-12-31  SL Baur  <steve@altair.xemacs.org>
16634
16635         * startup.el (load-init-file): Reload new or changed autoloads
16636         unless inhibited.  Reload modified dumped lisp (stubbed).
16637
16638         * packages.el (packages-new-autoloads): New function.
16639         (packages-reload-autoloads): New function.
16640         (packages-reload-dumped-lisp): New (stub) function.
16641
16642         * loadup.el: Inhibit reloading dumped files when running temacs.
16643
16644         * loadhist.el (file-provides): Extend to handle variant
16645         extensions.
16646
16647         * replace.el (query-replace): Fix typo.
16648
16649 1997-12-30  SL Baur  <steve@altair.xemacs.org>
16650
16651         * make-docfile.el: list-autoloads-path has been renamed.
16652         * update-elc.el: list-autoloads has been renamed.
16653
16654         * packages.el (packages-list-autoloads): Renamed.
16655         (packages-list-autoloads-path): Ditto.
16656
16657 1997-12-29  Colin Rafferty  <colin@xemacs.org>
16658
16659         * packages.el (packages-find-packages-1): Made it signal a warning
16660         for an error in an auto-autoload.el file.
16661
16662 1997-12-30  SL Baur  <steve@altair.xemacs.org>
16663
16664         * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
16665         tag with const.
16666         From Aki Vehtari <Aki.Vehtari@hut.fi>
16667
16668         * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
16669
16670         * loadhist.el (unload-feature): Remove autoload.
16671
16672 1997-12-28  SL Baur  <steve@altair.xemacs.org>
16673
16674         * loadhist.el: Unpackaged.
16675
16676         * help.el (describe-symbol-find-file): Rename
16677         `describe-function-find-file' and make old name obsolete.
16678         (describe-function-1): Use it.
16679         (describe-function-1): Guard reference to
16680         `compiled-function-annotation'.
16681
16682 1997-12-27  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
16683
16684         * help.el (help-mode-bury): Now a call to `help-mode-quit' with
16685         argument.
16686         (help-mode-quit): New optional arg to control whether it kills or
16687         buries.  Tidied up.
16688         (with-displaying-help-buffer): Don't kill buffer initially, even
16689         if it exists: it is erased by `with-output-to-temp-buffer' anyway.
16690         (help-pretty-print-value): Rename back from
16691         `help-maybe-pretty-print-value'!  If `pp-internal' is available
16692         use it, otherwise use dumped `cl-prettyprint'.
16693         (describe-variable): Use `help-pretty-print-value' again.
16694         (find-func): Removed reference to "find-func" at end.
16695
16696 1997-12-26  Kirill M. Katsnelson  <kkm@kis.ru>
16697
16698         * dumped-lisp.el: x-menubar.el dumped along with mswindows native
16699           GUI XEmacs. Rename? x-menubar is rather window system
16700           independant, except for a couple of items.
16701
16702 1997-12-26  SL Baur  <steve@altair.xemacs.org>
16703
16704         * x-menubar.el (default-menubar): Remove hyperbole and oobr
16705         entries as they will no longer be distributed with XEmacs.
16706
16707         * format.el (format-alist): Fix image/tiff regexps.
16708         From P. E. Jareth Hein <jareth@camelot-soft.com>
16709
16710         * help.el (help-maybe-pretty-print-value): Rename.
16711         (describe-variable): Use it.
16712         (describe-variable): Add trailing linefeed.
16713
16714 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
16715
16716         * help.el (describe-function-1): Don't output anything for
16717           arglist of autoload functions.
16718
16719 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
16720
16721         * help.el (describe-function-1): Don't output anything for
16722           arglist of autoload functions.
16723
16724 1997-12-26  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
16725
16726         * help.el (help-mode-map): New bindings for `help-mode-bury',
16727         `describe-function-at-point', `describe-variable-at-point',
16728         `Info-elisp-ref', `customize-variable', `help-next-section' and
16729         `help-prev-section'.
16730         (help-next-section): New function.
16731         (help-prev-section): New function.
16732         (help-mode-quit): Changed to kill the help buffer.
16733         (help-mode-bury): Formerly `help-mode-quit'.  Bury buffer
16734         correctly.
16735         (help-buffer-name): New function to generate the name of help
16736         buffers.
16737         (with-displaying-help-buffer): Is now a macro.  Takes an new first
16738         argument giving the name of the help buffer.
16739         (describe-key): Use `with-displaying-help-buffer' with name.
16740         (describe-mode): Ditto.
16741         (describe-bindings): Ditto.
16742         (describe-prefix-bindings): Ditto.
16743         (view-lossage): Ditto.
16744         (with-syntax-table): New macro.
16745         (function-called-at-point): Use `ignore-errors' and
16746         `with-syntax-table'.
16747         (function-at-point): Ditto.
16748         (describe-function): Use `with-displaying-help-buffer' with name.
16749         (function-arglist): Extracted from `describe-function-1'.  Returns
16750         function's arglist as string.
16751         (function-documentation): Extracted from `describe-function-1'.
16752         Returns function's docstring.
16753         (describe-function-1): Remove all the "stream" garbage, including
16754         the stream argument.  Use `function-arglist' and
16755         `function-documentation'.
16756         (describe-function-arglist): Just use `function-arglist'.
16757         (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
16758         (help-pretty-print-value): New function to help with
16759         pretty-printing variable values.  Knows about `#<...>'.  Needs
16760         `pp-internal'.
16761         (describe-variable): Use `with-displaying-help-buffer' with name.
16762         Formatting improved.  Display file where variable is defined, if
16763         known.  Use `help-pretty-print-value'.
16764         (describe-syntax): Use `with-displaying-help-buffer' with name.
16765         (list-processes): Remove "stream" garbage.
16766
16767 1997-12-25  SL Baur  <steve@altair.xemacs.org>
16768
16769         * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
16770         call a dumped routine instead.
16771
16772         * x-win-xfree86.el: Wrap file in defun.
16773         * x-win-sun.el: Ditto.
16774
16775 1997-12-23  SL Baur  <steve@altair.xemacs.org>
16776
16777         * help.el (view-emacs-news): Remove usage of outl-mouse which
16778         advises functions and does other evil things.
16779
16780 1997-12-22  SL Baur  <steve@altair.xemacs.org>
16781
16782         * format.el (format-alist): Add `image/tiff'.
16783         From P. E. Jareth Hein <jareth@camelot-soft.com>
16784
16785 1997-12-21  SL Baur  <steve@altair.xemacs.org>
16786
16787         * about.el (about-hackers): More names added.
16788
16789         * make-docfile.el: Remove superfluous package path search.
16790
16791         * loaddefs.el: Commentary changes.  Removal of VM autoloads.
16792
16793 1997-12-20  SL Baur  <steve@altair.xemacs.org>
16794
16795         * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
16796         ignored shadows.
16797
16798 1997-12-18  SL Baur  <steve@altair.xemacs.org>
16799
16800         * startup.el (set-default-load-path): Make sure lisp and site-lisp
16801         get trailing slashes when added to the load-path.
16802
16803         * x-init.el (init-x-win): Locate where XEmacs X localization files
16804         are.
16805
16806 1997-12-18  Kyle Jones  <kyle_jones@wonderworks.com>
16807
16808         * x-faces.el: Added support for foregroundToolBarColor
16809           to xpm-color-symbols.
16810
16811 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
16812
16813         * etags.el (tags-remove-duplicates): Removed.
16814         (buffer-tag-table-list): Use `delete-duplicates'.
16815
16816         * cl-extra.el (coerce): Coerce to bit-vector and weak-list
16817         correctly.
16818         (get*): Defalias to `get'.
16819
16820         * cl.el (eql): Compare integers with `eq'.
16821         (cl-map-extents): Check for `map-extents' first.
16822
16823 1997-12-17  Didier Verna  <didier@xemacs.org>
16824
16825         * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
16826         added the 'numero', 'copyright' and 'trademark' symbols.
16827
16828         * leim/quail/latin-post.el ("french-postfix"): see above.
16829
16830 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
16831
16832         * widget.el (define-widget): Check the arguments.
16833
16834         * cus-edit.el (customize-face): Use `check-argument-type'.
16835         (custom-variable-value-create): Use `signal' to signal error.
16836         (custom-variable-reset-saved): Ditto.
16837         (custom-variable-reset-standard): Ditto.
16838         (custom-face-reset-saved): Ditto.
16839
16840         * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
16841         (widget-default-format-handler): Ditto.
16842         (widget-checklist-add-item): Ditto.
16843         (widget-radio-add-item): Ditto.
16844         (widget-editable-list-entry-create): Ditto.
16845         (widget-sexp-prompt-value): Ditto.
16846
16847         * custom.el (custom-declare-variable): Signal errors better.
16848         (custom-handle-keyword): Ditto.
16849         (custom-declare-group): Ditto.
16850
16851         * window-xemacs.el (windows): Ditto.
16852
16853         * menubar.el (menu): Ditto.
16854
16855         * keydefs.el (keyboard): Ditto.
16856
16857         * minibuf.el (minibuffer): Ditto.
16858
16859         * process.el (execute): Ditto.
16860
16861         * fill.el (fill): Ditto.
16862
16863         * modeline.el (modeline): Ditto.
16864
16865         * help.el (help): Ditto.
16866
16867         * faces.el (faces): Ditto.
16868
16869         * files.el (files): Ditto.
16870
16871         * x-init.el (x): Ditto.
16872
16873         * lisp-mode.el (lisp): Ditto.
16874
16875         * process.el (processes): Ditto.
16876
16877         * mouse.el (mouse): Ditto.
16878
16879         * abbrev.el (abbrev): Moved from cus-edit.
16880
16881         * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
16882         as variable declaration.
16883
16884 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
16885
16886         * menubar.el (find-menu-item): Use `check-argument-type'.
16887         (find-menu-item): Cosmetic changes.
16888
16889 1997-12-18  SL Baur  <steve@altair.xemacs.org>
16890
16891         * x-menubar.el (default-menubar): Guard usage of lpr-switches.
16892
16893 1997-12-17  SL Baur  <steve@altair.xemacs.org>
16894
16895         * startup.el (set-default-load-path): Only search package-path
16896         when not running temacs.
16897
16898         * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
16899         files.
16900
16901         * loadup.el: Correct commentary.  Reformatting.
16902         (really-early-error-handler): Use absolute path to the
16903         first dumped-lisp.el file.
16904         (really-early-error-handler): Print full path name of
16905         each dumped lisp file (inherited from InfoDock).
16906
16907         * shadow.el (find-emacs-lisp-shadows): Ignore multiple
16908         dumped-lisp.el files.
16909
16910         * make-docfile.el (preloaded-file-list): Reorder when the
16911         package-path is searched.
16912         * update-elc.el: Ditto.
16913
16914         * lisp-mode.el (call-with-condition-handler): Treat the same as
16915         `condition-case' for indentation.
16916
16917         * about.el (about-xemacs): Update release date.
16918
16919 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
16920
16921         * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
16922         anywhere but at the last clause.
16923         (ecase): Disallow `t' and `otherwise'.
16924
16925 1997-12-16  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
16926
16927         * cus-edit.el (custom-buffer-create-buttons): New function
16928         from stuff moved out of `custom-buffer-create-internal'.
16929         (custom-novice): New variable.  Default t.
16930         (custom-display-global-buttons): Ditto.  Default `top'.
16931         (custom-buffer-create-internal): Only display help if
16932         `custom-novice' is non-nil.  Display global buttons according to
16933         `custom-display-global-buttons'.
16934
16935 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
16936
16937         * menubar.el (find-menu-item): Use `check-argument-type'.
16938         (find-menu-item): Cosmetic changes.
16939
16940 1997-12-15  Hrvoje Niksic  <hniksic@srce.hr>
16941
16942         * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
16943         look.
16944
16945 1997-12-16  Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
16946
16947         * format.el (format-deannotate-region):  Bug fix.
16948         Deannotating a region containing unknown tags would fail
16949         (causing decoding of text/enriched to fail at user level)
16950
16951 1997-12-16  Kyle Jones  <kyle_jones@wonderworks.com>
16952
16953         * minibuf.el (read-directory-name): Support sixth
16954           arg, HISTORY, as already documented.
16955
16956 1997-12-17  Hrvoje Niksic  <hniksic@srce.hr>
16957
16958         * etags.el (get-tag-table-buffer): Use explicit lists as arguments
16959         to `ecase'.
16960
16961 1997-12-14  SL Baur  <steve@altair.xemacs.org>
16962
16963         * skk/skk-leim.el (skk-auto-fill-activate): Synch with
16964         skk-activate.
16965
16966 1997-12-13  SL Baur  <steve@altair.xemacs.org>
16967
16968         * dumped-lisp.el (preloaded-file-list): Remove debugging statement.