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