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