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