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