(next-visible-point): Copied from inv-xemacs.el.
[elisp/apel.git] / ChangeLog
1 1998-11-10  Katsumi Yamaoka   <yamaoka@jpl.org>
2
3         * inv-19.el (next-visible-point): Copied from inv-xemacs.el.
4
5 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6
7         * poe-18.el (eval-and-compile): Moved from poe.el.
8
9         * poe.el: Move `eval-and-compile' to poe-18.el.
10
11         * poe-xemacs.el (overlayp): New alias.
12         (delete-overlay): New alias.
13
14 \f
15 1998-11-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
16
17         * APEL: Version 9.9 was released.
18
19 1998-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
20
21         * poe.el (combine-after-change-calls): fixed.
22
23 1998-10-31  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
24
25         * poe.el (combine-after-change-calls): New macro.
26
27 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
28
29         * poe.el (defun-maybe-cond): New macro.
30         (next-command-event): Use `defun-maybe-cond'.
31         (cancel-undo-boundary): Use `defun-maybe-cond'.
32
33 1998-10-28  Katsumi Yamaoka   <yamaoka@jpl.org>
34
35         * poem-om.el (char-after): Redefine to change `POS' to optional
36         argument.
37
38 \f
39 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
40
41         * APEL: Version 9.8 was released.
42
43         * README.ja, README.en (CVS): New section.
44
45 1998-10-27  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
46
47         * poem-om.el (char-before): Redefine to change `POS' to optional
48         argument.
49
50 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
51
52         * poe.el (subr-fboundp): New function.
53         (next-command-event): New function.
54         (character-to-event): New function.
55
56 1998-10-25  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
57
58         * poe.el (event-to-character): New function.
59
60 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
61
62         * poe.el (cancel-undo-boundary): Switch definition by existence of
63         variable `buffer-undo-list'.
64
65         * poe-18.el: Move function `cancel-undo-boundary' to poe.el.
66
67 1998-10-25  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
68
69         * poe.el (cancel-undo-boundary): New function.
70
71 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
72
73         * poe-18.el (cancel-undo-boundary): New function (moved from
74         poem.el).
75
76         * poem.el: Move function `cancel-undo-boundary' to poe-18.el.
77
78 \f
79 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
80
81         * APEL: Version 9.7 was released.
82
83 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
84
85         * poem.el (cancel-undo-boundary): New function.
86
87 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
88
89         * poe-xemacs.el (set-cursor-color): Add interactive spec; add
90         DOC-string.
91
92 1998-10-25  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
93
94         * poe-xemacs.el (set-cursor-color): New function.
95
96 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
97
98         * README.ja: Sync up with latest README.en.
99
100 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
101
102         * poe.el (remove-local-hook): Use `defmacro-maybe'.
103
104 1998-10-26  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
105
106         * poe.el (add-local-hook): fixed.
107         (remove-local-hook): fixed.
108
109 \f
110 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
111
112         * APEL: Version 9.6 was released.
113
114 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
115
116         * poe.el (rassoc): New function.
117
118 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
119
120         * poe-xemacs.el (eval-after-load): New function.
121
122         * poem-e20_3.el (characterp): New alias.
123
124         * poem.el (characterp): New alias.
125         (char-octet): New function.
126
127 1998-10-25  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
128
129         * poe.el (make-local-hook): New macro.
130         (add-local-hook): New macro.
131         (remove-local-hook): New macro.
132
133 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
134
135         * poem.el, poem-20.el, poem-e20_3.el, poem-e20.el, poem-xm.el: Add
136         setting of byte-compile-dynamic.
137
138         * poem-xm.el (string-to-int-list): Use `defun-maybe'.
139
140         * poem.el (string-as-unibyte): Use `defsubst-maybe' instead of
141         `defmacro-maybe'.
142         (string-as-multibyte): Likewise.
143         (char-int): Use `defalias-maybe'.
144         (int-char): Likewise.
145         (char-or-char-int-p): Likewise.
146
147 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
148
149         * poe.el, poe-xemacs.el: Add setting of byte-compile-dynamic.
150
151 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
152
153         * poe-18.el (data-directory): Use `defvar-maybe'.
154         (buffer-undo-list): Likewise.
155
156         * poe-xemacs.el (face-list): Use `defalias-maybe'.
157         (line-beginning-position): Likewise.
158         (line-end-position): Likewise.
159
160         * poe.el (defalias-maybe): New macro.
161
162         * poe-xemacs.el (dired-other-frame): Use `defun-maybe'.
163
164 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
165
166         * poe.el (defvar-maybe): New macro.
167         (temporary-file-directory): New variable.
168
169 \f
170 1998-10-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
171
172         * APEL: Version 9.5 was released.
173
174 1998-10-22  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
175
176         * README.ja: New file.
177
178 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
179
180         * alist.el: Add autoload cookies.
181
182 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
183
184         * poe.el, EMU-ELS, README.en: Move `find-face' from poe-19.el to
185         poe.el; abolish poe-19.el.
186
187 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
188
189         * invisible.el, inv-18.el, inv-19.el, inv-xemacs.el, poe-18.el,
190         poe-19.el, poe-xemacs.el, emu.el, EMU-ELS, README.en: Separate
191         invisible features from poe to invisible.
192
193 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
194
195         * poe.el (eval-and-compile): New macro.
196         Enclose redefinition of `read-string' by `eval-and-compile'.
197
198 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
199
200         * poe.el (string): New function.
201
202 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
203
204         * emu.el (char-list-to-string): New function.
205
206         * poe-xemacs.el, poe-19.el: Abolish macro `char-list-to-string'.
207
208         * poe-18.el: Abolish function `char-list-to-string'.
209
210 1998-10-18  Tanaka Akira  <akr@jaist.ac.jp>
211
212         * broken.el (check-broken-facility): Also use compile time
213         description.
214
215 \f
216 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
217
218         * APEL: Version 9.4 was released.
219
220 1998-10-17  Tanaka Akira  <akr@jaist.ac.jp>
221
222         * broken.el (check-broken-facility): New macro.
223
224 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
225
226         * poe.el (define-obsolete-function-alias): New function.
227
228 \f
229 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
230
231         * APEL: Version 9.3 was released.
232
233 1998-10-12  Katsumi Yamaoka   <yamaoka@jpl.org>
234
235         * README.en: Add explanations about
236         `LISPDIR', `VERSION_SPECIFIC_LISPDIR' and `what-where'.
237
238         * Makefile (what-where): New target.
239         (install): Add new arg `VERSION_SPECIFIC_LISPDIR'.
240
241         * APEL-MK (what-where-apel): New function.
242         (config-apel): Refer to `VERSION_SPECIFIC_LISPDIR'.
243
244         * APEL-CFG (VERSION_SPECIFIC_LISPDIR): New variable.
245
246 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
247
248         * README.en (load-path): Modify for Emacs 20.3.
249
250 1998-10-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
251
252         * APEL-CFG (EMU_PREFIX): Use "emu" for Emacs 20.3 or later.
253
254         * EMU-ELS: Don't install pccl in anything older than XEmacs 21
255         with MULE.
256
257 \f
258 1998-10-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
259
260         * APEL: Version 9.2 was released.
261
262         * poem-xm.el (insert-file-contents-as-binary): New function.
263
264         * poem-20.el (write-region-as-binary): bind
265         `jka-compr-compression-info-list' with nil.
266         (insert-file-contents-as-binary): Change to alias of
267         `insert-file-contents-literally' for Emacs 20.
268
269 \f
270 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
271
272         * APEL: Version 9.1 was released.
273
274 1998-10-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
275
276         * mcs-e20.el, mcs-xm.el (coding-system-to-mime-charset): New
277         function.
278         (mime-charset-list): New implementation.
279
280         * Move `mime-charset-list' from mcs-20.el to mcs-e20.el and
281         mcs-xm.el.
282
283 1998-10-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
284
285         * mcs-e20.el (charsets-mime-charset-alist): Use `gb2312' and
286         `big5' instead of `cn-gb-2312' and `cn-big5'.
287
288         * mcs-xm.el (charsets-mime-charset-alist): Use `gb2312' and `big5'
289         instead of `cn-gb-2312' and `cn-big5'.
290
291         * mcs-20.el (mime-charset-coding-system-alist): Add `cn-gb' to
292         default value.
293
294 \f
295 1998-09-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
296
297         * APEL: Version 9.0 was released.
298
299         * Delete EMU-CFG and EMU-MK because they have not been used.
300
301 1998-09-22  Tanaka Akira      <akr@jaist.ac.jp>
302
303         * README.en (What's APEL?): Add notice for broken.el.
304
305 1998-09-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
306
307         * README.en (What's APEL?): Modify for latest structure.
308
309 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
310
311         * mcs-xm.el (charsets-mime-charset-alist): Comment out invalid
312         definition for iso-2022-int-1.
313
314 1998-09-19  Tanaka Akira      <akr@jaist.ac.jp>
315
316         * broken.el: New file.
317
318         * pccl.el (apel-broken-facility): Abolished
319         (apel-broken-p): Abolished
320
321         * EMU-ELS (emu-modules): Add 'broken.
322
323         * Makefile (elc): Do not remove emu*.elc.
324
325         * pccl-20.el: require 'broken.
326         (ccl-use-symbol-as-program): Abolished.
327         (ccl-accept-symbol-as-program): New facility.
328         (make-ccl-coding-system): Use `when-broken' to define.
329         (ccl-encoder-eof-block-is-broken): Abolished.
330         (ccl-decoder-eof-block-is-broken): Abolished.
331         (ccl-eof-block-is-broken): Abolished
332         (ccl-execute-eof-block-on-encoding-null): New facility.
333         (ccl-execute-eof-block-on-encoding-some): Ditto.
334         (ccl-execute-eof-block-on-decoding-null): Ditto.
335         (ccl-execute-eof-block-on-decoding-some): Ditto.
336         (ccl-execute-eof-block-on-encoding): Ditto.
337         (ccl-execute-eof-block-on-decoding): Ditto.
338         (ccl-execute-eof-block): Ditto.
339
340         * pccl-om.el: require 'broken.
341         (ccl-use-symbol-as-program): Abolished.
342         (ccl-accept-symbol-as-program): New facility.
343         (ccl-encoder-eof-block-is-broken): Abolished.
344         (ccl-decoder-eof-block-is-broken): Abolished.
345         (ccl-eof-block-is-broken): Abolished
346         (ccl-execute-eof-block-on-encoding-null): New facility.
347         (ccl-execute-eof-block-on-encoding-some): Ditto.
348         (ccl-execute-eof-block-on-decoding-null): Ditto.
349         (ccl-execute-eof-block-on-decoding-some): Ditto.
350         (ccl-execute-eof-block-on-encoding): Ditto.
351         (ccl-execute-eof-block-on-decoding): Ditto.
352         (ccl-execute-eof-block): Ditto.
353         (ccl-execute-on-string-ignore-contin): New facility.
354
355 1998-09-18  Tanaka Akira      <akr@jaist.ac.jp>
356
357         * pccl.el (apel-broken-facility): New function.
358         (apel-broken-p): New function.
359
360 1998-09-18  Tanaka Akira      <akr@jaist.ac.jp>
361
362         * pccl.el: Fix author.
363
364 1998-09-17  Katsumi Yamaoka   <yamaoka@jpl.org>
365
366         * pccl-om.el (make-ccl-coding-system): Enclose with
367         `eval-and-compile'.
368
369 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
370
371         * poe.el (unless): New macro.
372
373         * emu.el: Define tl:overlay obsolete aliases for all emacsen.
374
375         * poem-nemacs.el (decode-coding-string): Regard integer as
376         coding-system.
377         (encode-coding-string): Likewise.
378         (decode-coding-region): Likewise.
379         (encode-coding-region): Likewise.
380
381         * poe-18.el (set-text-properties): New function.
382
383         * install.el (install-detect-elisp-directory): Fix problem on
384         Nemacs.
385
386 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
387
388         * poem-ltn1.el (set-buffer-multibyte): Use `defun-maybe' instead
389         of `defmacro-maybe'.
390
391         * poem-e20_2.el (set-buffer-multibyte): Use `defun-maybe' instead
392         of `defsubst-maybe'.
393
394 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
395
396         * EMU-ELS: New implementation.
397
398 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
399
400         * emu.el, emu-mule.el, EMU-ELS: Move code about CCL from
401         emu-mule.el to pccl-om.el.
402
403         * pccl.el: New file.
404
405         * pccl.el: - Rename emu-e20.el to pccl-20.el.
406         - Move definition of emu-x20.el to pccl-20.el.
407         - Move code about CCL from emu-mule.el to pccl-om.el.
408
409         * pccl-om.el: New file (move code about CCL from emu-mule.el).
410
411         * pccl-20.el: New file (renamed from emu-e20.el; move definition
412         of emu-x20.el to pccl-20.el; abolish emu-x20.el).
413
414 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
415
416         * emu.el, emu-x20.el, emu-e20.el: Move function `char-category'
417         from emu-e20.el and emu-x20.el to emu.el.
418
419 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
420
421         * emu.el, emu-nemacs.el, emu-latin1.el, EMU-ELS: Move definitions
422         of emu-nemacs.el and emu-latin1.el to emu.el; abolish
423         emu-nemacs.el and emu-latin1.el.
424
425 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
426
427         * emu.el: Modify conditions to load sub-modules.
428
429         * emu.el, emu-e20.el: Move alias
430         `insert-binary-file-contents-literally' from emu-e20.el to emu.el.
431
432 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
433
434         * poem.el, emu.el: Move `string-as-unibyte',
435         `string-as-multibyte', `char-int', `int-char' and
436         `char-or-char-int-p' from emu.el to poem.el.
437
438 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
439
440         * mcharset.el, emu.el: Move function `charsets-to-mime-charset'
441         from emu.el to mcharset.el.
442
443 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
444
445         * emu.el, emu-x20.el, emu-nemacs.el, emu-mule.el, emu-latin1.el,
446         emu-e20.el:
447           - Move `insert-binary-file-contents' from emu-e20.el,
448             emu-latin1.el, emu-mule.el, emu-nemacs.el and emu-x20.el to
449             emu.el.
450           - Move `insert-binary-file-contents-literally' from
451             emu-latin1.el, emu-mule.el, emu-nemacs.el and emu-x20.el to
452             emu.el.
453
454 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
455
456         * poe-18.el (make-obsolete): New function.
457
458 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
459
460         * emu.el, EMU-ELS: Split code about MIME charset from emu to
461         mcharset.
462
463         * mcharset.el: New file.
464
465         * mcs-xm.el: New file (split code about MIME charset from
466         emu-x20.el).
467
468         * emu-x20.el: Split code about MIME charset to mcs-xm.el.
469
470         * mcs-om.el: New file (split code about MIME charset from
471         emu-mule.el).
472
473         * emu-mule.el: Split code about MIME charset to mcs-om.el.
474
475         * mcs-nemacs.el: New file (split code about MIME charset from
476         emu-nemacs.el).
477
478         * emu-nemacs.el: Split code about MIME charset to mcs-nemacs.el.
479
480         * mcs-ltn1.el: New file (split code about MIME charset from
481         emu-latin1.el).
482
483         * emu-latin1.el: Split code about MIME charset to mcs-latin1.el.
484
485         * mcs-e20.el: New file (split code about MIME charset from
486         emu-e20.el).
487
488         * emu-e20.el: Split code about MIME charset to mcs-e20.el.
489
490         * mcs-20.el: New file (renamed from emu-20.el).
491
492 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
493
494         * emu.el, emu-20.el: Move constant `*noconv*' from emu-20.el to
495         emu.el.
496
497 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
498         
499         * emu.el, EMU-ELS: Split core part about MULE from emu to poem.
500
501         * poem.el: New file.
502
503         * poem-e20_3.el: New file (renamed from emu-e20_3.el).
504
505         * poem-e20_2.el: New file (renamed from poem-e20_2.el).
506
507         * poem-xm.el: New file (split core part of MULE from emu-x20.el).
508
509         * emu-x20.el: Split core part of MULE to poem-xm.el.
510
511         * poem-om.el: New file (split core part of MULE from emu-mule.el).
512
513         * emu-mule.el: Split core part of MULE to poem-om.el.
514
515         * poem-ltn1.el: New file (split core part of MULE from
516         emu-latin1.el).
517
518         * emu-latin1.el: Split core part of MULE to poem-ltn1.el.
519
520         * poem-e20.el: New file (split core part of MULE from emu-e20.el).
521
522         * emu-e20.el: Split core part of MULE to poem-e20.el.
523
524         * poem-20.el: New file (split core part of MULE from emu-20.el).
525
526         * emu-20.el: Split core part of MULE to poem-20.el.
527
528         * poem-nemacs.el: New file (split core part of MULE from
529         emu-nemacs.el).
530
531         * emu-nemacs.el: Split core part of MULE to poem-nemacs.el; move
532         overlay emulation code of Nemacs to poe-18.el.
533
534         * poe-18.el: Move overlay emulation code of Nemacs from
535         emu-nemacs.el.
536
537 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
538
539         * poe.el, emu.el: Move function `point-at-bol' and `point-at-eol'
540         from emu.el to poe.el.
541
542 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
543
544         * emu.el (point-at-bol): New function.
545         (point-at-eol): Use `line-end-position'.
546
547 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
548
549         * poe.el (line-beginning-position): New function.
550         (line-end-position): New function.
551
552         * poe-xemacs.el (line-beginning-position): New alias.
553         (line-end-position): New alias.
554
555 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
556
557         * poe.el, emu.el: Move function `functionp' from emu.el to poe.el.
558
559 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
560
561         * poe.el, emu.el: Move Emacs 19.30 emulating definitions, Emacs
562         19.31 emulating definitions and Emacs 20.1 emulating definitions
563         from emu.el to poe.el.
564
565 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
566
567         * poe.el, emu.el: Move constant `emacs-minor-version', Emacs 19
568         emulating definitions and Emacs 19.29 emulating definitions from
569         emu.el to poe.el.
570
571 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
572
573         * poe.el: New file (split core part from emu.el).
574
575         * poe-xemacs.el: New file (renamed from emu-xemacs.el).
576
577         * poe-19.el: New file (renamed from emu-e19.el).
578
579         * poe-18.el: New file (renamed from emu-18.el).
580
581         * emu.el, emu-nemacs.el, emu-mule.el, emu-e20.el, EMU-ELS: modify
582         for new structure.
583
584 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
585
586         * emu-x20.el (make-ccl-coding-system): New function.
587
588 1998-09-17  Katsumi Yamaoka   <yamaoka@jpl.org>
589
590         * emu-mule.el: Require `cyrillic' (suggested by MORIOKA-san).
591
592         * emu-mule.el (decode-mime-charset-region): Cope with non existent
593         coding systems if the third arg `lbt' has specified.
594         (decode-mime-charset-string): Likewise.
595
596 \f
597 1998-09-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
598
599         * APEL: Version 8.18 was released.
600
601         * Makefile (install-package): Don't depend on target `elc'.
602
603         * APEL-MK (install-apel-package): Compile emu-modules and
604         apel-modules.
605
606 1998-09-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
607
608         * Makefile: Abolish target `package'.
609         (install-package): Use `elc' instead of `package'.
610
611         * APEL-MK: Abolish function `compile-apel-package'.
612         (install-apel-package): Update auto-autoloads.el and
613         custom-load.el at target directory.
614
615 1998-09-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
616
617         * README.en (run in expanded place): fixed.
618         (install as a XEmacs package): New description.
619
620         * Makefile (XEMACS): New variable.
621         (PACKAGEDIR): New variable.
622         (package): New target.
623         (install-package): New target.
624
625         * APEL-MK (config-apel-package): New function.
626         (compile-apel-package): New function.
627         (install-apel-package): New function.
628
629         * APEL-CFG (PACKAGEDIR): New variable.
630
631 1998-09-07  Tanaka Akira  <akr@jaist.ac.jp>
632
633         * Makefile (elc): Ignore errors when removing emu*.elc.
634
635 1998-09-01  Tanaka Akira <akr@jaist.ac.jp>
636
637         * emu-mule.el (ccl-execute-on-string): Fix arguments
638         order `status' and `string'.
639
640 \f
641 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
642
643         * APEL: Version 8.17 was released.
644
645         * emu.el (with-temp-file): Must use old forms.
646
647 1998-08-31  Katsumi Yamoaka   <yamaoka@jpl.org>
648
649         * emu.el (with-temp-file): New macro (Emacs 20/XEmacs 20
650         emulating macro).
651
652 1998-08-29  Tanaka Akira  <akr@jaist.ac.jp>
653
654         * emu-e20.el: require 'ccl only for byte-compile time.
655
656 1998-08-29  Tanaka Akira  <akr@jaist.ac.jp>
657
658         * Makefile (elc): Remove emu*.elc to use newest emu by
659         intall.el.
660
661 1998-08-29  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
662
663         * emu-e20.el (ccl-execute-on-string): Too few args.
664         (test-ccl-eof-block-cs): Revert existence checking.
665         
666         * emu-e20_2.el (insert-file-contents-as-binary): Return value.
667         (insert-file-contents-as-raw-text): Ditto.
668         
669         * emu-mule.el (insert-file-contents-as-raw-text): Return value.
670         (encode-coding-string): Check `coding-system' is non-nil.
671         (decode-coding-string): Ditto.
672         (insert-file-contents-as-binary): Use `as-binary-input-file'.
673         (insert-binary-file-contents-literally): Ditto.
674         (write-region-as-binary): Use `as-binary-output-file'.
675         (write-region-as-raw-text-CRLF): Definition for Emacs 19.28.
676         (write-region-as-mime-charset): Ditto.
677         (mime-charset-to-coding-system): New implementation.
678
679         (ccl-use-symbol-as-program): New constant.
680         (ccl-encoder-eof-block-is-broken): New constant.
681         (ccl-decoder-eof-block-is-broken): New constant.
682         (ccl-eof-block-is-broken): New constant.
683         (make-ccl-coding-system): New function.
684         (ccl-execute): Emacs 20.3 emulating function.
685         (ccl-execute-on-string): Emacs 20.3 emulating function.
686
687         * emu-nemacs.el (write-region-as-binary): Use
688         `as-binary-output-file'
689         (write-region-as-raw-text-CRLF): Ditto.  
690         (insert-file-contents-as-binary): Use `as-binary-input-file'.
691         (insert-binary-file-contents-literally): Ditto.
692         (insert-file-contents-as-raw-text): Ditto.
693         
694         * emu.el (last): Emacs 20 emulation function.
695         (butlast), (nbutlast): CL emulation functions.
696         
697 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
698
699         * emu-e20.el (ccl-use-symbol-as-program): Reduce
700         `eval-and-compile' and `eval-when-compile' nesting.
701         (test-ccl-eof-block-cs): Remove existence checking.
702
703 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
704
705         * emu-e20.el (ccl-use-symbol-as-program): Use
706         `ccl-vector-program-execute-on-string' if it is defined.
707
708 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
709
710         * emu-e20.el (ccl-use-symbol-as-program): Use
711         `ccl-execute-on-string' instead of `make-coding-system' for
712         avoiding the error "Coding system already exists".
713
714 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
715
716         * emu-e20.el (test-ccl-eof-block-cs): Check if it is already
717         defined.
718
719 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
720
721         * emu-e20.el (ccl-use-symbol-as-program): New constant.
722         (make-ccl-coding-system): New function.
723         (ccl-encoder-eof-block-is-broken): New constant.
724         (ccl-decoder-eof-block-is-broken): New constant.
725         (ccl-eof-block-is-broken): New constant.
726         (ccl-execute): Redefine if `ccl-use-symbol-as-program' is nil.
727         (ccl-execute-on-string): Ditto.
728
729 1998-08-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
730
731         * emu-20.el (mime-charset-coding-system-alist): Add `unknown' and
732         `x-unknown'.
733
734 1998-08-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
735
736         * emu-x20.el: Redefine coding-system `ctext' if `ctext-dos' is not
737         found.
738
739 1998-08-12  Katsumi Yamaoka   <yamaoka@jpl.org>
740
741         * emu-nemacs.el, emu-mule.el (decode-mime-charset-region): Add new
742         argument `lbt'.
743         (decode-mime-charset-string): Likewise.
744
745         * emu-mule.el (mime-charset-to-coding-system):  Regard `CRLF',
746         `LF', `CR' as line break code type.
747
748 1998-08-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
749
750         * emu-latin1.el, emu-nemacs.el (write-region-as-raw-text-CRLF):
751         Fix regexp to canonicalize line break code.
752
753         * emu-mule.el (write-region-as-raw-text-CRLF): Use
754         `write-region-as-binary' to specify `lockname' in MULE 2.3 based
755         on 19.34.
756
757 1998-08-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
758
759         * emu-x20.el: Redefine coding-system `iso-2022-jp-2' if
760         `iso-2022-jp-2-dos' is not found.
761
762 1998-08-11  Katsumi Yamaoka   <yamaoka@jpl.org>
763
764         * emu-mule.el (write-region-as-raw-text-CRLF): New function.
765
766         * emu-18.el (generate-new-buffer-name): New function (Emacs 19
767         emulating function).
768
769 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
770
771         * emu-nemacs.el, emu-latin1.el (write-region-as-raw-text-CRLF):
772         New function.
773
774         * emu-20.el (write-region-as-raw-text-CRLF): Renamed from
775         `write-region-as-CRLF'.
776
777 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
778
779         * emu-latin1.el, emu-e20.el (decode-mime-charset-region): Add new
780         argument `lbt'.
781         (decode-mime-charset-string): Likewise.
782
783         * emu-x20.el: Define coding-system `raw-text-unix' and
784         `raw-text-mac' if they are not found.
785         Redefine coding-system `euc-kr' if `euc-kr-dos' is not found.
786         (decode-mime-charset-region-default): Add new argument `lbt'.
787         (decode-mime-charset-region-with-iso646-unification): Likewise.
788         (decode-mime-charset-region-for-hz): Likewise.
789         (decode-mime-charset-region): Likewise.
790         (decode-mime-charset-string): Likewise.
791
792         * emu-20.el (mime-charset-to-coding-system): Regard `CRLF', `LF',
793         `CR' as line break code type.
794
795 1998-08-07  MORIOKA Tomohiko  <morioka@yo.rim.or.jp>
796
797         * emu-x20.el: Define coding-system `raw-text-dos' if it is not
798         found.
799
800         * emu-20.el (write-region-as-CRLF): New function.
801
802 1998-07-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
803
804         * install.el (install-detect-elisp-directory): Modify for anything
805         older than Emacs 19.28.
806
807 \f
808 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
809
810         * APEL: Version 8.16 was released.
811
812         * emu.el, emu-x20.el: Require `emu-20' in emu-x20.el.
813
814 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
815
816         * emu-x20.el (set-buffer-multibyte): Use `defsubst-maybe' instead
817         of `defmacro-maybe'.
818
819 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
820
821         * emu-20.el, emu-x20.el: Move `insert-file-contents-as-binary' and
822         `insert-file-contents-as-raw-text' from emu-x20.el to emu-20.el.
823
824         * emu-e20_2.el, emu-e20.el: Move `insert-file-contents-as-binary'
825         and `insert-file-contents-as-raw-text' from emu-e20.el to
826         emu-e20_2.el.
827
828 \f
829 1998-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
830
831         * APEL: Version 8.15 was released.
832
833         * emu-xemacs.el: Use nil as variable of `condition-case' to avoid
834         byte-compiler warning.
835
836 1998-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
837
838         * emu.el (when): New macro.
839
840 1998-06-09  Katsumi Yamaoka   <yamaoka@jpl.org>
841
842         * emu.el (split-string): New function (Emacs 20/XEmacs 20
843         emulating function).
844
845         * emu.el (with-temp-buffer): New macro (Emacs 20/XEmacs 20
846         emulating macro).
847
848         * emu.el (with-current-buffer): New macro (Emacs 20/XEmacs 20
849         emulating macro).
850
851         * emu.el (save-current-buffer): New macro (Emacs 20/XEmacs 20
852         emulating macro).
853
854 1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
855
856         * mule-caesar.el (mule-caesar-region): Don't compare charset with
857         'us-ascii.
858
859 1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
860
861         * emu-mule.el (split-char): fixed.
862
863 1998-06-08  Katsumi Yamaoka   <yamaoka@jpl.org>
864
865         * emu-mule.el (insert-file-contents-as-binary): Use
866         file-coding-system-for-read instead of file-coding-system.
867         
868 \f
869 1998-06-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
870
871         * APEL: Version 8.14 was released.
872
873 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
874
875         * emu-mule.el, emu-latin1.el (split-char): New function.
876
877 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
878
879         * emu-mule.el, emu-nemacs.el (insert-file-contents-as-raw-text):
880         New function.
881
882         * emu-latin1.el (insert-file-contents-as-raw-text): New alias.
883
884         * emu-e20.el, emu-x20.el (insert-file-contents-as-raw-text): New
885         function.
886
887 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
888
889         * emu-x20.el: Move `split-char' check and repair code from
890         mule-caesar.el.
891
892         * mule-caesar.el: Move `split-char' check and repair code to
893         emu-x20.el; require 'emu.
894
895 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
896
897         * emu-nemacs.el, emu-mule.el (set-buffer-multibyte): New function.
898
899         * emu-latin1.el, emu-x20.el (set-buffer-multibyte): New macro.
900
901         * mule-caesar.el (mule-caesar-region): Use '(cdr (split-char ...))
902         instead of `char-to-octet-list'; abolish function
903         `char-to-octet-list'.
904
905 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
906
907         * emu-mule.el (charset-chars): New function.
908
909         * mule-caesar.el (split-char): Redefine if it has bug.
910         (char-to-octet-list): Use `split-char'.
911
912 \f
913 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
914
915         * APEL: Version 8.13 was released.
916
917         * emu-x20.el (mime-character-unification-limit-size): Change
918         default value to 2048.
919
920 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
921
922         * emu.el (string-as-unibyte): New macro.
923
924 \f
925 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
926
927         * APEL: Version 8.12 was released.
928
929 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
930
931         * emu-x20.el (mime-character-unification-limit-size): New
932         variable.
933         (decode-mime-charset-region-with-iso646-unification): Don't unify
934         if size of region is larger than
935         'mime-character-unification-limit-size.
936
937 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
938
939         * emu-x20.el, emu-nemacs.el, emu-mule.el, emu-latin1.el,
940         emu-e20_3.el (looking-at-as-unibyte): New alias.
941
942         * emu-e20_2.el (looking-at-as-unibyte): New function.
943
944 1998-05-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
945
946         * emu-x20.el: Delete definition of 'detect-mime-charset-region
947         because it is defined in emu-20.el.
948
949         * emu-20.el (write-region-as-binary): fixed.
950
951         * emu-20.el (write-region-as-mime-charset): New function.
952
953         * emu-latin1.el (write-region-as-mime-charset): New alias.
954
955         * emu-nemacs.el, emu-mule.el (write-region-as-mime-charset): New
956         function.
957
958 \f
959 1998-05-09  MORIOKA Tomohiko  <morioka@mousai.jaist.ac.jp>
960
961         * APEL: Version 8.11 was released.
962
963 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
964
965         * emu.el (string-as-multibyte): New macro (Emacs 20.3 emulating
966         macro).
967
968 \f
969 1998-05-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
970
971         * APEL: Version 8.10 was released.
972
973         * README.en (What's APEL?): Delete description about atype.el; add
974         description about calist.el.
975
976 1998-05-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
977
978         * calist.el (ctree-add-calist-with-default): fixed.
979
980 \f
981 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
982
983         * APEL: Version 8.9 was released.
984
985 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
986
987         * calist.el (ctree-find-calist): fixed duplicated result.
988
989 \f
990 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
991
992         * APEL: Version 8.8 was released.
993
994 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
995
996         * calist.el (ctree-find-calist): Delete duplicated result.
997
998 \f
999 1998-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1000
1001         * APEL: Version 8.7 was released.
1002
1003 1998-04-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1004
1005         * calist.el (ctree-match-calist-partially): New function.
1006
1007 \f
1008 1998-04-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1009
1010         * APEL: Version 8.6 was released.
1011
1012 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1013
1014         * emu-20.el (mime-charset-coding-system-alist): Use 'raw-text for
1015         us-ascii in default setting.
1016
1017 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1018
1019         * calist.el (ctree-find-calist): Add optional argument 'all.
1020
1021 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1022
1023         * calist.el (ctree-find-calist): Renamed from
1024         'ctree-match-calist-all.
1025
1026 \f
1027 1998-04-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1028
1029         * APEL: Version 8.5 was released.
1030
1031 1998-04-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1032
1033         * calist.el (ctree-match-calist-all): New function.
1034
1035 1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1036
1037         * APEL-ELS: Comment out 'atype and 'file-detect.
1038
1039 1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1040
1041         * emu-x20.el (decode-mime-charset-string): Use
1042         'decode-mime-charset-region.
1043
1044 1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1045
1046         * emu-x20.el (mime-charset-decoder-alist): Add
1047         'decode-mime-charset-region-for-hz for 'hz-gb-2312.
1048         (decode-mime-charset-region-for-hz): New function.
1049
1050 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1051
1052         * emu-x20.el (mime-charset-decoder-alist): New variable.
1053         (decode-mime-charset-region-default): New function.
1054         (mime-iso646-character-unification-alist): New variable.
1055         (mime-unified-character-face): New variable.
1056         (decode-mime-charset-region-with-iso646-unification): New
1057         function.
1058         (decode-mime-charset-region): Use 'mime-charset-decoder-alist.
1059
1060 \f
1061 1998-04-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1062
1063         * APEL: Version 8.4 was released.
1064
1065         * EMU-ELS: Don't use HIRAGANA LETTER A (\e$(B$"\e(B) to detect character
1066         indexing (Emacs 20.3 or later).
1067
1068 1998-04-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1069
1070         * emu-x20.el, emu-e20.el (charsets-mime-charset-alist): Add
1071         'shift_jis.
1072
1073         * EMU-ELS (emu-modules): fixed.
1074
1075 \f
1076 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1077
1078         * APEL: Version 8.3 was released.
1079
1080         * README.en (What's APEL?): Modify for latest emu.
1081
1082 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1083
1084         * emu-nemacs.el, emu-mule.el, emu-latin1.el, emu-e20_2.el,
1085         emu-e20_3.el, emu-x20.el (char-next-index): Fixed.
1086
1087 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1088
1089         * EMU-ELS (emu-modules): Add 'emu-e20_3 for Emacs 20.3.
1090
1091         * emu-e20_3.el: New module.
1092
1093         * emu-e20.el: Select to require 'emu-e20_2 or 'emu-e20_3.
1094
1095         * emu-e20_2.el (set-buffer-multibyte): New function.
1096
1097         * emu-e20.el (insert-file-contents-as-binary): Use
1098         'set-buffer-multibyte.
1099
1100 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1101
1102         * emu-e20_2.el, emu-e20.el, EMU-ELS: Separate Emacs 20.1 and 20.2
1103         depended definitions from emu-e20.el to emu-e20_2.el.
1104
1105 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1106
1107         * emu.el: emu-x20.el doesn't require 'emu-xemacs and 'emu-20.
1108
1109 1998-04-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1110
1111         * emu-x20.el: Don't require 'emu-xemacs and 'emu-20.
1112
1113         * emu.el: emu-latin1.el does not require 'emu-xemacs or 'emu-e19.
1114
1115         * emu-latin1.el: Don't require 'emu-xemacs or 'emu-e19.
1116
1117 1998-04-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1118
1119         * emu-mule.el, emu-latin1.el, emu-e20.el, emu-e19.el, emu-19.el,
1120         EMU-ELS: Rename emu-19.el -> emu-e19.el.
1121
1122         * emu.el, emu-latin1.el, emu-e19.el, EMU-ELS: Rename emu-e19.el ->
1123         emu-latin1.el.
1124
1125 \f
1126 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1127
1128         * APEL: Version 8.2 was released.
1129
1130         * README.en (What's APEL?): Remove description about std11.el and
1131         std11-parse.el.
1132
1133         * install.el (install-detect-elisp-directory): Modify regexp to
1134         allow trailing `/'.
1135
1136 \f
1137 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1138
1139         * APEL: Version 8.1 was released.
1140
1141 1998-04-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1142
1143         * emu-x20.el (encode-mime-charset-region): Use 'defun instead of
1144         'defsubst.
1145         (decode-mime-charset-region): Use 'defun instead of 'defsubst.
1146
1147 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1148
1149         * APEL-ELS (apel-modules): Delete 'std11 and 'std11-parse.
1150
1151         * std11.el, std11-parse.el: Abolish std11-parse.el and std11.el
1152         (moved to RIME).
1153
1154 \f
1155 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1156
1157         * APEL: Version 8.0 was released.
1158
1159 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1160
1161         * emu-e19.el, emu-e20.el: Use 'make-obsolete for 'string-columns.
1162
1163         * emu-e19.el, emu-nemacs.el, emu-x20.el: Abolish obsolete alias
1164         `char-leading-char'.
1165
1166 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1167
1168         * emu-e20.el, emu-mule.el, emu-nemacs.el, emu-e19.el: Abolish
1169         obsolete alias `char-columns'.
1170
1171         * emu-e19.el: Abolish constant `charset-ascii' and
1172         `charset-iso8859-1'.
1173         (charset-description): New implementation.
1174         (charset-registry): New implementation.
1175         (charset-width): Renamed from `charset-columns'; new
1176         implementation.
1177         (find-charset-string): New implementation.
1178         (find-charset-region): New implementation.
1179         (charsets-mime-charset-alist): New initial value.
1180         (detect-mime-charset-region): New implementation.
1181         (char-charset): New implementation.
1182
1183         * emu-nemacs.el: Rename `charset-columns' -> `charset-width'.
1184
1185         * emu-nemacs.el: Abolish constant `charset-ascii' and
1186         `charset-jisx0208'.
1187         Abolish constant `lc-ascii' and `lc-jp'.
1188         (charset-description): New implementation.
1189         (charset-registry): New implementation.
1190         (charset-columns): New implementation.
1191         (find-charset-string): New implementation.
1192         (find-charset-region): New implementation.
1193         (charsets-mime-charset-alist): New initial value.
1194         (char-charset): New implementation.
1195
1196 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1197
1198         * emu-e20.el, emu-x20.el, emu-e19.el, emu-mule.el, emu-nemacs.el
1199         (char-next-index): New macro.
1200
1201 \f
1202 1998-03-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1203
1204         * APEL: Version 7.6 was released.
1205
1206         * std11.el: Require 'std11-parse when compile.
1207
1208 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1209
1210         * calist.el (ctree-match-calist): Prefer normal choice than
1211         default choice.
1212
1213 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1214
1215         * emu-20.el (mime-charset-coding-system-alist): Use 'defcustom.
1216
1217 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1218
1219         * emu-20.el: Require 'wid-edit when compile.
1220
1221 \f
1222 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1223
1224         * APEL: Version 7.5 was released.
1225
1226 1998-03-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1227
1228         * calist.el (calist-field-match-method-obarray): New variable.
1229         (define-calist-field-match-method): New function.
1230         (calist-default-field-match-method): New function.
1231         (calist-field-match-method): New function.
1232         (calist-field-match): New function.
1233         (ctree-match-calist): Use `calist-field-match'.
1234
1235 \f
1236 1998-03-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1237
1238         * APEL: Version 7.4 was released.
1239
1240 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1241
1242         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-x20.el, emu-e20.el
1243         (insert-file-contents-as-binary): Renamed from
1244         `insert-binary-file-contents'; add `insert-binary-file-contents'
1245         as obsolete alias.
1246
1247 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1248
1249         * emu-e20.el (insert-binary-file-contents-literally): New alias
1250         for `insert-file-contents-literally'.
1251
1252         * emu-x20.el (insert-binary-file-contents-literally): Moved from
1253         emu-20.el.
1254
1255         * emu-20.el: Move `insert-binary-file-contents-literally' to
1256         emu-x20.el.
1257
1258 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1259
1260         * emu-e20.el (insert-binary-file-contents): Must save
1261         `enable-multibyte-characters'.
1262
1263         * emu-x20.el (insert-binary-file-contents): Moved from emu-20.el.
1264
1265         * emu-20.el: Move `insert-binary-file-contents' to emu-x20.el.
1266
1267         * calist.el (ctree-match-calist): Rename local variables.
1268
1269 \f
1270 1998-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1271
1272         * APEL: Version 7.3 was released.
1273
1274 1998-03-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1275
1276         * APEL-ELS: Add calist.el.
1277
1278         * calist.el: New module.
1279
1280 1998-03-13  Katsumi Yamaoka   <yamaoka@jpl.org>
1281
1282         * emu-mule.el (charsets-mime-charset-alist) fixed.
1283
1284 \f
1285 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1286
1287         * APEL: Version 7.2 was released.
1288
1289 1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1290
1291         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-20.el
1292         (write-region-as-binary): New function.
1293
1294 1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1295
1296         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-20.el
1297         (insert-binary-file-contents): New function.
1298
1299 1998-03-08  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1300
1301         * README.en (Bug reports): Modify description of tm mailing list.
1302
1303 \f
1304 1998-02-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1305
1306         * APEL: Version 7.1.1 was released.
1307
1308         * README.en (Bug reports): Modify for APEL.
1309
1310 1998-02-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1311
1312         * std11.el (std11-msg-id-string): New function.
1313         (std11-fill-msg-id-list-string): New function.
1314
1315         * std11-parse.el (std11-parse-msg-id): New function.
1316
1317 1998-01-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1318
1319         * emu-x20.el: If coding-system `iso-2022-jp' unifies JIS X
1320         0201-Latin to ASCII and JIS X 0208-1978 to JIS X 0208-1983 by
1321         code-point, copy coding-system `iso-2022-7bit' to `iso-2022-jp' to
1322         avoid this problem.
1323
1324 \f
1325 1997-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1326
1327         * APEL: Version 7.1 was released.
1328
1329 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1330
1331         * README.en (What's APEL?): Rename file-detect.el -> path-util.el.
1332
1333 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1334
1335         * install.el, filename.el (filename-filters): Use path-util.el
1336         instead of file-detect.el.
1337
1338         * path-util.el, file-detect.el, APEL-ELS: Rename file-detect.el ->
1339         path-util.el (file name should be less than 13 bytes).
1340
1341 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1342
1343         * emu-19.el (tl:make-overlay): New alias.
1344         (tl:overlay-put): New alias.
1345         (tl:overlay-buffer): New alias.
1346
1347 \f
1348 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1349
1350         * APEL: Version 4.2 was released.
1351
1352 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1353
1354         * APEL-MK (config-apel): Regard LISPDIR.
1355
1356 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1357
1358         * emu-19.el (tl:make-overlay): New obsolete function (for
1359         tm-7.106).
1360         (tl:overlay-put): New obsolete function (for tm-7.106).
1361         (tl:overlay-buffer): New obsolete function (for tm-7.106).
1362
1363 \f
1364 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1365
1366         * APEL: Version 4.1 was released.
1367
1368         * APEL-MK (compile-apel): Use `config-apel'; don't use
1369         `add-to-list' for compatibility.
1370         (install-apel): Don't call `config-apel' directly.
1371
1372         * APEL-CFG: Add load-path setting.
1373
1374 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1375
1376         * emu-20.el (mime-charset-list): New inline-function.
1377         (widget-mime-charset-prompt-value-history): New variable.
1378         (mime-charset): New widget.
1379         (widget-mime-charset-prompt-value): New function.
1380         (widget-mime-charset-action): New function.
1381         (default-mime-charset): Use `defcustom'.
1382
1383         * emu-20.el (default-mime-charset): Modify DOC-string.
1384
1385         * emu-mule.el (charsets-mime-charset-alist): New implementation.
1386
1387         * emu-e20.el (encode-mime-charset-region,
1388         decode-mime-charset-region, encode-mime-charset-string,
1389         decode-mime-charset-string): New function (copied from emu-20.el);
1390         check `enable-multibyte-characters'.
1391
1392         * emu-x20.el (encode-mime-charset-region,
1393         decode-mime-charset-region, encode-mime-charset-string,
1394         decode-mime-charset-string): New function (copied from emu-20.el).
1395
1396         * emu-20.el: Move function `encode-mime-charset-region',
1397         `decode-mime-charset-region', `encode-mime-charset-string' and
1398         `decode-mime-charset-string' to emu-x20.el and emu-e20.el.
1399
1400 1997-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1401
1402         * emu-x20.el (charsets-mime-charset-alist): Use MIME charset
1403         `iso-8859-5' for cyrillic.
1404
1405 \f
1406 1997-09-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1407
1408         * APEL: Version 3.4.4 was released.
1409
1410 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1411
1412         * std11-parse.el (std11-special-char-list): Fix order for regexp.
1413
1414 \f
1415 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1416
1417         * APEL: Version 3.4.3 was released.
1418
1419         * README.en: Modify for Emacs 20.
1420
1421 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1422
1423         * std11-parse.el (std11-special-char-list): New constant; abolish
1424         `std11-special-chars'.
1425         (std11-atom-regexp): Use it.
1426         (std11-analyze-special): Use it; Don't use `find'.
1427
1428 \f
1429 1997-09-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1430
1431         * APEL: Version 3.4.2 was released.
1432
1433         * README.en (What's APEL?): Add emu-20.el.
1434
1435 1997-09-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1436
1437         * emu-20.el (mime-charset-to-coding-system): Use defsubst again;
1438         modify implementation.
1439
1440         * emu-20.el (mime-charset-to-coding-system): Use
1441         `find-coding-system'.
1442
1443         * emu-20.el (mime-charset-coding-system-alist): Use
1444         `find-coding-system'.
1445
1446         * emu-e20.el (find-coding-system): New inline function.
1447
1448         * emu.el (defsubst-maybe): New macro.
1449
1450 1997-09-03  MORIOKA Tomohiko  <morioka@mousai>
1451
1452         * emu-20.el (mime-charset-to-coding-system): Use `defun' instead
1453         of `defsubst'.
1454
1455 \f
1456 1997-09-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1457
1458         * APEL: Version 3.4.1 was released.
1459
1460 1997-08-30  MAEDA Shugo       <shugo@po.aianet.ne.jp>
1461
1462         * emu-mule.el (decode-coding-region, encode-coding-string): New
1463         function.
1464         (decode-coding-string): Modify DOC-string. (cf. [cmail:3366])
1465
1466 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1467
1468         * emu.el (defconst-maybe): New macro.
1469
1470         (emacs-major-version, emacs-minor-version): Use `defconst-maybe'.
1471
1472         * emu.el (charsets-to-mime-charset): Abolish unused local variable
1473         `csl'.
1474
1475         * emu-e20.el, emu-20.el: Move function
1476         `detect-mime-charset-region' from emu-e20.el to emu-20.el.
1477
1478         * emu-20.el: Use `defsubst' for
1479         `{encode|decode}-mime-charset-{region|string}'.
1480
1481         * emu-e20.el (detect-mime-charset-region): Use
1482         `find-charset-region'.
1483
1484 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1485
1486         * emu-x20.el, emu-e20.el, emu-20.el: Move function
1487         `{encode|decode}-mime-charset-{region|string}' from emu-e20.el and
1488         emu-x20.el to emu-20.el.
1489
1490         * emu-x20.el, emu-e20.el, emu-20.el: Move `default-mime-charset'
1491         from emu-e20.el and emu-x20.el to emu-20.el.
1492
1493 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1494
1495         * emu-20.el (mime-charset-coding-system-alist): Don't use
1496         `coding-system-p' for symbol.
1497         (mime-charset-to-coding-system): Ditto; modify DOC-string.
1498
1499 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1500
1501         * emu-20.el (mime-charset-coding-system-alist): Check MIME charset
1502         is defined as coding-system.
1503
1504         * emu-x20.el, emu-e20.el, emu-20.el: Move
1505         `mime-charset-coding-system-alist' from emu-e20.el and emu-x20.el
1506         to emu-20.el.
1507
1508         * emu-20.el (*noconv*): Add DOC-string.
1509
1510 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1511
1512         * emu-20.el (mime-charset-to-coding-system): Check coding-system-p
1513         even if CHARSET is found in `mime-charset-coding-system-alist'.
1514
1515         * emu-x20.el: Use function `mime-charset-to-coding-system' in
1516         emu-20.el.
1517
1518         * emu-20.el (mime-charset-to-coding-system): Use `defsubst'.
1519
1520         * emu-e20.el, emu-20.el: Move function
1521         `mime-charset-to-coding-system' from emu-e20.el to emu-20.el.
1522
1523 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1524
1525         * emu-x20.el, emu-e20.el, emu-20.el: Move features about Binary
1526         accessing from emu-e20.el and emu-x20.el to emu-20.el.
1527
1528         * EMU-ELS (emu-modules): Add emu-20 for Emacs 20 and XEmacs/mule.
1529
1530 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1531
1532         * emu-x20.el (mime-charset-to-coding-system): Use `defsubst'.
1533
1534         * emu-x20.el (default-mime-charset): Add DOC-string.
1535
1536         (mime-charset-coding-system-alist): Add `us-ascii'.
1537
1538 1997-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1539
1540         * emu-x20.el (mime-charset-coding-system-alist): iso-2022-jp-2 is
1541         defined as coding-system.
1542
1543 \f
1544 1997-07-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1545
1546         * emu: Version 7.44 was released.
1547         * APEL: Version 3.4 was released.
1548
1549 1997-07-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1550
1551         * emu-e20.el (mime-charset-coding-system-alist): `iso-2022-ss2-7'
1552         -> `iso-2022-7bit-ss2'. (for Emacs 20.0.90)
1553
1554 1997-07-13  MORIOKA Tomohiko  <morioka@mousai>
1555
1556         * std11-parse.el (std11-parse-ascii-token): Allow non-ASCII
1557         characters in comments.
1558
1559 1997-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1560
1561         * richtext.el: Add autoload comments for `richtext-encode' and
1562         `richtext-decode'.
1563
1564         * emu.el: Check richtext.el is bundled.
1565
1566 1997-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1567
1568         * file-detect.el: Add autoload comments for function `add-path',
1569         `add-latest-path', `get-latest-path', `file-installed-p',
1570         `exec-installed-p', `module-installed-p' and variable
1571         `exec-suffix-list'.
1572
1573 1997-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1574
1575         * emu-x20.el (mime-charset-coding-system-alist): iso-8859-1,
1576         hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r were defined as
1577         coding-system.
1578
1579         * emu-x20.el: Don't require cyrillic.
1580
1581 Thu May 22 04:46:57 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1582
1583         * emu-mule.el (make-char): New alias.
1584
1585         * emu-e20.el: Alias `make-character' was abolished.
1586
1587 Sat May 10 19:39:12 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1588
1589         * README.en (What's APEL?): Add std11 and mule-caesar.el.
1590
1591 \f
1592 1997-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1593
1594         * emu: Version 7.43.1 was released.
1595         * APEL: Version 3.3.2 was released.
1596
1597 Fri May  9 01:23:44 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1598
1599         * APEL-ELS: Add mule-caesar.el.
1600
1601         * mule-caesar.el: New file.
1602
1603 Thu May  8 22:21:36 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1604
1605         * emu-x20.el: Use `binary' instead of `no-conversion' temporary.
1606
1607 \f
1608 1997-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1609
1610         * emu: Version 7.43 was released.
1611         * APEL: Version 3.3.1 was released.
1612
1613         * emu-x20.el: several changes for XEmacs 20.1-b12.
1614
1615 Wed Apr 30 12:40:32 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1616
1617         * Makefile: add `release'.
1618
1619 Mon Apr 28 16:47:30 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1620
1621         * Makefile: `TARFILE' was abolished.
1622
1623 Tue Apr  8 09:47:40 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1624
1625         * emu.el (point-at-eol): New function.
1626
1627 Sat Apr  5 16:23:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1628
1629         * emu-nemacs.el: `tl:available-face-attribute-alist' ->
1630         `emu:available-face-attribute-alist'.
1631
1632         * emu-nemacs.el, emu-mule.el: `tl:make-overlay' -> `make-overlay';
1633         `tl:overlay-put' -> `overlay-put'.
1634
1635 Sat Apr  5 06:50:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1636
1637         * emu-xemacs.el: Alias `tl:make-overlay', `tl:overlay-put' and
1638         `tl:overlay-buffer' were abolished; Function `tl:move-overlay'
1639         were abolished.
1640
1641         * emu-19.el: Alias `tl:make-overlay', `tl:overlay-put' and
1642         `tl:overlay-buffer' were abolished.
1643
1644         * emu-18.el: `tl:overlay-buffer' -> `overlay-buffer'.
1645
1646         * emu-xemacs.el: Require overlay.
1647
1648         * emu.el (char-or-char-int-p): New XEmacs 20 emulating alias.
1649
1650         * emu.el (minibuffer-prompt-width): New function for Emacs 18 and
1651         XEmacs.
1652
1653 Thu Apr  3 17:14:39 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1654
1655         * APEL-ELS: std11.el and std11-parse.el were moved from mu/.
1656
1657 \f
1658 1997-03-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1659
1660         * APEL: Version 3.3 was released.
1661         
1662         * APEL-CFG (EMU_PREFIX, EMU_DIR): New variables.
1663         * APEL-MK: install emu.
1664
1665 Thu Mar 20 06:09:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1666
1667         * Makefile: Add README.en.
1668
1669 Thu Mar 20 06:08:29 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1670
1671         * file-detect.el: Header and DOC-strings were modified.
1672
1673 Thu Mar 20 06:03:51 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1674
1675         * README.en: New file.
1676
1677 Thu Mar 20 05:48:02 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1678
1679         * filename.el: Add DOC-strings.
1680
1681         * APEL-MK (install-apel): Use `compile-apel'.
1682
1683         * Makefile (install): Don't depend on `elc'.
1684
1685 Thu Mar 20 02:04:19 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1686
1687         * APEL-MK: Setting for load-path and requiring install were moved
1688         from APEL-CFG.
1689
1690         (install-apel): Compile apel-modules.
1691
1692         * APEL-CFG: Setting for load-path and requiring install were moved
1693         to APEL-MK.
1694
1695 \f
1696 1997-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1697
1698         * APEL: Version 3.2 was released.
1699
1700 Fri Mar 14 09:54:04 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1701
1702         * file-detect.el (get-latest-path): Check directory is exist or not.
1703
1704 Fri Mar 14 09:25:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1705
1706         * APEL-ELS: Add install.el.
1707
1708 Fri Mar 14 07:24:37 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1709
1710         * Makefile, APEL-MK, APEL-CFG: New file.
1711
1712 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1713
1714         * atype.el (field-unify): fixed.
1715
1716 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1717
1718         * filename.el (filename-filters): Use `exec-installed-p' instead
1719         of `file-installed-p' to search "kakasi".
1720
1721 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1722
1723         * file-detect.el (module-installed-p): Use function
1724         `exec-installed-p'.
1725
1726         * file-detect.el (exec-suffix-list): New variable.
1727         (exec-installed-p): New function.
1728
1729 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1730
1731         * APEL-ELS (apel-modules): Add filename.el.
1732
1733         * APEL-ELS: Initial revision
1734
1735 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1736
1737         * filename.el (filename-replacement-alist): Don't use function
1738         `string-to-char-list' and `expand-char-ranges'; Don't require
1739         tl-str.
1740         (filename-special-filter): Use function `assoc-if' instead of
1741         `ASSOC'; Require cl instead of tl-list.
1742         (poly-funcall): New inline-function; copied from tl-list.el.
1743
1744 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1745
1746         * atype.el: Alias `fetch-field', `fetch-field-value', `put-field'
1747         and `delete-field' were abolished.
1748
1749         Don't require tl-str and tl-list.
1750
1751         Require alist.
1752
1753         (field-unify): Don't use function `symbol-concat'.
1754         (assoc-unify): Use function `assoc' directly; use function
1755         `put-alist' directly; use function `del-alist' directly.
1756
1757         * atype.el: Function `put-fields' was abolished.
1758
1759         * atype.el: tl-atype.el was renamed to atype.el.
1760
1761 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1762
1763         * atype.el: tl-atype.el was renamed to atype.el.
1764
1765 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1766
1767         * file-detect.el (file-installed-p): Fixed DOC-string.
1768
1769 1997-02-28  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
1770
1771         * alist.el: New module; separated from tl-list.el.