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