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