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