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