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