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