d2134ad4a4939df155669d65abefdc2ed95afc40
[elisp/gnus.git-] / ChangeLog
1 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * lisp/gnus-vers.el: T-gnus 6.17.1 revision 00.
4
5 2004-01-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * lisp/gnus-vers.el: T-gnus 6.16.6 revision 00.
8
9 2004-01-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10
11         * lisp/gnus-vers.el: T-gnus 6.16.5 revision 00.
12
13 2004-01-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14
15         * lisp/gnus-vers.el: T-gnus 6.16.4 revision 00.
16
17 2004-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18
19         * GNUS-NEWS: Update copyright.
20
21         * etc/gnus-tut.txt (Gnus FAQ): Remove text version.  Refer to info
22         documentation and online version instead.
23
24         * GNUS-NEWS: Changed "Dired integration"
25
26 2004-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
27
28         * GNUS-NEWS: Add `gnus-group-read-ephemeral-group'.
29
30 2003-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
31
32         * lisp/gnus-vers.el: T-gnus 6.16.3 revision 00.
33
34 2003-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
35
36         * lisp/pop3.el: Autoload `open-ssl-stream' when compiling.
37
38 2003-12-23  Reiner Steib  <Reiner.Steib@gmx.de>
39
40         * GNUS-NEWS: Mention change of `e' in draft groups.
41
42 2003-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
43
44         * gnus-group.el (gnus-group-edit-group): Let the `C-c C-i' command
45         choose the language specific info file.
46
47 2003-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
48
49         * lisp/gnus-art.el: Require `mime-image' when Emacs is running on
50         the window system.
51
52         * lisp/gnus-sum.el: Don't require `mime-view'.
53
54 2003-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
55
56         * lisp/nnmail.el (nnmail-lazy): Replace `widget-default-get' with
57         the expanded form for Mule 2.
58
59 2003-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * lisp/dgnushack.el (dgnushack-make-cus-load): Use
62         contrib/cus-dep.el to build T-gnus with Mule 2.
63
64         * contrib/cus-dep.el: Imported from Emacs 20.7 for Mule 2.
65
66 2003-11-03  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
67
68         * lisp/message.el (message-forward-subject-name-subject): Fixed.
69
70 2003-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
71
72         * texi/infohack.el: Don't fiddle with the `features' variable;
73         fix directories relative to the ../lisp directory in `load-path'.
74
75 2003-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
76
77         * Makefile.in (install-package): Don't call `compose-package'.
78         (install-package-ja): Ditto.
79         (package): Ditto.
80         (package-ja): Ditto.
81         (compose-package): Abolish.
82
83         * lisp/Makefile.in (compose-package): Abolish.
84
85         * lisp/dgnushack.el (dgnushack-unexporting-files): Add
86         gnus-load.el when using XEmacs.
87         (dgnushack-dont-compile-files): Add gnus-load.el.
88         (dgnushack-auto-load-file): Abolish.
89         (dgnushack-make-auto-load): Don't delete the file specified by
90         `dgnushack-auto-load-file'.
91         (dgnushack-compose-package): Abolish.
92
93 2003-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
94
95         * lisp/gnus-art.el (gnus-treat-display-x-face): Use `set-default'
96         instead of `custom-set-default' for old Emacsen.
97
98         * lisp/gnus-sum.el
99         (gnus-summary-search-article-highlight-matched-text): Replace
100         `gnus-treat-display-xface' with `gnus-treat-display-x-face'.
101
102 2003-08-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
103
104         * lisp/gnus-namazu.el (gnus-namazu/search): Small modified to
105         reduce its spending time.
106
107 2003-07-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
108
109         * gnus-namazu.el (gnus-namazu/group-prefixed-name): Removed.
110         (gnus-namazu/real-group-name): Removed.
111         (gnus-namazu/decode-group-name): Removed.
112         (gnus-namazu/directory-table): New internal variable.
113         (gnus-namazu/make-directory-table): New function.
114         (gnus-namazu/search): Call the above function, and use
115         `gnus-namazu/directory-table' to get a real group name from a file
116         name.
117         (gnus-namazu-create-index): Call `gnus-namazu/make-directory-table'.
118         (gnus-namazu/update-sentinel): Ditto.
119         (gnus-namazu-update-all-indices): Simplified.
120         (gnus-namazu-update-indices): New function.
121
122 2003-07-28  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
123
124         * lisp/gnus-namazu.el (gnus-namazu/group-prefixed-name): Return
125         the whole name from a given group and a method, only when it
126         exists.  Otherwise, return nil.
127         (gnus-namazu/possible-real-groups): Removed.
128         (gnus-namazu/decode-group-name): The successor of the above
129         function.
130         (gnus-namazu/real-group-name): Use the above functions, and accept
131         the third optional argument, `method'.
132         (gnus-namazu/search): Change the order getting groups and article
133         numbers from file names.
134
135 2003-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * lisp/pop3.el: Silence the byte-compiler when modifying
138         `byte-compile-function-environment' for `md5' under latest Emacs.
139
140         * texi/ptexinfmt.el (texinfo-discard-command-and-arg): Revive it
141         for Mule 2.
142
143 2003-07-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
144
145         * texi/ptexinfmt.el: @verb, @tie, @/ support.
146         (ptexinfmt-broken-facility): Abolish NO-NOTICE argument.
147         Use `ptexinfmt-disable-broken-notice-flag' instead.
148
149 2003-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * texi/infohack.el (infohack-texi-format): Include other files
152         first.
153
154 2003-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * lisp/lpath.el: Fbind `read-passwd' for Mule 2.
157
158 2003-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
159
160         * texi/infohack.el: Require `bytecomp'.
161
162 2003-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
163
164         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
165
166         * lisp/nnshimbun.el: Moved to the emacs-w3m package.
167
168 2003-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
169
170         * texi/infohack.el (infohack-texi-format): Encode messages to
171         terminal while formatting info pages.
172
173 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
174
175         * lisp/message.el (message-check-news-header-syntax): Replace
176         `mail-extract-address-components' with
177         `std11-extract-address-components'.
178         (message-sendmail-envelope-from): Ditto.
179         (message-buffer-name): Ditto.
180         (message-do-send-housekeeping): Ditto.
181
182 2003-06-10  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
183
184         * lisp/message.el (message-yank-original): When
185         `message-reply-headers' is equal to nil, do not reset its
186         message-id and references.
187
188         * .cvsignore, etc/.cvsignore, lisp/.cvsignore, texi/.cvsignore,
189         texi/ps/.cvsignore: Created.
190
191 2003-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
192
193         * lisp/message.el (message-fix-before-sending): Don't check for
194         `illegible text' messages (see the comment).
195
196 2003-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
197
198         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
199
200 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
201
202         We thank to Thierry Emery <thierry.emery@club-internet.fr> who
203         made it notice that there was a change to have to be merged from
204         Gnus. -- 2003-05-21 ky
205
206         * lisp/nnfolder.el (nnfolder-read-folder): Force to use a
207         multibyte buffer.
208
209 2003-05-21  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
210
211         * lisp/gnus-msg.el (gnus-message-make-user-agent): Don't use `@'
212         for rfc2616 compliance.
213
214 2003-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
215
216         * lisp/gnus-msg.el (gnus-message-make-user-agent): Check whether
217         Mule 2 is running.
218
219 2003-05-14  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
220
221         * lisp/gnus-msg.el (gnus-user-agent): Added `gnus-mime-edit'.
222         (gnus-inews-add-send-actions): Use `gnus-message-make-user-agent'
223         instead of `gnus-extended-version'.
224         (xemacs-codename): Defvar while compiling.
225         (gnus-message-make-user-agent): Use `gnus-user-agent'.
226
227         * lisp/message.el (message-make-user-agent): If the "User-Agent" field
228         has alread exist, remove it.
229
230 2003-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
231
232         * lisp/gnus-vers.el: T-gnus 6.16.2 revision 00.
233
234 2003-05-05  Daiki Ueno  <ueno@unixuser.org>
235
236         * lisp/gnus-sum.el (gnus-summary-toggle-header): Call
237         article-decode-encoded-words explicitly.
238
239 2003-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
240
241         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
242
243         * lisp/nnheader.el: Don't use `defun-maybe' for the extra std11-
244         stuff.
245
246 2003-05-02  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * lisp/gnus-vers.el: T-gnus 6.16.1 revision 00.
249
250 See ChangeLog.4 for earlier changes.
251
252 ;; Local Variables:
253 ;; coding: iso-2022-7bit
254 ;; End: