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