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