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