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