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