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