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