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