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