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