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