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