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