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