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