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