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