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