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