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