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