This commit was generated by cvs2svn to compensate for changes in r411,
[elisp/apel.git] / ChangeLog
1 Sat Aug 31 15:08:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * tl: Version 7.61 was released.
4
5 Fri Aug 30 16:12:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6
7         * tl-list.el (list*): New function.
8
9         * std11.el (std11-find-field-body): New function.
10
11 Fri Aug 30 15:14:30 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
12
13         * emu-xemacs.el (next-visible-point): fixed. (cf. [tm-en:719])
14
15         * install.el (install-file): check write
16         permission. (cf. [bug-tm-en:720])
17
18 Fri Aug 30 06:11:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
19
20         * std11.el (std11-addr-to-string): Add DOC-string.
21         (std11-address-string): Add DOC-string.
22         (std11-full-name-string): Add DOC-string.
23
24 Fri Aug 30 04:25:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
25
26         * mu-cite.el (mu-cite/get-field-value): Function
27         `std11-find-field-body' was renamed to `std11-field-body'.
28
29         * mu-cite.el (mu-cite/get-field-value-method-alist): Function
30         `std11-find-field-body' was renamed to `std11-field-body'.
31
32         * tl-822.el (rfc822/get-field-body): Function
33         `std11-find-field-body' was renames to `std11-field-body'.
34         (rfc822/get-field-bodies): Function `std11-find-field-bodies' was
35         renames to `std11-field-bodies'.
36
37         * std11.el (std11-field-body): Renamed from
38         `std11-find-field-body'.
39         (std11-field-bodies): Renamed from `std11-find-field-bodies'.
40
41 Wed Aug 28 22:52:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
42
43         * std11.el (std11-parse-addresses-string): New function.
44
45         * mu-cite.el: Use std11.el instead of tl-822.el.
46
47 Wed Aug 28 21:06:59 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
48
49         * std11.el (std11-full-name-string): New function.
50
51         * tl-822.el (rfc822/full-name-string): New alias for
52         `std11-full-name-string'; moved to std11.el.
53
54         * std11.el (std11-addr-to-string): eliminate comments.
55
56         * std11.el (std11-addr-to-string): New function; moved from
57         tl-822.el.
58         (std11-address-string): New function; moved from tl-822.el.
59
60         * tl-822.el (rfc822/address-string): New aliases for
61         `std11-address-string'; moved to std11.el.
62
63         * std11.el (std11-parse-address-string): moved from
64         std11-parse.el.
65
66         * std11-parse.el: Function `std11-parse-address-string' was moved
67         to std11.el.
68
69 Wed Aug 28 20:45:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
70
71         * TL-ELS: Add std11.el and std11-parse.el.
72
73         * tl-822.el (rfc822/extract-address-components): Use function
74         `std11-parse-address-string'.
75
76         * std11.el (std11-parse-address-string): Add as autoload function.
77
78         * std11-parse.el (std11-parse-address-string): New function.
79
80 Wed Aug 28 20:34:53 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
81
82         * std11-parse.el: Parser were moved from tl-822.el and renamed to
83         `std11-*'.
84
85         * std11.el (std11-parse-address, std11-parse-addresses): Add as
86         autoload function.
87
88         * tl-822.el: Parser were moved to std11-parse.el and renamed to
89         `std11-*'.
90         (rfc822/parse-address): New aliases for `std11-parse-address'.
91         (rfc822/parse-addresses): New aliases for `std11-parse-addresses'.
92
93 Wed Aug 28 18:18:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
94
95         * std11.el: Remove autoload for `std11-analyze-*'.
96         Add `std11-lexical-analyze' as autoload function of std11-parse.
97
98 Wed Aug 28 18:15:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
99
100         * tl-822.el: Alias `rfc822/analyze-spaces',
101         `rfc822/analyze-special', `rfc822/analyze-atom',
102         `rfc822/analyze-quoted-string', `rfc822/analyze-domain-literal',
103         and `rfc822/analyze-comment' were abolished.
104
105 Wed Aug 28 18:12:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
106
107         * tl-822.el (rfc822/lexical-analyze): New alias for
108         `std11-lexical-analyze'; moved to std11-parse.el.
109
110         * std11-parse.el (std11-lexical-analyze): New function.
111
112         * tl-822.el (rfc822/analyze-comment): New alias; new
113         implementation.
114
115         * std11-parse.el (std11-check-enclosure): New function; changed
116         from `std11-analyze-enclosure'.
117         (std11-analyze-quoted-string): Use function
118         `std11-check-enclosure'.
119         (std11-analyze-domain-literal): Use function
120         `std11-check-enclosure'.
121         (std11-analyze-comment): New function.
122
123         * tl-822.el (rfc822/analyze-domain-literal): New alias.
124
125         * std11-parse.el (std11-analyze-domain-literal): New function.
126
127         * std11-parse.el (std11-analyze-enclosure): New function.
128         (std11-analyze-quoted-string): New implementation.
129
130         * std11-parse.el (std11-analyze-quoted-string): New function.
131
132         * tl-822.el (rfc822/analyze-quoted-string): New alias for
133         `std11-analyze-quoted-string'; moved to std11-parse.el.
134
135 Wed Aug 28 17:16:30 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
136
137         * tl-822.el (rfc822/analyze-atom): New alias for
138         `std11-analyze-atom'; New implementation.
139
140         * std11-parse.el (std11-analyze-atom): New function.
141
142         * std11.el: Add `std11-analyze-special' as autoload function of
143         std11-parse.
144
145         * std11-parse.el (std11-analyze-special): New function.
146
147         * tl-822.el (rfc822/analyze-special):
148         New alias for `std11-analyze-special'; moved
149         to std11-parse.el.
150
151         * std11.el: autoload std11-parse for `std11-analyze-spaces'.
152
153         * std11-parse.el: New module.
154
155         * tl-822.el (rfc822/analyze-spaces): New alias for
156         `std11-analyze-spaces'; moved to std11-parse.el.
157
158 Wed Aug 28 15:39:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
159
160         * tl-822.el, std11.el: Function `std11-field-names' was renamed to
161         `std11-collect-field-names'.
162
163 Wed Aug 28 15:26:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
164
165         * tl-822.el, std11.el: Function `std11-field-bodies' was renamed
166         to `std11-find-field-bodies'.
167
168 Wed Aug 28 15:18:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
169
170         * mu-cite.el
171         (mu-cite/get-field-value-method-alist, mu-cite/get-field-value):
172         Function `std11-field-body' was renamed to
173         `std11-find-field-body'.
174
175         * tl-822.el, std11.el: Function `std11-field-body' was renamed to
176         `std11-find-field-body'.
177
178 Wed Aug 28 15:11:19 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
179
180         * std11.el (std11-unfold-string): New function.
181
182 Wed Aug 28 14:40:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
183
184         * tl-822.el (rfc822/unfolding-string): New alias for
185         `std11-unfold-string'; moved to std11.el.
186
187 Wed Aug 28 14:17:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
188
189         * std11.el (std11-field-body): fixed.
190
191         * mu-cite.el: Use function `std11-field-body' instead of
192         `rfc822/get-field-body'.
193
194         * x-face-mule.el: Use std11.el.
195
196         * std11.el (std11-field-bodies): New function.
197
198         * tl-822.el (rfc822/get-field-bodies): New alias for
199         `std11-field-bodies'; moved to std11.el.
200
201         * tl-822.el: Constant `rfc822/field-name-regexp' was abolished.
202
203         * tl-822.el: Constant `rfc822/field-top-regexp' was abolished.
204
205         * std11.el (std11-field-names): New function.
206
207         * tl-822.el (rfc822/get-field-names): New alias for
208         `std11-field-names'; moved to std11.el.
209
210         * tl-822.el: Constant `rfc822::next-field-top-regexp' was
211         abolished.
212
213         * std11.el (std11-field-body): New function.
214
215         * tl-822.el (rfc822/get-field-body): New alias for
216         `std11-field-body'; moved to std11.el.
217
218         * std11.el (std11-next-field-head-regexp): New constant.
219
220         * std11.el: New module.
221
222         * tl-822.el (rfc822/narrow-to-header): New alias for
223         `std11-narrow-to-header'; moved to std11.el.
224         (rfc822/get-header-string): New alias for `std11-header-string';
225         moved to std11.el.
226         (rfc822/get-header-string-except): New alias for
227         `std11-header-string-except'; moved to std11.el.
228         (rfc822/field-end): New alias for `std11-field-end'; moved to
229         std11.el.
230
231         * tl-seq.el: autoload for cl.el does not work to load cl-seq. (cf. 
232         [tm-en:709,710])
233
234 \f
235 Fri Aug 23 07:28:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
236
237         * tl: Version 7.48 was released.
238
239 Thu Aug 22 16:21:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
240
241         * emu-mule.el (set-process-input-coding-system): New alias.
242
243 Wed Aug 21 12:08:41 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
244
245         * install.el (install-elisp-module, install-elisp-modules): New
246         function.
247
248         * file-detect.el (module-installed-p): New function.
249
250 Mon Aug 19 17:38:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
251
252         * install.el (install-files): New argument `overwrite'.
253
254         * install.el (install-overwritten-file-modes): New variable.
255
256         (install-file): Use variable `install-overwritten-file-modes'.
257
258         * install.el (install-file, install-files): New function.
259
260         * emu-mule.el (charsets-mime-charset-alist): add iso-2022-int-1 as
261         the largest MIME charset.
262
263 Sun Aug 18 20:38:49 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
264
265         * TL-ELS (tl-modules): Changed to list of symbols.
266
267         * mk-tl (compile-tl): Use function `compile-elisp-modules'.
268
269         * mk-tl: tl-els was renamed to TL-ELS.
270
271         * install.el: Initial revision
272
273         * emu-mule.el (charsets-mime-charset-alist): add lc-roman and
274         lc-jpold to iso-2022-jp, iso-2022-jp-2 and iso-2022-int-1.
275
276         * emu-18.el (buffer-undo-list): define default variable as nil.
277
278         * tl-list.el (put-alist): New implementation.
279
280         * tl-list.el (put-alist): Use `setcdr' instead of `rplacd'.
281
282 Sun Aug 18 08:10:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
283
284         * tl-list.el (set-alist): New implementation.
285
286         * tl-list.el (put-alist): DOC-string was modified.
287
288 Sun Aug 18 07:30:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
289
290         * emu.el: Alias `tl:read-string' was abolished.
291
292 Sun Aug 18 07:29:06 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
293
294         * mu-cite.el (mu-cite/get-prefix-register-verbose-method): Use
295         `read-string' instead of `tl:read-string'.
296
297         * mu-cite.el (mu-cite/get-prefix-register-method): Use
298         `read-string' instead of `tl:read-string'.
299
300         * mu-bbdb.el (mu-cite/get-bbdb-prefix-register-method): Use
301         `read-string' instead of `tl:read-string'.
302
303         (mu-cite/get-bbdb-prefix-register-verbose-method): Use
304         `read-string' instead of `tl:read-string'.
305
306         * emu.el: Redefine `read-string' for EMACS 19.28 or earlier.
307
308 Sun Aug 18 06:39:40 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
309
310         * emu-nemacs.el (decode-coding-string): New function.
311
312 Sat Aug 17 03:25:51 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
313
314         * emu-e19.el (mime-charset-to-coding-system): New function.
315
316         * emu-e19.el (decode-coding-string): New function.
317
318         * emu-mule.el: Function `character-decode-string' was renamed to
319         `decode-coding-string'.
320
321 Fri Aug 16 06:06:40 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
322
323         * tl-seq.el: comment was modified.
324
325 Fri Aug 16 06:05:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
326
327         * tl-seq.el: Don't autoload `position-if-not'.
328
329         * tl-seq.el: Function `position-mismatched' was abolished.
330
331         * tl-822.el (rfc822/analyze-comment): Use `string-match' instead
332         of `position-mismatched'.
333
334         * tl-822.el (rfc822/analyze-domain-literal): New implementation.
335
336         * tl-822.el (rfc822/analyze-atom): New implementation.
337
338         * tl-822.el (rfc822/analyze-spaces): New implementation.
339
340 Fri Aug 16 05:02:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
341
342         * tl-seq.el: require file-detect.
343
344 Fri Aug 16 04:59:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
345
346         * genjis.el: Use function `find-if' instead of `some-element'.
347
348         * tl-seq.el: Function `some-element' was abolished.
349
350 Fri Aug 16 04:36:45 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
351
352         * file-detect.el (add-path): moved from tl-misc.el.
353
354         * tl-misc.el: Function `add-path' was moved to file-detect.el.
355
356 Fri Aug 16 04:32:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
357
358         * file-detect.el (get-latest-path): moved from tl-misc.el.
359
360         * tl-misc.el: Function `get-latest-path' was moved to
361         file-detect.el.
362
363 Fri Aug 16 04:27:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
364
365         * tl-misc.el, tl-seq.el, tl-els, file-detect.el: module.el was
366         renamed to file-detect.el.
367
368 Fri Aug 16 04:06:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
369
370         * tl-seq.el, tl-misc.el, tl-els, module.el: install.el was renamed
371         to module.el.
372
373 Fri Aug 16 03:27:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
374
375         * tl-seq.el: Use `file-installed-p'.
376
377 Fri Aug 16 03:09:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
378
379         * tl-seq.el: Don't use cl.el if cl-seq.el is not found.
380
381 Fri Aug 16 03:00:43 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
382
383         * tl-els: Add install.el.
384
385         * install.el: Initial revision
386
387         * tl-misc.el: Function `file-installed-p' was moved to install.el.
388
389 Fri Aug 16 02:04:24 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
390
391         * tl-els: Add range.el.
392
393 Fri Aug 16 02:02:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
394
395         * range.el: New module.
396
397         * tl-list.el: Range functions were moved to range.el.
398
399         * tl-list.el: Don't use cl.el for EMACS 18.
400
401 Wed Aug 14 23:11:07 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
402
403         * tl-seq.el: Use cl.el; Don't define function `find' if it is
404         already exist.
405
406 Wed Aug 14 02:32:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
407
408         * tl-list.el: `(autoload 'last "cl")' instead of `(require 'cl)'.
409
410 Wed Aug 14 02:15:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
411
412         * tl-str.el (replace-space-with-underline): fixed problem in
413         XEmacs 20.
414
415 Wed Aug 14 01:19:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
416
417         * tl-list.el (map-union): Use `nreverse' instead of `reverse'.
418
419         * tl-list.el (index): Use `nreverse' instead of `reverse'.
420
421 Wed Aug 14 01:01:06 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
422
423         * tl-list.el (permute): Use `nconc'.
424
425 Wed Aug 14 00:53:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
426
427         * tl-list.el (every-combination): Use `nreverse' instead of
428         `reverse'.
429
430 Wed Aug 14 00:47:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
431
432         * tl-list.el (except-nth): New implementation.
433
434         * tl-list.el (nexcept-nth): New function.
435
436 Wed Aug 14 00:24:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
437
438         * tl-list.el (nnth-prev): New function.
439         (nth-prev): New implementation.
440
441 Tue Aug 13 23:55:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
442
443         * tl-list.el: Function `butlast' and `nbutlast' were abolished;
444         Use cl.el.
445
446 Tue Aug 13 23:46:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
447
448         * tl-list.el: Function `last' was abolished.
449
450         * tl-list.el: Function `subsetp' was abolished.
451
452         * tl-list.el: Function `cadr' was abolished.
453
454         * tl-list.el: Function `caar' was abolished.
455
456 \f
457 Tue Aug  6 12:18:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
458
459         * tl: Version 7.44 was released.
460
461 Mon Aug  5 15:15:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
462
463         * emu-mule.el (mime-charset-coding-system-alist): add `x-ctext'.
464
465         (default-mime-charset): default value was changed to `x-ctext'.
466
467 \f
468 Thu Aug  1 06:43:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
469
470         * tl: Version 7.43.2 was released.
471
472         * tl-els: x-face-mule.el was added for MULE.
473
474         * x-face-mule.el: Function `bitmap-decode-x-face' was renamed to
475         `x-face-decode-message-header'.
476
477         * x-face-mule.el: Variable `bitmap-uncompface-program' was renamed
478         to `uncompface-program'.
479
480         * bitmap.el: X-Face features were split into x-face-mule.el.
481
482         * x-face-mule.el: Initial revision
483
484 Thu Aug  1 06:20:16 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
485
486         * bitmap.el: Function `bitmap-show-xbm-file' was renamed to
487         `bitmap-insert-xbm-file'.
488
489         * bitmap.el: Function `bitmap-show-xbm-buffer' was renamed to
490         `bitmap-insert-xbm-buffer'.
491
492         * smiley-mule.el (smiley-buffer, smiley-region): New
493         implementation.
494
495         * smiley-mule.el (smiley-face-bitmap-alist): Renamed from variable
496         `smiley-face-bitmap-alist'; key part was changed to normal string
497         from regexp.
498
499 Wed Jul 31 04:41:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
500
501         * smiley-mule.el: Variable `smiley-weep-bitmap' was renamed to
502         `smiley-bitmap-for-weep'.
503
504         * smiley-mule.el: Variable `smiley-ase3-bitmap' was renamed to
505         `smiley-bitmap-for-ase3'.
506
507         * smiley-mule.el: Variable `smiley-ase2-bitmap' was renamed to
508         `smiley-bitmap-for-ase2'.
509
510         * smiley-mule.el: Variable `smiley-ase-bitmap' was renamed to
511         `smiley-bitmap-for-ase'.
512
513         * smiley-mule.el: Variable `smiley-winking-bitmap' was renamed to
514         `smiley-bitmap-for-winking'.
515
516         * smiley-mule.el: Variable `smiley-smile-bitmap' was renamed to
517         `smiley-bitmap-for-smile'.
518
519 Mon Jul 29 20:47:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
520
521         * tl-els: latex-math-symbol.el was added for all mule variants.
522
523         * latex-math-symbol.el: New module for mule.
524
525 Mon Jul 29 20:20:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
526
527         * tl-els: smiley-mule.el was added.
528
529         * smiley-mule.el: New module for MULE.
530
531 Fri Jul 26 20:04:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
532
533         * bitmap.el (bitmap-read-xbm-file): New function.
534
535 Fri Jul 26 19:40:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
536
537         * bitmap.el: Function `bitmap-show-xbm' was renamed to
538         `bitmap-show-xbm-buffer'.
539
540         * bitmap.el (bitmap-show-xbm-file): New function; renamed from
541         `bitmap-read-xbm'.
542
543         * bitmap.el (bitmap-show-xbm): New implementation; use function
544         `bitmap-read-xbm-buffer' and `bitmap-decode-xbm'.
545
546         * bitmap.el (bitmap-read-xbm-buffer): New function.
547
548         * bitmap.el (bitmap-decode-xbm): New function.
549
550 Fri Jul 26 12:08:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
551
552         * emu-18.el (buffer-undo-list): New variable for EMACS 18.55.
553
554 \f
555 Tue Jul 23 14:58:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
556
557         * tl: Version 7.43.1 was released.
558
559         * emu.el (emacs-minor-version): fixed for NEpoch.
560
561 Mon Jul 22 18:54:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
562
563         * emu-xemacs.el, emu-19.el, emu-18.el
564         (enable-invisible): New macro.
565         (end-of-invisible): New macro.
566
567         * emu-x20.el: add `(require 'cyrillic)'.
568
569 \f
570 Wed Jul 17 05:35:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
571
572         * tl: Version 7.43 was released.
573
574 Mon Jul 15 08:29:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
575
576         * emu-x20.el: Alias `character-decode-region' was abolished.
577
578         * emu-x20.el: Alias `character-decode-string' was abolished.
579
580         * emu-e19.el, emu-nemacs.el, emu-mule.el: Function
581         `character-decode-region' was abolished.
582
583         * emu-e19.el, emu-nemacs.el: Function `character-decode-string'
584         was abolished.
585
586 Sun Jul 14 15:00:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
587
588         * emu-nemacs.el (encode-mime-charset-region): check kanji-code.
589         (decode-mime-charset-region): check kanji-code.
590
591 Sun Jul 14 14:56:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
592
593         * emu-e19.el, emu-nemacs.el, emu-x20.el, emu-mule.el
594         (decode-mime-charset-region): New function.
595
596 Sun Jul 14 12:24:45 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
597
598         * emu-x20.el: Alias `character-encode-region' was abolished.
599
600         * emu-e19.el, emu-nemacs.el, emu-mule.el: Function
601         `character-encode-region' was abolished.
602
603 Sun Jul 14 12:18:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
604
605         * emu-mule.el (decode-mime-charset-string): Use function
606         `character-decode-string'.
607
608 Sun Jul 14 11:47:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
609
610         * emu-mule.el, emu-e19.el, emu-nemacs.el: Function
611         `character-encode-string' was abolished.
612
613         * emu-x20.el: Alias `character-encode-string' was abolished.
614
615 Sun Jul 14 11:29:02 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
616
617         * emu-nemacs.el, emu-e19.el, emu-x20.el, emu-mule.el
618         (decode-mime-charset-string): New function.
619
620 \f
621 Thu Jul 11 14:11:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
622
623         * tl: Version 7.36 was released.
624
625         * emu.el (emacs-minor-version): New variable for Emacs 18.
626
627 Thu Jul 11 13:59:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
628
629         * emu-nemacs.el (charsets-mime-charset-alist): New variable.
630         (default-mime-charset): New variable.
631         (mime-charset-coding-system-alist): New variable.
632         (mime-charset-to-coding-system): New function.
633         (detect-mime-charset-region): New function.
634         (encode-mime-charset-region): New function.
635         (encode-mime-charset-string): New function.
636
637 Thu Jul 11 09:04:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
638
639         * emu.el (charsets-to-mime-charset): New function; moved from
640         emu-*.el.
641
642 Thu Jul 11 08:58:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
643
644         * emu-x20.el, emu-mule.el, emu-e19.el: Function
645         `charsets-to-mime-charset' was moved to emu.el.
646
647         * emu-e19.el (charsets-mime-charset-alist): New variable.
648         (default-mime-charset): New variable.
649         (charsets-to-mime-charset): New function.
650         (detect-mime-charset-region): New function.
651         (encode-mime-charset-region): New function.
652         (encode-mime-charset-string): New function.
653
654 Wed Jul 10 13:58:11 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
655
656         * emu-x20.el (encode-mime-charset-region): New function.
657         (encode-mime-charset-string): New function.
658
659 Wed Jul 10 13:55:09 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
660
661         * emu-x20.el (detect-mime-charset-region): New function.
662
663         * emu-x20.el (mime-charset-to-coding-system): New function.
664
665         * emu-x20.el (mime-charset-coding-system-alist): New variable.
666
667         * emu-x20.el (charsets-to-mime-charset): New function.
668
669         * emu-x20.el (default-mime-charset): New variable.
670
671         * emu-x20.el: charset constants were abolished.
672         (charsets-mime-charset-alist): New variable.
673
674         * emu-mule.el: charset constants were abolished.
675
676 Wed Jul 10 12:54:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
677
678         * emu-mule.el (encode-mime-charset-string): New function.
679
680 Wed Jul 10 11:58:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
681
682         * emu-mule.el (encode-mime-charset-region): New function.
683
684 \f
685 Tue Jul  9 13:16:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
686
687         * tl: Version 7.31.1 was released.
688
689         * mu-replace.el (edit-replace-mode-map): Use function
690         `copy-keymap'.
691
692 Mon Jul  8 07:46:02 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
693
694         * emu-mule.el (mime-charset-to-coding-system): New function.
695
696         * emu-mule.el (mime-charset-coding-system-alist): New variable.
697
698         * emu-mule.el (detect-mime-charset-region): New function.
699
700         * emu-mule.el (charsets-to-mime-charset): New function.
701
702 Mon Jul  8 06:49:48 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
703
704         * tl-list.el (subsetp): wrote doc-string.
705
706         * emu-mule.el (default-mime-charset): New variable.
707
708         * emu-mule.el (charsets-mime-charset-alist): New variable.
709
710 Thu Jul  4 16:57:52 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
711
712         * mu-cite.el (compress-cited-prefix): check Message-Id.
713
714         * mu-cite.el (compress-cited-prefix): fixed.
715
716 Wed Jul  3 06:27:10 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
717
718         * emu.el (running-emacs-19_29-or-later): fixed.
719
720 Wed Jul  3 05:59:24 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
721
722         * emu.el (running-xemacs-20-or-later): New variable.
723         (running-xemacs-19_14-or-later): Use variable
724         `running-xemacs-20-or-later'.
725
726         * emu.el (running-emacs-19_29-or-later): fixed.
727
728 Sun Jun 30 01:00:37 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
729
730         * emu-x20.el (char-category): New function.
731
732 Sat Jun 29 08:23:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
733
734         * mu-cite.el (fill-cited-region):
735         modified about fill-prefix collecting.
736
737 Sat Jun 29 08:03:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
738
739         * tl-str.el (string-compare-from-top): New function.
740
741 \f
742 Thu Jun 27 17:29:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
743
744         * tl: Version 7.31 was released.
745
746         * mu-cite.el (mu-cite/make-methods): run-hooks
747         `mu-cite/instantiation-hook'.
748
749 Wed Jun 26 15:33:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
750
751         * emu-mule.el (character-decode-string): New implementation.
752
753 Wed Jun 26 08:41:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
754
755         * emu-x20.el (code-converter-is-broken): XEmacs 20.0 beta 26 is
756         broken too.
757
758         * emu-mule.el, emu-e19.el, emu-nemacs.el, emu-x20.el
759         (as-binary-process): New macro.
760
761 Wed Jun 19 23:24:56 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
762
763         * mu-cite.el: NISHIJIMA Takanori
764         <racsho@studio-racsho.shibuya.tokyo.jp>'s patch was applied with
765         some modifications. (cf. [tm-ja:1935])
766
767 Mon Jun 17 23:49:48 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
768
769         * emu-mule.el (regulate-latin-char, regulate-latin-string): New
770         function.
771
772 Mon Jun 17 23:47:19 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
773
774         * tl-822.el (rfc822/qtext-regexp, rfc822/quoted-string-regexp):
775         new constant; define again.
776
777 Thu Jun 13 17:13:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
778
779         * tl-822.el: Variable `rfc822/qtext-regexp' and
780         `rfc822/quoted-string-regexp' were abolished.
781
782         * tl-822.el: Function `rfc822/analyze-quoted-pair' was abolished.
783
784         * tl-822.el (rfc822/analyze-quoted-string): New implementation.
785
786 \f
787 Wed Jun 12 05:28:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
788
789         * tl: Version 7.30 was released.
790
791 Wed Jun 12 03:55:10 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
792
793         * mu-cite.el (mu-cite/cite-original): Run `mu-cite/pre-cite-hook'
794         after narrowing to the message.
795
796 Mon Jun 10 07:59:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
797
798         * emu-x20.el (code-converter-is-broken): XEmacs 20.0 beta 24 is
799         broken too.
800
801 Mon Jun 10 07:37:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
802
803         * emu-x20.el (char-length): New function.
804
805 Mon Jun 10 07:34:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
806
807         * emu-e19.el, emu-mule.el, emu-nemacs.el (char-length): New alias.
808
809 \f
810 Mon Jun  3 14:36:59 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
811
812         * tl: Version 7.29.1 was released.
813
814         * emu-x20.el (code-converter-is-broken): XEmacs 20.0 beta 22 is
815         broken too.
816
817 \f
818 Tue May 28 06:48:04 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
819
820         * tl: Version 7.29 was released.
821
822         * mu-comment.el (comment-sexp): Unused local variable `p' was
823         abolished.
824
825 Tue May 28 06:30:51 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
826
827         * emu-e19.el, emu-nemacs.el (charset-description): New function.
828         (charset-registry): New function.
829         (charset-columns): New function.
830         (charset-direction): New function.
831
832 \f
833 Mon May 27 14:04:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
834
835         * tl: Version 7.27.1 was released.
836
837         * emu-mule.el (charset-*): New constants.
838
839         * emu-x20.el (charset-*): New constants.
840         (charset-description): New alias.
841
842         * emu-e19.el (char-charset):
843         Use constant `charset-ascii' and `charset-latin-1'.
844
845 Mon May 27 12:17:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
846
847         * emu-nemacs.el (char-charset): Use constant `charset-ascii' and
848         `charset-jisx0208'.
849
850         * emu-nemacs.el (charset-ascii): New constant.
851         (charset-jisx0208): New constant.
852
853 Mon May 27 12:06:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
854
855         * emu-mule.el (charset-description): New alias.
856         (charset-registry): New alias.
857         (charset-columns): New alias.
858         (charset-direction): New alias.
859
860 Mon May 27 11:28:24 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
861
862         * emu-mule.el (string-columns): New alias.
863
864         * emu-nemacs.el, emu-e19.el, emu-x20.el (string-columns): New
865         alias; You should use it instead of `string-width'.
866
867 Mon May 27 10:07:19 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
868
869         * emu-nemacs.el (truncate-string): Use function `char-columns'
870         instead of `char-width'.
871
872 Mon May 27 10:01:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
873
874         * emu-mule.el (char-columns): New alias.
875         
876         * emu-nemacs.el, emu-e19.el, emu-x20.el (char-columns): New
877         function; You should use it instead of `char-width'.
878
879 Sat May 25 20:23:36 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
880
881         * emu-xemacs.el (invisible-p): New function.
882         (next-visible-point): New function.
883
884 Sat May 25 20:21:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
885
886         * emu-19.el (invisible-p): New function.
887         (next-visible-point): New function.
888
889 Sat May 25 20:14:52 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
890
891         * emu-18.el (invisible-p): New function.
892         (next-visible-point): New function.
893
894 Sat May 25 19:51:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
895
896         * emu-18.el (invisible-region): New function.
897         (visible-region): New function.
898
899 Sat May 25 19:28:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
900
901         * emu-xemacs.el (invisible-region): New function.
902         (visible-region): New function.
903
904 Sat May 25 19:22:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
905
906         * emu-19.el (invisible-region): New function.
907         (visible-region): New function.
908
909 \f
910 Thu May 23 01:31:02 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
911
912         * tl: Version 7.27 was released.
913
914 Wed May 22 02:51:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
915
916         * tl-822.el (rfc822/address-string): Unused local variable
917         `addr-spec' was abolished.
918
919 \f
920 Mon May 20 15:52:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
921
922         * tl: Version 7.26 was released.
923
924         * emu-x20.el (code-converter-is-broken): XEmacs 20.0 beta 20 is
925         broken too.
926
927 Mon May 20 15:51:11 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
928
929         * tl-822.el (rfc822/parse-addr-spec): Unused local variable
930         `at-sign' was abolished.
931
932 Mon May 20 13:08:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
933
934         * mu-cite.el (citation-mark-chars): New variable.
935         (compress-cited-prefix): Use variable `citation-mark-chars'.
936
937 \f
938 Fri May 17 08:12:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
939
940         * tl: Version 7.25 was released.
941
942         * tl-822.el (rfc822/analyze-comment): Unused local variable `chr'
943         was abolished.
944
945 \f
946 Wed May 15 14:23:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
947
948         * tl: Version 7.24 was released.
949
950         * tl-822.el (rfc822/lexical-analyze): Unnecessary local variable
951         `len' was abolished.
952
953 Wed May 15 14:19:45 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
954
955         * tl-822.el (rfc822/lexical-analyze): Unnecessary local variable
956         `i' was abolished.
957
958 Wed May 15 14:12:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
959
960         * tl-list.el (permute): Unnecessary local variable `ret' was
961         abolished.
962
963 Wed May 15 14:05:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
964
965         * emu-x20.el (string-to-int-list): New function; moved from
966         em-xemacs.el.
967
968         * emu-xemacs.el: Function `string-to-int-list' for XEmacs 19 was
969         deleted, for XEmacs 20 with Mule was moved to emu-x20.el.
970
971         * emu-x20.el, emu-e19.el: rearrangement.
972
973 Tue May 14 16:28:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
974
975         * emu-mule.el: rearrangement.
976
977         * emu-mule.el (string-to-int-list): New alias; moved from emu-19.el.
978
979 Tue May 14 16:23:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
980
981         * emu-e19.el (string-to-int-list): New alias; moved from emu-19.el.
982
983         * emu-19.el: Alias `string-to-int-list' was moved to emu-e19.el
984         and emu-mule.el.
985
986 Tue May 14 06:55:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
987
988         * mu-cite.el (compress-cited-prefix): New function.
989
990 \f
991 Tue May 14 02:41:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
992
993         * tl: Version 7.22.5 was released.
994
995         * emu-x20.el (code-converter-is-broken): XEmacs 20.0 beta 19 is
996         broken too.
997
998 \f
999 Sat May 11 08:36:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1000
1001         * tl: Version 7.22.4 was released.
1002
1003         * emu.el (add-to-list): New function for Emacs 19.28 or earlier.
1004
1005 Thu May  9 16:38:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1006
1007         * emu-mule.el (fontset-pixel-size): New implementation.
1008
1009 Thu May  9 15:09:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1010
1011         * emu-18.el (tl:add-text-properties): New function; moved from
1012         emu-nemacs.el or emu-mule.el.
1013
1014         * emu-mule.el, emu-nemacs.el: Function `tl:add-text-properties'
1015         was moved to emu-18.el.
1016
1017 Thu May  9 15:01:57 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1018
1019         * emu-18.el (remove-text-properties): New function.
1020
1021         * emu-nemacs.el (character-encode-string):
1022         Renamed from `encode-coding-string'.
1023         (character-decode-string): Renamed from `decode-coding-string'.
1024
1025 Thu May  9 14:26:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1026
1027         * emu-e19.el (character-encode-string): Renamed from
1028         `encode-coding-string'.
1029         (character-decode-string): Renamed from `decode-coding-string'.
1030
1031 Thu May  9 14:07:02 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1032
1033         * emu-mule.el (character-encode-string): Renamed from
1034         `encode-coding-string'.
1035         (character-decode-string): Renamed from `decode-coding-string'.
1036
1037 Thu May  9 13:48:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1038
1039         * emu-x20.el (character-encode-string, character-decode-string):
1040         New alias.
1041
1042         * emu-x20.el (character-encode-region, character-decode-region):
1043         New alias.
1044
1045 Thu May  9 13:22:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1046
1047         * emu-e19.el (character-encode-region): New function.
1048         (character-decode-region): New function.
1049         Function `encode-coding-region' and `decode-coding-region' were
1050         abolished.
1051
1052 Thu May  9 12:54:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1053
1054         * emu-mule.el (character-encode-region): New function.
1055         (character-decode-region): New function.
1056         Function `encode-coding-region' and `decode-coding-region' were
1057         abolished.
1058
1059 Thu May  9 12:45:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1060
1061         * emu-nemacs.el (character-encode-region): fixed for NEmacs bug?
1062         (character-decode-region): fixed for NEmacs bug?
1063
1064         * emu-nemacs.el (code-convert-region): fixed for NEmacs bug?
1065         (character-encode-region): New function.
1066         (character-decode-region): New function.
1067         Function `encode-coding-region' and `decode-coding-region' were
1068         abolished.
1069
1070 \f
1071 Wed May  8 13:56:30 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1072
1073         * tl: Version 7.22.3 was released.
1074
1075         * tl-list.el (last): New implementation.
1076
1077 \f
1078 Tue May  7 18:16:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1079
1080         * tl: Version 7.22.2 was released.
1081
1082         * emu-x20.el (*hz*, *big5*, *euc-kr*, *koi8*): New constant.
1083
1084 Tue May  7 17:50:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1085
1086         * emu.el (running-xemacs-19): Definition was changed.
1087         (running-xemacs-20): Definition was changed.
1088
1089 Tue May  7 17:15:31 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1090
1091         * tl-els: bitmap.el must be regarded as Mule depended module.
1092
1093 Tue May  7 16:40:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1094
1095         * emu-x20.el (xemacs-beta-version): New variable.
1096         (code-converter-is-broken): Use variable `xemacs-beta-version'.
1097
1098 Tue May  7 07:00:50 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1099
1100         * emu.el, mu-bbdb.el, mu-cite.el: KOBAYASHI Shuhei's address was
1101         changed.
1102
1103 Tue May  7 06:29:59 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1104
1105         * emu.el (running-xemacs-19_14-or-later): New variable.
1106         setting for text/enriched and text/richtext.
1107
1108 \f
1109 Mon Apr 29 06:30:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1110
1111         * tl: Version 7.22.1 was released.
1112
1113 Sun Apr 28 16:53:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1114
1115         * emu-x20.el (find-charset-string, find-charset-region): don't
1116         include ascii.
1117
1118 Sat Apr 27 19:08:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1119
1120         * emu-x20.el (lc-ascii, lc-ltn1, lc-ltn2, lc-ltn3, lc-ltn4,
1121         lc-crl, lc-arb, lc-grk, lc-hbw, lc-ltn5, lc-jp, lc-jp2, lc-kr,
1122         lc-big5-1, lc-big5-2, lc-cn, lc-cns1, lc-cns2, lc-cns3, lc-cns4,
1123         lc-cns5, lc-cns6, lc-cns7): New constant.
1124
1125 Sat Apr 27 15:43:06 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1126
1127         * bitmap.el (bitmap-show-xbm): `j' should be defined as local
1128         variable.
1129
1130         * tl-els: add emu-x20.el.
1131
1132 Sat Apr 27 15:25:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1133
1134         * emu.el: require emu-x20 if running XEmacs 20 with Mule feature.
1135
1136 Sat Apr 27 15:24:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1137
1138         * emu-x20.el: New module for XEmacs 20 with Mule.
1139
1140 Sat Apr 27 13:48:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1141
1142         * emu-e19.el (decode-coding-region): New function.
1143         (encode-coding-region): New function.
1144         (decode-coding-string): New function.
1145         (encode-coding-string): New function.
1146
1147 Sat Apr 27 13:36:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1148
1149         * emu-nemacs.el (decode-coding-region): New function.
1150         (encode-coding-region): New function.
1151         (decode-coding-string): New function.
1152         (encode-coding-string): New function.
1153
1154         * emu-nemacs.el: KOBAYASHI Shuhei's address was changed.
1155
1156 Sat Apr 27 13:27:06 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1157
1158         * emu-mule.el (decode-coding-region): New function.
1159         (encode-coding-region): New function.
1160         (decode-coding-string): New function.
1161         (encode-coding-string): New function.
1162
1163         * tl-els: emu-19.el was renamed to `emu-e19.el'.
1164
1165         * emu-mule.el (fontset-pixel-size): New implementation.
1166
1167 Sat Apr 27 11:21:45 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1168
1169         * emu.el, emu-e19.el: emu-orig.el was renamed to `emu-e19.el'.
1170
1171         * emu-nemacs.el, emu-e19.el: Alias `get-lc' was abolished.
1172
1173         * emu-mule.el: Function `get-lc' was abolished.
1174
1175 \f
1176 Fri Apr 26 05:28:30 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1177
1178         * tl: Version 7.22 was released.
1179
1180         * tl-els: Version check for enriched.el was fixed for XEmacs 19.14.
1181
1182 Fri Apr 26 02:45:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1183
1184         * bitmap.el (bitmap-decode-x-face): New function.
1185         (bitmap-uncompface-program): New variable.
1186
1187         * bitmap.el: New module.
1188
1189 Thu Apr 25 22:15:52 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1190
1191         * tl-822.el (rfc822/get-field-names): New function.
1192
1193 Thu Apr 25 21:30:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1194
1195         * tl-822.el (rfc822/get-field-bodies): New argument `boundary';
1196         use function `rfc822/narrow-to-header'.
1197
1198         * tl-822.el (rfc822/get-field-body): add new argument `boundary';
1199         use function `rfc822/narrow-to-header'.
1200
1201         * tl-822.el (rfc822/narrow-to-header): New function.
1202         (rfc822/get-header-string): Use function `rfc822/narrow-to-header'.
1203         (rfc822/get-header-string-except): Use function
1204         `rfc822/narrow-to-header'.
1205
1206 Thu Apr 25 16:15:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1207
1208         * tl-822.el (rfc822/get-header-string,
1209         rfc822/get-header-string-except): Argument `boundary' is changed
1210         to optional.
1211
1212         * tl-822.el (rfc822/get-header-string): New function.
1213
1214 Thu Apr 25 15:04:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1215
1216         * tl-822.el (rfc822/get-field-bodies): New function.
1217
1218 Thu Apr 25 13:22:26 1996  Michael Sperber <sperber@informatik.uni-tuebingen.de>
1219
1220         * tl-list.el (caar, cadr, last, butlast): changed to function
1221         because these macros in tl-list.el screw up at least the loop
1222         macro in CL which causes other lossage. (cf. [tm-en:467])
1223
1224 \f
1225 Thu Apr 25 12:08:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1226
1227         * tl: Version 7.19.3 was released.
1228
1229 Wed Apr 24 15:27:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1230
1231         * emu-orig.el (sref): New alias.
1232
1233         * emu-mule.el (char-charset): New alias.
1234
1235 Wed Apr 24 13:46:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1236
1237         * emu-nemacs.el, emu-orig.el: Function `char-leading-char' was
1238         renamed to `char-charset'; `char-leading-char' became alias of
1239         function `char-charset'.
1240
1241         * tl-str.el (replace-char-by-char): abolished.
1242
1243         * emu-nemacs.el (sref): fixed.
1244
1245         * emu-nemacs.el (string-to-int-list): moved from emu-18.el.
1246
1247         * emu-18.el (string-to-int-list): moved to emu-nemacs.el.
1248
1249         * emu-xemacs.el, emu-19.el (string-to-int-list): fixed to define.
1250
1251         * emu-18.el (string-to-int-list): fixed.
1252
1253 Wed Apr 24 00:57:07 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1254
1255         * mu-replace.el: defvar for global variables.
1256
1257         * tl-misc.el (get-latest-path): New implementation.
1258
1259 Wed Apr 24 00:16:45 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1260
1261         * tl-str.el (filename-special-char-range): use function `char-int'
1262         and `string-to-int-list'.
1263
1264         * emu-xemacs.el, emu-19.el, emu-18.el (string-to-int-list):
1265         New function.
1266
1267         * emu.el (char-int): New function.
1268         (int-char): New function.
1269
1270 \f
1271 Sat Apr 20 13:10:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1272
1273         * tl: Version 7.19.2 was released.
1274
1275 Fri Apr 19 19:24:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1276
1277         * tl-822.el (rfc822/parse-addresses): use `nreverse'
1278
1279         * tl-822.el (rfc822/parse-group): use `nreverse'
1280
1281         * tl-822.el (rfc822/parse-token-or-comment): use `nreverse'
1282
1283         * tl-822.el (rfc822/parse-ascii-token): use `nreverse'
1284
1285         * tl-822.el (rfc822/parse-token): use `nreverse'
1286
1287         * tl-822.el (rfc822/lexical-analyze): use `nreverse'
1288
1289 Fri Apr 19 18:48:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1290
1291         * tl-822.el (rfc822/address-string): support group
1292         (rfc822/full-name-string): support group
1293
1294 Fri Apr 19 07:44:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1295
1296         * tl-seq.el (foldr): fixed
1297
1298 Fri Apr 19 07:26:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1299
1300         * tl-seq.el (foldl): use `1+'
1301
1302         * tl-seq.el (foldr): New function
1303
1304 Wed Apr 17 15:18:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1305
1306         * emu-mule.el: use `running-emacs-19' and `running-emacs-18'.
1307
1308         * emu-nemacs.el: delete definition of `emacs-major-version'.
1309
1310         * emu-orig.el: use `running-emacs-19'.
1311
1312         * emu.el: define `emacs-major-version' if not bound.
1313
1314         * emu-mule.el: delete check and define `emacs-major-version'.
1315
1316         * emu-orig.el: use `running-xemacs'.
1317
1318 \f
1319 Mon Apr 15 08:57:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1320
1321         * tl: Version 7.19.1 was released.
1322
1323         * tl-822.el (rfc822/parse-ascii-token): does not exit from loop
1324         even if token-value is nil.
1325
1326         * tl-822.el (rfc822/parse-ascii-token): nil check for token-value
1327
1328 Sun Apr 14 00:11:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1329
1330         * emu.el (running-emacs-18, running-emacs-19): New variable
1331
1332         * emu.el (running-emacs-19_29-or-later): New variable
1333
1334 Sat Apr 13 23:46:09 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1335
1336         * emu.el (running-xemacs): New variable
1337
1338 Thu Apr 11 14:13:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1339
1340         * mu-comment.el (comment-sexp-first-line-method-alist): New variable
1341         (comment-sexp-middle-line-method-alist): New variable
1342         (comment-sexp-last-line-method-alist): New variable
1343         (comment-sexp-middle-line-method-for-lisp): New function
1344         (comment-sexp-middle-line-method-for-c++): New function
1345         (comment-sexp-first-line-method-for-c): New function
1346         (comment-sexp-middle-line-method-for-c): New function
1347         (comment-sexp-last-line-method-for-c): New function
1348         (comment-sexp-last-line-method-for-dummy): New function
1349         (comment-sexp): Call methods instead od insert directly
1350
1351 Thu Apr 11 01:05:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1352
1353         * emu-xemacs.el (char-list-to-string): New macro
1354
1355         * emu-19.el (char-list-to-string): New macro; moved from tl-str.el
1356
1357         * emu-18.el (char-list-to-string): New function
1358
1359         * tl-str.el: Macro `char-list-to-string' were moved to emu-*.el
1360
1361 Tue Apr  9 20:42:59 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1362
1363         * tl-list.el (poly-funcall): New function
1364
1365 Sun Apr  7 00:37:48 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1366
1367         * tl-misc.el (get-latest-path): New function
1368
1369 Sat Apr  6 21:35:59 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1370
1371         * tl-str.el (version-to-list): New function
1372         (version<, version<=, version>, version>=): New function
1373
1374 Sat Apr  6 21:31:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1375
1376         * tl-str.el (expand-char-ranges): New function
1377
1378 \f
1379 Mon Mar 25 12:00:57 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1380
1381         * tl: Version 7.19 was released.
1382
1383 Mon Mar 25 10:43:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1384
1385         * emu-18.el (force-mode-line-update): New function; imported from
1386         Emacs 19.30.
1387
1388 Mon Mar 25 10:21:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1389
1390         * tl-822.el (rfc822/parse-ascii-token): check token instead of
1391         (cdr token).
1392
1393 Tue Mar 19 13:21:58 1996  KON-NO Yoichi <itokon@ssel.toshiba.co.jp>
1394
1395         * mu-cite.el: use `(mark t)' instead of `(mark)'.
1396         (cf. [tm-ja:1673])
1397
1398 Fri Mar 15 10:50:41 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
1399
1400         * tl-822.el (rfc822/parse-ascii-token): do nil check for token
1401         value (cf. [tm-ja:1671])
1402
1403 Thu Mar 14 16:27:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1404
1405         * tl-str.el: Function `truncate-string' was moved to emu-mule.el.
1406         Alias `top-short-string' and `rightful-boundary-short-string' were
1407         deleted.
1408         
1409         * emu-mule.el (truncate-string): New function;
1410         moved from tl-str.el.
1411         
1412         * emu-nemacs.el (truncate-string): New function;
1413         imported from emu-mule.el.
1414         
1415         * emu-orig.el (truncate-string): New function.
1416
1417 Thu Mar 14 04:23:25 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
1418
1419         * tl-str (truncate-string): New Implementation imported from Mule
1420         2.3.
1421
1422 \f
1423 Wed Mar 13 17:16:09 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1424
1425         * tl: Version 7.18 was released.
1426
1427         * emu.el (functionp): New function.
1428
1429         * mu-cite.el (mu-cite/get-value): Use function `functionp'.
1430
1431 Wed Mar 13 16:35:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1432
1433         * mu-comment.el: New file.
1434
1435 Sat Mar  9 08:13:21 1996  Hiroshi Ueno <zodiac@ibm.net>
1436
1437         * mu-cite.el (mu-cite/cite-original): exchange-point-and-mark if
1438         mark < point. (cf. [OS/2:1536])
1439
1440 Tue Mar 12 11:32:54 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
1441
1442         * mu-bbdb.el (mu-cite/get-bbdb-prefix-register-method),
1443         (mu-cite/get-bbdb-prefix-register-verbose-method): Don't register
1444         null string. (cf.[tm-ja:1662])
1445
1446         * mu-cite.el (mu-cite/get-prefix-register-method),
1447         (mu-cite/get-prefix-register-method): Don't register null string.
1448         (cf.[tm-ja:1662])
1449         
1450         * emu.el (buffer-substring-no-properties): New implementation
1451         imported from Emacs 19.30. (cf.[tm-ja:1662])
1452
1453 \f
1454 Wed Mar  6 00:24:08 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1455
1456         * tl: Version 7.15 was released.
1457
1458         * mu-cite.el: MINOURA Makoto's E-mail address was
1459         changed. (cf. [tm-ja:1649])
1460
1461 Wed Mar  6 00:07:55 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1462
1463         * tl-els: add mu-replace.el.
1464
1465         * mu-replace.el: New file.
1466
1467 Tue Mar  5 23:33:14 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1468
1469         * tl-str.el (replace-char-by-char): New function.
1470
1471         * tl-str.el (replace-space-with-underline): Function
1472         `replace-space-with-underline' was moved from tm-edit.el.
1473
1474         * tl-list.el (cons-if): New function.
1475
1476 \f
1477 Mon Mar  4 14:31:31 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1478
1479         * tl: Version 7.14 was released.
1480
1481 Mon Mar  4 11:33:53 1996  KON-NO Yoichi <itokon@ssel.toshiba.co.jp>
1482
1483         * mu-cite.el (mu-cite/cite-original): `(mark)' might occur an
1484         error. (cf. [tm-ja:1647])
1485
1486 Mon Mar  4 08:58:29 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1487
1488         * tl-els: New module
1489
1490         * mk-tl: use tl-els file.
1491
1492 Sat Mar  2 13:25:12 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1493
1494         * tl-822.el (rfc822/parse-ascii-token): New function.
1495         (rfc822/parse-word, rfc822/parse-local-part,
1496         rfc822/parse-sub-domain, rfc822/parse-domain,
1497         rfc822/parse-at-domain, rfc822/parse-route,
1498         rfc822/parse-route-addr, rfc822/parse-group,
1499         rfc822/parse-addresses): Use function `rfc822/parse-ascii-token'
1500         instead of `rfc822/parse-token'.
1501
1502 \f
1503 Wed Feb 28 13:26:26 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1504
1505         * tl: Version 7.13 was released.
1506
1507 Wed Feb 27 19:37:46 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
1508
1509         * mk-tl: Add `mu-bbdb.el' to module list.
1510
1511         * mu-bbdb.el: New file.
1512
1513         * mu-cite.el: (mu-cite/get-field-value-method-alist),
1514         (mu-cite/get-field-value): Typo fixed.
1515         (mu-cite/get-citation-name): Changed to function.
1516         (mu-cite/add-citation-name): New implementation.
1517         (mu-cite/save-to-file): Add sore comments.
1518         (mu-cite/get-prefix-register-method),
1519         (mu-cite/get-prefix-register-verbose-method): Use 'x-attribution.
1520         (mu-cite/default-methods-alist): Method `'x-attribution' was added.
1521         (replace-top-string): New implementation.
1522         
1523 Tue Feb 27 17:50:41 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1524
1525         * emu-nemacs.el (*noconv*): New constant.
1526         (*sjis*): New constant.
1527         (code-detect-region): New function.
1528         (set-file-coding-system): New function.
1529
1530         * emu-orig.el (code-detect-region): New function.
1531         (set-file-coding-system): New function.
1532
1533         * emu-orig.el (*noconv*): New constant.
1534
1535 \f
1536 Mon Feb 26 01:14:28 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1537
1538         * tl: Version 7.11.3 was released.
1539
1540         * emu-18.el (tl:set-text-properties): New function.
1541         (tl:overlay-buffer): New function. (cf. [tm-ja:1606])
1542
1543 Mon Feb 26 01:05:28 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1544
1545         * emu-18.el (remove-hook): New function: Imported from Emacs
1546         19.28. (cf. [tm-ja:1606])
1547         
1548         * emu-18.el (defalias): Implementation was fixed.
1549         (cf. [tm-ja:1606])
1550
1551 Mon Feb 26 00:56:18 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1552
1553         * emu.el: Version check was changed. (cf. [tm-ja:1606])
1554
1555 Mon Feb 26 00:54:12 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1556
1557         * emu.el: Version check was changed. (cf. [tm-ja:1606])
1558
1559 Sun Feb 25 18:08:24 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1560
1561         * tl-list.el (expand-range): New implementation.
1562
1563         * tl-list.el: Function `uncompress-range' was renamed to
1564         `expand-range'.
1565
1566         * tl-list.el (member-of-range): New implementation.
1567
1568 Fri Feb 23 20:43:33 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1569
1570         * tl-list.el (last): changed to macro.
1571
1572 Fri Feb 23 20:36:19 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1573
1574         * tl-list.el (caar): New macro.
1575         (cdar): New macro.
1576
1577 \f
1578 Sat Feb 23 17:52:54 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1579
1580         * tl: Version 7.11.2 was released.
1581
1582 Thu Feb 22 15:14:30 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1583
1584         * tl-str.el (eliminate-last-spaces): New function.
1585
1586 Thu Feb 22 14:33:08 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1587
1588         * tl-str.el (filename-special-char-range): New variable.
1589         (filename-space-char-range): New variable.
1590         (replace-as-filename): New implementation.
1591
1592 Thu Feb 22 14:24:39 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1593
1594         * tl-list.el (compress-sorted-numbers): New function imported from
1595         Gnus.
1596         (uncompress-range): New function imported from Gnus.
1597         (member-of-range): New function imported from Gnus.
1598
1599 \f
1600 Wed Feb 14 13:00:02 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1601
1602         * tl: Version 7.11.1 was released.
1603
1604 Mon Feb 12 07:34:30 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1605
1606         * tl-misc.el (add-path): Document string was fixed.
1607
1608 Mon Feb 12 07:27:03 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1609
1610         * tl-misc.el (file-installed-p): new function
1611
1612 \f
1613 Sat Feb  2 17:08:20 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1614
1615         * tl: Version 7.11 was released.
1616
1617 Wed Jan 31 00:07:57 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1618
1619         * mu-cite.el (mu-cite/get-field-value-methoda-list): fixed problem
1620         in mh-letter-mode
1621
1622 Thu Jan 25 08:07:39 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1623
1624         * tl-822.el: Don't use `equal' to compare strings.
1625
1626 \f
1627 Thu Jan 25 02:13:37 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1628
1629         * tl: Version 7.10 was released.
1630
1631         * emu-orig.el (*internal*, *ctext*): new constant
1632
1633         * emu-orig.el (code-convert-string): new function
1634
1635         * emu-orig.el (code-convert-region): new function
1636
1637         * emu-nemacs.el (*ctext*): new constant
1638
1639         * emu-18.el: Comment was fixed.
1640
1641         * emu-18.el (byte-code-function-p): check whether cons or not
1642
1643 Wed Jan 24 07:12:37 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1644
1645         * mu-cite.el (mu-cite/get-field-value-methoda-list): new variable
1646
1647         * mu-cite.el (mu-cite/get-field-value): new function
1648
1649 \f
1650 Sat Jan 20 13:25:43 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1651
1652         * tl: Version 7.09 was released.
1653
1654 Thu Jan 18 17:16:05 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1655
1656         * mu-cite.el: new method `in-id': default value of variable
1657         `mu-cite/top-format' was changed to use it.
1658
1659 Thu Jan 18 14:48:33 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1660
1661         * tl-822.el (rfc822/non-qtext-char-list): new constant
1662
1663         * tl-822.el: Constant `rfc822/non-qtext-chars' was deleted.
1664
1665         * tl-822.el (rfc822/wrap-as-quoted-string): new function
1666
1667         * tl-str.el (char-list-to-string): new macro
1668
1669         * genjis.el: new module
1670
1671 Thu Jan 18 01:55:25 1996  Yoshiyuki Yamagami <yamagami@hb.nmcc.co.jp>
1672
1673         * Makefile: specify `-no-site-file' option (cf. [tm-ja:1474])
1674
1675 \f
1676 Wed Jan 17 08:23:41 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1677
1678         * tl: version 7.08 was released.
1679
1680         * mu-cite.el (mu-cite/get-prefix-register-verbose-method):
1681         new implementation
1682
1683         * mu-cite.el (mu-cite/get-prefix-register-method):
1684         new implementation
1685
1686 Wed Jan 17 06:57:16 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1687
1688         * mu-cite.el:
1689         Function `mu-cite/get-ml-count' was renamed to
1690         `mu-cite/get-ml-count-method'.
1691         Function `mu-cite/citation-name' was renamed to
1692         `mu-cite/get-prefix-register-verbose-method'.
1693         Function `mu-cite/citation-name-quietly' was renamed to
1694         `mu-cite/get-prefix-register-method'.
1695
1696 Wed Jan 17 06:49:53 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1697
1698         * mu-cite.el (mu-cite/get-prefix-method): new function: it is
1699         implementation of new method `prefix'.
1700
1701 Wed Jan 17 06:30:08 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1702
1703         * mu-cite.el (mu-cite/save-to-file): modified to change comment of
1704         output file
1705
1706         * mu-cite.el (mu-cite/RCS-ID, mu-cite/version): new variable
1707
1708 Wed Jan 17 06:22:35 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1709
1710         * mu-cite.el: Default name of user environment file was changed to
1711         ~/.mu-cite.el.
1712
1713 Wed Jan 17 06:08:19 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1714
1715         * mu-cite.el: `mu-register/*' were renamed to `mu-cite/*'.
1716
1717         * mu-cite.el: mu-register.el was merged into mu-cite.el.
1718
1719 Wed Jan 17 05:35:06 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1720
1721         * mu-register.el (mu-register/citation-name):
1722         use function `y-or-n-p'
1723         
1724         * mu-register.el (mu-register/citation-name-quietly):
1725         use function `y-or-n-p'
1726
1727 Tue Jan 16 21:54:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1728
1729         * mu-register.el (mu-register/citation-name):
1730         use function `tl:read-string' instead of `read-string'.
1731
1732         * mu-register.el (mu-register/citation-name-quietly):
1733         use function `tl:read-string' instead of `read-string'.
1734
1735         * emu.el (tl:read-string): New function
1736
1737         * mu-register.el: `(require 'pp)' was deleted.
1738
1739 Tue Jan 16 14:04:24 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1740
1741         * mu-register.el:
1742         Method `prefix-registered-quietly' was renamed to
1743         `prefix-register'.
1744         Method `prefix-registered' was renamed to
1745         `prefix-register-verbose'.
1746
1747 Mon Jan 15 21:19:11 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1748
1749         * mu-register.el (mu-register/get-citation-name): new
1750         implementation by macro
1751
1752 Mon Jan 15 21:07:05 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1753
1754         * mu-register.el (mu-register/citation-name-quietly): new
1755         function: implementation of `prefix-registered-quietly'
1756
1757         Method name of function `mu-register/citation-name' was renamed to 
1758         `prefix-registered'.
1759
1760 Mon Jan 15 20:28:32 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
1761
1762         * mu-register.el (mu-register/save-to-file): new implementation
1763
1764         * mu-register.el (mu-register/registration-symbol): new variable:
1765         to specify symbol name of citation-name database.
1766
1767         * mu-register.el (mu-register/save-to-file): modified to use
1768         variable `mu-register/registration-symbol'.
1769
1770         * mu-register.el: use function `set-alist'.
1771
1772         * mu-register.el: Comments were translated from Japanese to
1773         English.
1774         
1775 Wed Dec 27 14:28:17 1995  MINOURA Makoto <minoura@leo.bekkoame.or.jp>
1776
1777         * mu-register.el: new module