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