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