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