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