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