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