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