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