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