* progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
[bpt/emacs.git] / lisp / gnus / ChangeLog
CommitLineData
16b90cfe
KY
12010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
2
3 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4
72528372
KY
52010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
6
7 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
8 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9
61a9da25
JB
102010-05-03 Juanma Barranquero <lekktu@gmail.com>
11
12 * mm-util.el (mm-decompress-buffer): Use `delete-file';
13 alias `jka-compr-delete-temp-file' no longer exists.
14
bbf52f1e
SM
152010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16
17 Use define-minor-mode in Gnus where applicable.
18 * mml.el (mml-mode): Use define-minor-mode.
19 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
20 (gnus-undo-mode): Use define-minor-mode.
21 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
22 (gnus-dead-summary-mode): Use define-minor-mode.
23 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
24 Initialize in declaration.
25 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
26 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
27 (gnus-mailing-list-mode): Use define-minor-mode.
28 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
29 (gnus-draft-mode): Use define-minor-mode.
30 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
31 (gnus-dired-mode): Use define-minor-mode.
32
ee309757
KY
332010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
34
35 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
36 handles on recursive mml-to-mime translation and check them for
37 boundary delimiter collisions. Reported by: Greg Troxel.
38
62fe59e7
KY
392010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
40
41 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
42
bd486b03
SM
432010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
44
45 * mm-util.el (mm-find-buffer-file-coding-system):
46 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
47
731533fd
KY
482010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
49
50 * message.el (message-generate-headers): Record insertion of optional
51 headers as well. Otherwise the check to prevent repeated insertion of
52 optional headers is a no-op.
53
bff3818b
KY
542010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
55
56 * smime.el: Don't mention CVS.
57
58 * nnrss.el (nnrss-fetch): Don't mention CVS.
59
60 * nnir.el: Don't mention CVS.
61
ebb9641f
SM
622010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
63
6e104790
SM
64 * gnus-sum.el (gnus-summary-bookmark-make-record):
65 Add `location' field.
ebb9641f 66
398a825b
SM
672010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
68
69 * gnus-sum.el: Add bookmark declarations to silence the compiler.
70 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
71 Use with-current-buffer to silence the byte-compiler.
72 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
73 bother to require `gnus'.
74 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
75
45be326a
TV
762010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
77
78 * gnus-sum.el (gnus-summary-bookmark-make-record)
79 (gnus-summary-bookmark-jump): New functions.
80 (gnus-summary-mode): Setup bookmark support.
81
d7b48791
AS
822010-04-01 Andreas Schwab <schwab@linux-m68k.org>
83
84 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
85 if set.
86
d35ad51f
KY
872010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
88
89 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
90 gnus-article-browse-html-save-cid-image; make it work recursively for
91 forwarded messages as well.
92 (gnus-article-browse-html-parts): Work when prefix arg is given.
93 (gnus-article-browse-html-article): Doc fix.
94
85738751
SM
952010-03-30 Chong Yidong <cyd@stupidchicken.com>
96
97 * message.el (message-default-mail-headers):
98 (message-default-headers): Carry the value mail-default-headers over
99 into message-default-mail-headers, rather than message-default-headers.
100
82fc7980
KY
1012010-03-30 Martin Stjernholm <mast@lysator.liu.se>
102
85738751 103 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
82fc7980
KY
104 charset.
105
106 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
107 charset into the <meta> tag when the article is encoded to utf-8.
108
20c0b2ce
KY
1092010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
110
85738751
SM
111 * gnus-art.el (gnus-article-browse-delete-temp-files):
112 Delete directories as well.
20c0b2ce
KY
113 (gnus-article-browse-html-parts): Work for images that do not specify
114 file names; delete temp directory when quitting; insert header at the
115 right place; use file: scheme for image files.
116
1172010-03-30 Eric Schulte <schulte.eric@gmail.com>
118
119 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
120 (gnus-article-browse-html-parts): Use it to make temporary cid image
121 files in addition to html file so that browser may display them.
122
9d9ef8e8
KY
1232010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
124
125 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
126
afae6cd4
KY
1272010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
128
129 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
130
fb178e4c
KY
1312010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
132
85738751
SM
133 * auth-source.el (auth-sources): Change default to be simpler.
134 Explain about Secret Service API sources. Improve Customize options.
fb178e4c
KY
135 (auth-source-pick): Change to accept any number of search parameters.
136 Implement fallbacks iteratively, not recursively. Add scoring on the
137 second pass and sort by score. Call Secret Service API when needed.
138 (auth-source-user-or-password): Use it. Call Secret Service API
139 directly when needed to get the user name and the password.
140
e867cb5d 1412010-03-24 Juanma Barranquero <lekktu@gmail.com>
2b8f62e9
JB
142
143 * message.el (message-interactive): Doc fix.
144 (message-qmail-inject-args): Reflow.
145 (message-kill-to-signature): Fix typo in docstring.
146
147 * smiley.el (smiley-buffer): Fix typo in docstring.
148
16d8cf52
GM
1492010-03-24 Glenn Morris <rgm@gnu.org>
150
151 * mail-source.el (gnus-message): Declare.
152 (mail-source-delete-old-incoming): Require gnus-util.
153
ec7995fa
KY
1542010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
155
156 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
157
158 * message.el (ecomplete-setup): Autoload it for Emacs <23.
159
160 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
161 password-cache's default if it is not bound.
162 (mml-secure-passphrase-cache-expiry): Default to 16 that is
163 password-cache-expiry's default if it is not bound.
164
165 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
166 available in Emacs 21.
167
1682010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
169
170 * auth-source.el (auth-sources): Fix up definition so extra parameters
171 are always inline.
172
1732010-03-22 Martin Stjernholm <mast@lysator.liu.se>
174
175 * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
176 wasn't updated after mismatch. Clear cached mailbox info correctly
177 when uidvalidity changes.
178 (nnimap-group-prefixed-name): New function to avoid some code
179 duplication.
180 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
181 (nnimap-request-group): Use it.
182 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
183 (nnimap-update-unseen): Significantly improved speed of Gnus startup
184 with many imap folders. This is done by caching the group status from
185 the imap server persistently in a group parameter `imap-status'. (This
186 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
187 but not persistently, so every Gnus startup was still very slow.)
188
1892010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
190
191 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
192 secrets.el dependency.
193 (auth-sources): Add optional user name. Add secrets.el configuration
194 choice (unused right now).
195
1962010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
197
198 * gnus-sum.el (gnus-summary-make-menu-bar): Let
199 `gnus-registry-install-shortcuts' fill in the functions.
200
201 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
202 warnings.
203 (gnus-registry-misc-menus): Variable to hold registry mark menus.
204 (gnus-registry-install-shortcuts): Populate and use it in a
205 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
206
2072010-03-20 Martin Stjernholm <mast@lysator.liu.se>
208
209 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
210 In-place substitutions for the group name encoding/decoding.
211 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
212 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
213 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
214 (nnimap-update-unseen, nnimap-request-list)
215 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
216 (nnimap-request-set-mark, nnimap-split-to-groups)
217 (nnimap-split-articles, nnimap-request-newgroups)
218 (nnimap-request-create-group, nnimap-request-accept-article)
219 (nnimap-request-delete-group, nnimap-request-rename-group)
220 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
221 `encoded-mbx' for consistency.
222 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
223 variable `imap-current-mailbox'.
224
225 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
226 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
227
2282010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
229
230 * pop3.el (pop3-display-message-size-flag): Display message size byte
231 counts during POP3 download.
232 (pop3-movemail): Use it.
233 (pop3-list): Implement listing of available messages.
234
2352010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
236
237 * nnir.el (nnir-get-article-nov-override-function): New function to
238 override the normal NOV retrieval.
239 (nnir-retrieve-headers): Use it.
240
7d1a9163
MA
2412010-03-19 Michael Albinus <michael.albinus@gmx.de>
242
243 * auth-source.el (netrc-machine-user-or-password): Autoload.
244
aa8f8277
GM
2452010-03-19 Glenn Morris <rgm@gnu.org>
246
247 Stop message.el from loading about 40 libraries it doesn't always need.
248 The general approach is to autoload rather than require, and to
249 require in the specific functions rather than the file. (Bug#5642)
250
251 * gmm-utils.el: Don't require wid-edit.
252 (widget-create-child-value, widget-convert, widget-default-get):
253 Autoload.
254
255 * gnus-util.el: Don't require time-date, netrc.
256 (message-fetch-field, gnus-group-name-decode): Declare rather than
257 autoloading.
258 (gnus-fetch-field): Require message.
259 (gnus-decode-newsgroups): Require gnus-group.
260
261 * ietf-drums.el: Don't require time-date.
262
263 * message.el: Don't require hashcash, canlock, ecomplete.
264 Do require mail-utils. Require nnheader only when compiling.
265 (smtpmail-default-smtp-server): Remove declaration.
266 (message-send-mail-function): Check smtpmail-default-smtp-server
267 is bound rather than requiring smtpmail.
268 (message-auto-save-directory, message-insert-signature): Use
269 expand-file-name rather than nnheader-concat.
270 (nnheader-insert-file-contents): Autoload.
271 (hashcash-wait-async): Declare.
272 (message-send-mail): Only call gnus-setup-posting-charset if
273 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
274 (message-send-mail-with-sendmail): Require sendmail.
275 (canlock-password, canlock-password-for-verify): Declare.
276 (message-canlock-password): Require canlock.
277 (nnheader-get-report): Autoload.
278 (gnus-setup-posting-charset): Declare.
279 (message-send-news): Require gnus-msg.
280 (message-make-references, message-make-in-reply-to): Use mail-header-id
281 rather than the alias mail-header-message-id.
282 (ecomplete-add-item, ecomplete-save): Declare.
283 (message-put-addresses-in-ecomplete): Require ecomplete.
284 (ecomplete-display-matches): Autoload.
285
286 * mm-decode.el: Don't require mailcap, gnus-util.
287 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
288 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
289 Autoload.
290 (mailcap-mime-extensions): Declare.
291
292 * mm-encode.el: Don't require mailcap.
293 (mailcap-extension-to-mime): Autoload.
294
295 * mml-sec.el: Don't require password-cache.
296
297 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
298 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
299 (mml-minibuffer-read-type): Require mailcap.
300 (mml-preview): Require gnus-msg.
301
302 * mml1991.el: Require password-cache.
303 (password-cache-expiry): Remove declaration.
304
305 * mml2015.el: Require password-cache.
306 (password-cache-expiry): Remove declaration.
307
308 * nneething.el (mailcap): Require mailcap.
309
310 * nnheader.el: (declare-function): Add compatibility stub.
311 (message-remove-header): Declare rather than autoload.
312 (nnheader-replace-header): Require message.
313
314 * nnimap.el (declare-function): Add compatibility stub.
315 (netrc-parse, netrc-machine-user-or-password): Declare.
316 (nnimap-open-connection): Require netrc.
317
318 * nntp.el (declare-function): Add compatibility stub.
319 (netrc-parse, netrc-machine, netrc-get): Declare.
320 (nntp-send-authinfo): Require netrc.
321
322 * rfc2047.el: Don't require qp.
323 (quoted-printable-encode-region, quoted-printable-decode-string):
324 Autoload.
325
326 * sieve-mode.el: Don't require easymenu.
327 (easy-menu-add-item): Autoload it.
328
329 * spam-stat.el (time-to-number-of-days): Autoload it.
330
4a44ff5f
KY
3312010-03-17 Kevin Ryde <user42@zip.com.au>
332
333 * mml.el (mml-read-tag): Unquote values with `read' to reverse
334 prin1 in mml-insert-tag (just stripping the quotes gave wrong
335 value if any backslash escapes).
336
ddf5d974
KY
3372010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
338
339 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
340 if it is available. (bug#5647)
341
ac1af635
GM
3422010-02-26 Glenn Morris <rgm@gnu.org>
343
344 * message.el (message-send-mail-function): Change the default, so that
345 it inherits from a customized send-mail-function. (Bug#5643)
346
86f5c034
SM
3472010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
348
349 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
350 shell-command-to-string signals an error (bug#5299).
351
daf4b83b
GM
3522010-02-24 Glenn Morris <rgm@gnu.org>
353
354 * message.el (message-smtpmail-send-it)
355 (message-send-mail-with-mailclient): Doc fixes.
356
dc4d6273
GM
3572010-02-16 Glenn Morris <rgm@gnu.org>
358
359 * message.el (message-default-mail-headers): Change the default value
360 to ease the transition from mail-mode to message-mode. (Bug#5555)
361
b1ea3797
CY
3622010-01-17 Chong Yidong <cyd@stupidchicken.com>
363
364 * message.el (message-mail): Just pass yank-action on to message-setup.
365 (message-setup): Handle (FUN . ARGS) form of yank-action.
366 (message-with-reply-buffer, message-widen-reply)
367 (message-yank-original): Handle non-buffer values of
368 message-reply-buffer (Bug#4080).
f53a6590 369 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
b1ea3797 370
4963739e
JB
3712010-01-17 Juanma Barranquero <lekktu@gmail.com>
372
373 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
374 Fix typo in docstring.
375
889e4d55
JR
3762010-01-08 Jason Rumney <jasonr@gnu.org>
377
378 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
379 response.
380
8a908224
KY
3812010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
382
383 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
384
385 * message.el (message-check-news-header-syntax): Protect against a
386 string that `rfc822-addresses' returns when parsing fails.
387
770d9a1f
KY
3882010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
389
390 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
391 (gnus-previous-char-property-change): New functions.
392
393 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
394
7b47345b
AS
3952010-01-05 Andreas Schwab <schwab@linux-m68k.org>
396
397 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
398 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
399
61f49e0b
CY
4002010-01-02 Chong Yidong <cyd@stupidchicken.com>
401
402 * message.el (message-exchange-point-and-mark): Rework last change to
403 avoid using optional arg of exchange-point-and-mark, for backward
404 compatibility.
405
bd0948ca
CY
4062010-01-01 Chong Yidong <cyd@stupidchicken.com>
407
408 * message.el (message-exchange-point-and-mark): Call
409 exchange-point-and-mark with an argument rather than setting
410 mark-active by hand (Bug#5175).
411
49b196a5
KY
4122009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
413
78dc2a38
KY
414 * nntp.el (nntp-service-to-port): Work for service expressed with
415 numeric string; replace [:digit:] with [0-9] for XEmacs.
49b196a5 416
a0db2cdd
GM
4172009-12-17 Glenn Morris <rgm@gnu.org>
418
419 * gnus-group.el (gnus-bug-group-download-format-alist):
420 Change emacs entry to debbugs.gnu.org. Bump :version.
421
029dda9c
RS
4222009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
423
424 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
425
4a9b5bf5
RS
4262009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
427
428 * message.el (message-info): Explain why we use `Info-goto-node'.
429
96bdcdc4
SM
4302009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
431
432 * message.el (message-completion-in-region): New compatibility function.
433 (message-expand-group): Use it.
434
7fa123c8
KY
4352009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
436
437 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
438 with no unread article should be listed if the 2nd arg `predicate' is
439 given.
440
5aa75bd8
JL
4412009-11-29 Juri Linkov <juri@jurta.org>
442
443 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
444 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
5ce6e4f4 445 on `gnus-recenter'. (Bug#4698, Bug#4981)
5aa75bd8 446
937e60c8
KY
4472009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
448
449 * message.el (message-from-style, message-interactive)
450 (message-signature): Always set default values from the corresponding
451 mail-* variables.
452 (message-cite-prefix-regexp, message-sendmail-envelope-from)
453 (message-yank-prefix, message-indentation-spaces)
454 (message-signature-file, message-default-headers): Use boundp rather
455 than (featurep 'xemacs) to check if the corresponding mail-* variables
456 exist.
457
b4d472c9
CY
4582009-11-20 Chong Yidong <cyd@stupidchicken.com>
459
460 * message.el (message-send-mail-with-sendmail): Revert last change.
461
4332f3ec
CY
4622009-11-19 Chong Yidong <cyd@stupidchicken.com>
463
464 * message.el (message-from-style, message-interactive)
465 (message-cite-prefix-regexp, message-sendmail-envelope-from)
466 (message-yank-prefix, message-indentation-spaces, message-signature)
467 (message-signature-file, message-default-headers): For GNU Emacs, set
468 default values from the corresponding mail-* variables.
469 (message-send-mail-with-sendmail): Use envelope-from only if
470 mail-specify-envelope-from is non-nil.
471
30123838
KY
4722009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
473
474 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
475 containing tspecial characters if they have been already quoted.
476
12ea3d65
GM
4772009-10-24 Glenn Morris <rgm@gnu.org>
478
479 * gnus-art.el (help-xref-stack-item): Define for compiler.
480
6131a096
KY
4812009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
482
483 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
484
9bfd9a76
KY
4852009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
486
487 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
488 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
489
4902009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
491
492 * gnus.el (gnus-overlay-get): New alias to overlay-get.
493 (gnus-overlays-in): New alias to overlays-in.
494
495 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
496 gnus-overlay-get, and gnus-delete-overlay.
497 (gnus-summary-show-thread): Make it work as well for systems in which
498 next-single-char-property-change is not available.
499 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
500
5012009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
502
503 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
504
5052009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
506
507 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
508 and XEmacs that don't have `remove-overlays'.
509
5102009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
511
512 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
513 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
514 selective display. Use overlays instead.
515
84b5fcf6
JB
5162009-10-04 Juanma Barranquero <lekktu@gmail.com>
517
518 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
519
0577a430
JB
5202009-09-29 Juanma Barranquero <lekktu@gmail.com>
521
522 * spam-stat.el (spam-stat-load): Fix typo in message.
523
d93ec753
JB
5242009-09-23 Juanma Barranquero <lekktu@gmail.com>
525
526 * gnus-art.el (gnus-article-encrypt-body):
527 * message.el (message-check-recipients):
528 * mm-util.el (mm-codepage-setup):
529 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
530 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
531
54c72c31
KY
5322009-09-22 Daiki Ueno <ueno@unixuser.org>
533
534 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
535 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
536 keys from the menu if mm-{sign,encrypt}-option is 'guided.
537 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
538 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
539
63348d24
GM
5402009-09-18 Glenn Morris <rgm@gnu.org>
541
542 * gnus-diary.el (gnus-diary-check-message):
543 * message.el (message-insert-formatted-citation-line):
544 * nnbabyl.el (top-level):
545 * nndiary.el (nndiary-schedule):
546 Fix typos in condition-case handlers.
547
54c72c31
KY
5482009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
549
550 * gnus-art.el (gnus-article-edit-part): Work for the buffer
551 configuration that provides the sole article window in a frame;
552 position point correctly after deleting a part.
553
5542009-09-14 Adam Sjøgren <asjo@koldfront.dk>
555
556 * spam.el (spam-unregister-on-reregister): Add boolean variable.
557 (spam-resolve-registrations-routine): Use it to unregister articles
558 that change status.
559
83ccc32c
KY
5602009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
561
562 * nnrss.el (nnrss-request-article): Remove binding of
563 default-enable-multibyte-characters that has gotten needless by
564 the 2007-07-13 change in rfc2047-encode-message-header.
565
566 * mml.el (mml-insert-multipart): Error on the message header.
567 (mml-insert-part): Error on the message header; position point at
568 the end of a MIME tag.
569
de0bdfe7
KY
5702009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
571
5cc79e5a
KY
572 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
573 (gnus-float-time): Alias to float-time if it exists.
de0bdfe7
KY
574
575 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
576 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
577 float-time is available; suppress compile warning for time-to-seconds.
578
5792009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
580
581 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
582 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
583 Add the optional argument `encoding' that overrides the default.
584
585 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
586 mm-encode-buffer.
587
63220e37
GM
5882009-09-04 Glenn Morris <rgm@gnu.org>
589
590 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
591 mm-disable-multibyte, rather than default-enable-multibyte-characters.
592 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
593 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
594 * mm-util.el (mm-with-unibyte-current-buffer)
595 (mm-find-buffer-file-coding-system):
596 * yenc.el (yenc-decode-region): Use default-value rather than
597 default-enable-multibyte-characters.
598
2e62b574
GM
5992009-09-03 Glenn Morris <rgm@gnu.org>
600
601 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
602 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
603 than default-enable-multibyte-characters.
604
de0bdfe7
KY
6052009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
606
607 * gnus-art.el (gnus-article-read-summary-keys):
608 Fix gnus-buffer-configuration's value temporarily used.
609
3d493bef
GM
6102009-09-02 Glenn Morris <rgm@gnu.org>
611
9693d3c4
GM
612 * gnus-util.el (gnus-float-time): New function.
613 * gnus-delay.el (gnus-delay-article):
614 * gnus-sum.el (gnus-thread-latest-date):
615 * gnus-util.el (gnus-user-date): Use gnus-float-time.
616 * nnspool.el (nnspool-request-newgroups):
617 Use gnus-float-time rather than time-to-seconds.
618 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
619
3d493bef
GM
620 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
621 (gnus-header-subject-face, gnus-header-newsgroups-face)
622 (gnus-header-name-face, gnus-header-content-face):
623 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
624 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
625 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
626 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
627 (gnus-cite-face-11):
628 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
629 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
630 (gnus-server-closed-face, gnus-server-denied-face)
631 (gnus-server-offline-face):
632 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
633 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
634 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
635 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
636 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
637 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
638 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
639 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
640 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
641 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
642 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
643 (gnus-summary-selected-face, gnus-summary-cancelled-face)
644 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
645 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
646 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
647 (gnus-summary-high-undownloaded-face)
648 (gnus-summary-low-undownloaded-face)
649 (gnus-summary-normal-undownloaded-face)
650 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
651 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
652 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
653 (gnus-splash-face):
654 * message.el (message-header-to-face, message-header-cc-face)
655 (message-header-subject-face, message-header-newsgroups-face)
656 (message-header-other-face, message-header-name-face)
657 (message-header-xheader-face, message-separator-face)
658 (message-cited-text-face, message-mml-face):
659 * sieve-mode.el (sieve-control-commands-face)
660 (sieve-action-commands-face, sieve-test-commands-face)
661 (sieve-tagged-arguments-face):
662 * spam.el (spam-face):
663 Mark face aliases with "-face" in the name as obsolete.
664
7a4abdd6
GM
6652009-09-01 Glenn Morris <rgm@gnu.org>
666
667 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
668 than goto-line.
669
29b647c5
MB
6702009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
671
672 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
673 Don't move point if the command is invoked inside the message header.
674
265ac10b
SM
6752009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
676
677 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
678 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
679 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
680 * nnir.el (nnir-swish-e-index-file):
681 * gnus-sum.el (gnus-summary-delete-marked-as-read)
682 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
683 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
684 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
685 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
686 (gnus-treat-display-xface): Add Emacs version of obsolescence.
687
b0b63450
MB
6882009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
689
690 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
691 Don't save excursion.
692
14acf2f5
SM
6932009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
694
695 * nnheader.el (nnheader-find-file-noselect):
696 * mm-util.el (mm-insert-file-contents):
697 Use (default-value 'major-mode) instead of default-major-mode.
698
d3192c8f
SM
6992009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
700
701 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
702
ec179403
GM
7032009-08-25 Glenn Morris <rgm@gnu.org>
704
705 * nnir.el (top-level): Don't require cl at run-time.
706 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
707 Replace cl-function substitute with gnus-replace-in-string.
708 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
709 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
710 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
711 simplified expansions.
712
5dcc825f
GM
7132009-08-22 Glenn Morris <rgm@gnu.org>
714
715 * gnus-art.el (gnus-button-patch): Use forward-line rather than
716 goto-line.
717
b0b63450
MB
7182009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
719
720 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
721
722 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
723 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
724 (gnus-mm-display-part, gnus-mime-display-single)
725 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
726 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
727
728 * gnus-sum.el
729 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
730 (gnus-summary-move-article): Add expirable mark to articles copied or
731 moved to group that has auto-expire turned on if the option is non-nil.
732
1d2faf98
GM
7332009-07-24 Glenn Morris <rgm@gnu.org>
734
735 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
736 Fix typo. (Bug#3903)
737
6ab2c7a8
MB
7382009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
739
740 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
741 gnus-article-read-summary-keys rather than gnus-summary-edit-article
742 that should not be used for draft articles.
743 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
744 that has no concern in minor mode keys.
745 (gnus-article-summary-command, gnus-article-summary-command-nosave):
746 Abolish.
747
554a69b8
KY
7482009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
749
750 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
751 article without making inquiry to a user for unknown encoding.
752
753 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
754 (nnmaildir--scan): Assume i-node and device number that file-attributes
755 returns might be cons-cell.
756
7572009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
758
759 * auth-source.el: Remove docs now in auth.texi. Don't use
760 `gnus-message' for logging. Add new variables `auth-source-debug' and
761 `auth-source-hide-passwords' and use them.
762
0985c8f6
GM
7632009-07-15 Glenn Morris <rgm@gnu.org>
764
765 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
766
ee5a613e
KY
7672009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
768
769 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
770 excessive whitespace from the default values of title and description.
771
aa227ba5
KY
7722009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
773
774 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
775 mail-fetch-field to fetch Content-Description header in order to
776 exclude newlines.
777
0cf681b6
KY
7782009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
779
780 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
781 to deleted part.
782
7832009-05-30 David Engster <dengste@eml.cc>
784
785 * nnmairix.el: Remove old documentation in the commentary block.
786 (nnmairix-request-group): Do not update active file for nnml back ends.
787 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
788 end so that overview files are ignored.
789 (nnmairix-update-groups): Make updating the groups more robust by using
790 marks.
791 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
792 with dollar characters in message-id.
793
9cc20f6c
RS
7942009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
795
796 * spam.el: Use dns-query instead of query-dns. Was renamed on
797 2008-12-25 in dns.el.
798
1dbc941a
SM
7992009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
800
801 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
802 could happen if the text is only composed of spaces and/or tabs.
803
2235f4ac
MB
8042009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
805
806 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
807 when sending a queued message to avoid extra mml tags.
808
9cdff613
MB
8092009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
810
811 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
812
87202be1
KY
8132009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
814
815 * gnus-dired.el: Remove autoload for gnus-setup-message.
816 (gnus-dired-attach): Fake this-command value to prevent Gnus from
817 displaying Gnus logo; always use compose-mail.
818
920b3f72
KY
8192009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
820
1e6b95a6 821 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
920b3f72 822
0038d478
MB
8232009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
824
825 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
826 (gnus-nocem-issuers): List currently active issuers; fix custom type.
827 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
828 available.
829 (gnus-nocem-epg-verify): New function.
830
9eb59592
MB
8312009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
832
833 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
834
e38658c4
GM
8352009-02-15 Glenn Morris <rgm@gnu.org>
836
837 * gnus-util.el (rmail-insert-rmail-file-header)
838 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
839 autoloads.
840 (rmail-default-rmail-file): Remove unnecessary declaration.
841 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
842
1faded47
GM
8432009-02-14 Glenn Morris <rgm@gnu.org>
844
845 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
846 variable (only used in gnus-util, which declares it anyway).
fef8d38e
GM
847 (rmail-output-to-rmail-file): Remove autoload of deleted function,
848 which was only needed by gnus-art (changed to not use it any more).
1faded47
GM
849 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
850 only used in gnus-util, which autoloads it itself.
851 (rmail-update-summary): Fix autoload.
852
fef8d38e
GM
853 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
854 rather than rmail-output-to-rmail-file.
1faded47 855
c07dfdd9
GM
8562009-02-07 Glenn Morris <rgm@gnu.org>
857
858 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
859 autoload of function that no longer exists.
860 (rmail-toggle-header): Declare.
861 (message-forward-rmail-make-body): Handle mbox Rmail.
862
49e787c9
GM
8632009-01-31 Glenn Morris <rgm@gnu.org>
864
865 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
866 2009-01-09 change.
867
3b36c17e
MB
8682009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
869
870 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
871 (auth-source-forget-all-cached): New convenience function.
872 (auth-source-user-or-password): Accept list of modes or a single mode.
873
874 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
875 auth-source modes.
876
877 * nnimap.el (nnimap-open-connection): Use list of
878 auth-source modes.
879
880 * nntp.el (nntp-send-authinfo): Use list of
881 auth-source modes.
882
26b9f88d
MB
8832009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
884
885 * auth-source.el: Update docs to reflect epa-file-enable is to be used
886 now.
887
8882009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
889
890 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
891 coding system in XEmacs; add a workaround for XEmacs.
892
548f737d
MB
8932009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
894
895 * mm-util.el (mm-coding-system-priorities): Protect against nil value
896 of current-language-environment.
897
8982009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
899
900 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
901 available at runtime.
902
9032009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
904
905 * gnus-art.el (article-date-ut): Fix end point of narrowing.
906
9072009-01-11 Aidan Kehoe <kehoea@parhasard.net>
908
909 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
910 the greatest positive fixnum value doesn't work under an XEmacs with
911 bignum support; use the most-positive-fixnum constant instead,
912 available since Emacs 21.1 with cl and XEmacs 21.1.
913
63d12d38
KY
9142009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
915
916 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
917 XEmacs gets not to work.
918
548f737d
MB
9192009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
920
921 * mm-util.el (mm-coding-system-priorities): Allow the value like
922 "Japanese (UTF-8)" of current-language-environment.
923
ed77e66c
GM
9242009-01-09 Glenn Morris <rgm@gnu.org>
925
926 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
927 with last-command-event.
928
e3e955fe
MB
9292009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
930
931 * message.el (message-fix-before-sending): Amend comment.
932
9332009-01-07 David Engster <dengste@eml.cc>
934
935 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
936 simplified server definitions by converting it via
937 gnus-server-to-method.
938
9392009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
940
941 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
942 parameter's operands.
943
9442009-01-06 David Engster <dengste@eml.cc>
945
946 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
947 primary select method (for gnus-group-mark-article-as-read).
948
41ec3f54
TH
9492009-01-06 Tassilo Horn <tassilo@member.fsf.org>
950
951 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
952 `(gnus)Face', not `(gnus)X-Face'.
953
e3e955fe
MB
9542009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
955
956 * mm-util.el (mm-ucs-to-char): New function.
957
958 * mm-url.el (mm-url-decode-entities): Use it.
959
9602009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
961
962 * message.el (message-fix-before-sending): Add `eight-bit' to
963 illegible-text check.
964
35203a24
MO
9652009-01-03 Michael Olson <mwolson@gnu.org>
966
967 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
968 `headers' is nil. This can occur if the IMAP server does not have
969 permissions to read messages from a folder, but can write new messages
970 to the folder.
971 (nnimap-request-article-part): Do not insert `data' if it is nil.
972
e3e955fe
MB
9732009-01-01 Dave Love <fx@gnu.org>
974
975 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
976
977 * nnimap.el: Fix author email.
978 (nnimap-split-rule): Add FIXME comment.
979 (nnimap-debug): Fix doc string.
980
9812008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
982
983 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
984 overlay-arrow-position and overlay-arrow-string buffer-local; no need
985 to check if those variables exist (first appeared in Emacs 18.50).
986
9872008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
988
989 * mm-util.el (mm-line-number-at-pos): New function.
990
991 * spam-report.el (spam-report-process-queue): Use it.
992
9932008-12-24 David Engster <dengste@eml.cc>
994
995 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
996 parameters that haven't existed as variables as buffer-local variables.
997
9982008-12-23 Dave Love <fx@gnu.org>
999
1000 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1001 cadar.
1002
1003 * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1004 imap-starttls-p.
1005 (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1006
10072008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
1008
1009 * spam-report.el (spam-report-gmane-max-requests): New constant.
1010 (spam-report-gmane-wait): New variable.
1011 (spam-report-gmane-ham, spam-report-gmane-spam)
1012 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1013 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1014 the server.
1015
1016 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1017 Add explanations.
1018
1019 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1020 nnheader-accept-process-output and nnheader-read-timeout if available.
1021 (pop3-movemail): Use it.
1022
1023 * message.el (message-check-news-body-syntax): Fix signature check if
1024 there's an attachment.
1025
10262008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
1027
1028 * mm-util.el: Add comments to the mm- emulating functions.
1029
10302008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
1031
1032 * gnus-start.el (gnus-before-startup-hook): Fix doc string. Reported
1033 by Stephen Berman <stephen.berman@gmx.net>.
1034
c7948b5f
MB
10352008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
1036
1037 * mm-util.el (mm-substring-no-properties): New function.
1038 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1039 (mm-special-display-p): Enable those lambda forms to be byte compiled.
1040 (mm-string-to-multibyte): Doc fix.
1041
1042 * mml.el (mml-attach-file): Use mm-substring-no-properties.
1043
10442008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1045
1046 * mml.el (mml-attach-file): Strip text properties from file name.
e3e955fe
MB
1047 (Bug#1574)
1048
10492008-12-16 Glenn Morris <rgm@gnu.org>
1050
1051 * mm-util.el (mm-charset-override-alist): Declare for compiler.
c7948b5f 1052
bf46b4d4
MB
10532008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
1054
1055 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1056 knows since the charset specified might be a bogus alias that
1057 mm-charset-synonym-alist provides.
1058
10592008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1060
1061 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1062 "ISO_8859-1".
1063
1064 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1065
96a22201
KY
10662008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
1067
1068 * mm-util.el (mm-charset-eval-alist):
1069 Define it before mm-charset-to-coding-system.
1070 (mm-charset-to-coding-system): Add optional argument `silent';
1071 define it before mm-charset-override-alist.
1072 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1073 default value if it can be used in Emacs currently running;
1074 silence mm-charset-to-coding-system.
1075
b6b8f5fd
KY
10762008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1077
1078 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1079 `allow-override' which says whether to use `mm-charset-override-alist'.
1080 (rfc2047-decode-encoded-words): Use it.
1081
1082 * mm-util.el (mm-charset-override-alist): Fix custom type;
1083 add `(gb2312 . gbk)' to choices.
1084
1250af7b
KY
10852008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1086
1087 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1088 fast.
1089
1090 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1091
886367d8
KY
10922008-12-04 Naohiro Aota <nao.aota@gmail.com>
1093
1094 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1095 on links.
1096
1097 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1098
f66de92f
KY
10992008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1100
e01bbc12
KY
1101 * message.el (message-idna-to-ascii-rhs-1): Protect against local
1102 users' addresses that don't have domain parts.
1103 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1104 rather than message-narrow-to-head since there will be the message
1105 header separator.
f66de92f 1106
06c68f84
SM
11072008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1108
1109 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1110 since the result is inserted in a unibyte buffer anyway.
1111 (nnimap-demule-use-string-to-multibyte): Remove.
1112 (nnimap-demule): Alias it to mm-string-to-multibyte.
1113
9255ec86
RS
11142008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
1115
1116 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1117 variable for debugging bug#464 and bug#1174.
1118 (nnimap-demule): Use it.
1119
030cca00
MB
11202008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1121
1122 * gnus-score.el (gnus-score-find-trace): Handle default score in total
1123 score calculation correctly.
1124
8a986865
SM
11252008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1126
1127 * message.el (message-send-mail): Just set the buffer to unibyte
1128 rather than use mm-with-unibyte-current-buffer which does a lot more.
1129 (message-send-mail-partially): Don't bother with
1130 mm-with-unibyte-current-buffer since it's already been made unibyte by
1131 message-send-mail.
1132
5b51650c
MB
11332008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
1134
1135 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1136
11372008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
1138
1139 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1140
ed778fad
MB
11412008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
1142
1143 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1144 require itself and to remove `with-no-warnings'.
1145
11462008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
1147
1148 * starttls.el (starttls-any-program-available): Get the name of the
1149 available TLS layer program.
1150 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1151 well as the host name in the "opening" message.
1152
1153 * auth-source.el (auth-source-cache, auth-source-do-cache)
1154 (auth-source-user-or-password): Cache passwords and logins by default,
1155 allow override with `auth-source-do-cache'.
1156 (auth-source-forget-user-or-password): Allow users to remove cache
1157 entries if needed.
1158
8e38a1a9
MB
11592008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
1160
1161 * ietf-drums.el (ietf-drums-remove-comments): Localize second
1162 condition-case to only the forward-sexp call.
1163
11642008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
1165
1166 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1167 quotes contained. Make it more robust regardless by an extra
1168 condition-case wrapper.
1169
9091f2d3
MB
11702008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
1171
1172 * nnml.el (nnml-request-expire-articles): Check if the function set to
1173 `nnmail-expiry-target' returns the symbol `delete'.
1174
1175 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1176
1177 * nnmail.el (nnmail-expiry-target): Fix custom type.
1178
06b2d4c6
GM
11792008-10-02 Glenn Morris <rgm@gnu.org>
1180
1181 * mm-util.el (mm-codepage-setup): Tweak codepage error.
1182 Silence compiler warning.
1183
059b98fa
CY
11842008-09-30 Chong Yidong <cyd@stupidchicken.com>
1185
1186 * mml.el (mml-menu): Don't assume mml2015 is bound.
1187
4520e527
MB
11882008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
1189
1190 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1191 exists.
1192
09aece0b
GM
11932008-09-27 Glenn Morris <rgm@gnu.org>
1194
1195 * gnus-util.el (mail-header-remove-comments): Autoload it.
1196
521c4a23
AS
11972008-09-27 Andreas Schwab <schwab@suse.de>
1198
1199 * gnus-util.el (gnus-split-references): Strip comments.
1200 (gnus-parent-id): Likewise.
1201
4520e527
MB
12022008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
1203
1204 * message.el (message-confirm-send): Fix version.
1205
12062008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
1207
1208 * message.el (message-idna-to-ascii-rhs-1): Use
1209 mail-extract-address-components rather than mail-header-parse-addresses
1210 that is an alias by default to ietf-drums-parse-addresses that does not
1211 support non-ASCII names in headers' contents.
1212
eef5ade7
MB
12132008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
1214
1215 * message.el (message-confirm-send): Fixed variable documentation to
1216 avoid the "y/n" wording.
1217
4520e527 12182008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
eef5ade7
MB
1219
1220 * message.el (message-set-auto-save-file-name): Save to a different
1221 filename so multiple messages (especially drafts) can be recovered.
1222
e52cac88
MB
12232008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
1224
1225 * message.el (message-confirm-send): Add appropriate version.
1226
12272008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
1228
1229 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1230 defvar.
1231
12322008-09-22 Daiki Ueno <ueno@unixuser.org>
1233
1234 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1235 (mm-pkcs7-enveloped-magic): Ditto.
1236
64763fe3
MB
12372008-09-17 Simon Josefsson <simon@josefsson.org>
1238
1239 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1240 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1241
12422008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
1243
1244 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1245 default, it's better.
1246
12472008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
1248
1249 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1250 summary line gnus-number property and ignore them (with a warning
1251 message).
1252
1ae03cd5
KY
12532008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
1254
1255 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1256 macro caddr in the interactive form since it won't be expanded.
1257
c0ccb0d6
KY
12582008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
1259
1260 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1261 `charset'; fix name of function called recursively.
1262 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1263
14ce5fc2
KY
12642008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
1265
1266 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1267 (gnus-mime-set-charset-parameters): New function.
1268 (gnus-mime-view-part-as-charset): Use it to correctly display part
1269 specifying wrong charset.
1270
9e601b8d
MB
12712008-09-08 David Engster <dengste@eml.cc>
1272
1273 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1274 in completing-read for back end server.
1275
16dd13df
MB
12762008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
1277
1278 * message.el (message-confirm-send): New variable to confirm sending a
1279 message.
1280 (message-send): Use it.
1281
b86402ab
MB
12822008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
1283
1284 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1285
12862008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
1287
1288 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1289
12902008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
1291
1292 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1293 prevent tracking too many groups.
1294 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1295 Use it.
1296
9153f10d
MB
12972008-08-11 Ralf Angeli <angeli@caeruleus.net>
1298
1299 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1300 moving point to the bottom of the window in order to avoid recentering.
1301
13022008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
1303
1304 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1305 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1306 (gnus-article-beginning-of-window): Fix calculation.
1307
13082008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
1309
1310 * gnus-msg.el (gnus-summary-supersede-article)
1311 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
1312 value of gnus-newsgroup-charset to decode non-MIME encoded text in
1313 message header.
1314
82cc1916
DN
13152008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1316
1317 * message.el:
1318 * gnus-start.el:
1319 * gnus-registry.el: Remove VMS support.
1320
6ecfe5c2
MB
13212008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
1322
1323 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1324 macro.
1325 (rfc2104-hash): Use it.
1326
13272008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
1328
1329 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1330 (gnus-summary-sort-by-most-recent-date): New commands.
1331 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1332 and menu entries.
1333
13342008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
1335
1336 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1337 don't redisplay article for raw contents; remove plural articles stuff.
1338
1339 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1340 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1341 on gnus-summary-save-article; display results properly.
1342
d62672f3
MB
13432008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
1344
1345 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1346
13472008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
1348
1349 * gnus-art.el (gnus-summary-save-in-pipe): Consider
1350 gnus-save-all-headers.
1351
d221466a
DN
13522008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1353
1354 * gnus-util.el (ns-focus-frame): Remove declaration.
1355 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
1356 like x.
1357
b737c3d9
TTN
13582008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1359
1360 * rfc2104.el (rfc2104-zero): Delete defconst.
1361 (rfc2104-hex-alist): Likewise.
1362 (rfc2104-hex-to-int): Delete func.
1363 (rfc2104-hexstring-to-bitstring): Likewise.
1364 (rfc2104-nybbles): New defconst.
1365 (rfc2104-hash): Rewrite for speed.
1366
3c823a0c
GM
13672008-07-16 Glenn Morris <rgm@gnu.org>
1368
1369 * gnus-util.el (ns-focus-frame): Declare for compiler.
1370
16c85f26
MB
13712008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
1372
1373 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
1374 set as a group parameter.
1375 (gnus-summary-save-in-pipe): Work when it is called independently.
1376 (gnus-summary-pipe-to-muttprint): Don't modify
1377 gnus-summary-pipe-output-default-command.
1378
ad546360
SM
13792008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
1380
1381 * message.el (message-send-mail-with-sendmail):
1382 Display the error message.
1383
89167438
MB
13842008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1385
ad546360
SM
1386 * gnus-art.el (gnus-default-article-saver):
1387 Add gnus-summary-save-in-pipe to choices.
89167438
MB
1388 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
1389 gnus-summary-pipe-output-default-command as the default command.
1390 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
1391 instead of gnus-last-shell-command.
1392
ba60bd44
JB
1393 * gnus-sum.el (gnus-summary-pipe-output-default-command):
1394 New user option.
89167438
MB
1395 (gnus-summary-muttprint-program): Mention the value will be changed.
1396 (gnus-summary-save-article): Force showing of all headers.
1397 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
1398
13992008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
1400
1401 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
1402
56fd9faa
JB
14032008-07-02 Juanma Barranquero <lekktu@gmail.com>
1404
1405 * nnimap.el (nnimap-id):
1406 * sieve-manage.el (sieve-manage-open): Doc fixes.
1407
68548459
JB
14082008-07-02 Francesc Rocher <rocher@member.fsf.org>
1409
1410 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
1411 if available.
1412
32bed934
SM
14132008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1414
eafee8f2
SM
1415 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
1416
1417 * nnkiboze.el (nnkiboze-generate-group):
1418 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
1419
32bed934
SM
1420 * nnmairix.el: Require CL.
1421
2b968687
MB
14222008-06-15 David Engster <dengste@eml.cc>
1423
1424 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
1425
14262008-06-14 Aidan Kehoe <kehoea@parhasard.net>
1427
32bed934
SM
1428 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
1429 New macros that expand to an `aset'/`aref' call under Emacs, and to a
2b968687
MB
1430 runtime choice under XEmacs.
1431
32bed934
SM
1432 * gnus-sum.el (gnus-summary-set-display-table):
1433 Use `gnus-put-display-table', `gnus-get-display-table',
2b968687
MB
1434 `gnus-set-display-table' for the display table, instead of `aset'.
1435
2b968687
MB
14362008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
1437
1438 * nnmairix.el: Add autoloads.
1439
14402008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
1441
1442 * nnmairix.el (nnmairix-delete-recreate-group)
1443 (nnmairix-update-and-clear-marks): Fix error messages.
1444
14452008-06-14 David Engster <dengste@eml.cc>
1446
1447 * nnmairix.el: Upgrade to version 0.6.
1448 (nnmairix-group-toggle-propmarks-this-group)
1449 (nnmairix-group-toggle-readmarks-this-group)
1450 (nnmairix-group-delete-recreate-this-group)
1451 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
1452 (nnmairix-remove-tick-mark-original-article): New commands.
1453 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
1454 (nnmairix-propagate-marks-to-nnmairix-groups)
1455 (nnmairix-only-use-registry, nnmairix-allowfast-default)
1456 (nnmairix-marks-cache, nnmairix-version-output): New variables.
1457 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
1458 functions needed for marks propagation and manipulation of read marks.
1459 (nnmairix-update-groups): New function.
1460 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
1461 (nnmairix-determine-original-group-from-registry)
1462 (nnmairix-determine-original-group-from-path)
1463 (nnmairix-get-group-from-file-path, nnmairix-map-range)
ba60bd44
JB
1464 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
1465 New helper functions.
1466 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2b968687
MB
1467 keystrokes for new commands.
1468 (nnmairix-delete-and-create-on-change): Doc string cleanup.
1469 (nnmairix-request-group): Check allow-fast group parameter.
1470 (nnmairix-request-create-group): Set allow-fast group parameter if
1471 nnmairix-allowfast-default is set.
1472 (nnmairix-close-group): Propagate marks upon closing if needed.
1473 (nnmairix-group-toggle-threads-this-group): Use new.
1474 nnmairix-group-toggle-parameter helper function.
1475 (nnmairix-search): Better check for empty search result.
1476 (nnmairix-goto-original-article): Use new helper functions for
1477 determining original article.
1478 (nnmairix-show-original-article): Make sure message-id is in brackets.
1479 (nnmairix-call-mairix-binary): Change variable name.
1480 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
1481 helper function.
1482 (nnmairix-widget-toggle-activate): Fix doc string.
1483
a19a8f1b
MB
14842008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
1485
1486 * nnir.el: Require edmacro when compiling with XEmacs.
1487 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
1488 available in Emacs 21.
1489
8abf1b22
GM
14902008-06-11 Glenn Morris <rgm@gnu.org>
1491
1492 * gnus-util.el (x-focus-frame):
1493 * gnus.el (image-size):
1494 * mm-decode.el (image-size): Declare.
1495
1496 * gnus-picon.el (declare-function): Add compat definition.
1497 (image-size): Declare.
1498
1499 * gnus-group.el (tool-bar-map):
1500 * gnus-sum.el (tool-bar-map): Define for compiler.
1501
1502 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
1503
1504 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
1505
1506 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
1507 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
1508 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
1509 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
1510 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
1511 * sieve-manage.el, spam-report.el, spam.el:
1512 Remove unnecessary eval-and-compile of autoloads.
1513
43d28dcd
MA
15142008-06-08 Michael Albinus <michael.albinus@gmx.de>
1515
1516 * auth-source.el: Precise Tramp doc.
1517
966bd7bd
GM
15182008-06-07 Glenn Morris <rgm@gnu.org>
1519
1520 * nnmairix.el: Remove unnecessary eval-when-compile.
1521
15222008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
e6d2d263
MB
1523
1524 * nnir.el: New file.
1525
d346bf7e
SM
15262008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1527
1528 * gnus-util.el (gnus-read-shell-command): New function.
1529 * mm-decode.el (mm-pipe-part):
1530 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
1531
b1d6cda3
MB
15322008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
1533
1534 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
1535
6459e35e
GM
15362008-06-03 Glenn Morris <rgm@gnu.org>
1537
1538 * pop3.el (nnheader-accept-process-output): Autoload it.
1539
656b4fa1
MB
15402008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
1541
1542 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
1543 are not 2-digit hexadecimal characters that follow `%'s.
1544
15452008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
1546
1547 * message.el (message-bogus-recipient-p): Fix type in doc string.
1548 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
1549 (message-bogus-addresses): Rename from message-bogus-address-regexp.
1550 Improve custom options.
1551 (message-bogus-recipient-p): Adjust accordingly.
1552
15532008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
1554
1555 * nnmairix.el: Require edmacro when compiling with XEmacs.
1556
f394fa25
MB
15572008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1558
1559 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
1560 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
1561
a368801c
MB
15622008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
1563
1564 * auth-source.el: Add more docs.
1565
15662008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1567
1568 * nnheader.el (nnheader-read-timeout): Change the default timeout from
1569 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
1570 retrieval faster in some cases, but might make CPU usage larger. If
1571 this has any bad side effects, we might revert this change.
1572
1573 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
1574 seems to make mail retrieval much, much faster.
1575 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
cc4a96c6 1576 unconditionally.
a368801c
MB
1577
1578 * gnus-draft.el (gnus-group-send-queue): Bind
1579 message-send-mail-partially-limit to nil to avoid being prompted.
1580
03c673c9
MB
15812008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
1582
1583 * mml.el (mml-attach-buffer): Prompt for `disposition'.
1584
1585 * message.el (message-bogus-address-regexp): Fix and improve custom
1586 type.
1587 (message-setup-hook): Add message-check-recipients as custom option.
1588
58333467
MB
15892008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
1590
1591 * message.el (message-cite-function): Remove bogus autoload which crept
1592 in during merge from v5-10.
1593
4079589f
MB
15942008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
1595
1596 * nnimap.el (nnimap-open-connection): Fix login/password bug.
1597
1598 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
1599
1600 * auth-source.el: Preliminary Tramp docs.
1601 (auth-sources): Change the default auth-sources to use
1602 EPA .gpg files.
1603
e952b711
MB
16042008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
1605
1606 * nntp.el: Autoload `auth-source-user-or-password'.
1607 (nntp-send-authinfo): Use it.
1608
1609 * nnimap.el: Autoload `auth-source-user-or-password'.
1610 (nnimap-open-connection): Use it.
1611
1612 * auth-source.el: Added docs on using with url-auth. Import gnus-util
1613 for the gnus-message function.
1614 (auth-source-user-or-password): Use it.
1615
4fedcc00
SM
16162008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1617
1618 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
1619 rfc2104-hexstring-to-byte-list. Return a unibyte string.
1620 (rfc2104-hash): Use it.
1621
149cd465
JB
16222008-05-08 Juanma Barranquero <lekktu@gmail.com>
1623
1624 * gnus-art.el (gnus-article-toggle-truncate-lines):
1625 Don't use `iff' in docstring.
1626
0ab5c2be
MB
16272008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
1628
1629 * gnus-registry.el: Adjusted copyright dates and added a keyword.
1630
1631 * gnus-util.el (gnus-extract-address-component-name)
1632 (gnus-extract-address-component-email): Convenience functions around
1633 `gnus-extract-address-components'.
1634
4fedcc00
SM
1635 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1636 Use `gnus-extract-address-component-email' to fix bug of comparing full
0ab5c2be
MB
1637 sender name to `user-mail-address'.
1638
16392008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
1640
1641 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
1642 catch/throw to optimize.
1643 (gnus-registry-find-keywords): Just use member to find a keyword.
1644
42a83f4b
SM
16452008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1646
1647 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
1648 is current before calling gnus-server-prepare.
1649 (gnus-server-setup-buffer, gnus-server-update-server)
1650 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
1651
d844ef2f
JL
16522008-05-04 Juri Linkov <juri@jurta.org>
1653
1654 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
1655 (mailcap-file-default-commands): Use mailcap-replace-in-string
1656 instead of replace-regexp-in-string, and mailcap-delete-duplicates
1657 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
1658
f8a29505
MB
16592008-05-03 Reiner Steib <reiner.steib@gmx.de>
1660
1661 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
1662
3a23a519
MB
16632008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1664
1665 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
1666 hooks.
1667 (gnus-update-read-articles): Speed up non-marks-using users.
1668 (gnus-use-marks): Define gnus-use-marks.
1669 (gnus-propagate-marks): Rename variable to something more sensible.
1670
38ac8b91
JB
16712008-05-02 Juanma Barranquero <lekktu@gmail.com>
1672
1673 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
1674 (gmm-image-load-path-for-library): Fix typos in docstrings.
1675 (gmm-message): Reflow docstring.
1676
8336c962
MB
16772008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
1678
42a83f4b
SM
1679 * mail-source.el (mail-source-set-1, mail-source-bind):
1680 Move auth-source code out of the macro to clean it up and fix bugs.
8336c962
MB
1681
16822008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
1683
1684 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
1685 by sender if it's equal to user-mail-address, it's likely to be
1686 useless.
1687
1688 * mail-source.el (mail-source-bind): Don't use user or password if they
1689 are not bound. Unintern them if they are nil. Don't use server unless
1690 it's bound, and default it to empty string otherwise.
1691
58a67d68
MB
16922008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
1693
1694 * mail-source.el: Load auth-source.el.
1695 (mail-source-bind): Add comments. Call auth-source-user-or-password to
1696 get user name or password, if auth-sources is set up.
1697
1698 * gnus-registry.el (gnus-registry-split-strategy): New variable for
1699 strategy of splitting with parent.
1700 (gnus-registry-split-fancy-with-parent)
1701 (gnus-registry-post-process-groups): Use it and fix prior
1702 bug (returning a list as the split result).
1703
1704 * auth-source.el (auth-sources): Remove server parameter.
1705 (auth-source-pick, auth-source-user-or-password)
1706 (auth-source-user-or-password-imap)
1707 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1708 (auth-source-user-or-password-sftp)
1709 (auth-source-user-or-password-smtp): Remove server parameter.
1710
296fa7b4
JB
17112008-04-25 Juanma Barranquero <lekktu@gmail.com>
1712
1713 * smime.el (smime-sign-region, smime-encrypt-region)
1714 (smime-decrypt-region):
1715 Remove redundant calls to `generate-new-buffer-name'.
1716
58a67d68
MB
17172008-04-24 Luca Capello <luca@pca.it> (tiny change)
1718
1719 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
1720 Don't use QP for message/rfc822.
1721 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
1722
2136a8a7
SM
17232008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1724
1725 * sieve-manage.el (sieve-string-bytes): Remove.
1726 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
1727 correct byte-length only if the process's coding-system is the same as
1728 the one used internally by Emacs to represent strings.
1729
a837fe74
JL
17302008-04-22 Juri Linkov <juri@jurta.org>
1731
1732 * mailcap.el (mailcap-file-default-commands): New function.
1733
d55fe5bb
MB
17342008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
1735
1736 * message.el (message-signature-separator, message-cite-function):
1737 Change custom version.
1738
17392008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
1740
1741 * mm-decode.el (mm-display-external): Make temp file read-only.
1742
17432008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
1744
1745 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
1746 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
1747 `C-c C-f d'.
1748
17492008-04-12 Adrian Aichner <adrian@xemacs.org>
1750
1751 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
1752
17532008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
1754
1755 * auth-source.el: Added docs.
2136a8a7 1756 (auth-sources): Modify format to support server.
d55fe5bb
MB
1757 (auth-source-pick, auth-source-user-or-password)
1758 (auth-source-user-or-password-imap)
1759 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1760 (auth-source-user-or-password-sftp)
1761 (auth-source-user-or-password-smtp): Add server parameter.
1762
17632008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
1764
1765 * gnus-registry.el: Initialize the registry when gnus-registry-install
1766 is t.
1767
73f2395e
KY
17682008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
1769
1770 * compface.el (uncompface): Make buffer unibyte.
1771
e66d8771
SM
17722008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1773
1774 * mail-source.el (mail-source-value):
1775 Prefer fboundp to functionp so it works with macros as well.
1776
407da272
GM
17772008-04-05 Glenn Morris <rgm@gnu.org>
1778
1779 * gnus-ems.el (mm-disable-multibyte): Autoload it.
1780
3b728e95
SM
17812008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1782
d37ded9e
SM
1783 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
1784 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
1785
407da272
GM
1786 * nnheader.el (nnheader-init-server-buffer): Change buffer's
1787 multibyteness after rather than before erasing it.
33e2f72c 1788
75eda25b
SM
1789 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
1790 mm-with-multibyte.
407da272
GM
1791 (gnus-request-article-this-buffer): Make sure the proper decoding is
1792 used if gnus-original-article-buffer happens to be unibyte.
75eda25b 1793
2b57967e
SM
1794 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
1795 default-enable-multibyte-characters.
1796
d7eb3b36
SM
1797 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
1798 default-enable-multibyte-characters.
1799
7ab0253d
SM
1800 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
1801
3b728e95
SM
1802 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
1803
5faa2ec0
SM
18042008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1805
1806 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1807 Fix last change in case the element is not even a symbol.
1808
59429511
MB
18092008-04-02 Simon Josefsson <simon@josefsson.org>
1810
1811 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
1812 imap-enable-exchange-bug-workaround.
1813 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
1814
18152008-04-01 Simon Josefsson <simon@josefsson.org>
1816
1817 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
1818 a 100 byte status-checks into a 2-3MB transfer for each group.
1819 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
1820 to enable bug workaround or not.
1821 (nnimap-find-minmax-uid): Only enable workaround conditionally.
1822
a0e08467
GM
18232008-03-31 Glenn Morris <rgm@gnu.org>
1824
1825 * message.el (mml2015-use): Declare for compiler.
1826 (message-info): Require mml2015 when appropriate.
1827
990e2c2f
SM
18282008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1829
1830 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
1831 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
1832 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
1833 (nntp-service-to-port): New function.
1834 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
1835 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
1836 (nntp-open-netcat-stream): New function.
1837 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
1838
59429511
MB
18392008-03-29 Sven Joachim <svenjoac@gmx.de>
1840
1841 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
1842
fa98585c
SM
18432008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1844
1845 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
1846
9b3ebcb6
MB
18472008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
1848
1849 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
1850
18512008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
1852
fa98585c
SM
1853 * message.el (message-signature-separator): Change default.
1854 Improve custom type.
9b3ebcb6
MB
1855 (message-cite-function): Change default to
1856 message-cite-original-without-signature.
1857
1858 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
1859 toggle.
1860
1861 * message.el (message-check-news-body-syntax): Fix signature check.
1862 (message-setup-1): Mark buffer as unmodified _after_ running
1863 message-setup-hook and handling message-alternative-emails.
1864 (message-shorten-references): Be more strict when building list of
1865 valid references to comply with GNKSA.
1866
fa98585c
SM
1867 * gnus-group.el (gnus-read-ephemeral-bug-group)
1868 (gnus-read-ephemeral-debian-bug-group)
1869 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9b3ebcb6
MB
1870
1871 * message.el (message-info): Don't use booleanp which isn't supported
1872 in Emacs 21 and XEmacs.
1873
18742008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
1875
1876 * gnus-group.el (gnus-gmane-group-download-format): Rename from
1877 gnus-group-gmane-group-download-format.
1878 (gnus-group-read-ephemeral-gmane-group): Rename from
1879 gnus-group-read-ephemeral-gmane-group.
1880 (gnus-read-ephemeral-gmane-group-url): Rename from
1881 gnus-group-read-ephemeral-gmane-group-url.
b97439ce 1882 (gnus-bug-group-download-format-alist): New variable.
9b3ebcb6
MB
1883 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1884 (gnus-read-ephemeral-emacs-bug-group): New commands.
1885
18862008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
1887
1888 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1889 (gnus-visible-headers): Improve custom type.
1890
18912008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
1892
1893 * mml.el (mml-menu): Add workarounds for XEmacs.
1894
1895 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1896 X-Boundary header.
1897
1898 * message.el (message-simplify-recipients): Fix previous commit.
1899
b813166a
SM
19002008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1901
df06dd59 1902 * mm-util.el (mm-set-buffer-multibyte): New function.
61dc89b0 1903 * mm-decode.el (mm-copy-to-buffer): Use it.
df06dd59 1904
b813166a
SM
1905 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1906 Prefer fboundp to functionp so it works with macros as well.
1907
9b3ebcb6
MB
19082008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
1909
5faa2ec0
SM
1910 * message.el (message-alter-recipients-discard-bogus-full-name):
1911 New function.
9b3ebcb6
MB
1912 (message-alter-recipients-function): New variable.
1913 (message-get-reply-headers): Use it.
1914 (message-replace-header): New helper function.
1915 (message-recipients-without-full-name): New variable.
1916 (message-simplify-recipients): New command.
1917
1918 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1919
1920 * message.el (message-info): Handle EasyPG manual.
1921
1922 * mml.el (mml-menu): Add entry for EasyPG.
1923
19242008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
1925
1926 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1927 parameter.
1928
1929 * message.el (message-disassociate-draft): Specify drafts group name
1930 fully.
1931
19322008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
1933
1934 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1935 unnecessary duplicates from the match list.
1936
19372008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
1938
1939 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1940 args of `how-many' of which the XEmacs version doesn't take; declare
1941 Info-index-next as function.
1942
19432008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
1944
1945 * gnus-score.el (gnus-score-headers): Fix handling of
1946 gnus-inhibit-slow-scoring.
1947
1948 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1949 string.
1950 (gnus-button-url-regexp): Improve handling of parenthesis.
1951 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1952 (gnus-button-handle-info-keystrokes): Handle index entries.
1953
19542008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
1955
1956 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1957 Incoming* files.
1958
19592008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
1960
1961 * auth-source.el (auth-sources): Renamed from auth-source-choices.
1962 (auth-source-pick): Use it.
1963
19642008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1965
1966 * auth-source.el (auth-source-protocols)
1967 (auth-source-protocols-customize, auth-source-choices): Added and
1968 modified variable customizations and defaults.
1969 (auth-source-pick, auth-source-user-or-password)
1970 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1971 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1972 (auth-source-user-or-password-sftp)
1973 (auth-source-user-or-password-smtp): Use new variables and provide an
1974 interface to netrc.el.
1975
19762008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
1977
1978 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1979 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1980 Make sure the nntp port to specify is a string.
1981
dd58a686
SM
19822008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1983
ed075cb4
SM
1984 * nntp.el: Use with-current-buffer.
1985 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1986 dubious mm-with-unibyte-current-buffer.
1987 (nntp-with-open-group-function): New function extracted from
1988 nntp-with-open-group macro.
1989 (nntp-with-open-group): Use the function, so it's easier to debug.
1990 Add indentation and debugging info.
9b3ebcb6
MB
1991 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1992 the use of the netcat alternatives.
ed075cb4 1993
f15a9fec
SM
1994 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1995 Avoid mm-string-as-multibyte as well.
1996
944c87e0
SM
1997 * nnweb.el (nnweb-insert-html):
1998 Remove use of nnheader-string-as-multibyte.
1999
2ec9cf15
SM
2000 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2001 (nnheader-string-as-multibyte): Remove.
2002
3d2440b4
SM
2003 * mm-view.el: Use inhibit-read-only.
2004 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2005 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2006 or unibyte-string.
2007
456cace2
SM
2008 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2009 (mm-uu-yenc-extract): Use with-current-buffer.
2010
f5fcf556
SM
2011 * gnus-soup.el (gnus-soup-send-packet): Don't use
2012 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2013
c9de7755
SM
2014 * nnmh.el: Use with-current-buffer.
2015 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2016 mm-string-as-multibyte on the output of mm-encode-coding-string.
2017
3d2440b4 2018 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9c5fe825
SM
2019 (nnimap-request-move-article): Use with-current-buffer.
2020
3d2440b4
SM
2021 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2022 inserting the handle-buffer's text, so the implicit multibyte->unibyte
2023 conversion uses string-make-unibyte rather than string-as-unibyte.
d4eb2b7e 2024
228b6ecd
SM
2025 * gnus-msg.el: Use with-current-buffer.
2026
dd58a686
SM
2027 * message.el (message-ignored-resent-headers): Add "Delivered-To".
2028
9b3ebcb6
MB
20292008-03-10 Daiki Ueno <ueno@unixuser.org>
2030
2031 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2032 string for caching if it is 'PIN.
2033
37a68866
MB
20342008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
2035
dd58a686
SM
2036 * mail-source.el (mail-source-delete-old-incoming-confirm):
2037 Change default to nil.
37a68866
MB
2038 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2039
8f7abae3
MB
20402008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
2041
2042 * gnus-art.el (gnus-narrow-to-page): Position point properly.
2043 (gnus-article-goto-prev-page): Work for articles having ^L's.
2044
2045 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2046
2047 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2048
e0385bf4
KF
20492008-03-07 Karl Fogel <kfogel@red-bean.com>
2050
56388398 2051 * gnus-bookmark.el: Adjust for renames in bookmark.el.
e0385bf4
KF
2052 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2053 (gnus-bookmark-jump): Adjust some variable names.
2054
8f7abae3 20552008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
a7b50e1c 2056
8f7abae3
MB
2057 * auth-source.el: New package.
2058 (auth-source-choices): Add customization entry point variable.
2059
2060 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2061 bug.
2062
20632008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
2064
2065 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2066 (gnus-registry-initialize, gnus-registry-install-p): Use it.
dd58a686 2067 (gnus-registry-install-shortcuts): Rename from
8f7abae3
MB
2068 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
2069 the `gnus-registry-mark-map' keymap dynamically from
2070 `gnus-registry-marks'. The generated functions update the summary line
2071 when a registry mark is added or deleted, and will call
2072 `gnus-registry-install-p' (see the comments in the code).
2073 (gnus-registry-user-format-function-M): Use concat intelligently.
2074
2075 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2076 the registry mark functions.
a7b50e1c 2077
c1717fbd
GM
20782008-03-05 Glenn Morris <rgm@gnu.org>
2079
2080 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2081 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2082 gnus-art.
2083 (top-level): No need to load own source when compiling.
2084
8f7abae3
MB
20852008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
2086
2087 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2088 Suggested by <chris.anderton@zetnet.co.uk>.
2089
1fc34624
GM
20902008-03-04 Glenn Morris <rgm@gnu.org>
2091
2092 * gnus-sum.el (top-level): No need to require gnus when compiling,
2093 since unconditionally required near start of file.
2094 (gnus-summary-display-while-building): Move definition before use.
2095
8f7abae3
MB
20962008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
2097
2098 * gnus-registry.el (gnus-registry-user-format-function-M): Add
2099 formatting function.
2100
21012008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
2102
2103 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2104 with plists.
2105 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2106 Use new format.
2107
21082008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
2109
2110 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2111 `where-is-internal' that returns a range of key sequences.
2112
dacb905a
SM
21132008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
2114
a88fd51a
SM
2115 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2116
c7a91ce1 2117 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1fc34624
GM
2118 (gnus-summary-jump-to-group): Consider windows on other displayed
2119 frames as well. Similar changes might be needed elsewhere, but that's
2120 the one I've bumped into during my use.
c7a91ce1 2121
62dc3ac3 2122 * nndoc.el (nndoc-oe-dbx-type-p):
ef1b088a 2123 * gnus-msg.el (gnus-debug):
dacb905a
SM
2124 * gnus-group.el (gnus-update-group-mark-positions):
2125 Use mm-string-to-multibyte.
2126
8f7abae3
MB
21272008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
2128
2129 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2130 doesn't handle NotDashEscaped.
2131
2132 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
2133 (mml-dnd-attach-options): Fix typo in custom choice.
2134
2135 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2136 nndoc-article-type to mbox.
2137 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2138
2139 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
2140 to nil, instead of html2text.
2141
2142 * imap.el (imap-debug): Add `imap-ping-server'.
2143
2144 * gnus-bookmark.el: Add FIXMEs.
2145
2146 * message.el (message-form-letter-separator)
2147 (message-send-form-letter-delay): New variables.
2148 (message-send-form-letter): Use them. New command to send form
2149 letters. Requested by Uwe Siart.
2150 (message-send-mail-function): Doc fix. Add "Other" custom option.
2151
14e8de0c
MB
21522008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
2153
2154 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2155 empty author.
2156
21572008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
2158
2159 * gnus-registry.el (gnus-registry-marks): Add variable for
2160 customization of marks and their appearance.
2161 (gnus-registry-read-mark): Use it.
2162 (gnus-registry-do-marks): Add utility function to loop through
2163 `gnus-registry-marks'.
2164 (gnus-registry-install-shortcuts-and-menus): Add function to install
2165 shortcuts and menus.
2166 (gnus-registry-initialize): Use it.
2167 (gnus-registry-default-mark): Clarify documentation.
2168
ab74c815
GM
21692008-02-29 Glenn Morris <rgm@gnu.org>
2170
2171 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2172 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2173 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2174 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2175 Change defcustom :version from 23.0 to 23.1.
2176
14e8de0c
MB
21772008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
2178
2179 * gnus-registry.el (gnus-registry-follow-group-p)
2180 (gnus-registry-post-process-groups): Add functions to aid registry
2181 splitting and improve logging. Clarify behavior in function
2182 documentation.
2183 (gnus-registry-split-fancy-with-parent): Use them.
2184
80de1778
SM
21852008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2186
2187 * gnus-art.el: Use with-current-buffer.
2188
14e8de0c
MB
21892008-02-27 David Engster <dengste@eml.cc>
2190
2191 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
2192 Express real group name in the response.
2193
21942008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
2195
2196 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
2197 (nnmairix-last-server, nnmairix-current-server): Defvar them.
2198 (nnmairix-goto-original-article): Defvar gnus-registry-install and
2199 autoload gnus-registry-fetch-group when compiling.
149cd465 2200 (nnmairix-request-group-with-article-number-correction): Remove
14e8de0c
MB
2201 unreferenced argument passed to nnmairix-call-backend.
2202
22032008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
2204
2205 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
2206 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
2207 Wilde.
2208
da13b6cc
GM
22092008-02-27 Glenn Morris <rgm@gnu.org>
2210
2211 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
be021c01
GM
2212 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
2213 variables to defconsts. Convert comments to doc-strings.
2214 (nnmairix-last-server, nnmairix-current-server): Convert from free
2215 variables to defvars. Convert comments to doc-strings.
2216 (gnus-registry-fetch-group): Autoload.
2217 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
2218 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14e8de0c
MB
2219 (nnmairix-widget-build-editable-fields): Use car cddr rather than
2220 caddr.
be021c01
GM
2221 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
2222 nnmairix-request-group-with-article-number-correction call.
2223 (nnmairix-fast, nnmairix-group): New, less general names, for free
2224 variables passed from nnmairix-request-group to
2225 nnmairix-request-group-with-article-number-correction. Declare.
2226 (nnmairix-request-group-with-article-number-correction):
2227 Use nnmairix-fast, nnmairix-group rather than fast, group.
da13b6cc 2228
3d0f8a67
MB
22292008-02-26 David Engster <dengste@eml.cc>
2230
2231 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
2232 version 0.5.
2233
22342008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
2235
2236 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
2237 instead of making an extra function call. Don't add the current group
2238 to articles only when they have the group. Use
2239 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
2240 Reported by David <de_bb@arcor.de>.
2241
f5490ddc
MB
22422008-02-24 Miles Bader <miles@gnu.org>
2243
2244 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
2245 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
2246 (mm-find-mime-charset-region):
2247 * mm-bodies.el (mm-encode-body):
2248 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
2249
52bec650
MB
22502008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
2251
2252 * mail-source.el (mail-source-delete-incoming): Change default.
2253 Supplement doc string.
2254
2255 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
2256
22572008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
2258
2259 * nnmail.el (nnmail-message-id-cache-file): Derive from
2260 `gnus-home-directory'.
2261
22622008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
2263
2264 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5e25c514 2265 Document negative prefix.
52bec650 2266
5e25c514 2267 * gnus-group.el (gnus-group-read-group): Document negative prefix.
52bec650
MB
2268
22692008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2270
2271 * message.el (message-unsent-separator): Add the Exim bounce
2272 separator.
2273
22742008-02-10 Daiki Ueno <ueno@unixuser.org>
2275
2276 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
2277 list.
2278 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
2279 recipient/signer list.
2280
0b9c5ab7
RS
22812008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
2282
2283 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
2284 fbound (Emacs 23 unicode), signal an error.
2285
1888e568
GM
22862008-02-08 Glenn Morris <rgm@gnu.org>
2287
2288 * gnus-art.el (pgg-display-output-buffer): Declare as function.
2289
52bec650
MB
22902008-02-07 Tassilo Horn <tassilo@member.fsf.org>
2291
2292 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
2293 ports to the calls to `netrc-machine-user-or-password' in addition to
2294 "imap" and "imaps".
2295
e9198520
MB
22962008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
2297
2298 * gnus.el (gnus-group-startup-message): Add `find-image' call before
2299 image-load-path is let-bound. Reported by Harald Hanche-Olsen
2300 <hanche@math.ntnu.no>.
2301
23022008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
2303
2304 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
2305
9303f985 23062008-02-01 Zhang Wei <id.brep@gmail.com>
aca7a3d2
MB
2307
2308 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
2309
2310 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
2311
9303f985 23122008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
2313
2314 * mml.el (mml-parse-1): Remove apparently vestigial use of
2315 `mm-hack-charsets'.
2316 * mm-bodies.el (mm-encode-body): Likewise.
2317
9303f985 23182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 2319
4fedcc00 2320 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
aca7a3d2
MB
2321 rfc2104-hexstring-to-bitstring and changed to return a byte list.
2322 (rfc2104-hash): Convert the result of concat to unibyte string.
2323
9303f985 23242008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 2325
aca7a3d2
MB
2326 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
2327 coding-system-for-read.
2328 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
2329
8385d659 2330 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
4fedcc00 2331 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8385d659 2332 (mm-find-mime-charset-region): Remove hack-charsets stuff.
aca7a3d2 2333
10ef2ef7 23342008-01-24 Michael Sperber <sperber@deinprogramm.de>
a1da1e37
MB
2335
2336 * mail-source.el (mail-sources): Add `group' choice.
2337
2338 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
2339 parameter `in-group' to control into which group the articles go.
2340 Add treatment of `group' mail-source.
2341
a445370f
DN
23422008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2343
2344 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
2345 * message.el (message-beginning-of-line): Use featurep instead of bound
2346 tests in order to resolve conditionals at compile time.
2347
4599d0ec
MB
23482008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
2349
2350 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
2351
2352 * mm-decode.el (mm-dissect-buffer): Decode description.
2353
2354 * mml.el (mml-to-mime): Encode message header first.
2355
0b6799c3
MB
23562008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
2357
2358 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
2359 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
2360
23612008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
2362
2363 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
2364
23652008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
2366
2367 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
2368 prefix keys.
2369 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
2370 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
2371 gnus-xmas.el.
2372
23732008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
2374
2375 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
2376 Add new variables for article mark management.
2377 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
2378 list of extra data entries which, when present, will indicate that the
2379 article ID should not be trimmed from the registry.
2380 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
2381 functions.
2382 (gnus-registry-read-mark): New function to read a mark name from the
2383 user.
2384 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
2385 (gnus-registry-set-article-mark-internal): New functions to add and
2386 remove marks.
2387 (gnus-registry-get-article-marks): New function to show the marks for
2388 an article, or retrieve them for further use.
2389
23902008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
2391
2392 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
2393 keys when no argument is given.
2394
23952008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
2396
2397 * gnus-sum.el (gnus-article-sort-by-random)
2398 (gnus-thread-sort-by-random): Fix doc strings. Reported by
2399 jidanni@jidanni.org.
2400
24012008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
2402
2403 * gnus-art.el (gnus-article-describe-bindings): New function.
2404 (gnus-article-read-summary-keys): Use it.
2405 (gnus-article-mode-map): Bind `C-h b' to it.
2406
95838435
MB
24072008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
2408
2409 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
2410 XEmacs.
2411 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
2412 against non-character events.
2413
95838435
MB
24142008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2415
2416 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
2417 command.
2418 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
2419 instead of END. Change name of the temp file.
2420 (gnus-group-gmane-group-download-format): Add doc string. Make it
2421 customizable.
2422
24232008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
2424
2425 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
2426 bind `S W' to gnus-article-wide-reply-with-original; set default
2427 binding to gnus-article-read-summary-send-keys.
2428 (gnus-article-read-summary-keys): Fix the order of keys; display
2429 continuation keys correctly in the echo area; describe bindings
2430 correctly when keys end with `C-h'.
2431 (gnus-article-read-summary-send-keys): New function.
2432 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
2433 for gnus-article-read-summary-send-keys; display continuation keys
2434 correctly in the echo area.
2435 (gnus-article-reply-with-original): Ignore prefix argument.
2436 (gnus-article-wide-reply-with-original): New function.
2437
d82cf70b
MB
24382008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
2439
2440 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
2441 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
2442
24432008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
2444
2445 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
2446 (gnus-group-read-ephemeral-gmane-group): New command.
2447
f3041af1
DN
24482008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2449
2450 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
2451
87035689
MB
24522007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
2453
2454 * message.el (message-send-mail-function): Increase custom version.
2455
2456 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
2457 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
2458
87035689
MB
24592007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
2460
2461 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
2462 html parts correctly; support forwarded messages.
2463 (gnus-article-browse-html-article): Remove work buffers.
2464
2465 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
2466 compiling.
2467 (netrc-bound-and-true-p): New macro.
2468 (netrc-parse): Use it instead of bound-and-true-p that is not available
2469 in XEmacs 21.4.
2470
24712007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
2472
2473 * gnus-registry.el (gnus-registry-mark-article)
2474 (gnus-registry-article-marks): Add functionality to mark articles
2475 through the Gnus registry.
2476
2477 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
2478 (netrc-parse): Use encrypt-file-alist to determine if
2479 encrypt-find-model or encrypt-insert-file-contents should be used.
2480
541cbf8b
GM
24812007-12-19 Glenn Morris <rgm@gnu.org>
2482
2483 * mml.el (message-options-set, message-narrow-to-head)
2484 (message-in-body-p, message-mail-p, message-encode-message-body):
2485 Autoload.
2486 (message-remove-header, message-narrow-to-headers-or-head)
2487 (message-subscribed-p, message-make-mail-followup-to)
2488 (message-position-on-field, message-news-p)
2489 (message-options-set-recipient, message-generate-headers)
2490 (message-sort-headers): Declare as functions.
2491
87035689
MB
24922007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
2493
2494 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
2495 convention in doc string.
2496
24972007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
2498
2499 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
2500 title to html parts.
2501 (gnus-article-browse-html-article): Pass message header to it.
2502
2503 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
2504
25052007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
2506
2507 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
2508 or password compatible with XEmacs.
2509
bbbe940b
MB
25102007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
2511
2512 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
2513 format document.
2514 (gnus-mime-delete-part): Don't write description line if empty.
2515 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
2516
880820fe 25172007-12-14 Johan Bockgård <bojohan@gnu.org>
bbbe940b
MB
2518
2519 * gnus-sum.el (gnus-summary-mark-unread-as-read)
2520 (gnus-summary-mark-read-and-unread-as-read)
2521 (gnus-summary-mark-current-read-and-unread-as-read)
2522 (gnus-summary-mark-unread-as-ticked): Doc fix.
2523 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
2524
25252007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
2526
2527 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
2528 Christoph Conrad <christoph.conrad@gmx.de>.
2529
25302007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
2531
2532 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
2533 yes-or-no-p.
2534
25352007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
2536
2537 * mm-decode.el (mm-add-meta-html-tag): New function.
002876ab 2538 (mm-save-part-to-file, mm-pipe-part): Use it.
bbbe940b
MB
2539
2540 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
2541 gnus-y-or-n-p instead of y-or-n-p.
2542 (gnus-article-browse-html-parts): Work with message/external-body; use
2543 mm-add-meta-html-tag.
2544
cef98b13
GM
25452007-12-11 Glenn Morris <rgm@gnu.org>
2546
2547 * gnus-cache.el: Require gnus-sum not just when compiling.
2548
2549 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
2550
2551 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
2552 definitions before use.
2553
2554 * mm-decode.el: Require gnus-util.
2555 (mm-remove-part): Only call delete-annotation on XEmacs.
2556
2557 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
2558
2559 * nnmail.el: Require gnus-int.
2560
2561 * spam.el: Move `require's before `eval-when-compile's.
2562
2563 * gnus-ems.el (gnus-alive-p):
2564 * gnus-fun.el (message-goto-eoh):
5ec7fe1b 2565 * gnus-util.el (gnus-group-name-decode):
cef98b13
GM
2566 * mail-source.el (gnus-compress-sequence):
2567 * message.el (Info-goto-node, format-spec):
2568 * mm-bodies.el (message-options-get):
2569 * mm-decode.el (mm-view-pkcs7):
2570 * mm-util.el (gmm-write-region):
2571 * mml-smime.el (mml-compute-boundary)
2572 (gnus-completing-read-with-default):
2573 * mml.el (widget-button-press, gnus-make-hashtable):
2574 * mml1991.el (mm-decode-content-transfer-encoding)
2575 (mm-encode-content-transfer-encoding)
2576 (message-options-get, message-options-set):
2577 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
2578 * nnfolder.el (gnus-request-group):
2579 * nnheader.el (ietf-drums-unfold-fws):
2580 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
2581 * smime.el (gnus-run-mode-hooks):
2582 * spam-stat.el (gnus-message): Autoload.
2583
2584 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
2585 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
2586 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
2587 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
2588 Add declare-function compatibility definition.
2589
2590 * gnus-cache.el (nnvirtual-find-group-art):
2591 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
2592 (gnus-add-image, gnus-add-wash-type):
2593 * gnus-group.el (nnkiboze-score-file):
2594 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
2595 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5ec7fe1b
GM
2596 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
2597 (message-tokenize-header, gnus-get-buffer-create)
2598 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
2599 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
cef98b13
GM
2600 * gnus.el (gnus-group-decoded-name):
2601 * mail-source.el (imap-capability):
2602 * mm-bodies.el (message-options-set):
2603 * mm-decode.el (gnus-configure-windows):
2604 * mm-extern.el (message-goto-body):
2605 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
2606 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
2607 (epg-sub-key-validity, message-options-set):
2608 * mml.el (widget-event-point, gnus-configure-windows):
2609 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
2610 * mml2015.el (epg-check-configuration, epg-configuration)
2611 (message-options-set):
2612 * nndb.el (nndb-request-article):
2613 * nnfolder.el (gnus-request-create-group):
2614 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
2615 * nnmaildir.el (gnus-group-mark-article-read):
2616 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
2617 * rfc1843.el (message-fetch-field):
2618 * spam.el (gnus-extract-address-components):
2619 Declare as functions.
2620
bbbe940b
MB
26212007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
2622
2623 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
2624
a5ded4c9
GM
26252007-12-09 Glenn Morris <rgm@gnu.org>
2626
2627 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
2628
2629 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
030cca00 2630 * message.el, mm-view.el, sieve-manage.el, smime.el:
1d1df709 2631 Add declare-function compatibility definition.
a5ded4c9
GM
2632
2633 * gnus-art.el (w3-region, w3m-region, Info-menu):
2634 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
2635 * gnus-sum.el (gnus-get-predicate):
2636 * gnus-util.el (mm-append-to-file, w32-focus-frame):
2637 * message.el (mail-abbrev-in-expansion-header-p):
2638 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8d0f97a4 2639 (w3m-detect-meta-charset, w3m-region):
1d1df709
GM
2640 * sieve-manage.el (password-read, password-cache-add)
2641 (password-cache-remove):
8d0f97a4 2642 * smime.el (password-read-and-add): Declare as functions.
a5ded4c9 2643
274f1353
DK
26442007-12-08 David Kastrup <dak@gnu.org>
2645
2646 * gnus-sum.el (gnus-summary-simplify-subject-query):
2647 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
2648 `message'.
2649
a601fb74 26502007-12-07 Glenn Morris <rgm@gnu.org>
80d06753 2651
a601fb74 2652 * gnus-art.el (article-make-date-line): Revert previous change.
80d06753 2653
af5370ad
RS
26542007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
2655
2656 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
2657
21ee0911
MB
26582007-12-06 Christian Plate <cplate@web.de> (tiny change)
2659
2660 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
2661 Call gnus-add-to-range ranges only once with a prepared article-list.
2662
26632007-12-06 Paul Jarc <prj@po.cwru.edu>
2664
149cd465
JB
2665 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
2666 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
21ee0911
MB
2667 group names with backslashes. Reported by Tassilo Horn
2668 <tassilo@member.fsf.org>.
2669
f0131492 26702007-12-06 Deepak Goel <deego3@gmail.com>
fd0c71e8 2671
a601fb74
GM
2672 * gnus-art.el (article-make-date-line):
2673 * gnus-start.el (gnus-load):
2674 * pop3.el (pop3-read-response): Fix buggy call to `error'.
fd0c71e8 2675
415a09fb
MB
26762007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2677
2678 * gnus-art.el (gnus-use-idna)
2679 * gnus-start.el (gnus-site-init-file)
2680 * message.el (message-use-idna)
2681 * mm-uu.el (mm-uu-hide-markers)
2682 * smiley.el (smiley-style): Revert changes that suppress warnings.
2683
26842007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2685
2686 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
2687 specify charset to html source. Reported by Christoph Conrad
2688 <christoph.conrad@gmx.de>.
2689
26902007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2691
2692 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
2693 idna-program in order to suppress byte compile warning issued by XEmacs
2694 that came to byte compile the default value section of defcustom forms
2695 recently.
2696
2697 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
2698 value of installation-directory.
2699
2700 * message.el (message-use-idna): Don't directly refer to the value of
2701 idna-program.
2702
2703 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
2704
2705 * smiley.el (smiley-style): Don't directly call face-attribute.
2706
b890d447
MB
27072007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
2708
2709 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
2710
2711 * gnus-dired.el: Reduce Gnus dependencies.
2712 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
2713 require. Use autoloads instead.
2714 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
2715 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
2716 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
2717 (gnus-dired-mode): Adjust doc string.
2718 (gnus-dired-mail-mode): New variable.
2719 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
2720 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
2721 (gnus-dired-mail-buffers): New function. Return mail or message
2722 composition buffers.
2723 (gnus-dired-attach): Use it.
2724 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
2725 NO-DECODE.
2726 (gnus-dired-print): Use `gnus-print-buffer' depending on
2727 `gnus-dired-mail-mode'.
2728
27292007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2730
2731 * rfc2047.el (rfc2047-encoded-word-regexp)
2732 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
2733 explaining what regexp patterns are for.
2734
13b0ef01
GM
27352007-12-04 Glenn Morris <rgm@gnu.org>
2736
2737 * password.el: Move to ../password-cache.el.
2738
2739 * mml1991.el (password-read, password-cache-add, password-cache-remove):
2740 * mml2015.el (password-read, password-cache-add, password-cache-remove):
2741 * mml-smime.el (password-read, password-cache-add)
2742 (password-cache-remove):
2743 No need to autoload, since mml-sec requires password.
2744
2745 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
2746 * message.el (gnus-extract-address-components):
2747 * mml-smime.el (gnus-extract-address-components): Define for compiler.
2748
2749 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
2750 password.
2751
b890d447
MB
27522007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
2753
2754 * mailcap.el: Reduce dependencies.
2755 (mail-header-parse-content-type): Autoload.
2756 (mailcap-delete-duplicates): New alias.
2757 (mailcap-mime-info): Add optional argument NO-DECODE.
2758 (mailcap-mime-types): Use mailcap-delete-duplicates.
2759
2760 * message.el (message-ignored-supersedes-headers): Add "X-ID".
2761
27622007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2763
2764 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
2765 function.
2766
2767 * gnus-uu.el (gnus-uu-decode-yenc): New command.
2768 (gnus-uu-yenc-article): New function.
2769
2770 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
2771
2772 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
2773 buffer.
2774
21662dc7
GM
27752007-12-02 Glenn Morris <rgm@gnu.org>
2776
323fc9ec
GM
2777 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
2778 Move to ../net.
2779
21662dc7
GM
2780 * binhex.el, uudecode.el: Move to ../mail.
2781
ceabaeb3
GM
2782 * encrypt.el: Remove file.
2783
b890d447
MB
27842007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
2785
2786 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
2787 matches on patches.
2788
2789 * gnus-art.el (gnus-article-browse-html-article): Mention
2790 `mm-text-html-renderer' in the doc string.
2791
2792 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
2793 string. Add comments.
2794
2795 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
2796 if rhs is ASCII.
2797
08545d0a
GM
27982007-12-01 Glenn Morris <rgm@gnu.org>
2799
fb18c032 2800 * dig.el, dns.el: Move to ../net.
c3335b6a 2801 * format-spec.el, hex-util.el, sha1.el: Move to ../.
4c1d5922 2802
08545d0a
GM
2803 * mail-source.el (top-level): Require format-spec before
2804 eval-when-compile.
2805
257a0a0d
GM
28062007-11-30 Glenn Morris <rgm@gnu.org>
2807
2808 * encrypt.el: Require password, rather than autoloading password-read.
2809
b890d447
MB
28102007-11-28 Elias Oltmanns <eo@nebensachen.de>
2811
2812 * gnus.el (gnus-method-to-server): Add an optional parameter so the
2813 caller can indicate whether the cache should be disregarded for this
2814 call. This way the result of the call is reproducible at all times and
2815 can be considered a canonical server name for the supplied method.
2816 (gnus-agent-method-p): Canonicalize server names by pushing their
2817 method through `gnus-method-to-server' using the no-cache argument.
2818
2819 * gnus-srvr.el (gnus-server-insert-server-line): Call
2820 `gnus-method-to-server' with `no-cache' argument.
2821
2822 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
2823 gnus-agent-possibly-synchronize-flags as this should be called when the
2824 server is actually being opened.
2825 (gnus-agent-possibly-synchronize-flags)
2826 (gnus-agent-possibly-synchronize-flags-server): Move check for the
2827 flags file of an agentized server to the latter function.
2828
2829 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2830 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2831 after a connection has been established successfully.
2832
28332007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
2834
2835 * gnus-art.el (article-display-face): Force to display face if called
2836 interactively; check if gnus-article-x-face-too-ugly matches author.
2837 (article-display-x-face): Display face even if From header is missing
2838 as article-display-face does.
2839
d50fd8e2
GM
28402007-11-28 Richard Stallman <rms@gnu.org>
2841
2842 * md4.el: Move to ../.
2843 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
2844
b890d447
MB
28452007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
2846
2847 * mail-source.el (mail-sources): Default to fetch from file for
2848 compatibility with default of nnmail-spool-file.
2849
28502007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
2851
2852 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
2853 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
2854 to look for encoded word that should be encoded again.
2855 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
2856 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
2857 encoding pattern.
2858 (rfc2047-decode-region): Switch strict regexp and loose one according
2859 to rfc2047-allow-irregular-q-encoded-words.
2860
a06e7b5d
SJ
28612007-11-26 Simon Josefsson <simon@josefsson.org>
2862
2863 * imap.el: Move to ../net directory.
2864
b890d447
MB
28652007-11-25 Romain Francoise <romain@orebokech.com>
2866
2867 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
2868
28692007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
2870
2871 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
2872 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
2873
2874 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
2875 `nnmail-spool-file'.
2876
2877 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
2878 `nnmail-spool-file'.
2879
2880 * gnus-move.el (gnus-change-server): Ditto.
2881
2882 * gnus-kill.el (gnus-batch-score): Ditto.
2883
2884 * gnus-cache.el (gnus-jog-cache): Ditto.
2885
c9e31f32
SM
2886 * gnus-msg.el (gnus-summary-reply):
2887 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
b890d447
MB
2888
28892007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
2890
c9e31f32
SM
2891 * gnus-cache.el (gnus-cache-generate-nov-databases):
2892 Use nnml-generate-nov-databases-directory instead of
b890d447
MB
2893 nnml-generate-nov-databases-1.
2894
e3b0153a
GM
28952007-11-24 Glenn Morris <rgm@gnu.org>
2896
2897 * message.el (message-tool-bar-retro): Update for rename
2898 mail_send.xpm->mail-send.xpm.
2899
b890d447
MB
29002007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
2901
2902 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2903 `smime-ldap-search' for Emacs 22 and up.
2904
145cc6b9
RS
29052007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
2906
63ff8478
RS
2907 * hashcash.el: Move to ../mail directory.
2908
8746c8b8
RS
2909 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
2910
145cc6b9
RS
2911 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2912 `smime-ldap-search' for Emacs 22 and up.
2913
82816ba1
SM
29142007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2915
b7b80032
SM
2916 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2917
82816ba1
SM
2918 * message.el (message-send-mail-function): Fix error convention.
2919 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2920 (message-widen-reply, message-send-mail, message-talkative-question)
2921 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2922 (message-clone-locals, message-send-news): Use with-current-buffer.
2923 (message-insert-or-toggle-importance): Remove unused var `valid'.
2924 (message-make-references): Remove unused var `new-references'.
2925 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2926
3042deef
JB
29272007-11-22 Juanma Barranquero <lekktu@gmail.com>
2928
2929 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2930 (spam-split-symbolic-return-positive): Reflow docstring.
2931 (spam-backends, spam-summary-exit-behavior)
2932 (spam-mark-ham-unread-before-move-from-spam-group)
2933 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2934 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2935 (spam-clear-cache, spam-backend-check, spam-install-backend)
2936 (spam-install-statistical-backend, spam-list-of-processors)
2937 (spam-group-processor-p, spam-split, spam-bogofilter-score)
2938 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2939 (spam-check-crm114, spam-initialize, spam-unload-hook):
2940 Fix typos in docstrings.
2941
b890d447
MB
29422007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
2943
2944 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2945 been checked if they have never been read and those group levels are
2946 higher than the one that a user specified.
2947
29482007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
2949
2950 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2951 foreign groups unless a group level is specified by a user.
2952 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2953
b62a39c4
RS
29542007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
2955
2956 * message.el (message-send-mail-function): Require sendmail.
2957
2ea6167b
RS
29582007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
2959
9e0a8576
RS
2960 * message.el (message-send-mail-function): Check for smtpmail too.
2961
f21470ef
RS
2962 * utf7.el (utf7-encode, utf7-decode): Use coding system
2963 `utf-7'/`utf-7-imap' from utf-7.el' if available.
2964
2ea6167b
RS
2965 * message.el (message-send-mail-function): New function.
2966 (message-send-mail-function): Set default using
2967 message-send-mail-function. Adjust doc string.
2968 (message-send-mail-with-mailclient): New function.
2969
127a6f0e
GM
29702007-11-17 Richard Stallman <rms@gnu.org>
2971
2972 * assistant.el: Remove file.
2973
9efa445f
DN
29742007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
2975
2976 * smime.el (from):
2977 * rfc2047.el (message-posting-charset):
2978 * qp.el (mm-use-ultra-safe-encoding):
2979 * pop3.el (parse-time-months):
2980 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2981 * nnml.el (files):
2982 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2983 (jka-compr-compression-info-list, ange-ftp-path-format)
2984 (efs-path-regexp):
2985 * nndiary.el (files):
2986 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2987 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2988 (epg-digest-algorithm-alist, inhibit-redisplay)
2989 (password-cache-expiry):
2990 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2991 (pgg-output-buffer, password-cache-expiry):
2992 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2993 (efs-path-regexp):
2994 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2995 (inhibit-redisplay):
2996 * mm-uu.el (file-name, start-point, end-point, entry)
2997 (gnus-newsgroup-name, gnus-newsgroup-charset):
2998 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2999 (latin-unity-ucs-list):
3000 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3001 (mm-uu-binhex-decode-function):
b97439ce 3002 * message.el (gnus-message-group-art, gnus-list-identifiers)
9efa445f
DN
3003 (rmail-enable-mime-composing, gnus-local-organization)
3004 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3005 (gnus-read-active-file, facemenu-add-face-function)
3006 (facemenu-remove-face-function, gnus-article-decoded-p)
3007 (tool-bar-mode):
3008 * mail-source.el (display-time-mail-function):
3009 * gnus-util.el (nnmail-pathname-coding-system)
3010 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3011 (gnus-original-article-buffer, gnus-user-agent)
3012 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3013 (xemacs-codename, sxemacs-codename, emacs-program-version):
3014 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3015 * gnus-start.el (gnus-agent-covered-methods)
3016 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3017 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3018 (gnus-newsgroup-headers, gnus-group-list-mode)
3019 (gnus-group-mark-positions, gnus-newsgroup-data)
3020 (gnus-newsgroup-unreads, nnoo-state-alist)
3021 (gnus-current-select-method, mail-sources)
3022 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3023 (nnmail-spool-file, gnus-cache-active-hashtb):
3024 * gnus-mh.el (mh-lib-progs):
3025 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3026 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3027 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3028 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3029 (gnus-group-buffer):
3030 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3031 (font-lock-set-defaults):
3032 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3033 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3034 (gnus-summary-post-menu, total-parts, type, condition, length):
3035 * gnus-agent.el (gnus-agent-read-agentview):
3036 * flow-fill.el (show-trailing-whitespace):
3037 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3038 eval-and-compile wrappers for byte compiler pacifiers.
3039
3040 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3041 (mm-display-inline-fontify): Check for featurep 'xemacs not
3042 extent-list.
3043
3044 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3045 itimer-list.
3046 (mm-create-image-xemacs): Only do something for XEmacs.
3047 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3048
3049 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3050
3051 * gnus-registry.el (gnus-adaptive-word-syntax-table):
3052 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3053
e9346447
JB
30542007-11-15 Juanma Barranquero <lekktu@gmail.com>
3055
ec5741dc 3056 * nnimap.el (nnimap-split-download-body):
e9346447 3057 * gnus-demon.el (gnus-demon):
ec5741dc 3058 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
e9346447 3059
1428d46b
MB
30602007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3061
3062 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3063 macros.
3064 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3065 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3066 copy data from unibyte buffer to multibyte current buffer.
3067 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3068 to copy data from unibyte current buffer to multibyte buffer.
3069 (nntp-make-process-buffer): Make process buffer unibyte.
3070
3071 * pop3.el (pop3-open-server): Fix typo in Lisp code.
3072
30732007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
3074
3075 * pop3.el (pop3-open-server): Accept and process data more robustly at
3076 connexion start to avoid spurious "POP SSL connexion failed" errors.
3077
30782007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3079
3080 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3081 read group names.
3082
30832007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
3084
3085 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3086
30872007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3088
3089 * nnmail.el (nnmail-parse-active): Make group names unibyte.
3090 (nnmail-save-active): Use a unibyte buffer when saving active file,
3091 which may contain non-ASCII group names.
3092
3093 * nnml.el (nnml-request-group): Decode group names in messages.
3094
4d8a28ec
MB
30952007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
3096
3097 * message.el (message-citation-line-function)
3098 (message-insert-formatted-citation-line): Fix spelling of
3099 `message-insert-formated-citation-line'.
3100
c12ecb0a
MB
31012007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
3102
3103 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
3104
4d8a28ec
MB
31052007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
3106
3107 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3108 nnmail-pathname-coding-system.
3109
3110 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3111 that a user enters; decode group names in messages.
3112
3113 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3114
60ece9b0
MB
31152007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3116
3117 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3118
3119 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3120
3121 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3122 risky local variable.
3123
3124 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
3125
31262007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
3127
3128 * encrypt.el: Improve documentation to fix function name typo.
3129 Reported by Daiki Ueno <ueno@unixuser.org>.
3130
31312007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3132
3133 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
3134 even if the point is not in the last page of an article.
3135 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
3136 back to the previous page.
3137
c590ed3a
MB
31382007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
3139
3140 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
3141
60ece9b0
MB
31422007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3143
3144 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
3145
c70dbcd5
SM
31462007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3147
60ece9b0
MB
3148 * message.el (message-check-news-body-syntax): Avoid
3149 mm-string-as-multibyte.
c70dbcd5
SM
3150 (message-hide-headers): Don't assume (point-min)==1.
3151
437ce4be
MB
31522007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3153
3154 * message.el (message-remove-blank-cited-lines): Fix if remove is
3155 given.
3156 (message-bogus-address-regexp): New variable.
3157 (message-bogus-recipient-p): New function.
3158 (message-check-recipients): New command.
3159 (message-syntax-checks): Add `bogus-recipient'.
3160 (message-fix-before-sending): Add `bogus-recipient'.
3161
3162 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
d55fe5bb
MB
3163 (gnus-treat-body-boundary): Don't test window-system.
3164
296fa7b4 31652007-10-28 Leo <sdl.web@gmail.com> (tiny change)
d55fe5bb
MB
3166
3167 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
437ce4be 3168
c7ff939a
RS
31692007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3170
3171 * gnus.el: Bump version to Gnus v5.13.
3172
01c52d31
MB
31732007-10-28 Miles Bader <miles@gnu.org>
3174
3175 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
3176 at compile-time too.
3177
437ce4be
MB
31782007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
3179
3180 * gnus-msg.el (gnus-message-setup-hook): Add
3181 `message-remove-blank-cited-lines' to options.
3182
01c52d31
MB
31832007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3184
3185 * message.el (message-remove-blank-cited-lines): New function.
880820fe 3186 Suggested by Karl Plästerer.
01c52d31
MB
3187
31882007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3189
3190 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
3191 mapc.
3192
3193 * imap.el (imap-open): Replace mapcar called for effect with mapc.
3194 (top-level): Use mapc to set functions to be traced for debugging.
3195
3196 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
3197 called for effect with while loop.
3198
3199 * message.el (message-talkative-question): Replace mapcar called for
3200 effect with mapc.
3201
3202 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
3203 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
3204 called for effect with dolist.
3205
3206 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
3207
3208 * nndiary.el: Use dolist instead of mapcar to add diary headers to
3209 gnus-extra-headers and nnmail-extra-headers.
3210
3211 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
3212 called for effect with dolist.
3213 (top-level): Use mapc to set functions to be traced for debugging.
3214
3215 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
3216 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
3217 dolist.
3218
3219 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
3220 Replace mapcar called for effect with mapc.
3221 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
3222 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
3223 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
3224 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
3225
3226 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
3227 remove-if that's a cl function.
3228
3229 * webmail.el (webmail-debug): Replace mapcar called for effect with
3230 dolist.
3231
01c52d31
MB
32322007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
3233
3234 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
3235 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
3236 with while loop.
3237
3238 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
3239 functions from article-* functions.
3240 (gnus-multi-decode-header): Replace mapcar called for effect with
3241 dolist.
3242
3243 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3244 (gnus-bookmark-show-details): Replace mapcar called for effect with
3245 while loop.
3246
3247 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
3248 called for effect with while loop.
3249
3250 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
3251 with dolist.
3252
3253 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
3254 mapcar called for effect with dolist.
3255
3256 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
3257
3258 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
3259 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
3260 Replace mapcar called for effect with dolist.
3261 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
3262 mapc.
3263
3264 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
3265 Replace mapcar called for effect with dolist.
3266 (gnus-topic-list): Replace mapcar called for effect with mapc.
3267
3268 * gnus.el: Use mapc instead of mapcar to add autoloads.
3269
4b576f7d
RS
32702007-10-23 Richard Stallman <rms@gnu.org>
3271
3272 * gnus-group.el (gnus-group-highlight): Mark as risky.
3273
fdc90613
MB
32742007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
3275
3276 * gnus.el (gnus-server-to-method): Return method found first in
3277 gnus-newsrc-alist.
3278
01c52d31
MB
3279 * gnus-art.el (gnus-article-highlight-signature)
3280 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
3281 button overlay without the front stickiness.
3282
32832007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
3284
3285 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
3286 overview buffer needed a catch to receive its throw.
3287 (gnus-agent-flush-cache): Declared as interactive to make this function
3288 easier to use.
3289
fdc90613
MB
32902007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
3291
3292 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
3293 `next-line'.
3294
5255e3ff
MB
32952007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
3296
3297 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
3298 exclude address matching message-dont-reply-to-names.
3299
b4fde39f
MB
33002007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3301
3302 * gnus-util.el (gnus-string<): New function.
3303
3304 * gnus-sum.el (gnus-article-sort-by-author)
01c52d31 3305 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
b4fde39f
MB
3306
33072007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3308
3309 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
3310 the frame-focus tag is set in gnus-buffer-configuration.
3311
01c52d31
MB
33122007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
3313
3314 * gnus-art.el (gnus-article-add-button): Make a button overlay without
3315 the front stickiness.
3316
33172007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3318
3319 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
3320 url pattern; remove duplicate one.
3321 (gnus-article-extend-url-button): New function.
3322 (gnus-article-add-buttons): Use it.
3323 (gnus-button-push): Use concatenated url that it makes.
3324
6ab3804a
JB
33252007-10-04 Juanma Barranquero <lekktu@gmail.com>
3326
3327 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
3328 (sieve-manage-open): Use `mapc' instead of `mapcar'.
3329
2f19ece7
SM
33302007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3331
3332 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
3333 Don't hardcode point-min==1.
3334
1d0df8af
DK
33352007-09-30 David Kastrup <dak@gnu.org>
3336
3337 * gnus-art.el (gnus-article-reply-with-original)
3338 (gnus-article-followup-with-original): When `transient-mark-mode' is
3339 off, refrain from active-region behavior for followups.
3340
4b70e299
MB
33412007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
3342
3343 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
01c52d31
MB
3344 Fix comment about "iso8859-1".
3345
d4835507 33462007-10-08 Daiki Ueno <ueno@unixuser.org>
01c52d31
MB
3347
3348 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
3349 ones returned from the verify-function.
3350
3351 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
3352 mml2015-extract-cleartext-signature if extraction failed.
3353
33542007-10-07 Daiki Ueno <ueno@unixuser.org>
3355
3356 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
3357 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
3358 failed.
4b70e299
MB
3359
33602007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3361
e9346447 3362 * Relicense "GPLv2 or later" files to "GPLv3 or later".
4b70e299 3363
01c52d31
MB
33642007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
3365
3366 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
3367 to mark a thread as expirable. Add variable `hide' to handle hiding of
3368 thread for both the null and zero (kill/expire thread) universal prefix
3369 cases.
3370 (gnus-summary-expire-thread): Add new function to expire a thread,
3371 using gnus-summary-kill-thread.
3372 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
3373 shortcuts for gnus-summary-expire-thread.
3374 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
3375 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
3376
33772007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
3378
3379 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
3380 extras value, so an extras entry can be deleted.
3381 (gnus-registry-delete-extra-entry): Use it.
3382 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
3383 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
3384 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
e46889e0
JB
3385 storage through the gnus-registry, and provide an appropriate API for
3386 it.
01c52d31 3387
4b70e299
MB
33882007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
3389
3390 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
3391 Suggested by Leo <sdl.web@gmail.com>.
3392
3393 * gnus.el: Do.
3394
33952007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
3396
3397 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
3398 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
3399
3400 * gnus-agent.el (gnus-agent-fetch-headers): Do.
3401
3402 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3403 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
3404
34052007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
3406
3407 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
3408 newline.
3409 (nnmbox-request-accept-article): Don't change article in source buffer;
3410 narrow to header to use message-fetch-field rather than
3411 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
3412 (nnmbox-request-replace-article): Quote lines that'll be misidentified
3413 as delimiters; make sure article ends with newline.
3414 (nnmbox-delete-mail): Correct last position of article to be deleted;
3415 ignore X-Gnus-Newsgroup header in article body.
3416 (nnmbox-save-mail): Quote lines looking like delimiters at the right
3417 positions; make sure article ends with newline.
3418
01c52d31
MB
3419 * message.el (message-display-abbrev): Don't infloop when a user
3420 inserts SPC in the beginning of header.
3421
34222007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
3423
3424 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
3425 list of groups not followed by default. Fix type to be regexp.
3426 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
3427
34282007-09-06 Tassilo Horn <tassilo@member.fsf.org>
3429
3430 * hmac-def.el (define-hmac-function): Switch from old-style to
3431 new-style backquotes.
3432
002876ab 3433 * md4.el (md4-make-step): Likewise.
01c52d31
MB
3434
34352007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
3436
3437 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
3438 raw-text coding system when saving .newsrc file, which may contain
3439 non-ASCII group names.
3440
4b70e299
MB
34412007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
3442
3443 * gnus-cus.el (gnus-score-extra): New widget.
3444 (gnus-score-extra-convert): New function.
3445 (gnus-score-customize): Use it for Extra.
3446
01c52d31
MB
34472007-08-31 Daiki Ueno <ueno@unixuser.org>
3448
3449 * mml2015.el (mml2015-extract-cleartext-signature): New function.
3450 (mml2015-mailcrypt-clear-verify): Use it.
3451 (mml2015-gpg-clear-verify): Use it.
3452 (mml2015-pgg-clear-verify): Use it.
3453 (mml2015-epg-clear-verify): Replace the current part with the output
3454 from GnuPG; don't extract the plaintext by itself.
3455
3456 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
3457 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
3458 mml2015-clear-verify-function; don't touch the armor headers or
3459 dash-escaped text here.
3460
34612007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
3462
3463 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
3464 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
3465 parts, or application/octet-stream as a last resort.
3466 (gnus-mime-view-part-as-type): Don't toggle display.
3467 (gnus-mime-view-part-as-charset): Don't turn off display before
3468 querying charset.
3469
3470 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
3471 stuff to undisplayer function in Emacs.
3472 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
3473
3474 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
3475 text/calendar parts.
3476
7f22a765
MB
34772007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
3478
01c52d31
MB
3479 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
3480 decoding text/calendar parts.
3481
3482 * message.el (message-forward-make-body-mime): Always mark body as
3483 having no illegible text; remove signed-or-encrypted argument.
3484 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
3485
7f22a765
MB
3486 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
3487 (mml-generate-mime-1): Don't encode body if it is specified to be in
3488 raw form; don't make buffer be unibyte when inserting multibyte string.
3489
67d0660b
SM
34902007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3491
3492 * sha1.el: Fix up comment style.
3493 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
3494 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
3495
3496 * hex-util.el: Fix up comment style.
3497 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
3498
3499 * gnus-salt.el: Use with-current-buffer.
3500 (gnus-pick-setup-message): Fix long-standing typo.
3501
bdaf8a62
MB
35022007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
3503
01c52d31
MB
3504 * imap.el (imap-logout-timeout): New variable.
3505 (imap-logout, imap-logout-wait): New functions.
3506 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
3507
3508 * nnimap.el (nnimap-logout-timeout): New server variable.
3509 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
3510 nnimap-logout-timeout.
3511
bdaf8a62
MB
3512 * gnus-art.el (gnus-article-summary-command-nosave)
3513 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
3514
35152007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
3516
3517 * gnus.el (gnus-maximum-newsgroup): New variable.
3518
3519 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
3520 according to gnus-maximum-newsgroup.
3521
3522 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
67d0660b
SM
3523 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
3524 Limit the range of articles according to gnus-maximum-newsgroup.
bdaf8a62 3525
01c52d31
MB
35262007-08-14 Tassilo Horn <tassilo@member.fsf.org>
3527
3528 * gnus-art.el (gnus-sticky-article): Fixed problems described in
3529 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
3530 Don't perform gnus-configure-windows here; reuse existing sticky
3531 article buffer.
3532
3533 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
3534 it doesn't exist in gnus-article-mode.
3535
35362007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
3537
3538 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
3539 (gnus-agent-decoded-group-name): New function.
3540 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
3541 (gnus-agent-expire-group-1): Use it; decode group name in messages.
3542
35432007-08-12 Tassilo Horn <tassilo@member.fsf.org>
3544
3545 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
3546 Add binding for gnus-sticky-article.
3547 (gnus-summary-exit): Don't kill sticky article buffers.
3548
3549 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
3550 article buffer.
3551 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
3552 (gnus-kill-sticky-article-buffers): New commands.
3553
37cc095b
MB
35542007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
3555
3556 * nntp.el (nntp-xref-number-is-evil): New server variable.
3557 (nntp-find-group-and-number): If it is non-nil, don't trust article
3558 numbers in the Xref header.
3559
01c52d31
MB
35602007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3561
3562 * gnus-agent.el (gnus-agent-read-group): New function.
3563 (gnus-agent-flush-group, gnus-agent-expire-group)
3564 (gnus-agent-regenerate-group): Use it.
3565 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
3566 nnmail-pathname-coding-system.
3567
37cc095b
MB
35682007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
3569
3570 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
3571
01c52d31
MB
3572 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
3573 that are unread as unread, and also as selected so that information of
3574 marks having been changed by a user may be updated when exiting group.
3575
37cc095b
MB
35762007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
3577
3578 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
3579
01c52d31
MB
35802007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
3581
3582 * gnus-art.el (gnus-mime-display-single): Pass part number that is
3583 calculated ignoring signature parts to gnus-treat-article.
3584
35852007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
3586
3587 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
3588 a point here in order to keep the window start.
3589 (gnus-insert-mime-security-button): Make a button overlay without the
3590 front stickiness.
3591 (gnus-mime-display-security): Goto the end of a button.
3592
3593 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
3594
35952007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
3596
3597 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
3598 group-name-at-point.
3599 (gnus-group-completing-read): New function that offers decoded
3600 non-ASCII group names for completion.
3601 (gnus-fetch-group, gnus-group-read-ephemeral-group)
3602 (gnus-group-jump-to-group, gnus-group-make-group-simple)
3603 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
3604 (gnus-group-fetch-control): Use it.
3605 (gnus-fetch-group): Use group-name-at-point for the initial value
3606 rather than the default value; use gnus-alive-p.
3607
3608 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
3609 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
3610 (gnus-summary-post-news): Use gnus-group-completing-read.
3611
3612 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
3613 (gnus-read-move-group-name): Decode group name for completion.
3614
f0131492 36152007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31
MB
3616
3617 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
3618 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
3619 Yamaoka slightly modified the code).
3620
36212007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
3622
3623 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
3624 (nnmail-split-incoming): Bind it.
3625
3626 * nnml.el (nnml-group-name-charset): New function.
3627 (nnml-decoded-group-name): Use it; don't decode group name if
3628 nnmail-group-names-not-encoded-p is non-nil.
3629 (nnml-encoded-group-name): New function.
3630 (nnml-group-pathname): Inline nnml-decoded-group-name.
3631 (nnml-request-expire-articles): Decode group name in message.
3632 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
3633 nnmail-pathname-coding-system.
3634 (nnml-save-mail, nnml-active-number): Work with decoded group names and
3635 not decoded ones according to nnmail-group-names-not-encoded-p.
3636 (nnml-generate-active-info): Use nnml-encoded-group-name.
3637
3ecd3a56
GM
36382007-08-08 Glenn Morris <rgm@gnu.org>
3639
3640 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
3641 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
3642 doc-strings and comments.
3643
cacc7b51
GM
36442007-07-25 Glenn Morris <rgm@gnu.org>
3645
3646 * Relicense all FSF files to GPLv3 or later.
3647
01c52d31 36482007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2f62a044 3649
01c52d31
MB
3650 * gnus-sum.el (gnus-summary-move-article): Make
3651 gnus-summary-respool-article work.
2f62a044 3652
f931ce84
MB
36532007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
3654
3655 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
3656 string.
3657
880820fe 36582007-07-20 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
3659
3660 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
3661 that should be ignored when comparing distant RSS articles with local
3662 ones.
3663 (nnrss-make-hash-index): New function. Create a hash index according
3664 to the ignored fields.
3665 (nnrss-check-group): Use it.
3666
36672007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
3668
3669 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
3670
3671 * gnus-art.el (article-decode-group-name): Decode Xref header too.
3672
3673 * gnus-group.el (gnus-group-make-group): Encode group name here unless
3674 the new optional argument ENCODED is non-nil.
3675 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
3676 coding system for encoding group name.
3677 (gnus-group-make-rss-group): Pass un-encoded group name to
3678 gnus-group-make-group.
3679 (gnus-group-set-info): Tell gnus-group-make-group that group name is
3680 encoded.
3681
3682 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
3683 Encode group name to which articles are moved or copied.
3684 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
3685 coding system for encoding Newsgroup, Followup-To and Xref headers.
3686
3687 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
3688 marks; use nnheader-file-coding-system to write a file.
3689 (nnagent-retrieve-headers): Bind file-name-coding-system to
3690 nnmail-pathname-coding-system.
3691
3692 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
3693
3694 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
3695 (nnml-request-article, nnml-request-create-group)
3696 (nnml-request-rename-group, nnml-find-id)
3697 (nnml-possibly-change-directory, nnml-possibly-create-directory)
3698 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
3699 (nnml-save-marks): Use nnml-group-pathname instead of
3700 nnmail-group-pathname.
3701
3702 (nnml-request-create-group, nnml-request-expire-articles)
3703 (nnml-request-move-article, nnml-request-delete-group)
3704 (nnml-deletable-article-p, nnml-possibly-create-directory)
3705 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
3706 (nnml-open-marks): Bind file-name-coding-system to
3707 nnmail-pathname-coding-system.
3708
3709 (nnml-request-article): Pass server argument to nnml-find-group-number.
3710 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
3711 server argument to nnml-possibly-create-directory.
3712 (nnml-request-accept-article): Pass server argument to
3713 nnml-active-number and nnml-save-mail.
3714 (nnml-find-group-number): Pass server argument to nnml-find-id.
3715 (nnml-request-update-info): Pass server argument to
3716 nnml-marks-changed-p.
3717
3718 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
3719 (nnml-save-mail, nnml-active-number): Add server argument.
3720
3721 (nnml-request-delete-group): Warn if group is missing.
3722 (nnml-get-nov-buffer): Decode group name.
3723 (nnml-generate-active-info): Encode group name.
3724 (nnml-open-marks): Decode group name in messages.
3725
37262007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
3727
3728 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
3729 if it is not specified.
3730 (gnus-article-pipe-part, gnus-article-save-part)
3731 (gnus-article-interactively-view-part, gnus-article-copy-part)
3732 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
3733 (gnus-article-inline-part, gnus-article-save-part-and-strip)
3734 (gnus-article-replace-part, gnus-article-delete-part)
3735 (gnus-article-view-part-as-type): Pass raw prefix argument to
3736 gnus-article-part-wrapper.
3737
37382007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
3739
3740 * gnus-agent.el (gnus-agent-save-active): Bind
3741 nnheader-file-coding-system to gnus-agent-file-coding-system.
3742
3743 * gnus-cache.el (gnus-cache-save-buffers)
3744 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
3745 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
3746 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
3747 (gnus-cache-braid-nov, gnus-cache-braid-heads)
3748 (gnus-cache-generate-active, gnus-cache-rename-group)
3749 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
3750 (gnus-cache-update-overview-total-fetched-for): Bind
3751 file-name-coding-system to nnmail-pathname-coding-system.
3752 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
3753 variables.
3754 (gnus-cache-decoded-group-name): New function.
3755 (gnus-cache-file-name): Use it.
3756 (gnus-cache-generate-active): Use non-decoded group name for active.
3757
3758 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
3759 right place.
3760 (gnus-write-active-file): Don't break non-ASCII group names.
3761
3762 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
3763 nnmail-pathname-coding-system.
3764
3765 * gnus-uu.el (gnus-uu-decode-save): Typo.
3766
f931ce84
MB
37672007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
3768
3769 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
3770
2f62a044
MB
37712007-07-14 David Kastrup <dak@gnu.org>
3772
3773 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
3774 finishing actions if we did not edit the article.
3775
01c52d31
MB
37762007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
3777
3778 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
3779 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
3780 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
3781 (gnus-agent-flush-group, gnus-agent-flush-cache)
3782 (gnus-agent-fetch-headers, gnus-agent-load-alist)
3783 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
3784 (gnus-agent-retrieve-headers, gnus-agent-request-article)
3785 (gnus-agent-regenerate-group)
3786 (gnus-agent-update-files-total-fetched-for)
3787 (gnus-agent-update-view-total-fetched-for): Bind
3788 file-name-coding-system to nnmail-pathname-coding-system.
3789 (gnus-agent-group-pathname): Don't encode file names by
3790 nnmail-pathname-coding-system.
3791 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
3792 coding-system-for-write instead of buffer-file-coding-system to
3793 gnus-agent-file-coding-system.
3794
3795 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
3796 Decode group name.
3797
3798 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
3799
3800 * gnus-start.el (gnus-update-active-hashtb-from-killed)
3801 (gnus-read-newsrc-el-file): Make group names unibyte.
3802
3803 * nnmail.el (nnmail-group-pathname): Don't encode file names by
3804 nnmail-pathname-coding-system.
3805
3806 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
3807 (nnrss-request-delete-group): Bind file-name-coding-system to
3808 nnmail-pathname-coding-system.
3809 (nnrss-read-server-data, nnrss-read-group-data): Bind
3810 file-name-coding-system correctly.
3811 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
3812
3813 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
3814 (nntp-server-to-method-cache): New variable.
3815 (nntp-group-pathname): New function that decodes non-ASCII group names.
3816 (nntp-possibly-create-directory, nntp-marks-changed-p)
3817 (nntp-save-marks, nntp-open-marks): Use it.
3818 (nntp-possibly-create-directory, nntp-open-marks):
3819 Bind file-name-coding-system to nnmail-pathname-coding-system.
3820 (nntp-open-marks): Decode group names when bootstrapping marks.
3821
3822 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
3823 Newsgroups and Folowup-To headers.
3824
82fe1aed
MB
38252007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
3826
3827 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3828 (gnus-server-closed-face, gnus-server-denied-face)
3829 (gnus-server-offline-face): Remove variable.
3830 (gnus-server-font-lock-keywords): Use faces that are not aliases.
3831
01c52d31
MB
3832 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
3833 of modifying message-stack directly for XEmacs.
3834
82fe1aed
MB
3835 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
3836 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
3837 if the coding-system argument is nil for XEmacs.
3838
3839 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
3840 mm-charset-override-alist.
3841
3842 * rfc2047.el: Don't require base64; require rfc2045 for the function
3843 rfc2045-encode-string.
3844 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
3845 to quote the parameter value.
3846
01c52d31
MB
38472007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
3848
3849 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
3850 form in gnus-group-name-charset-method-alist.
3851
3852 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
3853 overrides the default layout edit-form.
3854
3855 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
3856
3857 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
3858
60b0b668
MB
38592007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
3860
3861 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
3862 as unfetched articles.
3863
38642007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
3865
3866 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
3867
01c52d31
MB
38682007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
3869
3870 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
3871 original back end that keeps marks in the local system.
3872
60b0b668
MB
38732007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3874
01c52d31
MB
3875 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3876 arg of pop-to-buffer for XEmacs.
3877 (gnus-article-read-summary-keys): Ditto; don't restore window
3878 configuration if summary command ends up with neither article buffer
3879 nor summary buffer; describe bindings if summary keys end with C-h.
3880
38812007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
3882
3883 * message.el (message-fix-before-sending): Skip raw message part to be
3884 forwarded while checking illegible text.
3885 (message-forward-make-body-mime, message-forward-make-body): Mark
3886 signed or encrypted raw message as having no illegible text.
3887
38882007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
3889
3890 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3891 (gnus-message-with-timestamp-1): New macro.
3892 (gnus-message-with-timestamp): New function.
3893 (gnus-message): Use them.
3894
3895 * nnheader.el (nnheader-message): Use them.
3896
38972007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
3898
3899 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3900 .newsrc.eld file.
60b0b668 3901
5cedca8d
MB
39022007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
3903
3904 * gnus-agent.el (gnus-agent-fetch-headers)
3905 (gnus-agent-retrieve-headers): Bind
3906 gnus-decode-encoded-address-function to identity.
3907
3908 * nntp.el (nntp-send-xover-command): Recognize an xover command is
3909 available also when the server returns simply a dot.
3910
3911 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3912
524705ae
MB
39132007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
3914
01c52d31
MB
3915 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3916
39172007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
3918
524705ae
MB
3919 * gnus-ems.el (gnus-x-splash): Make it work.
3920
3921 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3922 from being used.
3923
01c52d31
MB
39242007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
3925
3926 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3927 the front stickiness.
3928 (gnus-article-summary-command-nosave): Correct the order of the
3929 arguments passed to pop-to-buffer.
3930 (gnus-article-read-summary-keys): Ditto; make it work properly when the
3931 summary command ends up with the article buffer.
3932
3933 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3934 the same faces.
524705ae 3935
770edeec
JB
39362007-06-07 Juanma Barranquero <lekktu@gmail.com>
3937
524705ae 3938 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
770edeec 3939
34c5dce5
JB
39402007-06-06 Juanma Barranquero <lekktu@gmail.com>
3941
3e3dc2c3
JB
3942 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3943 * gnus-sum.el (gnus-summary-highlight):
524705ae 3944 * mail-source.el (mail-source-delete-old-incoming-confirm):
3e3dc2c3 3945 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
34c5dce5 3946
524705ae
MB
39472007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
3948
3949 * gnus-art.el (gnus-mime-view-part-externally)
3950 (gnus-mime-view-part-internally): Fix predicate function passed to
3951 completing-read.
3952
01c52d31
MB
3953 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3954
3955 * gnus.el (gnus-update-message-archive-method): Add :version.
3956
39572007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
3958
3959 * gnus.el (gnus-update-message-archive-method): New variable.
3960
3961 * gnus-start.el (gnus-setup-news): Update saved "archive" method
3962 according to gnus-message-archive-method if
3963 gnus-update-message-archive-method is non-nil.
3964
39652007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
3966
3967 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
3968 by Loic Dachary <loic@dachary.org>.
3969 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
524705ae 3970
c14dcd06
CY
39712007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
3972
3973 * message.el (message-pop-to-buffer): Add switch-function argument.
3974 (message-mail): Pass switch-function argument to it.
524705ae 3975
01c52d31
MB
39762007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
3977
3978 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3979 Improve doc string.
3980
39812007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
3982
3983 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3984 (gnus-header-content)
3985 * gnus-cite.el (gnus-cite-10)
3986 * gnus-srvr.el (gnus-server-closed)
3987 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3988 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3989 (gnus-group-mail-3-empty, gnus-group-mail-low)
3990 (gnus-group-mail-low-empty, gnus-splash)
3991 * message.el (message-header-to, message-header-cc)
3992 (message-header-subject, message-header-other, message-header-name)
3993 (message-header-xheader, message-separator, message-cited-text)
3994 (message-mml): Lighten colors of faces used for dark background.
3995
39962007-05-24 Simon Josefsson <simon@josefsson.org>
3997
3998 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3999 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
4000
524705ae
MB
40012007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4002
c9e31f32
SM
4003 * message.el (message-narrow-to-headers-or-head):
4004 Ignore mail-header-separator in the body.
524705ae 4005
01c52d31
MB
40062007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
4007
4008 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4009 same as window size.
4010
40112007-05-22 Kevin Ryde <user42@zip.com.au>
4012
4013 * message.el (message-font-lock-keywords): Use message-header-xheader
4014 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
4015 ahead of the anything pattern, to get it recognised.
4016
880820fe 40172007-05-12 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
4018
4019 * gnus-sum.el (gnus-articles-to-read)
4020 (gnus-summary-insert-old-articles): Don't truncate group name for
4021 `read-string'.
4022
4023 * gnus-util.el (gnus-limit-string): Delete this function.
4024
4025 * gnus-sum.el (gnus-simplify-subject-fully): Use
4026 `truncate-string-to-width' instead.
4027
880820fe 40282007-05-11 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
4029
4030 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
4031 if, on summary exit, the next group has to be selected.
4032 (gnus-summary-exit): Use it.
4033
524705ae
MB
40342007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4035
4036 * gnus-art.el (gnus-article-mode): Fix comment about displaying
4037 non-break space.
c14dcd06 4038
01c52d31
MB
40392007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4040
4041 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4042 Check if group is not a directory.
4043 (nnfolder-request-expire-articles): Don't delete articles if the target
4044 group is not available.
4045
4046 * nnml.el (nnml-request-create-group): Properly check if group is not a
4047 file.
4048 (nnml-request-expire-articles): Don't delete articles if the target
4049 group is not available.
4050
4051 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4052 Don't quote characters that are within parentheses.
4053
40542007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
4055
4056 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4057 (gnus-handle-ephemeral-exit): Select article according to it.
4058
40592007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4060
4061 * message.el (message-insert-formated-citation-line): Remove newline.
4062 (message-citation-line-format): Add final \n here so that the user can
4063 avoid a blank line.
4064
40652007-05-03 Dan Christensen <jdc@uwo.ca>
4066
4067 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4068 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4069 Update lanl/arXiv support.
596e5f72 4070
01c52d31
MB
40712007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4072
4073 * gnus.el: Bump version number.
4074
40752007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4076
4077 * gnus.el (gnus-version-number): Bump version.
4078
9b3ebcb6 40792007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
01c52d31
MB
4080
4081 * gnus.el: No Gnus v0.6 is released.
4082
40832007-04-27 Didier Verna <didier@xemacs.org>
4084
4085 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4086 * gmm-utils.el (gmm-regexp-concat): here.
4087 * message.el: Don't require 'gnus-util.
4088 (message-dont-reply-to-names): Handle name change above.
4089 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4090
40912007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4092
4093 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4094 since the initial value varies according to the system.
4095
40962007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4097
4098 * mm-util.el (mm-charset-synonym-alist): Defcustom.
4099
41002007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
4101
4102 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
4103
41042007-04-24 Didier Verna <didier@xemacs.org>
4105
4106 Improve the type of gnus-ignored-from-addresses.
4107 * gnus-util.el (gnus-orify-regexp): New function.
4108 * message.el (gnus-util): Require it.
4109 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4110 * gnus-sum.el (gnus-ignored-from-addresses): New function.
4111 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4112
41132007-04-24 Didier Verna <didier@xemacs.org>
4114
4115 * gnus-sum.el:
4116 * gnus-utils.el: Fix some trailing whitespaces.
4117
41182007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
4119
4120 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4121 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4122 article's Message-ID; refer parent article in summary buffer.
4123
4124 * message.el (message-bounce): Call mime-to-mml.
4125
41262007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4127
4128 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
596e5f72 4129
6b554e88
MB
41302007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
4131
4132 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
4133 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
4134 displayed of multipart/alternative part if it is invoked from summary
4135 buffer.
6b554e88
MB
4136
4137 * mm-view.el (mm-inline-text-html-render-with-w3m)
4138 (mm-inline-text-html-render-with-w3m-standalone)
4139 (mm-inline-render-with-function): Use mail-parse-charset by default.
4140
01c52d31
MB
41412007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
4142
4143 * parse-time.el (parse-time-string-chars): Check if CHAR
4144 is less than the length of parse-time-syntax.
4145
41462007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
4147
4148 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
4149 from gnus-newsgroup-processable.
4150
41512007-04-16 Didier Verna <didier@xemacs.org>
4152
4153 * gnus-msg.el (gnus-configure-posting-styles): Handle
002876ab 4154 message-signature-directory properly with :file syntax. Reported by
01c52d31
MB
4155 "Leo".
4156
41572007-04-11 Didier Verna <didier@xemacs.org>
4158
4159 New user option: message-signature-directory.
4160 * gnus-msg.el (gnus-configure-posting-styles): Support it.
4161 * message.el (message-insert-signature): Ditto.
4162 * message.el (message-signature-file): Doc update.
4163 * message.el (message-signature-directory): New.
4164
c429815a
MB
41652007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
4166
4167 * gnus-msg.el (gnus-inews-yank-articles): Use
4168 message-exchange-point-and-mark instead of exchange-point-and-mark.
4169
41702007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
4171
4172 * message.el (message-yank-original): Make sure cited text ends with
4173 newline; don't exchange point and mark.
4174
41752007-04-07 Chong Yidong <cyd@stupidchicken.com>
4176
4177 * tls.el (open-tls-stream): Properly handle case where there
4178 is no associated buffer.
4179
c345112e
TTN
41802007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
4181
4182 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
4183 message-yank-original, make sure (< mark TEXT point).
4184
8aed9ac5
RS
41852007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
4186
01c52d31
MB
4187 * message.el (message-fill-column): New variable.
4188 (message-mode): Use it. Add comment on a possible new hook.
4189
8aed9ac5
RS
4190 * nnmail.el (nnmail-spool-file): Mark as obsolete.
4191 (nnmail-get-new-mail): Reformat.
4192
4193 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
4194
4195 * gmm-utils.el: Fix Commentary.
4196 (gmm-tool-bar-from-list): Fix typo in doc string.
4197
561fb491
TTN
41982007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
4199
01c52d31
MB
4200 * message.el (message-yank-original): Don't switch point and mark
4201 unnecessarily to put point and mark as documented.
4202
42032007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4204
4205 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
4206 from the message heads.
4207
42082007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
4209
4210 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
4211 article buffer does not have a window. This may not be the best
4212 solution but is certainly better than setting the start of the null,
4213 that is the current, window.
4214
42152007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
4216
4217 * gnus-draft.el (gnus-draft-setup-hook): New hook.
4218 (gnus-draft-setup): Run it.
4219
4220 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
4221 gnus-score-fast-scoring. Allow regexp.
4222 (gnus-score-headers): Use it.
4223
4224 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
4225 XEmacs.
4226
4227 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
4228 string.
4229 (gnus-button-alist): Also catch `<f1> k ...'.
4230 (gnus-treat-display-x-face): Fix doc string.
561fb491 4231
87ba2830
MB
42322007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4233
4234 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
4235 evaluation of gnus-extended-version to ensure correct generation of the
4236 User-Agent header when message-generate-headers-first is used.
4237
01c52d31 42382007-03-24 Simon Josefsson <simon@josefsson.org>
87ba2830 4239
01c52d31
MB
4240 * hashcash.el (hashcash-generate-payment-async): Don't crash if
4241 hashcash-path is nil. Don't call callback with incorrect number of
4242 parameters if val is 0.
87ba2830 4243
815b81c8
MB
42442007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4245
4246 * message.el (message-required-news-headers):
4247 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
4248
42492007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
4250
4251 * message.el (message-generate-new-buffers): Change the meaning of the
4252 nil value; add `standard' to the choices; treat t as `unique'; improve
4253 doc string.
4254 (gnus-select-frame-set-input-focus): Autoload.
4255 (message-buffer-name): Search for the existing message buffer if
4256 message-generate-new-buffers is nil or `standard'; treat the value t of
4257 message-generate-new-buffers as `unique'.
4258 (message-pop-to-buffer): Raise the frame already displaying the message
4259 buffer; clear the echo area after querying.
4260 (message-setup): Pass the `continue' argument to compose-mail.
4261 (message-mail): Prefer `switch-function' if it is given; search for the
4262 existing message buffer if the `continue' argument is non-nil; pass
4263 continue and switch-function arguments to compose-mail by way of
4264 message-setup.
4265 (message-mail-other-window): Adjust argument of message-setup.
4266 (message-mail-other-frame): Ditto.
4267
01c52d31
MB
42682007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4269
4270 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
4271 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
4272 to turn font-lock on when turning gnus-message-citation-mode on.
4273
42742007-03-06 Daiki Ueno <ueno@unixuser.org>
4275
4276 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
4277 (mml-smime-function-alist): New variable; add epg as the backend.
4278 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
4279 mml-smime- functions instead.
4280 * mm-view.el: Require smime.
4281
42822007-03-05 Didier Verna <didier@xemacs.org>
4283
4284 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
4285 instead of just inheritance for posting styles.
4286 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
4287
42882007-02-24 John Paul Wallington <jpw@pobox.com>
4289
4290 * tls.el (tls-certtool-program): Fix custom type.
4291
42922007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
4293
4294 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
4295 and point-at-eol instead of line-(beginning|end)-position.
4296
4297 * assistant.el (assistant-parse-buffer): Ditto.
4298
42992007-02-28 Daiki Ueno <ueno@unixuser.org>
4300
4301 * mml2015.el (mml2015-epg-find-usable-key): New function.
4302 (mml2015-epg-sign): Use it.
4303 (mml2015-epg-encrypt): Use it.
4304
45cb30ee
MB
43052007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
4306
4307 * message.el (message-make-in-reply-to): Quote name containing
4308 non-ASCII characters. It will make the RFC2047 encoder cause an error
4309 if there are special characters. Reported by NAKAJI Hiroyuki
82bdbd4d 4310 <nakaji@jp.freebsd.org>.
45cb30ee 4311
01c52d31
MB
43122007-02-27 Didier Verna <didier@xemacs.org>
4313
4314 Include the group parameters as well as the topic ones in the
4315 inheritance filter process.
4316 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
4317 argument GROUP-PARAMS-LIST.
4318 * gnus-topic.el (gnus-group-topic-parameters): Use it.
4319
45cb30ee
MB
43202007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
4321
4322 * nntp.el (nntp-never-echoes-commands)
4323 (nntp-open-connection-functions-never-echo-commands): New variables.
4324 (nntp-send-command): Use them.
4325
01c52d31
MB
43262007-02-20 Daiki Ueno <ueno@unixuser.org>
4327
4328 * mml2015.el (mml2015-epg-verify): Simplified.
4329
43302007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
4331
4332 * mml.el (mml-content-disposition-alist): New user option.
4333 (mml-content-disposition): New function.
4334 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
4335 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
4336
43372007-02-19 Daiki Ueno <ueno@unixuser.org>
4338
4339 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
4340 verification.
4341
aa260d63
MB
43422007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4343
4344 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
4345 articles posted in the last 24 hours.
4346
c371062c
CY
43472007-02-14 Chong Yidong <cyd@stupidchicken.com>
4348
4349 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
4350
880820fe 43512007-02-14 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
4352
4353 * nntp.el (nntp-send-command): Don't wait for echoes when
4354 nntp-open-ssl-stream is used.
4355
43562007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
4357
4358 * gnus-cite.el (gnus-test-font-lock-add-keywords)
4359 (gnus-message-add-citation-keywords)
4360 (gnus-message-remove-citation-keywords): Remove.
4361 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
4362 directly, make the variables in font-lock-defaults buffer-local, add
4363 gnus-message-citation-keywords to them and then update the value of
4364 font-lock-keywords.
4365
43662007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
4367
4368 * message.el (message-cite-original-1): Don't call
4369 gnus-article-highlight-citation.
4370
4371 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
4372 citations; fix line count.
4373
43742007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
4375
4376 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
4377 (gnus-message-add-citation-keywords)
4378 (gnus-message-remove-citation-keywords): Use it; fix the emulating
4379 versions of font-lock-add-keywords and font-lock-remove-keywords to
4380 work with XEmacs correctly.
4381
43822007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
4383
4384 * gnus-cite.el (gnus-cite-face-list): Set the values of
4385 gnus-message-max-citation-depth and gnus-message-citation-keywords.
4386 (gnus-message-max-citation-depth): Use defvar rather than defconst.
4387 (gnus-message-cite-prefix-regexp): New variable.
4388 (gnus-message-search-citation-line): Use it; protect against long
4389 citation prefix; fill match data with nil rather than 0 for XEmacs; set
4390 the 0th match data for Emacs.
4391 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
4392 (gnus-message-add-citation-keywords): Append keywords rather than
4393 prepending; emulate font-lock-add-keywords if it is not available.
4394 (gnus-message-remove-citation-keywords): Emulate
4395 font-lock-remove-keywords if it is not available.
4396
4397 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
4398
4399 * message.el (message-cite-prefix-regexp): Set the value of
4400 gnus-message-cite-prefix-regexp.
4401
c91f4b83
MB
44022007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4403
4404 * nnweb.el (nnweb-google-parse-1): Update parser.
4405
8f77631e
JB
44062007-01-29 Juanma Barranquero <lekktu@gmail.com>
4407
4408 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
4409
41e49ce6
MB
44102007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4411
4412 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4413 regexp.
4414
44152007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
4416
4417 * uudecode.el (uudecode-string-to-multibyte): New function emulating
4418 string-to-multibyte.
4419 (uudecode-decode-region-internal): Use it.
4420
b28080e3
MB
44212007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
4422
4423 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
4424 custom choice.
4425
4426 * gnus-art.el (gnus-signature-limit): Fix custom choice.
4427
01c52d31
MB
44282007-01-22 Daiki Ueno <ueno@unixuser.org>
4429
4430 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
4431
4432 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
4433 `write-region' to respect `mm-inhibit-file-name-handlers'.
4434
b66f54c1
MB
44352007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4436
4437 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
4438 Use gnus-home-directory instead of "~/" or "$HOME".
4439
01c52d31
MB
44402007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
4441
4442 * encrypt.el (encrypt-insert-file-contents): Add better prompt
4443 to mention filename.
4444 Add comments at beginning regarding usage.
4445 (encrypt-write-file-contents): Change interactive so a string is
4446 acceptable. If the file has no associated model, show an error instead
4447 of a nonsense prompt.
4448
44492007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4450
4451 * spam.el (spam-bsfilter-ham-switch): Fix typo.
4452 Thanks to Yoshihiko Yamada for kind notification of this typo.
4453
0d7c8ac4
KH
44542007-01-12 Kenichi Handa <handa@m17n.org>
4455
4456 * uudecode.el (uudecode-decode-region-internal): Make it work in a
4457 multibyte buffer.
651408cb
MB
4458
44592007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
4460
01c52d31
MB
4461 * gnus-score.el (gnus-score-fast-scoring): New variable.
4462 (gnus-score-headers): Use it.
4463
651408cb 4464 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
0d7c8ac4 4465
01c52d31
MB
4466 * message.el (message-cite-original-1): Call
4467 gnus-article-highlight-citation if requested.
60ece9b0 4468 (message-make-from): Allow name and address as optional arguments.
40e902eb 4469
01c52d31 4470 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
40e902eb 4471
01c52d31
MB
4472 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
4473 bugs to doc string.
4474 (gnus-button-alist): Add mid\\|message-id.
4475 (gnus-button-fetch-group): Extend for use in
4476 `browse-url-browser-function'.
4477 (gnus-button-url-regexp): Try to catch paired parentheses like in
4478 Wikipedia URLs.
d84c3737 4479
01c52d31
MB
4480 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
4481 Suggested by Simon Krahnke <overlord@gmx.li>.
d84c3737 4482
01c52d31 44832007-01-13 Romain Francoise <romain@orebokech.com>
ba361211 4484
01c52d31
MB
4485 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
4486 Update copyright.
ba361211 4487
01c52d31 44882007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
ba361211 4489
01c52d31 4490 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
ba361211 4491
01c52d31 44922007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
ba361211 4493
01c52d31
MB
4494 * gnus-registry.el (gnus-registry-unfollowed-groups)
4495 (gnus-registry-split-fancy-with-parent): Fix documentation.
4496
44972007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4498
4499 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
4500 from nnweb groups.
4501
45022006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4503
4504 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
4505 Xref urls. Erase buffer before requesting head.
4506
4507 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4508
45092007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
4510
4511 * gnus-soup.el (gnus-soup): New custom group. Make user variables
4512 customizable.
4513
45142007-01-05 Daiki Ueno <ueno@unixuser.org>
4515
4516 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
4517 no signing key is found.
4518 (mml2015-epg-encrypt): Ask user whether to skip or abort if
4519 no encrypting and/or signing key is found.
4520
45212007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
4522
4523 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
4524
45252007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4526
4527 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
4528 headers read from disk with the ones newly found in the current search.
4529 This should no longer cause problems, because the article numbers in
4530 Gmane's `nov.php' output are ignored since the previous change.
ba361211
MB
4531
45322007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4533
4534 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
4535
45362007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
4537
4538 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4539
01c52d31
MB
45402007-01-01 Romain Francoise <romain@orebokech.com>
4541
4542 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4543
45442006-12-31 Steve Youngs <steve@sxemacs.org>
4545
4546 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
4547 `define-minor-mode' macro definition expanded properly.
4548 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
4549 exclude it there.
4550
4551 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
4552 of 2006-12-30. The default is nil on (S)XEmacs already because of the
4553 `fboundp' test.
4554 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
4555 This is OK to autoload in (S)XEmacs now.
4556
45572006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4558
4559 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
4560 keystroke.
4561 (gnus-summary-limit-to-singletons): Fix typo.
4562
4563 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
4564 else fails.
4565
db629244
MB
45662006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4567
01c52d31
MB
4568 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
4569 docstring.
4570
4571 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
4572 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
4573 (gnus-summary-insert-dormant-articles): Fix typo in message.
4574
45752006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
4576
4577 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
4578 nil for XEmacs.
4579 (gnus-message-citation-mode): Don't autoload in XEmacs.
4580
4581 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
db629244 4582
880820fe 45832006-12-29 Jouni K. Seppänen <jks@iki.fi>
11e95b02
MB
4584
4585 * nnimap.el (nnimap-expunge-search-string): Mention
4586 nnimap-search-uids-not-since-is-evil in docstring.
4587
45882006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
4589
4590 * spam.el: Revert to make-obsolete-variable because
4591 define-obsolete-variable-alias is not supported in Emacs 21.
4592
01c52d31
MB
4593 * spam.el (spam-ifile-path, spam-ifile-database-path)
4594 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
4595 make-obsolete-variable.
4596 (spam-bsfilter-path, spam-bsfilter-program)
4597 (spam-spamassassin-path, spam-spamassassin-program)
4598 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
4599 use "path" inappropriately.
4600 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
4601 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
4602 variable names.
4603
11e95b02
MB
46042006-12-28 Daiki Ueno <ueno@unixuser.org>
4605
4606 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
4607 summary buffer.
4608
01c52d31
MB
4609 * password.el (password-cache-remove): Use clear-string to burn
4610 password, if available.
11e95b02 4611
01c52d31
MB
46122006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
4613
4614 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
4615
4616 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
4617
4618 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
4619 (gnus-message-highlight-citation): Move defcustom here from
4620 gnus-cite.el.
4621 (gnus-message-citation-mode): Autoload.
4622
4623 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
4624 checks to make it compile with XEmacs.
4625 (gnus-message-citation-mode): New minor mode.
4626 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
4627 (gnus-message-highlight-citation): New variables.
4628 (gnus-message-search-citation-line)
4629 (gnus-message-add-citation-keywords)
4630 (gnus-message-remove-citation-keywords)
4631 (turn-on-gnus-message-citation-mode)
4632 (turn-off-gnus-message-citation-mode): New functions.
4633
46342006-12-26 Oliver Scholz <epameinondas@gmx.de>
4635
4636 * gnus-cite.el: Enable highlighting of different citation levels in
4637 message-mode.
11e95b02
MB
4638
46392006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
4640
4641 * message.el (message-make-fqdn): Fix comment.
4642 (message-bogus-system-names): Add ".local".
4643
4644 * spam.el (spam-ifile-path, spam-ifile-program)
4645 (spam-ifile-database-path, spam-ifile-database)
4646 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
4647 Don't use "path" inappropriately.
4648 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
4649 strings.
4650 (spam-check-ifile, spam-ifile-register-with-ifile)
4651 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
4652 new variable names.
4653
4654 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
4655 (gnus-treat-display-smileys): Simplify using
4656 gnus-image-type-available-p.
4657
4658 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
4659 available.
4660
46612006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4662
4663 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
4664 one after turning on the buffer's multibyteness instead of decoding
4665 them directly in the unibyte buffer that causes unexpected conversion
4666 in Emacs 23 (unicode).
4667
01c52d31
MB
46682006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4669
4670 * message.el (message-generate-hashcash): Fix custom type.
4671
46722006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
4673
4674 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
4675
9b9e104e
MB
46762006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
4677
4678 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
4679 disconnect icons. Add help text.
4680
01c52d31
MB
46812006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
4682
4683 * spam.el (spam-extra-header-to-number): CRM114 spam score is
4684 negated to be consistent with the others we handle.
4685
46862006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4687
4688 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
4689 version of gnus-summary-buffer to something, so that we can use two
4690 article buffers at the same time.
4691
46922006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
4693
4694 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
4695 trigger all the extra headers.
4696 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
4697 sorting.
4698
46992006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4700
4701 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
4702 solid groups.
4703
bcd3e063
MB
47042006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
4705
4706 * legacy-gnus-agent.el: Add Copyright notice.
4707
82e5f93f
CY
47082006-12-12 Chong Yidong <cyd@stupidchicken.com>
4709
4710 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
4711
01c52d31
MB
47122006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4713
4714 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
4715
4716 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
4717 to make it work reliably in CVS Emacs.
4718 (gnus-summary-limit-strange-charsets-predicate)
4719 (gnus-summary-limit-to-predicate): New functions.
4720
f88e76a8
CY
47212006-12-08 Chong Yidong <cyd@stupidchicken.com>
4722
4723 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
4724 specifying array size.
4725 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
4726 array if it is too small.
4727 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
4728 (gnus-sort-threads-loop): New function.
4729
e925d5ae 47302006-12-06 Chris Moore <dooglus@gmail.com>
04b61ae9
JB
4731
4732 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4733 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
4734
880820fe 47352006-12-04 Jouni K. Seppänen <jks@iki.fi>
3aa84d30
MB
4736
4737 * mm-url.el (mm-url-predefined-programs): Call curl with correct
4738 options.
4739
01c52d31
MB
47402006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4741
4742 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
4743 DOS-ing the recipient.
4744
4745 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4746 the headers when creating the mapping to avoid mismappings.
4747 (nnweb-gmane-create-mapping): Always nix out old mapping.
4748
47492006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
4750
4751 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
4752 and mm-verify-option to never.
4753
5538c331
MB
47542006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
4755
01c52d31
MB
4756 * message.el (message-signed-or-encrypted-p): New function.
4757 (message-forward-make-body): Use it.
4758
4759 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
4760 Replace encode-coding-string with mm-encode-coding-string.
5538c331
MB
4761
47622006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
4763
4764 * nneething.el (nneething-decode-file-name): Replace
4765 decode-coding-string with mm-decode-coding-string.
4766
01c52d31
MB
4767 * gnus-int.el (gnus-open-server): Say failed server's name.
4768
550831ed
JB
47692006-11-24 Juanma Barranquero <lekktu@gmail.com>
4770
4771 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
4772 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
4773
4774 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
4775 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
4776 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
4777 (gnus-group-make-directory-group, gnus-group-transpose-groups):
4778 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
4779 (gnus-subscribe-newsgroup, gnus-1):
4780 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
4781 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
4782 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
4783 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
4784
01c52d31
MB
47852006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4786
4787 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
4788 keystroke.
4789 (gnus-summary-limit-to-bodies): Implement headersp.
4790
47912006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4792
4793 * dns.el (query-dns): Protect against "Process dns deleted" strings.
4794
e8f0f70d
MB
47952006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
4796
4797 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
4798
01c52d31
MB
47992006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4800
4801 * message.el (message-generate-hashcash): Expand range of values to
4802 include `opportunistic'.
4803 (message-send-mail): Use it.
4804
b07e0143
MB
48052006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4806
4807 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
4808 and comment it.
4809
4810 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
4811
4573e0df
MB
48122006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
4813
4814 * gnus-util.el (gnus-extract-address-components): Improve comment.
4815
48162006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
4817
4818 * gnus-util.el (gnus-extract-address-components): Work with address in
4819 which the name portion contains @.
4820
48212006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
4822
4823 * gnus.el (gnus-start): Move custom group up.
4824 (gnus-select-method): Don't autoload, but make it available for
4825 `customize-variable'.
4826 (gnus-getenv-nntpserver): Don't autoload.
4827
01c52d31
MB
48282006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
4829
4830 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
4831
48322006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
4833
4834 * message.el (message-sendmail-extra-arguments): New variable.
4835 (message-send-mail-with-sendmail): Use it.
4836
4573e0df
MB
48372006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
4838
4839 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4840 mm-with-unibyte-current-buffer to make string unibyte.
4841
4842 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4843 mm-string-as-multibyte.
4844
01c52d31
MB
48452006-11-14 Daiki Ueno <ueno@unixuser.org>
4846
4847 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4848 Reported by Werner Koch <wk@gnupg.org>.
4849
48502006-11-14 Daiki Ueno <ueno@p360>
4851
4852 * mml2015.el: Autoload epa-select-keys when compiling.
4853
48542006-11-13 Daiki Ueno <ueno@unixuser.org>
4855
4856 * mml2015.el (mml2015-epg-sign): Save the signing keys in
4857 message-options.
4858 (mml2015-epg-encrypt): Save the recipient keys in message-options.
4859
48602006-11-13 Daiki Ueno <ueno@unixuser.org>
4861
4862 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4863 EasyPG (< 0.0.6).
4864 (mml2015-always-trust): New user option.
4865 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4866 prompt.
4867
48682006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4869
4870 * nntp.el (nntp-authinfo-force): New variable.
4871 (nntp-send-authinfo): Use it.
4872
4573e0df
MB
48732006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
4874
01c52d31
MB
4875 * message.el (message-strip-subject-encoded-words): Allow _not_ to
4876 decode encoded words. Improve prompt. Add comment about forwarding.
4877 (message-replacement-char): Move up.
4573e0df
MB
4878
48792006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4880
4881 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4882 instead of gnus-intersection because arguments of gnus-sorted-nunion
4883 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
4884
01c52d31
MB
48852006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
4886
4887 * message.el (message-strip-subject-encoded-words): Reformat prompt.
4888 (message-simplify-subject-functions): Enable
4889 message-strip-subject-encoded-words by default.
4890
48912006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
4892
4893 * message.el (message-strip-subject-encoded-words): New function
4894 (message-simplify-subject-functions): New variable.
4895 (message-simplify-subject): Use it. Fix typo in doc string.
4896 Support message-strip-subject-encoded-words.
4897
06856b12
JB
48982006-11-03 Juanma Barranquero <lekktu@gmail.com>
4899
4900 * gnus-diary.el (gnus-diary-delay-format-function):
4901 * nndiary.el (nndiary-reminders):
4902 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4903
b193caa3
MB
49042006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
4905
4906 * gnus-art.el (article-hide-boring-headers): Fetch date from
4907 gnus-original-article-buffer to avoid problems with localized date
4908 strings.
4909
49102006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
4911
4912 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4913
ab785936
MB
49142006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
4915
06856b12
JB
4916 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4917 New variables.
ab785936
MB
4918 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4919 (mm-charset-synonym-alist): Move some entries to
4920 mm-codepage-iso-8859-list.
4921 (mm-charset-synonym-alist, mm-charset-override-alist): Add
4922 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4923
b90a6149
MB
49242006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
4925
4926 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4927
49282006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4929
4930 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4931 with Emacs 21 and XEmacs.
4932
01c52d31
MB
49332006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
4934
4935 * spam.el (spam-parse-address): New function for better parsing,
4936 catching errors, etc.
4937 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4938
b90a6149
MB
49392006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
4940
4941 * mm-view.el: Add interactive arg to html2text autoload.
4942
49432006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
4944
4945 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4946
01c52d31
MB
49472006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
4948
4949 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4950 variables.
4951 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4952 (mm-charset-synonym-alist): Move some entries to
4953 mm-codepage-iso-8859-list.
4954
4955 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4956
49572006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
4958
4959 * message.el (message-citation-line-format)
4960 (message-insert-formated-citation-line): Fix implementation of %E, %N
4961 and %n according to the doc string.
4962
49632006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
4964
4965 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4966 car-safe to avoid bad parses.
4967
c86d4601
MB
49682006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4969
4970 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4971 names.
4972
4973 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4974
49752006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
4976
01c52d31
MB
4977 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4978 header.
4979
4980 * message.el (message-draft-headers): Add Date.
4981 (message-headers-to-generate): Fix typo in docstring.
4982
4983 * nndraft.el (nndraft-required-headers): New variable.
4984 (nndraft-generate-headers): Use it.
4985
4986 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4987
49882006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
4989
4990 * gnus-registry.el (gnus-registry-wash-for-keywords)
4991 (gnus-registry-find-keywords): New functions to allow easy searching of
4992 articles that are in the registry.
4993
49942006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
4995
4996 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4997 ietf-drums-parse-address instead of gnus-extract-address-components.
4998 Reported by Damien Elmes <damien@repose.cx>.
c86d4601
MB
4999
50002006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
5001
5002 * gnus.el (gnus-mime): Remove unused custom group.
5003
92edaeed
MB
50042006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5005
5006 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5007 "blank line" when searching for end of armor headers.
5008
50092006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5010
5011 * gmm-utils.el (gmm-write-region): Fix variable name.
5012
50132006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
5014
5015 * gmm-utils.el (gmm-write-region): New function based on compatibility
5016 code from `mm-make-temp-file'.
5017
5018 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5019
5020 * nnmaildir.el (nnmaildir--update-nov)
5021 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5022 Use `gmm-write-region'.
5023
996aa8c1
MB
50242006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
5025
01c52d31
MB
5026 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5027 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5028
5029 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5030
5031 * message.el (message-replacement-char): New variable.
5032 (message-fix-before-sending): Use it.
5033 (message-simplify-subject): New function to remove duplicate code.
5034 (message-reply, message-followup): Use it.
5035
996aa8c1
MB
5036 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5037 gnus-summary-limit-to-articles.
5038
01c52d31 50392006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
996aa8c1 5040
01c52d31 5041 * gnus-util.el (gnus-with-local-quit): New macro.
996aa8c1 5042
01c52d31 5043 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
996aa8c1 5044
01c52d31 50452006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 5046
01c52d31
MB
5047 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5048 ignore non-string data.
996aa8c1 5049
01c52d31 50502006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 5051
01c52d31
MB
5052 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5053 non-string data (needs to be done in the registry too).
996aa8c1 5054
01c52d31 50552006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 5056
01c52d31
MB
5057 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5058 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5059 (gnus-registry-split-fancy-with-parent)
5060 (gnus-registry-fetch-simplified-message-subject-fast)
5061 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5062 Remove text properties on ingress into the registry and when it's saved.
5063 (gnus-registry-clean-empty-function): Fix bug with cleaning the
5064 registry from entries with no groups.
996aa8c1 5065
01c52d31 50662006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 5067
01c52d31
MB
5068 * gnus-util.el (gnus-string-remove-all-properties): Add utility
5069 function to remove string properties.
996aa8c1 5070
67099291
MB
50712006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
5072
5073 * gmm-utils.el (gmm): Adjust custom version.
5074
5075 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5076 custom version.
5077
5078 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5079
01c52d31
MB
50802006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
5081
5082 * gnus-art.el (gnus-insert-prev-page-button)
5083 (gnus-insert-next-page-button): Simplify. Reformat.
5084
50852006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
5086
5087 * gnus-art.el (gnus-insert-prev-page-button)
5088 (gnus-insert-next-page-button): Apply gnus-article-button-face.
5089
94019f61
CY
50902006-09-25 Chong Yidong <cyd@stupidchicken.com>
5091
5092 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
5093
01c52d31
MB
50942006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
5095
5096 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
5097 gnus-article-button-face to MIME and security buttons.
5098
50992006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
5100
5101 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
5102 readable.
5103
51042006-09-20 Steve Youngs <steve@sxemacs.org>
5105
5106 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
5107 `browse-url-of-file' instead of `browse-url'.
5108
0327a464
MB
51092006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5110
5111 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5112 regexp. Articles containing quotation were cut prematurely.
5113
51142006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
5115
01c52d31
MB
5116 * message.el (message-cite-original-1): Use nobody by default for the
5117 value of From header.
0327a464
MB
5118 (message-reply): Ditto.
5119
01c52d31
MB
51202006-09-11 Daiki Ueno <ueno@unixuser.org>
5121
5122 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
5123 to the gnus-info. This fixes a bug of inline-PGP message verification.
5124 Reported by Michael Piotrowski <mxp@dynalabs.de>.
5125
b110774a
MB
51262006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
5127
5128 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
5129 mails in the doc string. Add some URLs in comment.
01c52d31 5130 (pop3-movemail): Warn about pop3-leave-mail-on-server.
b110774a
MB
5131
51322006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5133
5134 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
5135 backslashes handling and the way to find boundaries of quoted strings.
5136
01c52d31
MB
51372006-09-07 Daiki Ueno <ueno@unixuser.org>
5138
5139 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
5140 mml1991-encrypt-to-self is set and mml1991-signers is not set.
5141 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
5142 mml2015-encrypt-to-self is set and mml2015-signers is not set.
5143
676c1893
RS
51442006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
5145
01c52d31
MB
5146 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
5147 doc string.
5148 (gnus-button-regexp, gnus-button-last): Remove unused variables.
5149
51502006-09-06 Simon Josefsson <jas@extundo.com>
5151
5152 * mml2015.el (mml2015-use): Doc fix, mention epg.
5153
51542006-09-06 Daiki Ueno <ueno@unixuser.org>
5155
5156 * mml2015.el (mml2015-use): Default to epg, if available.
5157
51582006-09-06 Daiki Ueno <ueno@unixuser.org>
5159
5160 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
5161 message-sender.
5162 (mml1991-epg-encrypt): Ditto.
5163 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
5164 message-sender.
5165 (mml2015-epg-encrypt): Ditto.
676c1893 5166
de4fbbe4
CY
51672006-09-04 Chong Yidong <cyd@stupidchicken.com>
5168
5169 * message.el (message-send-mail-with-sendmail): Look for sendmail in
5170 several common directories.
5171
01c52d31
MB
51722006-09-05 Daiki Ueno <ueno@unixuser.org>
5173
5174 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
5175 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
5176
d7093904
MB
51772006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
5178
8fbdffe5
MB
5179 * gnus-art.el (article-decode-encoded-words): Make it fast.
5180
51812006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
5182
5183 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
5184
d7093904
MB
5185 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
5186 in quoted string into `\'.
5187
343d6628
MB
51882006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5189
5190 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5191 Use standard-syntax-table.
5192
51932006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5194
5195 * gnus-art.el (gnus-decode-address-function): New variable.
5196 (article-decode-encoded-words): Use it to decode headers which are
5197 assumed to contain addresses.
5198 (gnus-mime-delete-part): Remove useless `or'.
5199
5200 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
5201 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
5202 (gnus-nov-parse-line): Use it to decode From header.
5203 (gnus-get-newsgroup-headers): Ditto.
5204 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
5205
5206 * mail-parse.el (mail-decode-encoded-address-region): New alias.
5207 (mail-decode-encoded-address-string): New alias.
5208
5209 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5210 New function.
5211 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
5212 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
5213 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
5214 (rfc2047-decode-string): Ditto.
5215 (rfc2047-decode-address-region): New function.
5216 (rfc2047-decode-address-string): New function.
5217
01c52d31
MB
52182006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
5219
5220 * message.el (message-caesar-buffer-body): Allow rotating headers.
5221
5222 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
5223
5224 * message.el (message-insert-formated-citation-line): Fix %f.
5225 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
5226
52272006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
5228
5229 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
5230 (gnus-bookmark-mouse-available-p): New macro.
5231 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
5232 (gnus-bookmark-bmenu-show-infos): Use it.
5233 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
5234 (gnus-bookmark-bmenu-hide-infos): Ditto.
5235 (gnus-bookmark-remove-properties): New function.
5236 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
5237 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
5238 (gnus-bookmark-write-file): Bind coding-system-for-write.
5239 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
5240 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
5241 group before selecting it.
5242 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
5243 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
5244 quit-window if it is not available; use gnus-mouse-2 and bind it to
5245 gnus-bookmark-bmenu-select-by-mouse.
5246 (gnus-bookmark-show-details): Remove unused variable `details-list'.
5247 (gnus-bookmark-bmenu-select-by-mouse): New function.
6c5d6b6c 5248
5dab7628
RF
52492006-08-13 Romain Francoise <romain@orebokech.com>
5250
5251 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
5252 space.
5253
5ebdc299
MB
52542006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
5255
5256 * compface.el (uncompface): Use binary rather than raw-text-unix.
5257
52582006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
5259
5260 * compface.el (uncompface): Make sure the eol conversion doesn't take
5261 place when communicating with the external programs. Reported by
5262 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5263
52642006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
5265
5266 * nnheader.el (nnheader-insert-head): Fix typo in comment.
5267
52682006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5269
5270 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5271 Make it more robust by parsing author and date independently.
5272
ebf693f3
MB
52732006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
5274
5275 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
5276
01c52d31
MB
52772006-07-28 Daiki Ueno <ueno@unixuser.org>
5278
5279 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
5280 first matching secret key.
5281 (mml2015-epg-encrypt): Ditto.
5282
5283 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
5284 first matching secret key.
5285 (mml1991-epg-encrypt): Ditto.
5286
5287 * mml2015.el (mml2015-encrypt-to-self): New user option.
5288 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
5289 mml2015-epg-encrypt-to-self is set.
5290
5291 * mml1991.el (mml1991-encrypt-to-self): New variable.
5292 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
5293 mml1991-epg-encrypt-to-self is set.
5294
5295 * mml2015.el (mml2015-signers): New user option.
5296 (mml2015-epg-sign): Reflect the value of mml2015-signers.
5297 (mml2015-epg-encrypt): Allow to select signing keys.
5298
5299 * mml1991.el (mml1991-signers): New variable.
5300 (mml1991-epg-sign): Reflect the value of mml1991-signers.
5301 (mml1991-epg-encrypt): Allow to select signing keys.
5302
ebf693f3
MB
53032006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
5304
5305 * nnheader.el (nnheader-insert-head): Make it work even if the file
5306 uses CRLF for the line-break code.
5307
01c52d31
MB
53082006-07-25 Daiki Ueno <ueno@unixuser.org>
5309
5310 * mml2015.el: Require mml-sec instead of password.
5311 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
5312 (mml2015-cache-passphrase): Inherit the default value from
5313 mml-secure-cache-passphrase.
5314 (mml2015-passphrase-cache-expiry): Inherit the default value from
5315 mml-secure-passphrase-cache-expiry.
5316
5317 * mml1991.el: Require mml-sec instead of password.
5318 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
5319 (mml1991-cache-passphrase): Inherit the default value from
5320 mml-secure-cache-passphrase.
5321 (mml1991-passphrase-cache-expiry): Inherit the default value from
5322 mml-secure-passphrase-cache-expiry.
5323
5324 * mml-sec.el: Require password.
5325 (mml-secure-verbose): New user option.
5326 (mml-secure-cache-passphrase): New user option.
5327 (mml-secure-passphrase-cache-expiry): New user option.
5328
53292006-07-24 Daiki Ueno <ueno@unixuser.org>
5330
5331 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5332 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
880820fe 5333 andreas@altroot.de (Andreas Vögele).
01c52d31
MB
5334
5335 FIXME: Use `tiny change'?
5336
bd876f90
MB
53372006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5338
5339 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
5340 workaround for the url package included with Emacs.
5341
5342 * nnweb.el (nnweb-google-create-mapping): Update regexp.
5343
01c52d31
MB
53442006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
5345
5346 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
5347 correctly. This fixes a bug caused by the 2006-05-12 change.
5348
06dc8321
KF
53492006-07-18 Karl Fogel <kfogel@red-bean.com>
5350
5351 * nnmail.el (nnmail-article-group): If splitting raises an error, give
5352 some information about the error when saying that the `bogus' mail
5353 group will be used.
5354
7ce31649
MB
53552006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
5356
5357 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
5358 string.
5359
b44409c9
MB
53602006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
5361
5362 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
5363
763bb2d4
MB
53642006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5365
5366 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
5367
01c52d31
MB
53682006-07-10 Daiki Ueno <ueno@unixuser.org>
5369
5370 * mml1991.el (mml1991-function-alist): Add epg.
5371 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
5372 (mml1991-epg-encrypt): New functions.
5373
53742006-07-10 Daiki Ueno <ueno@unixuser.org>
5375
5376 * mml2015.el (mml2015-verbose): New variable.
5377 (mml2015-cache-passphrase): Ditto.
5378 (mml2015-passphrase-cache-expiry): Ditto.
5379 (mml2015-function-alist): Add epg.
5380 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
5381 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
5382 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
5383 functions.
5384
53852006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5386
5387 * message.el (message-cite-original-1): Preserve region when removing
5388 quoted text due to X-No-Archive in order to avoid bogus attribution
5389 when citing multiple messages.
5390
53912006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5392
5393 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
5394 Kenneth Jacker <khj@be.cs.appstate.edu>.
5395
827dc73d
MB
53962006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
5397
5398 * gnus-diary.el (gnus-user-format-function-d)
5399 (gnus-user-format-function-D): Autoload.
5400
01c52d31 5401 * imap.el (Commentary): Fix typo.
827dc73d 5402
01c52d31
MB
5403 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
5404 2006-04-22 contribution.
5405
54062006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5407
5408 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
5409 It didn't really fix the bogosity I'm seeing with solid web groups.
5410
54112006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5412
5413 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
5414 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
5415 created using server names. If we use the feature without declaring
5416 it, Gnus does not properly manage server and group state.
5417
5418 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
5419 bound.
5420
54212006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5422
5423 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
5424 looking up the method using GROUP's prefix before inventing a new one.
5425 It is used on killed/unknown groups in various places where returning
5426 an all-new method isn't expected by the caller.
5427
5428 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
5429 and match semantics of gnus-group-real-prefix.
5430
54312006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
5432
5433 * nnmail.el (nnmail-broken-references-mailers): New variable.
5434 (nnmail-ignore-broken-references): New function generalizing
5435 nnmail-fix-eudora-headers.
5436 (nnmail-fix-eudora-headers): Now obsolete.
5437
5438 * gnus-art.el (gnus-button-handle-custom): Support
5439 `customize-apropos*'.
5440
54412006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5442
5443 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
5444
5445 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
5446 articles.
5447
54482006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5449
5450 * message.el (message-cite-reply-above): New variable.
5451 (message-yank-original): Use it.
827dc73d 5452
a367620f
MB
54532006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
5454
5455 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
5456
01c52d31
MB
54572006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
5458
5459 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
5460 as read.
5461
5462 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
5463
54642006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
5465
5466 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
5467 (gnus-bookmark-default-file): Use gnus-directory.
5468 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
5469 Remove "*" in doc string.
5470 (gnus-bookmark-write-file): Simplify.
5471 (gnus-bookmark-maybe-sort-alist): Use `when'.
5472 (gnus-bookmark-get-bookmark): Fix typo in doc string.
5473 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
5474 FIXME about Emacs 21 and XEmacs compatibility.
5475 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
5476 compatibility.
5477 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
5478 compatibility.
5479 (gnus-bookmark-menu-heading): Fix version.
5480
54812006-06-19 Bastien Guerry <bzg@altern.org>
5482
5483 * gnus-bookmark.el: New file.
5484
5cfd0f2e
MB
54852006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
5486
5487 * message.el (message-syntax-checks): Doc fix.
5488
01c52d31
MB
54892006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5490
5491 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
5492 unsubscribed groups as if they were killed ones. It causes duplicate
5493 entries in gnus-newsrc-alist.
5494
f362b760
MB
54952006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
5496
5497 * message.el (message-syntax-checks): Doc fix.
5498 (message-send-mail): Add check for continuation headers.
5499 (message-check-news-header-syntax): Fix regexp used to check for
5500 continuation headers.
5501
55022006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
5503
5504 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
5505
01c52d31
MB
55062006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
5507
5508 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
5509
55102006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
5511
5512 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
5513 default-truncate-lines.
5514
26c9afc3
MB
55152006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
5516
5517 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
5518 to fill the utf-8 entry.
5519
01c52d31 55202006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
26c9afc3 5521
01c52d31
MB
5522 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5523
55242006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
5525
5526 * gnus-agent.el (directory-files-and-attributes): Move all the way
5527 forward (the third and final move).
5528 (gnus-agent-read-agentview): Trap reconstruction errors due to
b643362c 5529 nonexistent directory. Handle by returning nil.
01c52d31
MB
5530
55312006-05-30 Didier Verna <didier@xemacs.org>
5532
5533 * message.el (message-dont-reply-to-names): Update the custom type.
5534 * message.el (message-dont-reply-to-names): New defsubst: potentially
5535 convert a list of regexps into a single one.
5536 * message.el (message-get-reply-headers): Use it.
5537 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
5538
55392006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
5540
5541 * gnus-agent.el (directory-files-and-attributes): Move forward.
26c9afc3
MB
5542
55432006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
5544
5545 * gnus-ml.el (gnus-mailing-list-subscribe)
5546 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
5547 (gnus-mailing-list-message): Fix doc strings.
5548
55492006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5550
5551 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
5552 of doing it manually.
5553
01c52d31
MB
55542006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
5555
5556 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
5557 comment.
5558
26c9afc3
MB
55592006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
5560
002876ab 5561 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
01c52d31 5562 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
26c9afc3
MB
5563 (gnus-agent-read-local): All symbols allocated in my-obarray
5564 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
5565 (gnus-agent-regenerate-group): Check numeric names to see if they are
5566 messages or groups.
01c52d31
MB
5567 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
5568 better way of do this...)
5569
5570 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
5571 'dummy.group' (there should be a better way of do this...)
26c9afc3
MB
5572
55732006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
5574
5575 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
5576 (gnus-saved-headers): Ditto.
01c52d31 5577 (gnus-default-article-saver): Mention functions may have properties.
26c9afc3
MB
5578 (gnus-article-save): Override gnus-save-all-headers and
5579 gnus-saved-headers by :headers property which saver function may have.
01c52d31
MB
5580 (gnus-summary-save-in-file): Add :headers property.
5581 (gnus-summary-write-to-file): Ditto.
5582
5583 * gnus-sum.el (gnus-summary-save-article): Bind
5584 gnus-prompt-before-saving to t when saving many articles in a file;
5585 always show all headers.
5586
55872006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
5588
5589 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
5590 marks.
5591
5592 * message.el (message-indent-citation): Add optional arguments to allow
5593 using it outside of message buffers.
5594
5595 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
5596 (gnus-article-treat-unfold-headers): Use it.
5597 (gnus-article-truncate-lines): New variable.
5598 (gnus-article-mode): Use it.
5599 (gnus-article-toggle-truncate-lines): New function.
5600
5601 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
5602 gnus-article-toggle-truncate-lines.
5603
5604 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
5605 coding system in XEmacs, use binary.
5606
56072006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
5608
5609 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
5610 after-load-alist.
5611
5612 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
5613 this function should save decoded articles.
5614 (gnus-summary-write-to-file): Use property to specify this function
5615 should save decoded articles and specify gnus-summary-save-in-file
5616 should be used to save articles other than the first one when saving
5617 many articles.
5618 (gnus-summary-save-body-in-file): Use property to specify this
5619 function should save decoded articles.
5620 (gnus-summary-write-body-to-file): Use property to specify this
5621 function should save decoded articles and specify
5622 gnus-summary-save-body-in-file should be used to save articles other
5623 than the first one when saving many articles.
5624
5625 * gnus-sum.el (gnus-summary-save-article): Simplify.
5626
56272006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
5628
5629 * gnus-art.el (gnus-default-article-saver): Add
5630 gnus-summary-write-body-to-file.
5631 (gnus-article-save-coding-system): Don't use coding system object
5632 in XEmacs.
26c9afc3
MB
5633 (gnus-read-save-file-name): Add optional `dir-var' argument which
5634 specifies directory in which files are saved; work even if optional
5635 `variable' argument is not specified.
01c52d31
MB
5636 (gnus-summary-write-to-file): Read file name.
5637 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
5638 (gnus-summary-write-body-to-file): New function.
26c9afc3
MB
5639
5640 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
5641 (gnus-summary-local-variables): Add it.
5642 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
01c52d31
MB
5643 (gnus-summary-save-article): Remove optional `decode' argument;
5644 determine whether to decode articles by the value of
5645 gnus-default-article-saver; when saving many files using
5646 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
5647 it first and use gnus-summary-save-in-file or
5648 gnus-summary-save-body-in-file thereafter unless
5649 gnus-prompt-before-saving is always; move point to article which
5650 will be saved.
5651 (gnus-summary-save-article-file): Revert.
5652 (gnus-summary-write-article-file): Revert.
5653 (gnus-summary-save-article-body-file): Revert.
26c9afc3
MB
5654 (gnus-summary-write-article-body-file): New function.
5655
56562006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
5657
01c52d31 5658 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
26c9afc3 5659
01c52d31 56602006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
26c9afc3 5661
01c52d31
MB
5662 * gnus-art.el (gnus-default-article-saver): Doc fix.
5663 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
5664 from gnus-summary-save-article-coding-system, and default to a
5665 certain coding system.
5666 (gnus-output-to-file): Add coding cookie and encode text according
5667 to gnus-article-save-coding-system; don't use mm-append-to-file.
26c9afc3 5668
01c52d31
MB
5669 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
5670 gnus-art.el and rename to gnus-article-save-coding-system.
5671 (gnus-summary-save-article): Require gnus-art; don't show all
5672 headers if it decodes articles; don't add coding cookie here;
5673 don't bind mm-text-coding-system-for-write.
5674 (gnus-summary-save-article-file): Save decoded articles.
5675 (gnus-summary-write-article-file): When saving many files, use
5676 gnus-summary-write-to-file first and gnus-summary-save-in-file
5677 thereafter unless gnus-prompt-before-saving is always.
5678 (gnus-summary-save-article-body-file): Save decoded articles.
26c9afc3 5679
01c52d31 56802006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
26c9afc3 5681
01c52d31 5682 * nnrss.el (nnrss-check-group): Bind hash-index.
26c9afc3 5683
880820fe 56842006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
01c52d31
MB
5685
5686 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
5687 its hash index. Store this hash in `nnrss-group-data'.
5688 (nnrss-read-group-data): Update accordingly.
5689
56902006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
5691
5692 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
5693 entry.
5694
5695 * gnus-sum.el (gnus-summary-make-menu-bar): Add
5696 gnus-article-browse-html-article.
5697
56982006-05-23 Hynek Schlawack <hynek@ularx.de>
5699
5700 * gnus-sum.el (gnus-summary-mime-map): Add
5701 gnus-article-browse-html-article.
57022006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
5703
5704 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
5705 suitable coding systems in customize.
5706
57072006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
5708
5709 * mail-source.el (mail-sources): Fix custom type.
26c9afc3 5710
d7ba2a01
RS
57112006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
5712
f18df03d
MB
5713 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
5714 (gnus-summary-expire-articles-now): Shorten prompt.
5715
d7ba2a01
RS
5716 * gmm-utils.el (wid-edit): Require.
5717 (defun-gmm): Renamed from `gmm-defun-compat'.
5718 (gmm-image-search-load-path): Use it.
5719 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
5720
01c52d31
MB
57212006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
5722
5723 * gnus-sum.el (gnus-summary-save-article-coding-system): New
5724 variable.
5725 (gnus-summary-save-article): Add optional `decode' argument. If
5726 it is set and gnus-summary-save-article-coding-system is non-nil,
5727 save decoded article.
5728 (gnus-summary-write-article-file): Save decoded article if
5729 gnus-summary-save-article-coding-system is non-nil.
5730
5731 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
5732 type.
5733
57342006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
5735
5736 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
5737
57382006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
5739
5740 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
5741 first to test gnus-single-article-buffer which may be buffer-local.
5742
5743 * gnus-sum.el (gnus-summary-setup-buffer): Make
5744 gnus-single-article-buffer buffer-local and nil in ephemeral
5745 group; make gnus-article-buffer, gnus-article-current, and
5746 gnus-original-article-buffer always buffer-local.
5747 (gnus-summary-exit): Kill article buffer belonging to ephemeral
5748 group.
5749 (gnus-handle-ephemeral-exit): Don't move to next summary line.
5750
57512006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
5752
5753 * nnml.el (nnml-request-compact-group): Compressed files might not
5754 have .gz extension.
5755
54e573e6
MB
57562006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5757
5758 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
5759 (mm-copy-to-buffer): Use with-current-buffer.
5760 (mm-display-part): Simplify.
5761 (mm-inlinable-p): Add optional arg `type'.
5762
01c52d31
MB
57632006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5764
49c7d1ac 5765 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
54e573e6
MB
5766 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
5767 Try harder to show the attachment internally or externally using
5768 gnus-mime-view-part-as-type.
5769
01c52d31 57702006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
54e573e6 5771
01c52d31
MB
5772 * message.el (message-from-style, message-signature-separator)
5773 (message-user-organization-file, message-send-mail-function)
5774 (message-citation-line-function, message-yank-prefix)
5775 (message-indent-citation-function, message-signature)
5776 (message-signature-file, message-signature-insert-empty-line):
5777 Remove autoloads.
5778
5779 * gnus-art.el (gnus-buttonized-mime-types): Remove
5780 "multipart/signed". Revert 2006-04-26 change.
5781
57822006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5783
5784 * gnus.el (gnus-version-number): Bump version.
5785
57862006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5787
5788 * gnus.el: No Gnus v0.5 is released.
5789
57902006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5791
5792 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
5793 fetching articles by message-id.
5794
57952006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5796
5797 * message.el (hashcash): Require hashcash as normal.
5798
5799 * ecomplete.el (ecomplete-highlight-match-line): Use
5800 point-at-eol.
5801 (ecomplete-highlight-match-line): Use `highlight', because that
5802 face exists in both Emacs and XEmacs.
5803
5804 * message.el (message-display-abbrev): Use point-at-bol.
5805
5806 * mail-source.el: Don't require timer/timer-funcs.
5807
5808 * gnus-async.el: Ditto.
5809
5810 * password.el: Ditto.
5811
5812 * mm-url.el: Ditto.
5813
5814 * mm-util.el: Require timer/timer-funcs.
5815
58162006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5817
5818 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
5819 Close.
54e573e6 5820
9606f1cb
MB
58212006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
5822
5823 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
5824 unibyte after clear-decrypt function runs.
5825
5826 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
5827 returns as a unibyte string.
5828
305452a5
MB
58292006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
5830
305452a5
MB
5831 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5832 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5833 (mml1991-pgg-encrypt): Ditto.
5834
0565caeb
MB
58352006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
5836
01c52d31
MB
5837 * message.el (message-user-organization-file): Check several
5838 locations of the organization file.
0565caeb 5839
01c52d31
MB
5840 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5841 Add gnus-article-view-part-as-type.
0565caeb 5842
01c52d31 5843 * gnus-art.el (gnus-article-view-part-as-type): New function.
0565caeb
MB
5844
5845 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5846 .mobi and .travel. Remove .nato, .bitnet and .uucp.
0565caeb 5847
01c52d31
MB
5848 * mml.el: Simplify autoload.
5849 (mml-mode): defvar dnd-protocol-alist instead of using
5850 symbol-value.
5851 (mml-default-directory): New variable.
5852 (mml-minibuffer-read-file): Use it.
5853 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5854
5855 * message.el (message-citation-line-format): New variable.
5856 (message-insert-formated-citation-line): New function.
5857 (message-citation-line-function): Add
5858 `message-insert-formated-citation-line' to custom type.
5859
5860 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5861 to doc string.
5862
5863 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5864 depending on mm-verify-option.
0565caeb 5865
305452a5
MB
58662006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
5867
5868 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5869 binding pgg-* variables; reimplement the section which prevents
5870 MIME header from being signed.
5871 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5872 pgg-text-mode; remove a blank line at the top of body.
5873
5874 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5875 lines at the top of body; use gnus-newsgroup-charset if there's no
5876 Charset header.
5877
0565caeb
MB
58782006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
5879
01c52d31
MB
5880 * message.el (message-self-insert-commands): Doc fix.
5881
0565caeb
MB
5882 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5883 (mm-uu-pgp-encrypted-test): Ditto.
5884 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5885 between header and body; return application/pgp-encrypted handle
5886 if decryption failed; decode decrypted body by charset.
5887
5888 * mm-decode.el (mm-automatic-display): Don't make application/pgp
5889 element match to application/pgp-*.
5890
01c52d31
MB
58912006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5892
5893 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5894 HTML.
5895
58962006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5897
5898 * mail-source.el (mail-source-call-script): Message the error
5899 string.
5900
59012006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5902
5903 * gnus-util.el (gnus-byte-compile): Use it.
5904
002876ab 59052006-04-22 xyblor <fake@invalid.email> (tiny change)
01c52d31
MB
5906
5907 * gnus-util.el (kill-empty-logs): New function.
5908
59092006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5910
5911 * message.el (message-mail-alias-type): Doc fix.
5912 (message-mail-alias-type-p): New function.
5913 (message-send): Use it.
5914 (message-mode): Ditto.
5915 (message-strip-forbidden-properties): Ditto.
5916
5917 * ecomplete.el (ecomplete-database-file-coding-system): New
5918 variable.
5919 (ecomplete-save): Use it.
5920 (ecomplete-setup): Use it.
5921
59222006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
5923
5924 * message.el (message-self-insert-commands): New variable.
5925 (message-strip-forbidden-properties): Use it.
5926
59272006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5928
5929 * message.el (message-put-addresses-in-ecomplete): Use a regexp
5930 that doesn't make XEmacs choke.
5931
f67d6742
MB
59322006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
5933
49c7d1ac
SM
5934 * gnus-util.el (gnus-replace-in-string):
5935 Prefer replace-regexp-in-string over of replace-in-string.
f67d6742
MB
5936
59372006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
5938
49c7d1ac
SM
5939 * gnus-util.el (gnus-select-frame-set-input-focus):
5940 Use select-frame-set-input-focus if it is available in XEmacs; use
f67d6742
MB
5941 definition defined in Emacs 22 for old Emacsen.
5942
01c52d31 59432006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18c06a99 5944
01c52d31 5945 * mm-view.el (mm-inline-text): Use equal instead of equalp.
bd29ba20 5946
01c52d31 59472006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bd29ba20 5948
01c52d31
MB
5949 * gnus-registry.el (gnus-registry-cache-save): Remove text
5950 properties when saving via the temp buffer.
bd29ba20 5951
01c52d31 59522006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18c06a99 5953
01c52d31 5954 * message.el (message-generate-hashcash): Honor custom type.
18c06a99 5955
01c52d31 59562006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18c06a99 5957
01c52d31
MB
5958 * message.el (message-generate-hashcash): Default to non-nil when
5959 hashcash is found.
18c06a99 5960
01c52d31
MB
5961 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5962 (gnus-refer-thread-limit): Increase default to 500.
e4a89ccf 5963
01c52d31 5964 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
e4a89ccf 5965
01c52d31 5966 * flow-fill.el (fill-flowed): Allow delete-space.
e4a89ccf 5967
01c52d31 59682006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
e4a89ccf 5969
01c52d31
MB
5970 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5971 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5972 Remove autoloads.
163cb72d 5973
01c52d31 59742006-04-18 Simon Josefsson <jas@extundo.com>
163cb72d 5975
01c52d31 5976 * message.el (message-generate-hashcash): Default to.
163cb72d 5977
01c52d31 59782006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
163cb72d 5979
01c52d31
MB
5980 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5981 concatenating segments rather than before concatenating them.
163cb72d 5982
01c52d31 59832006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 5984
01c52d31 5985 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14e6dc54 5986
01c52d31
MB
5987 * imap.el (imap-quote-specials): New function.
5988 (imap-login-auth): Quote specials.
14e6dc54 5989
01c52d31 59902006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 5991
01c52d31 5992 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14e6dc54 5993
01c52d31
MB
5994 * message.el (message-forward-make-body-plain): Allow
5995 message-forward-ignored-headers to be a list.
5996 (message-remove-ignored-headers): Factor out into function.
5997 (message-forward-make-body-mml): Use it.
5998 * rfc2231.el (rfc2231-parse-string): Remove dead code.
5999 (rfc2231-parse-string): Allow concatanation of parameters that
6000 aren't contiguous. The test case is
6001 (mail-header-parse-content-type "message/external-body;
6002 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6003 access-type=LOCAL-FILE;
6004 name*1*=plugh%2fhello-sailor%2fbing.pdf")
14e6dc54 6005
01c52d31 60062006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14e6dc54 6007
01c52d31
MB
6008 * nntp.el (nntp-accept-process-output): Return the value of
6009 `nnheader-accept-process-output'.
14e6dc54 6010
01c52d31 60112006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 6012
01c52d31
MB
6013 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6014 (gnus-button-alist): Recognize more diff formats.
6015 (gnus-button-patch): Strip directory.
14e6dc54 6016
01c52d31 60172006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 6018
01c52d31
MB
6019 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6020 Emacs 22 when setting focus.
1b155fbd 6021
01c52d31 60222006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1b155fbd 6023
01c52d31
MB
6024 * gnus-art.el (gnus-article-treat-types): Do treatment of
6025 text/x-verbatim parts.
6026 (gnus-button-patch): New command.
b6f2cf4b 6027
01c52d31
MB
6028 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
6029 addresses that contain invalid characters.
b6f2cf4b 6030
01c52d31 60312006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5af68e28 6032
01c52d31
MB
6033 * message.el (message-put-addresses-in-ecomplete): Use
6034 gnus-replace-in-string.
6035 (message-is-yours-p): Use the more correct
6036 mail-header-parse-address instead of
6037 mail-extract-address-components.
6038 (message-put-addresses-in-ecomplete): Fix typo.
5af68e28 6039
01c52d31
MB
6040 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
6041 keystroke.
77218834 6042
01c52d31
MB
6043 * gnus-art.el (gnus-treatment-function-alist): Change order of
6044 newsgroups/generic header folding to avoid double-folding.
77218834 6045
01c52d31 6046 * message.el (message-hidden-headers): Add X-Draft-From.
77218834 6047
01c52d31
MB
6048 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
6049 command.
6050 (gnus-summary-repeat-search-article-backward): New command.
d451514f 6051
01c52d31
MB
6052 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
6053 groups in the parent topic.
6054
880820fe 60552006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
01c52d31
MB
6056
6057 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
6058 (spam-extra-header-to-number): Return the CRM114 number as a
6059 number instead of a string.
6060
60612006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6062
6063 * gnus-art.el (gnus-face-properties-alist): Moved here from
6064 gnus-fun.
6065
6066 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
6067
60682006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6069
6070 * message.el (message-strip-forbidden-properties): Only display on
6071 self-insert-command.
6072
6073 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
6074 reindent.
6075 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
6076
60772006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
6078
6079 * smiley.el (smiley-style): Fix typo.
d451514f 6080
4f162824
KH
60812006-03-23 Kenichi Handa <handa@m17n.org>
6082
6083 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
6084 instead of set-buffer-multibyte.
6085
e9e33c19
KH
60862006-03-23 Kenichi Handa <handa@m17n.org>
6087
6088 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6089 buffer and then decode the buffer text if necessary.
6090 (rfc2231-encode-string): Be sure to work on multibyte buffer at
6091 first, and after mm-encode-body, change the buffer to unibyte.
4f162824 6092
01c52d31 60932006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 6094
01c52d31
MB
6095 * hashcash.el (hashcash-insert-payment-async-2): Use
6096 message-goto-eoh instead of doing it manually.
6097 (mail-add-payment): Use message-narrow-to-header instead of trying
6098 to do the same itself.
f5e92214 6099
01c52d31 6100 * message.el (message-hidden-headers): Add Face.
f5e92214 6101
01c52d31
MB
6102 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
6103 reparenting code.
6104 (gnus-summary-reparent-children): Refactored out code.
6105 (gnus-summary-thread-map): New keystroke.
6106 (gnus-summary-reparent-children): Make into command.
f5e92214 6107
01c52d31
MB
6108 * smiley.el (smiley-style): Default to `medium' if using a large
6109 font.
f5e92214 6110
01c52d31
MB
6111 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
6112 does it itself.
f5e92214 6113
01c52d31 6114 * message.el (message-point-in-header-p): Simplify definition.
f5e92214 6115
01c52d31 61162006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 6117
01c52d31
MB
6118 * nnagent.el (nnagent-request-set-mark): Silence log file
6119 writing.
6120 (nnagent-request-set-mark): Use write-region instead of
6121 append-to-file.
f5e92214 6122
01c52d31
MB
6123 * gnus-sum.el (gnus-read-header): Fudge article number if using a
6124 strange select method.
f5e92214 6125
01c52d31
MB
6126 * ecomplete.el (ecomplete-display-matches): Get highlightling
6127 right.
6128 (ecomplete-display-matches): Use literals.
6129 (ecomplete-display-matches): Disable message logging.
f5e92214 6130
01c52d31 6131 * message.el (message-display-abbrev): Small optimization.
531bedc3 6132
01c52d31
MB
6133 * ecomplete.el (ecomplete-display-matches): Allow automatic
6134 display.
531bedc3 6135
01c52d31
MB
6136 * message.el (message-strip-forbidden-properties): Display
6137 abbrevs.
6138 (message-display-abbrev): Get automatic display right.
531bedc3 6139
01c52d31
MB
6140 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
6141 keystrokes.
531bedc3 6142
01c52d31 61432006-04-13 Romain Francoise <romain@orebokech.com>
531bedc3 6144
01c52d31 6145 TODO: Backport to v5-10!
531bedc3 6146
01c52d31
MB
6147 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
6148 Moved here (and renamed) from gnus-registry.el.
531bedc3 6149
01c52d31
MB
6150 * gnus-registry.el: Require gnus-util.
6151 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
531bedc3 6152
01c52d31 61532006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 6154
01c52d31
MB
6155 * gnus-group.el (gnus-group-catchup-current): Change
6156 if-then-else-if-then-else into cond.
6157 (gnus-group-catchup): Indent.
6158 (group-name-at-point): New function.
6159 (gnus-fetch-group): Provide default from thing at point.
531bedc3 6160
01c52d31 61612006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 6162
01c52d31 6163 * message.el (message-display-abbrev): Fix regexp.
531bedc3 6164
01c52d31
MB
6165 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
6166 choosing.
6167 (ecomplete-highlight-match-line): Fix up code rewrite, remove
6168 dead variables.
ea8ae765 6169
01c52d31
MB
6170 * message.el (message-newline-and-indent): Remove debugging.
6171 (message-display-abbrev): Use new implementation.
ea8ae765 6172
01c52d31 61732006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
ea8ae765 6174
01c52d31
MB
6175 * gnus-art.el (gnus-article-mode): Set
6176 cursor-in-non-selected-windows to nil.
ea8ae765 6177
01c52d31
MB
6178 * smiley.el: Revert previous change.
6179 (smiley-data-directory): defvar it before using it in the
6180 defcustom of `smiley-style'.
ea8ae765 6181
01c52d31 61822006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
ea8ae765 6183
01c52d31 6184 * message.el (message-newline-and-indent): New function.
ea8ae765 6185
01c52d31 6186 * ecomplete.el: Implement more bits.
85fd8002 6187
01c52d31
MB
6188 * message.el (message-put-addresses-in-ecomplete): Clean up the
6189 string.
85fd8002 6190
01c52d31 6191 * ecomplete.el (ecomplete-add-item): Chop off decimals.
85fd8002 6192
01c52d31
MB
6193 * gnus-sum.el (gnus-summary-save-parts): Bind
6194 gnus-summary-save-parts-counter and use it to make unique file
6195 names.
85fd8002 6196
01c52d31 6197 * gnus-art.el (gnus-ignored-headers): Add some more headers.
61e66a15 6198
01c52d31
MB
6199 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
6200 parameter to say whether to actually parse the individual
6201 addresses.
61e66a15 6202
01c52d31
MB
6203 * message.el (message-put-addresses-in-ecomplete): New function.
6204 (ecomplete): Require.
6205 (message-mail-alias-type): Add ecomplete as an option.
fe62aacc 6206
01c52d31 62072006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
fe62aacc 6208
01c52d31
MB
6209 * flow-fill.el (fill-flowed): Remove trailing space from blank
6210 quoted lines.
fe62aacc 6211
01c52d31 62122006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
fe62aacc 6213
01c52d31
MB
6214 * smiley.el (smiley-style): Move definition later to avoid a
6215 compilation warning.
fe62aacc 6216
01c52d31 62172006-04-12 Kenichi Handa <handa@m17n.org>
719120ef 6218
01c52d31
MB
6219 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6220 buffer and then decode the buffer text if necessary.
6221 (rfc2231-encode-string): Be sure to work on multibyte buffer at
6222 first, and after mm-encode-body, change the buffer to unibyte.
6223 Use mm-disable-multibyte instead of set-buffer-multibyte.
719120ef 6224
01c52d31 62252006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
719120ef 6226
01c52d31
MB
6227 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
6228 Content-Type header instead of Content-Disposition header.
6229 (gnus-mime-inline-part): Ditto.
6230 (gnus-mime-view-part-as-charset): Ignore charset that the part
6231 specifies.
719120ef 6232
01c52d31
MB
6233 * mm-decode.el (mm-display-part): Work with external parts and
6234 usual parts similarly.
719120ef 6235
01c52d31
MB
6236 * mm-extern.el (mm-inline-external-body): Use mm-display-part
6237 instead of gnus-display-mime.
719120ef 6238
01c52d31
MB
6239 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
6240 instead of with-temp-buffer.
719120ef 6241
01c52d31
MB
6242 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
6243 tag to summarized topics part in order to encode non-ASCII text.
719120ef 6244
01c52d31 62452006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 6246
01c52d31
MB
6247 * smiley.el (smiley-style): New variable.
6248 (smiley-directory): New function.
6249 (smiley-data-directory): Derive from `smiley-style' using
6250 `smiley-directory'.
6251 (smiley-regexp-alist): Add new entries.
719120ef 6252
01c52d31
MB
6253 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
6254 (gnus-article-browse-delete-temp): Add :version.
719120ef 6255
880820fe 62562006-04-11 Arne Jørgensen <arne@arnested.dk>
719120ef 6257
01c52d31
MB
6258 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
6259 the sieve region.
719120ef 6260
01c52d31 62612006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 6262
01c52d31 6263 * gnus.el (gnus-version-number): Bump version.
719120ef 6264
01c52d31 62652006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 6266
01c52d31 6267 * gnus.el: No Gnus v0.4 is released.
719120ef 6268
01c52d31 62692006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 6270
01c52d31
MB
6271 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
6272 layout.
719120ef 6273
01c52d31
MB
6274 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
6275 unknown charset.
719120ef 6276
01c52d31
MB
6277 * message.el (message-header-synonyms): Add Original-To to the
6278 default.
ba0226dd 6279
01c52d31
MB
6280 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
6281 optional parameter.
ba0226dd 6282
01c52d31 62832006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
ba0226dd 6284
01c52d31 6285 * gnus-fun.el (gnus): Require it for gnus-directory.
ba0226dd 6286
01c52d31 62872006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5f4264e5 6288
01c52d31 6289 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5f4264e5 6290
01c52d31 62912006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 6292
01c52d31 6293 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5f4264e5 6294
01c52d31 62952006-04-05 Simon Josefsson <jas@extundo.com>
5f4264e5 6296
01c52d31 6297 * password.el (password-reset): New function.
5f4264e5 6298
01c52d31 62992006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 6300
01c52d31
MB
6301 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
6302 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5f4264e5 6303
01c52d31 63042006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5f4264e5 6305
01c52d31
MB
6306 * nnweb.el (nnweb-google-create-mapping): Update regexp.
6307 Some whitespace was matched into the url, which broke browsing hits
6308 > 100 when mm-url-use-external was nil.
5f4264e5 6309
01c52d31 63102006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5f4264e5 6311
01c52d31
MB
6312 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
6313 gnus-extra-headers for 'Newsgroups.
5f4264e5 6314
01c52d31
MB
6315 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
6316 bound.
e13be7a2 6317
01c52d31 63182006-04-04 Daiki Ueno <ueno@unixuser.org>
e13be7a2 6319
01c52d31
MB
6320 * pgg-gpg.el: Clean up process buffers every time gpg processes
6321 complete.
b5189759 6322
01c52d31 63232006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
b5189759 6324
01c52d31
MB
6325 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6326 doc string.
16f18d05 6327
01c52d31 63282006-04-03 Daiki Ueno <ueno@unixuser.org>
16f18d05 6329
01c52d31
MB
6330 * pgg-gpg.el (pgg-gpg-process-filter)
6331 (pgg-gpg-wait-for-completion): Check if buffer is alive.
d71c0855 6332
01c52d31
MB
6333 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6334 lines, temporary fix.
d71c0855 6335
01c52d31 63362006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 6337
01c52d31 6338 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
cf5a5c38 6339
01c52d31 63402006-03-29 Daiki Ueno <ueno@unixuser.org>
cf5a5c38 6341
01c52d31
MB
6342 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6343 default-enable-multibyte-characters. This reverts the change from
6344 revision 6.17 which is no longer necessary because the passphrase
6345 is sent separately now. GnuPG messages are unreadable under
6346 multibyte locales with default-enable-multibyte-characters set to
6347 nil.
cf5a5c38 6348
01c52d31 63492006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 6350
01c52d31 6351 * message.el (message-tool-bar-gnome): Move "spell".
cf5a5c38 6352
01c52d31 63532006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 6354
01c52d31
MB
6355 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
6356 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
6357 instead.
cf5a5c38 6358
01c52d31 63592006-03-27 Karl Kleinpaste <karl@charcoal.com>
cf5a5c38 6360
01c52d31
MB
6361 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
6362 newsgroups handling for NNTP overviews which don't include
6363 Newsgroups.
cf5a5c38 6364
01c52d31 63652006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9d64cd13 6366
01c52d31 6367 * message.el (message-resend): Bind message-generate-hashcash to nil.
9d64cd13 6368
01c52d31 63692006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
34128042 6370
01c52d31
MB
6371 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
6372 when searching for already-paid recipients.
34128042 6373
01c52d31 63742006-03-27 Daiki Ueno <ueno@unixuser.org>
34128042 6375
01c52d31
MB
6376 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6377 passphrases when it is not needed.
6378 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6379 passphrase stuff from gpg, should only be necessary when you use
6380 gpg with a smartcard.
34128042 6381
01c52d31 63822006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
34128042 6383
01c52d31
MB
6384 * mml.el (mml-insert-mime): Ignore cached contents of
6385 message/external-body part.
34128042 6386
01c52d31
MB
6387 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
6388 (mm-insert-part): Ditto.
34128042 6389
01c52d31 63902006-03-23 Simon Josefsson <jas@extundo.com>
34128042 6391
01c52d31
MB
6392 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
6393 Reiner.
6394 (pgg-gpg-use-agent-p): Use it again.
c96ec15a 6395
01c52d31 63962006-03-23 Simon Josefsson <jas@extundo.com>
c96ec15a 6397
01c52d31
MB
6398 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
6399 older emacsen.
6400 (pgg-gpg-use-agent-p): Don't use it.
c96ec15a 6401
01c52d31 64022006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
c96ec15a 6403
01c52d31
MB
6404 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
6405 if we can.
c96ec15a 6406
01c52d31 64072006-03-22 Sascha Wilde <wilde@sha-bang.de>
c96ec15a 6408
01c52d31
MB
6409 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6410 (pgg-gpg-update-agent): New function.
6411 (pgg-gpg-use-agent-p): New function.
6412 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6413 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6414 (pgg-gpg-sign-region): Use it.
c96ec15a 6415
01c52d31 64162006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
c96ec15a 6417
01c52d31
MB
6418 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
6419 Reported by Ralf Wachinger <rwachinger@gmx.de>.
c96ec15a 6420
01c52d31 64212006-03-21 Simon Josefsson <jas@extundo.com>
c96ec15a 6422
01c52d31
MB
6423 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6424 <wilde@sha-bang.de>.
6425 (pgg-gpg-use-agent): New variable.
6426 (pgg-gpg-process-region): Use it.
6427 (pgg-gpg-encrypt-region): Likewise.
6428 (pgg-gpg-encrypt-symmetric-region): Likewise.
6429 (pgg-gpg-decrypt-region): Likewise.
6430 (pgg-gpg-sign-region): Likewise.
6431 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
c96ec15a 6432
01c52d31 64332006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
88e6695f 6434
01c52d31 6435 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
88e6695f 6436
01c52d31
MB
6437 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
6438 Add comment on version.
6203370b 6439
01c52d31 64402006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6203370b 6441
01c52d31 6442 * smiley.el: Add missing test smiley.
6203370b 6443
01c52d31 64442006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6203370b 6445
01c52d31
MB
6446 * mm-decode.el (mm-with-part): New macro.
6447 (mm-get-part): Use it; work with message/external-body as well.
6448 (mm-save-part): Treat name and filename equally.
6203370b 6449
01c52d31
MB
6450 * mm-extern.el (mm-extern-cache-contents): New function.
6451 (mm-inline-external-body): Use it; force the part to be displayed;
6452 move undisplayer added to the cached handle to the parent.
6203370b 6453
01c52d31
MB
6454 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
6455 (gnus-mime-view-part-as-type): Work with message/external-body.
6203370b 6456
01c52d31 6457 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6203370b 6458
01c52d31 64592006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 6460
01c52d31
MB
6461 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
6462 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
6463 Emacs.]
46e8fe3d 6464
01c52d31 64652006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 6466
01c52d31
MB
6467 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
6468 path rather than symbol. Always return list of directories.
6469 Guarantee that image directory comes first. [Sync with image.el,
6470 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
46e8fe3d 6471
01c52d31
MB
6472 * message.el (message-make-tool-bar): Adjust to new API of
6473 `gmm-image-load-path-for-library'.
46e8fe3d 6474
01c52d31 6475 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
46e8fe3d 6476
01c52d31 6477 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
46e8fe3d 6478
01c52d31 64792006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
46e8fe3d 6480
01c52d31
MB
6481 * gnus-art.el (gnus-article-only-boring-p):
6482 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
6483 intangible text.
6484 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
46e8fe3d 6485
01c52d31 64862006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 6487
01c52d31
MB
6488 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
6489 `defun' instead of `gmm-defun-compat'.
46e8fe3d 6490
01c52d31 64912006-03-14 Simon Josefsson <jas@extundo.com>
46e8fe3d 6492
01c52d31
MB
6493 * message.el (message-unique-id): Don't use message-number-base36
6494 if (user-uid) is a float.
6495 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
46e8fe3d 6496
01c52d31 64972006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
46e8fe3d 6498
01c52d31 6499 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7347faa8 6500
01c52d31
MB
6501 * gnus-art.el (gnus-mime-display-single): Make sure there is an
6502 empty line between a part and a message part.
7347faa8 6503
01c52d31 65042006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 6505
01c52d31
MB
6506 * smiley.el: Add more test smileys.
6507 (smiley-data-directory, smiley-regexp-alist)
6508 (gnus-smiley-file-types): Fix doc strings.
6509 (smiley-update-cache): Clear smiley-cached-regexp-alist before
6510 adding new elements.
6511 (smiley-mouse-map): Unused code. Make it a comment.
7347faa8 6512
01c52d31 65132006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7347faa8 6514
01c52d31
MB
6515 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
6516 scan latest NoCeM messages instead of old ones.
6517 (gnus-nocem-check-article): Fix regexps so as to match to PGP
6518 delimiters that are recently used.
6519 (gnus-nocem-load-cache): Add autoload cookie.
7347faa8 6520
01c52d31 6521 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7347faa8 6522
01c52d31
MB
6523 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
6524 level which is larger than gnus-use-nocem is specified.
7347faa8 6525
01c52d31 6526 * gnus-group.el (gnus-group-get-new-news): Ditto.
7347faa8 6527
01c52d31 65282006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 6529
01c52d31 6530 * gnus-util.el (gnus-tool-bar-update): New function.
7347faa8 6531
01c52d31
MB
6532 * gnus-group.el (gnus-group-update-tool-bar): New variable.
6533 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7347faa8 6534
01c52d31 6535 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7347faa8 6536
01c52d31
MB
6537 * gnus-group.el (gnus-group-redraw-when-idle)
6538 (gnus-group-redraw-check): Remove.
6539 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
30c7240d 6540
01c52d31 65412006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
30c7240d 6542
01c52d31
MB
6543 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
6544 if optional last element is specified in splits (FIELD VALUE...).
e499bc94 6545
01c52d31 65462006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
e499bc94 6547
01c52d31
MB
6548 * message.el (message-make-tool-bar): Rename gmm-image-load-path
6549 to gmm-image-load-path-for-library. Call with no-error argument.
6550 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
e499bc94 6551
01c52d31 6552 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
e499bc94 6553
01c52d31 6554 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
e499bc94 6555
01c52d31 6556 * gmm-utils.el (gmm-image-load-path): Remove alias.
e499bc94 6557
01c52d31 65582006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
c4288669 6559
01c52d31 6560 * gmm-utils.el (gmm-image-load-path): Add alias.
c4288669 6561
01c52d31
MB
6562 * nnml.el (nnml-generate-nov-databases-directory): Rename from
6563 nnml-generate-nov-databases-1.
6564 (nnml-generate-nov-databases): Use it.
6565 (nnml-generate-nov-databases-directory): Document no-active
6566 argument.
c4288669 6567
01c52d31
MB
6568 * gmm-utils.el (gmm-image-load-path-for-library): Return single
6569 directory if path is t. Add no-error.
c4288669 6570
01c52d31
MB
6571 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
6572 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
c4288669 6573
01c52d31
MB
6574 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
6575 resetting gnus-article-browse-html-temp-list.
c4288669 6576
01c52d31
MB
6577 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
6578 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
6579 Add example to docstring. Rename local variables. Move error
6580 checks to default case in cond and simplify.
73043f7d 6581
01c52d31 65822006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 6583
01c52d31
MB
6584 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
6585 handle is multipart when calling it recursively.
6586 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
73043f7d 6587
01c52d31 65882006-03-03 Daniel Pittman <daniel@rimspace.net>
73043f7d 6589
01c52d31
MB
6590 * nnimap.el (nnimap-request-update-info-internal): Optimize.
6591 Don't `gnus-uncompress-range' to avoid excessive memory usage.
73043f7d 6592
01c52d31 65932006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 6594
01c52d31
MB
6595 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
6596 is loaded.
7dafe00b 6597
01c52d31
MB
6598 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
6599 loaded.
7dafe00b 6600
01c52d31 66012006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 6602
01c52d31
MB
6603 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
6604 to "Emacs 23 (unicode)" in doc string.
7dafe00b 6605
01c52d31
MB
6606 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
6607 "Emacs 23 (unicode)" in comment.
7dafe00b 6608
01c52d31 66092006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 6610
01c52d31 6611 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7dafe00b 6612
01c52d31
MB
6613 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
6614 characters 160 through 255 in Emacs 23.
7dafe00b 6615
01c52d31 66162006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 6617
01c52d31
MB
6618 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
6619 gnus-article-browse-html-temp.
6620 (gnus-article-browse-delete-temp): Make it customizable. Add
6621 `file'. Adjust doc string.
6622 (gnus-article-browse-delete-temp-files): Add argument. Allow
6623 query for each file. Adjust doc string.
6624 (gnus-article-browse-html-parts): Add
6625 `gnus-article-browse-delete-temp-files' to
6626 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7dafe00b 6627
01c52d31 66282006-03-02 Hynek Schlawack <hynek@ularx.de>
7dafe00b 6629
01c52d31
MB
6630 * gnus-art.el (gnus-article-browse-html-temp)
6631 (gnus-article-browse-delete-temp): New variables.
6632 (gnus-article-browse-delete-temp-files): New function.
6633 (gnus-article-browse-html-parts): Use it.
7dafe00b 6634
01c52d31 66352006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 6636
01c52d31 6637 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7dafe00b 6638
01c52d31
MB
6639 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
6640 string.
7dafe00b 6641
01c52d31
MB
6642 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
6643 gnus-summary-insert-new-articles when unplugged. Remove
6644 gnus-summary-search-article-forward.
7dafe00b 6645
01c52d31
MB
6646 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
6647 display-visual-class instead of display-color-cells.
7dafe00b 6648
01c52d31 66492006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 6650
01c52d31
MB
6651 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
6652 message/* containing non-ASCII text properly.
7dafe00b 6653
01c52d31 66542006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 6655
01c52d31
MB
6656 * message.el: Require gmm-utils, remove autoloads.
6657 (message-tool-bar): Set default based on
6658 gmm-tool-bar-style.
6659 (message-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 6660
01c52d31
MB
6661 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
6662 gmm-tool-bar-style.
6663 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 6664
01c52d31
MB
6665 * gnus-group.el (gnus-group-tool-bar): Set default based on
6666 gmm-tool-bar-style.
6667 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 6668
01c52d31
MB
6669 * gmm-utils.el (gmm-image-directory): Rename variable from
6670 gmm-image-load-path.
6671 (gmm-image-load-path): Use gmm-image-directory.
6672 (gmm-customize-mode): New function.
6673 (gmm-tool-bar-style): New variable.
7dafe00b 6674
01c52d31
MB
6675 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
6676 gnus-group-redraw-line-number.
6677 (gnus-group-redraw-check): Simplify.
6678 (gnus-group-tool-bar-update): Remove redraw check.
6679 (gnus-group-make-tool-bar): Add redraw check.
447505b5 6680
01c52d31 66812006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
447505b5 6682
01c52d31 6683 * gnus-art.el (gnus-button): Add missing parentheses.
3031d8b0 6684
01c52d31 66852006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3031d8b0 6686
01c52d31 6687 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3031d8b0 6688
01c52d31 66892006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 6690
01c52d31
MB
6691 * gnus-art.el (gnus-button): New face.
6692 (gnus-article-button-face): Use it.
3031d8b0 6693
01c52d31
MB
6694 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
6695 gnus-summary-next-page. Re-order.
3031d8b0 6696
01c52d31
MB
6697 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
6698 next-node are now included.
6699 (gnus-group-redraw-line-number): New internal variable.
6700 (gnus-group-redraw-check): Helper function for updating the tool
6701 bar.
6702 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3031d8b0 6703
01c52d31 6704 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3031d8b0 6705
01c52d31
MB
6706 * spam.el (spam-spamassassin-score-regexp): New internal variable.
6707 (spam-extra-header-to-number, spam-check-spamassassin-headers):
6708 Use it to match format of Spamassassin 3.0 and later. Reported by
6709 IRIE Tetsuya <irie@t.email.ne.jp>.
6710 (spam-check-bogofilter)
6711 (spam-bogofilter-register-with-bogofilter): Fix args of
6712 `gnus-error' calls.
3031d8b0 6713
01c52d31 67142006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 6715
01c52d31
MB
6716 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
6717 unnecessary interaction when sending queued mails. Reported by
6718 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3031d8b0 6719
01c52d31 67202006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 6721
01c52d31
MB
6722 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
6723 first or last are nil.
3031d8b0 6724
01c52d31 67252006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3031d8b0 6726
01c52d31 6727 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3031d8b0 6728
01c52d31 67292006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3031d8b0 6730
01c52d31 6731 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3031d8b0 6732
01c52d31 67332006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
eab52f48 6734
01c52d31 6735 * dns.el (query-dns): Protect more against buggy tcp output.
eab52f48 6736
01c52d31 67372006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 6738
01c52d31
MB
6739 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
6740 nov.php.
58090a8d 6741
01c52d31 67422006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
58090a8d 6743
01c52d31
MB
6744 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
6745 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
6746 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
6747 output on the server side.
6748 (nnweb-google-create-mapping): Update regexps and add some
6749 progress indication.
58090a8d 6750
01c52d31 67512006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 6752
01c52d31
MB
6753 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
6754 gnus-agent-toggle-plugged. Re-order icons.
6755 (gnus-group-tool-bar-gnome): Add
6756 gnus-group-{prev,next}-unread-group.
6757 (gnus-group-tool-bar-gnome): Re-order icons.
58090a8d 6758
01c52d31
MB
6759 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
6760 gnus-summary-insert-new-articles.
58090a8d 6761
01c52d31
MB
6762 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
6763 comments.
58090a8d 6764
01c52d31
MB
6765 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
6766 also available in Emacs 21.3.
58090a8d 6767
01c52d31
MB
6768 * message.el (message-fix-before-sending): Change "Emacs 22" to
6769 "Emacs 23 (unicode)" in comment.
58090a8d 6770
01c52d31
MB
6771 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
6772 "Emacs 23 (unicode)" in comment.
58090a8d 6773
01c52d31
MB
6774 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
6775 comment.
6776 (mm-coding-system-p): Add comment about no-MULE XEmacs.
58090a8d 6777
01c52d31 6778 * mm-view.el (mm-fill-flowed): Add :version.
58090a8d 6779
01c52d31 67802006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 6781
01c52d31
MB
6782 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
6783 and load-path.
58090a8d 6784
01c52d31 67852006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 6786
01c52d31
MB
6787 * message.el: Autoload gmm-image-load-path.
6788 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
6789 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
6790 consitency.
58090a8d 6791
01c52d31
MB
6792 * gmm-utils.el (gmm-image-load-path): Also search in
6793 "../etc/images". Don't set gmm-image-load-path if we don't find
6794 the image.
58090a8d 6795
01c52d31 67962006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 6797
01c52d31
MB
6798 * gmm-utils.el (gmm-image-load-path): Don't make
6799 `gmm-image-load-path' include subdirectories which the second arg
6800 `image' might specify.
58090a8d 6801
01c52d31
MB
6802 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
6803 subdirectory to icon file names.
58090a8d 6804
01c52d31 6805 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9872af18 6806
01c52d31 68072006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 6808
01c52d31
MB
6809 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
6810 gmm-image-load-path calls.
58090a8d 6811
01c52d31 6812 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
58090a8d 6813
01c52d31 6814 * message.el (message-make-tool-bar): Ditto.
58090a8d 6815
01c52d31 6816 * mml.el (mml-preview): Added comment concerning tool bar icons.
58090a8d 6817
01c52d31
MB
6818 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
6819 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
58090a8d 6820
01c52d31
MB
6821 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
6822 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 6823
01c52d31
MB
6824 * message.el (message-tool-bar-gnome): Use new icon names.
6825 (message-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 6826
01c52d31
MB
6827 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
6828 functions from MH-E.
6829 (gmm-image-load-path): New variable from MH-E.
6830 (gmm-image-load-path): New function from MH-E. Added arguments
6831 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
6832 *-image-load-path-called-flag.
4c2ad11d 6833
01c52d31 68342006-02-21 Milan Zamazal <pdm@brailcom.org>
4c2ad11d 6835
01c52d31 6836 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
f129a4df 6837
01c52d31 68382006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
f129a4df 6839
01c52d31
MB
6840 * nnimap.el (nnimap-request-move-article): Change folder back to
6841 source group before deleting.
6586e9c9 6842
01c52d31 68432006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
6586e9c9 6844
01c52d31 6845 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
e8beac8a 6846
01c52d31
MB
6847 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
6848 mm-url.
e8beac8a 6849
01c52d31 6850 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
e8beac8a 6851
01c52d31 68522006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
e8beac8a 6853
01c52d31
MB
6854 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6855 coding system which mm-charset-to-coding-system returns for a
6856 given charset is valid.
e8beac8a 6857
01c52d31 68582006-02-16 Juanma Barranquero <lekktu@gmail.com>
e8beac8a 6859
01c52d31
MB
6860 * html2text.el (html2text-remove-tag-list):
6861 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
e8beac8a 6862
01c52d31 68632006-02-14 Chong Yidong <cyd@stupidchicken.com>
e8beac8a 6864
01c52d31 6865 * gnus-cus.el: Revert 2005-10-17 change.
e8beac8a 6866
01c52d31 68672006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 6868
01c52d31
MB
6869 * gnus-art.el (article-strip-banner): Call
6870 article-really-strip-banner only when the regexp match is made.
3b059693 6871
01c52d31 68722006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 6873
01c52d31
MB
6874 * gnus-art.el (article-strip-banner): Use
6875 gnus-extract-address-components instead of
6876 mail-header-parse-addresses to make it work with non-ASCII text;
6877 remove mail-encode-encoded-word-string.
3b059693 6878
01c52d31
MB
6879 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6880 values which are surrounded with \"...\"; make it never cause a
6881 Lisp error; give up parsing of parameters if it failed in
6882 extracting type.
3b059693 6883
880820fe 68842006-02-14 Arne Jørgensen <arne@arnested.dk>
3b059693 6885
01c52d31
MB
6886 * smime.el (smime-cert-by-ldap-1): Fix bug where
6887 `smime-ldap-search' returns results without userCertificates.
ab513ed4 6888
01c52d31 68892006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
ab513ed4 6890
01c52d31 6891 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
28e48287 6892
01c52d31 68932006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
28e48287 6894
01c52d31
MB
6895 * spam.el (spam-check-spamassassin-headers): Adapt format for
6896 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
6897 <ari@mbf.ocn.ne.jp>.
6898 (spam-list-of-processors): Add spam-use-gmane.
2a0d53ac 6899
01c52d31 69002006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2a0d53ac 6901
01c52d31
MB
6902 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6903 make-temp-file; make it work with XEmacs as well.
9516b9f4 6904
01c52d31
MB
6905 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6906 mm-make-temp-file.
9516b9f4 6907
01c52d31
MB
6908 * mm-decode.el (mm-display-external): Use the 3rd arg of
6909 mm-make-temp-file.
6910 (mm-create-image-xemacs): Ditto.
9516b9f4 6911
01c52d31 69122006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9516b9f4 6913
01c52d31
MB
6914 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6915 with message-narrow-to-headers.
6916 (gnus-draft-setup): Narrow to header to run message-fetch-field.
6917 (gnus-draft-check-draft-articles): New function.
6918 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9516b9f4 6919
01c52d31 69202006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9516b9f4 6921
01c52d31
MB
6922 * gnus-art.el (gnus-article-browse-html-parts):
6923 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6924 Don't use suffix argument for mm-make-temp-file for Emacs 21
6925 compatibility. Remove useless `format'.
292f71fe 6926
01c52d31 69272006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
292f71fe 6928
01c52d31
MB
6929 * nnweb.el (nnweb-google-wash-article): Update regexps.
6930 (nnweb-group-alist): Use defvoo instead of defvar.
292f71fe 6931
01c52d31 69322006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
292f71fe 6933
01c52d31
MB
6934 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6935 re-loading nn* modules.
292f71fe 6936
01c52d31 69372006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
292f71fe 6938
01c52d31
MB
6939 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6940 for `tool-bar-mode' and don't check it's default-value.
292f71fe 6941
01c52d31 6942 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
292f71fe 6943
01c52d31 6944 * message.el (message-make-tool-bar): Ditto.
292f71fe 6945
01c52d31
MB
6946 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6947 `substring'. Shorten tmp-file name.
292f71fe 6948
01c52d31 6949 * gnus.el: Remove bogus comment.
292f71fe 6950
01c52d31 69512006-02-10 Hynek Schlawack <hynek@ularx.de>
bd2cef66 6952
01c52d31
MB
6953 * gnus-art.el (gnus-article-browse-html-parts): New function.
6954 (gnus-article-browse-html-article): New function for viewing html
6955 articles with a browser.
bd2cef66 6956
01c52d31 69572006-02-09 Daiki Ueno <ueno@unixuser.org>
ffda926c 6958
01c52d31
MB
6959 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6960 (mml2015-pgg-encrypt): Ditto.
ffda926c 6961
01c52d31
MB
6962 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6963 (mml1991-pgg-encrypt): Ditto.
f5fab556 6964
01c52d31 69652006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
f5fab556 6966
01c52d31
MB
6967 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6968 message-make-date instead of current-time-string.
4b9f0de2 6969
01c52d31
MB
6970 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6971 to gnus-decoded which mm-uu might set.
4b9f0de2 6972
01c52d31 69732006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
710f2e1b 6974
01c52d31
MB
6975 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6976 don't decode quoted parameters; remove misimported Emacs code.
6977 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6978 (rfc2231-decode-encoded-string): Don't use split-string which
6979 behaves differently according to Emacs version; use
6980 mm-decode-coding-region to convert charset to coding-system.
6981 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6982 (rfc2231-encode-string): Remove misimported Emacs code.
710f2e1b 6983
01c52d31 69842006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20051b27 6985
01c52d31
MB
6986 * gnus-art.el (article-decode-charset): Don't use ignore-errors
6987 when calling mail-header-parse-content-type.
6988 (article-de-quoted-unreadable): Ditto.
6989 (article-de-base64-unreadable): Ditto.
6990 (article-wash-html): Ditto.
20051b27 6991
01c52d31
MB
6992 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6993 calling mail-header-parse-content-type and
6994 mail-header-parse-content-disposition.
6995 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6996 mail-header-parse-content-type.
82259e50 6997
01c52d31
MB
6998 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6999 insert charset and format parameters; encode description after
7000 inserting it to buffer.
7001 (mml-insert-parameter): Fold lines properly even if a parameter is
7002 segmented into two or more lines; change the max column to 76.
82259e50 7003
01c52d31
MB
7004 * rfc1843.el (rfc1843-decode-article-body): Don't use
7005 ignore-errors when calling mail-header-parse-content-type.
46f93472 7006
01c52d31
MB
7007 * rfc2231.el (rfc2231-parse-string): Return at least type if
7008 possible; don't cause an error even if it fails in parsing of
7009 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7010 (rfc2231-encode-string): Don't break lines at the beginning, leave
7011 it to mml-insert-parameter.
46f93472 7012
01c52d31
MB
7013 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7014 calling mail-header-parse-content-type.
d3a597b7 7015
01c52d31 70162006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
d3a597b7 7017
01c52d31
MB
7018 * spam-report.el (spam-report-gmane-use-article-number):
7019 Improve doc string.
7020 (spam-report-gmane-internal): Check if a suitable header was found
7021 in the article.
8753ddee 7022
01c52d31 70232006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
8753ddee 7024
01c52d31
MB
7025 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
7026 (rfc2231-encode-string): Make param*=value always begin with LWSP.
8753ddee 7027
01c52d31 70282006-02-05 Romain Francoise <romain@orebokech.com>
8753ddee 7029
01c52d31 7030 Update copyright notices of all files in the gnus directory.
8753ddee 7031
01c52d31 70322006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8753ddee 7033
01c52d31 7034 * nnweb.el (nnweb-request-group): Avoid growing overview files.
bbcb5072 7035
01c52d31 70362006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
bbcb5072 7037
01c52d31
MB
7038 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
7039 segmented lines of parameter value to cope with Thunderbird 1.5
7040 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
7041 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7042 (rfc2231-encode-string): Don't make lines exceeding 76 column.
c615a00c 7043
01c52d31 70442006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
c615a00c 7045
01c52d31
MB
7046 * mml.el (mml-generate-mime-1): Correct the order of inline signed
7047 parts.
a33704bb 7048
01c52d31 70492006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
a33704bb 7050
01c52d31
MB
7051 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
7052 there's only one active file for all servers.
7053 (nnweb-request-scan): Make sure nnweb-articles is initialized on
7054 solid groups. Gnus might have used a FAST request to select the group.
7055 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
7056 and nnweb-search redundantly in the active file.
7057 (nnweb-request-list): Don't list bogus groups. There can only be one.
7058 (nnweb-request-create-group): Don't use ARGS.
7059 (nnweb-possibly-change-server, nnweb-request-group): Remove some
7060 initialisations. Let nnoo do the work.
a33704bb 7061
01c52d31 70622006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
a33704bb 7063
01c52d31
MB
7064 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
7065 Say the part has been decoded.
a33704bb 7066
01c52d31 7067 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
a33704bb 7068
01c52d31 70692006-01-31 Kevin Ryde <user42@zip.com.au>
53cfefc8 7070
01c52d31
MB
7071 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
7072 mailcap-viewer-test-cache when there's no 'test clause, since that
7073 will invert the meaning of a "nil" test previously determined by
7074 mailcap-mailcap-entry-passes-test.
53cfefc8 7075
01c52d31 70762006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
53cfefc8 7077
01c52d31
MB
7078 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
7079 compiling.
53cfefc8 7080
01c52d31 7081 * gnus-sum.el: Ditto.
53cfefc8 7082
01c52d31 7083 * message.el: Don't bind tool-bar-map when compiling.
53cfefc8 7084
01c52d31 70852006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 7086
01c52d31 7087 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
53cfefc8 7088
01c52d31 70892006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
53cfefc8 7090
01c52d31
MB
7091 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
7092 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
7093 current Google Groups.
53cfefc8 7094
01c52d31 70952006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 7096
01c52d31
MB
7097 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
7098 and tool-bar-mode.
66841476 7099
01c52d31
MB
7100 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
7101 and tool-bar-mode.
66841476 7102
01c52d31
MB
7103 * message.el (message-tool-bar-update): Simplify.
7104 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
81df110a 7105
01c52d31
MB
7106 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
7107 gnus-summary-buffer.
7108 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
7109 gnus-summary-reply.
81df110a 7110
01c52d31 7111 * gmm-utils.el (gmm): Add :version.
5fae1cae 7112
01c52d31 71132006-01-26 Steve Youngs <steve@sxemacs.org>
5fae1cae 7114
01c52d31
MB
7115 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
7116 autoload.
5fae1cae 7117
01c52d31 71182006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5fae1cae 7119
01c52d31 7120 * gmm-utils.el (gmm-verbose): Add :group.
5fae1cae 7121
01c52d31 71222006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
c4fbd740 7123
01c52d31 7124 * message.el: Change some comments WRT tool-bars.
81df110a 7125
01c52d31
MB
7126 * gnus-sum.el (gnus-summary-tool-bar)
7127 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
7128 (gnus-summary-tool-bar-zap-list): New variables.
7129 (gnus-summary-make-tool-bar): Complete rewrite using
7130 `gmm-tool-bar-from-list'.
430d3ed7 7131
01c52d31
MB
7132 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
7133 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
7134 variables.
7135 (gnus-group-make-tool-bar): Complete rewrite using
7136 `gmm-tool-bar-from-list'.
7137 (gnus-group-tool-bar-update): New function.
430d3ed7 7138
01c52d31 7139 * message.el (message-mode-field-menu): Add "Show hidden Headers".
430d3ed7 7140
01c52d31 71412006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
430d3ed7 7142
01c52d31
MB
7143 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
7144 is dissected into a single part of which the type is the same as
7145 the given one; decode charset.
6ff5b064 7146
01c52d31 71472006-01-21 Kevin Ryde <user42@zip.com.au>
6ff5b064 7148
01c52d31
MB
7149 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
7150 into alists as symbol not string, since that's what
7151 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
7152 look for.
a8f6d239 7153
01c52d31 71542006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
a8f6d239 7155
01c52d31
MB
7156 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
7157 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
a8f6d239 7158
01c52d31 7159 * message.el (message-tool-bar-gnome): Use gmm-ignore.
a8f6d239 7160
01c52d31 71612006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 7162
01c52d31
MB
7163 * gnus-art.el (gnus-mime-security-button-commands): New variable.
7164 (gnus-mime-security-button-menu): New definition.
7165 (gnus-mime-security-button-map): Use them.
7166 (gnus-mime-security-button-menu): New function.
7167 (gnus-insert-mime-security-button): Addition to help echo.
7168 (gnus-mime-security-run-function, gnus-mime-security-save-part)
7169 (gnus-mime-security-pipe-part): New functions.
d752cf53 7170
01c52d31
MB
7171 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
7172 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
d752cf53 7173
01c52d31
MB
7174 * mm-decode.el (mm-handle-set-disposition): Remove.
7175 (mm-handle-set-description): Remove.
d752cf53 7176
01c52d31 71772006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 7178
01c52d31
MB
7179 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
7180 (mm-w3m-standalone-supports-m17n-p): New function.
7181 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
7182 w3m usage.
d752cf53 7183
01c52d31
MB
7184 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
7185 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
d752cf53 7186
01c52d31 71872006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
d752cf53 7188
01c52d31
MB
7189 * message.el (message-tool-bar-zap-list): Use
7190 gmm-tool-bar-zap-list as custom type.
7191 (message-tool-bar-update): New function.
7192 (message-tool-bar, message-tool-bar-gnome)
7193 (message-tool-bar-retro): Add message-tool-bar-update.
7194 (message-tool-bar-gnome): Add flyspell-buffer.
d752cf53 7195
01c52d31 7196 * gnus-util.el (gnus-error): Describe `args'.
4a2358e9 7197
01c52d31
MB
7198 * gmm-utils.el (gmm-error): Describe `args'.
7199 (gmm-tool-bar-zap-list): New widget.
7200 (gmm-tool-bar-from-list): Improve description of `zap-list'.
4a2358e9 7201
01c52d31 72022006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 7203
01c52d31
MB
7204 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
7205 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
7206 the number of recursive calls.
4a2358e9 7207
01c52d31
MB
7208 * mm-decode.el (mm-handle-set-disposition): New macro.
7209 (mm-handle-set-description): New macro.
4a2358e9 7210
01c52d31 72112006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 7212
01c52d31
MB
7213 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
7214 encoding.
4a2358e9 7215
01c52d31 72162006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 7217
01c52d31
MB
7218 * message.el (message-tool-bar-zap-list, message-tool-bar)
7219 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
7220 (message-tool-bar-local-item-from-menu): Remove.
7221 (message-tool-bar-map): Replace by `message-make-tool-bar'.
7222 (message-make-tool-bar): New function.
7223 (message-mode): Use `message-make-tool-bar'.
4a2358e9 7224
01c52d31
MB
7225 * gmm-utils.el: New file.
7226 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
7227 (gmm-lazy): New widget copied from `nnmail.el'.
7228 (gmm-tool-bar-from-list): New function for creating customizable
7229 tool bars.
7230 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
7231 output.
7232 (gmm): Add :prefix to defgroup.
4a2358e9 7233
01c52d31 72342006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
4a2358e9 7235
01c52d31 7236 * gmm-utils.el (gmm-widget-p): New function.
4a2358e9 7237
01c52d31 72382006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 7239
01c52d31
MB
7240 * mml.el (mml-attach-file): Describe `description' in doc string.
7241 (mml-menu): Add Emacs MIME manual and PGG manual.
4a2358e9 7242
01c52d31 72432006-01-20 Richard M. Stallman <rms@gnu.org>
4a2358e9 7244
01c52d31 7245 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4a2358e9 7246
01c52d31 72472006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
4a2358e9 7248
01c52d31 7249 * nntp.el (nntp-end-of-line): Doc fix.
4a2358e9 7250
01c52d31 72512006-01-20 Chong Yidong <cyd@stupidchicken.com>
4a2358e9 7252
01c52d31
MB
7253 * imap.el (imap-open): Handle case where buffer is a buffer
7254 object.
41e11121 7255
01c52d31 72562005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
41e11121 7257
01c52d31
MB
7258 * gnus-delay.el (gnus-delay): Don't autoload.
7259 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7260 to be re-loaded when customizing the `gnus-delay' group.
f3f01d5d 7261
01c52d31 72622005-01-20 Chong Yidong <cyd@stupidchicken.com>
f3f01d5d 7263
01c52d31 7264 * message.el (message-insert-citation-line): Use newlines.
f3f01d5d 7265
01c52d31 72662006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
f3f01d5d 7267
01c52d31 7268 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
bcc7dd61 7269
01c52d31 7270 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
bcc7dd61 7271
01c52d31 72722006-01-19 Mark D. Baushke <mdb@gnu.org>
bcc7dd61 7273
01c52d31 7274 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
bcc7dd61 7275
01c52d31 72762006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
bcc7dd61 7277
01c52d31
MB
7278 * mm-decode.el (mm-inlined-types): Add application/pgp.
7279 (mm-automatic-display): Ditto.
11e22c4a 7280
01c52d31
MB
7281 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
7282 part as text.
11e22c4a 7283
01c52d31 72842006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11e22c4a 7285
01c52d31
MB
7286 * nnrss.el: Update copyright.
7287 (nnrss-opml-import): Query whether to subscribe to each entry.
97f78c9b 7288
01c52d31
MB
7289 * gnus-art.el:
7290 * gnus-sum.el:
7291 * mm-uu.el:
7292 * mm-view.el: Update copyright.
97f78c9b 7293
01c52d31 72942006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
97f78c9b 7295
01c52d31
MB
7296 * message.el (message-info): New function.
7297 (message-mode-menu): Add it.
7298 Update copyright.
97f78c9b 7299
01c52d31 7300 * ChangeLog: Fix and update copyright.
97f78c9b 7301
01c52d31 73022006-01-13 Romain Francoise <romain@orebokech.com>
afea040a 7303
01c52d31
MB
7304 * message.el (message-forward-subject-name-subject): Prefer the
7305 address to 'nowhere' if the sender has no name.
7306 Fix typo. Update copyright year.
97f78c9b 7307
01c52d31 73082006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
afea040a 7309
01c52d31
MB
7310 * gnus-art.el (article-wash-html): Use
7311 gnus-summary-show-article-charset-alist if a numeric arg is given.
7312 (gnus-article-wash-html-with-w3m-standalone): New function.
afea040a 7313
01c52d31
MB
7314 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
7315 mm-inline-text-html-render-with-w3m-standalone.
7316 (mm-text-html-washer-alist): Map w3m-standalone to
7317 gnus-article-wash-html-with-w3m-standalone.
7318 (mm-inline-text-html-render-with-w3m-standalone): New function.
afea040a 7319
01c52d31 73202006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
afea040a 7321
01c52d31
MB
7322 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
7323 Improve LaTeX.
4b91459a 7324
01c52d31 73252006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4b91459a 7326
01c52d31
MB
7327 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
7328 (nnrss-request-article): Render text/plain parts as HTML.
4b91459a 7329
01c52d31
MB
7330 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
7331 the buffer.
4b91459a 7332
01c52d31 73332006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 7334
01c52d31
MB
7335 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
7336 custom definition of `gnus-posting-styles'.
d44e3b45 7337
01c52d31
MB
7338 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
7339 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
d44e3b45 7340
01c52d31 73412006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 7342
01c52d31
MB
7343 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
7344 Use nntp for bug archive.
4b91459a 7345
01c52d31 73462006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
c03ac728 7347
01c52d31
MB
7348 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
7349 parts.
7350 (nnrss-normalize-date): New function converts ISO 8601 date into
7351 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
7352 (nnrss-check-group): Use it.
c03ac728 7353
01c52d31 73542006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 7355
01c52d31 7356 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
d8a88581 7357
01c52d31
MB
7358 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
7359 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
7360 (nnrss-insert-w3): Ditto.
d8a88581 7361
01c52d31 73622005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 7363
01c52d31
MB
7364 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
7365 the articles to be forwarded including the case where neither a
7366 number of articles nor a region is specified.
d8a88581 7367
01c52d31 73682005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 7369
01c52d31
MB
7370 * nnrss.el (nnrss-request-article): Fix last change; fill
7371 text/plain parts.
7573397b 7372
01c52d31 73732005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 7374
01c52d31
MB
7375 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
7376 in text/plain part.
7377 (nnrss-check-group): Don't add excessive newline to dc:subject.
bcc7dd61 7378
01c52d31 73792005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
bcc7dd61 7380
01c52d31
MB
7381 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
7382 article.
9ebc3953 7383
01c52d31 73842005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9ebc3953 7385
01c52d31
MB
7386 * nnml.el: Don't require gnus-bcklg. Autoload it.
7387 (nnml-use-compressed-files, nnml-save-mail): Support other
7388 comression programs such as bzip2.
7929f858 7389
01c52d31 73902005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7929f858 7391
01c52d31
MB
7392 * dns.el (query-dns): Make sure we check the buffer size before
7393 removing tcp headers.
7929f858 7394
01c52d31 73952005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
ead25b5c 7396
01c52d31
MB
7397 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
7398 remove MIME buttons associated with multipart/alternative parts.
7399 (gnus-mime-display-alternative): Tag buttons using `article-type'
7400 text property.
ead25b5c 7401
01c52d31
MB
7402 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
7403 associated with multipart/alternative parts.
ead25b5c 7404
01c52d31 7405 * gnus-art.el (gnus-signature-separator): Fix custom type.
8774406b 7406
01c52d31
MB
7407 * mm-decode.el (mm-inlined-types): Fix custom type.
7408 (mm-keep-viewer-alive-types): Ditto.
7409 (mm-automatic-display): Ditto.
7410 (mm-attachment-override-types): Ditto.
7411 (mm-inline-override-types): Ditto.
7412 (mm-automatic-external-display): Ditto.
8774406b 7413
01c52d31 74142005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
a0ec7a4a 7415
01c52d31
MB
7416 * spam-report.el (spam-report-user-mail-address)
7417 (spam-report-user-agent): New variables.
7418 (spam-report-url-ping-plain): Use spam-report-user-agent.
a0ec7a4a 7419
01c52d31 74202005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
59fda2fa 7421
01c52d31
MB
7422 * gnus-art.el (gnus-button-handle-custom): Do not just use
7423 `customize-apropos' for any "M-x customize-*" button but the
7424 function called for. Accept both the function name and its
7425 argument in order to achieve this.
7426 (gnus-button-alist): Remove support for "custom:" URL's. Pass
7427 function name to `gnus-button-handle-custom' in case of "M-x
7428 customize-*" buttons.
59fda2fa 7429
01c52d31 74302005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
59fda2fa 7431
01c52d31
MB
7432 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
7433 multipart/alternative and add xref to mm-discouraged-alternatives
7434 in doc string.
7d0c69be 7435
01c52d31
MB
7436 * mm-decode.el (mm-discouraged-alternatives): Add xref to
7437 gnus-buttonized-mime-types in doc string.
7d0c69be 7438
01c52d31 74392005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 7440
01c52d31
MB
7441 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
7442 Suggest image/.* in the doc string.
d6697c02 7443
01c52d31 74442005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 7445
01c52d31
MB
7446 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
7447 message-marks (Debian bug #342521).
d6697c02 7448
01c52d31 74492005-12-12 Simon Josefsson <jas@extundo.com>
84861437 7450
01c52d31
MB
7451 * password.el (password-read-from-cache): Add.
7452 (password-read): Use it.
84861437 7453
01c52d31 74542005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
84861437 7455
01c52d31
MB
7456 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
7457 us-ascii as a MIME charset.
3338c0ad 7458
01c52d31
MB
7459 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
7460 against the case where the 2nd arg TYPE is nil.
3338c0ad 7461
01c52d31 74622005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9180519b 7463
01c52d31 7464 * pop3.el (pop3-stream-type): Fix custom version.
9180519b 7465
01c52d31 7466 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9180519b 7467
01c52d31 74682005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
23873c96 7469
01c52d31 7470 * mm-decode.el (mm-display-external): Add missing cdr.
23873c96 7471
01c52d31 74722005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
b66c24b4 7473
01c52d31
MB
7474 * mm-decode.el (mm-display-external): Use nametemplate (defined in
7475 RFC1524) if it is in mailcap or add a suffix according to
7476 mailcap-mime-extensions when generating a temp filename; postpone
7477 deleting a temp file for 2 seconds for some wrappers, shell
7478 scripts, and so on, which might exit right after having started a
7479 viewer command as a background job.
7480
74812005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
7482
7483 * nntp.el (nntp-marks-directory): Fix custom group.
7484
7485 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
7486 steps when < 10.
7487
7488 * gnus-start.el (gnus-no-server-1): Mention
7489 `gnus-level-default-subscribed' in doc string.
7490
74912005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
7492
7493 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
7494 parens.
7495
74962005-11-26 Dave Love <fx@gnu.org>
7497
7498 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
7499 (tls-program, tls-success): Provide openssl alternative.
7500
7501 * starttls.el: Doc fixes.
7502 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
7503 SERVICE to PORT.
7504
002876ab 7505 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
01c52d31
MB
7506 port null or service name.
7507 (starttls-negotiate): Autoload.
7508
75092005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7510
7511 * message.el (message-kill-to-signature): Fix interactive spec.
7512
75132005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7514
7515 * pop3.el (pop3-open-server): Recognize a string as a service name.
7516
75172005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
7518
7519 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7520
75212005-11-23 Dave Love <fx@gnu.org>
7522
7523 Add pop3s, pop3/starttls.
7524
7525 * pop3.el (pop3-authentication-scheme): Clarify doc.
7526 (open-tls-stream, starttls-open-stream): Autoload.
7527 (pop3-stream-type): New.
7528 (pop3-open-server): Use it.
7529
7530 * mail-source.el (mail-sources): Fix some :types. Add stream type
7531 for POP.
7532 (mail-source-keyword-map): Add :stream for POP.
7533 (mail-source-fetch-pop): Use pop3-stream-type.
7534
75352005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7536
7537 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
7538 of current-time-string.
7539
75402005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
7541
7542 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
7543 date header.
7544
75452005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
7546
7547 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
7548 it can seriously impact performance as it bypasses the agent's
7549 local caches.
7550
75512005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
7552
7553 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
7554 must be explicitly online rather than "not explicitly offline" for
7555 its flags to be synchronized.
7556
7557 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
7558 that gnus-uu-unmark-thread will function correctly.
7559
7560 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
7561 1024K is instead displayed as 1M.
7562
75632005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7564
7565 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
7566
75672005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
7568
7569 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
7570
75712005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
7572
7573 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
7574 error message to display actual error condition.
7575 (gnus-agent-save-local): Avoid saving symbols that are bound to
7576 nil as they simply result in a warning message in
7577 gnus-agent-read-local.
7578
75792005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
7580
7581 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
7582 rather than make-variable-buffer-local for file-precious-flag.
7583
75842005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
7585
7586 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
7587 for duplicates which are removed. The invalid sort check then
7588 triggers a rescan after the sort as sorting may have moved
7589 duplicate entries such that they can be cheaply detected.
7590
75912005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
7592
7593 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
7594
75952005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
7596
7597 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
7598 internal variable to a custom variable. Changed default value
7599 from compressed(2) to uncompressed(1).
7600 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
7601 support for uncompressed agentview files. Taken together, reading
7602 the agentview file should now be 6-7 times faster.
7603
76042005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
7605
7606 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
7607 as a buffer-local variable. This avoids creating truncated
7608 dribble files as a result of a hang up, eg.
7609
76102005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7611
7612 * gnus-start.el (gnus-start-draft-setup): Enforce
7613 `gnus-draft-mode' for nndraft:drafts at startup.
7614
7615 * gnus.el (gnus-splash): Change custom group.
7616 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
7617 allow-list argument.
7618
7619 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
7620 string.
7621
76222005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
7623
7624 * gnus-art.el (gnus-default-article-saver): Add user-defined
7625 `function' to custom type.
7626
76272005-10-30 Chong Yidong <cyd@stupidchicken.com>
7628
7629 * imap.el (imap-open): Handle case where buffer is a buffer
7630 object.
7631
76322005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7633
7634 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
7635 long lines.
7636 (gnus-cache-delete-group): Wrap doc strings.
7637
7638 * gnus-agent.el (gnus-agent-rename-group)
7639 (gnus-agent-delete-group): Wrap doc strings.
7640
01c52d31
MB
76412005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7642
7643 * gnus-start.el (gnus-1): Add "native" to
7644 gnus-predefined-server-alist.
7645
7646 * gnus.el (gnus-method-to-server): Don't add "native" to the
7647 lists here, because that leads to problems when
7648 gnus-select-method is bound.
7649
76502005-11-09 Simon Josefsson <jas@extundo.com>
7651
7652 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
7653 use (not sort-by-date) instead.
7654
76552005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7656
7657 * gnus-delay.el (gnus-delay-group): Don't autoload.
7658 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7659 to be re-loaded when customizing the `gnus-delay' group.
7660
76612005-11-19 Chong Yidong <cyd@stupidchicken.com>
7662
7663 * message.el: Revert last changes.
7664 (message-insert-citation-line): Use newlines.
7665
76662005-11-17 Chong Yidong <cyd@stupidchicken.com>
7667
7668 * message.el (message-courtesy-message)
7669 (message-mark-insert-begin, message-mark-insert-end)
7670 (message-elide-ellipsis, message-cancel-message)
7671 (message-add-header, message-change-subject)
7672 (message-cross-post-followup-to-header)
7673 (message-cross-post-insert-note, message-reduce-to-to-cc)
7674 (message-widen-reply, message-delete-not-region)
7675 (message-kill-to-signature, message-insert-signature)
7676 (message-insert-importance-high, message-insert-importance-low)
7677 (message-insert-or-toggle-importance)
7678 (message-insert-disposition-notification-to)
7679 (message-indent-citation, message-yank-original)
7680 (message-cite-original-without-signature, message-cite-original)
7681 (message-insert-citation-line, message-position-on-field)
7682 (message-fix-before-sending, message-send-mail-partially)
7683 (message-send-mail, message-send-mail-with-sendmail)
7684 (message-send-mail-with-qmail, message-send-news)
7685 (message-check-news-header-syntax, message-generate-headers)
7686 (message-insert-courtesy-copy, message-fill-address)
7687 (message-fill-header, message-shorten-references)
7688 (message-setup-1, message-cancel-news)
7689 (message-forward-make-body-plain, message-forward-make-body-mime)
7690 (message-forward-make-body-mml, message-encode-message-body)
7691 (message-forward-make-body-digest-plain)
7692 (message-forward-make-body-digest-mime)
7693 (message-use-alternative-email-as-from): Insert `hard-newline'
7694 instead of ordinary newlines.
7695
76962005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
7697
7698 * message.el (message-generate-headers): Downcase the argument
7699 given to message-check-element.
7700
77012005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
7702
7703 * nntp.el (nntp-authinfo-rejected): New error condition.
7704 (nntp-wait-for): Use new error condition to signal authentication
7705 error.
7706 (nntp-retrieve-data): Rethrow new error condition to break out of
7707 recursive call to nntp-send-authinfo.
7708
77092005-11-08 Romain Francoise <romain@orebokech.com>
7710
7711 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
7712 (gnus-summary-exit-map): Bind to `Z p'.
7713 (gnus-summary-make-menu-bar): Add menu item.
7714
77152005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
7716
7717 * gnus-art.el (gnus-article-treat-custom): Add `first'.
7718 (gnus-treat-*): Add `first' in all doc strings.
7719
7720 * gnus-group.el (gnus-group-compact-group): Fix typo.
7721
77222005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7723
7724 * gnus.el (gnus-parameters-case-fold-search): New variable.
7725 (gnus-parameters-get-parameter): Use it.
7726
7727 * gnus-score.el (gnus-home-score-file): Doc fix.
7728
77292005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
7730
7731 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
7732
77332005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
7734
7735 * mm-util.el (mm-special-display-p): New function.
7736
7737 * mml.el (mml-preview): Use it; doc fix.
7738
77392005-10-29 Romain Francoise <romain@orebokech.com>
7740
7741 * message.el (message-fix-before-sending): Fix comment.
7742
77432005-10-29 Jari Aalto <jari.aalto@cante.net>
7744
7745 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7746
77472005-10-29 Jari Aalto <jari.aalto@cante.net>
7748
7749 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7750 Used in gnus-score.el.
7751
77522005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7753
7754 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7755
77562005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
7757
7758 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7759 whitespace removed in revision 7.8. Use concatenated string to
7760 protect trailing whitespace.
7761
880820fe 77622005-10-27 Jouni K. Seppänen <jks@iki.fi>
01c52d31
MB
7763
7764 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7765 (nnimap-request-expire-articles): Use it to avoid sending 'UID
7766 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7767 Courier IMAP ("some version from 2004"). Mostly based on similar
7768 code in the same function.
7769
77702005-10-26 Didier Verna <didier@xemacs.org>
7771
002876ab 7772 * gnus-group.el (gnus-group-compact-group): Invalidate original
01c52d31 7773 article buffer.
002876ab 7774 * gnus-srvr.el (gnus-server-compact-server): Ditto.
c9e31f32 7775 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
01c52d31
MB
7776 NOV database and in article itself.
7777 Invalidate article backlog.
7778
77792005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
7780
7781 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
7782
77832005-10-26 Simon Josefsson <jas@extundo.com>
7784
7785 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
7786 part of 2004-07-25 change.
7787
77882005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
7789
7790 * message.el (message-display-completion-list): New function.
7791 (message-expand-group): Use it; make sure the Completions buffer
7792 is modifiable.
7793
77942005-10-30 Chong Yidong <cyd@stupidchicken.com>
7795
c9e31f32 7796 * imap.el (imap-open): Handle case where buffer is a buffer object.
01c52d31
MB
7797
77982005-10-24 Eli Zaretskii <eliz@gnu.org>
7799
7800 * pgg-def.el:
7801 * pgg-gpg.el:
7802 * pgg-parse.el:
7803 * pgg-pgp.el:
7804 * pgg-pgp5.el:
7805 * pgg.el: Move to the parent lisp directory.
7806
78072005-10-23 Chong Yidong <cyd@stupidchicken.com>
7808
7809 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
7810 user-mail-name is an empty string.
7811
78122005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
7813
7814 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
7815 depending on gnus-score-decay-constant.
7816
7817 * encrypt.el (encrypt-insert-file-contents)
7818 (encrypt-write-file-contents): Don't use `gnus-message'.
7819
7820 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
7821 arguments.
7822 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
7823 arguments to mm-uu-verbatim-marks-extract.
7824 (mm-uu-hide-markers): New variable.
7825 (mm-uu-extract): Use face similar to `gnus-cite-3'.
7826
7827 * gnus-fun.el (gnus-convert-image-to-x-face-command)
7828 (gnus-convert-image-to-face-command): Use "convert" by default to
7829 allow other input image formats.
7830 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7831 accordingly.
7832
78332005-10-23 Simon Josefsson <jas@extundo.com>
7834
7835 * imap.el (imap-gssapi-program): Align command line parameters
7836 with latest GNU SASL.
7837 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7838
78392005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7840
7841 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7842 HTML.
7843 (nnslashdot-request-article): Ditto.
7844
78452005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7846
7847 * mail-source.el (mail-source-fetch-pop): Require pop3.
7848 (mail-source-check-pop): Ditto.
7849
78502005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7851
7852 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7853 errors.
7854
78552005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
7856
7857 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7858 (gnus-treat-strip-leading-blank-lines): Improve doc string.
7859
7860 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7861
7862 * mm-bodies.el (mm-decode-string): Call
7863 `mm-charset-to-coding-system' with allow-override argument.
7864
78652005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7866
7867 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7868 (rfc2047-charset-to-coding-system): New function.
7869 (rfc2047-decode-encoded-words): New function.
7870 (rfc2047-decode-region): Use them.
7871 (rfc2047-decode-cte): Remove.
7872 (rfc2047-parse-and-decode): Remove.
7873 (rfc2047-decode): Remove.
7874
78752005-10-15 Kenichi Handa <handa@m17n.org>
7876
7877 * rfc2047.el (rfc2047-decode-cte): New function.
7878 (rfc2047-decode-region): Change the way to decode successive
7879 encoded-words: decode B- or Q-encoding in each encoded-word,
7880 concatenate them, and decode it as charset.
7881
78822005-10-17 Chong Yidong <cyd@stupidchicken.com>
7883
7884 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
7885 widget-move-and-invoke.
7886 (gnus-custom-mode): Use gnus-custom-map.
7887
78882005-10-15 Bill Wohler <wohler@newt.com>
7889
7890 * message.el (message-tool-bar-map): Renamed image file from
7891 mail_send to mail/send.
7892
78932005-10-16 Masatake YAMATO <jet@gyve.org>
7894
7895 * message.el (message-expand-group): Pass the common
7896 prefix substring of completion to `display-completion-list'.
7897
78982005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
7899
7900 * mml-sec.el (mml-secure-method): New internal variable.
7901 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7902 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7903 functions using mml-secure-method.
7904
7905 * mml.el (mml-mode-map): Add key bindings for those functions.
7906 (mml-menu): Simplify security menu entries. Suggested by Jesper
7907 Harder <harder@myrealbox.com>.
7908 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7909 end of message if point is the headers of the message.
7910
7911 * message.el (message-in-body-p): New function.
7912
7913 * assistant.el: Autoload gnus-util and netrc.
7914
7915 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7916 Use `mm-charset-override-alist' only when decoding.
7917
7918 * mm-bodies.el (mm-decode-body): Call
7919 `mm-charset-to-coding-system' with allow-override argument.
7920
7921 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7922 `filename' from Content-Disposition if Content-Type doesn't
7923 provide `name'.
7924 (gnus-mime-view-part-as-type): Set default instead of
7925 initial-input.
7926
79272005-10-09 Daniel Brockman <daniel@brockman.se>
7928
7929 * format-spec.el (format-spec): Propagate text properties of % spec.
7930
79312005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
7932
7933 * gnus-art.el (gnus-treat-predicate): Add `first'.
7934
79352005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
7936
7937 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7938 (mm-charset-override-alist): New variable.
7939 (mm-charset-to-coding-system): Use it.
7940 (mm-codepage-setup): New helper function.
7941 (mm-charset-eval-alist): New variable.
7942 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
7943 about unknown charsets.
7944
79452005-10-04 David Hansen <david.hansen@gmx.net>
7946
7947 * nnrss.el (nnrss-request-article): Add support for the comments tag.
7948 (nnrss-check-group): Ditto.
7949
79502005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
7951
7952 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7953 Rename x-gnus-verbatim to x-verbatim.
7954 (mm-uu-type-alist): Fix regexp for verbatim-marks.
7955
7956 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7957 x-verbatim.
7958
7959 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7960
7961 * gnus-util.el (gnus-remove-duplicates): Remove.
7962
7963 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7964 instead of gnus-remove-duplicates.
7965
7966 * message.el (message-remove-duplicates): Remove.
7967 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7968 message-remove-duplicates.
7969
7970 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7971 available, else use implementation from `delete-dups'.
7972
7973 * message.el (message-insert-expires): New function.
7974 (message-mode-map): Add key binding.
7975 (message-mode-field-menu): Add menu entry.
7976 (message-mode): Document it.
7977 (message-make-expires-date): Use `message-make-date'.
7978
79792005-10-04 Josh Huber <huber@alum.wpi.edu>
7980
7981 * message.el (message-make-expires-date): New function.
7982
01c52d31
MB
79832005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
7984
7985 * time-date.el: Autoload parse-time-string, XEmacs needs it.
7986
79872005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7988
7989 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7990 function rather than the diff-mode.el package.
7991 (mm-display-external): Use with-current-buffer.
7992 (mm-viewer-completion-map, mm-viewer-completion-map):
7993 Move initialization inside declaration.
7994
79952005-09-29 Simon Josefsson <jas@extundo.com>
7996
7997 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
7998 autoload mail-check-payment.
7999 (spam-check-hashcash): Define unconditionally, since hashcash.el
8000 is part of Gnus now. Ignore errors from payment checking.
8001
80022005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
8003
8004 * message.el (message-bold-region, message-unbold-region): Rename
8005 from `bold-region' and `unbold-region'.
8006
8007 * message.el: Remove useless autoloads.
8008
80092005-09-28 Simon Josefsson <jas@extundo.com>
8010
8011 * message.el (message-use-idna): Default to t.
8012 (message-use-idna): Test whether encoding works too. Doc fix.
8013
80142005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8015
8016 * nntp.el (nntp-warn-about-losing-connection): Remove.
8017
80182005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
8019
8020 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
8021 customizable. Change default value.
8022 (mm-uu-diff-groups-regexp): Change default value.
8023 (mm-uu-type-alist): Add doc string.
8024 (mm-uu-configure): Add doc string. Make it interactive.
8025 (mm-uu-tex-groups-regexp): New variable.
8026 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
8027 (mm-uu-type-alist): Add LaTeX documents.
8028 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
8029 of "text/verbatim".
8030 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
8031
8032 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
8033 instead of "text/verbatim".
8034
8035 * message.el (message-mark-inserted-region)
8036 (message-mark-insert-file): Use slrn style marks when called with
8037 prefix argument.
8038
80392005-09-27 Simon Josefsson <jas@extundo.com>
8040
8041 * message.el (message-idna-to-ascii-rhs-1): Reformat.
8042
880820fe 80432005-09-27 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8044
8045 * message.el (message-remove-duplicates): New function.
8046 Implementation borrowed from `gnus-remove-duplicates'.
8047 (message-idna-to-ascii-rhs): Also encode idna addresses in
8048 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8049 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
8050 only ask about the same idna domain once per header and also tell
8051 in what header to replace the idna domain.
8052
8053 * gnus-art.el (article-decode-idna-rhs): Also decode idna
8054 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8055 (article-decode-idna-rhs): Fix regexp so that all idna-address in
8056 a header is decoded and not just the last one.
8057
80582005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
8059
8060 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
8061 has been decoded.
8062
8063 * mm-decode.el (mm-automatic-display): Add text/verbatim.
8064 (mm-insert-part): Don't modify text if it has been decoded.
8065
8066 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
8067 decoded.
8068
8069 * mm-view.el (mm-inline-text): Don't strip text props unless
8070 decoding enriched or richtext parts.
8071
80722005-09-25 Romain Francoise <romain@orebokech.com>
8073
8074 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
8075 * gnus-start.el (gnus-subscribe-interactively):
8076 * gnus-uu.el (gnus-uu-grab-articles):
8077 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
8078 space.
8079
80802005-09-24 Emilio C. Lopes <eclig@gmx.net>
8081
8082 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8083 * mm-view.el (mm-view-pkcs7-decrypt):
8084 * gnus-sum.el (gnus-summary-limit-to-extra)
8085 (gnus-summary-respool-article, gnus-read-move-group-name):
8086 * gnus-score.el (gnus-summary-increase-score):
8087 * gnus-util.el (gnus-completing-read-with-default):
8088 * gnus-art.el (gnus-read-save-file-name)
8089 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
8090 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
8091 * message.el (message-check-news-header-syntax):
8092 Follow convention for reading with the minibuffer.
8093
80942005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
8095
8096 * spam-report.el (spam-report-url-ping-plain):
8097 Use gnus-extended-version as User-Agent.
8098
8099 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
8100 default value is nil.
8101
8102 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
8103 (mm-uu-verbatim-marks-extract): New function.
8104 (mm-uu-extract): New face.
8105 (mm-uu-copy-to-buffer): Use it.
8106
8107 * spam-report.el (spam-report-gmane-ham): Renamed from
8108 `spam-report-gmane-unspam'.
8109 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
8110 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
8111
8112 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
8113 Autoload.
8114 (spam-report-gmane-unregister-routine): Renamed
8115 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
8116
81172005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
8118
8119 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
8120 (spam-report-gmane-unregister-routine): Add support for gmane
8121 unregistration.
8122
8123 * spam-report.el (spam-report-gmane-unspam)
8124 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
8125 (spam-report-gmane): Change to take a single article and do unspam
8126 registration.
8127
81282005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
8129
8130 * mm-url.el (mm-url-decode-entities): Fix regexp.
8131
81322005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8133
8134 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
8135 default to nil, to be able to use Gnus at all. If the default
8136 switches to something else, then the function should be fixed not
8137 be exceedingly slow.
8138
81392005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
8140
8141 * gnus-start.el (gnus-activate-group): If the server is nil, don't
8142 fail hard.
8143
8144 * spam-report.el: Add better Keywords line.
8145
8146 * spam.el: Add Maintainer and better Keywords line.
8147
81482005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
8149
8150 * gnus-art.el (gnus-article-replace-part)
8151 (gnus-mime-replace-part): New functions.
8152 (gnus-mime-action-alist, gnus-mime-button-commands)
8153 (gnus-mime-save-part-and-strip): Added file argument.
8154 (gnus-article-part-wrapper): Added interactive argument.
8155
8156 * gnus-sum.el (gnus-summary-mime-map): Add
8157 `gnus-article-replace-part'.
8158
81592005-09-19 Didier Verna <didier@xemacs.org>
8160
8161 The nnml compaction feature:
8162 * nnml.el (nnml-request-compact-group): New function.
8163 * nnml.el (nnml-request-compact): New function.
8164 * gnus-int.el (gnus-request-compact-group): New function.
8165 * gnus-int.el (gnus-request-compact): New function.
8166 * gnus-group.el (gnus-group-compact-group): New function.
8167 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
8168 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
8169 * gnus-srvr.el (gnus-server-compact-server): New function.
8170 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
8171 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
8172
81732005-09-18 Deepak Goel <deego@gnufans.org>
8174
8175 * sieve.el (sieve-help): Fix `message' call: first arg should be a
8176 format spec.
8177
81782005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
8179
8180 * gnus.el (gnus-group-startup-message): Bind image-load-path.
8181
81822005-09-15 Romain Francoise <romain@orebokech.com>
8183
8184 * message.el (message-fill-paragraph): Clarify docstring.
8185
81862005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
8187
8188 * gnus-art.el (gnus-mime-display-part): Protect against broken
8189 MIME messages.
8190
81912005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8192
8193 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
8194 before parsing header.
8195
81962005-09-11 Jari Aalto <jari.aalto@cante.net>
8197
002876ab 8198 * html2text.el (html2text-replace-list): Add new entities.
01c52d31
MB
8199
82002005-09-11 Romain Francoise <romain@orebokech.com>
8201
8202 * message.el (message-alternative-emails): Improve docstring.
8203 (message-setup-1): Call `message-use-alternative-email-as-from'
8204 after `message-setup-hook' to give it precedence over posting
8205 styles, etc.
8206 (message-use-alternative-email-as-from): Add docstring. Remove
8207 the original From header if present.
8208
8209 * nnml.el (nnml-compressed-files-size-threshold): New variable.
8210 (nnml-save-mail): Use it.
8211
8212 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
8213 articles. Add new argument `silent'.
8214 (gnus-uu-mark-all): Report the total number of marked articles.
8215
82162005-09-10 Romain Francoise <romain@orebokech.com>
8217
8218 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
8219 (gnus-uu-mark-series): Likewise.
8220
82212005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
8222
8223 * spam-report.el (spam-report-gmane): Fix generation of spam
8224 report URL.
8225
82262005-09-10 Simon Josefsson <jas@extundo.com>
8227
8228 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
8229 t, based on discussion on the ding list with Robert Epprecht
8230 <epprecht@solnet.ch>.
8231
82322005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
8233
8234 * spam-report.el (spam-report-gmane): Make it work without
8235 X-Report-Spam header. Gmane now only provides Archived-At.
8236 This is only used if `spam-report-gmane-use-article-number' is nil.
8237 (spam-report-gmane-spam-header): Remove. Not used anymore.
8238
8239 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
8240 make `gnus-summary-sort-by-recipient' work with threading.
8241
8242 * nnweb.el (nnweb-google-wash-article): Print a message if article
8243 is not available.
8244
82452005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8246
8247 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
8248 change. Decode text/* parts content before displaying.
8249
82502005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
8251
8252 * mml-smime.el: Remove defvar of gnus-extract-address-components.
8253
82542005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
8255
8256 * mm-view.el (mm-display-inline-fontify): Disable support modes.
8257
82582005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
8259
c9e31f32 8260 * message.el (message-tab-body-function): Fix mismatched custom type.
01c52d31
MB
8261
8262 * gnus.el (gnus-group-change-level-function): Ditto.
8263
8264 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
8265
8266 * gnus-art.el (gnus-signature-limit)
8267 (gnus-article-mime-part-function): Ditto.
8268
82692005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
8270
8271 * mml.el (mml-mode): Silence the byte compiler.
8272
8273 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
8274 using `(sit-for 0)' before moving the point to the specified part;
8275 skip unbuttonized parts.
8276 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
8277 return to the summary window if gnus-auto-select-part is non-nil.
8278
82792005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
8280
8281 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
8282 variables.
8283 (mml-dnd-attach-file, mml-mode): Use them.
8284
8285 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
8286 Make fetching article by MID work again for Google Groups. Added
8287 FIXME concerning gnus-group-make-web-group.
8288
8289 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
8290 Don't depend on Gnus by using mail-extract-address-components if
8291 gnus-extract-address-components is not bound.
8292
82932005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8294
8295 * gnus-art.el (gnus-mime-display-security): Don't display the
8296 signature, but only the signed part.
8297
82982005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
8299
8300 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
8301
8302 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
8303 list, not listp.
8304
83052005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
8306
8307 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
8308 when encoding.
8309
8310 * mm-bodies.el (mm-decode-content-transfer-encoding):
8311 De-canonicalize CRLF for all text content types, not just
8312 text/plain.
8313
83142005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8315
8316 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
8317 valid article; point arrow and cursor at the MIME button.
8318
83192005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
8320
8321 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
8322 Suggested by Dan Christensen <jdc@uwo.ca>.
8323
8324 * mm-decode.el (mm-save-part): Enable change of prompt.
8325
83262005-08-29 Jari Aalto <jari.aalto@cante.net>
8327
8328 * gnus-msg.el (gnus-inews-add-send-actions): Made
8329 `message-post-method' lambda parameter ARG `&optional'.
8330
83312005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
8332
8333 * gnus-sum.el (gnus-summary-mime-map): Added
8334 gnus-article-save-part-and-strip, gnus-article-delete-part and
8335 gnus-article-jump-to-part.
8336
8337 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
8338 (gnus-article-edit-part): Use it.
8339 (gnus-article-part-wrapper): Added no-handle argument.
8340 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
8341 functions.
8342
83432005-08-29 Romain Francoise <romain@orebokech.com>
8344
8345 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8346 docstring.
8347 (gnus-face-from-file): Likewise.
8348
83492005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
8350
8351 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
8352 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
8353 non-nil.
8354 (gnus-auto-select-part): New variable.
8355 (gnus-article-jump-to-part): New function.
8356 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
8357 (gnus-mime-delete-part): Allow selecting specified part after
8358 deleting or stripping parts.
8359 (gnus-article-jump-to-part): Don't use `read-number'. Use last
8360 part if argument is bogus.
8361
83622005-08-31 Juanma Barranquero <lekktu@gmail.com>
8363
8364 * gnus-art.el (w3m-minor-mode-map):
8365 * gnus-spec.el (gnus-newsrc-file-version):
8366 * gnus-util.el (nnmail-active-file-coding-system)
8367 (gnus-original-article-buffer, gnus-user-agent):
8368 * gnus.el (gnus-ham-process-destinations)
8369 (gnus-parameter-ham-marks-alist)
8370 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
8371 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
8372 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
8373 * mm-decode.el (gnus-current-window-configuration):
8374 * mm-extern.el (gnus-article-mime-handles):
8375 * mm-url.el (url-current-object, url-package-name)
8376 (url-package-version):
8377 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
8378 (smime-keys, w3m-cid-retrieve-function-alist)
8379 (w3m-current-buffer, w3m-display-inline-images)
8380 (w3m-minor-mode-map):
8381 * mml-smime.el (gnus-extract-address-components):
8382 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
8383 (gnus-newsrc-hashtb, message-default-charset)
8384 (message-deletable-headers, message-options)
8385 (message-posting-charset, message-required-mail-headers)
8386 (message-required-news-headers):
8387 * mml1991.el (mc-pgp-always-sign):
8388 * mml2015.el (mc-pgp-always-sign):
8389 * nnheader.el (nnmail-extra-headers):
8390 * rfc1843.el (gnus-decode-encoded-word-function)
8391 (gnus-decode-header-function, gnus-newsgroup-name):
8392 * spam-stat.el (gnus-original-article-buffer): Add defvars.
8393
83942005-08-22 Karl Chen <quarl@cs.berkeley.edu>
8395
8396 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
8397 the end of the date treatments.
8398
83992005-08-15 Simon Josefsson <jas@extundo.com>
8400
8401 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
8402 it in url-handlers.el and XEmacs in url.el. Reported by Luca
8403 Capello and Romain Francoise.
8404 (pgg-fetch-key-function): Removed, not used?
8405 (pgg-insert-url-with-w3): Require url, to get
8406 url-insert-file-contents regardless of where it is defined.
8407
84082005-08-13 Romain Francoise <romain@orebokech.com>
8409
8410 * message.el (message-cite-original-1): New function.
8411 (message-cite-original): Use it.
8412 (message-cite-original-without-signature): Ditto.
8413
84142005-08-08 Romain Francoise <romain@orebokech.com>
8415
8416 * message.el (message-yank-empty-prefix): New variable.
8417 (message-indent-citation): Use it.
8418 (message-cite-original-without-signature): Respect X-No-Archive.
8419
84202005-08-08 Simon Josefsson <jas@extundo.com>
8421
8422 * pgg.el: Autoload url-insert-file-contents instead of loading
8423 w3/url.
8424 (pgg-insert-url-with-w3): Don't load url here.
8425
84262005-08-07 Jesper Harder <harder@phys.au.dk>
8427
8428 * message.el (message-kill-to-signature): Don't insert newline at
8429 bol.
8430 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
8431
84322005-08-06 Romain Francoise <romain@orebokech.com>
8433
8434 * message.el (message-user-fqdn): Fix typo in docstring.
8435
84362005-08-05 Daiki Ueno <ueno@unixuser.org>
8437
8438 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
8439
8440 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
8441
84422005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
8443
8444 * mm-bodies.el (mm-encode-body): Use coding system rather than
8445 charset to encode text.
8446
8447 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
8448 number of charsets if utf-8 is available (XEmacs).
8449
84502005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
8451
8452 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
8453 taken from `gnus-button-mid-or-mail-regexp'.
8454 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
8455 (gnus-button-alist): Improve regexp for domain part of the MIDs
8456 for news:localpart@domain buttons.
8457 (gnus-button-ctan-directory-regexp): Update.
8458
84592005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
8460
8461 * sieve-manage.el (sieve-manage-interactive-login): Use
8462 make-local-variable rather than make-variable-buffer-local.
8463 (sieve-manage-open): Ditto.
8464 (sieve-manage-authenticate): Ditto.
8465
8466 * mml.el (mml-generate-mime-1): Make the content type default to
8467 text/plain if the filename is not specified.
8468
84692005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
8470
8471 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
8472 instead of insert-buffer.
8473
8474 * message.el (message-yank-original): Ditto; set the mark at the
8475 end of the yanked message.
8476
84772005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
8478
8479 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
8480 lines to scroll rather than to stop it.
8481
8482 * mml.el (mml-generate-default-type): Add doc string.
8483 (mml-generate-mime-1): Use mm-default-file-encoding or make it
8484 default to application/octet-stream when determining the content
8485 type if it is not specified for the part or the mml contents; add
8486 a comment about mml-generate-default-type.
8487
84882005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
8489
8490 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
8491 make it default to application/octet-stream when determining the
8492 content type if it is not specified for the external contents.
8493
84942005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
8495
8496 * rfc2231.el (rfc2231-parse-string): Take care that not only a
8497 segmented parameter but also other parameters might be there.
8498
84992005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
8500
8501 * mm-decode.el (mm-display-external): Delete temp file, directory
8502 and buffer immediately if the external process is exited.
8503
85042005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
8505
8506 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
8507 fewer lines than that of scroll-margin.
8508 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
8509
85102005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
8511
8512 * gnus-art.el (gnus-article-next-page): Revert.
8513 (gnus-article-beginning-of-window): New macro.
8514 (gnus-article-next-page-1): Use it.
8515 (gnus-article-prev-page): Ditto.
8516 (gnus-article-edit-part): Use insert-buffer-substring instead of
8517 insert-buffer.
8518 (gnus-article-edit-exit): Ditto.
8519
8520 * gnus-util.el (gnus-beginning-of-window): Remove.
8521 (gnus-end-of-window): Remove.
8522
85232005-07-25 Simon Josefsson <jas@extundo.com>
8524
8525 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
8526 to have the url package without w3. Reported by Daiki Ueno
8527 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
8528
85292005-07-20 Didier Verna <didier@xemacs.org>
8530
8531 * gnus-diary.el: Remove the description comment (nndiary is now
8532 properly documented in the Gnus manual).
8533 Fix the spelling of "Back End".
8534 * nndiary.el: Ditto.
8535 Fix the copyright notice.
8536
85372005-07-18 Romain Francoise <romain@orebokech.com>
8538
149cd465
JB
8539 * gnus-sum.el (gnus-summary-to-prefix)
8540 (gnus-summary-newsgroup-prefix): New variables.
01c52d31
MB
8541 (gnus-summary-from-or-to-or-newsgroups): Use them.
8542
85432005-07-17 Romain Francoise <romain@orebokech.com>
8544
8545 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8546 space as it's generally not especially interesting to the user.
8547
85482005-07-16 Romain Francoise <romain@orebokech.com>
8549
8550 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8551 nil to avoid prompting and file modification if one of the
8552 messages at the top of the nnfolder file contains a copyright
8553 notice.
8554 Update copyright notice.
8555
8556 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8557 instead of `current-time-string' as the latter creates a time
8558 string that is not RFC 2822 compliant (it lacks the zone).
8559 Update copyright notice.
8560
85612005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
8562
8563 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
8564 for text/rtf. Display default in prompt. Pass default for M-n.
8565
8566 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
8567
85682005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8569
8570 * gnus-msg.el (gnus-button-mailto): Remove
8571 save-selected-window-window hackery because it relies on
8572 save-selected-window internals.
8573
85742005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
8575
8576 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
8577 (gnus-article-next-page-1): Use gnus-beginning-of-window.
8578 (gnus-article-prev-page): Ditto.
8579
8580 * gnus-util.el (gnus-beginning-of-window): New function.
8581 (gnus-end-of-window): New function.
8582
85832005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
8584
8585 * gnus-score.el (gnus-score-edit-all-score): Set
8586 gnus-score-edit-exit-function to gnus-score-edit-done and call
8587 gnus-message.
8588
85892005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8590
8591 * gnus-msg.el (gnus-button-mailto): Remove
8592 save-selected-window-window hackery because it relies on
8593 save-selected-window internals.
8594
85952005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
8596
8597 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
8598 add-minor-mode.
8599 (gnus-binary-mode): Ditto.
8600
8601 * gnus-topic.el (gnus-topic-mode): Ditto.
8602
86032005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
8604
8605 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
8606 (gnus-article-prev-page): Take scroll-margin into consideration.
8607
86082005-07-04 Lute Kamstra <lute@gnu.org>
8609
8610 Update FSF's address in GPL notices.
8611
86122005-07-04 Juanma Barranquero <lekktu@gmail.com>
8613
8614 * gnus.el (gnus-exit):
8615 * gnus-group.el (gnus-group-icons):
8616 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
8617
8618 * gnus-nocem.el (gnus-nocem):
8619 * message.el (message-various, message-buffers, message-sending)
8620 (message-interface, message-forwarding, message-insertion)
8621 (message-headers, message-news, message-mail):
8622 * pgg-gpg.el (pgg-gpg):
8623 * pgg-parse.el (pgg-parse):
8624 * pgg-pgp.el (pgg-pgp):
8625 * pgg-pgp5.el (pgg-pgp5):
8626 * pop3.el (pop3): Finish `defgroup' description with period.
8627
86282005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
8629
8630 * gnus-art.el (article-display-face): Improve the efficiency.
8631 (article-display-x-face): Ditto; remove grey x-face stuff.
8632
86332005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
8634
8635 * gnus-art.el (article-display-face): Correct the position in
8636 which Faces are inserted.
8637
86382005-06-29 Didier Verna <didier@xemacs.org>
8639
8640 * gnus-art.el (article-display-face): Display faces in correct
8641 order.
8642
86432005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8644
8645 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
8646 (gnus-fill-real-hashtb): Use hash table instead of obarray.
8647 (gnus-nocem-check-article): Fetch the Type header.
8648 (gnus-nocem-message-wanted-p): Fix the way to examine types.
8649 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
8650 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
8651 make sure gnus-nocem-hashtb is initialized.
8652 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
8653 (gnus-nocem-unwanted-article-p): Ditto.
8654
8655 * pgg.el (pgg-verify): Return the verification result.
8656
86572005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8658
8659 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
8660 is ascii.
8661
86622005-06-24 Juanma Barranquero <lekktu@gmail.com>
8663
8664 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
8665 `show-nonbreak-escape'.
8666
86672005-06-23 Lute Kamstra <lute@gnu.org>
8668
8669 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
8670
8671 * dig.el (dig-mode):
8672 * smime.el (smime-mode): Use gnus-run-mode-hooks.
8673
86742005-06-21 Juanma Barranquero <lekktu@gmail.com>
8675
8676 * nnimap.el (nnimap-split-download-body): Fix spellings.
8677
86782005-06-16 Juanma Barranquero <lekktu@gmail.com>
8679
8680 * gnus-art.el (gnus-article-encrypt-body):
8681 * gnus-cus.el (gnus-score-customize):
cc398b83
JB
8682 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
8683 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
b66c24b4 8684
880820fe 86852005-06-16 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8686
8687 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
8688 header by looking for magic "MII" at the beginnig.
8689
86902005-06-16 Miles Bader <miles@gnu.org>
8691
8692 * assistant.el (assistant-field): Remove "-face" suffix from face name.
8693 (assistant-field-face): New backward-compatibility alias for renamed
8694 face.
8695 (assistant-render-text): Use renamed assistant-field face.
8696
8697 * spam.el (spam): Remove "-face" suffix from face name.
8698 (spam-face): New backward-compatibility alias for renamed face.
8699 (spam-face, spam-initialize): Use renamed spam face.
8700
8701 * message.el (message-header-to, message-header-cc)
8702 (message-header-subject, message-header-newsgroups)
8703 (message-header-other, message-header-name)
8704 (message-header-xheader, message-separator, message-cited-text)
8705 (message-mml): Remove "-face" suffix from face names.
8706 (message-header-to-face, message-header-cc-face)
8707 (message-header-subject-face, message-header-newsgroups-face)
8708 (message-header-other-face, message-header-name-face)
8709 (message-header-xheader-face, message-separator-face)
8710 (message-cited-text-face, message-mml-face):
8711 New backward-compatibility aliases for renamed faces.
8712 (message-font-lock-keywords): Use renamed message faces.
8713
8714 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
8715 (sieve-test-commands, sieve-tagged-arguments):
8716 Remove "-face" suffix from face names.
8717 (sieve-control-commands-face, sieve-action-commands-face)
8718 (sieve-test-commands-face, sieve-tagged-arguments-face):
8719 New backward-compatibility aliases for renamed faces.
8720 (sieve-control-commands-face, sieve-action-commands-face)
8721 (sieve-test-commands-face, sieve-tagged-arguments-face):
8722 Use renamed sieve faces.
8723
8724 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8725 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8726 (gnus-group-news-3-empty, gnus-group-news-4)
8727 (gnus-group-news-4-empty, gnus-group-news-5)
8728 (gnus-group-news-5-empty, gnus-group-news-6)
8729 (gnus-group-news-6-empty, gnus-group-news-low)
8730 (gnus-group-news-low-empty, gnus-group-mail-1)
8731 (gnus-group-mail-1-empty, gnus-group-mail-2)
8732 (gnus-group-mail-2-empty, gnus-group-mail-3)
8733 (gnus-group-mail-3-empty, gnus-group-mail-low)
8734 (gnus-group-mail-low-empty, gnus-summary-selected)
8735 (gnus-summary-cancelled, gnus-summary-high-ticked)
8736 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8737 (gnus-summary-high-ancient, gnus-summary-low-ancient)
8738 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8739 (gnus-summary-low-undownloaded)
8740 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
8741 (gnus-summary-low-unread, gnus-summary-normal-unread)
8742 (gnus-summary-high-read, gnus-summary-low-read)
8743 (gnus-summary-normal-read, gnus-splash):
8744 Remove "-face" suffix from face names.
8745 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8746 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8747 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8748 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8749 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8750 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8751 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8752 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8753 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8754 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8755 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8756 (gnus-summary-selected-face, gnus-summary-cancelled-face)
8757 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8758 (gnus-summary-normal-ticked-face)
8759 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
8760 (gnus-summary-normal-ancient-face)
8761 (gnus-summary-high-undownloaded-face)
8762 (gnus-summary-low-undownloaded-face)
8763 (gnus-summary-normal-undownloaded-face)
8764 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8765 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8766 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8767 (gnus-splash-face):
8768 New backward-compatibility aliases for renamed faces.
8769 (gnus-group-startup-message): Use renamed gnus faces.
8770
8771 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
8772 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
8773 (gnus-server-agent): Remove "-face" suffix from face names.
8774 (gnus-server-agent-face, gnus-server-opened-face)
8775 (gnus-server-closed-face, gnus-server-denied-face)
8776 (gnus-server-offline-face):
8777 New backward-compatibility aliases for renamed faces.
8778 (gnus-server-agent-face, gnus-server-opened-face)
8779 (gnus-server-closed-face, gnus-server-denied-face)
8780 (gnus-server-offline-face): Use renamed gnus faces.
8781
8782 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
8783 Remove "-face" suffix from face names.
8784 (gnus-picon-xbm-face, gnus-picon-face):
8785 New backward-compatibility aliases for renamed faces.
8786
8787 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
8788 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
8789 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
8790 (gnus-cite-11): Remove "-face" suffix from face names.
8791 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
8792 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
8793 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
8794 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
8795 New backward-compatibility aliases for renamed faces.
8796 (gnus-cite-attribution-face, gnus-cite-face-list)
8797 (gnus-article-boring-faces): Use renamed gnus faces.
8798
8799 * gnus-art.el (gnus-signature, gnus-header-from)
8800 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8801 (gnus-header-content): Remove "-face" suffix from face names.
8802 (gnus-signature-face, gnus-header-from-face)
8803 (gnus-header-subject-face, gnus-header-newsgroups-face)
8804 (gnus-header-name-face, gnus-header-content-face):
8805 New backward-compatibility aliases for renamed faces.
8806 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8807
8808 * gnus-sum.el (gnus-summary-selected-face)
8809 (gnus-summary-highlight): Use renamed gnus faces.
8810 * gnus-group.el (gnus-group-highlight): Likewise.
8811
88122005-06-14 Juanma Barranquero <lekktu@gmail.com>
8813
8814 * gnus-sieve.el (gnus-sieve-article-add-rule):
8815 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8816 * spam-stat.el (spam-stat-buffer-change-to-spam)
8817 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8818
8819 * message.el (message-is-yours-p):
8820 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8821
88222005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
8823
8824 * mm-view.el (mm-inline-text): Withdraw the last change.
8825
88262005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
8827
8828 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8829 executing enriched-decode.
8830
88312005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
8832
8833 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8834 charset of tar files.
8835
88362005-06-04 Luc Teirlinck <teirllm@auburn.edu>
8837
8838 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8839
88402005-06-04 Lute Kamstra <lute@gnu.org>
8841
8842 * nnfolder.el (nnfolder-read-folder): Make sure that undo
8843 information is never recorded.
8844
88452005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8846
8847 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8848
88492005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
8850
8851 * pop3.el (pop3-apop): Run md5 in the binary mode.
8852
8853 * starttls.el (starttls-set-process-query-on-exit-flag):
8854 Use eval-and-compile.
8855
88562005-05-31 Simon Josefsson <jas@extundo.com>
8857
8858 * smime.el (smime-replace-in-string): Define.
8859 (smime-cert-by-ldap-1): Use it.
8860
88612005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
8862
8863 * gnus-art.el (article-display-x-face): Replace
8864 process-kill-without-query by gnus-set-process-query-on-exit-flag.
8865
8866 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8867 set-process-query-on-exit-flag or process-kill-without-query.
8868
8869 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8870 loop instead of replace-regexp.
8871
8872 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8873 instead of process-kill-without-query if it is available.
8874
8875 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8876 instead of find-file-hooks if it is available.
8877
8878 * mml1991.el: Bind pgg-default-user-id when compiling.
8879
8880 * mml2015.el: Bind pgg-default-user-id when compiling.
8881
8882 * nndraft.el (nndraft-request-associate-buffer):
8883 Use write-contents-functions instead of write-contents-hooks if it is
8884 available.
8885
8886 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8887 instead of find-file-hooks if it is available.
8888
8889 * nntp.el (nntp-open-connection): Replace
8890 process-kill-without-query by gnus-set-process-query-on-exit-flag.
8891 (nntp-open-ssl-stream): Ditto.
8892 (nntp-open-tls-stream): Ditto.
8893
8894 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8895 set-process-query-on-exit-flag or process-kill-without-query.
8896 (starttls-open-stream-gnutls): Use it instead of
8897 process-kill-without-query.
8898 (starttls-open-stream): Ditto.
8899
89002005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
8901
8902 * smime.el (smime-cert-by-ldap-1): Don't use
8903 replace-regexp-in-string.
8904
880820fe 89052005-05-31 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
8906
8907 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8908
8909 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
002876ab 8910 in PEM format. Adjust to the XEmacs compability.
01c52d31
MB
8911
89122005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
8913
8914 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8915 by `string-to-number'.
8916 * gnus-agent.el (gnus-agent-regenerate-group)
8917 (gnus-agent-fetch-articles): Ditto.
8918 * gnus-art.el (gnus-button-fetch-group): Ditto.
8919 * gnus-cache.el (gnus-cache-generate-active)
8920 (gnus-cache-articles-in-group): Ditto.
8921 * gnus-group.el (gnus-group-set-current-level)
8922 (gnus-group-insert-group-line): Ditto.
8923 * gnus-score.el (gnus-score-set-expunge-below)
8924 (gnus-score-set-mark-below, gnus-summary-score-effect)
8925 (gnus-summary-score-entry): Ditto.
8926 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8927 (gnus-soup-pack): Ditto.
8928 * gnus-spec.el (gnus-xmas-format): Ditto.
8929 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8930 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8931 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8932 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8933 * nndb.el (nndb-get-remote-expire-response): Ditto.
8934 * nndiary.el (nndiary-parse-schedule-value)
8935 (nndiary-string-to-number, nndiary-request-replace-article)
8936 (nndiary-request-article): Ditto.
8937 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8938 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8939 * nneething.el (nneething-make-head): Ditto.
8940 * nnfolder.el (nnfolder-request-article)
8941 (nnfolder-retrieve-headers): Ditto.
8942 * nnheader.el (nnheader-file-to-number): Ditto.
8943 * nnkiboze.el (nnkiboze-request-article): Ditto.
8944 * nnmail.el (nnmail-process-unix-mail-format)
8945 (nnmail-process-babyl-mail-format): Ditto.
8946 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8947 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8948 (nnmh-request-create-group, nnmh-request-list-1)
8949 (nnmh-request-group, nnmh-request-article): Ditto.
8950 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8951 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8952 * nnsoup.el (nnsoup-make-active): Ditto.
8953 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8954 * nntp.el (nntp-find-group-and-number)
8955 (nntp-retrieve-headers-with-xover): Ditto.
8956 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8957 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8958 (pgg-format-key-identifier): Ditto.
8959 * pop3.el (pop3-last, pop3-stat): Ditto.
8960 * qp.el (quoted-printable-decode-region): Ditto.
8961
8962 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8963 of concat.
8964
89652005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8966
8967 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8968
8969 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8970
8971 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8972
8973 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8974
8975 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8976
8977 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8978
8979 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8980 (gnus-carpal-mode): Ditto.
8981
8982 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8983 (gnus-browse-mode): Ditto.
8984
8985 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8986
8987 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8988
89892005-05-29 Richard M. Stallman <rms@gnu.org>
8990
8991 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8992
89932005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
8994
8995 * gnus-util.el (gnus-run-mode-hooks): New function.
8996
8997 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8998
89992005-05-26 Luc Teirlinck <teirllm@auburn.edu>
9000
9001 * gnus-agent.el (gnus-agent-make-mode-line-string):
9002 Use mode-line-highlight as mouse-face.
9003
90042005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
9005
9006 * canlock.el (canlock): Change the parent group to news.
9007
9008 * deuglify.el (gnus-outlook-deuglify): Add :group.
9009
9010 * dig.el (dig): Add :group.
9011
9012 * dns-mode.el (dns-mode): Add :group.
9013
9014 * encrypt.el (encrypt): Add :group.
9015
9016 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
9017 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
9018 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
9019 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
9020 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
9021
9022 * gnus-diary.el (gnus-diary): Add :group.
9023
9024 * gnus.el (gnus-group-news-1-face): Add :group.
9025 (gnus-group-news-1-empty-face): Ditto.
9026 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
9027 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
9028 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
9029 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
9030 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
9031 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
9032 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
9033 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
9034 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
9035 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
9036 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
9037 (gnus-summary-high-ticked-face): Ditto.
9038 (gnus-summary-low-ticked-face): Ditto.
9039 (gnus-summary-normal-ticked-face): Ditto.
9040 (gnus-summary-high-ancient-face): Ditto.
9041 (gnus-summary-low-ancient-face): Ditto.
9042 (gnus-summary-normal-ancient-face): Ditto.
9043 (gnus-summary-high-undownloaded-face): Ditto.
9044 (gnus-summary-low-undownloaded-face): Ditto.
9045 (gnus-summary-normal-undownloaded-face): Ditto.
9046 (gnus-summary-high-unread-face): Ditto.
9047 (gnus-summary-low-unread-face): Ditto.
9048 (gnus-summary-normal-unread-face): Ditto.
9049 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
9050 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
9051
9052 * hashcash.el (hashcash): New custom group.
9053 (hashcash-default-payment): Add :group.
9054 (hashcash-payment-alist): Ditto.
9055 (hashcash-default-accept-payment): Ditto.
9056 (hashcash-accept-resources): Ditto.
9057 (hashcash-path): Ditto.
9058 (hashcash-extra-generate-parameters): Ditto.
9059 (hashcash-double-spend-database): Ditto.
9060 (hashcash-in-news): Ditto.
9061
9062 * message.el (message-minibuffer-local-map): Add :group.
9063
9064 * netrc.el (netrc): Add :group.
9065
9066 * sieve-manage.el (sieve-manage-log): Add :group.
9067 (sieve-manage-default-user): Diito.
9068 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
9069 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
9070 (sieve-manage-authenticators): Ditto.
9071 (sieve-manage-authenticator-alist): Ditto.
9072 (sieve-manage-default-port): Ditto.
9073
9074 * sieve-mode.el (sieve-control-commands-face): Add :group.
9075 (sieve-action-commands-face): Ditto.
9076 (sieve-test-commands-face): Ditto.
9077 (sieve-tagged-arguments-face): Ditto.
9078
9079 * smime.el (smime): Add :group.
9080
9081 * spam-report.el (spam-report): Add :group.
9082
9083 * spam.el (spam, spam-face): Add :group.
9084
90852005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9086
9087 * nntp.el (nntp-next-result-arrived-p): Some news servers may
9088 return \n.\n.\n at the end of articles. Protect against that.
9089 (nntp-with-open-group): Allow debugging.
9090
9091 * nnheader.el (mail-header-set-extra): Make into a function
9092 because I just could't understand how to quote the list properly.
9093
9094 * dns.el (query-dns-cached): New function.
9095
90962005-05-26 Lute Kamstra <lute@gnu.org>
9097
9098 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
9099
91002005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
9101
9102 * gnus-art.el: Don't autoload mail-extract-address-components.
9103
9104 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
9105 eval-and-compile to evaluate it.
9106
9107 * hashcash.el: Don't autoload executable-find.
9108
9109 * nndb.el: Don't declare the nndb back end two or more times; don't
9110 autoload news-reply-mode, news-setup, cancel-timer and telnet.
9111
9112 * nntp.el: Autoload format-spec instead of format; use
9113 eval-and-compile to evaluate autoload forms.
9114
91152005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
9116
9117 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
9118
91192005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9120
9121 * gnus.el (gnus-version-number): Bump version.
9122
91232005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9124
9125 * gnus.el: No Gnus v0.3 is released.
9126
91272005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
9128
9129 * gnus-art.el (gnus-article-edit-part): Disable undo.
9130
91312005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
9132
9133 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
9134 gnus-article-date-lapsed-new-header is t if date timer is active;
9135 skip headers in which the original date value is empty.
9136 (gnus-article-save-original-date): Redefine it as a macro.
9137 (gnus-display-mime): Use it.
9138
91392005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
9140
9141 * gnus-art.el (article-date-ut): Support converting date in
9142 forwarded parts as well.
9143 (gnus-article-save-original-date): New function.
9144 (gnus-display-mime): Use it.
9145
91462005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
9147
9148 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
9149 enclosure element of <item>.
9150
91512005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
9152
9153 * message.el (message-kill-buffer-query): Renamed from
9154 `message-kill-buffer-query-if-modified'. Added :version.
9155
91562005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
9157
9158 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
9159 window layout.
9160
91612005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
9162
9163 * mml.el: Autoload dnd when compiling.
9164
91652005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
9166
9167 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
9168 x-dnd-*.
9169
91702005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
9171
9172 * qp.el (quoted-printable-encode-region): Save excursion.
9173
91742005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
9175
9176 * message.el (message-kill-buffer-query-if-modified): Add new variable
9177 so the user can kill a modified message buffer quickly.
9178 (message-kill-buffer): Use it.
9179
91802005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
9181
9182 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
9183 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
9184
91852005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
9186
9187 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
9188 contained in text because xml.el decodes entities) with LFs.
9189
91902005-04-11 Lute Kamstra <lute@gnu.org>
9191
9192 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
9193 differently.
9194
91952005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9196
9197 * mm-util.el (mm-detect-coding-region): Typo.
9198
91992005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
9200
9201 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
9202
f0131492 92032005-04-06 Deepak Goel <deego@gnufans.org>
01c52d31
MB
9204
9205 * spam-stat.el (spam-stat-score-buffer): Add a call to a
9206 user-function allow user modifications of the scores.
9207 (spam-stat-score-buffer-user): New function, to allow
9208 user-computed modifications to the score.
002876ab
JB
9209 (spam-stat-score-buffer-user-functions): List of additional
9210 scoring functions.
9211 (spam-stat-error-holder): Global temporary error holder.
9212 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
9213 variable.
01c52d31
MB
9214
92152005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
9216
9217 * gnus-registry.el (gnus-registry-clean-empty-function)
9218 (gnus-registry-trim, gnus-registry-fetch-groups)
9219 (gnus-registry-delete-group): Groups that match
9220 `gnus-registry-ignored-groups' are removed from the registry
9221 entries, not just ignored for splitting. This helps clean up the
9222 registry. Also, `gnus-registry-fetch-groups' is a convenient way
9223 to get all the groups a message ID is in.
9224
9225 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
9226 (spam-stat-split-fancy): Change "threshhold" to "threshold"
9227 (spam-stat-score-buffer-user-functions): Add :number custom type.
9228
92292005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9230
9231 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
9232 argument in XEmacs.
9233
9234 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
9235 (nnrss-request-group): Decode group name first.
9236 (nnrss-request-article): Make a text/plain article if mml-to-mime
9237 failed.
9238 (nnrss-get-encoding): Return a compatible encoding according to
9239 nnrss-compatible-encoding-alist.
9240 (nnrss-find-el): Use consp instead of listp.
9241 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
9242
92432005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9244
9245 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
9246 which Emacs 20 doesn't support.
9247 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
9248
92492005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
9250
9251 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
002876ab 9252 silence the byte compiler inside the defun.
01c52d31
MB
9253
9254 * gnus-demon.el (parse-time-string): Add autoload.
9255
9256 * gnus-delay.el (parse-time-string): Add autoload.
9257
9258 * gnus-art.el (parse-time-string): Add autoload.
9259
9260 * nnultimate.el (parse-time): Require for `parse-time-string'.
9261
92622005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
9263
9264 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
9265
9266 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
9267
9268 * smime.el (smime-ldap-host-list): Add :version.
9269
92702005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
9271
9272 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
9273 pass it to `gnus-browse-read-group'.
9274 (gnus-browse-read-group): Add NUMBER argument and pass it to
9275 `gnus-group-read-ephemeral-group'.
9276
9277 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
9278 argument and pass it to `gnus-group-read-group'.
9279
92802005-03-19 Aidan Kehoe <kehoea@parhasard.net>
9281
9282 * mm-util.el (mm-xemacs-find-mime-charset): Only call
9283 mm-xemacs-find-mime-charset-1 if we have the mule feature
9284 available at runtime.
9285
92862005-03-25 Werner Lemberg <wl@gnu.org>
9287
9288 * nnmaildir.el: Replace `illegal' with `invalid'.
9289
92902005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9291
9292 * gnus-start.el (gnus-display-time-event-handler):
9293 Check display-time-timer at runtime rather than only at load time
9294 in case display-time-mode is turned off in the mean time.
9295
92962005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
9297
9298 * nnimap.el (nnimap-open-connection): Print which authinfo file is
9299 used.
9300
9301 * nneething.el (nneething-map-file-directory): Derive from
9302 `gnus-directory'.
9303
9304 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
9305 the To/Cc button.
9306
93072005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
9308
9309 * nnmaildir.el (nnmaildir-request-accept-article):
9310 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
9311
93122005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
9313
9314 * gnus-async.el: Require timer-funcs at compile time when in
9315 XEmacs for `run-with-idle-timer'.
9316
93172005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
9318
9319 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
9320 autoloaded function.
9321
93222005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9323
9324 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
9325
880820fe 93262005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
01c52d31
MB
9327
9328 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
9329
93302005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9331
9332 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
9333 gnus-expert-user to default.
9334
93352005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
9336
9337 * nnimap.el (nnimap-open-server): Ditto.
9338
9339 * imap.el (imap-authenticate): Fix typo.
9340
93412005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
9342
9343 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
9344 buffer (since IMAP server might return FETCH response out of
9345 order, and the nntp buffer must be sorted).
9346
93472005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
9348
9349 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
9350 comparison on string.
9351
149cd465
JB
9352 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
9353 (gnus-agent-score): Renamed category keywords to match gnus-cus.
01c52d31
MB
9354 (gnus-agent-summary-fetch-series): Modified to protect against
9355 gnus-agent-summary-fetch-group clearing processable flags.
9356 (gnus-agent-synchronize-group-flags): Update live group buffer as
9357 synchronization may occur due to the user toggle the plugged
9358 status.
9359 (gnus-agent-fetch-group-1): Clear downloadable flag when article
9360 successfully downloaded.
9361 (gnus-agent-expire-group-1): Avoid using markers when the overview
9362 is in ascending order; greatly improves performance.
9363 (gnus-agent-regenerate-group): Use
9364 gnus-agent-synchronize-group-flags to reset read status in both
9365 gnus and server.
9366 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
9367
93682005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
9369
9370 * message.el: Don't autoload former message-utils variables.
9371 (message-strip-subject-trailing-was): Change doc string.
9372
9373 * nnweb.el: Fixes for `gnus-group-make-web-group'.
9374 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
9375 (nnweb-google-search): Add "hl=en" here.
9376 (nnweb-google-parse-1, nnweb-google-create-mapping):
9377 Don't hardcode URL.
9378
93792005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9380
9381 * message.el (message-get-reply-headers, message-followup):
9382 Mention related variables `message-use-followup-to' and
9383 `message-use-mail-followup-to', in the information buffer.
9384
9385 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
9386 of broken groups(-beta).google.com.
9387
93882005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
9389
9390 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
9391 parameter to invoked gnus-request-move-article; remove the
9392 redundant gnus-sum-hint-move-is-internal variable; apply the marks
9393 all at once instead of once per article.
9394 (gnus-summary-remove-process-mark): Accept a list of articles as
9395 well as a single article for processing.
9396
9397 * gnus-int.el (gnus-request-move-article): Add move-is-internal
9398 parameter.
9399
9400 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
9401
9402 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
9403
9404 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
9405 parameter.
9406
9407 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
9408 parameter.
9409
9410 * nnimap.el (nnimap-request-move-article): Add move-is-internal
9411 parameter and remove the gnus-sum-hint-move-is-internal variable.
9412
9413 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
9414 parameter.
9415
9416 * nndraft.el (nndraft-request-move-article): Add move-is-internal
9417 parameter.
9418
9419 * nndiary.el (nndiary-request-move-article): Add move-is-internal
9420 parameter.
9421
9422 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
9423
9424 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
9425 parameter.
9426
9427 * nnagent.el (nnagent-request-move-article): Add move-is-internal
9428 parameter.
9429
94302005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
9431
9432 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
9433 a more conservative way.
9434
94352005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
9436
9437 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
9438 buffer, so it moves the window's cursor.
9439
880820fe 94402005-02-26 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
9441
9442 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
9443 `mm-dissect-multipart' and receive the from field as an (optional)
9444 argument from `mm-dissect-multipart'.
9445 (mm-dissect-multipart): Receive the from field as an argument and
9446 pass it on when we call `mm-dissect-buffer' on MIME parts.
9447 Fixes verification/decryption of signed/encrypted MIME parts.
9448
94492005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
9450
9451 * gnus-sum.el (gnus-summary-move-article): Set
9452 gnus-sum-hint-move-is-internal for gnus-request-move-article and
9453 whatever it calls (right now, only nnimap-request-move article
9454 respects it).
9455
9456 * nnimap.el (nnimap-request-move-article): When
9457 gnus-sum-hint-move-is-internal is set, don't do the extra
9458 nnimap-request-article.
9459
94602005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
9461
9462 * nnheader.el (nnheader-find-file-noselect): Add doc string.
9463
9464 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
9465 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
9466
9467 * gnus-sum.el (gnus-summary-caesar-message):
9468 Apply `gnus-treat-article' after rotation.
9469
9470 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
9471 doc string.
9472
94732005-02-22 Simon Josefsson <jas@extundo.com>
9474
9475 * encrypt.el (encrypt-password-cache-expiry): Remove (use
880820fe 9476 `password-cache-expiry' instead). Reported by Arne Jørgensen
01c52d31
MB
9477 <arne@arnested.dk>.
9478 (encrypt): Add password-cache and password-cache-expiry as group
9479 members.
9480
880820fe 94812005-02-22 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
9482
9483 * smime.el (smime-ldap-host-list): Doc fix.
9484 (smime-ask-passphrase): Use `password-read-and-add' to read (and
9485 cache) password.
9486 (smime-sign-region): Use it.
9487 (smime-decrypt-region): Use it.
9488 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
9489 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
9490 fails.
9491 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
9492 certificate from DER to PEM format rather than calling openssl.
9493
9494 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
9495
9496 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
9497 for signing/encryption.
9498
9499 * mml.el (mml-parse-1): Use them.
9500
880820fe 95012005-02-21 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
9502
9503 * nnrss.el (nnrss-verbose): Removed.
9504 (nnrss-request-group): Use `nnheader-message' instead.
9505
95062005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
9507
9508 * nnrss.el (nnrss-verbose): New variable.
9509 (nnrss-request-group): Make it say nnrss is requesting a group.
9510
95112005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
9512
9513 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9514 Handle news URL with given port correctly.
9515
95162005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
9517
9518 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9519 containing special characters.
9520
9521 * gnus-sum.el (gnus-summary-edit-article): Ditto.
9522
9523 * mml.el (mime-to-mml): Ditto.
9524
9525 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9526 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9527 (rfc2047-decode-region): Quote decoded words containing special
9528 characters when rfc2047-quote-decoded-words-containing-tspecials
9529 is non-nil.
9530
95312005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
9532
9533 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
9534
9535 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
9536
95372005-02-15 Simon Josefsson <jas@extundo.com>
9538
9539 * nnimap.el (nnimap-debug): Doc fix.
9540
9541 * imap.el (imap-debug): Doc fix.
9542
95432005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
9544
9545 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
9546
95472005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
9548
9549 * gnus.el (spam-contents): Improve docs for spam-contents
9550 parameter in its variable incarnation.
9551
95522005-02-14 Simon Josefsson <jas@extundo.com>
9553
9554 * smime-ldap.el: Use require instead of load-library for ldap.
9555 (smime-ldap-search): Indent.
9556 (smime-ldap-search-internal): Shorten line.
9557
9558 * smime.el (smime-cert-by-dns): Add doc-string.
9559 (smime-cert-by-ldap-1): Indent.
9560
9561 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
9562 mml-smime-get-dns-ldap.
9563 (mml-smime-encrypt-query): Use new function. Default to ldap.
9564
880820fe 95652005-02-14 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
9566
9567 * smime.el: Require smime-ldap.
9568 (smime-ldap-host-list): New variable.
9569 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
9570
9571 * mml-smime.el (mml-smime-encrypt-query): New function.
9572 (mml-smime-encrypt-query): Use it.
9573
9574 * smime-ldap.el: New file.
9575
95762005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
9577
9578 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
9579
95802005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
9581
9582 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
9583 argument in doc string. Make query for type more clear.
9584
95852005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9586
9587 * gnus.el (gnus-group-startup-message): Search for gnus images in
9588 etc/images/gnus.
9589 * mm-util.el (mm-image-load-path): Likewise.
9590 * smiley.el (smiley-data-directory): Search for smilies in
9591 etc/images/smilies.
9592
95932005-02-09 Kim F. Storm <storm@cua.dk>
9594
9595 Change Emacs release version from 21.4 to 22.1 throughout.
9596 Change Emacs development version from 21.3.50 to 22.0.50.
9597
95982005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
9599
9600 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
9601
9602 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
9603 non-Mule XEmacs as well.
9604 (mm-decompress-buffer): Signal an error intentionally if it does
9605 not decompress compressed data because auto-compression-mode is
9606 disabled.
9607
96082005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
9609
9610 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
9611 an ID in the registry even if it has no groups.
9612
96132005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
9614
9615 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
9616 merge it into mm-decompress-buffer.
9617 (gnus-mime-copy-part): Use the MIME part charset, the value which
9618 a user specified or gnus-newsgroup-charset for decoding, like
9619 gnus-mime-inline-part does; set buffer-file-coding-system to tell
9620 save-buffer what was used. Suggested by Kevin Ryde
9621 <user42@zip.com.au>.
9622 (gnus-mime-inline-part): Allow the name parameter as well as the
9623 filename parameter; force decompressing of compressed data; always
9624 display contents being not decoded as unibyte.
9625
9626 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
9627 as well as the filename parameter.
9628
9629 * mm-util.el (mm-decompress-buffer): Merge
9630 gnus-mime-jka-compr-maybe-uncompress.
9631 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
9632 of compressed data.
9633
96342005-02-08 Simon Josefsson <jas@extundo.com>
9635
9636 * imap.el (imap-log): Doc fix.
9637
96382005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
9639
9640 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
9641 the coding cookies; decompress compressed parts.
9642
10d1d0af 9643 * mml.el (mml-generate-mime-1): Add the charset parameter according
01c52d31
MB
9644 to the value which a user specified manually or the coding cookie.
9645
9646 * mm-util.el (mm-string-to-multibyte): New function.
9647 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
9648 (mm-coding-system-to-mime-charset): New function.
9649 (mm-decompress-buffer): New function.
9650 (mm-find-buffer-file-coding-system): New function.
9651
9652 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
9653 (mm-display-inline-fontify): Rewrite for decoding and decompressing
9654 parts.
9655
96562005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9657
9658 * mm-view.el (mm-display-inline-fontify): Decode a part according
9659 to the charset parameter.
9660
96612005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
9662
9663 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
9664 prefix arg is neither nil nor a number, as info specifies.
9665
96662005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
9667
9668 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
9669 timestamps.
9670
96712005-02-02 Jari Aalto <jari.aalto@cante.net>
9672
9673 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
9674 groups error checking and notify user.
9675
96762005-02-02 Jari Aalto <jari.aalto@poboxes.com>
9677
9678 * message.el (message-send-mail-function): Check existence of
9679 sendmail-program first before using default value
9680 `message-send-mail-with-sendmail'. Otherwise use more generic
9681 `smtpmail-send-it'.
9682
96832005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
9684
9685 * nntp.el (nntp-request-update-info): Always return nil.
9686
96872005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
9688
9689 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
9690
96912005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
9692
9693 * message.el (message-beginning-of-line): Change the behavior when
9694 invoked between BOL and : so that it first moves backward.
9695
96962005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
9697
9698 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9699 article buffer when editing of the article is discarded.
9700 (gnus-article-prepare): Revert.
9701
97022005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
9703
9704 * gnus-art.el (gnus-article-prepare):
9705 Remove message-strip-forbidden-properties from the local hook.
9706
97072005-01-27 Simon Josefsson <jas@extundo.com>
9708
9709 * password.el (password-cache-add): Only start one timer per key.
9710 Reported by Derek Atkins <warlord@MIT.EDU>.
9711
97122005-01-26 Steve Youngs <steve@sxemacs.org>
9713
9714 * run-at-time.el: Removed. It is no longer needed as
9715 timer-funcs.el in the xemacs-base package has a working version of
9716 `run-at-time'.
9717
9718 * password.el: Require timer-funcs instead of run-at-time in
9719 XEmacs.
9720 Remove `password-run-at-time' macro.
9721 (password-cache-add): Use `run-at-time' instead of
9722 `password-run-at-time'.
9723
9724 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
9725 for `run-with-idle-timer'.
9726
9727 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
9728 for `run-at-time'.
9729
9730 * mm-url.el: Require timer-funcs at compile time when in XEmacs
9731 for `with-timeout'.
9732
97332005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9734
9735 * mml.el (mml-generate-mime-1): Convert string into unibyte when
9736 inserting " *mml*" buffer's contents into a unibyte temp buffer.
9737
97382005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
9739
9740 * mail-source.el (mail-source-fetch-imap): Search for ^From case
9741 sensitively.
9742
97432005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
9744
9745 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
9746
97472005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
9748
9749 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
9750 which will be inserted according to the multibyteness of a buffer
9751 rather than the type of contents. Suggested by ARISAWA Akihiro
9752 <ari@mbf.ocn.ne.jp>.
9753
9754 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
9755 of string which old xml.el may return rather than a string.
9756
97572005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
9758
9759 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
9760
97612005-01-16 Simon Josefsson <jas@extundo.com>
9762
9763 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9764 idn/idna.el isn't available.
9765 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
9766 <michael@waxrat.com>.
9767
9768 * hashcash.el: Remove non-FSF copyright header.
9769
9770 * hashcash.el (hashcash-extra-generate-parameters): New variable.
9771 (hashcash-generate-payment): Use it.
9772 (hashcash-generate-payment-async): Use it.
9773
97742005-01-15 Simon Josefsson <jas@extundo.com>
9775
9776 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9777 Suggested by Raymond Scholz <ray-2005@zonix.de>.
9778
9779 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9780 gnus-summary-idna-message.
9781 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9782 (gnus-summary-idna-message): New function.
9783
97842005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
9785
9786 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9787 gnus-novice-user.
9788
97892005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
9790
9791 * nnrss.el (nnrss-request-delete-group): Delete entries in
9792 nnrss-group-alist as well.
9793 (nnrss-save-server-data): Insert newline.
9794
97952005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
9796
9797 * gnus.el (gnus-user-agent): Use list of symbols instead of
9798 symbols. Display full version number for (S)XEmacs. Optionally
9799 display (S)XEmacs codename.
9800
9801 * gnus-util.el (gnus-emacs-version): Update for new
9802 `gnus-user-agent'.
9803
9804 * gnus-msg.el (gnus-extended-version): Make it possible to omit
9805 Gnus version.
9806
98072005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
9808
9809 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
9810 which is unreadable in some setups.
9811
98122005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9813
9814 * gnus-spec.el (gnus-update-format-specifications): Flush the
9815 group format spec cache if it doesn't support decoded group names.
9816
98172005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
9818
c9e31f32
SM
9819 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9820 Allow to apply decay on score files matching a regexp.
01c52d31
MB
9821
98222004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
9823
9824 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9825 compatibility in %g and %c.
9826
98272004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
9828
9829 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9830 name for only %g and %c.
9831 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9832 of gnus-tmp-group to decoded group name.
9833 (gnus-group-make-rss-group): Exclude `/'s from group names.
9834
98352004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
9836
9837 * nnrss.el (nnrss-get-encoding): Fix regexp.
9838
98392004-12-27 Simon Josefsson <jas@extundo.com>
9840
9841 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9842 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9843 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
9844
98452004-12-17 Kim F. Storm <storm@cua.dk>
9846
9847 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9848
9849 * gnus-sum.el (gnus-summary-mode-map): Likewise.
9850
98512004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
9852
9853 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9854
98552004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
9856
9857 * nnrss.el: Require rfc2047 and mml.
9858 (nnrss-file-coding-system): New variable.
9859 (nnrss-format-string): Redefine it as an inline function.
9860 (nnrss-decode-group-name): New function.
9861 (nnrss-string-as-multibyte): Remove.
9862 (nnrss-retrieve-headers): Decode group name; don't use
9863 nnrss-format-string.
9864 (nnrss-request-group): Decode group name.
9865 (nnrss-request-article): Decode group name; allow a Message-ID as
9866 well as an article number; don't use nnrss-format-string; encode a
9867 Message-ID string which may contain non-ASCII characters; use
9868 mml-to-mime to compose a MIME article.
9869 (nnrss-request-expire-articles): Decode group name.
9870 (nnrss-request-delete-group): Decode group name.
9871 (nnrss-fetch): Clarify error message.
9872 (nnrss-read-server-data): Use insert-file-contents instead of load;
9873 bind file-name-coding-system; use multibyte buffer.
9874 (nnrss-save-server-data): Bind coding-system-for-write to the
9875 value of nnrss-file-coding-system; bind file-name-coding-system;
9876 add coding cookie.
9877 (nnrss-read-group-data): Use insert-file-contents instead of load;
9878 bind file-name-coding-system; use multibyte buffer.
9879 (nnrss-save-group-data): Bind coding-system-for-write to the
9880 value of nnrss-file-coding-system; bind file-name-coding-system.
9881 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9882 make it work with non-ASCII text.
9883 (nnrss-find-el): Make it work with old xml.el as well.
9884
98852004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
9886
9887 * nnrss.el (nnrss-get-encoding): New function.
9888 (nnrss-fetch): Use unibyte buffer initially; bind
9889 coding-system-for-read while performing mm-url-insert; remove ^Ms;
9890 decode contents according to the encoding attribute.
9891 (nnrss-save-group-data): Add coding cookie.
9892 (nnrss-mime-encode-string): New function.
9893 (nnrss-check-group): Use it to encode subject and author.
9894
98952004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
9896
9897 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9898 imaginary variable.
9899
99002004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9901
9902 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9903 correctly even if there are wide characters.
9904
99052004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
9906
9907 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9908 downcased symbol names; make a new cache instead of reusing
9909 bbdb-hashtable.
9910
99112004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
9912
9913 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9914 concatenating segments rather than before concatenating them.
9915 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9916
9917 * message.el (message-get-reply-headers): Bind `extra'.
9918
99192004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9920
9921 * message.el (message-extra-wide-headers): New variable.
9922 (message-get-reply-headers): Use it.
9923
99242004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
9925
9926 * gnus-agent.el (gnus-agent-group-path): Decode group name.
9927 (gnus-agent-group-pathname): Ditto.
9928
9929 * gnus-cache.el (gnus-cache-file-name): Decode group name.
9930
9931 * gnus-group.el (gnus-group-make-group): Decode group name.
9932 (gnus-group-make-rss-group): Register the group data after opening
9933 the nnrss group.
9934
99352004-12-17 Paul Jarc <prj@po.cwru.edu>
9936
9937 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9938 by expiry now get marked as read.
9939
99402004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9941
9942 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9943
99442004-12-17 Aidan Kehoe <kehoea@parhasard.net>
9945
9946 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9947 unify Latin characters in XEmacs.
9948 (mm-find-mime-charset-region): Use it.
9949
99502004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9951
9952 * gnus-util.el (gnus-delete-directory): New function.
9953
9954 * gnus-agent.el (gnus-agent-delete-group): Use it.
9955
9956 * gnus-cache.el (gnus-cache-delete-group): Use it.
9957
99582004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
9959
9960 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9961 names.
9962
99632004-12-16 Simon Josefsson <jas@extundo.com>
9964
9965 * hashcash.el (hashcash-payment-alist): Fix custom :type.
9966
99672004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
9968
9969 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9970
9971 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9972 (gnus-group-set-current-level): Decode group name.
9973
99742004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
9975
9976 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9977 failed.
9978
99792004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
9980
9981 * gnus-group.el (gnus-group-delete-group): Decode group name.
9982 (gnus-group-make-rss-group): Encode group name.
9983 (gnus-group-catchup-current): Decode group name.
9984 (gnus-group-kill-group): Decode group name.
9985
99862004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
9987
9988 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9989
99902004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
9991
9992 * gnus-group.el (gnus-group-make-rss-group):
9993 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9994
9995 * gnus-start.el (gnus-setup-news): Honor user's setting to
9996 gnus-message-archive-method. Suggested by Lute Kamstra
9997 <lute@gnu.org>.
9998
99992004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
10000
10001 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
10002 global counterparts of the buffer-local variables.
10003
100042004-11-16 Romain Francoise <romain@orebokech.com>
10005
10006 * gnus-sum.el (gnus-summary-exit): Don't clear the global
10007 counterparts of the buffer-local variables.
10008
100092004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
10010
10011 * message.el (message-forbidden-properties): Fixed typo in doc
10012 string.
10013
100142004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
10015
10016 * gnus-util.el (gnus-replace-in-string): Added doc string.
10017
10018 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
10019 to avoid problems when splitting mails with many recipients.
10020
100212004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10022
10023 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
10024 pop-to-buffer, covered by the subsequent gnus-configure-windows.
10025
100262004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
10027
10028 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
10029 if there is no hashtable in memory or file modification time is
10030 newer than cached timestamp.
10031
100322004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
10033
10034 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
10035 not-matching option.
10036
100372004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
10038
10039 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
10040 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
10041 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10042 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
10043 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
10044 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
10045
100462004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
10047
10048 * message.el (message-forward-make-body-mml): Remove headers
10049 according to message-forward-ignored-headers if a message is decoded.
10050
100512004-12-02 Romain Francoise <romain@orebokech.com>
10052
10053 * message.el (message-forward-make-body-plain): Always remove
10054 headers according to message-forward-ignored-headers.
10055
100562004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
10057
10058 * spam.el (spam-summary-prepare-exit): Remove the
10059 gnus-summary-limit pop for now, it has problems with ham marks for
10060 me.
10061
100622004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
10063
10064 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
10065 correctly.
10066
100672004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
10068
10069 * format-spec.el (format-spec): Message the char.
10070
100712004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
10072
10073 * gnus-art.el (gnus-split-methods): Reformat comments.
10074
10075 * spam.el (spam-summary-prepare-exit): Remove article limits
10076 before exiting the summary buffer.
10077
100782004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
10079
10080 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
10081 order to silence the byte compiler.
10082
10083 * spam.el: Fix the way to silence the byte compiler, which
10084 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
10085 bbdb-search-simple, spam-BBDB-register-routine,
10086 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
10087 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
10088 spam-stat-buffer-is-spam, spam-stat-load,
10089 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
10090 spam-stat-save and spam-stat-split-fancy.
10091
100922004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
10093
10094 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
10095 which may confuse users.
10096 (canlock-password-for-verify): Ditto.
10097
10098 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
10099
10100 * gnus-art.el (gnus-emphasis-alist): Ditto.
10101
10102 * gnus-registry.el (gnus-registry-max-entries): Ditto.
10103
10104 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
10105
10106 * gnus-start.el (gnus-save-killed-list): Ditto.
10107
10108 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
10109 (gnus-sum-thread-tree-root): Ditto.
10110 (gnus-sum-thread-tree-false-root): Ditto.
10111 (gnus-sum-thread-tree-single-indent): Ditto.
10112
10113 * message.el (message-courtesy-message): Ditto.
10114 (message-archive-note): Ditto.
10115 (message-subscribed-address-file): Ditto.
10116 (message-user-fqdn): Ditto.
10117
10118 * spam-report.el (spam-report-gmane-regex): Ditto.
10119
10120 * spam.el (spam-blackhole-good-server-regex): Ditto.
10121
101222004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
10123
10124 * mml.el (mml-preview): Widen the message buffer before copying
10125 the contents to the preview buffer; sort headers before previewing.
10126
10127 * message.el (message-hidden-headers): Fix the way to avoid a bug
10128 in the `repeat' widget in Emacs 21.3 or earlier.
10129
101302004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
10131
10132 * message.el (message-hidden-headers): Default to "^References:".
10133 Improve customization type. Suggested by Reiner Steib
10134 <Reiner.Steib@gmx.de>.
10135
101362004-11-25 Romain Francoise <romain@orebokech.com>
10137
10138 * message.el (message-strip-forbidden-properties): Remove check for
10139 obsolete `message-hidden' text property, hidden headers are not
10140 accessible in the buffer anymore.
10141
101422004-11-22 Romain Francoise <romain@orebokech.com>
10143
10144 * message.el (message-header-format-alist): Add `From' in list
10145 so that it can be sorted.
10146 (message-fix-before-sending): Widen and sort headers before
10147 sending.
10148 (message-hide-headers): Use narrowing to hide headers by moving
10149 them to the top of the buffer and narrowing to the region
10150 underneath.
10151
101522004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10153
10154 * message.el (message-strip-forbidden-properties): Bind
10155 buffer-read-only (etc) to nil.
10156
101572004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
10158
10159 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
10160 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10161
101622004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
10163
10164 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
10165
101662004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10167
10168 * dns.el (query-dns): Use sit-for to time instead of
10169 accept-process-output, since that doesn't seem to work on udp
10170 sockets.
10171
101722004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
10173
10174 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
10175
101762004-11-15 Jesper Harder <harder@ifa.au.dk>
10177
10178 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
10179 doc string. Improve doc string.
10180
101812004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
10182
10183 * nntp.el (nntp-request-update-info): Return nil if
10184 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
10185 may not call gnus-activate-group which uselessly issues the GROUP
10186 commands for all nntp groups and wastes time. Reported by Romain
10187 Francoise <romain@orebokech.com>.
10188
10189 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
10190
101912004-11-15 Simon Josefsson <jas@extundo.com>
10192
10193 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
10194 headers separately.
880820fe 10195 (gnus-button-openpgp): New function, inspired by Jochen Küpper
01c52d31
MB
10196 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
10197
101982004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
10199
10200 * gnus-start.el (gnus-convert-old-newsrc):
10201 Assign legacy-gnus-agent to 5.10.7.
10202
102032004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10204
10205 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
10206 start of the lines.
10207
102082004-11-14 Magnus Henoch <mange@freemail.hu>
10209
10210 * hashcash.el (hashcash-default-payment): Change default to 20
10211 (hashcash-default-accept-payment): Change default to 20
10212 (hashcash-process-alist): New variable
10213 (hashcash-generate-payment-async): Add
10214 (hashcash-already-paid-p): Add
10215 (hashcash-insert-payment): Don't generate payments twice
10216 (hashcash-insert-payment-async): Add
10217 (hashcash-insert-payment-async-2): Add
10218 (hashcash-cancel-async): Add
10219 (hashcash-wait-async): Add
10220 (hashcash-processes-running-p): Add
10221 (hashcash-wait-or-cancel): Add
10222 (mail-add-payment): New optional argument. Conditionally start
10223 asynchronous calculation.
10224 (mail-add-payment-async): Add
10225
10226 * message.el (message-send-mail): Wait for asynchronous hashcash
10227 results. Don't clobber existing X-Hashcash headers.
10228 (message-setup-1): Call mail-add-payment-async when
10229 message-generate-hashcash is non-nil.
10230
102312004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10232
10233 * message.el (message-use-alternative-email-as-from): Examine the
10234 From header as well; use message-make-from in order to include a
10235 user's full name.
10236
102372004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
10238
10239 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
10240 default; improve customization type.
10241 (gnus-emphasis-custom-with-format): New macro.
10242 (gnus-emphasis-custom-value-to-external): New function.
10243 (gnus-emphasis-custom-value-to-internal): New function.
10244
102452004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
10246
10247 * dns.el (query-dns): Resolve reverse addresses.
10248
102492004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10250
10251 * gnus-group.el (gnus-group-get-new-news): Use it.
10252
10253 * gnus-start.el (gnus-check-reasonable-setup): New function.
10254
102552004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
10256
10257 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
10258 "Args out of range" error. Reported by Arnaud Giersch
10259 <arnaud.giersch@free.fr>.
10260
102612004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
10262
10263 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
10264
102652004-11-04 Richard M. Stallman <rms@gnu.org>
10266
10267 * spam.el (spam group): Add :version.
10268
10269 * pgg-def.el (pgg group): Add :version.
10270
102712004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
10272
10273 * gnus-art.el (gnus-article-edit-article): Don't associate the
10274 article buffer with a draft file. This is a temporary measure
10275 against the 2004-08-22 change to gnus-article-edit-mode.
10276
102772004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
10278
10279 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
10280 (html2text-format-tags): Remove unused variable `attr'.
10281
102822004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
10283
10284 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
10285
10286 * spam-stat.el (spam-stat): Add :version.
10287
10288 * sieve.el (sieve): Add :version.
10289
10290 * sha1.el (sha1): Add :version.
10291 (sha1-use-external): Remove redundant version.
10292
10293 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
10294 (nnmail-cache-ignore-groups, nnmail-spool-hook)
10295 (nnmail-split-fancy-match-partial-words)
10296 (nnmail-split-lowercase-expanded): Add :version.
10297
10298 * nndiary.el (nndiary): Add :version.
10299
10300 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
10301
10302 * mml-sec.el (mml-default-sign-method)
10303 (mml-default-encrypt-method, mml-signencrypt-style-alist):
10304 Add :version.
10305
10306 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
10307
10308 * mm-url.el (mm-url-use-external, mm-url-program)
10309 (mm-url-arguments): Add :version.
10310
10311 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
10312 (mm-attachment-file-modes, mm-decrypt-option)
10313 (mm-w3m-safe-url-regexp): Add :version.
10314
10315 * message.el (message-cite-prefix-regexp)
10316 (message-sendmail-envelope-from, message-minibuffer-local-map)
10317 (message-user-fqdn, message-completion-alist): Add :version.
10318
10319 * gnus-win.el (gnus-configure-windows-hook)
10320 (gnus-use-frames-on-any-display): Add :version.
10321
10322 * gnus-art.el (gnus-article-address-banner-alist)
10323 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
10324 (gnus-treat-from-picon, gnus-treat-mail-picon)
10325 (gnus-treat-x-pgp-sig): Add :version.
10326
10327 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
10328 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
10329 (gnus-summary-article-delete-hook)
10330 (gnus-summary-display-while-building): Add :version.
10331
10332 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
079a5e72 10333 (gnus-get-top-new-news-hook): Add :version.
01c52d31
MB
10334
10335 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10336 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
10337
10338 * gnus-registry.el (gnus-registry): Add :version.
10339
10340 * gnus-spec.el (gnus-use-correct-string-widths)
10341 (gnus-make-format-preserve-properties): Add :version.
10342
10343 * gnus.el (gnus-group-charter-alist)
10344 (gnus-group-fetch-control-use-browse-url)
10345 (gnus-install-group-spam-parameters): Add :version.
10346
10347 * gnus-diary.el (gnus-diary): Add :version.
10348
10349 * gnus-delay.el (gnus-delay): Add :version.
10350
10351 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
10352 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
10353 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
10354 Add :version.
10355
10356 * gnus-agent.el (gnus-agent-max-fetch-size)
10357 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
10358 (gnus-agent-prompt-send-queue): Add :version.
10359
10360 * deuglify.el (gnus-outlook-deuglify): Add :version.
10361
10362 * html2text.el: Beautify code. Improve doc strings. Some
10363 checkdoc cleanup.
10364 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
10365
103662004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
10367
10368 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
10369
103702004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
10371
10372 * gnus-registry.el (gnus-registry-hashtb): Create the registry
10373 when package is loaded.
10374
10375 * spam.el (spam-summary-score-preferred-header): Add global preference
10376 for people who want to override the default SpamAssassin over
10377 Bogofilter preference (when both are set).
10378 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
10379 (spam-user-format-function-S): Check
10380 spam-summary-score-preferred-header.
10381 (spam-extra-header-to-number): Add X-Bogosity header parsing.
10382 (spam-user-format-function-S): Format the score correctly.
10383
103842004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
10385
10386 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
10387 signature file. Suggested by Manoj Srivastava
10388 <srivasta@golden-gryphon.com>.
10389
10390 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
10391 iso-2022-jp even in the Japanese language environment.
10392 Suggested by Jason Rumney <jasonr@gnu.org>.
10393
103942004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
10395
10396 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
10397 use the same characters as the dummy marks; make it free from
10398 getting affected by the language environment.
10399 (gnus-summary-read-group-1): Update mark positions only when the
10400 format spec is updated.
10401
10402 * gnus-spec.el (gnus-update-format-specifications): Return a list
10403 of updated types.
10404
104052004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
10406
10407 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
10408 of boundp to check if display-warning is available.
10409
104102004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
10411
10412 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
10413
104142004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
10415
10416 * nnspool.el (nnspool-spool-directory): Use news-path if the
10417 news-directory variable is not bound.
10418
10419 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
10420 function instead of display-warning if it is not available.
10421
104222004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
10423
10424 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
10425 v5-10: Use `point-at-bol'.
10426
104272004-10-26 Simon Josefsson <jas@extundo.com>
10428
10429 * hashcash.el: Fix URL in comment, reported by Cheng Gao
10430 <chenggao@gmail.com>.
10431
104322004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
10433
10434 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
10435 instead.
10436
104372004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
10438
10439 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
10440 to remove a server from the nnimap-server-buffer-alist.
10441 (nnimap-open-connection, nnimap-close-server): Use it.
10442
10443 * gnus-encrypt.el: Remove file in favor of encrypt.el.
10444
104452004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
10446
10447 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
10448 running the major-mode function.
10449
104502004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
10451
10452 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
10453 dummy marks in the right way.
10454
104552004-10-18 David Edmondson <dme@dme.org>
10456
10457 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
10458 excessively.
10459
104602004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
10461
10462 * gnus-util.el (gnus-split-references): Accept a nil references
10463 string and go on blissfully.
10464
10465 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10466 cases where the references string is non-nil but has no references.
10467
10468 * encrypt.el: Add autoload tags.
10469
10470 * spam.el (spam-resolve-registrations-routine): Remove article
10471 from unregistration list too. Reported by David Hanak
10472 <dhanak@isis.vanderbilt.edu>
10473
104742004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
10475
10476 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
10477 nil. Changed custom type.
10478
104792004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
10480
10481 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10482
10483 * gnus-sum.el (gnus-summary-move-article): Use it.
10484
104852004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
10486
10487 * encrypt.el: Add autoload cookies.
10488
10489 * spam.el (spam-backend-article-list-property)
10490 (spam-backend-get-article-todo-list)
b97439ce 10491 (spam-backend-put-article-todo-list)
01c52d31
MB
10492 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10493 Resolve registrations separately.
10494 (spam-register-routine): Format comments.
10495 (spam-unregister-routine, spam-register-routine): Always call with
10496 specific-articles, no default list.
10497 (spam-summary-prepare-exit): Use the spam-classifications function.
10498
10499 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10500 gnus-encrypt.el.
10501
002876ab 10502 * encrypt.el: Copied from gnus-encrypt.el.
01c52d31 10503
002876ab 10504 * gnus-encrypt.el: Commented that it's obsolete.
01c52d31
MB
10505
105062004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
10507
10508 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
10509 (gnus-score-save): Use it.
10510
10511 * message.el (message-bury): Use `window-dedicated-p'.
10512
105132004-10-15 Simon Josefsson <jas@extundo.com>
10514
10515 * pop3.el (top-level): Don't require nnheader.
10516 (pop3-read-timeout): Add.
10517 (pop3-accept-process-output): Add.
10518 (pop3-read-response, pop3-retr): Use it.
10519
105202004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
10521
10522 * spam.el (spam-register-routine): Move comment.
10523 (spam-verify-bogofilter): Use 'unknown for the initial
10524 spam-bogofilter-valid state, not 'never.
10525
10526 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
10527 for netrc-machine.
10528
10529 * nnimap.el (nnimap-open-connection): Use
10530 netrc-machine-user-or-password.
10531
105322004-10-17 Richard M. Stallman <rms@gnu.org>
10533
10534 * gnus-registry.el (gnus-registry-unload-hook):
10535 Set as a variable with add-hook.
10536
10537 * nnspool.el (nnspool-spool-directory): Use news-directory instead
10538 of news-path.
10539
10540 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
10541
10542 * spam.el: Delete duplicate `provide'.
10543 (spam-unload-hook): Set as a variable with add-hook.
10544
105452004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
10546
10547 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
10548 in the doc string.
10549
10550 * message.el (message-ignored-news-headers)
10551 (message-ignored-supersedes-headers)
10552 (message-ignored-resent-headers)
10553 (message-forward-ignored-headers): Improve custom type.
10554
105552004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
10556
10557 * message.el (message-tokenize-header): Fix 2004-09-06 change
10558 which used point-min in the wrong place.
10559
105602004-10-12 Simon Josefsson <jas@extundo.com>
10561
10562 * tls.el (tls-certtool-program): New variable.
10563 (tls-certificate-information): New function, based on
10564 ssl-certificate-information.
10565
105662004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
10567
10568 * compface.el: Move the version of ELisp-based uncompface program
10569 to the contrib directory because of the copyright problem.
10570
105712004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10572
10573 * message.el (message-kill-buffer): Raise the current frame.
10574
105752004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
10576
10577 * gnus-sum.el: Mention that multibyte characters don't work as marks.
10578
10579 * gnus.el (message-y-or-n-p): Autoload.
10580
10581 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
10582 (pop3-password-required, pop3-authentication-scheme)
10583 (pop3-leave-mail-on-server): Made customizable.
10584 (pop3): New custom group.
10585 (pop3-retr): Remove `sleep-for' statements.
10586 Suggested by Dave Love <fx@gnu.org>.
10587
10588 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
10589 Windows/DOS.
10590
10591 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10592 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
10593 Dave Love <fx@gnu.org>.
10594
10595 * mml.el (mml-minibuffer-read-disposition): Require match.
10596 Suggested by Dave Love <fx@gnu.org>.
10597
105982004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
10599
10600 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
10601 doc string.
10602
106032004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
10604
10605 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
10606
106072004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10608
10609 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
10610 instead of calling `mm-insert-inline', to decode text/* parts
10611 before displaying them.
10612
106132004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
10614
10615 * mm-uu.el (mm-uu-text-plain-type): New variable.
10616 (mm-uu-pgp-signed-extract-1): Use it.
10617 (mm-uu-pgp-encrypted-extract-1): Use it.
10618 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
10619 bind mm-uu-text-plain-type with that value.
10620 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
10621 mm-uu-dissect.
10622
106232004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
10624
10625 * gnus-group.el (gnus-update-group-mark-positions):
10626 * gnus-sum.el (gnus-update-summary-mark-positions):
10627 * message.el (message-check-news-body-syntax):
10628 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
10629 of string-as-multibyte.
10630
106312004-10-05 Juri Linkov <juri@jurta.org>
10632
10633 * gnus-group.el (gnus-update-group-mark-positions):
10634 * gnus-sum.el (gnus-update-summary-mark-positions):
10635 * message.el (message-check-news-body-syntax):
10636 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
10637 8-bit unibyte values to a multibyte string for search functions.
10638
106392004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
10640
10641 * mm-uu.el (mm-uu-dissect): Allow optional arg.
10642 (mm-uu-dissect-text-parts): New function.
10643
10644 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
10645 dissect text parts.
10646
10647 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
10648 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
10649
10650 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
10651
10652 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
10653 gnus-current-topics instead of gnus-current-topic.
10654
106552004-10-06 Jesper Harder <harder@ifa.au.dk>
10656
10657 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
10658
106592004-10-05 Jesper Harder <harder@ifa.au.dk>
10660
10661 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
10662 where approriate.
10663
10664 * nnml.el (nnml-generate-active-info): do.
10665
10666 * nndiary.el (nndiary-generate-active-info): do.
10667
10668 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
10669 (gnus-topic-move): do.
10670
10671 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
10672 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
10673
10674 * gnus-srvr.el (gnus-server-prepare)
10675 (gnus-server-open-all-servers): do.
10676
10677 * gnus-msg.el (gnus-summary-cancel-article)
10678 (gnus-summary-resend-message)
10679 (gnus-summary-mail-crosspost-complaint): do.
10680
10681 * gnus-move.el (gnus-change-server): do.
10682
10683 * gnus-group.el (gnus-group-unmark-all-groups)
10684 (gnus-group-set-current-level): do.
10685
106862004-10-04 Simon Josefsson <jas@extundo.com>
10687
10688 * message.el (message-generate-hashcash): Doc fix.
10689
106902004-10-02 Kevin Greiner <kgreiner@compsol.cc>
10691
10692 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10693 avoid infinite recursion via gnus-get-function.
10694
106952004-10-02 Jesper Harder <harder@ifa.au.dk>
10696
10697 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
10698
10699 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
10700
10701 * nnmail.el (nnmail-split-history): do.
10702
10703 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
10704 (nnml-request-delete-group): do.
10705
10706 * nnslashdot.el (nnslashdot-read-groups): do.
10707
10708 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
10709 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
10710
10711 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
10712 (nnspool-sift-nov-with-sed): Use last
10713 (nnspool-retrieve-headers-with-nov): Use mapc.
10714 (nnspool-request-newgroups): Use dolist.
10715 (nnspool-request-group): Use last.
10716
10717 * nntp.el (nntp-read-server-type): Use dolist.
10718
10719 * nnvirtual.el (nnvirtual-create-mapping)
10720 (nnvirtual-update-read-and-marked): Use dolist.
10721 (nnvirtual-convert-headers): Simplify.
10722
107232004-10-01 Kevin Greiner <kgreiner@compsol.cc>
10724
10725 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
10726 support for sync'ing tick marks.
10727
107282004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
10729
10730 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
10731 there's no visible header.
10732
107332004-10-01 Kevin Greiner <kgreiner@compsol.cc>
10734
10735 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
10736 necessary, pass full group name to gnus-request-set-marks.
10737
107382004-10-01 Simon Josefsson <jas@extundo.com>
10739
10740 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
10741 acroread.
10742
107432004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10744
10745 * spam-report.el (spam-report-gmane): Fix interactive.
10746
10747 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
10748
10749 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
10750 when writing file.
10751 (gnus-agent-synchronize-flags): Don't default to being
10752 interactive.
10753
107542004-09-30 Simon Josefsson <jas@extundo.com>
10755
10756 * message.el (message-generate-hashcash): Add.
10757 (message-send-mail): Use it, call mail-add-payment.
10758
107592004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
10760
10761 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10762
107632004-09-28 Kevin Greiner <kgreiner@compsol.cc>
10764
10765 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10766 gnus-requst-update-info with explicit code to sync the in-memory
10767 info read flags with the marks being sync'd to the backend.
10768
10769 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10770
107712004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10772
10773 * spam.el (spam-verify-bogofilter): Add new function.
10774 (spam-check-bogofilter)
10775 (spam-bogofilter-register-with-bogofilter): Use it.
10776 (spam-verify-bogofilter): Add small fixes.
10777
107782004-09-28 Simon Josefsson <jas@extundo.com>
10779
10780 * hashcash.el (hashcash-generate-payment): Revert.
10781
107822004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10783
10784 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10785 gnus-extract-references instead of gnus-split-references.
10786
10787 * gnus-util.el (gnus-extract-references): Add new function, analogous
10788 to gnus-split-references but extracts only the message-ID without
10789 anything extra.
10790
10791 * hashcash.el (hashcash-generate-payment)
10792 (hashcash-check-payment): Do the right thing if hashcash-path is
10793 nil (because the hashcash program could not be found).
10794
10795 * spam.el (spam-use-hashcash): Remove comment.
10796
107972004-09-27 Jesper Harder <harder@ifa.au.dk>
10798
10799 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10800 (gnus-cache-enter-article, gnus-cache-remove-article)
10801 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10802
10803 * gnus-async.el (gnus-async-prefetch-remove-group): do.
10804
10805 * gnus-art.el (article-hide-boring-headers)
10806 (article-translate-strings, article-display-face)
10807 (gnus-article-mime-match-handle-first)
10808 (gnus-article-highlight-headers)
10809 (gnus-article-add-buttons-to-head): do.
10810
108112004-09-27 Simon Josefsson <jas@extundo.com>
10812
10813 * hashcash.el: New version, from
10814 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
10815 ../contrib/.
10816
108172004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
10818
10819 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10820
108212004-09-26 Jesper Harder <harder@ifa.au.dk>
10822
10823 * gnus-dup.el (gnus-dup-open): Use mapc.
10824 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10825
10826 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10827 Reported by Stefan Wiens <s.wi@gmx.net>.
10828
10829 * gnus.el (gnus-shutdown): Use dolist.
10830
10831 * gnus-undo.el (gnus-undo): Use mapc.
10832
10833 * nnrss.el (nnrss-generate-active): do.
10834
10835 * message.el (message-cite-original-without-signature)
10836 (message-cite-original): Use mapc.
10837 (message-do-actions, message-make-forward-subject): Use dolist.
10838
108392004-09-25 Kevin Greiner <kgreiner@compsol.cc>
10840
10841 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10842 deletion to remove entire duplicate line. Fixes merged article
10843 number bug.
10844
108452004-09-25 Kevin Greiner <kgreiner@compsol.cc>
10846
10847 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10848 servers that are offline. Avoids having gnus-agent-toggle-plugged
10849 first ask if you want to open a server and then, even when you
10850 responded with no, asking if you want to synchronize the server's
10851 flags.
10852 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10853 multi-line expressions.
10854 (gnus-agent-synchronize-group-flags): New internal function.
10855 Updates marks in memory (in the info structure) AND in the
10856 backend.
10857
10858 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10859
10860 * nnagent.el (nnagent-request-set-mark): Use
10861 gnus-agent-synchronize-group-flags, not backend's request-set-mark
10862 method, to ensure that synchronization updates marks in the
10863 backend and in the info (in memory) structure.
10864
108652004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
10866
10867 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10868 convention fully; don't miss the root article of a thread; make
10869 the X-Draft-From header with correct article numbers.
10870
108712004-09-23 Kevin Greiner <kgreiner@compsol.cc>
10872
10873 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10874 unless plugged. Disable the agent so that an open failure causes
10875 an error.
10876
10877 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10878 Reverted 2004-09-21 change. The backend must be opened while
10879 synchronizing flags even when the backend stores the flags
10880 locally.
10881
108822004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
10883
10884 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10885 in `header' match. Reported by Svend Tollak Munkejord.
10886
10887 * message.el (message-cite-original): Fix use of
10888 `message-cite-articles-with-x-no-archive'.
10889
108902004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
10891
10892 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10893 (gnus-window-to-buffer): Ditto.
10894
10895 * mml.el (mml-preview-buffer): New variable.
10896 (mml-preview): Manage window layout with gnus-buffer-configuration.
10897
10898 * gnus-msg.el (gnus-setup-message): Put article numbers into the
10899 X-Draft-From header even if those articles aren't quoted.
10900
109012004-09-21 Kevin Greiner <kgreiner@compsol.cc>
10902
10903 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10904 (gnus-request-set-mark, gnus-request-update-mark): Use new
10905 g-s-t-u-l-m to decide to use backend even when unplugged.
10906
109072004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
10908
10909 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10910 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
10911
109122004-09-20 Simon Josefsson <jas@extundo.com>
10913
10914 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10915 "utf-16-le".
10916
109172004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
10918
10919 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10920
109212004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
10922
10923 * uudecode.el (uudecode-use-external): Add :version.
10924
10925 * smime.el (smime-CA-file, smime-encrypt-cipher)
10926 (smime-dns-server): Add :version.
10927
10928 * smiley.el (gnus-smiley-file-types): Add :version.
10929
10930 * sha1.el (sha1-use-external): Add :version.
10931
10932 * pgg-def.el (pgg-query-keyserver): Add :version.
10933
10934 * nnmail.el (nnmail-fancy-expiry-targets)
10935 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10936 Add :version.
10937
10938 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10939 (nnimap-retrieve-groups-asynchronous): Add :version.
10940 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
10941
10942 * mml.el (mml-content-disposition-parameters)
10943 (mml-insert-mime-headers-always): Add :version.
10944
10945 * mm-util.el (mm-coding-system-priorities): Add :version.
10946
10947 * mm-decode.el (mm-inline-text-html-with-images)
10948 (mm-keep-viewer-alive-types, mm-external-terminal-program)
10949 (mm-verify-option): Add :version.
10950 (mm-text-html-renderer): Change :version.
10951
10952 * message.el (message-fcc-externalize-attachments)
10953 (message-required-headers, message-draft-headers)
10954 (message-subject-trailing-was-query)
10955 (message-subject-trailing-was-ask-regexp)
10956 (message-subject-trailing-was-regexp, message-mark-insert-begin)
10957 (message-mark-insert-end, message-archive-header)
10958 (message-archive-note, message-cross-post-default)
10959 (message-cross-post-note, message-followup-to-note)
10960 (message-cross-post-note-function, message-use-mail-followup-to)
10961 (message-subscribed-address-functions)
10962 (message-subscribed-address-file, message-subscribed-addresses)
10963 (message-subscribed-regexps, message-allow-no-recipients)
10964 (message-yank-cited-prefix, message-signature-insert-empty-line)
10965 (message-hidden-headers, message-hierarchical-addresses)
10966 (message-mail-user-agent, message-use-idna)
10967 (message-valid-fqdn-regexp)
10968 (message-strip-special-text-properties, message-header-synonyms)
10969 (message-beginning-of-line, message-tab-body-function): Add :version.
10970 (message-insert-canlock, message-wide-reply-confirm-recipients):
10971 Change :version.
10972
10973 * mail-source.el (mail-source-ignore-errors): Add :group, :type
10974 and :version.
10975 (mail-source-delete-old-incoming-confirm)
10976 (mail-source-movemail-program): Add :version.
10977
10978 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10979 (gnus-agent-cache, gnus-agent): Change :version.
10980
10981 * gnus-util.el (gnus-use-byte-compile): Change :version.
10982
10983 * gnus-sum.el (gnus-summary-make-false-root-always)
10984 (gnus-summary-default-high-score)
10985 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10986 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10987 (gnus-read-all-available-headers, gnus-article-emulate-mime)
10988 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10989 (gnus-sum-thread-tree-single-indent)
10990 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10991 (gnus-sum-thread-tree-leaf-with-other)
10992 (gnus-sum-thread-tree-single-leaf): Add :version.
10993 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10994 (gnus-article-loose-mime): Change :version.
10995
10996 * gnus-start.el (gnus-backup-startup-file)
10997 (gnus-save-startup-file-via-temp-buffer): Add :version.
10998
10999 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
11000 (gnus-server-offline-face): Add :version.
11001
11002 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
11003
11004 * gnus-msg.el (gnus-gcc-externalize-attachments)
11005 (gnus-debug-files, gnus-debug-exclude-variables)
11006 (gnus-discouraged-post-methods): Change :version.
11007 (gnus-confirm-mail-reply-to-news)
11008 (gnus-confirm-treat-mail-like-news): Add :version.
11009
11010 * gnus-int.el (gnus-server-unopen-status): Add :version.
11011
11012 * gnus-group.el (gnus-group-jump-to-group-prompt)
11013 (gnus-large-ephemeral-newsgroup)
11014 (gnus-fetch-old-ephemeral-headers): Add :version.
11015
11016 * gnus-fun.el (gnus-x-face-directory)
11017 (gnus-convert-pbm-to-x-face-command)
11018 (gnus-convert-image-to-x-face-command)
11019 (gnus-convert-image-to-face-command): Add :version.
11020
11021 * gnus-delay.el (gnus-delay-default-hour): Add :version.
11022
11023 * gnus-cite.el (gnus-cite-blank-line-after-header)
11024 (gnus-article-boring-faces): Add :version.
11025
11026 * gnus-art.el (gnus-buttonized-mime-types)
11027 (gnus-inhibit-mime-unbuttonizing)
11028 (gnus-treat-display-face)
11029 (gnus-treat-body-boundary): Change :version.
11030 (gnus-body-boundary-delimiter, gnus-picon-databases)
11031 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
11032 (gnus-treat-date-english, gnus-treat-fold-headers)
11033 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
11034 (gnus-treat-mail-picon, gnus-treat-wash-html)
11035 (gnus-article-encrypt-protocol)
11036 (gnus-use-idna, gnus-article-over-scroll)
11037 (gnus-mime-display-multipart-alternative-as-mixed)
11038 (gnus-mime-display-multipart-related-as-mixed)
11039 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
11040 (gnus-ctan-url, gnus-button-ctan-handler)
11041 (gnus-button-handle-ctan-bogus-regexp)
11042 (gnus-button-ctan-directory-regexp)
11043 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
11044 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
11045 (gnus-button-man-level, gnus-button-emacs-level)
11046 (gnus-button-message-level, gnus-button-browse-level): Add :version.
11047
11048 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
11049 (gnus-agent-go-online): Change :version.
11050 (gnus-agent-expire-unagentized-dirs)
11051 (gnus-agent-auto-agentize-methods): Add :version.
11052
11053 * flow-fill.el (fill-flowed-display-column)
11054 (fill-flowed-encode-column): Add :version.
11055
11056 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11057 (gnus-outlook-deuglify-unwrap-max)
11058 (gnus-outlook-deuglify-cite-marks)
11059 (gnus-outlook-deuglify-unwrap-stop-chars)
11060 (gnus-outlook-deuglify-no-wrap-chars)
11061 (gnus-outlook-deuglify-attrib-cut-regexp)
11062 (gnus-outlook-deuglify-attrib-verb-regexp)
11063 (gnus-outlook-deuglify-attrib-end-regexp)
11064 (gnus-outlook-display-hook): Add :version.
11065
11066 * binhex.el (binhex-use-external): Add :version.
11067
110682004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
11069
11070 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
11071 and `invisible'.
11072
110732004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
11074
11075 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
11076 in gnus-registry-trim.
11077
110782004-09-13 Simon Josefsson <jas@extundo.com>
11079
11080 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
11081
11082 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
11083
11084 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
11085 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11086 <yamaoka@jpl.org>.
11087 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
11088 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11089 <yamaoka@jpl.org>.
11090
11091 * sieve.el (sieve-manage-mode): Ditto.
11092
110932004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
11094
11095 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
11096
110972004-09-11 Simon Josefsson <jas@extundo.com>
11098
11099 * dns-mode.el: Add.
11100
11101 * mm-view.el (mm-display-dns-inline): Add.
11102
11103 * mm-decode.el (mm-inline-media-tests): Add text/dns.
11104 (mm-automatic-display): Ditto.
11105
11106 * mailcap.el (mailcap-mime-data): Add text/dns.
11107 (mailcap-mime-extensions): Map .soa to text/dns.
11108
111092004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
11110
11111 * gnus-art.el (article-decode-mime-words, article-babel)
11112 (gnus-article-highlight-signature, gnus-article-add-buttons)
11113 (gnus-signature-toggle): Remove unnecessary bindings of
11114 `inhibit-read-only' inherited from v5.10 merge.
11115
111162004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11117
11118 * nntp.el (nntp): New customization group.
11119 (nntp-authinfo-file): Add customization group.
11120
11121 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
11122
11123 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
11124
11125 * gnus.el (to-address, to-list, subscribed)
11126 (large-newsgroup-initial): Ditto.
11127
11128 * flow-fill.el (fill-flowed-display-column)
11129 (fill-flowed-encode-column): Ditto.
11130
ce058493 111312004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
01c52d31
MB
11132
11133 * message.el (message-tokenize-header, message-send-mail-with-qmail):
11134 Use point-min rather than 1.
11135 (message-send-mail): Use buffer-size rather than point-max.
11136
11137 * gnus-sum.el (gnus-summary-search-article-forward):
11138 Signal a specific `search-failed' rather than a generic `error'.
11139
11140 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
11141 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
11142 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
11143
111442004-09-10 Simon Josefsson <jas@extundo.com>
11145
11146 * nndb.el (require): Remove tcp and duplicate cl.
11147
111482004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11149
11150 * gnus-agent.el (directory-files-and-attributes): Move forward.
11151
111522004-09-09 Kevin Greiner <kgreiner@compsol.cc>
11153
11154 * gnus-agent.el (directory-files-and-attributes): Optionally
11155 defined to support XEmacs.
11156
111572004-09-09 Kevin Greiner <kgreiner@compsol.cc>
11158
002876ab 11159 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
01c52d31
MB
11160 to avoid run-time CL dependencies.
11161 (gnus-agent-unfetch-articles): New function.
11162 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
11163 article numbers even when local .overview file is missing.
002876ab 11164 (gnus-agent-read-article-number): New function. Only accepts
01c52d31
MB
11165 27-bit article numbers.
11166 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
11167 gnus-agent-read-article-number.
11168 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
11169 from backend while recognizing that article numbers in .overview
11170 must be valid.
11171 (gnus-agent-update-files-total-fetched-for): Use
11172 directory-files-and-attributes to improve performance.
11173 * gnus-int.el (gnus-request-move-article): Use
11174 gnus-agent-unfetch-articles in place of gnus-agent-expire to
11175 improve performance.
11176
11177 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
11178 some users confused by references to .newsrc when they only have a
11179 .newsrc.eld file.
149cd465
JB
11180 (gnus-convert-mark-converter-prompt)
11181 (gnus-convert-converter-needs-prompt): Fixed use of property list.
01c52d31 11182 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
002876ab 11183 New function. Used internally to only display 'gnus converting
01c52d31
MB
11184 files' message when actually necessary.
11185
11186 * gnus-sum.el (): Removed (require 'gnus-agent) as required
11187 methods now autoloaded.
11188
111892004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
11190
11191 * gnus-sum.el (gnus-summary-insert-subject): Remove list
11192 identifiers.
11193
111942004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
11195
11196 * gnus-picon.el: Fix indentation and closing parenthesis.
11197
111982004-09-01 Simon Josefsson <jas@extundo.com>
11199
11200 * message.el (message-canlock-generate): Require sha1, not
56fd9faa 11201 sha1-el. (Can we get rid of this require altogether? It is ugly
01c52d31
MB
11202 to require within a function. Sadly, if sha1.el isn't loaded, the
11203 let binding in m-c-g will hide the defcustom definition, which is
11204 bad.)
11205
11206 * canlock.el: Require sha1, not sha1-el.
11207
11208 * message.el: Don't autoload sha1 (there is a autoload cookie in
11209 sha1.el).
11210
11211 * sha1-el.el: Renamed to sha1.el.
11212
112132004-08-30 Juanma Barranquero <lektu@terra.es>
11214
11215 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
11216
112172004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11218
11219 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
11220
112212004-08-30 Kim F. Storm <storm@cua.dk>
11222
11223 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
11224
11225 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
11226 Add :group 'nnimap.
11227
112282004-08-30 Andreas Schwab <schwab@suse.de>
11229
11230 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
11231 ?* and ?\;.
11232
11233 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
11234 and ?\' to symbol instead of whitespace.
11235
112362004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
11237
11238 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
11239
11240 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
11241 instead of re-search-forward.
11242
11243 * gnus-uu.el (gnus-uu-save-article): Ditto.
11244 (gnus-uu-post-encode-uuencode): Ditto.
11245
11246 * html2text.el (html2text-clean-list-items): Ditto.
11247 (html2text-clean-dtdd): Ditto.
11248 (html2text-format-tags): Ditto.
11249
11250 * message.el (message-send-mail-with-sendmail): Fix regexp.
11251 (message-fill-field-general): Use search-forward instead of
11252 re-search-forward.
11253 (unbold-region): Ditto.
11254
11255 * nnrss.el (nnrss-request-article): Ditto.
11256
11257 * nnslashdot.el (nnslashdot-request-article): Ditto.
11258
11259 * nnweb.el (nnweb-gmane-wash-article): Ditto.
11260
11261 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
11262 "Unrecognized menu descriptor" error in XEmacs.
11263
112642004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
11265
11266 * gnus-sum.el (gnus-read-header): Don't remove a header for the
11267 parent article of a sparse article in the thread hashtb.
11268
112692004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
11270
11271 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
11272 (nnmail-expand-newtext): Lowercase expanded entries if
11273 nnmail-split-lowercase-expanded is non-nil.
11274
112752004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
11276
c9e31f32 11277 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
01c52d31
MB
11278
11279 * gnus-group.el (gnus-group-line-format-alist): Convert the value
11280 of gnus-tmp-news-method into string under XEmacs. It will be
11281 passed to gnus-correct-length which takes only a string argument.
11282
112832004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
11284
11285 * gnus-util.el (gnus-bind-print-variables): New macro.
11286 (gnus-prin1): Use it.
11287 (gnus-prin1-to-string): Use it.
11288 (gnus-pp): New function.
11289 (gnus-pp-to-string): New function.
11290
c9e31f32
SM
11291 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
11292 Replace pp-to-string with gnus-pp-to-string.
01c52d31
MB
11293 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
11294 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
11295 * gnus-msg.el (gnus-debug): Ditto.
11296 * gnus-score.el (gnus-score-save): Ditto.
11297 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
11298 gnus-pp-to-string.
11299 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
11300 with gnus-pp.
11301 * score-mode.el (gnus-score-pretty-print): Ditto.
11302 * webmail.el (webmail-debug): Ditto.
11303
113042004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
11305
c9e31f32
SM
11306 * gnus-art.el (article-display-face, article-display-x-face):
11307 Use buffer-read-only.
01c52d31
MB
11308
113092004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
11310
c9e31f32
SM
11311 * gnus-art.el (article-hide-list-identifiers):
11312 Bind inhibit-read-only as t.
01c52d31
MB
11313
113142004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
11315
11316 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
11317
113182004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11319
11320 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
11321 (gnus-narrow-to-page): Don't assume point-min == 1.
11322 (gnus-article-edit-mode): Derive from message-mode.
11323
11324 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
11325 point-min == 1.
11326
11327 * imap.el (imap-parse-address-list, imap-parse-body-ext):
11328 Disable incorrect use of `assert'.
11329
11330 * message.el (message-mode): Set comment-start-skip.
11331
01c52d31
MB
113322004-08-22 Sam Steingold <sds@gnu.org>
11333
11334 * pop3.el (pop3-leave-mail-on-server): New user variable.
11335 (pop3-movemail): Delete mail only when it is nil.
11336
113372004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
11338
11339 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
11340
11341 * mml.el (mml-preview): Use `pop-to-buffer'.
11342
11343 * message.el (message-goto-mail-followup-to): Insert after "To".
11344 (message-carefully-insert-headers): Add comment.
11345
11346 * gnus.el: Remove unused variable `gnus-article-check-size'.
11347
11348 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
11349
11350 * gnus-art.el (gnus-button-alist): Improve
11351 `gnus-button-handle-library' entry.
11352
113532004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
11354
11355 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
11356 downcase, since XEmacs capitalizes error messages differently.
11357
113582004-08-18 Jesper Harder <harder@ifa.au.dk>
11359
11360 * nntp.el: Add (require 'gnus) due to reference to
11361 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
11362
113632004-08-18 Florian Weimer <fw@deneb.enyo.de>
11364
11365 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
11366 `mm-fill-flowed'.
11367
11368 * mm-decode.el (mm-dissect-singlepart): Check it.
11369
113702004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
11371
11372 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
11373 'imap' for netrc parsing.
11374
113752004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
11376
11377 * mailcap.el (mailcap-mime-data): Mark as risky.
11378
113792004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
11380
11381 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
11382 may be included in the encoded word.
11383 (rfc2047-encode): Don't append a space if the encoded word
11384 includes close parenthesis.
11385
113862004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
11387
11388 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
11389 of text within parentheses.
11390
113912004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
11392
11393 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
11394 (gnus-encrypt-write-file-contents): Make the password key the file
11395 name PLUS the cipher, not just the cipher. Also remove failed
11396 passwords from the cache.
11397
113982004-08-06 Simon Josefsson <jas@extundo.com>
11399
11400 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
11401 fix.
11402
114032004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
11404
11405 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
11406 LWSP.
11407
114082004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
11409
11410 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
11411 to append in-reply-to: data to the references: header.
11412
11413 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
11414 (netrc-parse): Use gnus-encrypt.el functions.
11415
11416 * gnus-encrypt.el: Add new file for encryption support; currently
11417 does only a few GPG ciphers and an internal XOR cipher.
11418
11419 * password.el: Add comments on using password-read-and-add.
11420 (password-read-and-add): Add function to read and add the
11421 password to the cache at once.
11422
114232004-07-28 Simon Josefsson <jas@extundo.com>
11424
11425 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
11426 parameter (but don't use it, for now).
11427
11428 * imap.el (imap-ssl-open): Use imap-process-connection-type,
11429 instead of hard coding to nil.
11430
114312004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
11432
11433 * mm-view.el (mm-inline-image-emacs): Open lines under an image
11434 as mm-inline-image-xemacs does.
11435
114362004-07-26 Simon Josefsson <jas@extundo.com>
11437
11438 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
11439 Revert part of 2004-07-17 change below.
11440
114412004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
11442
11443 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
11444 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11445
114462004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11447
11448 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
11449 quotes that actually start with ">" at the beginning of the
11450 lines.
11451
114522004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
11453
11454 * rfc2047.el (rfc2047-encode-region): Fix last change.
11455 (rfc2047-encode-parameter): Remove useless concat.
11456
114572004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
11458
11459 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
11460 encode special characters; fix some kind of misconfigured headers;
11461 signal a real error if debug-on-quit or debug-on-error is non-nil.
11462 (rfc2047-encode-max-chars): New variable.
11463 (rfc2047-encode-1): Use it.
11464 (rfc2047-encode-parameter): New function.
11465
11466 * mml.el (mml-insert-parameter): Remove an excessive space.
11467
114682004-07-17 Simon Josefsson <jas@extundo.com>
11469
11470 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11471 Kai Grossjohann <kai@emptydomain.de>.
11472 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11473 (gnus-group-make-menu-bar): Ditto.
11474
11475 * gnus-util.el (gnus-group-server): Add.
11476
114772004-07-16 Jesper Harder <harder@ifa.au.dk>
11478
11479 * message.el (message-clone-locals): Clone sendmail and smtp
11480 variables.
11481
114822004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
11483
11484 * rfc2047.el (rfc2047-encode-region): Fix last change.
11485
114862004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
11487
11488 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11489 characters as non-special.
11490
114912004-07-09 Simon Josefsson <jas@extundo.com>
11492
11493 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11494 Users will lose all flag changes made while unplugged with
11495 e.g. nntp unless flag synchronization happens, thus `nil' is not a
11496 good default. See numerous reports on ding mailing list.
11497
114982004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
11499
11500 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11501 add generate-head-function and generate-article-function to the
11502 rfc822-forward entry.
11503 (nndoc-rfc822-forward-generate-article): New function.
11504 (nndoc-rfc822-forward-generate-head): New function.
11505
11506 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
11507
115082004-07-06 Dan Christensen <jdc@uwo.ca>
11509
11510 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
11511 respect display group parameter and gnus-summary-expunge-below.
11512 (gnus-articles-to-read): Remove unused reference to display group
11513 parameter.
11514
115152004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11516
11517 * nnheader.el (nnheader-uniquify-message-id): New experimental
11518 variable.
11519 (nnheader-nov-read-message-id): Use it.
11520
11521 * spam-report.el (spam-report-gmane): Add interactive.
11522
115232004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
11524
11525 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
11526 qp-or-base64 for the application/* types.
11527
115282004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
11529
11530 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
11531
115322004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
11533
11534 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
11535 trim value.
11536
115372004-01-25 Paul Jarc <prj@po.cwru.edu>
11538
11539 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
11540 New macro and function.
11541 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
11542
115432004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
11544
11545 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
11546 after-load-alist.
11547
115482004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11549
11550 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
11551 update info that isn't there.
11552
115532004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
11554
11555 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
11556 entry.
11557
115582004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
11559
11560 * mm-view.el (mm-inline-render-with-function): Use multibyte
11561 buffer; decode html source by charset.
11562
11563 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
11564
11565 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
11566 Mule-UCS is loaded under XEmacs.
11567 (mm-mime-mule-charset-alist): Avoid duplicated entries.
11568
115692004-06-28 Jesper Harder <harder@ifa.au.dk>
11570
11571 * nnheader.el (nnheader-max-head-length): Increase to 8192.
11572
115732004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
11574
11575 * mm-util.el (mm-coding-system-p): Return a coding-system.
11576 (mm-mime-mule-charset-alist): Use shift_jis instead of
11577 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
11578 entries for the mime charsets iso-2022-jp-3 and shift_jis.
11579 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
11580 instead of japanese-shift-jis and iso-latin-1 respectively in
11581 order to share the default value with both Emacs and XEmacs-mule.
11582 (mm-mule-charset-to-mime-charset): Make
11583 mm-coding-system-priorities effective.
11584 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
11585 while predicating of candidates upon the priorities.
11586
115872004-06-27 Jesper Harder <harder@ifa.au.dk>
11588
11589 * gnus-sum.el (gnus-summary-make-menu-bar): Add
11590 gnus-uu-invert-processable.
11591
11592 * gnus.el: Autoload gnus-uu-invert-processable.
11593
115942004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
11595
11596 * mm-util.el (mm-with-multibyte-buffer): New macro.
11597
11598 * rfc2047.el (rfc2047-encode-string): Use it.
11599 (rfc2047-encode-region): Move point to the end of the region after
11600 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
11601
116022004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
11603
11604 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
11605 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
11606
116072004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
11608
11609 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
11610 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
11611 Karl Chen <quarl@nospam.quarl.org>.
11612
116132004-06-23 Jesper Harder <harder@ifa.au.dk>
11614
11615 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
11616 invalid addresses.
11617
116182004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
11619
11620 * spam.el: Change section markers, revise TODO list.
11621 (spam-backends): Make new master list of all installed backends.
11622 (spam-summary-exit-behavior): Add new variable to determine how
11623 messages moves are done at summary exit.
11624 (spam-move-spam-nonspam-groups-only)
11625 (spam-process-ham-in-nonham-groups)
11626 (spam-process-ham-in-spam-groups): Remove variables, the
11627 spam-summary-exit-behavior variable should be used to manage this
11628 behavior.
11629 (spam-old-ham-articles, spam-old-spam-articles): Remove.
11630 (spam-old-articles): Add variable, replacing spam-old-ham-articles
11631 and spam-old-spam-articles.
11632 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
11633 Add empty variables, placeholders for the backends they represent.
11634 (spam-set-difference): Move, unchanged.
11635 (spam-list-of-processors): Declare OBSOLETE, not used anymore
11636 unless the user has a processor variable.
11637 (spam-classifications, spam-classification-valid-p)
11638 (spam-backend-properties, spam-backend-property-valid-p)
11639 (spam-backend-function-type-valid-p)
11640 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
11641 (spam-report-articles-gmane, spam-report-articles-resend):
11642 Remove functions, they are not needed.
11643 (spam-install-backend-super, spam-backend-list)
11644 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
11645 (spam-backend-function, spam-backend-ham-registration-function)
11646 (spam-backend-spam-registration-function)
11647 (spam-backend-ham-unregistration-function)
11648 (spam-backend-spam-unregistration-function)
11649 (spam-backend-statistical-p, spam-backend-mover-p)
11650 (spam-install-backend-alias, spam-install-checkonly-backend)
11651 (spam-install-mover-backend, spam-install-nocheck-backend)
11652 (spam-install-backend, spam-install-statistical-backend)
11653 (spam-install-statistical-checkonly-backend): Add backend installation
11654 support.
11655 (spam-summary-prepare-exit): Rewrite to use the new backend code.
11656 (spam-group-processor-p): Use the new backend code and respect the
11657 summary exit behavior.
11658 (spam-mark-spam-as-expired-and-move-routine): Remove.
11659 (spam-summary-prepare): Change to use the new spam-old-articles
11660 variable.
11661 (spam-copy-or-move-routine, spam-copy-spam-routine)
11662 (spam-move-spam-routine, spam-copy-ham-routine)
11663 (spam-move-ham-routine): Add code to copy/move ham or spam.
11664 (spam-fetch-field-fast): Improve doc and code, plus allow the
11665 'number request.
11666 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
11667 variables.
11668 (spam-split, spam-find-spam): Use the new backend code.
11669 (spam-registration-functions): Remove variable.
11670 (spam-unregister-routine): Add convenience wrapper.
11671 (spam-log-undo-registration, spam-register-routine)
11672 (spam-log-processing-to-registry)
11673 (spam-log-unregistration-needed-p): Rename "check" to "backend"
11674 where possible.
11675 (spam-check-gmane-xref, spam-check-regex-headers)
11676 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11677 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11678 (spam-check-bogofilter-headers, spam-check-spamoracle)
11679 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11680 (spam-check-crm114-headers): Use the spam-split-group that
11681 spam-split prepares, no need to determine it every time.
11682
11683 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11684 to the nnheader-parse-naked-head call.
11685
11686 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11687
11688 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11689 the nnheader-nov-read-message-id call.
11690
116912004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
11692
11693 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11694 gnus-activate-group twice. Suggested by Markus Peter
11695 <warp@spin.de>.
11696
116972004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
11698
11699 * gnus-art.el (gnus-article-time-format): Exchange the order of
11700 day and month in the default value; fix customization type.
11701 (article-date-ut): Use add-text-properties.
11702 (article-make-date-line): Use message-make-date instead of
11703 current-time-string.
11704
11705 * message.el (message-fetch-field): Don't use set-text-properties.
11706 (message-make-date): Simplify.
0f49874b 11707
01c52d31 117082004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 11709
01c52d31
MB
11710 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
11711 (rfc2047-encode-region): Treat text within parentheses as special;
11712 show the original text when error has occurred.
0f49874b 11713
01c52d31
MB
11714 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
11715 already-computed method to gnus-activate-group.
0f49874b 11716
01c52d31
MB
11717 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
11718 same select-methods identical Lisp objects.
0f49874b 11719
01c52d31
MB
11720 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
11721 object when modifying the info.
0f49874b 11722
01c52d31 117232004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 11724
01c52d31
MB
11725 * gnus-srvr.el (gnus-server-set-info): Remove the server from
11726 gnus-opened-servers since it has never been opened with the new
11727 configuration yet.
0f49874b 11728
01c52d31 117292004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 11730
01c52d31
MB
11731 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
11732 arg to nnheader-generate-fake-message-id.
0f49874b 11733
01c52d31 117342004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
ca0a6900 11735
01c52d31
MB
11736 * nnheader.el (nnheader-generate-fake-message-id): Accept a
11737 number and build a fake message ID localized to a group and
11738 article number (so it's repeatable from that point on).
cc4a96c6 11739 (nnheader-fake-message-id-p): Change regex to accommodate new fake
01c52d31 11740 ID format.
ca0a6900 11741
01c52d31
MB
11742 * gnus-sum.el (gnus-get-newsgroup-headers): Call
11743 nnheader-generate-fake-message-id with the article number.
ca0a6900 11744
01c52d31 117452004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
a21fb88e 11746
01c52d31
MB
11747 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11748 end-of-buffer.
a21fb88e 11749
01c52d31 117502004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
a21fb88e 11751
01c52d31 11752 * message.el (message-ignored-supersedes-headers): Add Approved.
a21fb88e 11753
01c52d31 117542004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
bfe5418b 11755
01c52d31
MB
11756 * rfc2047.el (rfc2047-encode-message-header): Remove useless
11757 goto-char.
11758 (rfc2047-encode): Fold the line before encoding.
bfe5418b 11759
01c52d31 117602004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
d4755e04 11761
01c52d31
MB
11762 * rfc2047.el (rfc2047-encode-message-header): Disabled header
11763 folding -- not all headers can be folded, and this should be done
11764 by the message composition mode. Probably. I think.
d4755e04 11765
01c52d31 117662004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
95f75c75 11767
01c52d31
MB
11768 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11769 fast.
95f75c75 11770
01c52d31
MB
11771 * gnus-ems.el (gnus-remove-image): Don't use
11772 message-text-with-property; remove only the image found first.
4a43ee9b 11773
01c52d31 117742004-06-09 Jesper Harder <harder@ifa.au.dk>
4a43ee9b 11775
01c52d31 11776 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
4a43ee9b 11777
01c52d31 117782004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 11779
01c52d31
MB
11780 * message.el (message-text-with-property): Make it fast and accept
11781 optional arguments.
11782 (message-strip-forbidden-properties): Use it.
11783 (message-fix-before-sending): Follow the m-t-w-p change.
4a43ee9b 11784
01c52d31 11785 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
4a43ee9b 11786
01c52d31 117872004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 11788
01c52d31
MB
11789 * gnus-art.el (article-hide-headers): Don't change the buffer
11790 mistakenly when performing mml-preview even if
11791 gnus-single-article-buffer is nil.
4a43ee9b 11792
01c52d31 117932004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
4a43ee9b 11794
01c52d31
MB
11795 * message.el (message-expand-name-databases): New user option.
11796 (message-expand-name): Use it.
4a43ee9b 11797
01c52d31 117982004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4a43ee9b 11799
01c52d31
MB
11800 * spam.el (spam-report-articles-resend)
11801 (spam-report-resend-register-routine): Allow ham reporting.
11802 (spam-report-resend-register-ham-routine): Add wrapper.
11803 (spam-registration-functions): Add ham resending functions.
11804 (spam-list-of-processors): Add ham resend processor.
4a43ee9b 11805
01c52d31
MB
11806 * gnus.el (ham-resend-to): Add new group parameter.
11807 (spam-process): Add ham resend option.
4a43ee9b 11808
01c52d31
MB
11809 * spam-report.el (spam-report-resend): Allow reporting ham.
11810 (spam-report-resend-ham): Add wrapper.
4a43ee9b 11811
01c52d31 118122004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4a43ee9b 11813
01c52d31
MB
11814 * message.el (message-cite-articles-with-x-no-archive): New
11815 variable.
11816 (message-cite-original): Use it.
4a43ee9b 11817
01c52d31 118182004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
e9bd5782 11819
01c52d31 11820 * message.el (message-cite-original): Respect X-No-Archive.
e9bd5782 11821
01c52d31 118222004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
e9bd5782 11823
01c52d31
MB
11824 * gnus-art.el (article-hide-headers): Refer to the values for
11825 gnus-ignored-headers and gnus-visible-headers in the summary
11826 buffer since a user may have set them as group parameters.
cfcd5c91 11827
01c52d31 118282004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
cfcd5c91 11829
01c52d31
MB
11830 * assistant.el (assistant-node-name): Add convenience function.
11831 (assistant-render-text, assistant-render-node): Add error handling,
11832 plus handle multiple next nodes.
11833 (assistant-find-next-node): Comment out for now.
11834 (assistant-find-next-nodes): Add function, returns list of next
11835 nodes.
11836
118372004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
11838
11839 * mail-source.el (mail-source-directory): Fix doc-string.
11840
118412004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
11842
11843 * assistant.el (assistant-render-text, assistant-eval): Add :set
11844 widget type, which is different because it takes and returns a
11845 list. Much hilarity ensues.
11846
118472004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
11848
11849 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11850
11851 * gnus-group.el (gnus-group-get-new-news-this-group): Added
11852 doc-string.
11853
11854 * gnus-start.el (gnus-activate-group): Added doc-string.
11855
118562004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
11857
11858 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11859
118602004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
11861
11862 * assistant.el (assistant-render-text): Try to add a :set
11863 widget, more to come.
11864
11865 * spam.el (spam-group-spam-contents-p): Handle empty groupname
11866 strings.
11867 (spam-report-articles-resend)
11868 (spam-register-routine): Do registration iff any articles warrant
11869 it.
11870 (spam-summary-prepare-exit): Change log message for nil group
11871 destinations.
11872
118732004-05-27 Daniel Pittman <daniel@rimspace.net>
11874
11875 * spam.el (spam-report-resend-register-routine): Allow
11876 spam-report-resend-to to be a group parameter or a global value.
11877
118782004-05-26 Simon Josefsson <jas@extundo.com>
11879
11880 * starttls.el: Merge with my GNUTLS based starttls.el.
11881 (starttls-gnutls-program, starttls-use-gnutls)
11882 (starttls-extra-arguments, starttls-process-connection-type)
11883 (starttls-connect, starttls-failure, starttls-success): New
11884 variables.
11885 (starttls-program, starttls-extra-args): Doc fix.
11886 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11887 functions.
11888 (starttls-negotiate, starttls-open-stream): Check
11889 `starttls-use-gnutls' and pass on to corresponding *-gnutls
11890 function if it is set.
11891
118922004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
11893
11894 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11895 structured fields.
11896
118972004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11898
11899 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11900
119012004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
11902
11903 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11904 variable.
11905 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
11906 assigning the spam-mark to new messages.
11907
880820fe 119082004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
01c52d31
MB
11909
11910 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11911
119122004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11913
11914 * rfc2047.el (rfc2047-encodable-p): Don't move point.
11915 (rfc2047-decode): Treat the ascii coding-system as raw-text by
11916 default.
11917
119182004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
11919
002876ab 11920 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
01c52d31
MB
11921 correct data.
11922
119232004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
11924
11925 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11926 (spam-group-processor-p): Fix function.
11927 (spam-group-processor-multiple-p)
11928 (spam-group-spam-processor-report-gmane-p)
11929 (spam-group-spam-processor-report-resend-p)
11930 (spam-group-spam-processor-bogofilter-p)
11931 (spam-group-spam-processor-blacklist-p)
11932 (spam-group-spam-processor-ifile-p)
11933 (spam-group-ham-processor-ifile-p)
11934 (spam-group-spam-processor-spamoracle-p)
11935 (spam-group-spam-processor-crm114-p)
11936 (spam-group-ham-processor-bogofilter-p)
11937 (spam-group-spam-processor-stat-p)
11938 (spam-group-ham-processor-stat-p)
11939 (spam-group-ham-processor-whitelist-p)
11940 (spam-group-ham-processor-BBDB-p)
11941 (spam-group-ham-processor-spamoracle-p)
11942 (spam-group-ham-processor-copy-p): Remove functions with some
11943 prejudice against unneeded code.
11944 (spam-report-articles-resend)
11945 (spam-report-resend-register-routine): Allow the group/topic
11946 spam-resend-to value to override spam-report-resend-to.
11947 (spam-summary-prepare-exit): Invoke spam-group-processor-p
11948 properly now.
11949
11950 * gnus.el (spam-resend-to): Add group/topic parameter.
11951 (spam-process): Move the OBSOLETE processors to the end of the
11952 choices.
11953
119542004-05-24 Daniel Pittman <daniel@rimspace.net>
11955
11956 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11957 with resend-to set to nil, and then ask the user if necessary.
11958 (spam-report-resend): spam-report-resend takes a list of articles, not
11959 separate article numbers.
11960
119612004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
11962
11963 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11964 addition to emacs-w3m.
11965
119662004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11967
11968 * assistant.el (assistant-authinfo-data): New function.
11969 (assistant-eval): Eval for entire assistant.
11970
11971 * netrc.el (netrc-services-file): New variable.
11972 (netrc-parse-services): New function.
11973 (netrc-find-service-name): New function.
11974 (netrc-find-service-number): New function.
11975 (netrc-port-equal): New function.
11976 (netrc-machine): Use it.
11977
11978 * nnimap.el (nnimap-open-connection): Use netrc.
11979
11980 * gnus-util.el (gnus-netrc-get): Remove aliases.
11981
11982 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11983
11984 * assistant.el (wid-edit): Fix compilation.
11985
11986 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11987
119882004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
11989
11990 * gnus-util.el (gnus-set-file-modes): New function. (small
11991 patch).
11992
119932004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 11994
01c52d31 11995 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
cfcd5c91 11996
01c52d31
MB
11997 * assistant.el (assistant-render-node): Fix up rendering and
11998 read-only text.
11999 (assistant-render-node): Reset.
12000 (assistant-make-read-only): Not sticky.
cfcd5c91 12001
01c52d31 120022004-05-20 Danny Siu <dsiu@adobe.com>
cfcd5c91 12003
01c52d31
MB
12004 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
12005 centered even when gnus-auto-center-summary is t
cfcd5c91 12006
01c52d31 120072004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 12008
01c52d31
MB
12009 * dns.el (dns-get-txt-answer): New function.
12010 (dns-read-txt): Ditto.
12011 (query-dns): Use it.
cfcd5c91 12012
01c52d31 120132004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
cfcd5c91 12014
01c52d31
MB
12015 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
12016 active for foreign groups even if the group level is higher than
12017 the specified value.
cfcd5c91 12018
01c52d31 120192004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9ad41fb7 12020
01c52d31
MB
12021 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
12022 non-active groups.
9ad41fb7 12023
01c52d31 12024 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
b4e8a25b 12025
01c52d31 120262004-05-20 Magnus Henoch <mange@freemail.hu>
b4e8a25b 12027
01c52d31 12028 * dns.el (dns-read-type): Add support for SVR. (small patch)
b4e8a25b 12029
01c52d31 120302004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
ddfbe5db 12031
01c52d31
MB
12032 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
12033 (spam-crm114-header, spam-crm114-spam-switch)
12034 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
12035 (spam-crm114-positive-spam-header)
12036 (spam-crm114-database-directory, spam-list-of-processors)
12037 (spam-group-spam-processor-crm114-p)
12038 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
12039 (spam-generic-score, spam-list-of-checks)
12040 (spam-list-of-statistical-checks, spam-registration-functions)
12041 (spam-check-crm114-headers, spam-crm114-score)
12042 (spam-check-crm114, spam-crm114-register-with-crm114)
12043 (spam-crm114-register-spam-routine)
12044 (spam-crm114-unregister-spam-routine)
12045 (spam-crm114-register-ham-routine)
12046 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
880820fe 12047 asjo@koldfront.dk (Adam Sjøgren).
ddfbe5db 12048
01c52d31 12049 * gnus.el: Add spam-use-crm114.
d0859c9a 12050
01c52d31
MB
12051 * spam.el (spam-list-of-processors, spam-registration-functions):
12052 Add spam-use-resend.
12053 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
12054 (spam-report-articles-gmane): Add doc fix.
149cd465
JB
12055 (spam-report-articles-resend, spam-report-resend-register-routine):
12056 Add wrappers around spam-report-resend-to.
d0859c9a 12057
01c52d31
MB
12058 * spam-report.el (spam-report-resend-to, spam-report-resend):
12059 Add support for resending spam.
12060 (spam-report-gmane): Fix line length >80.
d0859c9a 12061
01c52d31 12062 * gnus.el (spam-process): Add spam-use-resend.
d0859c9a 12063
01c52d31 120642004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
d0859c9a 12065
01c52d31
MB
12066 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
12067 number of processed spam messages.
12068 (spam-ham-copy-or-move-routine): Return the number of processed
12069 ham messages.
12070 (spam-summary-prepare-exit): Use the above values to decide
12071 whether status messages shouled be displayed.
d0859c9a 12072
01c52d31 120732004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
d0859c9a 12074
01c52d31
MB
12075 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
12076 `rfc2047-encoding-function-alist' in order to avoid conflicting
12077 with the old version.
12078 (rfc2047-encode-region): Concatenate words containing non-ASCII
12079 characters in structured fields; don't encode space-delimited
12080 ASCII words even in unstructured fields; don't break words at
12081 char-category boundaries.
12082 (rfc2047-encode-1): New function.
12083 (rfc2047-encode): Use it; encode text so that it occupies the
12084 maximum width within 76-column; work correctly on Q encoding for
12085 iso-2022-* charsets.
12086 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
12087 sure not to break a line just after the header name.
12088 (rfc2047-b-encode-region): Removed.
12089 (rfc2047-b-encode-string): New function.
12090 (rfc2047-q-encode-region): Removed.
12091 (rfc2047-q-encode-string): New function.
d0859c9a 12092
01c52d31 12093 * mm-util.el (mm-replace-in-string): New function.
d0859c9a 12094
01c52d31 120952004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 12096
01c52d31
MB
12097 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
12098 get it right.
12099 (gnus-inews-make-draft): Really.
d0859c9a 12100
01c52d31 121012004-05-19 Ben Menasha <bmenasha@benmenasha.net>
d0859c9a 12102
01c52d31
MB
12103 * nnmh.el (nnmh-request-list-1): Don't check the link count
12104 before descending. (small patch)
d0859c9a 12105
01c52d31 121062004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 12107
01c52d31
MB
12108 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
12109 stuff.
6441d280 12110
01c52d31
MB
12111 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
12112 on real group name.
6441d280 12113
01c52d31 12114 * gnus-art.el (gnus-signature-limit): Doc fix.
8654e13a 12115
01c52d31 12116 * gnus-msg.el (gnus-inews-make-draft): Quote list.
8654e13a 12117
01c52d31 121182004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8654e13a 12119
01c52d31
MB
12120 * gnus-draft.el (gnus-draft-send): Bind
12121 rfc2047-encode-encoded-words.
8654e13a 12122
01c52d31
MB
12123 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
12124 (rfc2047-encodable-p): Say that =? needs encoding.
12125 (rfc2047-encode-encoded-words): New variable.
8654e13a 12126
01c52d31 12127 * gnus-group.el (gnus-group-select-group): Doc fix.
8654e13a 12128
01c52d31 12129 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
31640842 12130
01c52d31
MB
12131 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
12132 to nil.
31640842 12133
01c52d31 12134 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
31640842 12135
01c52d31 12136 * nnheader.el (nnheader-get-lines-and-char): New function.
31640842 12137
01c52d31 121382004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
61b397cd 12139
01c52d31
MB
12140 * gnus-msg.el (gnus-summary-followup-with-original): Document
12141 yanking of region when active.
61b397cd 12142
01c52d31 121432004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
61b397cd 12144
01c52d31
MB
12145 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
12146 groups if the group level is higher than the specified value.
31640842 12147
01c52d31 121482004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
cd01ded9 12149
01c52d31
MB
12150 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
12151 (gnus-group-jump-to-group): Added prefix argument using
12152 `gnus-group-jump-to-group-prompt'. Query before jumping to
12153 non-active group.
cd01ded9 12154
01c52d31
MB
12155 * compface.el (uncompface): Be verbose when changing
12156 `uncompface-use-external'.
850c333d 12157
01c52d31
MB
12158 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
12159 handle manual section.
850c333d 12160
01c52d31 121612004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
ff5e68bf 12162
01c52d31 12163 * gnus-art.el (gnus-button-alist): Revert previous change.
ff5e68bf 12164
01c52d31 121652004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
ff5e68bf 12166
01c52d31 12167 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
ff5e68bf 12168
01c52d31 121692004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6a748eda 12170
01c52d31
MB
12171 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
12172 whether backend can accept message.
6a748eda 12173
01c52d31 12174 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9d9b0de9 12175
01c52d31 121762004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
9d9b0de9 12177
01c52d31
MB
12178 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
12179 Avoid creating directory when nntp-marks-is-evil is true.
12180 Reported by Reiner Steib.
9a89f5b0 12181
01c52d31 121822004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9a89f5b0 12183
01c52d31
MB
12184 * gnus-picon.el (gnus-picon-style): New variable.
12185 (gnus-picon-insert-glyph): Added optional `nostring' argument.
12186 (gnus-picon-transform-address): Support `gnus-picon-style'. From
12187 Jesper Harder <harder@ifa.au.dk>.
91472578 12188
01c52d31 121892004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 12190
01c52d31
MB
12191 * message.el (message-fill-field): Return point.
12192 (message-generate-headers): Go to end of field.
91472578 12193
01c52d31
MB
12194 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
12195 stuff for non-living groups.
91472578 12196
01c52d31 121972004-05-18 Jesper Harder <harder@ifa.au.dk>
91472578 12198
01c52d31
MB
12199 * gnus-art.el (gnus-article-followup-with-original)
12200 (gnus-article-reply-with-original): gnus-mark-active-p ->
12201 gnus-region-active-p.
91472578 12202
01c52d31 122032004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
91472578 12204
01c52d31
MB
12205 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
12206 only when there is spam or ham to be processed.
91472578 12207
01c52d31 122082004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 12209
01c52d31
MB
12210 * mail-source.el (mail-source-delete-crash-box): Refactor.
12211 (mail-source-fetch): Use it.
12212 (mail-source-fetch-file): Ditto.
12213 (mail-source-fetch-directory): Run postscript in loop.
12214 (mail-source-fetch-pop): Delete.
12215 (mail-source-fetch-maildir): Ditto.
12216 (mail-source-fetch-imap): Ditto.
91472578 12217
01c52d31 12218 * imap.el (imap-authenticators): Comment out sasl.
91472578 12219
01c52d31
MB
12220 * message.el (message-skip-to-next-address): New function.
12221 (message-fill-header-address): Refactor.
12222 (message-fill-address): Use it.
12223 (message-delete-address): Use it.
12224 (message-fill-header-general): Refactor.
12225 (message-fill-field-address): Rename.
12226 (message-narrow-to-field): Find the start of the header.
12227 (message-header-format-alist): Don't pre-fill.
12228 (message-fill-header): Removed.
12229 (message-insert-header): New function.
12230 (message-shorten-references): Use it.
91472578 12231
01c52d31 12232 * rfc2047.el (rfc2047-field-value): Strip props.
91472578 12233
01c52d31 12234 * mail-parse.el (mail-header-make-address): New alias.
91472578 12235
01c52d31 12236 * ietf-drums.el (ietf-drums-make-address): New function.
91472578 12237
01c52d31 12238 * imap.el: Add compiler directives.
91472578 12239
01c52d31 12240 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
91472578 12241
01c52d31
MB
12242 * gnus-art.el (article-decode-idna-rhs): Don't use
12243 message-idna-inside-rhs-p.
91472578 12244
01c52d31 122452004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 12246
01c52d31
MB
12247 * message.el (message-idna-inside-rhs-p): Removed.
12248 (message-idna-to-ascii-rhs-1): Use proper address parsing.
1b155fbd 12249
01c52d31
MB
12250 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
12251 false positives.
1b155fbd 12252
ce058493 122532004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
91472578 12254
01c52d31 12255 * imap.el (imap-sasl-make-mechanisms): Use sasl.
91472578 12256
01c52d31 122572004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 12258
ce058493 12259 * nneething.el (nneething-file-name): Don't create spurious
01c52d31 12260 files.
91472578 12261
01c52d31
MB
12262 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
12263 (gnus-inews-do-gcc): Remove sleep.
498063ec 12264
01c52d31
MB
12265 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
12266 part under point.
498063ec 12267
01c52d31
MB
12268 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
12269 (gnus-agent-regenerate-group): Using nil messages aren't valid.
498063ec 12270
01c52d31 122712004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 12272
01c52d31 12273 * spam.el (spam-summary-prepare-exit): Fixed (length).
498063ec 12274
01c52d31 122752004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 12276
01c52d31
MB
12277 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
12278 as expired without moving it" message when there are spam
12279 messages left.
498063ec 12280
01c52d31 122812004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
707f2b38 12282
002876ab 12283 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
01c52d31 12284 header is not nil.
707f2b38 12285
01c52d31 122862004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10ace8ea 12287
01c52d31
MB
12288 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
12289 nntp-possibly-create-directory, not nntp-possibly-change-group.
12290 (nntp-marks-changed-p): New arg SERVER.
12291 (nntp-request-update-info): Adjust caller.
10ace8ea 12292
01c52d31 122932004-05-14 Kai Grossjohann <kai@emptydomain.de>
10ace8ea 12294
01c52d31 12295 * nntp.el (nntp-save-marks): Pass missing arg.
10ace8ea 12296
01c52d31 122972004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10ace8ea 12298
01c52d31
MB
12299 * nntp.el: Support marks.
12300 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
12301 (nntp-marks-modtime, nntp-marks-directory): New variables.
12302 (nntp-request-set-mark, nntp-request-update-info)
12303 (nntp-possibly-create-directory, nntp-marks-changed-p)
12304 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
12305 functions.
10ace8ea 12306
01c52d31 123072004-05-12 Jesper Harder <harder@ifa.au.dk>
10ace8ea 12308
01c52d31
MB
12309 * gnus-score.el (gnus-score-insert-help): Use
12310 gnus-select-lowest-window.
10ace8ea 12311
01c52d31
MB
12312 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
12313 appt-select-lowest-window and rename to gnus-select-lowest-window.
10ace8ea 12314
01c52d31 12315 * gnus.el: do.
10ace8ea 12316
01c52d31 123172004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10ace8ea 12318
01c52d31
MB
12319 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
12320 encodings of MIME-encoded words, in order to improve
12321 interoperability with several broken MUAs.
10ace8ea 12322
01c52d31 123232004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
f3f7f80c 12324
01c52d31
MB
12325 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
12326 tags, only when charsets are not specified in headers.
12327 (mm-inline-text-html-render-with-w3m): Ditto.
f3f7f80c 12328
01c52d31 123292004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
0302b80e 12330
01c52d31
MB
12331 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
12332 instead of MIME-decoded from fields when checking
12333 `gnus-article-address-banner-alist'.
0302b80e 12334
01c52d31 123352004-05-03 Jesper Harder <harder@ifa.au.dk>
fa9a04e1 12336
01c52d31
MB
12337 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
12338 description rather than subject.
fa9a04e1 12339
01c52d31 123402004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 12341
01c52d31 12342 * gnus.el (gnus-version-number): Bump.
fa9a04e1 12343
01c52d31 123442004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
fa9a04e1 12345
01c52d31 12346 * gnus.el: No Gnus v0.2 is released.
fa9a04e1 12347
01c52d31 123482004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 12349
01c52d31
MB
12350 * gnus-agent.el (gnus-agent-read-agentview): Inline
12351 gnus-uncompress-range.
fa9a04e1 12352
01c52d31 123532004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 12354
01c52d31
MB
12355 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
12356 `exec-installed-p'.
fa9a04e1 12357
01c52d31 123582004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 12359
01c52d31
MB
12360 * gnus.el (spam-process, spam-autodetect-methods): Add
12361 bsfilter and bsfilter-headers.
fa9a04e1 12362
01c52d31
MB
12363 * spam.el (spam-bsfilter): New customize group.
12364 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
12365 (spam-bsfilter-header, spam-bsfilter-probability-header)
12366 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
12367 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
12368 (spam-bsfilter-database-directory): New options.
12369 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
12370 (spam-list-of-statistical-checks, spam-registration-functions):
12371 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
12372 (spam-bsfilter-score): New command.
12373 (spam-check-bsfilter-headers, spam-check-bsfilter)
12374 (spam-bsfilter-register-with-bsfilter)
12375 (spam-bsfilter-register-spam-routine)
12376 (spam-bsfilter-unregister-spam-routine)
12377 (spam-bsfilter-register-ham-routine)
12378 (spam-bsfilter-unregister-ham-routine): New functions.
12379 (spam-generic-score): Support bsfilter; Accept an optional argument
12380 to recalcurate spam score even if scoring header has already been
12381 added.
12382 (spam-bogofilter-score, spam-spamassassin-score): Accept an
12383 optional argument to recalcurate spam score even if scoring header
12384 has already been added.
bf68d4e6 12385
01c52d31 123862004-04-29 Jesper Harder <harder@ifa.au.dk>
bf68d4e6 12387
01c52d31
MB
12388 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
12389 strings! Reported by David D. Smith <davidsmith@acm.org>.
12390 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
12391 link is missing.
f66ce3b9 12392
01c52d31 123932004-04-28 Jesper Harder <harder@ifa.au.dk>
f66ce3b9 12394
01c52d31
MB
12395 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
12396 (html2text-get-attr): Rewrite.
14f56b66 12397
01c52d31
MB
12398 * message.el (message-setup-1): Remove redundant put-text-property
12399 on mail-header-separator.
14f56b66 12400
01c52d31 124012004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
ec3c4a4c 12402
01c52d31
MB
12403 * gnus-registry.el (gnus-registry-cache-whitespace)
12404 (gnus-registry-action, gnus-registry-spool-action)
12405 (gnus-registry-split-fancy-with-parent): Change message levels
12406 from 5 to 3 or 7, as needed.
ec3c4a4c 12407
01c52d31
MB
12408 * spam.el (spam-summary-prepare-exit)
12409 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
12410 (spam-split, spam-find-spam, spam-log-undo-registration)
12411 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
12412 level from 5 to 6.
5f5475ac 12413
01c52d31 124142004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
5f5475ac 12415
01c52d31
MB
12416 * gnus-ems.el: Autoload appt-select-lowest-window (revert
12417 2004-03-04 change).
5f5475ac 12418
01c52d31 124192004-04-25 Jesper Harder <harder@ifa.au.dk>
2fd561a9 12420
c9e31f32
SM
12421 * sieve-manage.el (sieve-manage-open):
12422 * nnweb.el (nnweb-insert-html):
01c52d31 12423 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
c9e31f32
SM
12424 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
12425 * nnspool.el (nnspool-request-group):
01c52d31 12426 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
c9e31f32 12427 * nnml.el (nnml-request-update-info):
01c52d31 12428 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
c9e31f32 12429 (nnmh-request-create-group, nnmh-update-gnus-unreads):
01c52d31 12430 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
c9e31f32
SM
12431 (nnimap-request-set-mark):
12432 * nnfolder.el (nnfolder-request-update-info):
01c52d31 12433 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
c9e31f32
SM
12434 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
12435 * gnus-uu.el (gnus-uu-find-articles-matching):
01c52d31 12436 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
01c52d31 12437 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
c9e31f32
SM
12438 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12439 * gnus-nocem.el (gnus-nocem-scan-groups):
12440 * gnus-int.el (gnus-start-news-server):
01c52d31 12441 * gnus-group.el (gnus-group-make-kiboze-group)
c9e31f32
SM
12442 (gnus-group-browse-foreign-server):
12443 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12444 Use mapc when appropriate.
270a576a 12445
01c52d31 124462004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 12447
01c52d31 12448 FIXME: Make separate entries for each person.
270a576a 12449
01c52d31 12450 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
880820fe 12451 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
01c52d31 12452 <shields@msrl.com>:
270a576a 12453
01c52d31
MB
12454 * spam.el (spam-necessary-extra-headers): Get the extra headers we
12455 may need for spam sorting and scoring.
12456 (spam-user-format-function-S): Add user format function suitable for
12457 general use.
12458 (spam-article-sort-by-spam-status): Add sorting function for summary
12459 sorting.
12460 (spam-extra-header-to-number): Add function to get a score from a
12461 header.
12462 (spam-summary-score): Add function to get a numeric score from the
12463 headers.
c9e31f32 12464 (spam-generic-score): Fix function doc, was in wrong place.
01c52d31
MB
12465 (spam-initialize): Take symbols when it's run, and install the
12466 extra headers that spam-necessary-extra-headers thinks we need.
270a576a 12467
01c52d31 124682004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 12469
01c52d31 12470 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
880820fe 12471 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
270a576a 12472
01c52d31 124732004-04-17 Jesper Harder <harder@ifa.au.dk>
270a576a 12474
01c52d31
MB
12475 * gnus-sum.el (gnus-set-global-variables)
12476 (gnus-build-all-threads, gnus-get-newsgroup-headers)
12477 (gnus-article-get-xrefs, gnus-summary-best-group)
12478 (gnus-summary-next-article, gnus-summary-enter-digest-group)
12479 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
c9e31f32
SM
12480 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
12481 Use with-current-buffer.
270a576a 12482
01c52d31 124832004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 12484
01c52d31
MB
12485 * spam.el (spam-summary-prepare-exit): Simplify logic.
12486 (spam-fetch-article-header): Read the article header if it's not
12487 available.
12488 (spam-list-articles): Simplify logic.
12489 (spam-filelist-register-routine): Fix bug with unregister-list.
270a576a 12490
01c52d31 12491 * gnus-registry.el: Fix comments at beginning.
270a576a 12492
01c52d31 124932004-04-16 Jesper Harder <harder@ifa.au.dk>
d31fa104 12494
01c52d31
MB
12495 * message.el (message-cater-to-broken-inn): Remove.
12496 (message-shorten-references): Make sure the total folded length of
12497 References is shorter than 998 characters to cater to a bug in INN
12498 2.3. Also, don't pretend that references aren't folded -- this
12499 hasn't worked for a while.
d31fa104 12500
01c52d31 125012004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 12502
01c52d31
MB
12503 * gnus-agent.el (gnus-agentize):
12504 gnus-agent-send-mail-real-function no longer set to current value
12505 of message-send-mail-function but rather a lambda that calls
12506 message-send-mail-function. The change makes the agent real-time
12507 responsive to user changes to message-send-mail-function.
9b981cb6 12508
01c52d31 125092004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 12510
01c52d31
MB
12511 * legacy-gnus-agent.el
12512 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
12513 help from Florian Weimer <fw@deneb.enyo.de>
9b981cb6 12514
01c52d31 125152004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
56c30d72 12516
01c52d31 12517 * nnmail.el (nnmail-cache-insert): Revert last change.
56c30d72 12518
01c52d31 125192004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
f429956a 12520
01c52d31
MB
12521 * nnmail.el (nnmail-cache-insert): Always check whether
12522 nnmail-cache-ignore-groups matches a group name.
f429956a 12523
01c52d31 125242004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
5c243ee4 12525
01c52d31
MB
12526 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
12527 (spam-find-spam, spam-log-processing-to-registry)
12528 (spam-log-registered-p, spam-log-unregistration-needed-p)
12529 (spam-log-undo-registration): Use gnus-message instead of
12530 gnus-error, none of these errors are fatal.
5c243ee4 12531
01c52d31
MB
12532 * gnus-registry.el (gnus-registry-clean-empty-function)
12533 (gnus-registry-clean-empty): Remove only empty entries without
12534 extra data.
aba1948a 12535
01c52d31 125362004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
aba1948a 12537
01c52d31
MB
12538 * spam-stat.el (spam-stat-buffer-change-to-spam)
12539 (spam-stat-buffer-change-to-non-spam): Change (error) to
12540 (gnus-message 8) invocation.
aba1948a 12541
01c52d31 125422004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 12543
01c52d31
MB
12544 * nntp.el (nntp-via-netcat-command): New variable.
12545 (nntp-via-netcat-switches): New variable.
12546 (nntp-open-via-rlogin-and-netcat): New function.
12547 (nntp-open-connection-function): Doc fix.
12548 (nntp-telnet-command): Doc fix.
12549 (nntp-end-of-line): Doc fix.
12550 (nntp-via-rlogin-command): Doc fix.
12551 (nntp-via-user-name): Doc fix.
12552 (nntp-via-address): Doc fix.
aba1948a 12553
01c52d31 125542004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 12555
01c52d31
MB
12556 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12557 error in Emacs 21.1.
ddff82cf 12558
01c52d31 125592004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
ddff82cf 12560
01c52d31 12561 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
112d84ef 12562
01c52d31 125632004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
540992fa 12564
01c52d31
MB
12565 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12566 (gnus-agent-with-refreshed-group): New macro.
12567 (gnus-agent-rename-group): New function.
12568 (gnus-agent-delete-group): New function.
12569 (gnus-agent-save-group-info): Use gnus-command-method when
12570 `method' parameter is nil. Don't write nil entries into the
12571 active file.
12572 (gnus-agent-get-group-info): New function.
12573 (gnus-agent-fetch-articles): Use
12574 gnus-agent-update-files-total-fetched-for to increment disk space
12575 used.
12576 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12577 gnus-agent-update-view-total-fetched-for to increment disk space
12578 used.
12579 (gnus-agent-get-local): Added optional parameters to avoid calling
12580 gnus-group-real-name and gnus-find-method-for-group.
12581 (gnus-agent-set-local): Delete stored entry if either min, or max,
12582 are nil.
12583 (gnus-agent-fetch-session): Reworded error/quit messages. On
b643362c 12584 quit, use gnus-agent-regenerate-group to record existence of any
01c52d31
MB
12585 articles fetched to disk before the quit occurred.
12586 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12587 gnus-agent-update-view-total-fetched-for, and
12588 gnus-agent-update-files-total-fetched-for to decrement disk space
12589 used.
12590 (gnus-agent-retrieve-headers): Use
12591 gnus-agent-update-view-total-fetched-for to increment disk space
12592 used.
12593 (gnus-agent-regenerate-group): Replace gnus-group-update-group
12594 with gnus-agent-update-files-total-fetched-for to decrement disk
12595 space and fresh group buffer.
12596 (gnus-agent-inhibit-update-total-fetched-for): New variable.
12597 (gnus-agent-need-update-total-fetched-for): New variable.
12598 (gnus-agent-update-files-total-fetched-for): New function.
12599 (gnus-agent-update-view-total-fetched-for): New function.
12600 (gnus-agent-total-fetched-for): New function.
12601
12602 * gnus-cache.el (gnus-cache-save-buffers): Use
12603 gnus-cache-update-overview-total-fetched-for to change disk space
12604 used by this group.
12605 (gnus-cache-possibly-enter-article): Use
12606 gnus-cache-update-file-total-fetched-for to increment disk space
12607 used by this group.
12608 (gnus-cache-possibly-remove-article): Use
12609 gnus-cache-update-file-total-fetched-for to decrement disk space
12610 used by this group.
12611 (gnus-cache-generate-nov-databases): Purge total fetched cache.
12612 (gnus-cache-rename-group): New function.
12613 (gnus-cache-delete-group): New function.
12614 (gnus-cache-inhibit-update-total-fetched-for): New variable.
12615 (gnus-cache-need-update-total-fetched-for): New variable.
12616 (gnus-cache-with-refreshed-group): New macro.
12617 (gnus-cache-update-file-total-fetched-for): New function.
12618 (gnus-cache-update-overview-total-fetched-for): New function.
12619 (gnus-cache-rename-group-total-fetched-for): New function.
12620 (gnus-cache-delete-group-total-fetched-for): New function.
12621 (gnus-cache-total-fetched-for): New function.
112d84ef 12622
01c52d31
MB
12623 * gnus-group.el: Require gnus-sum and autoload functions to
12624 resolve warnings when gnus-group.el compiled alone.
12625 (gnus-group-line-format): Documented new %F
12626 (size of Fetched data) group line format; identifies disk space
12627 used by agent and cache.
12628 (gnus-group-line-format-alist): Defined new F format.
12629 (gnus-total-fetched-for): New function.
12630 (gnus-group-delete-group): No longer update
12631 gnus-cache-active-altered as gnus-request-delete-group now keeps
12632 the cache in sync.
12633 (gnus-group-list-active): Let the agent store a server's active
12634 list if currently plugged.
2f7717f6 12635
c9e31f32
SM
12636 * gnus-int.el (gnus-request-delete-group):
12637 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
01c52d31 12638 local disk in sync with the server.
c9e31f32
SM
12639 (gnus-request-rename-group):
12640 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
01c52d31 12641 local disk in sync with the server.
2f7717f6 12642
c9e31f32
SM
12643 * gnus-start.el (gnus-get-unread-articles):
12644 Cosmetic simplification to logic.
c44edf72 12645
01c52d31 12646 * gnus-util.el (gnus-rename-file): New function.
c44edf72 12647
01c52d31 126482004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
c44edf72 12649
01c52d31 12650 * mm-util.el (mm-image-load-path): Handle nil in load-path.
aa0a8561 12651
01c52d31 126522004-04-07 Jesper Harder <harder@ifa.au.dk>
aa0a8561 12653
01c52d31
MB
12654 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12655 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
aa0a8561 12656
01c52d31 126572004-04-06 Jesper Harder <harder@ifa.au.dk>
aa0a8561 12658
01c52d31
MB
12659 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12660 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
aa0a8561 12661
01c52d31 126622004-04-03 Jesper Harder <harder@ifa.au.dk>
aa0a8561 12663
01c52d31 12664 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
aa0a8561 12665
01c52d31 126662004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 12667
01c52d31
MB
12668 * spam.el (spam-set-difference): Add function to replace
12669 gnus-set-difference in spam.el.
12670 (spam-summary-prepare-exit): Use spam-set-difference.
aa0a8561 12671
01c52d31 126722004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 12673
01c52d31
MB
12674 * gnus-registry.el (gnus-registry-cache-file): Update to use
12675 gnus-dribble-directory OR gnus-home-directory OR ~.
12676 (gnus-registry-split-fancy-with-parent): Fix doc.
aa0a8561 12677
01c52d31 126782004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
aa0a8561 12679
01c52d31
MB
12680 * message.el (message-exchange-point-and-mark): Use
12681 message-mark-active-p. Suggested by Jesper Harder
12682 <harder@ifa.au.dk>.
45893b95 12683
01c52d31 126842004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
45893b95 12685
01c52d31
MB
12686 * message.el (message-exchange-point-and-mark): Don't activate
12687 region if it was inactive. Suggested by Hiroshi Fujishima
12688 <pooh@nature.tsukuba.ac.jp>.
734c5765 12689
01c52d31 126902004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
734c5765 12691
01c52d31
MB
12692 * gnus-art.el (article-display-face): Display Faces in the same
12693 order as X-Faces.
734c5765 12694
01c52d31 126952004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 12696
01c52d31 12697 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
ad136a7c 12698
01c52d31 126992004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 12700
01c52d31
MB
12701 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
12702 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
12703 (gnus-article-mime-hierarchy): Remove.
12704 (gnus-article-mime-hierarchy-next): Remove.
12705 (gnus-article-mode): Revert 2004-03-19 change.
12706 (gnus-article-setup-buffer): Revert 2004-03-19 change.
12707 (gnus-insert-mime-button): Revert 2004-03-19 change.
12708 (gnus-mime-accumulate-hierarchy): Remove.
12709 (gnus-mime-enter-multipart): Remove.
149cd465 12710 (gnus-mime-leave-multipart): Remove.
01c52d31
MB
12711 (gnus-mime-display-part): Revert 2004-03-19 change.
12712 (gnus-mime-display-alternative): Revert 2004-03-19 change.
ad136a7c 12713
01c52d31 12714 * mml.el (mml-preview): Revert 2004-03-19 change.
ad136a7c 12715
01c52d31 127162004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
ad136a7c 12717
01c52d31 12718 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
ad136a7c 12719
01c52d31 127202004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 12721
01c52d31
MB
12722 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
12723 t while entering a file name using the mm-with-multibyte macro.
12724 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
ad136a7c 12725
01c52d31 12726 * mm-util.el (mm-with-multibyte): New macro.
ad136a7c 12727
01c52d31 127282004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 12729
01c52d31
MB
12730 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12731 user option.
12732 (gnus-mime-multipart-functions): Doc and customization fix.
12733 (gnus-article-mime-hierarchy): New variable.
12734 (gnus-article-mime-hierarchy-next): New variable.
12735 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12736 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12737 gnus-article-mime-hierarchy-next to nil.
12738 (gnus-insert-mime-button): Show hierarchy numbers.
12739 (gnus-mime-accumulate-hierarchy): New function.
12740 (gnus-mime-enter-multipart): New function.
12741 (gnus-mime-leave-multipart): New function.
12742 (gnus-mime-display-part): Recompute hierarchical MIME structure.
12743 (gnus-mime-display-alternative): Show hierarchy numbers.
ad136a7c 12744
01c52d31
MB
12745 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12746 gnus-article-mime-hierarchy-next to nil.
ad136a7c 12747
01c52d31 127482004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
ad136a7c 12749
01c52d31 12750 * dns.el: Don't require gnus-xmas.
ad136a7c 12751
01c52d31 127522004-03-17 Jesper Harder <harder@ifa.au.dk>
ad136a7c 12753
01c52d31
MB
12754 * mml.el (mml-generate-mime-1): Don't use format=flowed with
12755 inline PGP.
12756 (mml-menu): Disable mml-quote-region if mark is inactive.
ad136a7c 12757
01c52d31 127582004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 12759
01c52d31
MB
12760 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12761 when the group's active is not available.
ad136a7c 12762
01c52d31 127632004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 12764
01c52d31
MB
12765 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12766 error.
ad136a7c 12767
01c52d31 127682004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
ad136a7c 12769
01c52d31
MB
12770 * imap.el (imap-store-password): New variable.
12771 (imap-interactive-login): Use it.
12772 Suggested by Mark Plaksin <happy@mcplaksin.org>.
ad136a7c 12773
01c52d31 127742004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 12775
01c52d31
MB
12776 * gnus-art.el (gnus-article-read-summary-keys): Restore new
12777 window-start and hscroll to summary window.
ad136a7c 12778
01c52d31 127792004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
ad136a7c 12780
01c52d31
MB
12781 * gnus-start.el (gnus-convert-old-newsrc): Only write the
12782 conversion message to newsrc-dribble when an actual conversion is
12783 performed.
ad136a7c 12784
01c52d31 127852004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
ad136a7c 12786
01c52d31 12787 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
ad136a7c 12788
01c52d31 127892004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 12790
01c52d31
MB
12791 * mm-decode.el (mm-complicated-handles): New function reviving
12792 former definition of mm-multiple-handles.
49561cf6 12793
01c52d31
MB
12794 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12795 (gnus-mime-delete-part): Use it.
49561cf6 12796
01c52d31 127972004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
87589a70 12798
01c52d31
MB
12799 * gnus-agent.el (gnus-agent-read-local): Bind
12800 nnheader-file-coding-system to gnus-agent-file-coding-system to
12801 avoid the implicit assumption that they will always be equal.
12802 (gnus-agent-save-local): Bind buffer-file-coding-system, not
12803 coding-system-for-write, as the with-temp-file macro first prints
12804 to a buffer then saves the buffer.
87589a70 12805
01c52d31 128062004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
c825ac9d 12807
01c52d31
MB
12808 * gnus-art.el (gnus-article-edit-part): New function.
12809 (gnus-mime-save-part-and-strip): Use it; do query instead of
12810 signaling an error; don't use mm-multiple-handles.
12811 (gnus-mime-delete-part): Ditto.
c825ac9d 12812
01c52d31 128132004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
ae465fa7 12814
01c52d31
MB
12815 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12816 old file versions.
12817 (gnus-group-prepare-hook): Removed function that converted list
12818 form of gnus-agent-expire-days to group properties.
ae465fa7 12819
01c52d31
MB
12820 * gnus-int.el: Autoload gnus-agent-regenerate-group.
12821 (gnus-request-accept-article): Re-indented.
5f49be3f 12822
01c52d31
MB
12823 * gnus-start.el (gnus-convert-old-newsrc): Registered new
12824 converters to handle old agent file formats. Added logic for a
12825 "backup before upgrading warning".
12826 (gnus-convert-mark-converter-prompt): Developers can mark
12827 functions as needing (default), or not needing,
12828 gnus-convert-old-newsrc's "backup before upgrading warning".
12829 (gnus-convert-converter-needs-prompt): Tests whether the user
12830 should be protected from potentially irreversable changes by the
12831 function.
5f49be3f 12832
002876ab 12833 * legacy-gnus-agent.el: New. Provides converters that are only
01c52d31 12834 loaded when gnus-convert-old-newsrc needs to call them.
fb54e72e 12835
01c52d31 128362004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
fb54e72e 12837
01c52d31 12838 * mail-source.el (mail-source-touch-pop): Doc fix.
fb54e72e 12839
01c52d31 12840 * message.el (message-smtpmail-send-it): Doc fix.
0683d241 12841
01c52d31 128422004-03-05 Jesper Harder <harder@ifa.au.dk>
0683d241 12843
01c52d31 12844 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
1b155fbd 12845
01c52d31 12846 * nnmail.el (nnmail-split-fancy): do.
1b155fbd 12847
01c52d31 12848 * gnus-kill.el (gnus-kill, gnus-execute): do.
0683d241 12849
01c52d31 128502004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
0683d241 12851
01c52d31
MB
12852 * gnus-sum.el (gnus-widget-reversible-match)
12853 (gnus-widget-reversible-to-internal)
12854 (gnus-widget-reversible-to-external): New functions.
12855 (gnus-widget-reversible): New widget.
12856 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
0683d241 12857
01c52d31 128582004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
0683d241 12859
01c52d31
MB
12860 * gnus-sum.el (gnus-thread-sort-functions)
12861 (gnus-article-sort-functions): Document `(not F)' items.
0683d241 12862
01c52d31 128632004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
e2642250 12864
01c52d31
MB
12865 * spam.el (spam-use-gmane-xref): Add new backend.
12866 (spam-gmane-xref-spam-group): Add variable to control the name of the
12867 Gmane spam group.
12868 (spam-blackhole-servers, spam-blackhole-good-server-regex)
12869 (spam-regex-headers-spam, spam-regex-headers-ham)
12870 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12871 (spam-list-of-checks): Add spam-use-gmane-xref to list of
12872 backends and checks.
12873 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
e2642250 12874
01c52d31
MB
12875 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12876 an autodetect method.
e2642250 12877
01c52d31 128782004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 12879
01c52d31
MB
12880 * gnus-int.el (gnus-request-accept-article): Inform the agent that
12881 articles are being added to a group.
12882 (gnus-request-replace-article): Inform the agent that articles
12883 need to be uncached as the cached contents are no longer valid.
e2642250 12884
01c52d31 128852004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 12886
01c52d31 12887 * binhex.el: Don't autoload executable-find.
e2642250 12888
01c52d31 12889 * canlock.el: Don't autoload mail-fetch-field.
e2642250 12890
01c52d31 12891 * gnus-ems.el: Don't autoload appt-select-lowest-window.
e2642250 12892
01c52d31
MB
12893 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12894 rmail-dont-reply-to and rmail-output.
e2642250 12895
01c52d31 12896 * gnus-score.el: Don't autoload ffap-string-at-point.
e2642250 12897
01c52d31 12898 * gnus-setup.el: Don't autoload sc-cite-original.
e2642250 12899
01c52d31
MB
12900 * imap.el: Don't autoload base64-decode-string,
12901 base64-encode-string and md5.
e2642250 12902
01c52d31
MB
12903 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12904 and rmail-msg-restore-non-pruned-header.
e2642250 12905
01c52d31 12906 * mm-decode.el: Don't autoload executable-find.
e2642250 12907
01c52d31 12908 * mm-url.el: Don't autoload executable-find.
e2642250 12909
01c52d31 12910 * mm-view.el: Don't autoload diff-mode.
e2642250 12911
01c52d31
MB
12912 * nndb.el: Don't autoload news-reply-mode, news-setup,
12913 cancel-timer and telnet.
e2642250 12914
01c52d31 12915 * password.el: Don't autoload run-at-time for Emacs.
e2642250 12916
01c52d31 12917 * sha1-el.el: Don't autoload executable-find.
e2642250 12918
01c52d31 12919 * sieve-mode.el: Don't autoload c-mode.
e2642250 12920
01c52d31 12921 * uudecode.el: Don't autoload executable-find.
e2642250 12922
01c52d31 129232004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 12924
01c52d31
MB
12925 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12926 (gnus-agent-possibly-alter-active): Avoid null in numeric
12927 comparison.
12928 (gnus-agent-set-local): Refuse to save null in local object table.
12929 (gnus-agent-regenerate-group): The REREAD parameter can now be a
12930 list of articles that will be marked as unread.
e2642250 12931
01c52d31 129322004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 12933
01c52d31 12934 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
e2642250 12935
01c52d31 129362004-03-04 Jesper Harder <harder@ifa.au.dk>
ba0226dd 12937
01c52d31
MB
12938 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12939 language tags.
ba0226dd 12940
01c52d31 129412004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
e2642250 12942
01c52d31
MB
12943 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12944 Don't bind "obarray".
5153a47a 12945
01c52d31
MB
12946 * gnus-sum.el (gnus-thread-sort-functions): Added
12947 `gnus-thread-sort-by-most-recent-number' and
12948 `gnus-thread-sort-by-most-recent-date'.
12949 Reported by Kai Grossjohann <kai@emptydomain.de>.
2a95505b 12950
01c52d31 129512004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 12952
01c52d31 12953 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
5153a47a 12954
01c52d31 129552004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
5153a47a 12956
01c52d31
MB
12957 * gnus-cus.el (gnus-agent-customize-category): Removed
12958 ignore-errors macro reference that required cl to be loaded at
12959 run-time.
5153a47a 12960
01c52d31
MB
12961 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12962 single-interval range of the form (min . max). Previously the
12963 range had to look like ((min . max)). Likewise, return
12964 (min . max) rather than ((min . max)).
12965 (gnus-range-map): Use gnus-range-normalize to accept
12966 single-interval range.
5153a47a 12967
01c52d31
MB
12968 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12969 the cache, but not the agent, now appear with their usual face.
5153a47a 12970
01c52d31 129712004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 12972
01c52d31
MB
12973 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12974 w3m-safe-url-regexp variable buffer-local.
86713405 12975
01c52d31 12976 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
86713405 12977
01c52d31 129782004-02-27 Simon Josefsson <jas@extundo.com>
86713405 12979
01c52d31
MB
12980 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12981 gnus-group-real-prefix.
12982 (gnus-summary-move-article): Use it, instead of
12983 gnus-group-real-prefix.
86713405 12984
01c52d31 129852004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
d5ddd795 12986
01c52d31
MB
12987 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12988 w3m-safe-url-regexp variable buffer-local and set it as the value
12989 of mm-w3m-safe-url-regexp.
d5ddd795 12990
01c52d31 12991 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
d5ddd795 12992
01c52d31
MB
12993 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12994 parsing gnus-posting-styles when the message is not for replying.
d5ddd795 12995
01c52d31
MB
12996 * nnrss.el (nnrss-opml-export): Use
12997 mm-set-buffer-file-coding-system instead of
12998 set-buffer-file-coding-system.
54506618 12999
01c52d31 130002004-02-27 Jesper Harder <harder@ifa.au.dk>
54506618 13001
01c52d31
MB
13002 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
13003 of checkdoc.el).
13004 * nnrss.el: do.
13005 * gnus-mlspl.el: do.
13006 * gnus-ml.el: do.
13007 * gnus-srvr.el: do.
54506618 13008
01c52d31 13009 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
54506618 13010
01c52d31 130112004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
54506618 13012
01c52d31
MB
13013 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
13014 Corrections to custom-manual links.
54506618 13015
01c52d31 13016 * gnus-art.el (gnus-article): Ditto.
54506618 13017
01c52d31 13018 * mm-decode.el (mime-display, mime-security): Ditto.
54506618 13019
01c52d31 130202004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 13021
01c52d31 13022 * flow-fill.el: Typo.
54506618 13023
01c52d31 130242004-02-26 Andrew Cohen <cohen@andy.bu.edu>
49561cf6 13025
01c52d31 13026 * spam-wash.el: New file.
54506618 13027
01c52d31 130282004-02-26 Mark A. Hershberger <mah@everybody.org>
54506618 13029
01c52d31 13030 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
54506618 13031
01c52d31 130322004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
49561cf6 13033
01c52d31
MB
13034 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
13035 to be run with new-articles as LIST1, not LIST2.
13036 (spam-registration-functions): Add spam-use-ham-copy as a nil
13037 registration backend.
54506618 13038
01c52d31 130392004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 13040
01c52d31
MB
13041 * spam-stat.el (spam-stat-washing-hook): New option.
13042 (spam-stat-buffer-words): Use it.
13043 (spam-stat-process-directory, spam-stat-test-directory): Use
13044 insert-file-contents-literally.
13045 (spam-stat-coding-system): New variable.
13046 (spam-stat-load, spam-stat-save): Use it.
54506618 13047
01c52d31 130482004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 13049
01c52d31
MB
13050 * spam-report.el (spam-report-plug-agent): Quote
13051 spam-report-url-to-file and spam-report-url-ping-plain.
54506618 13052
01c52d31 130532004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
54506618 13054
01c52d31
MB
13055 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
13056 / in mailto URLs.
54506618 13057
01c52d31 130582004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
54506618 13059
01c52d31
MB
13060 * spam-report.el (spam-report-process-queue): Fix interactive use.
13061 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
13062 (spam-report-unplug-agent): Doc fixes.
13063 (spam-report-url-ping-mm-url, spam-report-url-to-file)
13064 (spam-report-agentize, spam-report-deagentize): Autoload
54506618 13065
01c52d31 130662004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 13067
01c52d31
MB
13068 * message.el (message-setup-fill-variables): Add mml tags to
13069 paragraph-start and paragraph-separate. Suggested by Andrew Korty
13070 <ajk@iu.edu>.
13071 (message-mode): Don't modify paragraph-separate there.
54506618 13072
01c52d31 130732004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 13074
01c52d31
MB
13075 * compface.el (uncompface-use-external): Default to undecided.
13076 (uncompface-use-external-threshold): New variable.
13077 (uncompface-float-time): New macro.
13078 (uncompface): Determine whether to use the external decoder if
13079 uncompface-use-external is undecided.
54506618 13080
01c52d31 130812004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
54506618 13082
01c52d31
MB
13083 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
13084 after images.
54506618 13085
01c52d31 13086 * gnus-art.el (gnus-mime-display-single): Remove dead code.
54506618 13087
01c52d31 130882004-02-14 Jesper Harder <harder@ifa.au.dk>
49561cf6 13089
01c52d31 13090 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
54506618 13091
002876ab 13092 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
54506618 13093
01c52d31
MB
13094 * gnus-sum.el (gnus-summary-limit-to-age)
13095 (gnus-summary-limit-children): do.
54506618 13096
01c52d31 13097 * gnus-int.el (gnus-request-scan): do.
54506618 13098
01c52d31 13099 * gnus-group.el (gnus-group-suspend): do.
54506618 13100
01c52d31 13101 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
54506618 13102
01c52d31 13103 * gnus-cite.el (gnus-cite-parse-attributions): do.
54506618 13104
01c52d31
MB
13105 * gnus-agent.el (gnus-summary-set-agent-mark)
13106 (gnus-agent-regenerate-group): do.
54506618 13107
01c52d31 13108 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
54506618 13109
01c52d31 13110 * binhex.el (binhex-decode-region-internal): do.
54506618 13111
01c52d31 131122004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 13113
01c52d31
MB
13114 * gnus-fun.el (gnus-face-properties-alist): New user option.
13115 (gnus-display-x-face-in-from): Use it.
54506618 13116
01c52d31 13117 * gnus-art.el (article-display-face): Ditto.
54506618 13118
01c52d31 13119 * compface.el (uncompface-use-external): Default to nil.
54506618 13120
01c52d31 131212004-02-12 Jesper Harder <harder@ifa.au.dk>
54506618 13122
01c52d31
MB
13123 * nntp.el (nntp-erase-buffer): New function.
13124 (nntp-retrieve-data, nntp-send-command)
13125 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
13126 (nntp-possibly-change-group): Use it.
54506618 13127
01c52d31
MB
13128 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
13129 with-current-buffer.
54506618 13130
01c52d31 131312004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
54506618 13132
01c52d31
MB
13133 * compface.el: Merge the ELisp-based uncompface program.
13134 (compface): New customization group.
13135 (uncompface-use-external): New user option.
13136 (uncompface): Call uncompface-internal if uncompface-use-external
13137 is nil.
13138 (uncompface-internal): New function. Note that there are also
13139 some other functions and variables added for this function.
54506618 13140
01c52d31 131412004-02-10 Jesper Harder <harder@ifa.au.dk>
54506618 13142
01c52d31
MB
13143 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
13144 if necessary.
54506618 13145
01c52d31 131462004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
54506618 13147
01c52d31
MB
13148 * spam-report.el (spam-report-unplug-agent)
13149 (spam-report-plug-agent, spam-report-deagentize)
13150 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
13151 Add support for the Agent in spam-report: when unplugged, report to a
13152 file; when plugged, submit all the requests.
54506618 13153
01c52d31
MB
13154 * spam.el (spam-register-routine): Fix message about
13155 registration.
54506618 13156
01c52d31 131572004-02-09 Jesper Harder <harder@ifa.au.dk>
49561cf6 13158
01c52d31
MB
13159 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
13160 dependencies.
13161 (rfc2047-encode): Use it.
54506618 13162
01c52d31
MB
13163 * gnus-art.el (gnus-button-marker-list): Move before first
13164 reference.
54506618 13165
01c52d31
MB
13166 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13167 (imap-parse-body): Fix format string mismatch.
54506618 13168
01c52d31 13169 * gnus-score.el (gnus-summary-increase-score): do.
54506618 13170
01c52d31 13171 * nnrss.el (nnrss-close): New function.
54506618 13172
01c52d31 131732004-02-08 Jesper Harder <harder@ifa.au.dk>
54506618 13174
01c52d31
MB
13175 * nnrss.el (nnrss-make-filename): New function.
13176 (nnrss-request-delete-group, nnrss-read-server-data)
13177 (nnrss-save-server-data, nnrss-read-group-data)
13178 (nnrss-save-group-data): Use it.
13179 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
13180 (nnrss-read-server-data, nnrss-read-group-data): Use load.
13181 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
54506618 13182
01c52d31 131832004-02-07 Jesper Harder <harder@ifa.au.dk>
54506618 13184
01c52d31 13185 * mml.el (mml-compute-boundary-1): Don't uncompress files.
54506618 13186
01c52d31 131872004-02-06 Jesper Harder <harder@ifa.au.dk>
54506618 13188
01c52d31
MB
13189 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
13190 files.
54506618 13191
01c52d31
MB
13192 * message.el (message-generate-headers-first): Don't quote nil
13193 and t in docstrings.
54506618 13194
01c52d31 13195 * imap.el (imap-id): do.
54506618 13196
01c52d31
MB
13197 * gnus-agent.el (gnus-agent-consider-all-articles)
13198 (gnus-agent-queue-mail): do.
54506618 13199
01c52d31 132002004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
54506618 13201
01c52d31
MB
13202 * spam-report.el (spam-report-process-queue): New function.
13203 Process requests from `spam-report-requests-file'.
13204 (spam-report-process-queue): Doc fix.
54506618 13205
01c52d31 132062004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
531e5812 13207
01c52d31
MB
13208 * spam.el (spam-register-routine)
13209 (spam-log-processing-to-registry, spam-log-registered-p)
13210 (spam-log-unregistration-needed-p, spam-log-undo-registration):
13211 Change "check" to "spam-check" for semi-clarity.
531e5812 13212
01c52d31 132132004-02-05 Jesper Harder <harder@ifa.au.dk>
531e5812 13214
01c52d31 13215 * pop3.el: Require nnheader.
531e5812 13216
01c52d31 13217 * mml-smime.el: Require cl. Autoload message-fetch-field.
531e5812 13218
01c52d31 13219 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
531e5812 13220
01c52d31 13221 * gnus-picon.el: Require cl.
531e5812 13222
01c52d31 13223 * gnus-fun.el: Require gnus-ems and gnus-util.
531e5812 13224
01c52d31 13225 * gnus.el (gnus-method-to-server): Move defsubst before first use.
531e5812 13226
01c52d31 13227 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
531e5812 13228
01c52d31
MB
13229 * gnus-art.el (gnus-article-edit-mode): Define before first
13230 reference.
531e5812 13231
01c52d31 132322004-02-04 Jesper Harder <harder@ifa.au.dk>
531e5812 13233
01c52d31
MB
13234 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
13235 (gnus-uu-post-encoded): Use point-at-bol.
531e5812 13236
01c52d31 13237 * gnus-topic.el (gnus-group-active-topic-p): do.
69075cdd 13238
01c52d31 13239 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
69075cdd 13240
01c52d31 13241 * gnus-group.el (gnus-group-kill-region): do.
69075cdd 13242
01c52d31 13243 * gnus-art.el (article-date-ut): do.
69075cdd 13244
01c52d31
MB
13245 * message.el (message-fetch-field): Remove redundant
13246 case-fold-search binding.
13247 (message-narrow-to-field): Simplify.
69075cdd 13248
01c52d31 132492004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8903a9c8 13250
01c52d31 13251 * spam.el (spam-directory): Derive from `gnus-directory'.
8903a9c8 13252
01c52d31
MB
13253 * spam-report.el (spam-report-url-to-file)
13254 (spam-report-requests-file): New function and variable for offline
13255 reporting.
13256 (spam-report-url-ping-function): Add `spam-report-url-to-file'
13257 and user defined function.
13258 (spam-report-url-ping-mm-url): Remove doubled slash.
8903a9c8 13259
01c52d31 132602004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
8903a9c8 13261
01c52d31 13262 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
8903a9c8 13263
01c52d31 132642004-02-03 Jesper Harder <harder@ifa.au.dk>
ebbeed62 13265
01c52d31
MB
13266 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
13267 format string mismatch.
ebbeed62 13268
01c52d31 13269 * sieve.el (sieve-deactivate-all): do.
8903a9c8 13270
01c52d31 13271 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8903a9c8 13272
01c52d31 13273 * nnlistserv.el (nnlistserv-kk-wash-article): do.
e62e7654 13274
01c52d31 13275 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
e62e7654 13276
01c52d31 13277 * mm-bodies.el (mm-7bit-chars): Don't include \r.
e62e7654 13278
01c52d31 132792004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
e62e7654 13280
01c52d31
MB
13281 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
13282 the list of checks.
e62e7654 13283
01c52d31 132842004-01-31 Jesper Harder <harder@ifa.au.dk>
e62e7654 13285
01c52d31
MB
13286 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
13287 padding.
e62e7654 13288
01c52d31 132892004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
c3bc41c2 13290
01c52d31
MB
13291 * mm-view.el (mm-fill-flowed): New variable.
13292 (mm-inline-text): Use it.
eb6a2b61 13293
01c52d31 132942004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
c3bc41c2 13295
01c52d31
MB
13296 * spam.el (spam-spamassassin-register-ham-routine)
13297 (spam-spamassassin-register-spam-routine): Fix function names.
7c3bb5a5 13298
01c52d31 132992004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
7c3bb5a5 13300
01c52d31
MB
13301 * gnus.el (gnus-tmp-grouplens): Remove.
13302 (gnus-summary-line-format): Remove grouplens.
f0096211 13303
01c52d31 13304 * gnus-group.el (gnus-group-line-format): Ditto.
f0096211 13305
01c52d31
MB
13306 * gnus-spec.el (gnus-format-specs): Ditto.
13307 (gnus-update-format-specifications): Flush the group format spec
13308 cache if there's the grouplens stuff.
13309 (gnus-parse-simple-format): Replace %l with the empty string.
f0096211 13310
01c52d31 133112004-01-27 Jerry James <james@xemacs.org> (tiny change)
f0096211 13312
01c52d31
MB
13313 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
13314 omission.
14e20e13 13315
01c52d31 133162004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14e20e13 13317
01c52d31
MB
13318 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
13319 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
c1d7d285 13320
01c52d31 133212004-01-25 Paul Jarc <prj@po.cwru.edu>
c1d7d285 13322
149cd465
JB
13323 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
13324 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
01c52d31
MB
13325 New macros and functions.
13326 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
13327 Handle > NLINK_MAX messages.
13328 * nnmaildir.el (nnmaildir-request-set-mark): Use
13329 nnmaildir--emlink-p and nnmaildir--eexist-p.
c1d7d285 13330
01c52d31 133312004-01-25 Alex Schroeder <alex@gnu.org>
c1d7d285 13332
01c52d31
MB
13333 * spam-stat.el (spam-stat-process-directory-age): New option.
13334 (spam-stat-process-directory): Use it.
c1d7d285 13335
01c52d31 133362004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
c1d7d285 13337
01c52d31
MB
13338 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
13339 (spam-stat-save): Accept prefix argument.
c1d7d285 13340
01c52d31 133412004-01-23 Paul Jarc <prj@po.cwru.edu>
c1d7d285 13342
01c52d31
MB
13343 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
13344 links" error.
c1d7d285 13345
01c52d31 133462004-01-23 Jesper Harder <harder@ifa.au.dk>
10b43d7c 13347
01c52d31
MB
13348 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
13349 compatibility with old .newsrc.eld files.
10b43d7c 13350
01c52d31 13351 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
f4dd4ae8 13352
01c52d31 13353 * gnus-start.el (gnus-1): do.
f4dd4ae8 13354
01c52d31 13355 * gnus-group.el (gnus-group-line-format-alist): do.
1b155fbd 13356
01c52d31 13357 * gnus.el (gnus-use-grouplens, gnus-visual): do.
1b155fbd 13358
01c52d31 13359 * gnus-gl.el: Remove.
f4dd4ae8 13360
01c52d31 133612004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 13362
01c52d31
MB
13363 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13364 marks consisting of a single range {for example, (3 . 5)} rather
13365 than a list of a single range { ((3 . 5)) }.
49561cf6 13366
01c52d31 133672004-01-23 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 13368
01c52d31
MB
13369 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13370 with-current-buffer.
13371 (spam-stat-store-current-buffer): Use insert-buffer-substring to
13372 avoid consing a string.
f4dd4ae8 13373
01c52d31
MB
13374 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
13375 Remove obsolete entries for big5 and gb2312.
f4dd4ae8 13376
01c52d31 133772004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
49561cf6 13378
01c52d31
MB
13379 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
13380 uncompressed list.
f4dd4ae8 13381
01c52d31 133822004-01-22 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 13383
01c52d31
MB
13384 * spam-stat.el (spam-stat-strip-xref): New function.
13385 (spam-stat-process-directory): Use it.
f4dd4ae8 13386
01c52d31
MB
13387 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
13388 here -- it's done in message-fetch-field.
f4dd4ae8 13389
01c52d31 133902004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 13391
149cd465
JB
13392 * gnus-agent.el (gnus-agent-queue-mail)
13393 (gnus-agent-prompt-send-queue): New variables.
01c52d31
MB
13394 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
13395 * gnus-draft.el (gnus-group-send-queue): Pass the group name
13396 "nndraft:queue" along to gnus-draft-send. Use
13397 gnus-agent-prompt-send-queue.
13398 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
13399 is "nndraft:queue". Suggested by Gaute Strokkenes
13400 <gs234@srcf.ucam.org>
f4dd4ae8 13401
01c52d31
MB
13402 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
13403 (agent-enable-undownloaded-faces): Added
13404 (gnus-agent-cat-groups): Use eval-and-compile, not
13405 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
13406 method of gnus-agent-cat-groups even when the buffer has been
13407 evaled.
3042deef 13408 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
01c52d31 13409 delete gnus-agent-save-active-1.
002876ab 13410 (gnus-agent-save-groups): Deleted. Identical to
01c52d31
MB
13411 gnus-agent-save-active.
13412 (gnus-agent-write-active): No longer adjust agent's copy of active
13413 file as agent's adjustments are now stored in their own
002876ab 13414 file. Removed optional parameter.
01c52d31
MB
13415 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13416 servers. Add use of min/max range limits from server's local
13417 file.
13418 (gnus-agent-save-alist): Removed unused optional argument.
149cd465
JB
13419 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13420 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
01c52d31 13421 (gnus-agent-set-local): A per-server file that keeps min/max range
ec5741dc 13422 limits for articles known to the agent. Provides a fast mechanism
01c52d31 13423 for altering many active ranges.
3042deef 13424 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
01c52d31
MB
13425 active file (local makes it unnecessary).
13426 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13427
13428 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
13429 (agent-enable-undownloaded-faces): Added
13430
13431 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13432 disable it when sending to "nndraft:queue".
13433 (gnus-group-send-queue): Add safety check to avoid sending queue
13434 when unplugged.
f4dd4ae8 13435
01c52d31
MB
13436 * gnus-group.el (gnus-group-catchup): Use new
13437 gnus-sequence-of-unread-articles, not
13438 gnus-list-of-unread-articles, to avoid exhausting memory with huge
13439 numbers of articles. Use gnus-range-map to avoid having to
13440 uncompress the unread list.
149cd465
JB
13441 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13442 Fixed invalid ange-ftp reference.
9b5773bc 13443
01c52d31
MB
13444 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13445 (gnus-sorted-range-intersection): Intersection of two ranges
13446 without requiring that they first be uncompressed.
9b5773bc 13447
01c52d31
MB
13448 * gnus-start.el (gnus-activate-group): Unless blocked by the
13449 caller, possibly expand the active range to include both cached
13450 and agentized articles.
13451 (gnus-convert-old-newsrc): Rewrote in anticipation of having
13452 multiple version-dependent converters.
13453 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13454 gnus-agent-save-active.
13455 (gnus-save-newsrc-file): Save dirty agent range limits.
46cdaf24 13456
01c52d31
MB
13457 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13458 gnus-agent-possibly-alter-active.
13459 (gnus-adjust-marked-articles): Faster handling of simple lists
13460
134612004-01-21 Jesper Harder <harder@ifa.au.dk>
13462
13463 * spam-stat.el (spam-stat-test-directory): New optional argument
13464 displays a list of files detected. Suggested by Andrew Cohen
13465 <cohen@andy.bu.edu>.
13466 (spam-stat-buffer-words-with-scores): Don't narrow and change
13467 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
13468
296fa7b4 134692004-01-20 Hubert Chan <hubert@uhoreg.ca>
01c52d31
MB
13470
13471 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
13472 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
13473 (spam-spamassassin-arguments)
13474 (spam-spamassassin-spam-flag-header)
13475 (spam-spamassassin-positive-spam-flag-header)
13476 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
13477 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
13478 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13479 (spam-list-of-processors, spam-list-of-checks)
13480 (spam-list-of-statistical-checks, spam-registration-functions)
13481 (spam-check-spamassassin-headers, spam-check-spamassassin)
13482 (spam-spamassassin-score)
13483 (spam-spamassassin-register-with-sa-learn)
13484 (spam-spamassassin-register-spam-routine)
13485 (spam-spamassassin-register-ham-routine)
13486 (spam-assassin-register-spam-routine)
002876ab
JB
13487 (spam-assassin-register-ham-routine): Add SpamAssassin support.
13488 (spam-bogofilter-score): Fix to show article before scoring.
01c52d31
MB
13489
134902004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
13491
13492 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
13493 default scoring function.
13494 (spam-generic-score): Call spam-spamassassin-score if
13495 spam-use-spamassassin or spam-use-spamassassin-headers is on;
13496 spam-bogofilter-score otherwise.
13497
13498 * gnus.el (spam-process, spam-autodetect-methods): Add
13499 spamassassin and spamassassin-headers.
13500
135012004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
13502
13503 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13504 Suppress unnecessary messages.
13505
135062004-01-20 Jesper Harder <harder@ifa.au.dk>
13507
13508 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
13509 make-hash-table.
46cdaf24 13510
01c52d31 135112004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 13512
01c52d31 13513 * canlock.el (base64-encode-string): Don't autoload it.
a08b59c9 13514
01c52d31 135152004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 13516
01c52d31
MB
13517 * run-at-time.el: Remove useless (require 'itimer),
13518 eval-and-compile and (featurep 'xemacs).
a08b59c9 13519
01c52d31 135202004-01-16 Jesper Harder <harder@ifa.au.dk>
a08b59c9 13521
01c52d31
MB
13522 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
13523 GROUP is a virtual group.
a08b59c9 13524
01c52d31 135252004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
a08b59c9 13526
01c52d31 13527 * gnus.el: Autoload `message-y-or-n-p'.
a08b59c9 13528
01c52d31 135292004-01-15 Jesper Harder <harder@ifa.au.dk>
a08b59c9 13530
01c52d31 13531 * pgg-parse.el: Remove unnecessary (require 'custom).
a08b59c9 13532
01c52d31 13533 * pgg-def.el: do.
a08b59c9 13534
01c52d31 13535 * nnmail.el: do.
a08b59c9 13536
01c52d31 13537 * gnus-undo.el: do.
a08b59c9 13538
01c52d31 13539 * gnus-picon.el: do.
a08b59c9 13540
01c52d31 13541 * gnus-util.el: do.
a08b59c9 13542
01c52d31 135432004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
a08b59c9 13544
01c52d31 13545 * gnus-sum.el (gnus-pick-line-number): Add autoload.
a08b59c9 13546
01c52d31 135472004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 13548
01c52d31
MB
13549 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13550 handle, as well as a list.
a08b59c9 13551
01c52d31
MB
13552 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13553 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13554 (mm-w3m-cid-retrieve): Simplify.
a08b59c9 13555
01c52d31 135562004-01-14 Vasily Korytov <deskpot@myrealbox.com>
a08b59c9 13557
01c52d31
MB
13558 * message.el (message-kill-to-signature): Allow prefix arg to
13559 specify number of lines to keep before signature.
a08b59c9 13560
01c52d31
MB
135612004-01-14 Kai Grossjohann <kai@emptydomain.de>
13562
13563 (message-kill-to-signature): Change docstring.
a08b59c9 13564
01c52d31 135652004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 13566
01c52d31
MB
13567 * canlock.el: Always require sha1-el.
13568 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
a08b59c9 13569
01c52d31 13570 * message.el: Autoload sha1 only when compiling.
a08b59c9 13571
01c52d31 135722004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 13573
01c52d31 13574 * message.el (message-canlock-generate): Require sha1-el.
a08b59c9 13575
01c52d31 135762004-01-13 Jesper Harder <harder@ifa.au.dk>
a08b59c9 13577
01c52d31 13578 * message.el (message-expand-name): Silence the byte compiler.
a08b59c9 13579
01c52d31 135802004-01-13 Simon Josefsson <jas@extundo.com>
1232b9cb 13581
01c52d31
MB
13582 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
13583 Invoke gnus-score-mode. Reported by
880820fe 13584 bojohan+news@dd.chalmers.se (Johan Bockgård).
1232b9cb 13585
01c52d31
MB
13586 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
13587 Jim Blandy <jimb@redhat.com> (tiny change).
1232b9cb 13588
01c52d31 135892004-01-12 Jesper Harder <harder@ifa.au.dk>
1232b9cb 13590
01c52d31 13591 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
ef3b7aae 13592
01c52d31 135932004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
ef3b7aae 13594
01c52d31
MB
13595 * spam.el (spam-get-article-as-string): Update to use
13596 gnus-request-article-this-buffer, much simpler.
13597 (spam-get-article-as-buffer): Remove.
6e7fb80c 13598
01c52d31 135992004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
6e7fb80c 13600
296fa7b4 13601 * message.el (message-expand-name): Use EUDC if the user uses that.
7cb0aa56 13602
01c52d31 136032004-01-12 Jesper Harder <harder@ifa.au.dk>
7cb0aa56 13604
01c52d31
MB
13605 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
13606 character for the encoding to avoid consing a string.
7cb0aa56 13607
01c52d31
MB
13608 * rfc2047.el (rfc2047-decode-string): Don't cons a string
13609 unnecessarily.
7cb0aa56 13610
01c52d31 13611 * mm-util.el (mm-replace-chars-in-string): Remove.
7cb0aa56 13612
01c52d31
MB
13613 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
13614 of mm-replace-chars-in-string.
e79f14a4 13615
01c52d31 136162004-01-11 Jesper Harder <harder@ifa.au.dk>
e79f14a4 13617
c9e31f32 13618 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
e79f14a4 13619
01c52d31 13620 * mm-util.el (mm-subst-char-in-string): Support inplace.
e79f14a4 13621
01c52d31
MB
13622 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13623 a new string in every iteration. Use shy groups.
e79f14a4 13624
01c52d31 136252004-01-10 Jesper Harder <harder@ifa.au.dk>
e79f14a4 13626
c9e31f32
SM
13627 * gnus-srvr.el (gnus-browse-unsubscribe-group):
13628 * gnus-soup.el (gnus-soup-group-brew):
13629 * gnus-msg.el (gnus-put-message):
13630 * gnus-move.el (gnus-group-move-group-to-server):
13631 * gnus-kill.el (gnus-batch-score):
01c52d31
MB
13632 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13633 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13634 (gnus-group-update-group, gnus-group-read-group)
13635 (gnus-group-make-group, gnus-group-make-help-group)
13636 (gnus-group-make-archive-group, gnus-group-make-directory-group)
13637 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13638 (gnus-group-sort-by-unread, gnus-group-catchup)
13639 (gnus-group-unsubscribe-group, gnus-group-kill-group)
13640 (gnus-group-yank-group, gnus-group-set-info)
c9e31f32
SM
13641 (gnus-group-list-groups):
13642 * gnus.el (gnus-generate-new-group-name):
13643 * gnus-delay.el (gnus-delay-send-queue):
13644 * nnvirtual.el (nnvirtual-catchup-group):
01c52d31 13645 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
01c52d31 13646 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
c9e31f32 13647 (gnus-group-prepare-topics, gnus-topic-check-topology):
01c52d31
MB
13648 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
13649 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
13650 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
c9e31f32
SM
13651 (gnus-group-make-articles-read):
13652 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
13653 (gnus-group-change-level, gnus-kill-newsgroup)
13654 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
13655 (gnus-get-unread-articles, gnus-make-articles-unread)
13656 (gnus-make-ascending-articles-unread): Use accessor
13657 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
13658 to get group information for improved readability.
13659
01c52d31 136602004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 13661
01c52d31
MB
13662 * gnus-art.el (article-decode-mime-words, article-babel)
13663 (gnus-article-highlight-signature, gnus-article-add-buttons)
13664 (gnus-signature-toggle): Use gnus-with-article-buffer.
1270d7ca 13665
01c52d31
MB
13666 * gnus-art.el (gnus-article-highlight-headers)
13667 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
1270d7ca 13668
01c52d31
MB
13669 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
13670 (gnus-article-set-globals, gnus-request-article-this-buffer)
13671 (gnus-button-message-id, gnus-article-maybe-hide-headers)
13672 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
13673 (gnus-mime-display-alternative): Use with-current-buffer.
1270d7ca 13674
01c52d31 136752004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 13676
01c52d31
MB
13677 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
13678 also under 80 char limit, and call gnus-error if needed.
13679 (spam-fetch-article-header): Fix - it was a
13680 buffer-local variable (gnus-newsgroup-data).
13681 (spam-find-spam): Use spam-generate-fake-headers, forget about
13682 spam-insert-fake-headers.
13683 (spam-insert-fake-headers): Remove.
1270d7ca 13684
01c52d31 136852004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 13686
01c52d31
MB
13687 * deuglify.el (gnus-article-outlook-unwrap-lines)
13688 (gnus-outlook-rearrange-article)
13689 (gnus-outlook-repair-attribution-outlook)
13690 (gnus-outlook-repair-attribution-block)
13691 (gnus-outlook-repair-attribution-other): Remove redundant
13692 save-excursion.
1270d7ca 13693
01c52d31 136942004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 13695
01c52d31
MB
13696 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13697 (spam-fetch-field-subject-fast)
13698 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13699 (spam-fetch-article-header): Add functions to deal with Gnus
13700 internals for fast retrieval of article header data.
13701 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
1270d7ca 13702
01c52d31 137032004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 13704
01c52d31
MB
13705 * pop3.el (pop3-md5): Remove.
13706 (pop3-apop): Replace pop3-md5 with md5.
1270d7ca 13707
01c52d31 13708 * mm-bodies.el: base64 is always built-in.
1270d7ca 13709
01c52d31
MB
13710 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13711 with-current-buffer.
1270d7ca 13712
23f87bed 137132004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 13714
23f87bed
MB
13715 * canlock.el (canlock-insert-header): Remove excessive grouping in
13716 regexp.
1270d7ca 13717
01c52d31
MB
13718 * gnus-sum.el (gnus-summary-read-document): Ditto.
13719
13720 * gnus-uu.el (gnus-uu-part-number): Ditto.
13721
13722 * html2text.el (html2text-remove-tags): Ditto.
13723 (html2text-format-tags): Ditto.
13724 (html2text-format-single-elements): Ditto.
13725
13726 * mml.el (mml-parse-1): Ditto.
13727
137282004-01-08 Jesper Harder <harder@ifa.au.dk>
13729
13730 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13731
13732 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13733
13734 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13735
13736 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13737
137382003-11-15 Simon Josefsson <jas@extundo.com>
13739
13740 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13741 (pgg-gpg-lookup-key): Use regexp match instead of
13742 split-string (split-string is different between emacs 21.2 and
13743 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
13744
137452004-01-08 Jesper Harder <harder@ifa.au.dk>
13746
13747 * gnus-art.el (gnus-mime-view-all-parts)
13748 (gnus-article-part-wrapper, gnus-article-view-part): Use
13749 with-current-buffer.
13750
137512004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
13752
13753 * spam.el (spam-disable-spam-split-during-ham-respool)
13754 (spam-spamoracle-database, spam-cache-lookups)
13755 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13756 (spam-group-ham-mark-p, spam-group-spam-mark-p)
13757 (spam-group-ham-marks, spam-group-spam-marks)
13758 (spam-group-spam-contents-p, spam-group-ham-contents-p)
13759 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13760 also add spam-use-blackholes to the statistical checks.
13761 (spam-fetch-field-fast): Add interface to fetching fields, may
13762 become a macro.
13763 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13764 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13765 (spam-insert-fake-headers): Fake an article when needed.
13766 (spam-find-spam): Fake article when possible.
13767 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13768 (spam-check-bogofilter-headers): Use message-fetch-field instead
13769 of nnmail-fetch-field.
13770
137712004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
13772
13773 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13774
137752004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
13776
13777 * spam.el (spam-split): Do not require spam-use-CHECK to be
13778 enabled if that check is passed to spam-split explicitly; also
13779 fix so 'spam doesn't get converted to spam-split-group when
13780 spam-split-symbolic-return is t.
13781 (spam-find-spam): Find registrations of the article and use those
13782 instead of re-running spam-split to find the spam/ham
13783 classification of the article.
13784 (spam-log-processing-to-registry, spam-log-registered-p)
13785 (spam-log-unregistration-needed-p, spam-log-undo-registration):
13786 Use gnus-error instead of gnus-message.
13787 (spam-log-registration-type): Add function to determine the
13788 classification of a message based on registry entries; will
13789 return nil if both 'spam and 'ham are found.
13790 (spam-check-BBDB): Expand all the BBDB macros here so we can have
13791 a reasonably fast local cache without the loading errors.
13792 (spam-cache-lookups): Set to t by default.
13793 (spam-find-spam): Don't try to guess spam-cache-lookups.
13794 (spam-enter-whitelist, spam-enter-blacklist): Clear the
13795 spam-caches entry.
13796 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13797 caching of whitelist/blacklist entries.
13798 (spam-check-whitelist, spam-check-blacklist): Invoke
13799 spam-from-listed-p with a type, not a cache variable.
13800 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13801
138022004-01-07 Jesper Harder <harder@ifa.au.dk>
13803
13804 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13805
13806 * nnmail.el (nnmail-split-fancy): do.
13807
13808 * mml.el (mml-parse): do.
13809
13810 * gnus-score.el (gnus-enter-score-words-into-hashtb)
13811 (gnus-score-adaptive): do.
13812
23f87bed 138132004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 13814
01c52d31
MB
13815 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13816 (gnus-mime-button-map): Don't set keymap parent.
13817 (gnus-button-ctan-directory-regexp): Use shy grouping.
13818 (gnus-prev-page-map): Don't set keymap parent.
13819 (gnus-prev-page-map): Remove duplicated one.
13820 (gnus-next-page-map): Don't set keymap parent.
13821 (gnus-mime-security-button-map): Ditto.
13822
13823 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13824 version number.
13825
23f87bed 13826 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
1270d7ca 13827
23f87bed 138282004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 13829
23f87bed
MB
13830 * canlock.el (canlock-sha1-function): Remove.
13831 (canlock-sha1-function-for-verify): Remove.
13832 (canlock-openssl-program): Remove.
13833 (canlock-openssl-args): Remove.
13834 (canlock-ignore-errors): Remove.
13835 (canlock-sha1-with-openssl): Remove.
13836 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13837 (canlock-verify): Don't use canlock-ignore-errors.
1270d7ca 13838
23f87bed
MB
13839 * sha1-el.el (sha1-string-external): Make it can return a string
13840 in binary form.
13841 (sha1-region-external): Ditto.
13842 (sha1-string-internal): Ditto.
13843 (sha1-region-internal): Ditto.
13844 (sha1-region): Ditto.
13845 (sha1-string): Ditto.
13846 (sha1): Ditto.
1270d7ca 13847
01c52d31 138482004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 13849
01c52d31 13850 * spam.el (spam-report-articles-gmane): New command.
1270d7ca 13851
01c52d31 138522004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 13853
01c52d31 13854 * gnus.el: Don't make unnecessary *Group* buffer when loading.
1270d7ca 13855
01c52d31
MB
13856 * run-at-time.el (run-at-time-saved): Remove.
13857 (run-at-time): Doc fix.
1270d7ca 13858
01c52d31 138592004-01-07 Jesper Harder <harder@ifa.au.dk>
1270d7ca 13860
01c52d31
MB
13861 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13862 (gnus-summary-limit-map): Add it.
13863 (gnus-summary-make-menu-bar): do.
1270d7ca 13864
01c52d31 138652004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 13866
01c52d31
MB
13867 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13868 Make attempt at some caching support (done for BBDB only now).
13869 (spam-find-spam): Set spam-cache-lookups if there are more than 2
13870 addresses to be checked.
13871 (spam-clear-cache-BBDB): Add function, to be invoked by
13872 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13873 (spam-check-BBDB): Check and use the caches, if
13874 spam-cache-lookups is on, remove superfluous (provide).
1270d7ca 13875
01c52d31 138762004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1270d7ca 13877
01c52d31 13878 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
1270d7ca 13879
01c52d31 138802004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 13881
01c52d31
MB
13882 * run-at-time.el (run-at-time-saved): Move to after the definition
13883 of `run-at-time'.
1270d7ca 13884
01c52d31 138852004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 13886
01c52d31
MB
13887 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13888 mm-w3m-local-map-property.
1270d7ca 13889
01c52d31
MB
13890 * mm-view.el (mm-w3m-mode-map): Remove.
13891 (mm-w3m-local-map-property): Remove.
13892 (mm-inline-text-html-render-with-w3m): Don't use
13893 mm-w3m-local-map-property.
1270d7ca 13894
01c52d31 138952004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 13896
01c52d31 13897 * run-at-time.el: New file.
1270d7ca 13898
01c52d31
MB
13899 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13900 of gnus-set-text-properties.
1270d7ca 13901
01c52d31 13902 * gnus-uu.el (gnus-uu-save-article): Ditto.
1270d7ca 13903
01c52d31 13904 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
1270d7ca 13905
01c52d31 13906 * gnus-cite.el (gnus-cite-parse): Ditto.
1b155fbd 13907
01c52d31
MB
13908 * gnus-art.el (gnus-button-push): Use set-text-properties instead
13909 of gnus-.
1b155fbd 13910
01c52d31
MB
13911 * gnus.el: Changed calls to nnheader-run-at-time and
13912 password-run-at-time throughout to use run-at-time directly.
1b155fbd 13913
01c52d31 13914 * password.el: Removed definition of run-at-time.
1b155fbd 13915
880820fe 139162004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
1b155fbd 13917
01c52d31
MB
13918 * mml.el (mml-minibuffer-read-disposition): Show attachment type
13919 in prompt.
1b155fbd 13920
01c52d31 139212004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1b155fbd 13922
01c52d31
MB
13923 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13924 XEmacs version.
1270d7ca 13925
01c52d31
MB
13926 * dns.el (dns-make-network-process): Use `open-network-stream'
13927 instead of `gnus-xmas-open-network-stream'.
1270d7ca 13928
01c52d31 13929 * .cvsignore: Add auto-autoloads.el, custom-load.el.
1270d7ca 13930
01c52d31 139312004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 13932
01c52d31
MB
13933 * gnus-art.el (gnus-mime-display-alternative)
13934 (gnus-insert-mime-button, gnus-insert-mime-security-button)
13935 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13936 Don't use gnus-local-map-property.
1270d7ca 13937
01c52d31 13938 * gnus-util.el (gnus-local-map-property): Remove.
1270d7ca 13939
01c52d31
MB
13940 * mm-view.el (mm-view-pkcs7-decrypt): Replace
13941 gnus-completing-read-maybe-default with completing-read.
1270d7ca 13942
01c52d31
MB
13943 * gnus-util.el (gnus-completing-read): do.
13944 (gnus-completing-read-maybe-default): Remove.
1270d7ca 13945
01c52d31 139462004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 13947
01c52d31
MB
13948 * password.el: Only autoload `run-at-time' if not XEmacs.
13949 Only autoload the itimer functions if XEmacs.
1270d7ca 13950
01c52d31 139512004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 13952
01c52d31
MB
13953 * gnus-art.el (gnus-read-string): Remove.
13954 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13955 read-string.
1270d7ca 13956
01c52d31 139572004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 13958
01c52d31
MB
13959 * netrc.el: Autoload password-read.
13960 (netrc): Add configuration group.
13961 (netrc-encoding-method, netrc-openssl-path): Add
13962 variables for encoding and decoding of files with symmetric
13963 ciphers.
13964 (netrc-encode): Add assistant function to encode a file with
13965 netrc-encoding-method.
13966 (netrc-parse): Add interactive parameter, added optional
13967 decoding if netrc-encoding-method is non-nil but otherwise
13968 behavior is standard.
13969 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13970 Do s/encode/encrypt/ everywhere.
1270d7ca 13971
01c52d31 13972 * spam.el: Remove executable-find autoload.
1270d7ca 13973
01c52d31 139742004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 13975
01c52d31 13976 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
1270d7ca 13977
01c52d31 13978 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
1270d7ca 13979
01c52d31 139802004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
c113de23 13981
01c52d31 13982 * gnus-art.el (gnus-treat-ansi-sequences,
149cd465 13983 (article-treat-ansi-sequences): New variable and function.
01c52d31 13984 Suggested by Dan Jacobson <jidanni@jidanni.org>.
1270d7ca 13985
01c52d31
MB
13986 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13987 Use it.
1270d7ca 13988
01c52d31 139892004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 13990
01c52d31 13991 * mm-util.el (mm-quote-arg): Remove.
23f87bed 13992
01c52d31
MB
13993 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13994 shell-quote-argument.
1270d7ca 13995
01c52d31 13996 * gnus-uu.el (gnus-uu-command): do.
1270d7ca 13997
01c52d31 13998 * gnus-sum.el (gnus-summary-insert-pseudos): do.
1270d7ca 13999
01c52d31
MB
14000 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
14001 with make-char.
1270d7ca 14002
01c52d31 14003 * mm-util.el (mm-make-char): Remove.
1270d7ca 14004
01c52d31
MB
14005 * mml.el (mml-mode): Replace gnus-add-minor-mode with
14006 add-minor-mode.
1270d7ca 14007
01c52d31 14008 * gnus-undo.el (gnus-undo-mode): do.
1270d7ca 14009
01c52d31 14010 * gnus-topic.el (gnus-topic-mode): do.
1270d7ca 14011
01c52d31 14012 * gnus-sum.el (gnus-dead-summary-mode): do.
1270d7ca 14013
01c52d31 14014 * gnus-start.el (gnus-slave-mode): do.
1270d7ca 14015
01c52d31 14016 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
1270d7ca 14017
01c52d31 14018 * gnus-ml.el (gnus-mailing-list-mode): do.
1270d7ca 14019
01c52d31 14020 * gnus-gl.el (gnus-grouplens-mode): do.
1270d7ca 14021
01c52d31 14022 * gnus-draft.el (gnus-draft-mode): do.
1270d7ca 14023
01c52d31 14024 * gnus-dired.el (gnus-dired-mode): do.
1270d7ca 14025
01c52d31 14026 * gnus-ems.el (gnus-add-minor-mode): Remove.
1270d7ca 14027
01c52d31
MB
14028 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14029 Replace gnus-char-width with char-width.
1270d7ca 14030
01c52d31 14031 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 14032
01c52d31
MB
14033 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14034 Replace gnus-char-width with char-width.
1270d7ca 14035
01c52d31 14036 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 14037
01c52d31
MB
14038 * spam-stat.el (with-syntax-table): Remove with-syntax-table
14039 definition.
14040 Remove Emacs 20 hash table compatibility code.
1270d7ca 14041
01c52d31
MB
14042 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
14043 20 compatibility code.
1270d7ca 14044
01c52d31 14045 * spam.el (spam-point-at-eol): Replace with point-at-eol.
1270d7ca 14046
01c52d31 14047 * smime.el (smime-point-at-eol): Replace with point-at-eol.
1270d7ca 14048
01c52d31
MB
14049 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
14050 with point-at-{eol,bol}.
1270d7ca 14051
01c52d31 14052 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
1270d7ca 14053
01c52d31 14054 * imap.el (imap-point-at-eol): Replace with point-at-eol.
1270d7ca 14055
149cd465
JB
14056 * flow-fill.el (fill-flowed-point-at-bol)
14057 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
1270d7ca 14058
01c52d31
MB
14059 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
14060 Replace with point-at-{eol,bol} throughout all files.
1270d7ca 14061
01c52d31 140622004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 14063
01c52d31
MB
14064 * ntlm.el (ntlm-string-as-unibyte): New macro.
14065 (ntlm-build-auth-response): Use it.
1270d7ca 14066
01c52d31
MB
14067 Remove Emacs 20 stuff:
14068 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
14069 of delq and copy-sequence.
14070 * gnus-art.el (popup-menu): Remove the compiler macro.
14071 * nnmail.el (nnmail-split-fancy): Don't support customizing with
14072 Emacs 20.
1270d7ca 14073
01c52d31 140742004-01-05 Simon Josefsson <jas@extundo.com>
1270d7ca 14075
01c52d31
MB
14076 * ntlm.el: Fix namespace. Change smb-passwd-hash into
14077 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
14078 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
14079 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
14080 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
14081 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
14082 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
14083 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
14084 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
14085 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
14086 ntlm-string-permute, string-lshift into ntlm-string-lshift,
14087 string-xor into ntlm-string-xor. Suggested by
14088 Jesper Harder <harder@myrealbox.com>.
1270d7ca 14089
01c52d31 14090 * ntlm.el: Don't include poem.
1270d7ca 14091
01c52d31
MB
14092 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
14093 Jesper Harder <harder@myrealbox.com>.
1270d7ca 14094
01c52d31 14095 * sasl-ntlm.el, ntlm.el, md4.el: New files.
1270d7ca 14096
01c52d31
MB
14097 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
14098 probably breaks emacs with DL patch, but do we care? Is anyone
14099 still using the DL stuff?)
1270d7ca 14100
01c52d31
MB
14101 * sieve-manage.el: Use the password package.
14102 (sieve-manage-read-passwd): Remove.
14103 (sieve-manage-interactive-login): Use password. Re-add
14104 condition-case around loop.
14105
14106 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
14107 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
14108 the password package.
14109
141102003-02-19 Simon Josefsson <jas@extundo.com>
14111
14112 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
14113 token.
14114
141152002-08-07 Simon Josefsson <jas@extundo.com>
14116
14117 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
14118 (sieve-manage-authenticators):
14119 (sieve-manage-authenticator-alist): Add some SASL mechs.
14120 (sieve-sasl-auth): New function.
14121 (sieve-manage-cram-md5-auth):
14122 (sieve-manage-plain-auth): Rewrite using SASL library.
14123 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
14124 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
14125 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
14126 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
14127
141282004-01-05 Simon Josefsson <jas@extundo.com>
14129
14130 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
14131 New files.
14132
141332004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14134
14135 * gnus-group.el (gnus-no-groups-message): Update.
14136
14137 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
14138
141392003-11-09 Simon Josefsson <jas@extundo.com>
14140
14141 * imap.el: Support for ID IMAP extension (RFC 2971).
14142 (imap-local-variables): Add imap-id.
14143 (imap-id): New variable.
14144 (imap-id): New function.
14145 (imap-parse-response): Parse untagged ID response.
14146 * nnimap.el (nnimap-id): New variable.
14147 (nnimap-open-connection): Use it.
14148
141492003-12-28 Simon Josefsson <jas@extundo.com>
14150
14151 * gnus-score.el (gnus-score-edit-all-score): New.
14152 * gnus-group.el (gnus-group-score-map): Bind it to W e.
14153
141542004-01-04 Simon Josefsson <jas@extundo.com>
14155
14156 * password.el: Add.
14157
141582004-01-04 Mario Lang <lang@zid.tugraz.at>
14159
e3e955fe
MB
14160 * dns.el (dns-query-types): Fix typo.
14161 (dns-query-types): New function
14162 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
14163 PTR and SOA replies, see RFC 1035.
01c52d31
MB
14164
141652004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14166
14167 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
14168
14169 * Moved to Changelog.2.
14170
141712004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14172
14173 * gnus.el (gnus-version-number): Bump version.
14174
141752004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14176
14177 * gnus.el: No Gnus v0.1 is released.
1270d7ca 14178
01c52d31 141792004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1270d7ca 14180
01c52d31 14181 * gnus.el: No Gnus v0.0 is released.
1270d7ca 14182
01c52d31 141832004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 14184
01c52d31
MB
14185 * gnus.el (gnus-version-number): Bump.
14186 (gnus-version): No.
1270d7ca 14187
ef3b7aae 14188See ChangeLog.2 for earlier changes.
2a34a036 14189
7b47345b 14190 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
5b87ad55
GM
14191
14192 This file is part of GNU Emacs.
14193
5e809f55 14194 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 14195 it under the terms of the GNU General Public License as published by
5e809f55
GM
14196 the Free Software Foundation, either version 3 of the License, or
14197 (at your option) any later version.
5b87ad55
GM
14198
14199 GNU Emacs is distributed in the hope that it will be useful,
14200 but WITHOUT ANY WARRANTY; without even the implied warranty of
14201 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14202 GNU General Public License for more details.
14203
14204 You should have received a copy of the GNU General Public License
5e809f55 14205 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 14206
ef3b7aae 14207;; Local Variables:
880820fe 14208;; coding: utf-8
d7ba2a01 14209;; fill-column: 79
33462dfa 14210;; add-log-time-zone-rule: t
ef3b7aae
MB
14211;; End:
14212
ab5796a9 14213;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4