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