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