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