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