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