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