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