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