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