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