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