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