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