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