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