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