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