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