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