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