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