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