74ff6125989e70dfac8bc82b14f94c34f2ff2771
[elisp/apel.git] / ChangeLog
1 1999-08-27  MORIOKA Tomohiko  <morioka@m17n.org>
2
3         * install.el (emacs-major-version): Deleted.
4         (emacs-minor-version): Deleted.
5
6         * path-util.el: Require `poe'.
7
8 1999-08-27  Katsumi Yamaoka   <yamaoka@jpl.org>
9
10         * install.el: Require `poe'. <cf. [tm-ja:5051]>
11
12         * path-util.el (directory-files): Don't redefine.
13
14 1999-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
15
16         * path-util.el (directory-files): Emulate as Emacs 19 or later to
17         accept the optional fourth argument for old Emacsen.  It is needed
18         here for compiling other packages.
19
20         * APEL-ELS (apel-modules): Add `time-stamp' if Emacs version is
21         less than 19.16.
22
23         * time-stamp.el: New file imported from Emacs 19.28.
24
25 1999-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
26
27         * tinycustom.el (defface): Quote the argument of `make-face'.
28
29 1999-08-25  Katsumi Yamaoka   <yamaoka@jpl.org>
30
31         * APEL-CFG: Don't provide `emu'; add the latest path of "custom"
32         to `load-path'.
33
34 1999-08-25  MORIOKA Tomohiko  <tomo@m17n.org>
35
36         * install.el: Don't require `emu'.
37         (emacs-major-version): New variable [for old emacsen].
38         (emacs-minor-version): New variable [for old emacsen].
39
40 1999-08-25  MORIOKA Tomohiko  <tomo@m17n.org>
41
42         * poe-18.el (inline): New implementation using `defmacro'.
43
44 \f
45 1999-08-24  MORIOKA Tomohiko  <tomo@m17n.org>
46
47         * APEL: Version 9.21 released.
48
49 1999-08-24  Taiji Can         <Taiji.Can@atesoft.advantest.co.jp>
50
51         * poem-nemacs.el: Use `char-width' instead of `char-columns'.
52
53 1999-08-24  MORIOKA Tomohiko  <tomo@m17n.org>
54
55         * poe-18.el (inline): Use `defalias' instead of `defalias-maybe'.
56
57 1999-08-21  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
58
59         * poe.el (rassoc): Just ignore elements of LIST that are not conse
60         cell and add doc string according to its features.
61
62 1999-08-20  Yuuichi Teranishi  <teranisi@gohome.org>
63
64         * poe-18.el (delete): Return nil when argument 'list' is nil.
65
66 1999-08-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
67
68         * README.en, README.ja (Anonymous FTP): New section.
69         * README.ja (CVS): Translate.
70
71 \f
72 1999-07-06  MORIOKA Tomohiko  <tomo@m17n.org>
73
74         * APEL: Version 9.20 released.
75
76 1999-06-27  OKUNISHI Fujikazu <fuji0924@mbox.kyoto-inet.or.jp>
77
78         * EMU-ELS: Install env.el for v18. <cf. [tm-ja:4710]>
79
80 1999-06-25  Katsumi Yamaoka   <yamaoka@jpl.org>
81
82         * poem-xm.el (split-char): Don't redefine for the recent XEmacs.
83
84 1999-06-23  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
85
86         * poe.el (defun-maybe, defmacro-maybe, defalias-maybe,
87         defsubst-maybe, defun-maybe-cond, defmacro-maybe-cond):
88         Set `current-load-list' explicitly.
89
90 1999-06-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
91
92         * atype.el: Require 'poe.
93
94         * mule-caesar.el: Require 'poe and 'poem.
95
96         * filename.el: Require 'poe and 'poem.
97         Don't require 'cl.
98         (filename-special-filter): Eliminate `assoc-if'.
99
100 1999-06-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
101
102         * install.el: Require 'emu for backward compatibility.
103         (defun-maybe): New macro; imported from poe.el.
104         (make-directory-internal, make-directory): New functions; imported
105         from poe-18.el.
106
107         * APEL-CFG: Provide 'emu to prevent install.el from loading emu
108         while compiling APEL itself.
109
110 1999-06-20  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
111
112         * install.el: Require 'poe instead of 'emu.
113         (install-prefix): Don't use `running-emacs-18' or `running-xemacs'.
114         (install-detect-elisp-directory): Eliminate local variable `dir'.
115         Don't use `running-emacs-19_29-or-later' or `running-xemacs'.
116
117         * mcs-20.el: Require 'pcustom instead of 'custom.
118
119         * EMU-ELS: Don't use `running-emacs-19_29-or-later' or
120         `running-xemacs-19_14-or-later.'
121
122 1999-06-18  Tanaka Akira      <akr@jaist.ac.jp>
123
124         * static.el (static-condition-case): Wrap lambda expression by
125         `function'.
126
127         * calist.el (calist-default-field-match-method): Use `function'
128         instead of #'.
129
130 1999-06-17  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
131
132         * pcustom.el: Load "custom" anyway.
133
134 1999-06-16  Katsumi Yamaoka   <yamaoka@jpl.org>
135
136         * static.el (static-cond): New macro.
137
138 1999-06-11  Tanaka Akira      <akr@jaist.ac.jp>
139
140         * static.el (static-defconst): New macro.
141
142 1999-06-04  MORIOKA Tomohiko  <tomo@m17n.org>
143
144         * pces-xfc.el (insert-file-contents-literally-treats-binary): New
145         facility.
146         (insert-file-contents-literally-treats-file-name-handler): New
147         facility.
148         (insert-file-contents-as-binary): Define as an alias for
149         `insert-file-contents-literally' if it is not broken.
150
151 1999-06-04  MORIOKA Tomohiko  <tomo@m17n.org>
152
153         * EMU-ELS (pces-modules): New variable.
154
155         * poem.el: Require pces.el.
156
157         * pces.el: New module.
158
159         * poem-xfc.el: Deleted.
160
161         * pces-xfc.el: New module.
162
163         * pces-nemacs.el: New module.
164
165         * poem-nemacs.el: Split off features about coding-system to
166         pces-nemacs.el.
167
168         * pces-om.el: New module.
169
170         * poem-om.el: Split off features about coding-system to
171         pces-om.el.
172
173         * pces-raw.el: New module.
174
175         * poem-ltn1.el: Split off features about coding-system to
176         pces-raw.el.
177
178         * pces-xm.el: New module.
179
180         * poem-xm.el: Split off features about coding-system to
181         pces-xm.el.
182
183         * pces-e20_2.el: New module.
184
185         * poem-e20_2.el: Split off features about coding-system to
186         pces-e20_2.el.
187
188         * pces-e20.el: New module.
189
190         * poem-e20.el (find-coding-system): Moved to pces-e20.el.
191         (set-process-input-coding-system): Likewise.
192         - Don't require `poem-20'.
193
194         * pces-20.el: New module [renamed from poem-20.el].
195
196 1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>
197
198         * calist.el (calist-field-match-method): Fix problem when
199         `field-type' is a string.
200
201 1999-05-27  MORIOKA Tomohiko  <tomo@m17n.org>
202
203         * calist.el (use-calist-package): New function.
204         (make-calist-package): Add new optional argument `use'.
205
206 1999-05-27  MORIOKA Tomohiko  <tomo@m17n.org>
207
208         * calist.el (calist-package-alist): New variable.
209         (make-calist-package): New function.
210         (find-calist-package): New function.
211         (in-calist-package): New function.
212         (standard): New calist package.
213         (calist-field-match-method): Use method for `t' as a default
214         method; set up `calist-default-field-match-method' as method for
215         `t' of `standard' package.
216
217 \f
218 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
219
220         * APEL: Version 9.19 released.
221
222 1999-05-25  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
223
224         * poe.el: Do not try to require 'edebug; it will be autoloaded.
225
226 1999-05-24  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
227
228         * poem-om.el (char-before, char-after): Moved to poe.el.
229
230         * poe.el (char-before, char-after): Moved from poem-om.el.
231         Add definition for non-Mule.
232
233 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
234
235         * poe.el (def-edebug-spec): New macro.
236         (defun-maybe): Use `def-edebug-spec'.
237         (defmacro-maybe): Likewise.
238         (defsubst-maybe): Likewise.
239         (read-string): Use `static-unless'.
240
241 1999-05-21  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
242
243         * README.en: Add description of localhook.el.
244
245         * README.ja: Ditto.
246
247         * Makefile (GOMI): New variable.
248         (clean): Use `RM' and `GOMI'.
249
250 1999-05-21  MORIOKA Tomohiko  <tomo@m17n.org>
251
252         * mcs-20.el (detect-mime-charset-region): Use
253         `find-mime-charset-by-charsets'.
254
255         * mcharset.el (find-mime-charset-by-charsets): New function.
256
257 1999-05-21  MORIOKA Tomohiko  <tomo@m17n.org>
258
259         * mcharset.el: Require pcustom.
260         (default-mime-charset-for-write): New variable [moved from
261         mcs-20.el].
262         (default-mime-charset-detect-method-for-write): Likewise.
263
264         * mcs-20.el (default-mime-charset-for-write): Abolished [moved to
265         mcharset.el].
266         (default-mime-charset-detect-method-for-write): Likewise.
267
268         * EMU-ELS: Don't install `localhook' for XEmacs.
269
270 1999-05-19  MORIOKA Tomohiko  <tomo@m17n.org>
271
272         * mcs-20.el (mime-charset-to-coding-system): Don't use `defsubst'
273         to avoid problem in XEmacs binary distributions.
274
275 1999-05-17  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
276
277         * poe-18.el (eval-when-compile, eval-and-compile): Reverted.
278
279 1999-05-16  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
280
281         * pcustom.el (toplevel): Require 'poe.
282
283 1999-05-16  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
284
285         * localhook.el (toplevel): Move provide to the top to avoid
286         circular dependency.
287
288 1999-05-16  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
289
290         * poe-18.el (inline): New alias for `progn'.
291         (make-obsolete-variable): New function.
292         (dont-compile): New macro.
293
294 1999-05-16  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
295
296         * poe.el (subr-fboundp): Use `defun' instead of `defsubst'.
297
298 1999-05-16  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
299
300         * poem-om.el (insert-binary-file-contents-literally): Removed,
301         since provided by emu.el.
302         (char-before, char-after): Use `fboundp', not `boundp'.
303         Use error-conditions directly.
304
305 1999-05-15  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
306
307         * poe.el (path-separator): Doc sync with 20.3.
308         (add-to-list): Ditto.
309         (buffer-live-p): Return bool value.
310         (cadr, cdar, cddr): New functions.
311         (save-current-buffer): Check whether `orig-buffer' is alive.
312         (functionp): Sync with 20.3; use `car-safe'.
313         (line-beginning-position, line-end-position): Use `forward-line'
314         or `end-of-line' only.
315         (point-at-bol, point-at-eol): Ditto.
316
317 1999-05-15  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
318
319         * localhook.el: New file; local hook variable support.
320
321         * poe.el (add-hook, remove-hook, make-local-hook): Removed;
322         require 'localhook instead.
323
324         * poe-18.el: (default-boundp): New function.
325
326         * EMU-ELS: Added localhook.
327
328 1999-05-14  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
329
330         * pcustom.el: Rewrite using static.el.
331
332         * tinycustom.el (defface): Use `defmacro-maybe-cond'.
333
334         * EMU-ELS: Compilation order of tinycustom and pcustom was changed.
335
336 1999-05-14  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
337
338         * poe-18.el: Require 'poe.
339         Move provide to the top to avoid circular dependency.
340         (eval-when-compile, eval-and-compile): Modified for old compiler.
341         (defsubst): Moved from poe.el.
342         (make-obsolete): Do nothing.
343
344         * poe.el (read-string): Don't use `eval-and-compile'.
345
346 1999-05-14  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
347
348         * poe.el (defmacro-maybe-cond): New macro.
349         (defun-maybe, defmacro-maybe, defsubst-maybe, defalias-maybe,
350         defvar-maybe, defconst-maybe, defun-maybe-cond): Return NAME.
351         (defun-maybe, defmacro-maybe, defsubst-maybe): Put edebug spec.
352         (defsubst): Moved to poe-18.el.
353
354 1999-05-13  Tanaka Akira      <akr@jaist.ac.jp>
355
356         * pccl-om.el: pccl-om.el does not support Mule 1.*.
357
358 1999-05-10  Daiki Ueno        <ueno@ueda.info.waseda.ac.jp>
359
360         * tinycustom.el (define-widget): Accept the optional arguments.
361
362 1999-05-08  Tanaka Akira      <akr@jaist.ac.jp>
363
364         * README.en (What's APEL?): Add notice for static.el.
365
366         * README.ja: Ditto.
367
368 \f
369 1999-05-08  MORIOKA Tomohiko  <tomo@m17n.org>
370
371         * APEL: Version 9.18 released.
372
373 1999-05-08  MORIOKA Tomohiko  <tomo@m17n.org>
374
375         * mcs-e20.el: Don't require `poem'.
376
377         * mcs-e20.el: Check coding-system `x-ctext' is not defined by
378         APEL.
379
380 1999-05-08  MORIOKA Tomohiko  <tomo@m17n.org>
381
382         * mcs-e20.el: Fix checking code about coding-system `x-ctext'
383         [cf. <tm-ja:4389> by akr]
384
385 \f
386 1999-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
387
388         * APEL: Version 9.17 released.
389
390 1999-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
391
392         * mcs-e20.el: Check coding-system `x-ctext' is not defined.
393
394 1999-05-07  MORIOKA Tomohiko  <tomo@m17n.org>
395
396         * poe-18.el (eval-when-compile): New macro.
397
398         * poe.el (make-local-hook): Use `defun-maybe' directly.
399
400         * poe.el (add-hook): Use `static-condition-case' instead of
401         `condition-case'; use `defun-maybe' instead of `defun'.
402         (remove-hook): Likewise.
403
404 1999-04-22  MORIOKA Tomohiko  <tomo@m17n.org>
405
406         * poe.el (caar): New function.
407
408 1999-04-13  Tanaka Akira      <akr@jaist.ac.jp>
409
410         * mcs-e20.el (x-ctext): Use the definition in Emacs 20.4.
411
412 1999-04-11  Tanaka Akira      <akr@jaist.ac.jp>
413
414         * mcs-e20.el (x-ctext): Define coding system `x-ctext' if `ctext'
415         is not proper for decoding `iso-2022-jp-2'.
416
417 1999-04-09  Tanaka Akira      <akr@jaist.ac.jp>
418
419         * static.el: Add doc-strings.
420
421 1999-04-09  Tanaka Akira      <akr@jaist.ac.jp>
422
423         * EMU-ELS (emu-modules): Add `static'.
424
425         * static.el: New file.
426
427         * broken.el: New implementation using `static'.
428
429 1999-04-09  MORIOKA Tomohiko  <tomo@m17n.org>
430
431         * EMU-ELS (poem-modules): Add `poem-xfc' if file-coding feature is
432         available in a XEmacs-without-MULE.
433
434 1999-04-09  Andy Piper        <andy@xemacs.org>
435
436         * poem.el: use poem-xfc when we have XEmacs with file coding.
437
438         * poem-xfc.el: new file for file coding based XEmacs.
439
440 \f
441 1999-04-08  MORIOKA Tomohiko  <tomo@m17n.org>
442
443         * APEL: Version 9.16 released.
444
445 1999-04-05  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
446
447         * install.el (install-prefix): Check whether
448         `system-configuration-options' is defined or not before using it.
449
450         * poe-18.el (add-hook, remove-hook): Moved to poe.el.
451         * poe.el (add-hook, remove-hook): Accept optional `local' arg.
452         (add-local-hook, remove-local-hook): Removed.
453
454         * tinycustom.el (defface): Make face if 'faces is provided.
455
456 1999-03-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
457
458         * pcustom.el: New implementation using broken.el.
459
460 1999-03-14  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
461
462         * APEL-MK (compile-apel, what-where-apel): Use `load-file' to
463         ensure that EMU_ELS in the current directory is loaded.
464
465 1999-03-11  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
466
467         * emu.el (code-convert-string, code-convert-region,
468         insert-binary-file-contents): Doc fix.
469
470 1999-03-16  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
471
472         * README.en, README.ja: Add description of pcustom and tinycustom.
473
474 1999-03-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
475
476         * tinycustom.el: Delete RCS keywords.
477
478 1999-03-24  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
479
480         * poe.el (make-local-hook): Move to after defining `add-local-hook'
481         and `remove-local-hook'.
482
483 1999-03-20  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
484
485         * tinycustom.el (define-widget): New nop macro.
486         (defface): Makes face FACE.
487
488 1999-03-25  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
489
490         * poem.el (charset-after): New function.
491
492 \f
493 1999-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
494
495         * APEL: Version 9.15 released.
496
497 1999-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
498
499         * poe.el (defun-maybe-cond): Don't use `unless'.
500
501 1999-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
502
503         * EMU-ELS (pcustom-modules): New variable.
504         (emu-modules): Add `pcustom-modules'.
505
506 1999-03-13  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
507
508         * tinycustom.el: New file.
509         * pcustom.el: Likewise.
510
511 \f
512 1999-03-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
513
514         * APEL: Version 9.14 released.
515
516 1999-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
517
518         * mcs-e20.el (charsets-mime-charset-alist): Add setting for
519         `tis-620'.
520
521         * mcs-20.el (mime-charset-coding-system-alist): Add `tis-620' and
522         `windows-874'.
523
524 1999-03-08  SL Baur  <steve@xemacs.org>
525
526         * poem-ltn1.el (find-file-noselect-as-raw-text): Quote.
527         (find-file-noselect-as-raw-text-CRLF): Ditto.
528
529 1999-03-08  SL Baur  <steve@xemacs.org>
530
531         * mcs-xm.el (decode-mime-charset-region-with-iso646-unification):
532         Respect passed in boundaries.
533         From MORIOKA Tomohiko <tomo@etl.go.jp>
534
535 1999-03-08  SL Baur  <steve@xemacs.org>
536
537         * poe.el (poe): Move provide to the top to avoid circular
538         dependency.
539
540         * poe-xemacs.el: Explicitly require poe when bytecompiling.
541         * poem-xm.el: Ditto.
542         * poem-ltn1.el:Ditto.
543
544 \f
545 1999-02-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
546
547         * APEL: Version 9.13 released.
548
549 1999-02-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
550
551         * Makefile (package): New target.
552         (install-package): Depend on `package'.
553
554         * APEL-MK (install-update-package-files): New function.
555         (config-apel-package): Load "EMU-ELS".
556         (compile-apel-package): New function.
557         (install-apel-package): Don't compile modules; use function
558         `install-update-package-files'.
559
560 1999-02-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
561
562         * APEL-MK (install-just-print-p): Modify for special option of GNU
563         make.
564
565 1999-02-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
566
567         * APEL-MK (install-just-print-p): New function.
568         (install-apel): Use `install-just-print-p'.
569         (install-apel-package): Likewise.
570
571 1999-02-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
572
573         * Makefile (install): Add voodoo comment `# $(MAKE)'.
574         (install-package): Likewise.
575
576         * APEL-MK (install-apel): Run installer with `just-print' mode if
577         environment variable "MAKEFLAGS" matches "^[^ =]*n" option.
578         (install-apel-package): Likewise.
579
580 1999-02-21  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
581
582         * install.el (install-file): New optional argument JUST-PRINT.
583         (install-files): Likewise.
584         (install-elisp-module): Likewise.
585         (install-elisp-modules): Likewise.
586
587 1999-02-18  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
588
589         * mcs-e20.el (coding-system-get): New function.
590         (mime-charset-list): Fix for Emacs 20.2.
591
592 1999-02-14  Katsumi Yamaoka   <yamaoka@jpl.org>
593
594         * mcs-om.el (default-mime-charset-for-write): Delete the remaining
595         arguments for `defcustom'.
596
597 1999-02-13  Tanaka Akira  <akr@jaist.ac.jp>
598
599         * mcs-e20.el (charsets-mime-charset-alist): Don't set up
600         `iso-2022-int-1' in default.
601
602 1999-02-11  Tanaka Akira  <akr@jaist.ac.jp>
603
604         * README.en, README.ja, pccl.el: pccl does not support Mule 1.x.
605
606         * pccl-20.el: Update broken facility message with Emacs version
607         it fixes.
608
609 1999-02-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
610
611         * install.el (install-prefix): Modify for Meadow.
612
613 1999-01-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
614
615         * mcs-20.el (mime-charset-to-coding-system-default-method): New
616         user option.
617         (mime-charset-to-coding-system): Call
618         `mime-charset-to-coding-system-default-method' if suitable
619         coding-system is not found.
620
621 1999-01-21  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
622
623         * mcs-xm.el (encode-mime-charset-region): Add new optional
624         argument `lbt'.
625         (encode-mime-charset-string): Ditto.
626
627         * mcs-nemacs.el (lbt-to-string): New inline function.
628         (encode-mime-charset-region): Add new optional argument `lbt'.
629         (encode-mime-charset-string): Ditto.
630
631         * mcs-ltn1.el (lbt-to-string): New inline function.
632         (encode-mime-charset-region): Add new optional argument `lbt'.
633         (encode-mime-charset-string): Ditto.
634         (decode-mime-charset-region): Use `lbt-to-string'.
635
636         * mcs-e20.el (encode-mime-charset-region): Add new optional
637         argument `lbt'.
638         (encode-mime-charset-string): Ditto.
639
640         * mcs-om.el (lbt-to-string): New inline function.
641         (encode-mime-charset-region): Add new optional argument `lbt'.
642         (encode-mime-charset-string): Ditto.
643         (decode-mime-charset-region): Use `lbt-to-string'.
644         (decode-mime-charset-string): Ditto.
645
646 1998-12-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
647
648         * mcs-om.el (default-mime-charset-for-write): New variable.
649         (detect-mime-charset-region): Return
650         `default-mime-charset-for-write' if suitable mime-charset is not
651         found.
652
653         * mcs-20.el (detect-mime-charset-region): Don't call
654         `default-mime-charset-detect-method-for-write' if suitable
655         mime-charset is found.
656
657         * mcharset.el (charsets-to-mime-charset): Return nil if suitable
658         mime-charset is not found; abolish optional argument `default'.
659
660 1998-12-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
661
662         * mcs-xm.el (charsets-mime-charset-alist): Don't set up
663         `iso-2022-int-1' in default.
664
665         * mcs-20.el (default-mime-charset-for-write): New user option.
666         (default-mime-charset-detect-method-for-write): New user option.
667         (detect-mime-charset-region): Refer
668         `default-mime-charset-detect-method-for-write' or
669         `default-mime-charset-for-write' if suitable mime-charset is not
670         found.
671
672         * mcharset.el (charsets-to-mime-charset): Add new optional
673         argument `default'.
674
675 1999-02-26  Katsumi Yamaoka   <yamaoka@jpl.org>
676
677         * poem-nemacs.el (find-file-noselect-as-coding-system): Bind
678         `default-kanji-fileio-code' to specified coding system instead of
679         the use of `kanji-fileio-code'; bind `kanji-fileio-code' to nil.
680         (find-file-noselect-as-raw-text): Revert buffer if the file is
681         newer than the buffer.
682         (as-binary-input-file): Bind `default-kanji-flag' to nil.
683
684         * poem-20.el (find-file-noselect-as-binary): Bug fix - use
685         `coding-system-for-read' instead of `coding-system-for-write'.
686
687 1999-02-25  Katsumi Yamaoka   <yamaoka@jpl.org>
688
689         * poem-om.el (find-file-noselect-as-raw-text-CRLF): New function.
690         It is an alias for `find-file-noselect-as-raw-text'.
691         (insert-file-contents-as-raw-text-CRLF): New function.
692         It is an alias for `insert-file-contents-as-raw-text'.
693
694         * poem-nemacs.el (find-file-noselect-as-raw-text-CRLF): New
695         function. It is an alias for `find-file-noselect-as-raw-text'.
696         (find-file-noselect-as-raw-text): Convert line-break code from
697         CRLF to LF.
698         (insert-file-contents-as-raw-text-CRLF): New function. It is an
699         alias for `insert-file-contents-as-raw-text'.
700         (insert-file-contents-as-raw-text): Convert line-break code from
701         CRLF to LF.
702         (find-file-noselect-as-binary): Don't specify the optional third
703         argument `rawfile' for `find-file-noselect'.
704
705         * poem-ltn1.el (find-file-noselect-as-raw-text-CRLF): New function.
706         It is an alias for `find-file-noselect'.
707         (insert-file-contents-as-raw-text-CRLF): New function. It is an
708         alias for `insert-file-contents'.
709
710         * poem-20.el, poem-e20_2.el (find-file-noselect-as-raw-text-CRLF):
711         New function.
712         (insert-file-contents-as-raw-text-CRLF): New function.
713
714 1999-02-25  Katsumi Yamaoka   <yamaoka@jpl.org>
715
716         * poem-20.el, poem-e20_2.el, poem-om.el
717         (find-file-noselect-as-raw-text): Undo the last change.
718         (insert-file-contents-as-raw-text): Likewise.
719
720 1999-02-25  Katsumi Yamaoka   <yamaoka@jpl.org>
721
722         * poem-20.el, poem-e20_2.el, poem-om.el
723         (find-file-noselect-as-raw-text): Use `raw-text-dos' instead of
724         `raw-text'.
725         (insert-file-contents-as-raw-text): Likewise.
726
727 1999-02-14  Katsumi Yamaoka   <yamaoka@jpl.org>
728
729         * mcs-om.el (TopLevel): Don't refer to
730         `running-emacs-19_29-or-later', use `emacs-major-version' and
731         `emacs-minor-version' instead.
732
733 1999-02-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
734
735         * poe.el (file-name-sans-extension): New function <copied from
736         Emacs 20.3.5> <cf. [tm-ja:4135]>.
737
738 1999-02-04  Katsumi Yamaoka   <yamaoka@jpl.org>
739
740         * poem-20.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
741         (save-buffer-as-binary): New function.
742         (save-buffer-as-raw-text-CRLF): New function.
743         (save-buffer-as-coding-system): New function.
744
745         * poem-om.el (poem-ccl-decode-raw-text): Rewrite again for plural
746         `CR's.
747
748 1999-02-04  Katsumi Yamaoka   <yamaoka@jpl.org>
749
750         * poem-om.el (poem-ccl-decode-raw-text): Rewrite for fixing a bug
751         that the last datum will be missed if the input data is not ended
752         with `CRLF'.
753         (poem-ccl-encode-raw-text-CRLF): Use `read-if'.
754
755 1998-12-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
756
757         * install.el (install-detect-elisp-directory): Avoid problem if
758         prefix of an emacs has its version.
759
760 \f
761 1998-12-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
762
763         * APEL: Version 9.12 was released.
764
765 1998-12-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
766
767         * mcs-om.el: Avoid error when cyrillic.el is not found.
768
769 1998-12-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
770
771         * poem-xm.el: Define coding-system `gb2312-dos', `gb2312-mac' and
772         `gb2312-unix' if it is not found.
773
774 1998-12-18  Katsumi Yamaoka   <yamaoka@jpl.org>
775
776         * poem-om.el (poem-ccl-decode-raw-text): Renamed from
777         `ccl-decode-raw-text'.
778         (poem-ccl-encode-raw-text): Renamed from `ccl-encode-raw-text'.
779         (poem-ccl-encode-raw-text-CRLF): Renamed from
780         `ccl-encode-raw-text-CRLF`.
781
782 1998-12-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
783
784         * poem-om.el (poem-decode-raw-text): New function for MULE 1.
785         (poem-encode-raw-text-CRLF): Likewise.
786         (raw-text): New coding-system for MULE 1.
787         (raw-text-dos): Likewise.
788         (insert-file-contents-as-raw-text): Share implementation.
789         (write-region-as-raw-text-CRLF): Likewise.
790         (find-file-noselect-as-raw-text): Likewise.
791
792 1998-12-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
793
794         * poem-om.el: Share definition of coding-system `binary'.
795         (write-region-as-binary): Share implementation.
796         (find-file-noselect-as-binary): Likewise.
797
798 1998-12-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
799
800         * poem-om.el (insert-file-contents-as-binary): Share
801         implementation.
802
803 1998-12-16  Katsumi Yamaoka   <yamaoka@jpl.org>
804
805         * poem-om.el (find-file-noselect-as-raw-text): Use
806         `find-file-noselect-as-coding-system' under Mule 2.*.
807         (find-file-noselect-as-binary): Likewise.
808         (insert-file-contents-as-raw-text): Use
809         `insert-file-contents-as-coding-system' under Mule 2.*.
810         (insert-file-contents-as-binary): Likewise.
811         (write-region-as-raw-text-CRLF): Use
812         `write-region-as-coding-system' under Mule 2.*.
813         (write-region-as-binary): Likewise.
814         (truncate-string): Use `defun-maybe'.
815         (toplevel): Don't refer to `running-emacs-19_29-or-later', use
816         `emacs-major-version' and `emacs-minor-version' instead.
817
818 1998-12-16  Katsumi Yamaoka   <yamaoka@jpl.org>
819
820         * pccl-om.el (toplevel): Don't require `poem'.
821         Use `code-convert-string' instead of `encode-coding-string' or
822         `decode-coding-string'.
823
824         * poem-om.el (binary): EMACS 20 emulating coding-system for Mule
825         2.3 based on Emacs 19.[28-34].
826         (raw-text): EMACS 20 emulating coding-system based on native CCL
827         for Mule 2.3 based on Emacs 19.[28-34].
828         (raw-text-dos): Likewise.
829         (find-file-noselect-as-binary): Separate for some Mules.
830
831 1998-12-15  Tanaka Akira  <akr@jaist.ac.jp>
832
833         * pccl-20.el: Do not require 'poem.
834
835 1998-12-14  Katsumi Yamaoka   <yamaoka@jpl.org>
836
837         * poem-20.el, poem-e20_2.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
838         (find-file-noselect-as-coding-system): Be CODING-SYSTEM the 1st arg.
839         (insert-file-contents-as-coding-system): Likewise.
840         * poem-20.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
841         (write-region-as-coding-system): Likewise.
842
843 1998-12-14  Katsumi Yamaoka   <yamaoka@jpl.org>
844
845         * poem-20.el, poem-e20_2.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
846         (find-file-noselect-as-coding-system): Renamed from
847         `find-file-noselect-as-specified-coding-system'.
848
849         * poem-e20_2.el (insert-file-contents-as-coding-system): Renamed
850         from `insert-file-contents-as-specified-coding-system'.
851
852         * poem-20.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
853         (write-region-as-coding-system): Renamed from
854         `write-region-as-specified-coding-system'.
855         (insert-file-contents-as-coding-system): Renamed from
856         `insert-file-contents-as-specified-coding-system'.
857
858 1998-12-09  Katsumi Yamaoka   <yamaoka@jpl.org>
859
860         * poem-20.el, poem-e20_2.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
861         (find-file-noselect-as-binary): New function.
862         (find-file-noselect-as-raw-text): New function.
863         (find-file-noselect-as-specified-coding-system): New function.
864
865         * poem-nemacs.el (insert-file-contents-as-binary): Call
866         `insert-file-contents' with only two args - FILENAME and VISIT.
867         (insert-file-contents-as-raw-text): Likewise.
868         (insert-file-contents-as-specified-coding-system): Likewise.
869
870 1998-12-09  Yuuichi Teranishi <teranisi@gohome.org>
871
872         * poe-18.el (make-directory-internal): Rewrite.
873
874 1998-12-08  Katsumi Yamaoka   <yamaoka@jpl.org>
875
876         * poem-20.el (write-region-as-binary): Bind
877         `jam-zcat-filename-list' with nil.
878         * poem-xm.el (insert-file-contents-as-binary): Likewise.
879
880         * poem.el: Require `tcp' if the function `open-network-stream'
881         does not exist.
882
883 1998-12-04  Katsumi Yamaoka   <yamaoka@jpl.org>
884
885         * poem-20.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
886         (open-network-stream-as-binary): New function.
887
888         * poem-e20_2.el (insert-file-contents-as-specified-coding-system):
889         New function.
890
891         * poem-20.el, poem-ltn1.el, poem-nemacs.el, poem-om.el
892         (write-region-as-specified-coding-system): New function.
893         (insert-file-contents-as-specified-coding-system): New function.
894
895 1998-12-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
896
897         * poem-xm.el: If coding-system `iso-2022-jp-dos' unifies JIS X
898         0201-Latin to ASCII and JIS X 0208-1978 to JIS X 0208-1983 by
899         code-point, copy coding-system `iso-2022-7bit-dos' to
900         `iso-2022-jp-dos' to avoid this problem.
901
902 1998-11-17  Kazuhiro Ohta  <ohta@ele.cst.nihon-u.ac.jp>
903
904         * README.en, README.ja (add-latest-path): Fix typo.
905
906 \f
907 1998-11-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
908
909         * APEL: Version 9.11 was released.
910
911         * poem-ltn1.el (char-charset): Fix typo.
912
913 1998-11-13  Tanaka Akira  <akr@jaist.ac.jp>
914
915         * broken.el: require 'poe.
916
917 1998-11-13  Tanaka Akira  <akr@jaist.ac.jp>
918
919         * pccl.el: Enclose mule depended process by `unless-broken'.
920
921 1998-11-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
922
923         * poe.el (defun-maybe-cond): fixed problem in Emacs 18.
924
925         * poe.el (defsubst): Moved from poe-18.el.
926
927         * poe-18.el: Move macro `defsubst' to poe.el.
928
929 \f
930 1998-11-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
931
932         * APEL: Version 9.10 was released.
933
934 1998-11-13  Tanaka Akira  <akr@jaist.ac.jp>
935
936         * pccl.el (define-ccl-program): Adviced.
937
938 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
939
940         * pccl-om.el (ccl-cascading-read): New facility.
941
942 1998-11-10  Tanaka Akira  <akr@jaist.ac.jp>
943
944         * EMU-ELS (emu-modules): Always install 'pccl.
945
946         * broken.el: Use 19.28 style quasi-quote.
947
948         * pccl.el: - require 'broken.
949         - Does not require 'pccl-20 for XEmacs 20.
950         (ccl-usable): New facility.
951
952 1998-11-10  Tanaka Akira  <akr@jaist.ac.jp>
953
954         * README.en, README.ja, pccl-20.el: Note that pccl-20 is not
955         for XEmacs 20.
956
957 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
958
959         * poe-18.el (eval-and-compile): Moved from poe.el.
960
961         * poe.el: Move `eval-and-compile' to poe-18.el.
962
963         * poe-xemacs.el (overlayp): New alias.
964         (delete-overlay): New alias.
965
966 \f
967 1998-11-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
968
969         * APEL: Version 9.9 was released.
970
971 1998-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
972
973         * poe.el (combine-after-change-calls): fixed.
974
975 1998-10-31  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
976
977         * poe.el (combine-after-change-calls): New macro.
978
979 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
980
981         * poe.el (defun-maybe-cond): New macro.
982         (next-command-event): Use `defun-maybe-cond'.
983         (cancel-undo-boundary): Use `defun-maybe-cond'.
984
985 1998-10-28  Katsumi Yamaoka   <yamaoka@jpl.org>
986
987         * poem-om.el (char-after): Redefine to change `POS' to optional
988         argument.
989
990 \f
991 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
992
993         * APEL: Version 9.8 was released.
994
995         * README.ja, README.en (CVS): New section.
996
997 1998-10-27  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
998
999         * poem-om.el (char-before): Redefine to change `POS' to optional
1000         argument.
1001
1002 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1003
1004         * poe.el (subr-fboundp): New function.
1005         (next-command-event): New function.
1006         (character-to-event): New function.
1007
1008 1998-10-25  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
1009
1010         * poe.el (event-to-character): New function.
1011
1012 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1013
1014         * poe.el (cancel-undo-boundary): Switch definition by existence of
1015         variable `buffer-undo-list'.
1016
1017         * poe-18.el: Move function `cancel-undo-boundary' to poe.el.
1018
1019 1998-10-25  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
1020
1021         * poe.el (cancel-undo-boundary): New function.
1022
1023 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1024
1025         * poe-18.el (cancel-undo-boundary): New function (moved from
1026         poem.el).
1027
1028         * poem.el: Move function `cancel-undo-boundary' to poe-18.el.
1029
1030 \f
1031 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1032
1033         * APEL: Version 9.7 was released.
1034
1035 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1036
1037         * poem.el (cancel-undo-boundary): New function.
1038
1039 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1040
1041         * poe-xemacs.el (set-cursor-color): Add interactive spec; add
1042         DOC-string.
1043
1044 1998-10-25  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
1045
1046         * poe-xemacs.el (set-cursor-color): New function.
1047
1048 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1049
1050         * README.ja: Sync up with latest README.en.
1051
1052 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1053
1054         * poe.el (remove-local-hook): Use `defmacro-maybe'.
1055
1056 1998-10-26  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
1057
1058         * poe.el (add-local-hook): fixed.
1059         (remove-local-hook): fixed.
1060
1061 \f
1062 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1063
1064         * APEL: Version 9.6 was released.
1065
1066 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1067
1068         * poe.el (rassoc): New function.
1069
1070 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1071
1072         * poe-xemacs.el (eval-after-load): New function.
1073
1074         * poem-e20_3.el (characterp): New alias.
1075
1076         * poem.el (characterp): New alias.
1077         (char-octet): New function.
1078
1079 1998-10-25  Mikio Nakajima    <minakaji@osaka.email.ne.jp>
1080
1081         * poe.el (make-local-hook): New macro.
1082         (add-local-hook): New macro.
1083         (remove-local-hook): New macro.
1084
1085 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1086
1087         * poem.el, poem-20.el, poem-e20_3.el, poem-e20.el, poem-xm.el: Add
1088         setting of byte-compile-dynamic.
1089
1090         * poem-xm.el (string-to-int-list): Use `defun-maybe'.
1091
1092         * poem.el (string-as-unibyte): Use `defsubst-maybe' instead of
1093         `defmacro-maybe'.
1094         (string-as-multibyte): Likewise.
1095         (char-int): Use `defalias-maybe'.
1096         (int-char): Likewise.
1097         (char-or-char-int-p): Likewise.
1098
1099 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1100
1101         * poe.el, poe-xemacs.el: Add setting of byte-compile-dynamic.
1102
1103 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1104
1105         * poe-18.el (data-directory): Use `defvar-maybe'.
1106         (buffer-undo-list): Likewise.
1107
1108         * poe-xemacs.el (face-list): Use `defalias-maybe'.
1109         (line-beginning-position): Likewise.
1110         (line-end-position): Likewise.
1111
1112         * poe.el (defalias-maybe): New macro.
1113
1114         * poe-xemacs.el (dired-other-frame): Use `defun-maybe'.
1115
1116 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1117
1118         * poe.el (defvar-maybe): New macro.
1119         (temporary-file-directory): New variable.
1120
1121 \f
1122 1998-10-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1123
1124         * APEL: Version 9.5 was released.
1125
1126 1998-10-22  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1127
1128         * README.ja: New file.
1129
1130 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1131
1132         * alist.el: Add autoload cookies.
1133
1134 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1135
1136         * poe.el, EMU-ELS, README.en: Move `find-face' from poe-19.el to
1137         poe.el; abolish poe-19.el.
1138
1139 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1140
1141         * invisible.el, inv-18.el, inv-19.el, inv-xemacs.el, poe-18.el,
1142         poe-19.el, poe-xemacs.el, emu.el, EMU-ELS, README.en: Separate
1143         invisible features from poe to invisible.
1144
1145 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1146
1147         * poe.el (eval-and-compile): New macro.
1148         Enclose redefinition of `read-string' by `eval-and-compile'.
1149
1150 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1151
1152         * poe.el (string): New function.
1153
1154 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1155
1156         * emu.el (char-list-to-string): New function.
1157
1158         * poe-xemacs.el, poe-19.el: Abolish macro `char-list-to-string'.
1159
1160         * poe-18.el: Abolish function `char-list-to-string'.
1161
1162 1998-10-18  Tanaka Akira  <akr@jaist.ac.jp>
1163
1164         * broken.el (check-broken-facility): Also use compile time
1165         description.
1166
1167 \f
1168 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1169
1170         * APEL: Version 9.4 was released.
1171
1172 1998-10-17  Tanaka Akira  <akr@jaist.ac.jp>
1173
1174         * broken.el (check-broken-facility): New macro.
1175
1176 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1177
1178         * poe.el (define-obsolete-function-alias): New function.
1179
1180 \f
1181 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1182
1183         * APEL: Version 9.3 was released.
1184
1185 1998-10-12  Katsumi Yamaoka   <yamaoka@jpl.org>
1186
1187         * README.en: Add explanations about
1188         `LISPDIR', `VERSION_SPECIFIC_LISPDIR' and `what-where'.
1189
1190         * Makefile (what-where): New target.
1191         (install): Add new arg `VERSION_SPECIFIC_LISPDIR'.
1192
1193         * APEL-MK (what-where-apel): New function.
1194         (config-apel): Refer to `VERSION_SPECIFIC_LISPDIR'.
1195
1196         * APEL-CFG (VERSION_SPECIFIC_LISPDIR): New variable.
1197
1198 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1199
1200         * README.en (load-path): Modify for Emacs 20.3.
1201
1202 1998-10-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1203
1204         * APEL-CFG (EMU_PREFIX): Use "emu" for Emacs 20.3 or later.
1205
1206         * EMU-ELS: Don't install pccl in anything older than XEmacs 21
1207         with MULE.
1208
1209 \f
1210 1998-10-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1211
1212         * APEL: Version 9.2 was released.
1213
1214         * poem-xm.el (insert-file-contents-as-binary): New function.
1215
1216         * poem-20.el (write-region-as-binary): bind
1217         `jka-compr-compression-info-list' with nil.
1218         (insert-file-contents-as-binary): Change to alias of
1219         `insert-file-contents-literally' for Emacs 20.
1220
1221 \f
1222 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1223
1224         * APEL: Version 9.1 was released.
1225
1226 1998-10-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1227
1228         * mcs-e20.el, mcs-xm.el (coding-system-to-mime-charset): New
1229         function.
1230         (mime-charset-list): New implementation.
1231
1232         * Move `mime-charset-list' from mcs-20.el to mcs-e20.el and
1233         mcs-xm.el.
1234
1235 1998-10-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1236
1237         * mcs-e20.el (charsets-mime-charset-alist): Use `gb2312' and
1238         `big5' instead of `cn-gb-2312' and `cn-big5'.
1239
1240         * mcs-xm.el (charsets-mime-charset-alist): Use `gb2312' and `big5'
1241         instead of `cn-gb-2312' and `cn-big5'.
1242
1243         * mcs-20.el (mime-charset-coding-system-alist): Add `cn-gb' to
1244         default value.
1245
1246 \f
1247 1998-09-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1248
1249         * APEL: Version 9.0 was released.
1250
1251         * Delete EMU-CFG and EMU-MK because they have not been used.
1252
1253 1998-09-22  Tanaka Akira      <akr@jaist.ac.jp>
1254
1255         * README.en (What's APEL?): Add notice for broken.el.
1256
1257 1998-09-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1258
1259         * README.en (What's APEL?): Modify for latest structure.
1260
1261 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1262
1263         * mcs-xm.el (charsets-mime-charset-alist): Comment out invalid
1264         definition for iso-2022-int-1.
1265
1266 1998-09-19  Tanaka Akira      <akr@jaist.ac.jp>
1267
1268         * broken.el: New file.
1269
1270         * pccl.el (apel-broken-facility): Abolished
1271         (apel-broken-p): Abolished
1272
1273         * EMU-ELS (emu-modules): Add 'broken.
1274
1275         * Makefile (elc): Do not remove emu*.elc.
1276
1277         * pccl-20.el: require 'broken.
1278         (ccl-use-symbol-as-program): Abolished.
1279         (ccl-accept-symbol-as-program): New facility.
1280         (make-ccl-coding-system): Use `when-broken' to define.
1281         (ccl-encoder-eof-block-is-broken): Abolished.
1282         (ccl-decoder-eof-block-is-broken): Abolished.
1283         (ccl-eof-block-is-broken): Abolished
1284         (ccl-execute-eof-block-on-encoding-null): New facility.
1285         (ccl-execute-eof-block-on-encoding-some): Ditto.
1286         (ccl-execute-eof-block-on-decoding-null): Ditto.
1287         (ccl-execute-eof-block-on-decoding-some): Ditto.
1288         (ccl-execute-eof-block-on-encoding): Ditto.
1289         (ccl-execute-eof-block-on-decoding): Ditto.
1290         (ccl-execute-eof-block): Ditto.
1291
1292         * pccl-om.el: require 'broken.
1293         (ccl-use-symbol-as-program): Abolished.
1294         (ccl-accept-symbol-as-program): New facility.
1295         (ccl-encoder-eof-block-is-broken): Abolished.
1296         (ccl-decoder-eof-block-is-broken): Abolished.
1297         (ccl-eof-block-is-broken): Abolished
1298         (ccl-execute-eof-block-on-encoding-null): New facility.
1299         (ccl-execute-eof-block-on-encoding-some): Ditto.
1300         (ccl-execute-eof-block-on-decoding-null): Ditto.
1301         (ccl-execute-eof-block-on-decoding-some): Ditto.
1302         (ccl-execute-eof-block-on-encoding): Ditto.
1303         (ccl-execute-eof-block-on-decoding): Ditto.
1304         (ccl-execute-eof-block): Ditto.
1305         (ccl-execute-on-string-ignore-contin): New facility.
1306
1307 1998-09-18  Tanaka Akira      <akr@jaist.ac.jp>
1308
1309         * pccl.el (apel-broken-facility): New function.
1310         (apel-broken-p): New function.
1311
1312 1998-09-18  Tanaka Akira      <akr@jaist.ac.jp>
1313
1314         * pccl.el: Fix author.
1315
1316 1998-09-17  Katsumi Yamaoka   <yamaoka@jpl.org>
1317
1318         * pccl-om.el (make-ccl-coding-system): Enclose with
1319         `eval-and-compile'.
1320
1321 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1322
1323         * poe.el (unless): New macro.
1324
1325         * emu.el: Define tl:overlay obsolete aliases for all emacsen.
1326
1327         * poem-nemacs.el (decode-coding-string): Regard integer as
1328         coding-system.
1329         (encode-coding-string): Likewise.
1330         (decode-coding-region): Likewise.
1331         (encode-coding-region): Likewise.
1332
1333         * poe-18.el (set-text-properties): New function.
1334
1335         * install.el (install-detect-elisp-directory): Fix problem on
1336         Nemacs.
1337
1338 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1339
1340         * poem-ltn1.el (set-buffer-multibyte): Use `defun-maybe' instead
1341         of `defmacro-maybe'.
1342
1343         * poem-e20_2.el (set-buffer-multibyte): Use `defun-maybe' instead
1344         of `defsubst-maybe'.
1345
1346 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1347
1348         * EMU-ELS: New implementation.
1349
1350 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1351
1352         * emu.el, emu-mule.el, EMU-ELS: Move code about CCL from
1353         emu-mule.el to pccl-om.el.
1354
1355         * pccl.el: New file.
1356
1357         * pccl.el: - Rename emu-e20.el to pccl-20.el.
1358         - Move definition of emu-x20.el to pccl-20.el.
1359         - Move code about CCL from emu-mule.el to pccl-om.el.
1360
1361         * pccl-om.el: New file (move code about CCL from emu-mule.el).
1362
1363         * pccl-20.el: New file (renamed from emu-e20.el; move definition
1364         of emu-x20.el to pccl-20.el; abolish emu-x20.el).
1365
1366 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1367
1368         * emu.el, emu-x20.el, emu-e20.el: Move function `char-category'
1369         from emu-e20.el and emu-x20.el to emu.el.
1370
1371 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1372
1373         * emu.el, emu-nemacs.el, emu-latin1.el, EMU-ELS: Move definitions
1374         of emu-nemacs.el and emu-latin1.el to emu.el; abolish
1375         emu-nemacs.el and emu-latin1.el.
1376
1377 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1378
1379         * emu.el: Modify conditions to load sub-modules.
1380
1381         * emu.el, emu-e20.el: Move alias
1382         `insert-binary-file-contents-literally' from emu-e20.el to emu.el.
1383
1384 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1385
1386         * poem.el, emu.el: Move `string-as-unibyte',
1387         `string-as-multibyte', `char-int', `int-char' and
1388         `char-or-char-int-p' from emu.el to poem.el.
1389
1390 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1391
1392         * mcharset.el, emu.el: Move function `charsets-to-mime-charset'
1393         from emu.el to mcharset.el.
1394
1395 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1396
1397         * emu.el, emu-x20.el, emu-nemacs.el, emu-mule.el, emu-latin1.el,
1398         emu-e20.el:
1399           - Move `insert-binary-file-contents' from emu-e20.el,
1400             emu-latin1.el, emu-mule.el, emu-nemacs.el and emu-x20.el to
1401             emu.el.
1402           - Move `insert-binary-file-contents-literally' from
1403             emu-latin1.el, emu-mule.el, emu-nemacs.el and emu-x20.el to
1404             emu.el.
1405
1406 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1407
1408         * poe-18.el (make-obsolete): New function.
1409
1410 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1411
1412         * emu.el, EMU-ELS: Split code about MIME charset from emu to
1413         mcharset.
1414
1415         * mcharset.el: New file.
1416
1417         * mcs-xm.el: New file (split code about MIME charset from
1418         emu-x20.el).
1419
1420         * emu-x20.el: Split code about MIME charset to mcs-xm.el.
1421
1422         * mcs-om.el: New file (split code about MIME charset from
1423         emu-mule.el).
1424
1425         * emu-mule.el: Split code about MIME charset to mcs-om.el.
1426
1427         * mcs-nemacs.el: New file (split code about MIME charset from
1428         emu-nemacs.el).
1429
1430         * emu-nemacs.el: Split code about MIME charset to mcs-nemacs.el.
1431
1432         * mcs-ltn1.el: New file (split code about MIME charset from
1433         emu-latin1.el).
1434
1435         * emu-latin1.el: Split code about MIME charset to mcs-latin1.el.
1436
1437         * mcs-e20.el: New file (split code about MIME charset from
1438         emu-e20.el).
1439
1440         * emu-e20.el: Split code about MIME charset to mcs-e20.el.
1441
1442         * mcs-20.el: New file (renamed from emu-20.el).
1443
1444 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1445
1446         * emu.el, emu-20.el: Move constant `*noconv*' from emu-20.el to
1447         emu.el.
1448
1449 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1450
1451         * emu.el, EMU-ELS: Split core part about MULE from emu to poem.
1452
1453         * poem.el: New file.
1454
1455         * poem-e20_3.el: New file (renamed from emu-e20_3.el).
1456
1457         * poem-e20_2.el: New file (renamed from poem-e20_2.el).
1458
1459         * poem-xm.el: New file (split core part of MULE from emu-x20.el).
1460
1461         * emu-x20.el: Split core part of MULE to poem-xm.el.
1462
1463         * poem-om.el: New file (split core part of MULE from emu-mule.el).
1464
1465         * emu-mule.el: Split core part of MULE to poem-om.el.
1466
1467         * poem-ltn1.el: New file (split core part of MULE from
1468         emu-latin1.el).
1469
1470         * emu-latin1.el: Split core part of MULE to poem-ltn1.el.
1471
1472         * poem-e20.el: New file (split core part of MULE from emu-e20.el).
1473
1474         * emu-e20.el: Split core part of MULE to poem-e20.el.
1475
1476         * poem-20.el: New file (split core part of MULE from emu-20.el).
1477
1478         * emu-20.el: Split core part of MULE to poem-20.el.
1479
1480         * poem-nemacs.el: New file (split core part of MULE from
1481         emu-nemacs.el).
1482
1483         * emu-nemacs.el: Split core part of MULE to poem-nemacs.el; move
1484         overlay emulation code of Nemacs to poe-18.el.
1485
1486         * poe-18.el: Move overlay emulation code of Nemacs from
1487         emu-nemacs.el.
1488
1489 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1490
1491         * poe.el, emu.el: Move function `point-at-bol' and `point-at-eol'
1492         from emu.el to poe.el.
1493
1494 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1495
1496         * emu.el (point-at-bol): New function.
1497         (point-at-eol): Use `line-end-position'.
1498
1499 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1500
1501         * poe.el (line-beginning-position): New function.
1502         (line-end-position): New function.
1503
1504         * poe-xemacs.el (line-beginning-position): New alias.
1505         (line-end-position): New alias.
1506
1507 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1508
1509         * poe.el, emu.el: Move function `functionp' from emu.el to poe.el.
1510
1511 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1512
1513         * poe.el, emu.el: Move Emacs 19.30 emulating definitions, Emacs
1514         19.31 emulating definitions and Emacs 20.1 emulating definitions
1515         from emu.el to poe.el.
1516
1517 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1518
1519         * poe.el, emu.el: Move constant `emacs-minor-version', Emacs 19
1520         emulating definitions and Emacs 19.29 emulating definitions from
1521         emu.el to poe.el.
1522
1523 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1524
1525         * poe.el: New file (split core part from emu.el).
1526
1527         * poe-xemacs.el: New file (renamed from emu-xemacs.el).
1528
1529         * poe-19.el: New file (renamed from emu-e19.el).
1530
1531         * poe-18.el: New file (renamed from emu-18.el).
1532
1533         * emu.el, emu-nemacs.el, emu-mule.el, emu-e20.el, EMU-ELS: modify
1534         for new structure.
1535
1536 1998-09-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1537
1538         * emu-x20.el (make-ccl-coding-system): New function.
1539
1540 1998-09-17  Katsumi Yamaoka   <yamaoka@jpl.org>
1541
1542         * emu-mule.el: Require `cyrillic' (suggested by MORIOKA-san).
1543
1544         * emu-mule.el (decode-mime-charset-region): Cope with non existent
1545         coding systems if the third arg `lbt' has specified.
1546         (decode-mime-charset-string): Likewise.
1547
1548 \f
1549 1998-09-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1550
1551         * APEL: Version 8.18 was released.
1552
1553         * Makefile (install-package): Don't depend on target `elc'.
1554
1555         * APEL-MK (install-apel-package): Compile emu-modules and
1556         apel-modules.
1557
1558 1998-09-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1559
1560         * Makefile: Abolish target `package'.
1561         (install-package): Use `elc' instead of `package'.
1562
1563         * APEL-MK: Abolish function `compile-apel-package'.
1564         (install-apel-package): Update auto-autoloads.el and
1565         custom-load.el at target directory.
1566
1567 1998-09-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1568
1569         * README.en (run in expanded place): fixed.
1570         (install as a XEmacs package): New description.
1571
1572         * Makefile (XEMACS): New variable.
1573         (PACKAGEDIR): New variable.
1574         (package): New target.
1575         (install-package): New target.
1576
1577         * APEL-MK (config-apel-package): New function.
1578         (compile-apel-package): New function.
1579         (install-apel-package): New function.
1580
1581         * APEL-CFG (PACKAGEDIR): New variable.
1582
1583 1998-09-07  Tanaka Akira  <akr@jaist.ac.jp>
1584
1585         * Makefile (elc): Ignore errors when removing emu*.elc.
1586
1587 1998-09-01  Tanaka Akira <akr@jaist.ac.jp>
1588
1589         * emu-mule.el (ccl-execute-on-string): Fix arguments
1590         order `status' and `string'.
1591
1592 \f
1593 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1594
1595         * APEL: Version 8.17 was released.
1596
1597         * emu.el (with-temp-file): Must use old forms.
1598
1599 1998-08-31  Katsumi Yamoaka   <yamaoka@jpl.org>
1600
1601         * emu.el (with-temp-file): New macro (Emacs 20/XEmacs 20
1602         emulating macro).
1603
1604 1998-08-29  Tanaka Akira  <akr@jaist.ac.jp>
1605
1606         * emu-e20.el: require 'ccl only for byte-compile time.
1607
1608 1998-08-29  Tanaka Akira  <akr@jaist.ac.jp>
1609
1610         * Makefile (elc): Remove emu*.elc to use newest emu by
1611         intall.el.
1612
1613 1998-08-29  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1614
1615         * emu-e20.el (ccl-execute-on-string): Too few args.
1616         (test-ccl-eof-block-cs): Revert existence checking.
1617
1618         * emu-e20_2.el (insert-file-contents-as-binary): Return value.
1619         (insert-file-contents-as-raw-text): Ditto.
1620
1621         * emu-mule.el (insert-file-contents-as-raw-text): Return value.
1622         (encode-coding-string): Check `coding-system' is non-nil.
1623         (decode-coding-string): Ditto.
1624         (insert-file-contents-as-binary): Use `as-binary-input-file'.
1625         (insert-binary-file-contents-literally): Ditto.
1626         (write-region-as-binary): Use `as-binary-output-file'.
1627         (write-region-as-raw-text-CRLF): Definition for Emacs 19.28.
1628         (write-region-as-mime-charset): Ditto.
1629         (mime-charset-to-coding-system): New implementation.
1630
1631         (ccl-use-symbol-as-program): New constant.
1632         (ccl-encoder-eof-block-is-broken): New constant.
1633         (ccl-decoder-eof-block-is-broken): New constant.
1634         (ccl-eof-block-is-broken): New constant.
1635         (make-ccl-coding-system): New function.
1636         (ccl-execute): Emacs 20.3 emulating function.
1637         (ccl-execute-on-string): Emacs 20.3 emulating function.
1638
1639         * emu-nemacs.el (write-region-as-binary): Use
1640         `as-binary-output-file'
1641         (write-region-as-raw-text-CRLF): Ditto.
1642         (insert-file-contents-as-binary): Use `as-binary-input-file'.
1643         (insert-binary-file-contents-literally): Ditto.
1644         (insert-file-contents-as-raw-text): Ditto.
1645
1646         * emu.el (last): Emacs 20 emulation function.
1647         (butlast), (nbutlast): CL emulation functions.
1648
1649 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
1650
1651         * emu-e20.el (ccl-use-symbol-as-program): Reduce
1652         `eval-and-compile' and `eval-when-compile' nesting.
1653         (test-ccl-eof-block-cs): Remove existence checking.
1654
1655 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
1656
1657         * emu-e20.el (ccl-use-symbol-as-program): Use
1658         `ccl-vector-program-execute-on-string' if it is defined.
1659
1660 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
1661
1662         * emu-e20.el (ccl-use-symbol-as-program): Use
1663         `ccl-execute-on-string' instead of `make-coding-system' for
1664         avoiding the error "Coding system already exists".
1665
1666 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
1667
1668         * emu-e20.el (test-ccl-eof-block-cs): Check if it is already
1669         defined.
1670
1671 1998-08-27  Tanaka Akira  <akr@jaist.ac.jp>
1672
1673         * emu-e20.el (ccl-use-symbol-as-program): New constant.
1674         (make-ccl-coding-system): New function.
1675         (ccl-encoder-eof-block-is-broken): New constant.
1676         (ccl-decoder-eof-block-is-broken): New constant.
1677         (ccl-eof-block-is-broken): New constant.
1678         (ccl-execute): Redefine if `ccl-use-symbol-as-program' is nil.
1679         (ccl-execute-on-string): Ditto.
1680
1681 1998-08-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1682
1683         * emu-20.el (mime-charset-coding-system-alist): Add `unknown' and
1684         `x-unknown'.
1685
1686 1998-08-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1687
1688         * emu-x20.el: Redefine coding-system `ctext' if `ctext-dos' is not
1689         found.
1690
1691 1998-08-12  Katsumi Yamaoka   <yamaoka@jpl.org>
1692
1693         * emu-nemacs.el, emu-mule.el (decode-mime-charset-region): Add new
1694         argument `lbt'.
1695         (decode-mime-charset-string): Likewise.
1696
1697         * emu-mule.el (mime-charset-to-coding-system):  Regard `CRLF',
1698         `LF', `CR' as line break code type.
1699
1700 1998-08-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1701
1702         * emu-latin1.el, emu-nemacs.el (write-region-as-raw-text-CRLF):
1703         Fix regexp to canonicalize line break code.
1704
1705         * emu-mule.el (write-region-as-raw-text-CRLF): Use
1706         `write-region-as-binary' to specify `lockname' in MULE 2.3 based
1707         on 19.34.
1708
1709 1998-08-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1710
1711         * emu-x20.el: Redefine coding-system `iso-2022-jp-2' if
1712         `iso-2022-jp-2-dos' is not found.
1713
1714 1998-08-11  Katsumi Yamaoka   <yamaoka@jpl.org>
1715
1716         * emu-mule.el (write-region-as-raw-text-CRLF): New function.
1717
1718         * emu-18.el (generate-new-buffer-name): New function (Emacs 19
1719         emulating function).
1720
1721 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1722
1723         * emu-nemacs.el, emu-latin1.el (write-region-as-raw-text-CRLF):
1724         New function.
1725
1726         * emu-20.el (write-region-as-raw-text-CRLF): Renamed from
1727         `write-region-as-CRLF'.
1728
1729 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1730
1731         * emu-latin1.el, emu-e20.el (decode-mime-charset-region): Add new
1732         argument `lbt'.
1733         (decode-mime-charset-string): Likewise.
1734
1735         * emu-x20.el: Define coding-system `raw-text-unix' and
1736         `raw-text-mac' if they are not found.
1737         Redefine coding-system `euc-kr' if `euc-kr-dos' is not found.
1738         (decode-mime-charset-region-default): Add new argument `lbt'.
1739         (decode-mime-charset-region-with-iso646-unification): Likewise.
1740         (decode-mime-charset-region-for-hz): Likewise.
1741         (decode-mime-charset-region): Likewise.
1742         (decode-mime-charset-string): Likewise.
1743
1744         * emu-20.el (mime-charset-to-coding-system): Regard `CRLF', `LF',
1745         `CR' as line break code type.
1746
1747 1998-08-07  MORIOKA Tomohiko  <morioka@yo.rim.or.jp>
1748
1749         * emu-x20.el: Define coding-system `raw-text-dos' if it is not
1750         found.
1751
1752         * emu-20.el (write-region-as-CRLF): New function.
1753
1754 1998-07-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1755
1756         * install.el (install-detect-elisp-directory): Modify for anything
1757         older than Emacs 19.28.
1758
1759 \f
1760 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1761
1762         * APEL: Version 8.16 was released.
1763
1764         * emu.el, emu-x20.el: Require `emu-20' in emu-x20.el.
1765
1766 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1767
1768         * emu-x20.el (set-buffer-multibyte): Use `defsubst-maybe' instead
1769         of `defmacro-maybe'.
1770
1771 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1772
1773         * emu-20.el, emu-x20.el: Move `insert-file-contents-as-binary' and
1774         `insert-file-contents-as-raw-text' from emu-x20.el to emu-20.el.
1775
1776         * emu-e20_2.el, emu-e20.el: Move `insert-file-contents-as-binary'
1777         and `insert-file-contents-as-raw-text' from emu-e20.el to
1778         emu-e20_2.el.
1779
1780 \f
1781 1998-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1782
1783         * APEL: Version 8.15 was released.
1784
1785         * emu-xemacs.el: Use nil as variable of `condition-case' to avoid
1786         byte-compiler warning.
1787
1788 1998-06-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1789
1790         * emu.el (when): New macro.
1791
1792 1998-06-09  Katsumi Yamaoka   <yamaoka@jpl.org>
1793
1794         * emu.el (split-string): New function (Emacs 20/XEmacs 20
1795         emulating function).
1796
1797         * emu.el (with-temp-buffer): New macro (Emacs 20/XEmacs 20
1798         emulating macro).
1799
1800         * emu.el (with-current-buffer): New macro (Emacs 20/XEmacs 20
1801         emulating macro).
1802
1803         * emu.el (save-current-buffer): New macro (Emacs 20/XEmacs 20
1804         emulating macro).
1805
1806 1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1807
1808         * mule-caesar.el (mule-caesar-region): Don't compare charset with
1809         'us-ascii.
1810
1811 1998-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1812
1813         * emu-mule.el (split-char): fixed.
1814
1815 1998-06-08  Katsumi Yamaoka   <yamaoka@jpl.org>
1816
1817         * emu-mule.el (insert-file-contents-as-binary): Use
1818         file-coding-system-for-read instead of file-coding-system.
1819
1820 \f
1821 1998-06-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1822
1823         * APEL: Version 8.14 was released.
1824
1825 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1826
1827         * emu-mule.el, emu-latin1.el (split-char): New function.
1828
1829 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1830
1831         * emu-mule.el, emu-nemacs.el (insert-file-contents-as-raw-text):
1832         New function.
1833
1834         * emu-latin1.el (insert-file-contents-as-raw-text): New alias.
1835
1836         * emu-e20.el, emu-x20.el (insert-file-contents-as-raw-text): New
1837         function.
1838
1839 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1840
1841         * emu-x20.el: Move `split-char' check and repair code from
1842         mule-caesar.el.
1843
1844         * mule-caesar.el: Move `split-char' check and repair code to
1845         emu-x20.el; require 'emu.
1846
1847 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1848
1849         * emu-nemacs.el, emu-mule.el (set-buffer-multibyte): New function.
1850
1851         * emu-latin1.el, emu-x20.el (set-buffer-multibyte): New macro.
1852
1853         * mule-caesar.el (mule-caesar-region): Use '(cdr (split-char ...))
1854         instead of `char-to-octet-list'; abolish function
1855         `char-to-octet-list'.
1856
1857 1998-06-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1858
1859         * emu-mule.el (charset-chars): New function.
1860
1861         * mule-caesar.el (split-char): Redefine if it has bug.
1862         (char-to-octet-list): Use `split-char'.
1863
1864 \f
1865 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1866
1867         * APEL: Version 8.13 was released.
1868
1869         * emu-x20.el (mime-character-unification-limit-size): Change
1870         default value to 2048.
1871
1872 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1873
1874         * emu.el (string-as-unibyte): New macro.
1875
1876 \f
1877 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1878
1879         * APEL: Version 8.12 was released.
1880
1881 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1882
1883         * emu-x20.el (mime-character-unification-limit-size): New
1884         variable.
1885         (decode-mime-charset-region-with-iso646-unification): Don't unify
1886         if size of region is larger than
1887         'mime-character-unification-limit-size.
1888
1889 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1890
1891         * emu-x20.el, emu-nemacs.el, emu-mule.el, emu-latin1.el,
1892         emu-e20_3.el (looking-at-as-unibyte): New alias.
1893
1894         * emu-e20_2.el (looking-at-as-unibyte): New function.
1895
1896 1998-05-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1897
1898         * emu-x20.el: Delete definition of 'detect-mime-charset-region
1899         because it is defined in emu-20.el.
1900
1901         * emu-20.el (write-region-as-binary): fixed.
1902
1903         * emu-20.el (write-region-as-mime-charset): New function.
1904
1905         * emu-latin1.el (write-region-as-mime-charset): New alias.
1906
1907         * emu-nemacs.el, emu-mule.el (write-region-as-mime-charset): New
1908         function.
1909
1910 \f
1911 1998-05-09  MORIOKA Tomohiko  <morioka@mousai.jaist.ac.jp>
1912
1913         * APEL: Version 8.11 was released.
1914
1915 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1916
1917         * emu.el (string-as-multibyte): New macro (Emacs 20.3 emulating
1918         macro).
1919
1920 \f
1921 1998-05-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1922
1923         * APEL: Version 8.10 was released.
1924
1925         * README.en (What's APEL?): Delete description about atype.el; add
1926         description about calist.el.
1927
1928 1998-05-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1929
1930         * calist.el (ctree-add-calist-with-default): fixed.
1931
1932 \f
1933 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1934
1935         * APEL: Version 8.9 was released.
1936
1937 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1938
1939         * calist.el (ctree-find-calist): fixed duplicated result.
1940
1941 \f
1942 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1943
1944         * APEL: Version 8.8 was released.
1945
1946 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1947
1948         * calist.el (ctree-find-calist): Delete duplicated result.
1949
1950 \f
1951 1998-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1952
1953         * APEL: Version 8.7 was released.
1954
1955 1998-04-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1956
1957         * calist.el (ctree-match-calist-partially): New function.
1958
1959 \f
1960 1998-04-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1961
1962         * APEL: Version 8.6 was released.
1963
1964 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1965
1966         * emu-20.el (mime-charset-coding-system-alist): Use 'raw-text for
1967         us-ascii in default setting.
1968
1969 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1970
1971         * calist.el (ctree-find-calist): Add optional argument 'all.
1972
1973 1998-04-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1974
1975         * calist.el (ctree-find-calist): Renamed from
1976         'ctree-match-calist-all.
1977
1978 \f
1979 1998-04-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1980
1981         * APEL: Version 8.5 was released.
1982
1983 1998-04-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1984
1985         * calist.el (ctree-match-calist-all): New function.
1986
1987 1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1988
1989         * APEL-ELS: Comment out 'atype and 'file-detect.
1990
1991 1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1992
1993         * emu-x20.el (decode-mime-charset-string): Use
1994         'decode-mime-charset-region.
1995
1996 1998-04-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1997
1998         * emu-x20.el (mime-charset-decoder-alist): Add
1999         'decode-mime-charset-region-for-hz for 'hz-gb-2312.
2000         (decode-mime-charset-region-for-hz): New function.
2001
2002 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2003
2004         * emu-x20.el (mime-charset-decoder-alist): New variable.
2005         (decode-mime-charset-region-default): New function.
2006         (mime-iso646-character-unification-alist): New variable.
2007         (mime-unified-character-face): New variable.
2008         (decode-mime-charset-region-with-iso646-unification): New
2009         function.
2010         (decode-mime-charset-region): Use 'mime-charset-decoder-alist.
2011
2012 \f
2013 1998-04-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2014
2015         * APEL: Version 8.4 was released.
2016
2017         * EMU-ELS: Don't use HIRAGANA LETTER A (\e$(B$"\e(B) to detect character
2018         indexing (Emacs 20.3 or later).
2019
2020 1998-04-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2021
2022         * emu-x20.el, emu-e20.el (charsets-mime-charset-alist): Add
2023         'shift_jis.
2024
2025         * EMU-ELS (emu-modules): fixed.
2026
2027 \f
2028 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2029
2030         * APEL: Version 8.3 was released.
2031
2032         * README.en (What's APEL?): Modify for latest emu.
2033
2034 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2035
2036         * emu-nemacs.el, emu-mule.el, emu-latin1.el, emu-e20_2.el,
2037         emu-e20_3.el, emu-x20.el (char-next-index): Fixed.
2038
2039 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2040
2041         * EMU-ELS (emu-modules): Add 'emu-e20_3 for Emacs 20.3.
2042
2043         * emu-e20_3.el: New module.
2044
2045         * emu-e20.el: Select to require 'emu-e20_2 or 'emu-e20_3.
2046
2047         * emu-e20_2.el (set-buffer-multibyte): New function.
2048
2049         * emu-e20.el (insert-file-contents-as-binary): Use
2050         'set-buffer-multibyte.
2051
2052 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2053
2054         * emu-e20_2.el, emu-e20.el, EMU-ELS: Separate Emacs 20.1 and 20.2
2055         depended definitions from emu-e20.el to emu-e20_2.el.
2056
2057 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2058
2059         * emu.el: emu-x20.el doesn't require 'emu-xemacs and 'emu-20.
2060
2061 1998-04-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2062
2063         * emu-x20.el: Don't require 'emu-xemacs and 'emu-20.
2064
2065         * emu.el: emu-latin1.el does not require 'emu-xemacs or 'emu-e19.
2066
2067         * emu-latin1.el: Don't require 'emu-xemacs or 'emu-e19.
2068
2069 1998-04-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2070
2071         * emu-mule.el, emu-latin1.el, emu-e20.el, emu-e19.el, emu-19.el,
2072         EMU-ELS: Rename emu-19.el -> emu-e19.el.
2073
2074         * emu.el, emu-latin1.el, emu-e19.el, EMU-ELS: Rename emu-e19.el ->
2075         emu-latin1.el.
2076
2077 \f
2078 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2079
2080         * APEL: Version 8.2 was released.
2081
2082         * README.en (What's APEL?): Remove description about std11.el and
2083         std11-parse.el.
2084
2085         * install.el (install-detect-elisp-directory): Modify regexp to
2086         allow trailing `/'.
2087
2088 \f
2089 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2090
2091         * APEL: Version 8.1 was released.
2092
2093 1998-04-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2094
2095         * emu-x20.el (encode-mime-charset-region): Use 'defun instead of
2096         'defsubst.
2097         (decode-mime-charset-region): Use 'defun instead of 'defsubst.
2098
2099 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2100
2101         * APEL-ELS (apel-modules): Delete 'std11 and 'std11-parse.
2102
2103         * std11.el, std11-parse.el: Abolish std11-parse.el and std11.el
2104         (moved to RIME).
2105
2106 \f
2107 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2108
2109         * APEL: Version 8.0 was released.
2110
2111 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2112
2113         * emu-e19.el, emu-e20.el: Use 'make-obsolete for 'string-columns.
2114
2115         * emu-e19.el, emu-nemacs.el, emu-x20.el: Abolish obsolete alias
2116         `char-leading-char'.
2117
2118 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2119
2120         * emu-e20.el, emu-mule.el, emu-nemacs.el, emu-e19.el: Abolish
2121         obsolete alias `char-columns'.
2122
2123         * emu-e19.el: Abolish constant `charset-ascii' and
2124         `charset-iso8859-1'.
2125         (charset-description): New implementation.
2126         (charset-registry): New implementation.
2127         (charset-width): Renamed from `charset-columns'; new
2128         implementation.
2129         (find-charset-string): New implementation.
2130         (find-charset-region): New implementation.
2131         (charsets-mime-charset-alist): New initial value.
2132         (detect-mime-charset-region): New implementation.
2133         (char-charset): New implementation.
2134
2135         * emu-nemacs.el: Rename `charset-columns' -> `charset-width'.
2136
2137         * emu-nemacs.el: Abolish constant `charset-ascii' and
2138         `charset-jisx0208'.
2139         Abolish constant `lc-ascii' and `lc-jp'.
2140         (charset-description): New implementation.
2141         (charset-registry): New implementation.
2142         (charset-columns): New implementation.
2143         (find-charset-string): New implementation.
2144         (find-charset-region): New implementation.
2145         (charsets-mime-charset-alist): New initial value.
2146         (char-charset): New implementation.
2147
2148 1998-04-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2149
2150         * emu-e20.el, emu-x20.el, emu-e19.el, emu-mule.el, emu-nemacs.el
2151         (char-next-index): New macro.
2152
2153 \f
2154 1998-03-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2155
2156         * APEL: Version 7.6 was released.
2157
2158         * std11.el: Require 'std11-parse when compile.
2159
2160 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2161
2162         * calist.el (ctree-match-calist): Prefer normal choice than
2163         default choice.
2164
2165 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2166
2167         * emu-20.el (mime-charset-coding-system-alist): Use 'defcustom.
2168
2169 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2170
2171         * emu-20.el: Require 'wid-edit when compile.
2172
2173 \f
2174 1998-03-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2175
2176         * APEL: Version 7.5 was released.
2177
2178 1998-03-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2179
2180         * calist.el (calist-field-match-method-obarray): New variable.
2181         (define-calist-field-match-method): New function.
2182         (calist-default-field-match-method): New function.
2183         (calist-field-match-method): New function.
2184         (calist-field-match): New function.
2185         (ctree-match-calist): Use `calist-field-match'.
2186
2187 \f
2188 1998-03-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2189
2190         * APEL: Version 7.4 was released.
2191
2192 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2193
2194         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-x20.el, emu-e20.el
2195         (insert-file-contents-as-binary): Renamed from
2196         `insert-binary-file-contents'; add `insert-binary-file-contents'
2197         as obsolete alias.
2198
2199 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2200
2201         * emu-e20.el (insert-binary-file-contents-literally): New alias
2202         for `insert-file-contents-literally'.
2203
2204         * emu-x20.el (insert-binary-file-contents-literally): Moved from
2205         emu-20.el.
2206
2207         * emu-20.el: Move `insert-binary-file-contents-literally' to
2208         emu-x20.el.
2209
2210 1998-03-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2211
2212         * emu-e20.el (insert-binary-file-contents): Must save
2213         `enable-multibyte-characters'.
2214
2215         * emu-x20.el (insert-binary-file-contents): Moved from emu-20.el.
2216
2217         * emu-20.el: Move `insert-binary-file-contents' to emu-x20.el.
2218
2219         * calist.el (ctree-match-calist): Rename local variables.
2220
2221 \f
2222 1998-03-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2223
2224         * APEL: Version 7.3 was released.
2225
2226 1998-03-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2227
2228         * APEL-ELS: Add calist.el.
2229
2230         * calist.el: New module.
2231
2232 1998-03-13  Katsumi Yamaoka   <yamaoka@jpl.org>
2233
2234         * emu-mule.el (charsets-mime-charset-alist) fixed.
2235
2236 \f
2237 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2238
2239         * APEL: Version 7.2 was released.
2240
2241 1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2242
2243         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-20.el
2244         (write-region-as-binary): New function.
2245
2246 1998-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2247
2248         * emu-nemacs.el, emu-mule.el, emu-e19.el, emu-20.el
2249         (insert-binary-file-contents): New function.
2250
2251 1998-03-08  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2252
2253         * README.en (Bug reports): Modify description of tm mailing list.
2254
2255 \f
2256 1998-02-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2257
2258         * APEL: Version 7.1.1 was released.
2259
2260         * README.en (Bug reports): Modify for APEL.
2261
2262 1998-02-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2263
2264         * std11.el (std11-msg-id-string): New function.
2265         (std11-fill-msg-id-list-string): New function.
2266
2267         * std11-parse.el (std11-parse-msg-id): New function.
2268
2269 1998-01-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2270
2271         * emu-x20.el: If coding-system `iso-2022-jp' unifies JIS X
2272         0201-Latin to ASCII and JIS X 0208-1978 to JIS X 0208-1983 by
2273         code-point, copy coding-system `iso-2022-7bit' to `iso-2022-jp' to
2274         avoid this problem.
2275
2276 \f
2277 1997-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2278
2279         * APEL: Version 7.1 was released.
2280
2281 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2282
2283         * README.en (What's APEL?): Rename file-detect.el -> path-util.el.
2284
2285 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2286
2287         * install.el, filename.el (filename-filters): Use path-util.el
2288         instead of file-detect.el.
2289
2290         * path-util.el, file-detect.el, APEL-ELS: Rename file-detect.el ->
2291         path-util.el (file name should be less than 13 bytes).
2292
2293 1997-11-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2294
2295         * emu-19.el (tl:make-overlay): New alias.
2296         (tl:overlay-put): New alias.
2297         (tl:overlay-buffer): New alias.
2298
2299 \f
2300 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2301
2302         * APEL: Version 4.2 was released.
2303
2304 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2305
2306         * APEL-MK (config-apel): Regard LISPDIR.
2307
2308 1997-11-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2309
2310         * emu-19.el (tl:make-overlay): New obsolete function (for
2311         tm-7.106).
2312         (tl:overlay-put): New obsolete function (for tm-7.106).
2313         (tl:overlay-buffer): New obsolete function (for tm-7.106).
2314
2315 \f
2316 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2317
2318         * APEL: Version 4.1 was released.
2319
2320         * APEL-MK (compile-apel): Use `config-apel'; don't use
2321         `add-to-list' for compatibility.
2322         (install-apel): Don't call `config-apel' directly.
2323
2324         * APEL-CFG: Add load-path setting.
2325
2326 1997-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2327
2328         * emu-20.el (mime-charset-list): New inline-function.
2329         (widget-mime-charset-prompt-value-history): New variable.
2330         (mime-charset): New widget.
2331         (widget-mime-charset-prompt-value): New function.
2332         (widget-mime-charset-action): New function.
2333         (default-mime-charset): Use `defcustom'.
2334
2335         * emu-20.el (default-mime-charset): Modify DOC-string.
2336
2337         * emu-mule.el (charsets-mime-charset-alist): New implementation.
2338
2339         * emu-e20.el (encode-mime-charset-region,
2340         decode-mime-charset-region, encode-mime-charset-string,
2341         decode-mime-charset-string): New function (copied from emu-20.el);
2342         check `enable-multibyte-characters'.
2343
2344         * emu-x20.el (encode-mime-charset-region,
2345         decode-mime-charset-region, encode-mime-charset-string,
2346         decode-mime-charset-string): New function (copied from emu-20.el).
2347
2348         * emu-20.el: Move function `encode-mime-charset-region',
2349         `decode-mime-charset-region', `encode-mime-charset-string' and
2350         `decode-mime-charset-string' to emu-x20.el and emu-e20.el.
2351
2352 1997-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2353
2354         * emu-x20.el (charsets-mime-charset-alist): Use MIME charset
2355         `iso-8859-5' for cyrillic.
2356
2357 \f
2358 1997-09-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2359
2360         * APEL: Version 3.4.4 was released.
2361
2362 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2363
2364         * std11-parse.el (std11-special-char-list): Fix order for regexp.
2365
2366 \f
2367 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2368
2369         * APEL: Version 3.4.3 was released.
2370
2371         * README.en: Modify for Emacs 20.
2372
2373 1997-09-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2374
2375         * std11-parse.el (std11-special-char-list): New constant; abolish
2376         `std11-special-chars'.
2377         (std11-atom-regexp): Use it.
2378         (std11-analyze-special): Use it; Don't use `find'.
2379
2380 \f
2381 1997-09-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2382
2383         * APEL: Version 3.4.2 was released.
2384
2385         * README.en (What's APEL?): Add emu-20.el.
2386
2387 1997-09-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2388
2389         * emu-20.el (mime-charset-to-coding-system): Use defsubst again;
2390         modify implementation.
2391
2392         * emu-20.el (mime-charset-to-coding-system): Use
2393         `find-coding-system'.
2394
2395         * emu-20.el (mime-charset-coding-system-alist): Use
2396         `find-coding-system'.
2397
2398         * emu-e20.el (find-coding-system): New inline function.
2399
2400         * emu.el (defsubst-maybe): New macro.
2401
2402 1997-09-03  MORIOKA Tomohiko  <morioka@mousai>
2403
2404         * emu-20.el (mime-charset-to-coding-system): Use `defun' instead
2405         of `defsubst'.
2406
2407 \f
2408 1997-09-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2409
2410         * APEL: Version 3.4.1 was released.
2411
2412 1997-08-30  MAEDA Shugo       <shugo@po.aianet.ne.jp>
2413
2414         * emu-mule.el (decode-coding-region, encode-coding-string): New
2415         function.
2416         (decode-coding-string): Modify DOC-string. (cf. [cmail:3366])
2417
2418 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2419
2420         * emu.el (defconst-maybe): New macro.
2421
2422         (emacs-major-version, emacs-minor-version): Use `defconst-maybe'.
2423
2424         * emu.el (charsets-to-mime-charset): Abolish unused local variable
2425         `csl'.
2426
2427         * emu-e20.el, emu-20.el: Move function
2428         `detect-mime-charset-region' from emu-e20.el to emu-20.el.
2429
2430         * emu-20.el: Use `defsubst' for
2431         `{encode|decode}-mime-charset-{region|string}'.
2432
2433         * emu-e20.el (detect-mime-charset-region): Use
2434         `find-charset-region'.
2435
2436 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2437
2438         * emu-x20.el, emu-e20.el, emu-20.el: Move function
2439         `{encode|decode}-mime-charset-{region|string}' from emu-e20.el and
2440         emu-x20.el to emu-20.el.
2441
2442         * emu-x20.el, emu-e20.el, emu-20.el: Move `default-mime-charset'
2443         from emu-e20.el and emu-x20.el to emu-20.el.
2444
2445 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2446
2447         * emu-20.el (mime-charset-coding-system-alist): Don't use
2448         `coding-system-p' for symbol.
2449         (mime-charset-to-coding-system): Ditto; modify DOC-string.
2450
2451 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2452
2453         * emu-20.el (mime-charset-coding-system-alist): Check MIME charset
2454         is defined as coding-system.
2455
2456         * emu-x20.el, emu-e20.el, emu-20.el: Move
2457         `mime-charset-coding-system-alist' from emu-e20.el and emu-x20.el
2458         to emu-20.el.
2459
2460         * emu-20.el (*noconv*): Add DOC-string.
2461
2462 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2463
2464         * emu-20.el (mime-charset-to-coding-system): Check coding-system-p
2465         even if CHARSET is found in `mime-charset-coding-system-alist'.
2466
2467         * emu-x20.el: Use function `mime-charset-to-coding-system' in
2468         emu-20.el.
2469
2470         * emu-20.el (mime-charset-to-coding-system): Use `defsubst'.
2471
2472         * emu-e20.el, emu-20.el: Move function
2473         `mime-charset-to-coding-system' from emu-e20.el to emu-20.el.
2474
2475 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2476
2477         * emu-x20.el, emu-e20.el, emu-20.el: Move features about Binary
2478         accessing from emu-e20.el and emu-x20.el to emu-20.el.
2479
2480         * EMU-ELS (emu-modules): Add emu-20 for Emacs 20 and XEmacs/mule.
2481
2482 1997-08-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2483
2484         * emu-x20.el (mime-charset-to-coding-system): Use `defsubst'.
2485
2486         * emu-x20.el (default-mime-charset): Add DOC-string.
2487
2488         (mime-charset-coding-system-alist): Add `us-ascii'.
2489
2490 1997-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2491
2492         * emu-x20.el (mime-charset-coding-system-alist): iso-2022-jp-2 is
2493         defined as coding-system.
2494
2495 \f
2496 1997-07-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2497
2498         * emu: Version 7.44 was released.
2499         * APEL: Version 3.4 was released.
2500
2501 1997-07-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2502
2503         * emu-e20.el (mime-charset-coding-system-alist): `iso-2022-ss2-7'
2504         -> `iso-2022-7bit-ss2'. (for Emacs 20.0.90)
2505
2506 1997-07-13  MORIOKA Tomohiko  <morioka@mousai>
2507
2508         * std11-parse.el (std11-parse-ascii-token): Allow non-ASCII
2509         characters in comments.
2510
2511 1997-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2512
2513         * richtext.el: Add autoload comments for `richtext-encode' and
2514         `richtext-decode'.
2515
2516         * emu.el: Check richtext.el is bundled.
2517
2518 1997-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2519
2520         * file-detect.el: Add autoload comments for function `add-path',
2521         `add-latest-path', `get-latest-path', `file-installed-p',
2522         `exec-installed-p', `module-installed-p' and variable
2523         `exec-suffix-list'.
2524
2525 1997-06-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2526
2527         * emu-x20.el (mime-charset-coding-system-alist): iso-8859-1,
2528         hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r were defined as
2529         coding-system.
2530
2531         * emu-x20.el: Don't require cyrillic.
2532
2533 Thu May 22 04:46:57 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2534
2535         * emu-mule.el (make-char): New alias.
2536
2537         * emu-e20.el: Alias `make-character' was abolished.
2538
2539 Sat May 10 19:39:12 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2540
2541         * README.en (What's APEL?): Add std11 and mule-caesar.el.
2542
2543 \f
2544 1997-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2545
2546         * emu: Version 7.43.1 was released.
2547         * APEL: Version 3.3.2 was released.
2548
2549 Fri May  9 01:23:44 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2550
2551         * APEL-ELS: Add mule-caesar.el.
2552
2553         * mule-caesar.el: New file.
2554
2555 Thu May  8 22:21:36 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2556
2557         * emu-x20.el: Use `binary' instead of `no-conversion' temporary.
2558
2559 \f
2560 1997-04-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2561
2562         * emu: Version 7.43 was released.
2563         * APEL: Version 3.3.1 was released.
2564
2565         * emu-x20.el: several changes for XEmacs 20.1-b12.
2566
2567 Wed Apr 30 12:40:32 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2568
2569         * Makefile: add `release'.
2570
2571 Mon Apr 28 16:47:30 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2572
2573         * Makefile: `TARFILE' was abolished.
2574
2575 Tue Apr  8 09:47:40 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2576
2577         * emu.el (point-at-eol): New function.
2578
2579 Sat Apr  5 16:23:23 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2580
2581         * emu-nemacs.el: `tl:available-face-attribute-alist' ->
2582         `emu:available-face-attribute-alist'.
2583
2584         * emu-nemacs.el, emu-mule.el: `tl:make-overlay' -> `make-overlay';
2585         `tl:overlay-put' -> `overlay-put'.
2586
2587 Sat Apr  5 06:50:48 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2588
2589         * emu-xemacs.el: Alias `tl:make-overlay', `tl:overlay-put' and
2590         `tl:overlay-buffer' were abolished; Function `tl:move-overlay'
2591         were abolished.
2592
2593         * emu-19.el: Alias `tl:make-overlay', `tl:overlay-put' and
2594         `tl:overlay-buffer' were abolished.
2595
2596         * emu-18.el: `tl:overlay-buffer' -> `overlay-buffer'.
2597
2598         * emu-xemacs.el: Require overlay.
2599
2600         * emu.el (char-or-char-int-p): New XEmacs 20 emulating alias.
2601
2602         * emu.el (minibuffer-prompt-width): New function for Emacs 18 and
2603         XEmacs.
2604
2605 Thu Apr  3 17:14:39 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2606
2607         * APEL-ELS: std11.el and std11-parse.el were moved from mu/.
2608
2609 \f
2610 1997-03-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2611
2612         * APEL: Version 3.3 was released.
2613
2614         * APEL-CFG (EMU_PREFIX, EMU_DIR): New variables.
2615         * APEL-MK: install emu.
2616
2617 Thu Mar 20 06:09:03 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2618
2619         * Makefile: Add README.en.
2620
2621 Thu Mar 20 06:08:29 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2622
2623         * file-detect.el: Header and DOC-strings were modified.
2624
2625 Thu Mar 20 06:03:51 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2626
2627         * README.en: New file.
2628
2629 Thu Mar 20 05:48:02 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2630
2631         * filename.el: Add DOC-strings.
2632
2633         * APEL-MK (install-apel): Use `compile-apel'.
2634
2635         * Makefile (install): Don't depend on `elc'.
2636
2637 Thu Mar 20 02:04:19 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2638
2639         * APEL-MK: Setting for load-path and requiring install were moved
2640         from APEL-CFG.
2641
2642         (install-apel): Compile apel-modules.
2643
2644         * APEL-CFG: Setting for load-path and requiring install were moved
2645         to APEL-MK.
2646
2647 \f
2648 1997-03-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2649
2650         * APEL: Version 3.2 was released.
2651
2652 Fri Mar 14 09:54:04 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2653
2654         * file-detect.el (get-latest-path): Check directory is exist or not.
2655
2656 Fri Mar 14 09:25:15 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2657
2658         * APEL-ELS: Add install.el.
2659
2660 Fri Mar 14 07:24:37 1997  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2661
2662         * Makefile, APEL-MK, APEL-CFG: New file.
2663
2664 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2665
2666         * atype.el (field-unify): fixed.
2667
2668 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2669
2670         * filename.el (filename-filters): Use `exec-installed-p' instead
2671         of `file-installed-p' to search "kakasi".
2672
2673 1997-03-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2674
2675         * file-detect.el (module-installed-p): Use function
2676         `exec-installed-p'.
2677
2678         * file-detect.el (exec-suffix-list): New variable.
2679         (exec-installed-p): New function.
2680
2681 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2682
2683         * APEL-ELS (apel-modules): Add filename.el.
2684
2685         * APEL-ELS: Initial revision
2686
2687 1997-03-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2688
2689         * filename.el (filename-replacement-alist): Don't use function
2690         `string-to-char-list' and `expand-char-ranges'; Don't require
2691         tl-str.
2692         (filename-special-filter): Use function `assoc-if' instead of
2693         `ASSOC'; Require cl instead of tl-list.
2694         (poly-funcall): New inline-function; copied from tl-list.el.
2695
2696 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2697
2698         * atype.el: Alias `fetch-field', `fetch-field-value', `put-field'
2699         and `delete-field' were abolished.
2700
2701         Don't require tl-str and tl-list.
2702
2703         Require alist.
2704
2705         (field-unify): Don't use function `symbol-concat'.
2706         (assoc-unify): Use function `assoc' directly; use function
2707         `put-alist' directly; use function `del-alist' directly.
2708
2709         * atype.el: Function `put-fields' was abolished.
2710
2711         * atype.el: tl-atype.el was renamed to atype.el.
2712
2713 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2714
2715         * atype.el: tl-atype.el was renamed to atype.el.
2716
2717 1997-03-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2718
2719         * file-detect.el (file-installed-p): Fixed DOC-string.
2720
2721 1997-02-28  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
2722
2723         * alist.el: New module; separated from tl-list.el.