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