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