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