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