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