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