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