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