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