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