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