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