3ff5a0d4b3f05f2da44d76d2a1dcbb99b8911bd6
[elisp/apel.git] / ChangeLog
1 Thu Apr 25 12:08:33 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * tl: Version 7.19.3 was released.
4
5 Wed Apr 24 15:27:17 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6
7         * emu-orig.el (sref): New alias.
8
9         * emu-mule.el (char-charset): New alias.
10
11 Wed Apr 24 13:46:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
12
13         * emu-nemacs.el, emu-orig.el: Function `char-leading-char' was
14         renamed to `char-charset'; `char-leading-char' became alias of
15         function `char-charset'.
16
17         * tl-str.el (replace-char-by-char): abolished.
18
19         * emu-nemacs.el (sref): fixed.
20
21         * emu-nemacs.el (string-to-int-list): moved from emu-18.el.
22
23         * emu-18.el (string-to-int-list): moved to emu-nemacs.el.
24
25         * emu-xemacs.el, emu-19.el (string-to-int-list): fixed to define.
26
27         * emu-18.el (string-to-int-list): fixed.
28
29 Wed Apr 24 00:57:07 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
30
31         * mu-replace.el: defvar for global variables.
32
33         * tl-misc.el (get-latest-path): New implementation.
34
35 Wed Apr 24 00:16:45 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
36
37         * tl-str.el (filename-special-char-range): use function `char-int'
38         and `string-to-int-list'.
39
40         * emu-xemacs.el, emu-19.el, emu-18.el (string-to-int-list):
41         New function.
42
43         * emu.el (char-int): New function.
44         (int-char): New function.
45
46 \f
47 Sat Apr 20 13:10:42 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
48
49         * tl: Version 7.19.2 was released.
50
51 Fri Apr 19 19:24:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
52
53         * tl-822.el (rfc822/parse-addresses): use `nreverse'
54
55         * tl-822.el (rfc822/parse-group): use `nreverse'
56
57         * tl-822.el (rfc822/parse-token-or-comment): use `nreverse'
58
59         * tl-822.el (rfc822/parse-ascii-token): use `nreverse'
60
61         * tl-822.el (rfc822/parse-token): use `nreverse'
62
63         * tl-822.el (rfc822/lexical-analyze): use `nreverse'
64
65 Fri Apr 19 18:48:55 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
66
67         * tl-822.el (rfc822/address-string): support group
68         (rfc822/full-name-string): support group
69
70 Fri Apr 19 07:44:39 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
71
72         * tl-seq.el (foldr): fixed
73
74 Fri Apr 19 07:26:08 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
75
76         * tl-seq.el (foldl): use `1+'
77
78         * tl-seq.el (foldr): New function
79
80 Wed Apr 17 15:18:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
81
82         * emu-mule.el: use `running-emacs-19' and `running-emacs-18'.
83
84         * emu-nemacs.el: delete definition of `emacs-major-version'.
85
86         * emu-orig.el: use `running-emacs-19'.
87
88         * emu.el: define `emacs-major-version' if not bound.
89
90         * emu-mule.el: delete check and define `emacs-major-version'.
91
92         * emu-orig.el: use `running-xemacs'.
93
94 \f
95 Mon Apr 15 08:57:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
96
97         * tl: Version 7.19.1 was released.
98
99         * tl-822.el (rfc822/parse-ascii-token): does not exit from loop
100         even if token-value is nil.
101
102         * tl-822.el (rfc822/parse-ascii-token): nil check for token-value
103
104 Sun Apr 14 00:11:18 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
105
106         * emu.el (running-emacs-18, running-emacs-19): New variable
107
108         * emu.el (running-emacs-19_29-or-later): New variable
109
110 Sat Apr 13 23:46:09 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
111
112         * emu.el (running-xemacs): New variable
113
114 Thu Apr 11 14:13:56 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
115
116         * mu-comment.el (comment-sexp-first-line-method-alist): New variable
117         (comment-sexp-middle-line-method-alist): New variable
118         (comment-sexp-last-line-method-alist): New variable
119         (comment-sexp-middle-line-method-for-lisp): New function
120         (comment-sexp-middle-line-method-for-c++): New function
121         (comment-sexp-first-line-method-for-c): New function
122         (comment-sexp-middle-line-method-for-c): New function
123         (comment-sexp-last-line-method-for-c): New function
124         (comment-sexp-last-line-method-for-dummy): New function
125         (comment-sexp): Call methods instead od insert directly
126
127 Thu Apr 11 01:05:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
128
129         * emu-xemacs.el (char-list-to-string): New macro
130
131         * emu-19.el (char-list-to-string): New macro; moved from tl-str.el
132
133         * emu-18.el (char-list-to-string): New function
134
135         * tl-str.el: Macro `char-list-to-string' were moved to emu-*.el
136
137 Tue Apr  9 20:42:59 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
138
139         * tl-list.el (poly-funcall): New function
140
141 Sun Apr  7 00:37:48 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
142
143         * tl-misc.el (get-latest-path): New function
144
145 Sat Apr  6 21:35:59 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
146
147         * tl-str.el (version-to-list): New function
148         (version<, version<=, version>, version>=): New function
149
150 Sat Apr  6 21:31:32 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
151
152         * tl-str.el (expand-char-ranges): New function
153
154 \f
155 Mon Mar 25 12:00:57 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
156
157         * tl: Version 7.19 was released.
158
159 Mon Mar 25 10:43:00 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
160
161         * emu-18.el (force-mode-line-update): New function; imported from
162         Emacs 19.30.
163
164 Mon Mar 25 10:21:25 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
165
166         * tl-822.el (rfc822/parse-ascii-token): check token instead of
167         (cdr token).
168
169 Tue Mar 19 13:21:58 1996  KON-NO Yoichi <itokon@ssel.toshiba.co.jp>
170
171         * mu-cite.el: use `(mark t)' instead of `(mark)'.
172         (cf. [tm-ja:1673])
173
174 Fri Mar 15 10:50:41 1996  Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
175
176         * tl-822.el (rfc822/parse-ascii-token): do nil check for token
177         value (cf. [tm-ja:1671])
178
179 Thu Mar 14 16:27:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
180
181         * tl-str.el: Function `truncate-string' was moved to emu-mule.el.
182         Alias `top-short-string' and `rightful-boundary-short-string' were
183         deleted.
184         
185         * emu-mule.el (truncate-string): New function;
186         moved from tl-str.el.
187         
188         * emu-nemacs.el (truncate-string): New function;
189         imported from emu-mule.el.
190         
191         * emu-orig.el (truncate-string): New function.
192
193 Thu Mar 14 04:23:25 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
194
195         * tl-str (truncate-string): New Implementation imported from Mule
196         2.3.
197
198 \f
199 Wed Mar 13 17:16:09 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
200
201         * tl: Version 7.18 was released.
202
203         * emu.el (functionp): New function.
204
205         * mu-cite.el (mu-cite/get-value): Use function `functionp'.
206
207 Wed Mar 13 16:35:15 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
208
209         * mu-comment.el: New file.
210
211 Sat Mar  9 08:13:21 1996  Hiroshi Ueno <zodiac@ibm.net>
212
213         * mu-cite.el (mu-cite/cite-original): exchange-point-and-mark if
214         mark < point. (cf. [OS/2:1536])
215
216 Tue Mar 12 11:32:54 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
217
218         * mu-bbdb.el (mu-cite/get-bbdb-prefix-register-method),
219         (mu-cite/get-bbdb-prefix-register-verbose-method): Don't register
220         null string. (cf.[tm-ja:1662])
221
222         * mu-cite.el (mu-cite/get-prefix-register-method),
223         (mu-cite/get-prefix-register-method): Don't register null string.
224         (cf.[tm-ja:1662])
225         
226         * emu.el (buffer-substring-no-properties): New implementation
227         imported from Emacs 19.30. (cf.[tm-ja:1662])
228
229 \f
230 Wed Mar  6 00:24:08 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
231
232         * tl: Version 7.15 was released.
233
234         * mu-cite.el: MINOURA Makoto's E-mail address was
235         changed. (cf. [tm-ja:1649])
236
237 Wed Mar  6 00:07:55 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
238
239         * tl-els: add mu-replace.el.
240
241         * mu-replace.el: New file.
242
243 Tue Mar  5 23:33:14 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
244
245         * tl-str.el (replace-char-by-char): New function.
246
247         * tl-str.el (replace-space-with-underline): Function
248         `replace-space-with-underline' was moved from tm-edit.el.
249
250         * tl-list.el (cons-if): New function.
251
252 \f
253 Mon Mar  4 14:31:31 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
254
255         * tl: Version 7.14 was released.
256
257 Mon Mar  4 11:33:53 1996  KON-NO Yoichi <itokon@ssel.toshiba.co.jp>
258
259         * mu-cite.el (mu-cite/cite-original): `(mark)' might occur an
260         error. (cf. [tm-ja:1647])
261
262 Mon Mar  4 08:58:29 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
263
264         * tl-els: New module
265
266         * mk-tl: use tl-els file.
267
268 Sat Mar  2 13:25:12 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
269
270         * tl-822.el (rfc822/parse-ascii-token): New function.
271         (rfc822/parse-word, rfc822/parse-local-part,
272         rfc822/parse-sub-domain, rfc822/parse-domain,
273         rfc822/parse-at-domain, rfc822/parse-route,
274         rfc822/parse-route-addr, rfc822/parse-group,
275         rfc822/parse-addresses): Use function `rfc822/parse-ascii-token'
276         instead of `rfc822/parse-token'.
277
278 \f
279 Wed Feb 28 13:26:26 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
280
281         * tl: Version 7.13 was released.
282
283 Wed Feb 27 19:37:46 1996  Shuhei KOBAYASHI  <shuhei@cmpt01.phys.tohoku.ac.jp>
284
285         * mk-tl: Add `mu-bbdb.el' to module list.
286
287         * mu-bbdb.el: New file.
288
289         * mu-cite.el: (mu-cite/get-field-value-method-alist),
290         (mu-cite/get-field-value): Typo fixed.
291         (mu-cite/get-citation-name): Changed to function.
292         (mu-cite/add-citation-name): New implementation.
293         (mu-cite/save-to-file): Add sore comments.
294         (mu-cite/get-prefix-register-method),
295         (mu-cite/get-prefix-register-verbose-method): Use 'x-attribution.
296         (mu-cite/default-methods-alist): Method `'x-attribution' was added.
297         (replace-top-string): New implementation.
298         
299 Tue Feb 27 17:50:41 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
300
301         * emu-nemacs.el (*noconv*): New constant.
302         (*sjis*): New constant.
303         (code-detect-region): New function.
304         (set-file-coding-system): New function.
305
306         * emu-orig.el (code-detect-region): New function.
307         (set-file-coding-system): New function.
308
309         * emu-orig.el (*noconv*): New constant.
310
311 \f
312 Mon Feb 26 01:14:28 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
313
314         * tl: Version 7.11.3 was released.
315
316         * emu-18.el (tl:set-text-properties): New function.
317         (tl:overlay-buffer): New function. (cf. [tm-ja:1606])
318
319 Mon Feb 26 01:05:28 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
320
321         * emu-18.el (remove-hook): New function: Imported from Emacs
322         19.28. (cf. [tm-ja:1606])
323         
324         * emu-18.el (defalias): Implementation was fixed.
325         (cf. [tm-ja:1606])
326
327 Mon Feb 26 00:56:18 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
328
329         * emu.el: Version check was changed. (cf. [tm-ja:1606])
330
331 Mon Feb 26 00:54:12 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
332
333         * emu.el: Version check was changed. (cf. [tm-ja:1606])
334
335 Sun Feb 25 18:08:24 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
336
337         * tl-list.el (expand-range): New implementation.
338
339         * tl-list.el: Function `uncompress-range' was renamed to
340         `expand-range'.
341
342         * tl-list.el (member-of-range): New implementation.
343
344 Fri Feb 23 20:43:33 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
345
346         * tl-list.el (last): changed to macro.
347
348 Fri Feb 23 20:36:19 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
349
350         * tl-list.el (caar): New macro.
351         (cdar): New macro.
352
353 \f
354 Sat Feb 23 17:52:54 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
355
356         * tl: Version 7.11.2 was released.
357
358 Thu Feb 22 15:14:30 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
359
360         * tl-str.el (eliminate-last-spaces): New function.
361
362 Thu Feb 22 14:33:08 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
363
364         * tl-str.el (filename-special-char-range): New variable.
365         (filename-space-char-range): New variable.
366         (replace-as-filename): New implementation.
367
368 Thu Feb 22 14:24:39 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
369
370         * tl-list.el (compress-sorted-numbers): New function imported from
371         Gnus.
372         (uncompress-range): New function imported from Gnus.
373         (member-of-range): New function imported from Gnus.
374
375 \f
376 Wed Feb 14 13:00:02 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
377
378         * tl: Version 7.11.1 was released.
379
380 Mon Feb 12 07:34:30 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
381
382         * tl-misc.el (add-path): Document string was fixed.
383
384 Mon Feb 12 07:27:03 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
385
386         * tl-misc.el (file-installed-p): new function
387
388 \f
389 Sat Feb  2 17:08:20 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
390
391         * tl: Version 7.11 was released.
392
393 Wed Jan 31 00:07:57 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
394
395         * mu-cite.el (mu-cite/get-field-value-methoda-list): fixed problem
396         in mh-letter-mode
397
398 Thu Jan 25 08:07:39 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
399
400         * tl-822.el: Don't use `equal' to compare strings.
401
402 \f
403 Thu Jan 25 02:13:37 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
404
405         * tl: Version 7.10 was released.
406
407         * emu-orig.el (*internal*, *ctext*): new constant
408
409         * emu-orig.el (code-convert-string): new function
410
411         * emu-orig.el (code-convert-region): new function
412
413         * emu-nemacs.el (*ctext*): new constant
414
415         * emu-18.el: Comment was fixed.
416
417         * emu-18.el (byte-code-function-p): check whether cons or not
418
419 Wed Jan 24 07:12:37 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
420
421         * mu-cite.el (mu-cite/get-field-value-methoda-list): new variable
422
423         * mu-cite.el (mu-cite/get-field-value): new function
424
425 \f
426 Sat Jan 20 13:25:43 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
427
428         * tl: Version 7.09 was released.
429
430 Thu Jan 18 17:16:05 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
431
432         * mu-cite.el: new method `in-id': default value of variable
433         `mu-cite/top-format' was changed to use it.
434
435 Thu Jan 18 14:48:33 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
436
437         * tl-822.el (rfc822/non-qtext-char-list): new constant
438
439         * tl-822.el: Constant `rfc822/non-qtext-chars' was deleted.
440
441         * tl-822.el (rfc822/wrap-as-quoted-string): new function
442
443         * tl-str.el (char-list-to-string): new macro
444
445         * genjis.el: new module
446
447 Thu Jan 18 01:55:25 1996  Yoshiyuki Yamagami <yamagami@hb.nmcc.co.jp>
448
449         * Makefile: specify `-no-site-file' option (cf. [tm-ja:1474])
450
451 \f
452 Wed Jan 17 08:23:41 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
453
454         * tl: version 7.08 was released.
455
456         * mu-cite.el (mu-cite/get-prefix-register-verbose-method):
457         new implementation
458
459         * mu-cite.el (mu-cite/get-prefix-register-method):
460         new implementation
461
462 Wed Jan 17 06:57:16 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
463
464         * mu-cite.el:
465         Function `mu-cite/get-ml-count' was renamed to
466         `mu-cite/get-ml-count-method'.
467         Function `mu-cite/citation-name' was renamed to
468         `mu-cite/get-prefix-register-verbose-method'.
469         Function `mu-cite/citation-name-quietly' was renamed to
470         `mu-cite/get-prefix-register-method'.
471
472 Wed Jan 17 06:49:53 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
473
474         * mu-cite.el (mu-cite/get-prefix-method): new function: it is
475         implementation of new method `prefix'.
476
477 Wed Jan 17 06:30:08 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
478
479         * mu-cite.el (mu-cite/save-to-file): modified to change comment of
480         output file
481
482         * mu-cite.el (mu-cite/RCS-ID, mu-cite/version): new variable
483
484 Wed Jan 17 06:22:35 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
485
486         * mu-cite.el: Default name of user environment file was changed to
487         ~/.mu-cite.el.
488
489 Wed Jan 17 06:08:19 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
490
491         * mu-cite.el: `mu-register/*' were renamed to `mu-cite/*'.
492
493         * mu-cite.el: mu-register.el was merged into mu-cite.el.
494
495 Wed Jan 17 05:35:06 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
496
497         * mu-register.el (mu-register/citation-name):
498         use function `y-or-n-p'
499         
500         * mu-register.el (mu-register/citation-name-quietly):
501         use function `y-or-n-p'
502
503 Tue Jan 16 21:54:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
504
505         * mu-register.el (mu-register/citation-name):
506         use function `tl:read-string' instead of `read-string'.
507
508         * mu-register.el (mu-register/citation-name-quietly):
509         use function `tl:read-string' instead of `read-string'.
510
511         * emu.el (tl:read-string): New function
512
513         * mu-register.el: `(require 'pp)' was deleted.
514
515 Tue Jan 16 14:04:24 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
516
517         * mu-register.el:
518         Method `prefix-registered-quietly' was renamed to
519         `prefix-register'.
520         Method `prefix-registered' was renamed to
521         `prefix-register-verbose'.
522
523 Mon Jan 15 21:19:11 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
524
525         * mu-register.el (mu-register/get-citation-name): new
526         implementation by macro
527
528 Mon Jan 15 21:07:05 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
529
530         * mu-register.el (mu-register/citation-name-quietly): new
531         function: implementation of `prefix-registered-quietly'
532
533         Method name of function `mu-register/citation-name' was renamed to 
534         `prefix-registered'.
535
536 Mon Jan 15 20:28:32 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
537
538         * mu-register.el (mu-register/save-to-file): new implementation
539
540         * mu-register.el (mu-register/registration-symbol): new variable:
541         to specify symbol name of citation-name database.
542
543         * mu-register.el (mu-register/save-to-file): modified to use
544         variable `mu-register/registration-symbol'.
545
546         * mu-register.el: use function `set-alist'.
547
548         * mu-register.el: Comments were translated from Japanese to
549         English.
550         
551 Wed Dec 27 14:28:17 1995  MINOURA Makoto <minoura@leo.bekkoame.or.jp>
552
553         * mu-register.el: new module