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