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