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