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