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