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