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