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