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