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