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