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