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