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