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