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