35239e643be0818935210dc5a12fd35f1145cedd
[elisp/apel.git] / ChangeLog
1 Mon May 27 14:04:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * tl: Version 7.27.1 was released.
4
5         * emu-mule.el (charset-*): New constants.
6
7         * emu-x20.el (charset-*): New constants.
8         (charset-description): New alias.
9
10         * emu-e19.el (char-charset):
11         Use constant `charset-ascii' and `charset-latin-1'.
12
13 Mon May 27 12:17:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
14
15         * emu-nemacs.el (char-charset): Use constant `charset-ascii' and
16         `charset-jisx0208'.
17
18         * emu-nemacs.el (charset-ascii): New constant.
19         (charset-jisx0208): New constant.
20
21 Mon May 27 12:06:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
22
23         * emu-mule.el (charset-description): New alias.
24         (charset-registry): New alias.
25         (charset-columns): New alias.
26         (charset-direction): New alias.
27
28 Mon May 27 11:28:24 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
29
30         * emu-mule.el (string-columns): New alias.
31
32         * emu-nemacs.el, emu-e19.el, emu-x20.el (string-columns): New
33         alias; You should use it instead of `string-width'.
34
35 Mon May 27 10:07:19 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
36
37         * emu-nemacs.el (truncate-string): Use function `char-columns'
38         instead of `char-width'.
39
40 Mon May 27 10:01:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
41
42         * emu-mule.el (char-columns): New alias.
43         
44         * emu-nemacs.el, emu-e19.el, emu-x20.el (char-columns): New
45         function; You should use it instead of `char-width'.
46
47 Sat May 25 20:23:36 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
48
49         * emu-xemacs.el (invisible-p): New function.
50         (next-visible-point): New function.
51
52 Sat May 25 20:21:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
53
54         * emu-19.el (invisible-p): New function.
55         (next-visible-point): New function.
56
57 Sat May 25 20:14:52 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
58
59         * emu-18.el (invisible-p): New function.
60         (next-visible-point): New function.
61
62 Sat May 25 19:51:23 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
63
64         * emu-18.el (invisible-region): New function.
65         (visible-region): New function.
66
67 Sat May 25 19:28:13 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
68
69         * emu-xemacs.el (invisible-region): New function.
70         (visible-region): New function.
71
72 Sat May 25 19:22:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
73
74         * emu-19.el (invisible-region): New function.
75         (visible-region): New function.
76
77 \f
78 Thu May 23 01:31:02 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
79
80         * tl: Version 7.27 was released.
81
82 Wed May 22 02:51:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
83
84         * tl-822.el (rfc822/address-string): Unused local variable
85         `addr-spec' was abolished.
86
87 \f
88 Mon May 20 15:52:28 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
89
90         * tl: Version 7.26 was released.
91
92         * emu-x20.el (code-converter-is-broken): XEmacs 20.0 beta 20 is
93         broken too.
94
95 Mon May 20 15:51:11 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
96
97         * tl-822.el (rfc822/parse-addr-spec): Unused local variable
98         `at-sign' was abolished.
99
100 Mon May 20 13:08:14 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
101
102         * mu-cite.el (citation-mark-chars): New variable.
103         (compress-cited-prefix): Use variable `citation-mark-chars'.
104
105 \f
106 Fri May 17 08:12:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
107
108         * tl: Version 7.25 was released.
109
110         * tl-822.el (rfc822/analyze-comment): Unused local variable `chr'
111         was abolished.
112
113 \f
114 Wed May 15 14:23:50 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
115
116         * tl: Version 7.24 was released.
117
118         * tl-822.el (rfc822/lexical-analyze): Unnecessary local variable
119         `len' was abolished.
120
121 Wed May 15 14:19:45 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
122
123         * tl-822.el (rfc822/lexical-analyze): Unnecessary local variable
124         `i' was abolished.
125
126 Wed May 15 14:12:22 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
127
128         * tl-list.el (permute): Unnecessary local variable `ret' was
129         abolished.
130
131 Wed May 15 14:05:34 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
132
133         * emu-x20.el (string-to-int-list): New function; moved from
134         em-xemacs.el.
135
136         * emu-xemacs.el: Function `string-to-int-list' for XEmacs 19 was
137         deleted, for XEmacs 20 with Mule was moved to emu-x20.el.
138
139         * emu-x20.el, emu-e19.el: rearrangement.
140
141 Tue May 14 16:28:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
142
143         * emu-mule.el: rearrangement.
144
145         * emu-mule.el (string-to-int-list): New alias; moved from emu-19.el.
146
147 Tue May 14 16:23:29 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
148
149         * emu-e19.el (string-to-int-list): New alias; moved from emu-19.el.
150
151         * emu-19.el: Alias `string-to-int-list' was moved to emu-e19.el
152         and emu-mule.el.
153
154 Tue May 14 06:55:46 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
155
156         * mu-cite.el (compress-cited-prefix): New function.
157
158 \f
159 Tue May 14 02:41:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
160
161         * tl: Version 7.22.5 was released.
162
163         * emu-x20.el (code-converter-is-broken): XEmacs 20.0 beta 19 is
164         broken too.
165
166 \f
167 Sat May 11 08:36:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
168
169         * tl: Version 7.22.4 was released.
170
171         * emu.el (add-to-list): New function for Emacs 19.28 or earlier.
172
173 Thu May  9 16:38:20 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
174
175         * emu-mule.el (fontset-pixel-size): New implementation.
176
177 Thu May  9 15:09:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
178
179         * emu-18.el (tl:add-text-properties): New function; moved from
180         emu-nemacs.el or emu-mule.el.
181
182         * emu-mule.el, emu-nemacs.el: Function `tl:add-text-properties'
183         was moved to emu-18.el.
184
185 Thu May  9 15:01:57 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
186
187         * emu-18.el (remove-text-properties): New function.
188
189         * emu-nemacs.el (character-encode-string):
190         Renamed from `encode-coding-string'.
191         (character-decode-string): Renamed from `decode-coding-string'.
192
193 Thu May  9 14:26:27 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
194
195         * emu-e19.el (character-encode-string): Renamed from
196         `encode-coding-string'.
197         (character-decode-string): Renamed from `decode-coding-string'.
198
199 Thu May  9 14:07:02 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
200
201         * emu-mule.el (character-encode-string): Renamed from
202         `encode-coding-string'.
203         (character-decode-string): Renamed from `decode-coding-string'.
204
205 Thu May  9 13:48:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
206
207         * emu-x20.el (character-encode-string, character-decode-string):
208         New alias.
209
210         * emu-x20.el (character-encode-region, character-decode-region):
211         New alias.
212
213 Thu May  9 13:22:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
214
215         * emu-e19.el (character-encode-region): New function.
216         (character-decode-region): New function.
217         Function `encode-coding-region' and `decode-coding-region' were
218         abolished.
219
220 Thu May  9 12:54:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
221
222         * emu-mule.el (character-encode-region): New function.
223         (character-decode-region): New function.
224         Function `encode-coding-region' and `decode-coding-region' were
225         abolished.
226
227 Thu May  9 12:45:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
228
229         * emu-nemacs.el (character-encode-region): fixed for NEmacs bug?
230         (character-decode-region): fixed for NEmacs bug?
231
232         * emu-nemacs.el (code-convert-region): fixed for NEmacs bug?
233         (character-encode-region): New function.
234         (character-decode-region): New function.
235         Function `encode-coding-region' and `decode-coding-region' were
236         abolished.
237
238 \f
239 Wed May  8 13:56:30 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
240
241         * tl: Version 7.22.3 was released.
242
243         * tl-list.el (last): New implementation.
244
245 \f
246 Tue May  7 18:16:38 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
247
248         * tl: Version 7.22.2 was released.
249
250         * emu-x20.el (*hz*, *big5*, *euc-kr*, *koi8*): New constant.
251
252 Tue May  7 17:50:26 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
253
254         * emu.el (running-xemacs-19): Definition was changed.
255         (running-xemacs-20): Definition was changed.
256
257 Tue May  7 17:15:31 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
258
259         * tl-els: bitmap.el must be regarded as Mule depended module.
260
261 Tue May  7 16:40:44 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
262
263         * emu-x20.el (xemacs-beta-version): New variable.
264         (code-converter-is-broken): Use variable `xemacs-beta-version'.
265
266 Tue May  7 07:00:50 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
267
268         * emu.el, mu-bbdb.el, mu-cite.el: KOBAYASHI Shuhei's address was
269         changed.
270
271 Tue May  7 06:29:59 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
272
273         * emu.el (running-xemacs-19_14-or-later): New variable.
274         setting for text/enriched and text/richtext.
275
276 \f
277 Mon Apr 29 06:30:47 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
278
279         * tl: Version 7.22.1 was released.
280
281 Sun Apr 28 16:53:05 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
282
283         * emu-x20.el (find-charset-string, find-charset-region): don't
284         include ascii.
285
286 Sat Apr 27 19:08:03 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
287
288         * emu-x20.el (lc-ascii, lc-ltn1, lc-ltn2, lc-ltn3, lc-ltn4,
289         lc-crl, lc-arb, lc-grk, lc-hbw, lc-ltn5, lc-jp, lc-jp2, lc-kr,
290         lc-big5-1, lc-big5-2, lc-cn, lc-cns1, lc-cns2, lc-cns3, lc-cns4,
291         lc-cns5, lc-cns6, lc-cns7): New constant.
292
293 Sat Apr 27 15:43:06 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
294
295         * bitmap.el (bitmap-show-xbm): `j' should be defined as local
296         variable.
297
298         * tl-els: add emu-x20.el.
299
300 Sat Apr 27 15:25:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
301
302         * emu.el: require emu-x20 if running XEmacs 20 with Mule feature.
303
304 Sat Apr 27 15:24:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
305
306         * emu-x20.el: New module for XEmacs 20 with Mule.
307
308 Sat Apr 27 13:48:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
309
310         * emu-e19.el (decode-coding-region): New function.
311         (encode-coding-region): New function.
312         (decode-coding-string): New function.
313         (encode-coding-string): New function.
314
315 Sat Apr 27 13:36:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
316
317         * emu-nemacs.el (decode-coding-region): New function.
318         (encode-coding-region): New function.
319         (decode-coding-string): New function.
320         (encode-coding-string): New function.
321
322         * emu-nemacs.el: KOBAYASHI Shuhei's address was changed.
323
324 Sat Apr 27 13:27:06 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
325
326         * emu-mule.el (decode-coding-region): New function.
327         (encode-coding-region): New function.
328         (decode-coding-string): New function.
329         (encode-coding-string): New function.
330
331         * tl-els: emu-19.el was renamed to `emu-e19.el'.
332
333         * emu-mule.el (fontset-pixel-size): New implementation.
334
335 Sat Apr 27 11:21:45 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
336
337         * emu.el, emu-e19.el: emu-orig.el was renamed to `emu-e19.el'.
338
339         * emu-nemacs.el, emu-e19.el: Alias `get-lc' was abolished.
340
341         * emu-mule.el: Function `get-lc' was abolished.
342
343 \f
344 Fri Apr 26 05:28:30 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
345
346         * tl: Version 7.22 was released.
347
348         * tl-els: Version check for enriched.el was fixed for XEmacs 19.14.
349
350 Fri Apr 26 02:45:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
351
352         * bitmap.el (bitmap-decode-x-face): New function.
353         (bitmap-uncompface-program): New variable.
354
355         * bitmap.el: New module.
356
357 Thu Apr 25 22:15:52 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
358
359         * tl-822.el (rfc822/get-field-names): New function.
360
361 Thu Apr 25 21:30:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
362
363         * tl-822.el (rfc822/get-field-bodies): New argument `boundary';
364         use function `rfc822/narrow-to-header'.
365
366         * tl-822.el (rfc822/get-field-body): add new argument `boundary';
367         use function `rfc822/narrow-to-header'.
368
369         * tl-822.el (rfc822/narrow-to-header): New function.
370         (rfc822/get-header-string): Use function `rfc822/narrow-to-header'.
371         (rfc822/get-header-string-except): Use function
372         `rfc822/narrow-to-header'.
373
374 Thu Apr 25 16:15:12 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
375
376         * tl-822.el (rfc822/get-header-string,
377         rfc822/get-header-string-except): Argument `boundary' is changed
378         to optional.
379
380         * tl-822.el (rfc822/get-header-string): New function.
381
382 Thu Apr 25 15:04:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
383
384         * tl-822.el (rfc822/get-field-bodies): New function.
385
386 Thu Apr 25 13:22:26 1996  Michael Sperber <sperber@informatik.uni-tuebingen.de>
387
388         * tl-list.el (caar, cadr, last, butlast): changed to function
389         because these macros in tl-list.el screw up at least the loop
390         macro in CL which causes other lossage. (cf. [tm-en:467])
391
392 \f
393 Thu Apr 25 12:08:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
394
395         * tl: Version 7.19.3 was released.
396
397 Wed Apr 24 15:27:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
398
399         * emu-orig.el (sref): New alias.
400
401         * emu-mule.el (char-charset): New alias.
402
403 Wed Apr 24 13:46:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
404
405         * emu-nemacs.el, emu-orig.el: Function `char-leading-char' was
406         renamed to `char-charset'; `char-leading-char' became alias of
407         function `char-charset'.
408
409         * tl-str.el (replace-char-by-char): abolished.
410
411         * emu-nemacs.el (sref): fixed.
412
413         * emu-nemacs.el (string-to-int-list): moved from emu-18.el.
414
415         * emu-18.el (string-to-int-list): moved to emu-nemacs.el.
416
417         * emu-xemacs.el, emu-19.el (string-to-int-list): fixed to define.
418
419         * emu-18.el (string-to-int-list): fixed.
420
421 Wed Apr 24 00:57:07 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
422
423         * mu-replace.el: defvar for global variables.
424
425         * tl-misc.el (get-latest-path): New implementation.
426
427 Wed Apr 24 00:16:45 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
428
429         * tl-str.el (filename-special-char-range): use function `char-int'
430         and `string-to-int-list'.
431
432         * emu-xemacs.el, emu-19.el, emu-18.el (string-to-int-list):
433         New function.
434
435         * emu.el (char-int): New function.
436         (int-char): New function.
437
438 \f
439 Sat Apr 20 13:10:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
440
441         * tl: Version 7.19.2 was released.
442
443 Fri Apr 19 19:24:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
444
445         * tl-822.el (rfc822/parse-addresses): use `nreverse'
446
447         * tl-822.el (rfc822/parse-group): use `nreverse'
448
449         * tl-822.el (rfc822/parse-token-or-comment): use `nreverse'
450
451         * tl-822.el (rfc822/parse-ascii-token): use `nreverse'
452
453         * tl-822.el (rfc822/parse-token): use `nreverse'
454
455         * tl-822.el (rfc822/lexical-analyze): use `nreverse'
456
457 Fri Apr 19 18:48:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
458
459         * tl-822.el (rfc822/address-string): support group
460         (rfc822/full-name-string): support group
461
462 Fri Apr 19 07:44:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
463
464         * tl-seq.el (foldr): fixed
465
466 Fri Apr 19 07:26:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
467
468         * tl-seq.el (foldl): use `1+'
469
470         * tl-seq.el (foldr): New function
471
472 Wed Apr 17 15:18:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
473
474         * emu-mule.el: use `running-emacs-19' and `running-emacs-18'.
475
476         * emu-nemacs.el: delete definition of `emacs-major-version'.
477
478         * emu-orig.el: use `running-emacs-19'.
479
480         * emu.el: define `emacs-major-version' if not bound.
481
482         * emu-mule.el: delete check and define `emacs-major-version'.
483
484         * emu-orig.el: use `running-xemacs'.
485
486 \f
487 Mon Apr 15 08:57:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
488
489         * tl: Version 7.19.1 was released.
490
491         * tl-822.el (rfc822/parse-ascii-token): does not exit from loop
492         even if token-value is nil.
493
494         * tl-822.el (rfc822/parse-ascii-token): nil check for token-value
495
496 Sun Apr 14 00:11:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
497
498         * emu.el (running-emacs-18, running-emacs-19): New variable
499
500         * emu.el (running-emacs-19_29-or-later): New variable
501
502 Sat Apr 13 23:46:09 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
503
504         * emu.el (running-xemacs): New variable
505
506 Thu Apr 11 14:13:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
507
508         * mu-comment.el (comment-sexp-first-line-method-alist): New variable
509         (comment-sexp-middle-line-method-alist): New variable
510         (comment-sexp-last-line-method-alist): New variable
511         (comment-sexp-middle-line-method-for-lisp): New function
512         (comment-sexp-middle-line-method-for-c++): New function
513         (comment-sexp-first-line-method-for-c): New function
514         (comment-sexp-middle-line-method-for-c): New function
515         (comment-sexp-last-line-method-for-c): New function
516         (comment-sexp-last-line-method-for-dummy): New function
517         (comment-sexp): Call methods instead od insert directly
518
519 Thu Apr 11 01:05:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
520
521         * emu-xemacs.el (char-list-to-string): New macro
522
523         * emu-19.el (char-list-to-string): New macro; moved from tl-str.el
524
525         * emu-18.el (char-list-to-string): New function
526
527         * tl-str.el: Macro `char-list-to-string' were moved to emu-*.el
528
529 Tue Apr  9 20:42:59 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
530
531         * tl-list.el (poly-funcall): New function
532
533 Sun Apr  7 00:37:48 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
534
535         * tl-misc.el (get-latest-path): New function
536
537 Sat Apr  6 21:35:59 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
538
539         * tl-str.el (version-to-list): New function
540         (version<, version<=, version>, version>=): New function
541
542 Sat Apr  6 21:31:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
543
544         * tl-str.el (expand-char-ranges): New function
545
546 \f
547 Mon Mar 25 12:00:57 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
548
549         * tl: Version 7.19 was released.
550
551 Mon Mar 25 10:43:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
552
553         * emu-18.el (force-mode-line-update): New function; imported from
554         Emacs 19.30.
555
556 Mon Mar 25 10:21:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
557
558         * tl-822.el (rfc822/parse-ascii-token): check token instead of
559         (cdr token).
560
561 Tue Mar 19 13:21:58 1996  KON-NO Yoichi <itokon@ssel.toshiba.co.jp>
562
563         * mu-cite.el: use `(mark t)' instead of `(mark)'.
564         (cf. [tm-ja:1673])
565
566 Fri Mar 15 10:50:41 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
567
568         * tl-822.el (rfc822/parse-ascii-token): do nil check for token
569         value (cf. [tm-ja:1671])
570
571 Thu Mar 14 16:27:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
572
573         * tl-str.el: Function `truncate-string' was moved to emu-mule.el.
574         Alias `top-short-string' and `rightful-boundary-short-string' were
575         deleted.
576         
577         * emu-mule.el (truncate-string): New function;
578         moved from tl-str.el.
579         
580         * emu-nemacs.el (truncate-string): New function;
581         imported from emu-mule.el.
582         
583         * emu-orig.el (truncate-string): New function.
584
585 Thu Mar 14 04:23:25 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
586
587         * tl-str (truncate-string): New Implementation imported from Mule
588         2.3.
589
590 \f
591 Wed Mar 13 17:16:09 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
592
593         * tl: Version 7.18 was released.
594
595         * emu.el (functionp): New function.
596
597         * mu-cite.el (mu-cite/get-value): Use function `functionp'.
598
599 Wed Mar 13 16:35:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
600
601         * mu-comment.el: New file.
602
603 Sat Mar  9 08:13:21 1996  Hiroshi Ueno <zodiac@ibm.net>
604
605         * mu-cite.el (mu-cite/cite-original): exchange-point-and-mark if
606         mark < point. (cf. [OS/2:1536])
607
608 Tue Mar 12 11:32:54 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
609
610         * mu-bbdb.el (mu-cite/get-bbdb-prefix-register-method),
611         (mu-cite/get-bbdb-prefix-register-verbose-method): Don't register
612         null string. (cf.[tm-ja:1662])
613
614         * mu-cite.el (mu-cite/get-prefix-register-method),
615         (mu-cite/get-prefix-register-method): Don't register null string.
616         (cf.[tm-ja:1662])
617         
618         * emu.el (buffer-substring-no-properties): New implementation
619         imported from Emacs 19.30. (cf.[tm-ja:1662])
620
621 \f
622 Wed Mar  6 00:24:08 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
623
624         * tl: Version 7.15 was released.
625
626         * mu-cite.el: MINOURA Makoto's E-mail address was
627         changed. (cf. [tm-ja:1649])
628
629 Wed Mar  6 00:07:55 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
630
631         * tl-els: add mu-replace.el.
632
633         * mu-replace.el: New file.
634
635 Tue Mar  5 23:33:14 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
636
637         * tl-str.el (replace-char-by-char): New function.
638
639         * tl-str.el (replace-space-with-underline): Function
640         `replace-space-with-underline' was moved from tm-edit.el.
641
642         * tl-list.el (cons-if): New function.
643
644 \f
645 Mon Mar  4 14:31:31 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
646
647         * tl: Version 7.14 was released.
648
649 Mon Mar  4 11:33:53 1996  KON-NO Yoichi <itokon@ssel.toshiba.co.jp>
650
651         * mu-cite.el (mu-cite/cite-original): `(mark)' might occur an
652         error. (cf. [tm-ja:1647])
653
654 Mon Mar  4 08:58:29 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
655
656         * tl-els: New module
657
658         * mk-tl: use tl-els file.
659
660 Sat Mar  2 13:25:12 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
661
662         * tl-822.el (rfc822/parse-ascii-token): New function.
663         (rfc822/parse-word, rfc822/parse-local-part,
664         rfc822/parse-sub-domain, rfc822/parse-domain,
665         rfc822/parse-at-domain, rfc822/parse-route,
666         rfc822/parse-route-addr, rfc822/parse-group,
667         rfc822/parse-addresses): Use function `rfc822/parse-ascii-token'
668         instead of `rfc822/parse-token'.
669
670 \f
671 Wed Feb 28 13:26:26 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
672
673         * tl: Version 7.13 was released.
674
675 Wed Feb 27 19:37:46 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
676
677         * mk-tl: Add `mu-bbdb.el' to module list.
678
679         * mu-bbdb.el: New file.
680
681         * mu-cite.el: (mu-cite/get-field-value-method-alist),
682         (mu-cite/get-field-value): Typo fixed.
683         (mu-cite/get-citation-name): Changed to function.
684         (mu-cite/add-citation-name): New implementation.
685         (mu-cite/save-to-file): Add sore comments.
686         (mu-cite/get-prefix-register-method),
687         (mu-cite/get-prefix-register-verbose-method): Use 'x-attribution.
688         (mu-cite/default-methods-alist): Method `'x-attribution' was added.
689         (replace-top-string): New implementation.
690         
691 Tue Feb 27 17:50:41 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
692
693         * emu-nemacs.el (*noconv*): New constant.
694         (*sjis*): New constant.
695         (code-detect-region): New function.
696         (set-file-coding-system): New function.
697
698         * emu-orig.el (code-detect-region): New function.
699         (set-file-coding-system): New function.
700
701         * emu-orig.el (*noconv*): New constant.
702
703 \f
704 Mon Feb 26 01:14:28 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
705
706         * tl: Version 7.11.3 was released.
707
708         * emu-18.el (tl:set-text-properties): New function.
709         (tl:overlay-buffer): New function. (cf. [tm-ja:1606])
710
711 Mon Feb 26 01:05:28 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
712
713         * emu-18.el (remove-hook): New function: Imported from Emacs
714         19.28. (cf. [tm-ja:1606])
715         
716         * emu-18.el (defalias): Implementation was fixed.
717         (cf. [tm-ja:1606])
718
719 Mon Feb 26 00:56:18 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
720
721         * emu.el: Version check was changed. (cf. [tm-ja:1606])
722
723 Mon Feb 26 00:54:12 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
724
725         * emu.el: Version check was changed. (cf. [tm-ja:1606])
726
727 Sun Feb 25 18:08:24 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
728
729         * tl-list.el (expand-range): New implementation.
730
731         * tl-list.el: Function `uncompress-range' was renamed to
732         `expand-range'.
733
734         * tl-list.el (member-of-range): New implementation.
735
736 Fri Feb 23 20:43:33 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
737
738         * tl-list.el (last): changed to macro.
739
740 Fri Feb 23 20:36:19 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
741
742         * tl-list.el (caar): New macro.
743         (cdar): New macro.
744
745 \f
746 Sat Feb 23 17:52:54 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
747
748         * tl: Version 7.11.2 was released.
749
750 Thu Feb 22 15:14:30 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
751
752         * tl-str.el (eliminate-last-spaces): New function.
753
754 Thu Feb 22 14:33:08 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
755
756         * tl-str.el (filename-special-char-range): New variable.
757         (filename-space-char-range): New variable.
758         (replace-as-filename): New implementation.
759
760 Thu Feb 22 14:24:39 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
761
762         * tl-list.el (compress-sorted-numbers): New function imported from
763         Gnus.
764         (uncompress-range): New function imported from Gnus.
765         (member-of-range): New function imported from Gnus.
766
767 \f
768 Wed Feb 14 13:00:02 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
769
770         * tl: Version 7.11.1 was released.
771
772 Mon Feb 12 07:34:30 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
773
774         * tl-misc.el (add-path): Document string was fixed.
775
776 Mon Feb 12 07:27:03 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
777
778         * tl-misc.el (file-installed-p): new function
779
780 \f
781 Sat Feb  2 17:08:20 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
782
783         * tl: Version 7.11 was released.
784
785 Wed Jan 31 00:07:57 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
786
787         * mu-cite.el (mu-cite/get-field-value-methoda-list): fixed problem
788         in mh-letter-mode
789
790 Thu Jan 25 08:07:39 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
791
792         * tl-822.el: Don't use `equal' to compare strings.
793
794 \f
795 Thu Jan 25 02:13:37 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
796
797         * tl: Version 7.10 was released.
798
799         * emu-orig.el (*internal*, *ctext*): new constant
800
801         * emu-orig.el (code-convert-string): new function
802
803         * emu-orig.el (code-convert-region): new function
804
805         * emu-nemacs.el (*ctext*): new constant
806
807         * emu-18.el: Comment was fixed.
808
809         * emu-18.el (byte-code-function-p): check whether cons or not
810
811 Wed Jan 24 07:12:37 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
812
813         * mu-cite.el (mu-cite/get-field-value-methoda-list): new variable
814
815         * mu-cite.el (mu-cite/get-field-value): new function
816
817 \f
818 Sat Jan 20 13:25:43 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
819
820         * tl: Version 7.09 was released.
821
822 Thu Jan 18 17:16:05 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
823
824         * mu-cite.el: new method `in-id': default value of variable
825         `mu-cite/top-format' was changed to use it.
826
827 Thu Jan 18 14:48:33 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
828
829         * tl-822.el (rfc822/non-qtext-char-list): new constant
830
831         * tl-822.el: Constant `rfc822/non-qtext-chars' was deleted.
832
833         * tl-822.el (rfc822/wrap-as-quoted-string): new function
834
835         * tl-str.el (char-list-to-string): new macro
836
837         * genjis.el: new module
838
839 Thu Jan 18 01:55:25 1996  Yoshiyuki Yamagami <yamagami@hb.nmcc.co.jp>
840
841         * Makefile: specify `-no-site-file' option (cf. [tm-ja:1474])
842
843 \f
844 Wed Jan 17 08:23:41 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
845
846         * tl: version 7.08 was released.
847
848         * mu-cite.el (mu-cite/get-prefix-register-verbose-method):
849         new implementation
850
851         * mu-cite.el (mu-cite/get-prefix-register-method):
852         new implementation
853
854 Wed Jan 17 06:57:16 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
855
856         * mu-cite.el:
857         Function `mu-cite/get-ml-count' was renamed to
858         `mu-cite/get-ml-count-method'.
859         Function `mu-cite/citation-name' was renamed to
860         `mu-cite/get-prefix-register-verbose-method'.
861         Function `mu-cite/citation-name-quietly' was renamed to
862         `mu-cite/get-prefix-register-method'.
863
864 Wed Jan 17 06:49:53 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
865
866         * mu-cite.el (mu-cite/get-prefix-method): new function: it is
867         implementation of new method `prefix'.
868
869 Wed Jan 17 06:30:08 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
870
871         * mu-cite.el (mu-cite/save-to-file): modified to change comment of
872         output file
873
874         * mu-cite.el (mu-cite/RCS-ID, mu-cite/version): new variable
875
876 Wed Jan 17 06:22:35 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
877
878         * mu-cite.el: Default name of user environment file was changed to
879         ~/.mu-cite.el.
880
881 Wed Jan 17 06:08:19 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
882
883         * mu-cite.el: `mu-register/*' were renamed to `mu-cite/*'.
884
885         * mu-cite.el: mu-register.el was merged into mu-cite.el.
886
887 Wed Jan 17 05:35:06 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
888
889         * mu-register.el (mu-register/citation-name):
890         use function `y-or-n-p'
891         
892         * mu-register.el (mu-register/citation-name-quietly):
893         use function `y-or-n-p'
894
895 Tue Jan 16 21:54:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
896
897         * mu-register.el (mu-register/citation-name):
898         use function `tl:read-string' instead of `read-string'.
899
900         * mu-register.el (mu-register/citation-name-quietly):
901         use function `tl:read-string' instead of `read-string'.
902
903         * emu.el (tl:read-string): New function
904
905         * mu-register.el: `(require 'pp)' was deleted.
906
907 Tue Jan 16 14:04:24 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
908
909         * mu-register.el:
910         Method `prefix-registered-quietly' was renamed to
911         `prefix-register'.
912         Method `prefix-registered' was renamed to
913         `prefix-register-verbose'.
914
915 Mon Jan 15 21:19:11 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
916
917         * mu-register.el (mu-register/get-citation-name): new
918         implementation by macro
919
920 Mon Jan 15 21:07:05 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
921
922         * mu-register.el (mu-register/citation-name-quietly): new
923         function: implementation of `prefix-registered-quietly'
924
925         Method name of function `mu-register/citation-name' was renamed to 
926         `prefix-registered'.
927
928 Mon Jan 15 20:28:32 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
929
930         * mu-register.el (mu-register/save-to-file): new implementation
931
932         * mu-register.el (mu-register/registration-symbol): new variable:
933         to specify symbol name of citation-name database.
934
935         * mu-register.el (mu-register/save-to-file): modified to use
936         variable `mu-register/registration-symbol'.
937
938         * mu-register.el: use function `set-alist'.
939
940         * mu-register.el: Comments were translated from Japanese to
941         English.
942         
943 Wed Dec 27 14:28:17 1995  MINOURA Makoto <minoura@leo.bekkoame.or.jp>
944
945         * mu-register.el: new module