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