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