tm 7.41.3.
[elisp/apel.git] / ChangeLog
1 Wed Jan 31 00:07:57 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
2
3         * mu-cite.el (mu-cite/get-field-value-methoda-list): fixed problem
4         in mh-letter-mode
5
6 Thu Jan 25 08:07:39 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
7
8         * tl-822.el: Don't use `equal' to compare strings.
9
10 \f
11 Thu Jan 25 02:13:37 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
12
13         * tl: Version 7.10 was released.
14
15         * emu-orig.el (*internal*, *ctext*): new constant
16
17         * emu-orig.el (code-convert-string): new function
18
19         * emu-orig.el (code-convert-region): new function
20
21         * emu-nemacs.el (*ctext*): new constant
22
23         * emu-18.el: Comment was fixed.
24
25         * emu-18.el (byte-code-function-p): check whether cons or not
26
27 Wed Jan 24 07:12:37 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
28
29         * mu-cite.el (mu-cite/get-field-value-methoda-list): new variable
30
31         * mu-cite.el (mu-cite/get-field-value): new function
32
33 \f
34 Sat Jan 20 13:25:43 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
35
36         * tl: Version 7.09 was released.
37
38 Thu Jan 18 17:16:05 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
39
40         * mu-cite.el: new method `in-id': default value of variable
41         `mu-cite/top-format' was changed to use it.
42
43 Thu Jan 18 14:48:33 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
44
45         * tl-822.el (rfc822/non-qtext-char-list): new constant
46
47         * tl-822.el: Constant `rfc822/non-qtext-chars' was deleted.
48
49         * tl-822.el (rfc822/wrap-as-quoted-string): new function
50
51         * tl-str.el (char-list-to-string): new macro
52
53         * genjis.el: new module
54
55 Thu Jan 18 01:55:25 1996  Yoshiyuki Yamagami <yamagami@hb.nmcc.co.jp>
56
57         * Makefile: specify `-no-site-file' option (cf. [tm-ja:1474])
58
59 \f
60 Wed Jan 17 08:23:41 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
61
62         * tl: version 7.08 was released.
63
64         * mu-cite.el (mu-cite/get-prefix-register-verbose-method):
65         new implementation
66
67         * mu-cite.el (mu-cite/get-prefix-register-method):
68         new implementation
69
70 Wed Jan 17 06:57:16 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
71
72         * mu-cite.el:
73         Function `mu-cite/get-ml-count' was renamed to
74         `mu-cite/get-ml-count-method'.
75         Function `mu-cite/citation-name' was renamed to
76         `mu-cite/get-prefix-register-verbose-method'.
77         Function `mu-cite/citation-name-quietly' was renamed to
78         `mu-cite/get-prefix-register-method'.
79
80 Wed Jan 17 06:49:53 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
81
82         * mu-cite.el (mu-cite/get-prefix-method): new function: it is
83         implementation of new method `prefix'.
84
85 Wed Jan 17 06:30:08 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
86
87         * mu-cite.el (mu-cite/save-to-file): modified to change comment of
88         output file
89
90         * mu-cite.el (mu-cite/RCS-ID, mu-cite/version): new variable
91
92 Wed Jan 17 06:22:35 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
93
94         * mu-cite.el: Default name of user environment file was changed to
95         ~/.mu-cite.el.
96
97 Wed Jan 17 06:08:19 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
98
99         * mu-cite.el: `mu-register/*' were renamed to `mu-cite/*'.
100
101         * mu-cite.el: mu-register.el was merged into mu-cite.el.
102
103 Wed Jan 17 05:35:06 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
104
105         * mu-register.el (mu-register/citation-name):
106         use function `y-or-n-p'
107         
108         * mu-register.el (mu-register/citation-name-quietly):
109         use function `y-or-n-p'
110
111 Tue Jan 16 21:54:27 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
112
113         * mu-register.el (mu-register/citation-name):
114         use function `tl:read-string' instead of `read-string'.
115
116         * mu-register.el (mu-register/citation-name-quietly):
117         use function `tl:read-string' instead of `read-string'.
118
119         * emu.el (tl:read-string): New function
120
121         * mu-register.el: `(require 'pp)' was deleted.
122
123 Tue Jan 16 14:04:24 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
124
125         * mu-register.el:
126         Method `prefix-registered-quietly' was renamed to
127         `prefix-register'.
128         Method `prefix-registered' was renamed to
129         `prefix-register-verbose'.
130
131 Mon Jan 15 21:19:11 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
132
133         * mu-register.el (mu-register/get-citation-name): new
134         implementation by macro
135
136 Mon Jan 15 21:07:05 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
137
138         * mu-register.el (mu-register/citation-name-quietly): new
139         function: implementation of `prefix-registered-quietly'
140
141         Method name of function `mu-register/citation-name' was renamed to 
142         `prefix-registered'.
143
144 Mon Jan 15 20:28:32 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
145
146         * mu-register.el (mu-register/save-to-file): new implementation
147
148         * mu-register.el (mu-register/registration-symbol): new variable:
149         to specify symbol name of citation-name database.
150
151         * mu-register.el (mu-register/save-to-file): modified to use
152         variable `mu-register/registration-symbol'.
153
154         * mu-register.el: use function `set-alist'.
155
156         * mu-register.el: Comments were translated from Japanese to
157         English.
158         
159 Wed Dec 27 14:28:17 1995  MINOURA Makoto <minoura@leo.bekkoame.or.jp>
160
161         * mu-register.el: new module