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