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