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