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