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