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