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