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