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