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