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