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