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