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