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