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