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