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