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