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