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