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