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