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