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