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