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