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