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