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