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