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