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