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