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