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