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