(message-bold-region, message-unbold-region): Rename
[gnus] / lisp / ChangeLog
1 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * message.el (message-bold-region, message-unbold-region): Rename
4         from `bold-region' and `unbold-region'.
5
6 2005-09-28  Simon Josefsson  <jas@extundo.com>
7
8         * message.el (message-use-idna): Default to t.
9         (message-use-idna): Test whether encoding works too.  Doc fix.
10
11 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * nntp.el (nntp-warn-about-losing-connection): Remove.
14
15 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16
17         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18         customizable.  Change default value.
19         (mm-uu-diff-groups-regexp): Change default value.
20         (mm-uu-type-alist): Added doc string.
21         (mm-uu-configure): Added doc string.  Make it interactive.
22         (mm-uu-tex-groups-regexp): New variable.
23         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
24         (mm-uu-type-alist): Added LaTeX documents.
25         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
26         of "text/verbatim"..
27         (mm-uu-diff-groups-regexp): Fix missing quotes from previous
28         commit.
29
30         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
31         instead of "text/verbatim".
32
33         * message.el (message-mark-inserted-region)
34         (message-mark-insert-file): Use slrn style marks when called with
35         prefix argument.
36
37 2005-09-27  Simon Josefsson  <jas@extundo.com>
38
39         * message.el (message-idna-to-ascii-rhs-1): Reformat.
40
41 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
42
43         * message.el (message-remove-duplicates): New function.
44         Implementation borrowed from `gnus-remove-duplicates'.
45         (message-idna-to-ascii-rhs): Also encode idna addresses in
46         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
47         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
48         only ask about the same idna domain once per header and also tell
49         in what header to replace the idna domain.
50
51         * gnus-art.el (article-decode-idna-rhs): Also decode idna
52         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
53         (article-decode-idna-rhs): Fix regexp so that all idna-address in
54         a header is decoded and not just the last one.
55
56 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
57
58         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
59         has been decoded.
60
61         * mm-decode.el (mm-automatic-display): Add text/verbatim.
62         (mm-insert-part): Don't modify text if it has been decoded.
63
64         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
65         decoded.
66
67         * mm-view.el (mm-inline-text): Don't strip text props unless
68         decoding enriched or richtext parts.
69
70 2005-09-25  Romain Francoise  <romain@orebokech.com>
71
72         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
73         * gnus-start.el (gnus-subscribe-interactively):
74         * gnus-uu.el (gnus-uu-grab-articles):
75         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
76         space.
77
78 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
79
80         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
81         * mm-view.el (mm-view-pkcs7-decrypt):
82         * gnus-sum.el (gnus-summary-limit-to-extra)
83         (gnus-summary-respool-article, gnus-read-move-group-name):
84         * gnus-score.el (gnus-summary-increase-score):
85         * gnus-util.el (gnus-completing-read-with-default):
86         * gnus-art.el (gnus-read-save-file-name)
87         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
88         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
89         * message.el (message-check-news-header-syntax):
90         Follow convention for reading with the minibuffer.
91
92 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
93
94         * spam-report.el (spam-report-url-ping-plain): Use
95         gnus-extended-version as User-Agent.
96
97         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
98         default value is nil.
99
100         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
101         (mm-uu-verbatim-marks-extract): New function.
102         (mm-uu-extract): New face.
103         (mm-uu-copy-to-buffer): Use it.
104
105         * spam-report.el (spam-report-gmane-ham): Renamed from
106         `spam-report-gmane-unspam'.
107         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
108         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
109
110         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
111         Autoload.
112         (spam-report-gmane-unregister-routine): Renamed
113         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
114
115 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
116
117         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
118         (spam-report-gmane-unregister-routine): added support for gmane
119         unregistration
120
121         * spam-report.el (spam-report-gmane-unspam)
122         (spam-report-gmane-spam): new wrappers around spam-report-gmane
123         (spam-report-gmane): changed to take a single article and do
124         unspam registration
125
126 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
127
128         * mm-url.el (mm-url-decode-entities): Fix regexp.
129
130 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
131
132         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
133         default to nil, to be able to use Gnus at all.  If the default
134         switches to something else, then the function should be fixed not
135         be exceedingly slow.
136
137 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
138
139         * gnus-start.el (gnus-activate-group): if the server is nil, don't
140         fail hard
141
142         * spam-report.el: better Keywords line
143
144         * spam.el: added Maintainer and better Keywords line
145
146 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
147
148         * gnus-art.el (gnus-article-replace-part)
149         (gnus-mime-replace-part): New functions.
150         (gnus-mime-action-alist, gnus-mime-button-commands)
151         (gnus-mime-save-part-and-strip): Added file argument.
152         (gnus-article-part-wrapper): Added interactive argument.
153
154         * gnus-sum.el (gnus-summary-mime-map): Add
155         `gnus-article-replace-part'.
156
157 2005-09-19  Didier Verna  <didier@xemacs.org>
158
159         The nnml compaction feature:
160         * nnml.el (nnml-request-compact-group): New function.
161         * nnml.el (nnml-request-compact): New function.
162         * gnus-int.el (gnus-request-compact-group): New function.
163         * gnus-int.el (gnus-request-compact): New function.
164         * gnus-group.el (gnus-group-compact-group): New function.
165         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
166         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
167         * gnus-srvr.el (gnus-server-compact-server): New function.
168         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
169         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
170
171 2005-09-18  D Goel  <deego@gnufans.org>
172
173         * sieve.el (sieve-help): Fix `message' call: first arg should be a
174         format spec.
175
176 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
177
178         * gnus.el (gnus-group-startup-message): Bind image-load-path.
179
180 2005-09-15  Romain Francoise  <romain@orebokech.com>
181
182         * message.el (message-fill-paragraph): Clarify docstring.
183
184 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
185
186         * gnus-art.el (gnus-mime-display-part): Protect against broken
187         MIME messages.
188
189 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
190
191         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
192         before parsing header.
193
194 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
195
196         * html2text.el: (html2text-replace-list): Add new entities.
197
198 2005-09-11  Romain Francoise  <romain@orebokech.com>
199
200         * message.el (message-alternative-emails): Improve docstring.
201         (message-setup-1): Call `message-use-alternative-email-as-from'
202         after `message-setup-hook' to give it precedence over posting
203         styles, etc.
204         (message-use-alternative-email-as-from): Add docstring.  Remove
205         the original From header if present.
206
207         * nnml.el (nnml-compressed-files-size-threshold): New variable.
208         (nnml-save-mail): Use it.
209
210         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
211         articles.  Add new argument `silent'.
212         (gnus-uu-mark-all): Report the total number of marked articles.
213
214 2005-09-10  Romain Francoise  <romain@orebokech.com>
215
216         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
217         (gnus-uu-mark-series): Likewise.
218
219 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
220
221         * spam-report.el (spam-report-gmane): Fix generation of spam
222         report URL.
223
224 2005-09-10  Simon Josefsson  <jas@extundo.com>
225
226         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
227         t, based on discussion on the ding list with Robert Epprecht
228         <epprecht@solnet.ch>.
229
230 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
231
232         * spam-report.el (spam-report-gmane): Make it work without
233         X-Report-Spam header.  Gmane now only provides Archived-At.  This
234         is only used if `spam-report-gmane-use-article-number' is nil.
235         (spam-report-gmane-spam-header): Removed.  Not used anymore.
236
237         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
238         make `gnus-summary-sort-by-recipient' work with threading.
239
240         * nnweb.el (nnweb-google-wash-article): Print a message if article
241         is not available.
242
243 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
244
245         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
246         change.  Decode text/* parts content before displaying.