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