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