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