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