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