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