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