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