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