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