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