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