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