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