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