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