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