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