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