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