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