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