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