Merge changes made in Gnus trunk.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
2
3 * message.el (message-setup-1): Remove the read-only stuff, since it
4 doesn't work under XEmacs, for some reason.
5
6 * gnus-sum.el (gnus-user-date): Renamed back from
7 gnus-summary-user-date since user code refers to it.
8
9 * shr.el (shr-render-td): Store the actual background colour used.
10
11 * message.el (message-setup-1): Don't bind the constant
12 -forbidden-properties.
13 (message-setup-1): Revert previous change, since it needs to bind the
14 props to insert them.
15 (message-resend): Allow removing the read-only separator line.
16
17 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
18
19 * nnimap.el (nnimap-request-accept-article): Give an error message if
20 the APPEND wasn't successful.
21
22 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
23
24 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
25 that have no groups.
26
27 2011-02-03 Julien Danjou <julien@danjou.info>
28
29 * gnus-draft.el: Remove progn around gnus-draft-setup.
30
31 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
32
33 * gnus-start.el (gnus-read-active-for-groups): This function is never
34 called with a nil `infos', so clean that up.
35 (gnus-get-unread-articles): Request active files from primary/secondary
36 methods that have no groups (yet).
37
38 2011-02-03 Julien Danjou <julien@danjou.info>
39
40 * message.el (message-setup-1): Always generate References first.
41 (message-mail): Return the return value of message-setup, not always t.
42 (message-setup-1): Insert mail-header-separator with read-only and
43 intangible properties set.
44
45 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
46 user-date in docstring.
47
48 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
49
50 * gnus.el (gnus-summary-line-format): Mention &user-date format in
51 docstring.
52
53 * gnus.el (gnus-user-date-format-alist): Change default value. Use
54 defcustom, with type and group. Move from gnus-util.el. Rename to
55 gnus-summary-user-date-format-alist.
56
57 2011-02-03 Glenn Morris <rgm@gnu.org>
58
59 * nnimap.el (gnus-fetch-headers): Declare.
60
61 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
62
63 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
64
65 * message.el (message-forward-make-body-digest-plain)
66 (message-followup, message-reply): Clean up things noted by Stefan.
67
68 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
69 gnus-article-update-date-headers is nil.
70 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
71 it didn't really work with defcustom.
72 (article-update-date-lapsed): Make sure the window start doesn't move,
73 either.
74
75 2011-02-01 Julien Danjou <julien@danjou.info>
76
77 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
78 format.
79
80 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
81 standard in Emacs nowadays.
82
83 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
84
85 * message.el (message-expand-name): Don't trust the return value of
86 bbdb-complete-name.
87 (message-check-news-header-syntax): Remove unused var `start'.
88 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
89 (message-inhibit-body-encoding): Move to before first use.
90 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
91 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
92 (Organization, Message-ID, Date, mh-previous-window-config):
93 Defvar the vars using dynamic scoping.
94
95 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
96
97 * shr.el (shr-render-td): Only do colours at the final rendering.
98 Should be slightly faster.
99 (shr-insert-table): Fix up TD background colours when doing the
100 vertical padding.
101
102 * gnus-art.el (article-date-ut): Protect against articles with no Date
103 header.
104 (article-update-date-lapsed): Don't use current-column to find the
105 horizontal position. It's fragile in the presence of \003 characters.
106
107 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
108
109 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
110
111 * gnus-art.el (article-transform-date): Rewrite to still work when
112 there are several rfc2822 parts.
113 (article-transform-date): Fix infinite recursion.
114 (article-date-ut): Replace infinitely many Date headers with a single
115 one when called interactively.
116
117 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
118 secure manner.
119
120 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
121 move around by not using save-window-excursion. It seems to work...
122
123 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
124
125 * gnus-art.el (article-make-date-line): Work for user-defined format.
126
127 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
128
129 * nntp.el (nntp-retrieve-group-data-early)
130 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
131 fetching functions.
132
133 * gnus-start.el (gnus-read-active-for-groups): Read the active files
134 thoroughly for all backends that have no known groups. This should
135 allow new nnml methods to retrieve mail.
136
137 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
138 that Gnus doesn't know exists again.
139
140 * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
141 (gnus-treat-date-ut): Ditto.
142 (gnus-article-update-date-header): Renamed.
143 (gnus-treat-date-local): Removed.
144 (gnus-treat-date-english): Removed.
145 (gnus-treat-date-lapsed): Removed.
146 (gnus-treat-date-combined-lapsed): Removed.
147 (gnus-treat-date-original): Removed.
148 (gnus-treat-date-iso8601): Removed.
149 (gnus-treat-date-user-defined): Removed.
150 (gnus-article-date-headers): New variable to control all the date
151 header options.
152 (article-date-ut): Rewrite to allow using the new way to format date
153 headers(s).
154
155 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
156
157 * nnmail.el (nnmail-article-group): Check for a direct fancy split
158 method.
159 (nnmail-article-group): A better test for fanciness.
160
161 * nnimap.el (nnimap-request-head): Protect against not finding the
162 article by Message-ID.
163
164 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
165
166 * gnus-art.el (article-update-date-lapsed): Try a better way to really
167 keep point at the "same place".
168
169 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
170
171 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
172 data if the group is unactivated.
173
174 2011-01-28 Julien Danjou <julien@danjou.info>
175
176 * gnus-win.el: Remove dead function gnus-window-configuration-element.
177 (gnus-all-windows-visible-p): Remove old compatibility code.
178 (gnus-window-top-edge): Add docstring.
179
180 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
181
182 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
183
184 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
185 older request-update-info.
186
187 * gnus-art.el (article-make-date-line): Limit the length a bit more.
188
189 2011-01-28 Daiki Ueno <ueno@unixuser.org>
190
191 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
192 mml2015-signers higher precedence over mml2015-sign-with-sender.
193
194 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
195
196 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
197 groups. This makes the nndraft:queue group pop up if it's not already
198 there.
199
200 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
201 messages" logic, which was reversed.
202
203 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
204 the "same place" even if point is on the line being replaced.
205 (article-update-date-lapsed): Allow updating both the combined lapsed
206 and the lapsed headers.
207 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
208 (article-make-date-line): Limit the number of segments dynamically to
209 avoid too-long lines.
210
211 2011-01-27 Julien Danjou <julien@danjou.info>
212
213 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
214 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
215
216 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
217
218 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
219 Use plist-get instead of the cl function getf.
220
221 2011-01-27 Glenn Morris <rgm@gnu.org>
222
223 * gnus-util.el (float-time): Get rid of compiler warning, again.
224
225 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
226
227 * shr.el (shr-put-color): Special-case background colours: Do put them
228 at the blank parts at the front of the lines.
229
230 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
231 exit hook to nix out all data on readedness on group exit.
232
233 * gnus-util.el (float-time): If float-time is bound, always use it on
234 all Emacsen. It's unclear why the subrp check was there.
235 (time-date): Require to make some autoload issues on XEmacs go away.
236
237 * shr.el (shr-put-color): Don't do the box padding in tables, since
238 they're already padded.
239
240 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
241
242 * gnus-art.el (gnus-article-next-page): When the last line of the
243 article is displayed, scroll down once more instead of going to the
244 next article at once.
245 (article-lapsed-string): Refactor out and allow specifying how many
246 segments you want.
247 (gnus-article-setup-buffer): Start updating the lapsed header directly.
248 (gnus-article-update-lapsed-header): New variable.
249
250 * shr.el: Revert change that made headings use different-sized faces.
251 The Emacs display engine isn't advanced enough that, for instance,
252 tables can comfortably use differntly-sized faces.
253
254 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
255
256 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
257 used.
258 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
259 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
260 we're using an encrypted connection.
261
262 * proto-stream.el: Alter the interface functions to also return the
263 actual stream type used: network or tls.
264
265 2011-01-25 Julien Danjou <julien@danjou.info>
266
267 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
268 (mm-display-javascript-inline): New function.
269
270 * mm-decode.el (mm-inline-media-tests): Add application/javascript
271 viewing function.
272
273 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
274
275 * shr.el (shr-expand-newlines): Fix variable name.
276
277 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
278
279 * shr.el (shr-expand-newlines): Make nested boxes work.
280
281 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
282
283 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
284 backgrounds.
285 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
286 in a more sensible manner.
287
288 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
289
290 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
291 if EPG is loaded.
292
293 2011-01-24 Julien Danjou <julien@danjou.info>
294
295 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
296 tags.
297
298 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
299
300 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
301 commands.
302
303 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
304 in the article buffer.
305 (gnus-gravatar-insert): Use blank space from the current buffer to
306 avoid breaking text properties. This makes X-Sent updating work again.
307
308 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
309
310 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
311
312 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
313 fix the bug in url-http.el instead.
314
315 * shr.el (shr-image-fetched): Ditto.
316
317 * shr.el (shr-image-fetched): Avoid having point move in the article
318 buffer.
319
320 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
321 buffer after being called. It's apparently being killed by url.el, and
322 killing it made point move to end-of-buffer in a random buffer.
323
324 * shr.el (shr-image-fetched): Ditto.
325
326 2011-01-23 Julien Danjou <julien@danjou.info>
327
328 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
329
330 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
331 text/x-org.
332
333 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
334
335 * gnus-sum.el (gnus-summary-move-article): Protect against backends
336 (i.e., nnimap) returning nil as the article number.
337
338 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
339
340 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
341 "DelSp" parameter in RFC3676.
342
343 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
344
345 * message.el (message-check-recipients): Display the encoded version of
346 the bogus address if they differ.
347
348 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
349 after sending.
350
351 * gnus-agent.el (gnus-agent-send-mail): Ditto.
352
353 * gnus-group.el (gnus-group-refresh-group): New convenience function.
354
355 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
356 group buffer after sending the queue.
357
358 * gnus-agent.el (gnus-agent-send-mail): Ditto.
359
360 2011-01-22 Julien Danjou <julien@danjou.info>
361
362 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
363
364 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
365
366 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
367 nested related parts.
368
369 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
370 unexpired articles. This fixes the regression that led expiry marks to
371 disappear from nnfolder groups.
372
373 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
374
375 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
376 Don't confuse the "ret" of "retrograde" with RET.
377
378 2011-01-21 Julien Danjou <julien@danjou.info>
379
380 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
381 than mm-insert-inline.
382
383 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
384
385 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
386 Widen article buffer.
387
388 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
389
390 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
391 the temp buffer.
392 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
393
394 2011-01-20 Julien Danjou <julien@danjou.info>
395
396 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
397
398 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
399 than mm-insert-inline to insert inline part: this respect
400 mm-inline-media-tests displayers.
401
402 * mm-view.el (mm-display-shell-script-inline): New function.
403
404 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
405
406 * mm-uu.el (mm-uu-type-alist): Add org block.
407 (mm-uu-org-src-code-block-extract): New function.
408
409 * mm-view.el (mm-display-org-inline): New function.
410
411 * mm-decode.el (mm-automatic-display): Add text/org.
412
413 * mailcap.el (mailcap-mime-extensions): Add .org.
414
415 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
416
417 * gnus-art.el (gnus-article-highlight): Remove argument passed to
418 gnus-article-add-buttons.
419
420 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
421
422 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
423 From header with a date and "nobody" as the sender.
424
425 2011-01-19 Julien Danjou <julien@danjou.info>
426
427 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
428 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
429 if you have the same regexp several times.
430 (gnus-button-push): Fix matching when regexp is symbol.
431
432 2011-01-15 Glenn Morris <rgm@gnu.org>
433
434 * message.el (message-mail): A compose-mail function should
435 accept headers as strings.
436
437 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
438
439 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
440 Add :vert-only tags.
441 (message-mail): New arg RETURN-ACTION.
442 (message-return-action): New var.
443 (message-bury): Use it.
444 (message-mode): Make it buffer-local.
445 (message-send-and-exit): Always call message-bury.
446
447 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
448 message-mail.
449
450 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
451
452 * nnimap.el (nnimap-convert-partial-article): Protect against
453 zero-length body parts.
454
455 * mm-decode.el (mm-preferred-alternative-precedence):
456 Discourage showing empty parts.
457
458 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
459 and stuff if the backend didn't return the article number. This fixes
460 an Exchange-related nnimap bug.
461
462 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
463 group window, because it does the wrong thing when a separate frame
464 displays the group buffer.
465
466 * proto-stream.el (open-protocol-stream): Protect against the low-level
467 transport functions returning nil.
468
469 2011-01-07 Daiki Ueno <ueno@unixuser.org>
470
471 * mml2015.el (epg-sub-key-fingerprint): Autoload.
472 (mml2015-epg-find-usable-secret-key): New function.
473 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
474 mml2015-epg-find-usable-key (Bug#7797).
475 (mml2015-epg-encrypt): Ditto.
476
477 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
478
479 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
480
481 2011-01-03 Glenn Morris <rgm@gnu.org>
482
483 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
484
485 * sieve.el (sieve-open-server): Give a more explicit error if
486 sieve-manage-open returns nil. (Bug#7720)
487
488 2011-01-02 Karl Fogel <kfogel@red-bean.com>
489
490 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
491
492 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
493
494 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
495 This avoids sending passwords in plain text over non-encrypted
496 channels.
497
498 * shr.el (shr-rescale-image): Display all GIF images as animated images.
499
500 * nnimap.el (nnimap-login): Refactored out into own function, and
501 implement CRAM-MD5.
502 (nnimap-wait-for-line): Refactored out.
503
504 * mm-view.el (mml-smime): Require.
505
506 2010-12-20 David Engster <deng@eml.cc>
507
508 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
509 use EPG to decrypt S/MIME messages instead of openssl.
510
511 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
512
513 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
514
515 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
516 status is the group clearly is unreachable.
517
518 * auth-source.el (auth-source-create): Add the optional second
519 parameter to `local-variable-p' to be compatible with XEmacs.
520
521 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
522
523 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
524 work when using a compressed nnml folder.
525
526 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
527
528 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
529 backends after sanitising on entry, because this never makes sense:
530 If the articles have gone missing, then the data no longer exists on
531 the backend, and if they haven't, then Gnus is wrong, and shouldn't
532 overwrite anything anyway.
533
534 * shr.el (shr-insert-document): Bind shr-width dynamically to
535 window-width if it's nil.
536
537 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
538
539 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
540 with the meaning of using the full emacs window width for rendering.
541
542 2010-12-27 Daiki Ueno <ueno@unixuser.org>
543
544 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
545 case when sender is not given.
546
547 2010-12-23 Julien Danjou <julien@danjou.info>
548
549 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
550 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
551 the addresses, otherwise we might misplaced the gravatar.
552
553 2010-12-21 Daiki Ueno <ueno@unixuser.org>
554
555 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
556 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
557 obsolete in Emacs.
558
559 2010-12-20 Julien Danjou <julien@danjou.info>
560
561 * gnus-util.el (gnus-rescale-image): Revert last change.
562
563 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
564
565 * gnus-group.el (gnus-group-delete-articles): New command.
566
567 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
568
569 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
570
571 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
572
573 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
574 here, since it's up to the backends to do CRLF removal if their
575 protocol has it.
576
577 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
578
579 2010-12-17 Julien Danjou <julien@danjou.info>
580
581 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
582 they are from file. Can also scale up.
583
584 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
585
586 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
587 gnus-use-agent.
588 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
589
590 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
591
592 2010-12-17 Julien Danjou <julien@danjou.info>
593
594 * gravatar.el (gravatar-retrieve-synchronously): New function.
595 (gravatar-get-data): Make more robust.
596
597 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
598
599 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
600 to really consider the last line.
601
602 2010-12-16 Daiki Ueno <ueno@unixuser.org>
603
604 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
605 list of recipient keys, or use symmetric encryption if not a list.
606 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
607 EPA override, replacing the call to `netrc-store-data'.
608
609 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
610
611 * gnus-srvr.el: Avoid passing nil regexp argument to
612 delete-matching-lines.
613
614 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
615
616 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
617 fetching stops when Gnus exits.
618
619 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
620 function.
621 (nnfolder-request-expire-articles): Save all the buffers after doing
622 expiry.
623
624 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
625 the last article", since that led to serious performance regressions
626 when expiring nnml groups.
627
628 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
629
630 * nnir.el: Improve customizations.
631
632 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
633
634 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
635
636 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
637 group has been killed.
638 (gnus-group-yank-group): Ditto.
639
640 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
641
642 * nnimap.el (nnimap-request-update-group-status): New function.
643
644 * gnus-int.el (gnus-request-update-group-status): New interface
645 function.
646
647 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
648 copying read-ness to the backends.
649
650 * nnimap.el (nnimap-quirk): New function.
651 (nnimap-retrieve-group-data-early): Use it.
652 (nnimap-quirks): New alist.
653
654 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
655
656 * shr.el (shr-insert): Set shr-start after deleting trailing space;
657 don't delete it within indentation.
658
659 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
660
661 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
662 previous line.
663
664 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
665
666 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
667 QRESYNC command by deleting a superfluous space which broke Cyrus
668 servers. This change will break other servers that are buggy the other
669 way around.
670
671 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
672
673 * spam.el: Reindent and fix long lines.
674 (spam-copy-or-move-routine): Exclude invalid move destinations.
675
676 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
677
678 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
679 installed the registry.
680
681 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
682
683 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
684 groupname doesn't contain "gmane".
685
686 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
687
688 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
689 (gnus-1): Don't create the nndrafts group twice.
690 (gnus-setup-news): There's no need to read the active file here, since
691 that's done again later on a per-backend basis.
692 (gnus-start-draft-setup): Make sure that the new group is started out
693 empty.
694
695 * gnus-agent.el (gnus-agentize): Don't create the queue group
696 automatically on startup. It'll be created later, if needed.
697
698 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
699 of automatically subscribed groups.
700 (gnus-auto-subscribed-categories): New variable.
701 (gnus-matches-options-n): Use it.
702 (gnus-default-subscribed-newsgroups): Remove unused variable.
703 (gnus-start-draft-setup): Message a bit less.
704
705 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
706
707 * nnir.el (nnir-run-imap): Return article list in order of increasing
708 UID.
709
710 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
711
712 * gnus-sum.el (gnus-summary-enter-digest-group):
713 Mention gnus-auto-select-on-ephemeral-exit.
714
715 * proto-stream.el (proto-stream-open-network-only): Fix the calling
716 convention of the network-only option.
717
718 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
719
720 * proto-stream.el (proto-stream-open-network-only): New function to
721 have a way to specify non-STARTTLS upgrade connections.
722
723 2010-12-10 Julien Danjou <julien@danjou.info>
724
725 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
726 email address is nil.
727
728 * message.el (message-bogus-recipient-p): Set address to "" if nil.
729
730 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
731
732 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
733 deletion.
734 (nnir-run-imap): Only need to parse list once.
735
736 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
737
738 * shr.el (shr-tag-script): Ignore <script>.
739 (shr-tag-label): Add <label> support.
740
741 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
742
743 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
744
745 * shr.el (shr-image-displayer): Work for images lined side by side.
746
747 2010-12-08 Robert Pluim <rpluim@gmail.com>
748
749 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
750 parameter, since XEmacs doesn't accept t as a parameter.
751
752 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
753
754 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
755 ids.
756 (nnir-run-gmane): Simplify groupspec formatting.
757 (nnir-request-expire-articles): New function.
758
759 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
760
761 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
762 overflow, possibly.
763
764 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
765 (shr-render-td): Handle td style="" better.
766 (shr-tag-table): Use the color from the style sheet.
767 (shr-render-td): Make sure we copy over all the overlays, too.
768
769 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
770
771 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
772 (nnir-request-article): Improve article retrieval.
773
774 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
775
776 * mm-util.el (mm-extra-numeric-entities): New variable.
777
778 * mm-url.el (mm-url-decode-entities):
779 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
780
781 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
782
783 * message.el: Use completion-at-point.
784 (message-completion-function): New fun, extracted from message-tab.
785 (message-mode): Use it for completion-at-point-functions.
786 (message-tab): Use it and completion-at-point.
787
788 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
789
790 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
791 character if a non-breakable character follows.
792
793 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
794
795 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
796 any stream.
797
798 * shr.el (shr-tag-font): Colorize the region.
799 (shr-tag-body): Ditto.
800 (shr-tag-font): Actually let the styles be inherited instead of
801 overwriting them.
802 (shr-tag-font): Get the background color right.
803 (shr-tag-style): Ignore all <style> tags for the moment.
804
805 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
806 a Message-ID to avoid having nnimap depend on gnus-sum.
807
808 * shr.el (shr-descend): Only colorize something if we have a node that
809 sets colors.
810
811 2010-12-06 Julien Danjou <julien@danjou.info>
812
813 * shr.el (shr-render-td): Render td content with shr-descend, so style
814 will be applied to <td> too.
815 (shr-colorize-region): Colorize region even if we only have a background.
816 (shr-tag-body): Fix color and background color inheritance.
817 Do not recolorize after shr-generic.
818 (shr-tag-font): Let shr-generic colorize via inheritance.
819
820 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
821
822 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
823
824 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
825
826 * nnir.el (nnir-request-move-article): Remove obsolete code.
827
828 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
829
830 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
831
832 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
833
834 * gnus-sum.el (gnus-summary-respool-article): The completion function
835 expects a list instead of an alist.
836
837 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
838 string as the parameter.
839
840 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
841
842 * shr.el (shr-stylesheet): New dynamic variable for cascading the
843 styles.
844 (shr-colorize-region): New function.
845 (shr-insert-background-overlay): Remove.
846 (shr-render-td): Background setting should be taken care of on a higher
847 level.
848 (shr-tag-body): Use post-hoc colorizations.
849 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
850 (shr-put-color-1): Don't overwrite old colors.
851 (shr-colorize-region): When the background color isn't explicit, use
852 a fixed background.
853
854 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
855 nnmail variables.
856
857 2010-12-05 Bjørn Mork <bjorn@mork.no>
858
859 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
860 unless necessary.
861
862 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
863
864 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
865 server.
866
867 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
868
869 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
870 so that TAB works.
871
872 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
873 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
874
875 * shr.el (shr-urlify): Show the URL before the title to avoid
876 misleading URLs.
877
878 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
879
880 * shr.el (shr-urlify): Display the title in <a> tags.
881
882 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
883
884 * nnir.el (nnir-categorize): Replace mapcar with mapc.
885
886 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
887
888 * nnir.el: Rearrange code to allow macros to be autoloaded by
889 gnus-sum.el.
890 (nnir-retrieve-headers-override-function): Make this variable
891 customizable.
892 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
893
894 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
895 from nnir.el.
896
897 2010-12-03 Julien Danjou <julien@danjou.info>
898
899 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
900
901 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
902
903 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
904 allow optional argument `environment'.
905
906 2010-12-03 Glenn Morris <rgm@gnu.org>
907
908 * mm-extern.el (message-goto-body): Update declaration.
909
910 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
911
912 * gnus-util.el (gnus-macroexpand-all): New function.
913
914 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
915 instead of macroexpand-all that is unavailable in XEmacs.
916
917 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
918
919 * nnir.el (nnir-summary-line-format): New variable.
920 (nnir-mode): Use it.
921 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
922 (nnir-article-ids): Reimplement as defsubst.
923 (nnir-retrieve-headers): Don't mangle the subject header.
924 (nnir-run-imap): Use 100 as RSV score.
925 (nnir-run-find-grep): Fix for full server searching.
926 (nnir-run-gmane): Better restriction to gmane groups.
927
928 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
929 summary buffers.
930
931 2010-12-02 Julien Danjou <julien@danjou.info>
932
933 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
934
935 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
936
937 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
938 support.
939
940 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
941
942 * nnir.el: Update to handle the registry better.
943 (autoload): Silence byte-compiler.
944 (nnir-open-server): Add a hook for nnir groups.
945 (nnir-request-move-article): Don't mangle the header. Better to use
946 formating variables (which will be added in the future).
947 (nnir-registry-action): Update the registry using the original article
948 group name.
949 (nnir-mode): Install nnir-specific hooks for updating the registry.
950
951 * gnus-sum.el
952 (gnus-article-original-subject,gnus-newsgroup-original-name):
953 Remove obsolete variables.
954 (gnus-summary-move-article): Remove use of obsolete variables.
955 (gnus-summary-local-variables): Make move and delete hooks local to
956 summary buffers.
957
958 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
959
960 * rtree.el: New file.
961
962 2010-12-01 Julien Danjou <julien@danjou.info>
963
964 * message.el (message-user-organization): Do not use
965 gnus-local-organization.
966
967 * gnus.el: Remove gnus-local-organization.
968
969 * gnus-msg.el: Remove nastygram thing.
970
971 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
972
973 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
974 funcall.
975
976 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
977
978 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
979 names.
980
981 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
982 characters.
983
984 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
985 to t of inhibit-read-only since it is inside gnus-with-article-headers.
986 Suggested by Štěpán Němec <stepnem@gmail.com>.
987 (gnus-gravatar-transform-address): Use mail-extract-address-components
988 that supports non-ASCII names rather than mail-header-parse-addresses.
989
990 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
991
992 * proto-stream.el (open-protocol-stream): All starttls connections are
993 handled by the network handler.
994
995 2010-11-30 Julien Danjou <julien@danjou.info>
996
997 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
998 (nnimap-open-connection-1): Fix PREAUTH.
999
1000 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1001
1002 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1003
1004 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1005 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1006 (shr-insert): Use them.
1007 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1008
1009 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
1010
1011 * nnir.el (nnir-request-move-article): Bail out if original group
1012 doesn't support article moves.
1013 (nnir-get-active): Improve active list retrieval.
1014
1015 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1016
1017 * shr.el (shr-find-fill-point): Don't break before apostrophes.
1018
1019 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
1020
1021 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1022 seem to accept strings-with-numbers as port numbers,
1023
1024 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
1025
1026 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1027 change the registry.
1028
1029 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
1030
1031 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1032 delete-dups that is not available in XEmacs 21.4.
1033
1034 * mm-util.el (mm-delete-duplicates): Add comment.
1035
1036 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
1037
1038 * nnir.el (nnir-ignored-newsgroups): New variable.
1039 (nnir-get-active): Use it.
1040
1041 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1042
1043 * proto-stream.el (proto-stream-open-network): Add some comments.
1044
1045 * nntp.el (nntp-open-connection): Provide a :success condition.
1046
1047 * nnimap.el (nnimap-open-connection-1): Ditto.
1048
1049 * proto-stream.el (proto-stream-open-network): See what the response to
1050 the STARTTLS command is.
1051
1052 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1053 backwards compatibility).
1054 (nnimap-open-connection-1): Really respect nnimap-server-port.
1055
1056 * proto-stream.el (proto-stream-open-network): When doing opportunistic
1057 TLS upgrades we don't really care about the identity of the peer.
1058 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1059 that what we've checked for.
1060 (proto-stream-always-use-starttls): Only default to t if
1061 open-gnutls-stream exists.
1062 (proto-stream-open-network): If STARTTLS failed, then just open a
1063 normal connection.
1064 (proto-stream-open-network): Wait until the greeting before doing
1065 STARTTLS.
1066
1067 * nntp.el (nntp-open-connection): Report what the connection error is.
1068
1069 * proto-stream.el (open-protocol-stream): Rename from
1070 open-proto-stream.
1071
1072 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1073
1074 * nnimap.el (nnimap-stream): Change default to `undecided'.
1075 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1076 first, and then network.
1077 (nnimap-open-connection-1): Respect nnimap-server-port.
1078 (nnimap-open-connection): Be more backwards-compatible.
1079
1080 * proto-stream.el (proto-stream-always-use-starttls): New variable.
1081 (proto-stream-open-starttls): De-duplicate the starttls code.
1082 (proto-stream-open-starttls): Folded back into the main function.
1083 (proto-stream-open-network): Fix typo in the gnutls path.
1084 (proto-stream-command): Refactor out.
1085
1086 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1087
1088 * proto-stream.el (proto-stream-open-starttls): Actually implement the
1089 starttls.el STARTTLS.
1090
1091 * color.el (color-lab->srgb): Fix function call name.
1092
1093 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1094 if we're using tls.el.
1095 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1096 built in, then don't try to establish a STARTTLS connection.
1097
1098 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1099 servers.
1100
1101 * proto-stream.el (open-proto-stream): Use network, not stream.
1102 (open-proto-stream): Add a way to specify what the end of a command is.
1103
1104 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1105 connections types.
1106 (nntp-open-network-stream): Remove.
1107 (nntp-open-ssl-stream): Remove.
1108 (nntp-open-tls-stream): Remove.
1109 (nntp-ssl-program): Remove.
1110
1111 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1112
1113 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
1114
1115 * nnir.el: Fix typos.
1116 (nnir-retrieve-headers-override-function): Rename variable to reflect
1117 new semantics.
1118 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1119 macros.
1120 (nnir-request-article, nnir-request-move-article): Use them.
1121 (nnir-categorize): New function.
1122 (nnir-run-query): Use it.
1123 (nnir-retrieve-headers): Rewrite to batch header retrieval.
1124 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1125 sorted.
1126 (nnir-group-full-name): Use gnus-group-full-name instead.
1127 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1128 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1129
1130 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1131
1132 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1133
1134 * proto-stream.el: New library to provide protocol-specific
1135 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1136 protocols.
1137 (open-proto-stream): Complete the documentation.
1138 (proto-stream-open-network): Fix some typos.
1139
1140 * nnimap.el (nnimap-open-connection): Use it.
1141
1142 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
1143
1144 * pop3.el (pop3-open-server): Read server greeting before starting TLS
1145 negotiation.
1146
1147 2010-11-26 Julien Danjou <julien@danjou.info>
1148
1149 * color.el: Rename various rgb functions to srgb.
1150
1151 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1152
1153 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1154 names.
1155
1156 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
1157
1158 * shr.el (shr-insert): Revert last change.
1159 (shr-find-fill-point): Never leave point being at bol;
1160 relax the kinsoku limitation when rendering tables.
1161
1162 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1163
1164 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1165 results from -accept-article.
1166
1167 * shr-color.el: Require cl when compiling.
1168
1169 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1170 checkin.
1171
1172 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1173
1174 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1175
1176 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1177 'add and 'delete to set backend marks.
1178
1179 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1180
1181 * nnheader.el (nnheader-update-marks-actions): Refactor out.
1182
1183 * nntp.el (nntp-request-set-mark): Use it.
1184
1185 * nnfolder.el (nnfolder-request-set-mark): Ditto.
1186
1187 * nnml.el (nnml-request-set-mark): Ditto.
1188
1189 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1190 introduces regressions in article selection.
1191 (nnimap-find-uid-response): New function.
1192 (nnimap-request-accept-article): Use the UID returned, if any.
1193 (nnimap-request-move-article): Use the UID returned, if any.
1194 (nnimap-get-groups): Reimplement to work with folded lines.
1195 (nnimap-find-uid-response): The UID is the last element in the list.
1196 (nnimap-request-set-mark): Extend syntax with 'set.
1197
1198 * nnml.el (nnml-request-set-mark): Ditto.
1199
1200 * nnfolder.el (nnfolder-request-set-mark): Ditto.
1201
1202 * nntp.el (nntp-request-set-mark): Ditto.
1203
1204 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
1205
1206 * message.el (message-called-interactively-p): A temporary macro.
1207 (message-goto-body): Use it temporarily.
1208
1209 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1210
1211 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1212 (nnimap-last-response-string): Unfold quoted lines, if they exist.
1213 (nnimap-last-response-string): Fix last unfolding fix.
1214
1215 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
1216
1217 * shr.el (shr-insert): Fix the way to fold lines.
1218
1219 2010-11-25 Julien Danjou <julien@danjou.info>
1220
1221 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1222
1223 * color.el: Rename from color-lab.el
1224 (color-rgb->hex): Add.
1225 (color-complement): Add.
1226 (color-complement-hex): Add.
1227
1228 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1229
1230 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1231
1232 * shr-color.el (shr-color-visible): Don't bug out if the colour names
1233 don't exist.
1234
1235 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
1236
1237 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1238 assuming that article displaying or another mml-preview may be
1239 interrupted for an error or for the like.
1240
1241 * shr.el (shr-get-background): Fix argument name.
1242
1243 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1244
1245 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1246
1247 * gnus-sum.el (gnus-summary-include-articles): New function.
1248
1249 * message.el (message-goto-body): called-interactively-p needs a
1250 parameter, so use `any'.
1251
1252 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1253 clear marks before moving, since they're synced from the Gnus side
1254 first.
1255
1256 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1257 (gnus-summary-move-article): Copy over all marks before moving, so that
1258 IMAP doesn't think a new article has arrived.
1259
1260 2010-11-24 Julien Danjou <julien@danjou.info>
1261
1262 * shr.el (shr-insert-background-overlay): Fix typo.
1263 (shr-render-td): Copy the background before rendering.
1264
1265 * shr-color.el (shr-color-visible): Fix docstring.
1266
1267 * shr.el (shr-tag-table): Add bgcolor support.
1268 (shr-render-td): Add bgcolor support.
1269 (shr-get-background): Add.
1270 (shr-insert-foreground-overlay): Use shr-get-background.
1271
1272 * message.el (message-goto-body): Use called-interactively-p.
1273 (message-in-body-p): message-goto-body returns point.
1274
1275 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1276
1277 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
1278 Fixes something or other in Emacs 23, and is backwards compatible.
1279
1280 * message.el (message-goto-body): Remove the <#secure special-casing,
1281 which is too special.
1282
1283 * shr.el (shr-parse-style): Drop !important from styles.
1284
1285 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
1286
1287 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1288 this function to return incorrect results when calling it with an
1289 explicit article argument different from
1290 (gnus-summary-article-number).
1291
1292 2010-11-24 Julien Danjou <julien@danjou.info>
1293
1294 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1295 (shr-tag-body): Add background support.
1296 (shr-descend): Add background support.
1297 (shr-tag-title): Add.
1298
1299 * shr-color.el (shr-color-visible): Really return original background
1300 if fixed.
1301
1302 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1303
1304 * shr.el (shr-color-check): Protect against non-existant colour names.
1305
1306 2010-11-24 Julien Danjou <julien@danjou.info>
1307
1308 * color-lab.el: Require 'cl when compiling.
1309
1310 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1311
1312 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1313 matched part.
1314
1315 * color-lab.el: Fix all expt calls to use float type.
1316
1317 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
1318
1319 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1320 expression to shr-color-check as is.
1321
1322 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1323
1324 * color-lab.el: Add coding cookie.
1325 (float-pi): Use eval-and-compile.
1326
1327 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1328
1329 * shr.el (shr-insert-color-overlay): Split stuff like
1330 "#444444 !important" to find the real colour.
1331 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1332 parse <font color="red"> entries.
1333
1334 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
1335
1336 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
1337 point when parsing headers.
1338
1339 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
1340 is positioned properly when parsing headers.
1341
1342 2010-11-23 Julien Danjou <julien@danjou.info>
1343
1344 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1345
1346 * shr-color.el (shr-color->hexadecimal): Add support for color names.
1347
1348 * shr.el (shr-parse-style): Replace \n with space in style parsing.
1349
1350 * shr-color.el (shr-color-hsl-to-rgb-fractions):
1351 Use shr-color-hue-to-rgb.
1352 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1353
1354 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1355
1356 * shr.el (shr-color->hexadecimal): Autoload.
1357 (shr-descend): Add color to all tags.
1358
1359 2010-11-22 Julien Danjou <julien@danjou.info>
1360
1361 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1362 shr-color->hexadecimal.
1363
1364 * shr-color.el (shr-color->hexadecimal): Add converting functions for
1365 RGB() or HSL() color representation.
1366
1367 * shr.el (shr-tag-font): Add.
1368 (shr-tag-color-check): New function to get better colors.
1369 (shr-tag-insert-color-overlay): Factorize code between tag-font and
1370 tag-span.
1371
1372 * shr-color.el: New file.
1373
1374 * color-lab.el: New file.
1375
1376 * gnus-art.el (gnus-url-mailto): Do not downcase args.
1377
1378 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
1379
1380 * nnir.el: Fix typo in comments.
1381 (nnir-run-imap): Simplify code. No need to reverse artlist.
1382 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1383
1384 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1385
1386 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1387
1388 * nnimap.el (nnimap-get-capabilities): Refactor out.
1389 (nnimap-open-connection): Re-request capabilities after STARTTLS.
1390
1391 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
1392
1393 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1394 appearing when `mm-uu-hide-markers' is nil.
1395
1396 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1397
1398 * nnimap.el (nnimap-unselect-group): Make into its own function.
1399 (nnimap-request-rename-group): Unselect group before renaming.
1400 This had gotten lost somewhere.
1401 (nnimap-request-accept-article): Keep track of examined groups, and
1402 unselect the group before APPENDing to read-only groups.
1403 (nnimap-request-move-article): Clear flags before moving so that they
1404 can be re-set later.
1405
1406 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
1407
1408 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1409 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1410
1411 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
1412
1413 * gnus-art.el (gnus-mime-display-single)
1414 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1415 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1416 parameter.
1417
1418 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1419
1420 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1421 (shr-table-vertical-line): New variable.
1422 (shr-insert-table): Use it.
1423
1424 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
1425
1426 * gnus-html.el (gnus-html-wash-images): Don't display images if
1427 gnus-inhibit-images is non-nil; register displayer for cid images.
1428 (gnus-html-display-image): Work for cid image.
1429 (gnus-html-insert-image): Allow arguments.
1430 (gnus-html-put-image): Inhibit read-only.
1431 (gnus-html-prefetch-images): Don't prefetch images if
1432 gnus-inhibit-images is non-nil.
1433
1434 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1435
1436 * shr.el (shr-put-image): Break lines when inserting big pictures.
1437
1438 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1439
1440 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1441 sender, thanks Katsumi Yamaoka.
1442
1443 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
1444
1445 * nnir.el (nnir-run-imap): Reverse the article list for each group
1446 rather than the whole list.
1447
1448 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
1449
1450 * shr.el (shr-image-displayer): Protect function against non-existent
1451 image source.
1452
1453 * gnus-art.el (gnus-inhibit-images): New user option.
1454 (gnus-mime-display-single): Don't display image if it is non-nil.
1455
1456 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1457 gnus-inhibit-images.
1458
1459 * shr.el (shr-image-displayer): New function.
1460 (shr-tag-img): Use it.
1461
1462 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1463
1464 * mml2015.el (mml2015-epg-sign): Use From header.
1465
1466 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1467
1468 * gnus-html.el (gnus-html-wash-images): Register a displayer.
1469
1470 * gnus-util.el (gnus-find-text-property-region): Return markers.
1471
1472 * shr.el (shr-tag-img): Put a displayer in the text property.
1473
1474 * gnus-util.el (gnus-find-text-property-region): New utility function.
1475
1476 * gnus-html.el (gnus-html-display-image): Make the alt optional.
1477 (gnus-html-show-images): Remove.
1478
1479 * gnus-art.el (gnus-article-show-images): New, more general function.
1480
1481 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1482 image url text properties.
1483
1484 * shr.el: Ditto.
1485
1486 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1487 gnus-agent-auto-agentize-methods is set. Which it isn't.
1488
1489 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1490
1491 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1492 work for two or more articles.
1493
1494 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1495
1496 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1497 divide an image that's in an html article to two or more when washing
1498 non-ASCII characters in alt text of it.
1499
1500 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1501
1502 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1503 smime-decrypt-region using function argument.
1504 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1505
1506 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1507
1508 * smime.el (smime-decrypt-region): Catch it.
1509
1510 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1511
1512 * smime.el (smime-mode-map): Move initialization into declaration.
1513 (gnus-run-mode-hooks): Don't autoload.
1514 (smime-mode): Use define-derived-mode.
1515
1516 2010-11-11 Glenn Morris <rgm@gnu.org>
1517
1518 * smime.el (from): Restrict declaration to XEmacs.
1519
1520 * nnir.el (gnus-group-topic-name): Autoload.
1521
1522 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1523
1524 * shr.el (shr-insert): Don't break long line if it is because of
1525 kinsoku-bol characters in the line end.
1526
1527 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
1528
1529 * nnir.el (nnir-request-move-article): Fix to provide original group
1530 and subject.
1531 (nnir-warp-to-article): Don't fail on articles whose headers haven't
1532 been retrieved.
1533
1534 * gnus-sum.el (gnus-summary-move-article): Use original group and
1535 subject for virtual articles such as those in an nnir summary buffer.
1536
1537 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1538
1539 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1540 least 21.5).
1541
1542 * smime.el (from): Declare it again for XEmacs.
1543
1544 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1545
1546 * message.el (message-resend): Don't disable encoding unless it's
1547 already encoded.
1548
1549 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1550 low-numbered articles.
1551
1552 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
1553
1554 * rfc2047.el (rfc2047-syntax-table): Simplify.
1555
1556 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1557 set-char-table-range for XEmacs.
1558
1559 2010-11-10 Glenn Morris <rgm@gnu.org>
1560
1561 * smime.el (from): Remove unused declaration.
1562
1563 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1564 (gnus-float-time): On Emacs, always an alias.
1565
1566 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1567 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1568
1569 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
1570
1571 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1572
1573 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1574
1575 * shr.el (browse-url-mailto): Autoload.
1576
1577 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1578
1579 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1580 regexp doesn't need quoting.
1581
1582 2010-11-09 Sven Joachim <svenjoac@gmx.de>
1583
1584 * message.el (message-subject-trailing-was-ask-regexp)
1585 (message-subject-trailing-was-regexp): Match was: in addition to was.
1586
1587 2010-11-09 Glenn Morris <rgm@gnu.org>
1588
1589 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1590 (nnbabyl-check-mbox): Use point-at-bol.
1591
1592 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1593
1594 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1595
1596 * message.el (message-mailto): New function.
1597 (message-mailto): Should accept other parameters.
1598 (message-mailto): Remove since it duplicates browse-url-mailto
1599 functionality.
1600
1601 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1602
1603 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1604 methods.
1605 (gnus-read-active-file): Ditto.
1606
1607 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1608 ": " from the prompt.
1609 (gnus-group-make-group): Ditto.
1610
1611 2010-11-07 Glenn Morris <rgm@gnu.org>
1612
1613 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1614 (gnus-bookmark-kill-line): Use point-at-eol.
1615
1616 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
1617
1618 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1619 asterisks in From header.
1620
1621 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1622
1623 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1624 string to avoid making the From headers syntactically invalid.
1625
1626 * message.el (message-send-mail): Don't insert courtesy messages if the
1627 message already has List-Post and List-ID messages.
1628
1629 2010-11-06 Glenn Morris <rgm@gnu.org>
1630
1631 * gnus-art.el (gnus-treat-article): Give dynamic local variables
1632 `condition', `type', `length' a prefix.
1633 (gnus-treat-predicate): Update for above name changes.
1634
1635 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
1636
1637 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1638 binding. Handled by `gnus-summary-refer-thread' instead.
1639 (nnir-warp-to-article): New backend function.
1640
1641 * nnimap.el (nnimap-request-thread): Force dependency updating.
1642
1643 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1644 (gnus-summary-refer-thread): Rework to improve thread-referral.
1645
1646 * gnus-int.el (gnus-warp-to-article): New function.
1647
1648 * gnus-sum.el (gnus-summary-article-map): Bind it.
1649
1650 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
1651
1652 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1653 gnus-summary-refer-thread.
1654
1655 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1656 headers.
1657 (gnus-summary-limit-include-thread): Prevent articles in thread from
1658 being cut in gnus-cut-threads.
1659 (gnus-summary-refer-thread): Limit retrieved headers to those in
1660 thread.
1661
1662 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1663
1664 * message.el (message-send-mail): Use the value of
1665 message-courtesy-message from the message buffer.
1666
1667 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1668
1669 * shr.el (shr-browse-url): Implement mailto: URLs.
1670
1671 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1672 "raw".
1673
1674 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1675 if it's already selected.
1676
1677 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1678
1679 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
1680
1681 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1682 to measure the length and truncate alt text.
1683
1684 2010-11-03 Glenn Morris <rgm@gnu.org>
1685
1686 * nndiary.el (nndiary-generate-nov-databases-1)
1687 (nndiary-generate-active-info): Rename dynamic variable `files' to
1688 something less generic.
1689
1690 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
1691
1692 * nnir.el (nnir-request-move-article): Call the underlying backend to
1693 move articles from nnir.
1694
1695 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1696
1697 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1698
1699 2010-11-02 Julien Danjou <julien@danjou.info>
1700
1701 * nnir.el: Remove wais support.
1702
1703 2010-11-02 Glenn Morris <rgm@gnu.org>
1704
1705 * gnus-html.el: Reorder requirements to quieten compiler.
1706
1707 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1708
1709 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1710 properly for XEmacs as well.
1711 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1712 (gnus-article-natural-long-line-p): Use window-width rather than
1713 frame-width.
1714
1715 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
1716
1717 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
1718 (nnir-read-parms): Don't modify query.
1719 (nnir-run-query): Add ability to search topic on current line.
1720 (nnir-get-active): Clean up.
1721
1722 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1723
1724 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1725 degenerate articles.
1726
1727 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1728 (gnus-print-buffer): Just print the buffer as is, without any copying
1729 to a buffer and then re-highlighting.
1730
1731 * nnimap.el (nnimap-request-group): Store the new updated info.
1732 (nnimap-request-group): Select the group when we don't know whether it
1733 exists or not.
1734
1735 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1736 groups.
1737
1738 * gnus-group.el (gnus-group-find-new-groups): Display all the new
1739 groups.
1740
1741 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1742 groups.
1743
1744 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1745 long-lines case by only filling the long lines.
1746
1747 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1748 (bug #7311).
1749
1750 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1751
1752 * shr.el: No need to declare `declare-function' since shr.el is for
1753 only Emacsen that provide `libxml-parse-html-region'.
1754
1755 2010-11-01 Glenn Morris <rgm@gnu.org>
1756
1757 * mm-util.el (gnus-completing-read): Autoload.
1758 (mm-read-coding-system): Simplify Emacs definition.
1759
1760 * nnmail.el (gnus-activate-group):
1761 * nnimap.el (gnutls-negotiate):
1762 * nntp.el (netrc-parse): Fix declarations.
1763
1764 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1765
1766 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1767 string-match-p in Emacs >=23.
1768
1769 * gnus-msg.el (gnus-configure-posting-styles)
1770 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1771
1772 2010-11-01 Glenn Morris <rgm@gnu.org>
1773
1774 * nnir.el (declare-function): Add compat stub.
1775 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1776 (nnir-run-gmane): Require 'mm-url.
1777
1778 * mm-util.el (mm-string-to-multibyte): Simplify.
1779
1780 * shr.el (declare-function): Add compat stub.
1781 (url-cache-create-filename): Declare.
1782 (mm-disable-multibyte, widget-convert-button): Autoload.
1783
1784 * smime.el (ldap-search): Declare.
1785 (smime-cert-by-ldap-1): Require ldap on Emacs.
1786
1787 * nnimap.el: Require nnmail, and gnus-sum when compiling.
1788 (nnimap-keepalive): Use gnus-float-time.
1789
1790 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1791 (mail-source-delete-crash-box): Use gnus-float-time.
1792
1793 * gnus-dired.el (gnus-completing-read): Autoload.
1794
1795 * mm-view.el (gnus-rescale-image): Autoload.
1796
1797 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1798
1799 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1800
1801 * sieve-manage.el: Require 'cl when compiling.
1802
1803 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1804 (gnus-iswitchb-completing-read): Require iswitchb.
1805 (gnus-select-frame-set-input-focus): Silence compiler.
1806
1807 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1808
1809 * message.el (message-subject-trailing-was-query): Change default to t,
1810 since I think that's what most people want.
1811
1812 * nnimap.el (nnimap-request-accept-article): Erase buffer before
1813 appending for easier debugging.
1814 (nnimap-wait-for-connection): Take a regexp.
1815 (nnimap-request-accept-article): Wait for the continuation line before
1816 sending anything unless we're streaming.
1817
1818 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1819 leave the header washing to take place.
1820
1821 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1822
1823 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1824 regular expression match and replace in posting styles.
1825
1826 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
1827
1828 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1829 an entire server.
1830 (nnir-get-active): New function.
1831 (nnir-run-imap): Use it.
1832 (nnir-run-gmane): Who knew, gmane search returns an article score!
1833
1834 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1835 server on the current line with nnir.
1836
1837 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1838
1839 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1840 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1841 left edge.
1842 (gnus-article-foldable-buffer): Skip past the prefix when determining
1843 raggedness.
1844
1845 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1846 the raw article, and change `C-u g' to show the article without doing
1847 treatments.
1848
1849 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1850 on to `gnus-treat-article'.
1851 (gnus-inhibit-article-treatments): New variable.
1852
1853 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1854
1855 * gnus-art.el (gnus-treatment-function-alist): Have
1856 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1857 (gnus-treat-fill-long-lines): Change default to fill all text/plain
1858 sections.
1859
1860 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1861 parameter.
1862 (gnus-article-fill-cited-long-lines): New function.
1863 (gnus-article-fill-cited-article): Allow filling only long sections.
1864
1865 * shr.el (shr-find-fill-point): Don't break lines between punctuation
1866 and non-punctuation (like after the apostrophe in "'We").
1867
1868 * gnus-sum.el (gnus-summary-select-article): Make sure
1869 gnus-original-article-buffer is alive.
1870
1871 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1872 reflect the order they're in in the digest.
1873
1874 * gnus.el (gnus-group-startup-message): Move point to the start of the
1875 buffer.
1876
1877 * nnimap.el (nnimap-capability): New function.
1878 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1879 is set.
1880
1881 2010-10-31 David Engster <dengste@eml.cc>
1882
1883 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1884 conform with changes to gnus-completing-read.
1885
1886 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1887
1888 * shr.el (shr-tag-img): Output "*" instead of "[img]".
1889
1890 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
1891
1892 * nnir.el: Move defvar, defcustom around to keep file organized
1893 and keep byte-compiler quiet.
1894 (nnir-read-parms): Accept search-engine as arg.
1895 (nnir-run-query): Pass search-engine as arg.
1896 (nnir-search-engine): Remove.
1897
1898 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1899
1900 * shr.el (shr-generic): The text nodes should be text, not :text.
1901
1902 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1903 later in the file.
1904
1905 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
1906
1907 * nnir.el: General clean up. Allow searching with multiple engines.
1908 Allow separate extra-parameters for each engine.
1909 Batch queries when possible.
1910 (nnir-imap-default-search-key,nnir-method-default-engines):
1911 Add customize interface.
1912 (nnir-run-gmane): New engine.
1913 (nnir-engines): Use it. Qualify all prompts with engine name.
1914 (nnir-search-engine): Remove global variable.
1915 (nnir-run-hyrex): Restore for now.
1916 (nnir-extra-parms,nnir-search-history): New variables.
1917 (gnus-group-make-nnir-group): Use them.
1918 (nnir-group-server): Remove in favor of gnus-group-server.
1919 (nnir-request-group): Avoid searching twice.
1920 (nnir-sort-groups-by-server): New function.
1921
1922 2010-10-30 Julien Danjou <julien@danjou.info>
1923
1924 * gnus-group.el: Remove gnus-group-fetch-control.
1925
1926 * gnus-start.el (gnus-find-new-newsgroups):
1927 Remove gnus-check-first-time-used.
1928
1929 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1930
1931 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
1932
1933 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1934 set on groups that don't have \* permanentflags.
1935
1936 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1937
1938 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1939 control the background color.
1940 (shr-tag-img): Ignore very small web bug type images.
1941 (shr-put-image): Add help-echo alt texts to the images.
1942 (shr-tag-video): Show the video poster image.
1943
1944 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1945
1946 * shr.el (shr-table-depth): New variable.
1947 (shr-tag-table-1): Only insert the images after the top-level table.
1948
1949 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1950
1951 * gnus-util.el (gnus-list-memq-of-list): New function.
1952
1953 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1954 selected.
1955 (nnimap-unsplittable-articles): New slot.
1956 (nnimap-new-articles): Use it.
1957
1958 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
1959
1960 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1961 move to the previous line on `M-g'.
1962
1963 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1964
1965 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1966 *-request-group, which seems unnecessary.
1967
1968 * nnimap.el (nnimap-quote-specials): Function copied over from
1969 imap.el.
1970 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1971 they support that. Suggested by Tom Regner.
1972
1973 2010-10-29 Julien Danjou <julien@danjou.info>
1974
1975 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1976 defalias.
1977 (gnus-summary-delete-marked-with): Remove obsolete defalias.
1978
1979 * gnus.el: Remove `gnus-nntp-service' variable.
1980 (gnus-secondary-servers): Make obsolete.
1981 (gnus-nntp-server): Make obsolete.
1982
1983 * gnus-start.el (gnus-1): Remove x-splash calls.
1984
1985 * gnus-ems.el (gnus-x-splash): Remove.
1986
1987 * gnus.el (gnus-group-startup-message): Simplify/update code.
1988
1989 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1990 capability before doing anything.
1991 (gnus-group-insert-group-line): Remove useless
1992 gnus-group-remove-excess-properties.
1993
1994 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
1995
1996 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1997
1998 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1999
2000 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2001 config after reselecting.
2002
2003 2010-10-28 Julien Danjou <julien@danjou.info>
2004
2005 * shr.el (shr-put-image): Use point even if only inserting text.
2006 (shr-put-image): Save excursion when inserting alt text on non-graphic
2007 display, so the behaviour is the same when we are on a graphic display.
2008
2009 * nnir.el (nnir-run-swish-e): Remove hyrex support.
2010
2011 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2012
2013 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2014 (gnus-mime-copy-part): Check coding system, not charset.
2015 (gnus-mime-view-part-externally): Never remove part.
2016 (gnus-mime-view-part-internally): Don't remove part here.
2017 (gnus-article-part-wrapper): Make sure MIME tag is visible.
2018 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2019 multipart/alternative.
2020
2021 * mm-decode.el (mm-display-part): Take optional arg `force'.
2022
2023 2010-10-26 Julien Danjou <julien@danjou.info>
2024
2025 * gnus-group.el (gnus-group-default-list-level): Add this function to
2026 compute the default list level.
2027 (gnus-group-default-list-level): Add possibility to use a function.
2028
2029 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
2030
2031 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2032
2033 * gnus-group.el (gnus-group-completing-read)
2034 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2035 gnus-replace-in-string.
2036
2037 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
2038
2039 * shr.el (shr-tag-div): Add.
2040
2041 2010-10-25 Julien Danjou <julien@danjou.info>
2042
2043 * gnus-util.el: Remove `gnus-with-local-quit'.
2044
2045 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2046
2047 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2048
2049 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2050 the original article buffer.
2051
2052 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2053
2054 * nnimap.el (nnimap-request-head): New function.
2055 (nnimap-request-move-article): Try to be slighly faster by not
2056 requesting the entire message when moving.
2057 (nnimap-transform-headers): Don't bug out on bodiless articles.
2058 (nnimap-send-command): Have no outstanding messages if the IMAP server
2059 doesn't support streaming.
2060 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2061
2062 2010-10-24 Julien Danjou <julien@danjou.info>
2063
2064 * message.el (message-default-headers): Fix type.
2065
2066 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2067
2068 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2069 prefetching images.
2070
2071 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2072 backend for unknown groups. This is mainly useful for nnimap groups.
2073
2074 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2075 group isn't covered by the agent.
2076
2077 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
2078
2079 * nnir.el (nnir-method-default-engines): New variable.
2080 (nnir-run-query): Use it.
2081 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2082 (gnus-summary-nnir-goto-thread): Change group if needed.
2083
2084 * gnus-group.el (gnus-group-group-map): Add key binding for
2085 gnus-group-make-nnir-group.
2086
2087 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2088
2089 * shr.el (shr-tag-object): Add.
2090
2091 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2092 original article buffer live.
2093 (gnus-summary-select-article-buffer):
2094 Mention gnus-widen-article-buffer.
2095
2096 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2097
2098 * shr.el (shr-tag-strong): Add.
2099
2100 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2101
2102 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2103 group names. They mess up the group buffer badly.
2104
2105 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2106
2107 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2108 instead of the summary one.
2109
2110 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
2111
2112 * mml.el (mml-preview): Work properly when editing article.
2113
2114 * gnus-start.el (gnus-read-active-file-1): Don't add method to
2115 gnus-have-read-active-file if it's already been in.
2116
2117 2010-10-22 Tom Tromey <tromey@redhat.com>
2118
2119 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2120 gnus-group-completing-read.
2121
2122 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2123
2124 * message.el (message-mode-map): Don't bind M-; to comment region, to
2125 allow the global comment-dwim to work.
2126
2127 2010-10-21 Julien Danjou <julien@danjou.info>
2128
2129 * message.el (message-setup-1): Allow message-default-headers to be a
2130 function.
2131
2132 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2133
2134 * shr.el (shr-tag-table): Simplify.
2135
2136 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2137
2138 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2139 to avoid trying to snarf invalid stuff.
2140
2141 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2142
2143 * gnus.el (gnus-message-archive-group): Quote value.
2144 (gnus-message-archive-group): Mark as changed.
2145
2146 * shr.el (shr-add-font): Don't put the font properties on the newline
2147 or the indentation.
2148
2149 * message.el (message-fix-before-sending): Change options when sending
2150 non-printable characters.
2151
2152 * gnus.el (gnus-message-archive-method): Change the default to
2153 monthly outgoing groups.
2154
2155 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2156 that have gotten new numbers.
2157
2158 * nnimap.el (nnimap-request-replace-article): New function.
2159
2160 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2161
2162 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2163 (nnrss-request-article): Don't use special html washing code.
2164
2165 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
2166
2167 * shr.el (shr-tag-table): Remove useless nconc.
2168
2169 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2170
2171 * gnus-art.el (article-wash-html): Simplify and remove the charset
2172 stuff. Use the normal html rendering code instead of the special html
2173 washing code.
2174
2175 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2176 `gnus-w3m' symbols.
2177 (mm-text-html-washer-alist): Remove.
2178
2179 * mm-decode.el (mm-inline-text-html-renderer): Remove.
2180 (mm-inline-media-tests): Remove use.
2181 (mm-text-html-renderer): Change default to the `shr' symbol.
2182
2183 * mm-view.el (mm-inline-text-html): Remove use.
2184
2185 * gnus-art.el (gnus-blocked-images): New function. Allow the
2186 `gnus-blocked-images' to be a function.
2187 (gnus-article-wash-function): Remove.
2188
2189 2010-10-20 Julien Danjou <julien@danjou.info>
2190
2191 * spam.el (spam-list-of-processors): Mark as obsolete.
2192
2193 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2194 (nnimap-insert-partial-structure): Fix boundary detection.
2195
2196 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
2197
2198 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2199 run file-truename on remote files. This can be expensive and even
2200 prevent one from editing drafts if some unrelated buffer has a stale
2201 connection.
2202
2203 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
2204
2205 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2206 kinsoku-eol regardless of shr-kinsoku-shorten.
2207 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2208 (shr-tag-table): Support caption, thead, and tfoot.
2209
2210 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2211
2212 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2213 lines.
2214 (shr-save-contents): New command and keystroke.
2215
2216 * nndoc.el (nndoc-type-alist): Add git support.
2217 (nndoc-git-type-p): New function.
2218 (nndoc-transform-git-article): Ditto.
2219 (nndoc-transform-git-headers): Ditto.
2220 (nndoc-transform-git-headers): Generate Subject headers.
2221
2222 * shr.el (shr-parse-style): New function.
2223 (shr-tag-span): Ditto.
2224
2225 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2226 to `G G' to avoid collisions.
2227
2228 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
2229
2230 * shr.el: Load kinsoku if necessary.
2231 (shr-kinsoku-shorten): New internal variable.
2232 (shr-find-fill-point): Make kinsoku shorten text line if
2233 shr-kinsoku-shorten is bound to non-nil.
2234 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2235 shr-indentation too when testing if table is wider than frame width.
2236 (shr-insert-table): Use `string-width' instead of `length' to measure
2237 text width.
2238 (shr-insert-table-ruler): Make sure indentation is done at bol.
2239
2240 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2241
2242 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2243 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2244 undecoded network data.
2245
2246 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2247
2248 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2249 name in the mode line spec so that the mode line menu works
2250 (bug #2431).
2251
2252 * message.el (message-get-reply-headers): If we're fed `to-address',
2253 then always use that.
2254
2255 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2256 aren't so wide as to need to switch off the edit menu.
2257
2258 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2259 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2260
2261 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2262 `M-g'.
2263 (nnimap-update-info): Update flags/read marks even if \* isn't part of
2264 the permanent marks.
2265
2266 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
2267
2268 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2269 Splitting according to references/in-reply-to obeys the ignore-groups
2270 variable, while splitting by sender and subject do not.
2271
2272 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2273
2274 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2275 alist, so that we can look for non-Unicode chars.
2276 (article-translate-strings): Allow both character and string maps.
2277
2278 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2279
2280 * shr.el (shr-insert): Don't insert space behind a wide character
2281 categorized as kinsoku-bol, or between characters both categorized as
2282 nospace.
2283
2284 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
2285
2286 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
2287 headers to gnus-newsgroup-headers.
2288
2289 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2290
2291 * shr.el (shr-tag-img): Don't align images -- since we're not
2292 rescaling, this often leads to ugly displays.
2293
2294 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
2295
2296 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2297 duplicates.
2298
2299 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2300
2301 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2302 call.
2303
2304 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2305
2306 * gnus.el: Autoload gnus-html-show-images.
2307
2308 * nnimap.el: Use nnheader-message throughout.
2309
2310 * shr.el (shr-tag-img): Ignore images with no data.
2311
2312 2010-10-15 Julien Danjou <julien@danjou.info>
2313
2314 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2315 a possibility to disable format=flow encoding when using hard newlines.
2316
2317 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2318
2319 * shr.el (shr-insert): Remove space inserted before or after a
2320 breakable character or at the beginning or the end of a line.
2321 (shr-find-fill-point): Do kinsoku; find the second best point or give
2322 it up if there's no breakable point.
2323
2324 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2325
2326 * nnimap.el (nnimap-open-connection): Message when opening connection
2327 for debugging purposes.
2328
2329 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2330 on every setup buffer call to allow this to change from article to
2331 article.
2332
2333 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2334 buffers where we have a wide table.
2335
2336 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
2337
2338 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2339 uses *-request-thread.
2340
2341 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2342
2343 * nnimap.el (nnimap-open-connection): Remove %s from openssl
2344 incantation, which is no longer valid.
2345
2346 2010-10-14 Julien Danjou <julien@danjou.info>
2347
2348 * shr.el: Fix defcustom type (char -> character).
2349
2350 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2351
2352 * nnimap.el (nnimap-open-connection): tls-program should be a list of
2353 programs.
2354
2355 2010-10-14 Julien Danjou <julien@danjou.info>
2356
2357 * shr.el (shr-tag-a): Use url-link as widget type.
2358
2359 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2360 `gnus-group-get-icon'.
2361
2362 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2363
2364 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2365 This should make server editing work better.
2366
2367 * shr.el (shr-find-fill-point): Don't inloop on indented text.
2368
2369 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2370 (nnimap-parse-flags): Fix regexp.
2371
2372 * shr.el (shr-find-fill-point): Use a filling algorithm that should
2373 probably work for CJVK text, too.
2374
2375 * nnimap.el (nnimap-extend-tls-programs): Remove.
2376 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2377
2378 2010-10-13 Julien Danjou <julien@danjou.info>
2379
2380 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2381 responses.
2382
2383 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2384
2385 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2386
2387 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2388 anything in Emacs.
2389
2390 * shr.el (shr-current-column): Remove buggy and unnecessary function.
2391
2392 2010-10-13 Julien Danjou <julien@danjou.info>
2393
2394 * shr.el (shr-width): Make shr-width a defcustom with default to
2395 fill-column.
2396 (shr-tag-img): Use shr-width rather than fill-column.
2397
2398 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
2399
2400 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2401
2402 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2403 position when (X-)Faces exist.
2404 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2405 avatars when called interactively.
2406
2407 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2408
2409 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2410 gnus-article-x-face-too-ugly is bound.
2411
2412 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2413
2414 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2415
2416 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2417 mailbox that doesn't exist.
2418
2419 2010-10-12 Julien Danjou <julien@danjou.info>
2420
2421 * shr.el (shr-tag-img): Encode URL properly when retrieving.
2422 (shr-get-image-data): Encode URL properly when fetching from cache.
2423 (shr-tag-img): Use aligned-to spaces to align correctly images.
2424
2425 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2426 before inserting the Gravatar.
2427
2428 * shr.el (shr-tag-img): Add align attribute support for <img>.
2429
2430 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2431
2432 * gnus-gravatar.el (gnus-art): Require.
2433
2434 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2435 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2436 Remove long obsoleted functions.
2437
2438 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2439
2440 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2441
2442 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2443 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2444 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
2445 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
2446 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
2447 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
2448 Fix comment for declare-function.
2449
2450 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2451
2452 * nnimap.el (nnimap-request-rename-group): Select group read-only
2453 before renaming it.
2454
2455 * shr.el (shr-insert): Fix up the white space only regexp.
2456
2457 * nnimap.el (nnimap-transform-split-mail): Not all articles have
2458 bodies. Protect against this. Reported by Michael Welsh Duggan.
2459
2460 * shr.el (shr-current-column): New function.
2461 (shr-find-fill-point): New function.
2462
2463 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
2464
2465 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2466 numbers.
2467
2468 2010-10-11 Julien Danjou <julien@danjou.info>
2469
2470 * shr.el (shr-hr-line): Add.
2471 (shr-tag-hr): Use shr-hr-line to specify which character to use to
2472 display hr lines.
2473 (shr-max-columns): Do not change state to nil if we just inserting
2474 spaces.
2475
2476 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2477
2478 * gnus-topic.el (gnus-topic-read-group): If after the last group,
2479 select the last group.
2480
2481 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
2482
2483 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2484
2485 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2486
2487 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2488 for Gnus.
2489 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2490 (nnimap-update-qresync-info): Mark \Seen articles as read.
2491
2492 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2493 non-variable, too.
2494
2495 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2496 available.
2497 (nnimap-update-info): Rely more on the current active than the param
2498 active to avoid marking articles as read too much.
2499
2500 * auth-source.el (auth-source-create): Use (user-login-name) for the
2501 user name default.
2502
2503 * nnimap.el (nnimap-update-info): If the server doesn't return any
2504 useful info, just use the previous info.
2505 (nnimap-update-info): Prefer old info over start-article.
2506 (nnimap-update-qresync-info): Finish implementing QRESYNC.
2507
2508 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
2509
2510 * nnir.el (autoload): Clean up autoloads.
2511 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2512 Use key rather than value.
2513 (nnir-imap-search-other): New variable.
2514 (nnir-read-parm): Use it.
2515 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2516 (gnus-summary-nnir-goto-thread): Modify to work with imap.
2517
2518 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2519
2520 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2521 the process, too.
2522
2523 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2524
2525 * spam.el (gnus-summary-mode-map): Bind to "$".
2526 Suggested by Russ Allbery.
2527
2528 * shr.el: Rework the way things are indented by <li> slightly.
2529
2530 * gnus.el (gnus-group-set-parameter): Fix typo.
2531
2532 * nnimap.el: Start implementing QRESYNC support.
2533
2534 2010-10-09 Julien Danjou <julien@danjou.info>
2535
2536 * nnir.el (nnir-engines): Fix too many arguments.
2537
2538 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2539
2540 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2541 group is the "last", so that the backends like nnfolder actually save
2542 their folders.
2543
2544 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2545 try to use that for the tls stream.
2546 (nnimap-retrieve-group-data-early): Rework the marks code to heed
2547 UIDVALIDITY and find out which groups are read-only and not.
2548 (nnimap-get-flags): Use the same marks parsing code as the rest of
2549 nnimap.
2550
2551 2010-10-09 Julien Danjou <julien@danjou.info>
2552
2553 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2554
2555 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2556 retrieving gravatars.
2557
2558 * shr.el (shr-table-corner): Add.
2559 (shr-table-line): Add.
2560 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2561
2562 2010-10-08 Julien Danjou <julien@danjou.info>
2563
2564 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2565
2566 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
2567
2568 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2569
2570 * gnus-sum.el (gnus-mark-article-as-unread)
2571 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2572 (gnus-summary-set-bookmark): Use it.
2573
2574 * gnus-msg.el (gnus-setup-message): Use it.
2575
2576 * gnus-demon.el (gnus-demon-remove-handler): Use it.
2577
2578 * gnus.el (gnus-group-remove-parameter): Use it.
2579
2580 * gnus-group.el (gnus-group-make-web-group): Use it.
2581
2582 * gnus-demon.el (gnus-demon-remove-handler): Use it.
2583
2584 * nnregistry.el: Update docs to mention manual.
2585
2586 * gnus-registry.el: Update docs to mention nnregistry.el.
2587 (gnus-registry-initialize): Don't install nnregistry refer method
2588 automatically.
2589 (gnus-registry-install-nnregistry): Remove it.
2590
2591 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2592
2593 * shr.el (shr-insert): Don't insert double spaces.
2594
2595 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
2596
2597 * gnus-gravatar.el (gnus-treat-from-gravatar)
2598 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2599 called interactively.
2600
2601 * gnus-art.el (gnus-mime-view-part-externally)
2602 (gnus-mime-view-part-internally): Make predicate function passed to
2603 gnus-mime-view-part-as-type assume argument is a mime type, not a list
2604 of a mime type.
2605
2606 * shr.el (shr-table-widths): Don't use cl function `reduce'.
2607
2608 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2609
2610 * shr.el (require): Require cl when compiling.
2611 (shr-tag-hr): New function.
2612
2613 * nnimap.el (nnimap-update-info): Remove double setting of high.
2614 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2615 This makes nnimap work properly on Courier again.
2616
2617 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2618 the variable for backwards compatability.
2619
2620 * mm-decode.el (mm-save-part): If given a non-directory result, expand
2621 the file name before using to avoid setting mm-default-directory to
2622 nil.
2623
2624 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2625 bidning gnus-agent variables.
2626
2627 * shr.el (shr-render-td): Use a cache for the table rendering function
2628 to avoid getting an exponential rendering behaviour in nested tables.
2629 (shr-insert): Rework the line-breaking algorithm.
2630 (shr-insert): Don't leave trailing spaces.
2631 (shr-insert-table): Also insert empty TDs.
2632 (shr-tag-blockquote): Ensure paragraphs after </ul>.
2633
2634 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2635
2636 * gnus-sum.el (gnus-number): Rename from `number'.
2637 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2638 (gnus-summary-limit-children): Update uses correspondingly.
2639
2640 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2641
2642 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2643 (gnus-gravatar-transform-address): Don't show avatars of people of
2644 which mail addresses match gnus-gravatar-too-ugly.
2645
2646 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2647
2648 * shr.el (shr-table-widths): Expand TD elements to fill available
2649 space.
2650
2651 2010-10-07 Julien Danjou <julien@danjou.info>
2652
2653 * nnimap.el (nnimap-request-rename-group): Add this method.
2654
2655 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2656
2657 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2658 name from XEmacs' function-arglist.
2659
2660 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2661 gravatar under XEmacs.
2662
2663 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
2664
2665 * auth-source.el: Update docs with TODO items.
2666
2667 * gnus-sync.el: Update docs to explain state and plans.
2668
2669 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2670 Hooks for mark updates.
2671 (gnus-request-set-mark, gnus-request-update-mark): Use them.
2672
2673 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2674 hooks with arguments, which is needed for mark update hooks.
2675
2676 2010-10-06 Julien Danjou <julien@danjou.info>
2677
2678 * gnus.el (gnus-expand-group-parameter): Only return and act on what
2679 was matched.
2680
2681 * sieve-manage.el: Update example in `Commentary'.
2682
2683 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2684
2685 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2686 not 2000.
2687 (sieve-manage-authenticate): Re-add function.
2688
2689 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2690
2691 * shr.el (shr-insert): Get 'space transition right.
2692 (shr-render-td): Only delete space at the end of the TD.
2693
2694 * nnimap.el (nnimap-open-connection): Prepare to support
2695 open-gnutls-stream.
2696
2697 * shr.el: Rearrange function order to be more logical.
2698
2699 2010-10-06 Julien Danjou <julien@danjou.info>
2700
2701 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2702 (nnrss-discover-feed): Remove 404 URL in docstring.
2703
2704 * nnir.el: Fix Swish-E URL.
2705 Fix Namazu URL.
2706
2707 * message.el (message-change-subject): Remove 404 URL in a comment.
2708
2709 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
2710
2711 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2712 called interactively.
2713
2714 * gnus-util.el (gnus-remove-if): Allow hash table.
2715 (gnus-remove-if-not): New function.
2716
2717 * gnus-art.el (gnus-mime-view-part-as-type)
2718 * gnus-score.el (gnus-summary-score-effect)
2719 * gnus-sum.el (gnus-read-move-group-name):
2720 Replace remove-if-not with gnus-remove-if-not.
2721
2722 * gnus-group.el (gnus-group-completing-read):
2723 Regard collection as a hash table if it is not a list.
2724
2725 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2726
2727 * shr.el (shr-render-td): Allow blank/missing <TD>s.
2728
2729 * shr.el: Document the table-rendering algorithm.
2730
2731 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2732 invalid URLs.
2733
2734 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2735 line-broken.
2736 (shr-tag-img): Ignore image fetching errors.
2737 (shr-overlays-in-region): Compute overlay positions correctly.
2738
2739 * mm-decode.el (mm-shr): Require shr.
2740
2741 * gnus-art.el (gnus-blocked-images): Move variable here.
2742
2743 * shr.el (shr-insert-table): Bind free variable.
2744
2745 * mm-decode.el (mm-shr): Bind shr-content-function.
2746
2747 * shr.el (shr-content-function): New variable.
2748
2749 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2750 added for symmetry.
2751
2752 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2753
2754 * gnus-group.el (gnus-group-make-group): Doc fix.
2755
2756 * nnimap.el (nnimap-request-newgroups): Return success.
2757
2758 * shr.el (shr-find-elements): New function.
2759 (shr-tag-table): Put all the images after the table.
2760 (shr-tag-table): Really inhibit images inside the table.
2761 (shr-collect-overlays): Copy over overlays from the TD elements to the
2762 main document.
2763
2764 * mm-decode.el (mm-shr): Bind shr-blocked-images to
2765 gnus-blocked-images.
2766
2767 2010-10-05 Julien Danjou <julien@danjou.info>
2768
2769 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2770
2771 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2772 (gnus-html-maximum-image-size): Add this function.
2773 (gnus-html-put-image): Use gnus-html-maximum-image-size.
2774
2775 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2776 server-value of the capability is nil.
2777
2778 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2779
2780 * shr.el (shr-tag-em): Add <EM> tag.
2781
2782 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
2783
2784 * sieve-manage.el (sieve-manage-default-stream): Make default stream
2785 customizable.
2786
2787 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2788 handing broken links to browse-url.
2789
2790 2010-10-05 Julien Danjou <julien@danjou.info>
2791
2792 * gnus-util.el (gnus-emacs-completing-read)
2793 (gnus-iswitchb-completing-read): Use autoload rather than require.
2794
2795 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
2796
2797 * gnus-util.el (gnus-completing-read-function): Exclude
2798 gnus-icompleting-read and gnus-ido-completing-read from candidates for
2799 XEmacs since iswitchb.el is very old and ido.el is unavailable in
2800 XEmacs.
2801
2802 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2803 not to use `delete-dups' that is unavailable in XEmacs 21.4.
2804
2805 * gnus-html.el: Don't require help-fns under XEmacs.
2806 (gnus-html-schedule-image-fetching): Work for XEmacs.
2807
2808 * mm-decode.el (mm-shr): Decode contents by charset.
2809
2810 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2811
2812 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2813 unknown.
2814
2815 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2816 (shr-get-image-data): Ensure against the cache file missing.
2817
2818 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2819 for data.
2820
2821 * spam-report.el (spam-report-url-ping-plain): Don't query about
2822 killing the process.
2823
2824 * shr.el (shr-render-td): Protect against too-wide text.
2825
2826 2010-10-04 Julien Danjou <julien@danjou.info>
2827
2828 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2829 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2830
2831 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2832 retrieved.
2833
2834 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2835
2836 * shr.el (browse-url): Require.
2837 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2838 lines.
2839 (shr-show-alt-text, shr-browse-image): New commands.
2840 (shr-browse-url, shr-copy-url): New commands.
2841
2842 * gnus-sum.el (gnus-widen-article-window): New variable.
2843 (gnus-summary-select-article-buffer): Use it.
2844
2845 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2846 without @ signs.
2847
2848 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
2849
2850 * nnir.el (nnir-run-imap): Remove spurious space in search string.
2851
2852 2010-10-04 Julien Danjou <julien@danjou.info>
2853
2854 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2855 for XEmacs.
2856
2857 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2858
2859 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2860
2861 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2862 (nnimap-close-server): Implement.
2863
2864 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2865 (shr-insert): Tweak line breaking.
2866 (shr-insert): Handle <pre> better.
2867 (shr-tag-li): Get <li> indentation right.
2868 (shr-tag-li): Get <li> indentation even righter.
2869 (shr-tag-blockquote): Ensure paragraph start.
2870 (shr-make-table): Tweak table generation.
2871 (shr-make-table): Fix typo.
2872
2873 * shr.el: Implement table rendering.
2874
2875 2010-10-04 Julien Danjou <julien@danjou.info>
2876
2877 * gnus-html.el (gnus-html-put-image): Fix resize image code.
2878
2879 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2880
2881 * shr.el (shr-insert): Use string anchors instead of line anchors.
2882
2883 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2884
2885 * shr.el: Add headings.
2886 (shr-ensure-paragraph): Actually work.
2887 (shr-tag-li): Make <ul> prettier.
2888 (shr-insert): Get white space at the beginning/end of elements right.
2889 (shr-tag-p): Collapse subsequent <p>s.
2890 (shr-ensure-paragraph): Don't insert double line feeds after blank
2891 lines.
2892 (shr-insert): \t is also space.
2893 (shr-tag-s): Fix "s" tag name function.
2894 (shr-tag-s): Fix face prop name.
2895
2896 2010-10-03 Julien Danjou <julien@danjou.info>
2897
2898 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2899
2900 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2901 gnus-window-inside-pixel-edges.
2902
2903 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2904 gnus-ems.
2905
2906 * mm-view.el (mm-inline-image-emacs): Support image resizing.
2907
2908 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2909 function.
2910
2911 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2912 resize choice.
2913
2914 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2915
2916 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2917 beginning of the buffer.
2918
2919 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2920 article buffer again.
2921
2922 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2923
2924 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2925 when it's at the start of the buffer.
2926
2927 * shr.el (shr-tag-blockquote): Convert name.
2928 (shr-rescale-image): Use the right image-size variant.
2929
2930 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2931 buffer isn't shown, then select the current article first instead of
2932 bugging out.
2933 (gnus-summary-select-article-buffer): Show both the article and summary
2934 buffers again.
2935
2936 * shr.el (shr-fontize-cont): Protect against regions with no text.
2937 Rename tag functions to shr-tag-* for enhanced security.
2938 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2939
2940 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
2941
2942 * shr.el (shr-insert):
2943 * pop3.el (pop3-movemail):
2944 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2945 loaded.
2946
2947 2010-10-03 Glenn Morris <rgm@gnu.org>
2948
2949 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2950
2951 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2952
2953 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2954
2955 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2956
2957 * gnus-util.el (gnus-make-local-hook): Simplify.
2958
2959 2010-10-02 Julien Danjou <julien@danjou.info>
2960
2961 * gnus-util.el (gnus-iswitchb-completing-read): New function.
2962 (gnus-ido-completing-read): New function.
2963 (gnus-emacs-completing-read): New function.
2964 (gnus-completing-read): Use gnus-completing-read-function.
2965 Add gnus-completing-read-function.
2966
2967 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2968
2969 * shr.el (shr-insert-document): Autoload.
2970 (shr-img): Be silent.
2971 (shr-insert): Add a newline after every picture before text.
2972 (shr-add-font): Use overlays for combining faces.
2973 (shr-insert): Pass upwards the text start point.
2974
2975 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2976 possible.
2977 (mm-shr): New function.
2978
2979 2010-10-02 Julien Danjou <julien@danjou.info>
2980
2981 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2982 should go backward.
2983
2984 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
2985
2986 * shr.el (shr): Fix typo in provide call.
2987
2988 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2989
2990 * shr.el: New file.
2991
2992 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2993
2994 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2995 completing read.
2996
2997 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2998
2999 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3000 we're being queried about. Suggested by Dan Jacobson.
3001
3002 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3003 Suggested by Jason Eisner.
3004
3005 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3006 table, too. Suggested by Stefan Wiens.
3007 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3008 the table unnecessary. Suggested by Stefan Wiens.
3009
3010 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3011 longer needed, and probably doesn't work either, as pointed out by
3012 Stefan Wiens.
3013 (gnus-summary-exit): Remove call to the clearing function.
3014 (gnus-summary-exit-no-update): Ditto.
3015
3016 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3017 instead of gnus-eval-in-buffer-window to avoid popping up frames.
3018 Reported by Stefan Monnier.
3019 (gnus-summary-save-in-rmail): Ditto.
3020
3021 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3022 article buffer, instead of both the article buffer and the summary
3023 buffer. Sort of suggested by Dan Jacobson.
3024
3025 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3026
3027 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3028 Suggested by Dan Jacobson.
3029
3030 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3031 documentation clearer.
3032
3033 * message.el (message-shorten-references): Comment on the number "21".
3034 Suggested by Stefan Monnier.
3035
3036 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3037 Suggested by Dan Jacobson.
3038
3039 * gnus.el (gnus-large-newsgroup):
3040 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
3041
3042 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3043 externalize attachments. Bug reported by Steve Wen.
3044
3045 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3046 really message anything to the user.
3047
3048 * nnmail.el (nnmail-article-group): Allow using the fancy split method
3049 directly.
3050
3051 * nnimap.el (nnimap-request-group): Low higher than high to signal no
3052 messages in empty groups.
3053
3054 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
3055
3056 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3057 non-UIDNEXT group.
3058
3059 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3060
3061 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3062 not the value from the collection.
3063
3064 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3065 values. This sometimes happens on some groups that have no info.
3066 (nnimap-request-newgroups): New function.
3067
3068 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
3069
3070 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3071 check into `gnus-registry-initialize'.
3072 (gnus-registry-initialize): Ditto.
3073 Fix and extend header docs.
3074
3075 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3076
3077 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3078 regexp backtrace overflows.
3079
3080 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3081 for starttls that tls.el implements; i.e. openssl.
3082
3083 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
3084
3085 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3086 (gravatar-create-image): New function that's an alias to
3087 gnus-xmas-create-image, gnus-create-image, or create-image.
3088 (gravatar-data->image): Use it.
3089
3090 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
3091
3092 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3093 install the nnregistry refer method.
3094 (gnus-registry-install-hooks): Use it.
3095 (gnus-registry-unfollowed-groups): Add nnmairix to the default
3096 unfollowed groups.
3097
3098 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
3099
3100 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3101 expanding threads.
3102
3103 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3104
3105 * nnir.el: Use the server names without suffixes (bug #7009).
3106
3107 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3108 unencrypted to STARTTLS, if possible.
3109
3110 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3111
3112 * message.el (message-ignored-supersedes-headers): Strip Injection-*
3113 headers before superseding.
3114
3115 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3116
3117 * nnrss.el (nnrss-use-local): Add documentation.
3118
3119 * nnimap.el (nnimap-extend-tls-programs): New function.
3120 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3121 (nnimap-wait-for-connection): Accept the greeting from the stupid
3122 output from openssl s_client -starttls, too.
3123
3124 * nnimap.el (nnimap-find-article-by-message-id): Really return the
3125 article number.
3126 (nnimap-split-fancy): New variable.
3127 (nnimap-split-incoming-mail): Use it.
3128
3129 * nntp.el (nntp-server-list-active-group): Document.
3130
3131 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3132 SELECT to get the message-id.
3133
3134 * mail-source.el (mail-sources): Remove webmail support.
3135 (defvar): Ditto.
3136 (mail-source-fetcher-alist): Ditto.
3137 (mail-source-fetch-webmail): Remove.
3138
3139 * webmail.el: Remove -- doesn't seem relevant any more.
3140
3141 * gnus.el: Fix up make-obsolete-variable declarations throughout.
3142
3143 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3144 the \r.
3145
3146 2010-09-30 Julien Danjou <julien@danjou.info>
3147
3148 * gnus-agent.el (gnus-agent-add-group): Fix call to
3149 gnus-completing-read.
3150
3151 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3152
3153 * nndoc.el (nndoc-retrieve-groups): New function.
3154
3155 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3156 `default', use nnmail-split-methods.
3157 (nnimap-request-article): Downcase the NILs so that they are nil.
3158
3159 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3160 symbol.
3161
3162 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3163 code, since if the user has requested network, that's what they ought
3164 to get.
3165 (nnimap-request-set-mark): Erase the buffer before issuing commands.
3166 (nnimap-split-rule): Mark as obsolete.
3167
3168 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3169 New variable.
3170
3171 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3172 correct slot, too.
3173
3174 2010-09-29 Julien Danjou <julien@danjou.info>
3175
3176 * gnus.el (gnus-local-domain): Declare variable obsolete.
3177
3178 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3179 Fix history computing.
3180 (gnus-ido-completing-read): Require ido.
3181
3182 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3183
3184 * gnus-registry.el: Don't prompt on load, which makes it impossible to
3185 build Gnus.
3186
3187 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3188 when interpreting the structures.
3189 (nnimap-request-accept-article): Add \r\n to the lines to make this
3190 work with Cyrus.
3191
3192 * nndraft.el (nndraft-request-expire-articles): Use the group name
3193 instead if "nndraft". Fix found by Nils Ackermann.
3194
3195 2010-09-29 Ludovic Courtes <ludo@gnu.org>
3196
3197 * nnregistry.el: Add.
3198
3199 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
3200
3201 * nnmail.el (group, group-art-list, group-art):
3202 Remove unneeded directives.
3203
3204 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
3205
3206 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3207 (mm-mime-charset)
3208 * rfc2047.el (rfc2047-syntax-table)
3209 * utf7.el (utf7-utf-16-coding-system): Comment fix.
3210
3211 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3212 rather than `insert-file-contents' and `eval-region'.
3213
3214 2010-09-29 Julien Danjou <julien@danjou.info>
3215
3216 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3217 replacement of `gnus-gravatar-relief' to mimic
3218 `gnus-faces-properties-alist'.
3219 Add :version property.
3220
3221 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
3222
3223 * mail-source.el (mail-source-report-new-mail)
3224 * message.el (message-default-mail-headers)
3225 * mm-decode.el (mm-valid-image-format-p): Comment fix.
3226
3227 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3228
3229 2010-09-28 Julien Danjou <julien@danjou.info>
3230
3231 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3232 mail-address contains the same string as real-name.
3233
3234 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3235 non-blank in header, otherwise it'll get stripped.
3236
3237 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3238 real-name, and then for mail address rather than doing : or , search.
3239
3240 2010-09-27 Julien Danjou <julien@danjou.info>
3241
3242 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3243 right completing-read function.
3244 (gnus-use-ido): New variable
3245 (gnus-completing-read-with-default): Remove.
3246 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3247 (gnus-agent-add-group):
3248 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3249 * mm-view.el (mm-view-pkcs7-decrypt):
3250 * mm-util.el (mm-codepage-setup):
3251 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3252 * mml-smime.el (mml-smime-openssl-sign-query):
3253 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3254 (mml-insert-multipart):
3255 * gnus-msg.el (gnus-summary-yank-message):
3256 * gnus-int.el (gnus-start-news-server):
3257 * mm-decode.el (mm-interactively-view-part):
3258 * gnus-dired.el (gnus-dired-attach):
3259 * gnus.el (gnus-read-method):
3260 * gnus-bookmark.el (gnus-bookmark-jump):
3261 * gnus-art.el (gnus-mime-view-part-as-type)
3262 (gnus-mime-action-on-part, gnus-article-encrypt-body):
3263 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3264 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3265 * nnmairix.el (nnmairix-create-server-and-default-group)
3266 (nnmairix-update-groups, nnmairix-get-server)
3267 (nnmairix-backend-to-server, nnmairix-goto-original-article)
3268 (nnmairix-get-group-from-file-path):
3269 * nnrss.el (nnrss-find-rss-via-syndic8):
3270 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3271 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3272 (gnus-group-browse-foreign-server):
3273 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3274 (gnus-summary-execute-command, gnus-summary-respool-article)
3275 (gnus-read-move-group-name):
3276 * gnus-score.el (gnus-summary-increase-score)
3277 (gnus-summary-score-effect):
3278 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3279
3280 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
3281
3282 * nnimap.el (auth-source-forget-user-or-password)
3283 (auth-source-user-or-password): Autoload.
3284
3285 * message.el (message-from-style, message-interactive)
3286 (message-signature): Remove comment.
3287 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
3288 always.
3289 (message-sendmail-envelope-from): Comment fix.
3290 (message-yank-prefix): Default to mail-yank-prefix always.
3291 (message-indentation-spaces):
3292 Default to mail-indentation-spaces always.
3293 (message-signature-file): Default to mail-signature-file always.
3294
3295 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3296
3297 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3298 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3299 new articles.
3300
3301 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3302 parts.
3303 (nnimap-request-article): Work with the t setting, too.
3304
3305 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3306 that you don't get flashes of other buffers.
3307 (gnus-summary-show-complete-article): Intern before setting.
3308
3309 2010-09-27 David Engster <dengste@eml.cc>
3310
3311 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3312 well as HEADERS.
3313 (nnmairix-retrieve-headers): Provide new argument for the above.
3314
3315 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3316
3317 * gnus-sum.el (gnus-summary-move-article): Don't alter
3318 gnus-newsgroup-active. This makes `/ N' work after copying to the same
3319 group.
3320
3321 * nnimap.el (nnimap-update-info): Don't destructively alter active.
3322
3323 * message.el (message-cite-prefix-regexp): Revert my last edit.
3324
3325 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3326 variable instead of the Gnus variable.
3327
3328 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3329
3330 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3331
3332 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3333 since some servers don't like it.
3334 (nnimap-open-connection): Forget credentials if the server says the
3335 password was wrong.
3336 (nnimap-parse-line): Protect against invalid data.
3337
3338 * gnus-sum.el (gnus-summary-move-article): Add comment.
3339 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3340 nothing alters it while scanning for new messages.
3341
3342 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3343 which may or may not help.
3344 (nnimap-open-connection): If we're doing a stream connection, and then
3345 discover we're on a STARTTLS-capable server, then open a STARTTLS
3346 connection instead.
3347
3348 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3349
3350 * nnimap.el (utf7): Require.
3351
3352 * message.el (message-cite-prefix-regexp): Remove "}" from citation
3353 prefix.
3354
3355 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
3356
3357 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3358
3359 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3360
3361 * nnimap.el (nnimap-request-accept-article): Message the error on
3362 error.
3363
3364 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
3365
3366 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3367
3368 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3369
3370 * nndoc.el (nndoc-request-list): Return success always.
3371
3372 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3373 `fetch-old' -- we only want to fetch the articles we've requested.
3374 The rest are in the agent, probably.
3375 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3376 disappeared server" to something low. It's not important.
3377
3378 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3379 arrived before the FETCH data.
3380
3381 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3382 target here, because we don't know the Gnus name of the group.
3383
3384 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3385 for the correct group.
3386
3387 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3388
3389 * gnus.el (gnus): Give a final warning after startup.
3390
3391 * gnus-util.el (gnus-action-message-log): New variable.
3392 (gnus-message): Use it.
3393 (gnus-final-warning): New function.
3394
3395 * nnimap.el (nnimap-open-connection): Record the greeting.
3396 (nnimap): Add greeting.
3397
3398 2010-09-26 Julien Danjou <julien@danjou.info>
3399
3400 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3401 arguments.
3402 (gnus-html-wash-images): Fix spec computing to include start/end.
3403
3404 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3405
3406 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3407
3408 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3409 deletion.
3410 (nnimap-retrieve-headers): Don't select the group, because that's
3411 already done by nnimap-possibly-change-group.
3412
3413 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3414 (gnus-picon-transform-address): Use it.
3415
3416 * mail-source.el (mail-source-value): Revert previous patch.
3417
3418 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3419 on failure.
3420 (nnimap-open-connection): Look up both virtual and physical server name
3421 credentials.
3422
3423 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3424
3425 2009-02-08 Dave Love <fx@gnu.org>
3426
3427 * gnus-win.el (gnus-window-to-buffer-helper)
3428 (gnus-all-windows-visible-p): Function needn't be a symbol.
3429
3430 * mail-source.el (mail-source-value): Function needn't be a symbol.
3431
3432 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3433
3434 * message.el (message-cite-prefix-regexp): Remove } from the cite
3435 prefix.
3436
3437 * gnus-art.el (gnus-treatment-function-alist): Do picons before
3438 highlight again, so that the highlight is correct.
3439
3440 * gnus-picon.el (gnus-picon): Remove again.
3441 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3442
3443 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3444 doing the header highlightling, so that the background colour of the
3445 picon is correct.
3446
3447 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3448 (gnus-picon): Ditto.
3449 (gnus-picon): Reinstate. The background colour for picons is white.
3450 (gnus-picon-insert-glyph): Make the background white.
3451
3452 * nnml.el (nnml-open-nov): Don't return dead buffers.
3453
3454 * auth-source.el (auth-source-create): Query the user for whether to
3455 store the credentials.
3456
3457 * auth-source.el (auth-source-user-or-password): Use the existing auth
3458 sources, if any, for creation.
3459
3460 * gnus.el (gnus-group-fast-parameter): Return the last matching
3461 parameter instead of the first matching parameter.
3462
3463 2010-09-26 Julien Danjou <julien@danjou.info>
3464
3465 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3466
3467 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3468
3469 * mml2015.el (mml2015-use): Remove gpg support.
3470
3471 * mml1991.el (mml1991-function-alist): Remove gpg function.
3472 (mml1991-gpg-sign): Remove.
3473
3474 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
3475
3476 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3477 (gnus-browse-unsubscribe-current-group): Document it.
3478 (gnus-browse-unsubscribe-group): Use it.
3479
3480 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3481
3482 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3483 address to the To list for easier response.
3484
3485 * gnus.el (gnus-play-startup-jingle): Remove.
3486 (gnus-splash): Don't play jingle.
3487 (gnus): Silence gnus-load message.
3488
3489 * gnus-art.el (gnus-treat-play-sounds): Remove.
3490
3491 * gnus.el (gnus-play-jingle): Remove audio support.
3492
3493 * gnus-cus.el (gnus-score-customize): Remove audio reference.
3494
3495 * earcon.el: Remove -- no users.
3496
3497 * gnus-audio.el: Remove -- no users of this package.
3498
3499 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3500
3501 * gnus-start.el (gnus-setup-news): Remove nocem support.
3502
3503 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3504
3505 * gnus.el (gnus-use-nocem): Remove.
3506
3507 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3508 Remove.
3509
3510 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
3511 uses NoCeM any more.
3512
3513 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3514 (gnus-button-ctan-handler): Ditto.
3515 (gnus-button-handle-ctan-bogus-regexp): Ditto.
3516 (gnus-button-ctan-directory-regexp): Ditto.
3517 (gnus-button-handle-ctan): Ditto.
3518 (gnus-button-tex-level): Ditto.
3519 (gnus-button-alist): Remove CTAN stuff.
3520
3521 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3522
3523 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3524 nnimap-streaming test.
3525
3526 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3527 servers twice.
3528
3529 * nnimap.el (nnimap-open-connection): Add more error reporting when
3530 nnimap fails early.
3531
3532 * nnheader.el (nnheader-get-report-string): New function.
3533 (nnheader-get-report): Use it.
3534
3535 * gnus-int.el (gnus-check-server): Say what the error was when opening
3536 failed.
3537
3538 * nnimap.el (nnimap-wait-for-response): Search further when we're not
3539 using streaming.
3540
3541 2010-09-25 Julien Danjou <julien@danjou.info>
3542
3543 * gnus-html.el (gnus-html-rescale-image): Use our defalias
3544 gnus-window-inside-pixel-edges.
3545
3546 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3547
3548 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3549
3550 * mm-decode.el (mm-save-part): Allow saving to other directories the
3551 normal Emacs way.
3552
3553 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3554 Suggested by Jay Berkenbilt.
3555
3556 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3557 there isn't a single byte.
3558
3559 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3560 just do it. It doesn't really seem to matter what the user responds
3561 here, I think, so it's just a confusing question.
3562
3563 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3564 non-streaming case.
3565
3566 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3567 (gnus-article-encrypt-body): Use it.
3568
3569 * gnus-sum.el (gnus-summary-show-complete-article): New command and
3570 keystroke.
3571
3572 * nnimap.el (nnimap-find-wanted-parts-1):
3573 Use gnus-fetch-partial-articles.
3574
3575 * gnus-art.el (gnus-fetch-partial-articles): New variable.
3576
3577 * nnimap.el (nnimap-insert-partial-structure): New function.
3578 (nnimap-get-partial-article): New function.
3579 (nnimap-request-article): Use it.
3580 (nnimap-wait-for-response): Return whether the wait was successful.
3581 (nnimap-finish-retrieve-group-infos): Don't do anything if the
3582 retrieval wasn't successful.
3583 (nnimap-retrieve-group-data-early): Allow throttling servers.
3584 (nnimap-streaming): New variable.
3585 (nnimap-fetch-partial-articles): Remove.
3586
3587 * mm-decode.el (mm-with-part): Protect against killed buffers.
3588
3589 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3590 for prettier summary display.
3591
3592 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
3593
3594 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3595
3596 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3597
3598 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3599 apparently third-party libraries depend on it.
3600
3601 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3602 before starting negotiation.
3603
3604 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3605 privacy reasons.
3606 (gnus-treat-mail-gravatar): Ditto.
3607
3608 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3609 buffer when inserting images. Inserting text into the headers, for
3610 instance, can make them invalid.
3611
3612 2010-09-25 Julien Danjou <julien@danjou.info>
3613
3614 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3615 variables.
3616
3617 * nnheader.el: Remove useless variables news-reply-yank-from and
3618 news-reply-yank-message-id.
3619
3620 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3621 variables.
3622
3623 * mml1991.el: Remove useless mml1991-verbose.
3624
3625 * gnus.el: Remove useless variable gnus-use-generic-from.
3626 Remove obsolete variable gnus-topic-indentation.
3627
3628 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3629
3630 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3631
3632 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3633
3634 * gnus-group.el: Remove useless gnus-group-icon-cache.
3635 Remove useless gnus-ephemeral-group-server.
3636
3637 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3638
3639 * mml2015.el: Remove useless mml2015-verbose.
3640
3641 * mml-smime.el: Remove useless mml-smime-verbose.
3642
3643 * gnus.el: Remove useless gnus-local-domain.
3644
3645 * gnus-gravatar.el (gnus-gravatar-transform-address):
3646 Use gnus-gravatar-size.
3647
3648 * gnus-art.el: Remove useless gnus-treat-translate.
3649
3650 2010-09-24 Julien Danjou <julien@danjou.info>
3651
3652 * gnus-sum.el: Add support for Gravatars.
3653
3654 * gnus-art.el: Add support for Gravatars.
3655
3656 * gnus-gravatar.el: Add this file.
3657
3658 * gravatar.el: Add this file.
3659
3660 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3661
3662 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3663
3664 * gnus-group.el (gnus-group-fetch-faq): Remove.
3665
3666 * gnus.el (gnus-group-faq-directory): Remove.
3667
3668 * gnus-group.el (gnus-group-fetch-charter): Remove.
3669
3670 * gnus.el (gnus-group-charter-alist): Remove.
3671
3672 * gnus-group.el (gnus-group-archive-directory): Remove.
3673 (gnus-group-recent-archive-directory): Ditto.
3674 (gnus-group-make-archive-group): Remove.
3675
3676 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3677
3678 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3679 use the same article number for all the cached articles.
3680
3681 * nnimap.el (nnimap-command): Register the last command time so
3682 that we can use it for idling NOOPs.
3683 (nnimap-open-connection): Start the keeplive timer.
3684 (nnimap-make-process-buffer): Store all the process buffers.
3685 (nnimap-keepalive): New function.
3686
3687 * starttls.el (starttls-open-stream): Add autoload cookie.
3688
3689 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3690
3691 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3692 handling.
3693
3694 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3695
3696 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3697 its data structures.
3698
3699 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3700 instead of the cl.el copy-list.
3701 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3702 equalp.
3703
3704 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3705
3706 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3707 and tool-bar-local-item-from-menu.
3708
3709 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3710 mode-line-highlight face for Emacs.
3711
3712 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3713 loading gnus-sum.elc; fix comment for canlock-verify.
3714 (gnus-article-jump-to-part): Use read-number.
3715 (gnus-insert-mime-button, gnus-insert-mime-security-button):
3716 Remove Emacs pre-21 compatible code for help-echo.
3717 (gnus-article-next-page-1): No need to adjust the number of lines.
3718 (gnus-article-describe-bindings): Always use help-buffer.
3719
3720 * gnus-audio.el (gnus-audio-inline-sound)
3721 * gnus-cus.el (gnus-custom-mode)
3722 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3723
3724 * gnus-sum.el (gnus-remove-overlays): Doc fix.
3725
3726 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3727 compatible code.
3728
3729 2010-09-24 Glenn Morris <rgm@gnu.org>
3730
3731 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3732 visiting the fcc file in rmail-mode.
3733
3734 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3735
3736 * nnir.el: Silence the byte compiler.
3737
3738 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3739 alias to browse-url-url-encode-chars if any.
3740 (gnus-html-encode-url): Use it.
3741
3742 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3743
3744 * gnus-start.el (gnus-use-backend-marks): New variable.
3745 (gnus-get-unread-articles-in-group): Use it.
3746
3747 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3748 makeover.
3749
3750 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
3751
3752 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3753
3754 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3755
3756 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3757 Remove.
3758 (gnus-setup-news-hook):
3759 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3760
3761 * gnus-int.el (gnus-request-update-info): Protect against backends not
3762 having the function.
3763
3764 * nnimap.el (nnimap-stream): Mention starttls.
3765 (nnimap-open-connection): Add starttls support.
3766
3767 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
3768
3769 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3770
3771 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3772
3773 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3774 BODYSTRUCTUREs.
3775 (nnimap-transform-headers): Unfold quoted {42} headers.
3776
3777 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3778 the info.
3779 (gnus-get-unread-articles): Only call updatep on backends that support
3780 it.
3781
3782 * nnweb.el (nnweb-request-update-info): NOOP.
3783
3784 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3785
3786 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3787 since it only deals with marks.
3788
3789 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3790 gnus-request-marks, and make a new gnus-request-update-info.
3791
3792 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3793 the active instead of the high number, which is usually too low.
3794
3795 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
3796
3797 * encrypt.el: Remove.
3798
3799 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3800
3801 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3802 server in symbolic form.
3803
3804 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3805
3806 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3807
3808 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3809 (nnimap-update-info): Fix up code slightly.
3810
3811 * gnus-int.el (gnus-open-server): Add tracing for performance
3812 debugging.
3813
3814 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3815 (gnus-group-insert-group-line): Pass the real group name so that it
3816 gets the right data.
3817
3818 * gnus-start.el (gnus-get-unread-articles): Don't have
3819 `gnus-get-unread-articles-in-group' update info, since that can be
3820 really slow and doesn't seem to be needed?
3821
3822 2010-09-22 Julien Danjou <julien@danjou.info>
3823
3824 * gnus-group.el (gnus-group-insert-group-line):
3825 Call gnus-group-highlight-line.
3826 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3827 default hook list.
3828 (gnus-group-update-eval-form): Add new function.
3829 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3830 (gnus-group-get-icon): Use gnus-group-update-eval-form.
3831
3832 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3833
3834 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3835 immediate, then expire all articles.
3836 (nnimap-update-info): Fix off-by-one errors.
3837 (nnimap-flags-to-marks): Would return no marks lists for group with no
3838 flags. Instead return the other data.
3839
3840 2010-09-22 Julien Danjou <julien@danjou.info>
3841
3842 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3843 Only return an icon.
3844 (gnus-group-insert-group-line): Compute icon to return.
3845
3846 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3847 (gnus-html-image-fetched): Only cache if
3848 gnus-html-image-automatic-caching is set.
3849 (gnus-html-image-fetched): Check for errors.
3850
3851 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3852
3853 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3854 once per method on `g'. This ensures that backends like nnfolder don't
3855 open all their folders.
3856
3857 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3858 (nnimap-request-list): Nix out group in the correct buffer.
3859 (nnimap-parse-flags): Implement by using `read' instead of
3860 hand-parsing.
3861 (nnimap-flags-to-marks): Pass on permanent-flags.
3862 (nnimap-make-process-buffer): Record the server name.
3863 (nnimap-parse-flags): Fix typo.
3864 (nnimap-request-scan): Run split on the server in general, not just a
3865 single group.
3866
3867 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3868 parameter, and propagate this downwards.
3869
3870 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3871 since EXAMINE changes it on the server.
3872
3873 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3874 this command might take a while.
3875
3876 2010-09-22 Julien Danjou <julien@danjou.info>
3877
3878 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
3879 harmful if you have 2 images side-by-side, they can't be properly
3880 update on text deletion. Using text-property is safer here.
3881 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3882 data.
3883
3884 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3885
3886 * nnimap.el (nnimap-expunge-inbox): Remove.
3887 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3888 (nnimap-expunge): Flip default to t.
3889
3890 * gnus.el (gnus-method-to-server): Don't push things to the cache
3891 unless it's unique.
3892 (gnus-server-to-method): Ditto.
3893
3894 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
3895
3896 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3897
3898 2010-09-22 Julien Danjou <julien@danjou.info>
3899
3900 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3901 get the start of data.
3902 (gnus-html-encode-url): Add this function to encode special chars in
3903 URL.
3904 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3905 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3906
3907 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3908 default.
3909 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3910
3911 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3912 images alt-text.
3913 (gnus-html-put-image): Put alt-text as help-echo.
3914
3915 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3916
3917 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3918 * mm-util.el (mm-decompress-buffer)
3919 * nnir.el (nnir-run-find-grep)
3920 * pop3.el (pop3-list): Use 3rd arg of split-string.
3921
3922 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3923
3924 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3925 outside the active range. Suggested by Dan Christensen.
3926
3927 * gnus-start.el (gnus-get-unread-articles): Get the extended method
3928 slightly later to avoid double-getting it.
3929
3930 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3931 previous patch.
3932
3933 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3934
3935 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
3936
3937 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3938
3939 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3940
3941 * gnus-int.el (gnus-open-server): Give a better error message in the
3942 "go offline" case.
3943
3944 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3945 marks for nnimap, which is seldom the right thing to do.
3946
3947 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3948 (gnus-same-method-different-name): New function.
3949
3950 * nnimap.el (parse-time): Require.
3951
3952 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3953 method in the presence of many similar methods.
3954
3955 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3956
3957 * nnimap.el (nnimap-find-expired-articles): Don't refer to
3958 nnml-inhibit-expiry.
3959
3960 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3961 find out whether methods are equal.
3962
3963 * nnimap.el (nnimap-find-expired-articles): New function.
3964 (nnimap-process-expiry-targets): New function.
3965 (nnimap-request-move-article): Request the article before looking at
3966 what the Message-ID is. Fix found by Andrew Cohen.
3967 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3968
3969 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3970 for oldness in addition to being a predicate.
3971
3972 * nnimap.el (nnimap-request-group): When we have zero articles, return
3973 the right data to Gnus.
3974 (nnimap-request-expire-articles): Only delete articles immediately if
3975 the target is 'delete.
3976
3977 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3978 method, this would bug out.
3979
3980 * gnus-group.el (gnus-group-expunge-group): Rename from
3981 gnus-group-nnimap-expunge, and implemented as a normal interface
3982 function.
3983
3984 * gnus-int.el (gnus-request-expunge-group): New function.
3985
3986 * nnimap.el (nnimap-request-create-group): Implement.
3987 (nnimap-request-expunge-group): New function.
3988
3989 2010-09-21 Julien Danjou <julien@danjou.info>
3990
3991 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3992 (gnus-html-cache-expired): Add new function.
3993 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3994 wethever we should display image for fetch it.
3995 Compute alt-text earlier to pass it to the fetching function too.
3996 (gnus-html-schedule-image-fetching): Change function argument to only
3997 get one image at a time, not a list.
3998 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3999 cache.
4000 (gnus-html-get-image-data): New function to retrieve image data from
4001 cache.
4002 (gnus-html-put-image): Change buffer argument to use image data rather
4003 than file, and place image above region rather than inserting a new
4004 one. Do not take alt-text as argument, since it's useless now: we place
4005 the image above alt-text.
4006 (gnus-html-prune-cache): Remove.
4007 (gnus-html-show-images): Start to fetch image when we find one, do not
4008 push into a temporary list.
4009 (gnus-html-prefetch-images): Only fetch image if they have expired.
4010 (gnus-html-browse-image): Fix, use 'gnus-image-url.
4011 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4012
4013 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4014
4015 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4016
4017 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4018
4019 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4020 spec inser "*" if the group isn't active instead of 0.
4021
4022 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4023 opening the server.
4024 (nnimap-request-delete-group): Implement group deletion.
4025 (nnimap-transform-headers): Return the size of the entire message in
4026 the Bytes header, not just the size of the first part.
4027 (nnimap-request-move-article): When moving an article from nnimap,
4028 request the article first so the accepting form has an article to
4029 accept. Reported by Dan Christensen.
4030 (nnimap-command): Make sure that the error message doesn't error out.
4031
4032 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
4033
4034 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4035 we haven't requested anything.
4036
4037 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4038
4039 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4040 "". Fix found by Andrew Cohen.
4041
4042 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4043 instead of -encode-string.
4044
4045 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4046
4047 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4048
4049 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4050 by mm-subst-char-in-string.
4051
4052 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4053
4054 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4055 waiting for the connection string.
4056
4057 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4058 arriving.
4059
4060 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4061 bogus characters. This allows selecting certain Gmail groups.
4062
4063 * nnimap.el (nnimap-find-wanted-parts-1): New function.
4064 (nnimap-fetch-partial-articles): New variable.
4065 (nnimap-open-connection): When looking for credentials, also use the
4066 nnimap-server-port.
4067 (nnimap-request-article): Return the group/article number, so that Gnus
4068 `^' works as expected.
4069 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4070
4071 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4072 comments.
4073 (gnus-methods-sloppily-equal): New function.
4074 (gnus): When using the development version of Gnus, load the gnus-load
4075 file.
4076
4077 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4078 `gnus-open-server' on each method before trying to scan them etc.
4079 This ensures that all the backend parameters are set correctly.
4080
4081 * nnimap.el (nnimap-authenticator): New variable.
4082 (nnimap-open-connection): Allow anonymous login.
4083 (nnimap-transform-headers): The chars header is called Chars not Bytes.
4084 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4085
4086 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4087 patch, found by Knut Anders Hatlen.
4088
4089 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
4090
4091 * gnus-agent.el (gnus-agent-batch-confirmation)
4092 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4093 to gnus-message.
4094 * gnus-art.el (gnus-article-describe-briefly): Likewise.
4095 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4096 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4097 * gnus-int.el (gnus-open-server): Likewise.
4098 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4099 (gnus-score-check-syntax): Likewise.
4100 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4101 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4102 Likewise.
4103 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4104
4105 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4106
4107 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4108 calling conventions so that prefetch doesn't bug out.
4109
4110 2010-09-19 Julien Danjou <julien@danjou.info>
4111
4112 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4113 rather than `subst-char-in-region' in order to be able to replace ASCII
4114 char by UTF-8 ones.
4115
4116 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4117 than curl.
4118 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4119 the right URL and ALT text on images.
4120 (gnus-html-wash-tags): Fix tag case.
4121 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
4122 (gnus-article-html): Add -o display_ins_del=2 option.
4123 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4124
4125 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4126
4127 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4128 the extra mail headers, which sometimes seem to happen for unknown
4129 reasons.
4130
4131 * mail-parse.el (mail-header-encode-parameter): Define as
4132 rfc2045-encode-string instead of as rfc2231-encode-string, since some
4133 (or most, perhaps?) mail readers don't understand the latter, but do
4134 understand the former.
4135
4136 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4137 to nil, so that no methods are automatically agentized. I think this
4138 is probably what most users want.
4139
4140 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4141 from url-retrieve, for instance about invalid URLs.
4142
4143 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4144 groups that have no articles.
4145 (nnimap-request-article): Check that we really got an article when we
4146 requested one.
4147
4148 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4149 doesn't exist.
4150
4151 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4152 nntp buffer so the agent can save it.
4153 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4154 that CRLF doesn't get translated to \n.
4155 (nnimap-open-connection): Don't make 'shell commands only send \n.
4156
4157 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4158
4159 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4160 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4161 Update var name.
4162 (nnml-generate-nov-file): Use dolist.
4163 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4164 Use with-current-buffer.
4165
4166 2010-09-18 Julien Danjou <julien@danjou.info>
4167
4168 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4169 parallel.
4170
4171 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4172
4173 * nnimap.el (nnimap-update-info): When doing partial marks update, get
4174 the range update right.
4175 (nnimap-request-group): Don't make `M-g' bug out on group with no
4176 marks.
4177 (nnoo): Require, so that other packages can require nnimap.
4178 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4179 command we're looking for. This helps when the server sends more
4180 responses after we've gotten everything we expected.
4181 (nnimap): Add a `newlinep' field to keep track of end-of-line
4182 conventions.
4183 Don't send CRLF to things that don't want it.
4184 (nnimap-request-accept-article): Ditto.
4185
4186 2010-09-18 Julien Danjou <julien@danjou.info>
4187
4188 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4189 than curl to retrieve images.
4190
4191 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4192
4193 * nnimap.el (nnimap-update-info): Extend the info so that we can set
4194 the marks.
4195 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4196 (nnimap-wait-for-connection): New function.
4197 (nnimap-open-connection): If we have PREAUTH, don't query for login
4198 credentials.
4199 (nnimap-update-info): Fix off-by-one error when concatenating ranges
4200 when doing a partial update.
4201
4202 2010-09-18 Julien Danjou <julien@danjou.info>
4203
4204 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4205 tags.
4206
4207 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4208
4209 * nnimap.el (nnimap-credentials): New function.
4210 (nnimap-open-connection): Use the new function to look for credentials
4211 also on the numeric equivalents of "imap" and "imaps".
4212
4213 * gnus-start.el (gnus-activate-group): Send the info to
4214 gnus-request-group.
4215
4216 * nnimap.el (nnimap-request-group): Have the "check" version of the
4217 function parse flags and update the info, so that a `M-g' get a total
4218 resync of all flags from the group.
4219
4220 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4221 to allow backends to alter the info on group selection. Also alter all
4222 the backend -request-group functions to take the parameter.
4223
4224 * nnimap.el (nnimap-store-info): New function.
4225 (nnimap-update-info): Store the info for later usage.
4226 (nnimap-request-group): Use the stored info for the dont-check case, so
4227 that we don't retrieve all marks when we enter a group.
4228
4229 * nnimap.el: Use deffoo instead of defun for interface functions.
4230
4231 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4232 update the group info. This makes the nndraft groups, for instance, go
4233 back to their old behaviour.
4234
4235 * gnus-sum.el (gnus-select-newsgroup): Indent.
4236
4237 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4238 in.
4239 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4240 nothing.
4241
4242 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4243 from methods that are denied.
4244
4245 * gnus-int.el (gnus-method-denied-p): New function.
4246
4247 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4248 store the password instead of netrc.
4249 (nnimap-open-connection): Don't error out when we can't make a
4250 connections.
4251
4252 * auth-source.el (auth-source-create): In the password prompt, say what
4253 we're querying for. Also prompt for user name if that hasn't been
4254 given.
4255
4256 * nnimap.el (nnimap-with-process-buffer): Remove.
4257
4258 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4259
4260 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4261 method when we're reading from the agent.
4262
4263 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4264
4265 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4266 that's probably most useful for users.
4267
4268 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4269 "failed" all the time.
4270
4271 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4272 ...)) with (with-current-buffer ... ).
4273
4274 * nntp.el (nntp-open-server): Return whether the open was successful or
4275 not.
4276
4277 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4278 select an unread unseen article first.
4279
4280 * nnimap.el (nnimap-open-connection): If the user doesn't have a
4281 /etc/services, supply some sensible port defaults.
4282
4283 2010-09-17 Julien Danjou <julien@danjou.info>
4284
4285 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4286
4287 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
4288
4289 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4290 doesn't have any parameters.
4291
4292 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4293
4294 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4295 only upcased checks.
4296
4297 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4298
4299 * nnimap.el (nnimap-open-shell-stream): New function.
4300 (nnimap-open-connection): Use it.
4301 (nnimap-transform-headers): Get the number of lines in each message.
4302 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4303 number of lines.
4304 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
4305 problem.
4306
4307 * utf7.el (utf7-encode): Autoload.
4308
4309 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4310 to allow the mail splitting to not return a default group. This is
4311 useful for nnimap, which will leave unmatched mail in the inbox.
4312
4313 * nnimap.el: Rewritten.
4314
4315 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4316 nnimap usage.
4317
4318 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4319 if the move is internal, so that nnimap can do fast internal moves.
4320
4321 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4322 data.
4323 (gnus-read-active-for-groups): Support finishing the early retrieval of
4324 data.
4325
4326 * gnus-range.el (gnus-range-nconcat): New function.
4327
4328 * gnus-int.el (gnus-finish-retrieve-group-infos)
4329 (gnus-retrieve-group-data-early): New functions.
4330
4331 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4332
4333 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4334 (nnrss-retrieve-groups):
4335 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4336 (pop3-quit): Use with-current-buffer.
4337
4338 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
4339
4340 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4341 instead of nnheader-accept-process-output.
4342
4343 * gnus-html.el (gnus-html-schedule-image-fetching)
4344 (gnus-html-prefetch-images): Replace process-kill-without-query by
4345 gnus-set-process-query-on-exit-flag.
4346
4347 2010-09-16 Romain Francoise <romain@orebokech.com>
4348
4349 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4350
4351 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4352
4353 * gnus-registry.el (gnus-registry-install-shortcuts): The second
4354 parameter to unintern is mandatory-ish in Emacs 24.
4355
4356 * gnus-html.el (gnus-html-schedule-image-fetching)
4357 (gnus-html-prefetch-images): Check for curl before using it.
4358
4359 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4360 depend on curl, which isn't essential.
4361
4362 * imap.el: Revert back to version
4363 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4364 seem problematic.
4365
4366 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
4367
4368 * gnus-registry.el (gnus-registry-install-shortcuts):
4369 Explicitly pass `obarray' to `unintern' to avoid a warning.
4370
4371 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4372
4373 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4374 change.
4375
4376 * nnrss.el (nnrss-request-list): Remove this function and related
4377 functions, including the moreover stuff.
4378
4379 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4380
4381 * nnrss.el (nnrss-retrieve-groups): New function.
4382
4383 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
4384
4385 * .dir-locals.el: Add no-byte-compile cookie.
4386
4387 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
4388
4389 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4390 for back end that doesn't support request-scan.
4391
4392 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4393
4394 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4395 then do request scans from the backends.
4396
4397 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4398 avoid running a hook per line, since this takes a lot of time,
4399 profiling shows.
4400 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4401 directly if gnus-visual-p is true.
4402
4403 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
4404
4405 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4406 groups; replace mapcar with dolist which is a bit faster; pass groups
4407 info to gnus-read-active-file-1.
4408 (gnus-read-active-file-1): Scan only specified groups if the new
4409 optional arg `infos' is given.
4410
4411 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4412
4413 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4414
4415 * pop3.el (pop3-movemail): Remove.
4416 (pop3-streaming-movemail): Rename to pop3-movemail.
4417
4418 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4419 don't restrict end-tag searches to the end of the line.
4420
4421 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4422
4423 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4424 articles of every unchecked group to t, which means unknown since the
4425 server has never been opened.
4426
4427 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4428
4429 * gnus-html.el (gnus-html-show-alt-text): New command.
4430 (gnus-html-browse-image): Ditto.
4431 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4432 to browse the image directly.
4433 (gnus-html-wash-tags): Search for images first, so that <a><img> works
4434 better.
4435
4436 * gnus-async.el (gnus-async-article-callback):
4437 Call `gnus-html-prefetch-images' unconditionally.
4438
4439 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4440 before feeding URLs to curl.
4441
4442 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4443
4444 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4445 internal images as deletable by `W D D'.
4446
4447 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4448 (gnus-async-article-callback): Fix typo.
4449
4450 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4451
4452 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4453 current line to work around bugs in the output from w3m.
4454
4455 * gnus-async.el (gnus-async-article-callback): Always prefetch images
4456 for groups that want that.
4457
4458 * nntp.el (nntp-wait-for-string): Supply a timeout for
4459 accept-process-output to ensure progress.
4460
4461 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4462 level to get unread articles from, then use that for foreign groups,
4463 too.
4464
4465 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4466 confuses the rest of the function.
4467
4468 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4469 for the methods that support -retrieve-groups, too.
4470
4471 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4472
4473 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
4474
4475 * pop3.el: Require cl when compiling.
4476 (pop3-number-of-responses): Search for "+OK", not "+OK ".
4477
4478 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4479
4480 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4481 that aren't going to be activated.
4482 (gnus-get-unread-articles): Fix up the last commit.
4483
4484 * gnus-html.el (gnus-article-html): Allow calling without specifying
4485 the handle. In that case, dissect the buffer first.
4486
4487 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4488
4489 * nnimap.el (nnimap-open-connection): Revert the change that would look
4490 into authinfo for imaps instead of imap.
4491
4492 * gnus-start.el (gnus-activate-group): Take an optional parameter to
4493 say that you don't want to call gnus-request-group with don-check, but
4494 do check the reponse. This is for virtual groups only.
4495 (gnus-get-unread-articles): Count the archive groups as secondary, so
4496 that they're activated the same way as before.
4497
4498 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4499 case-insensitively.
4500 (nnimap-debug): Remove.
4501
4502 * mail-source.el (mail-source-fetch): Don't message if we're fetching
4503 mail from a file, and the file doesn't exist.
4504
4505 * pop3.el (pop3-streaming-movemail): Return t for success.
4506
4507 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4508 .authinfo if we're using ssl connection.
4509
4510 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4511 already have if we're in a main Gnus `g' run.
4512
4513 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4514
4515 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
4516
4517 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4518
4519 * nnmh.el (nnmh-request-list-1): Bind `file'.
4520
4521 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4522 alias to set-process-query-on-exit-flag or process-kill-without-query.
4523 (pop3-open-server): Use it.
4524
4525 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4526
4527 * mail-source.el (mail-source-delete-crash-box): Always move the crash
4528 box to the Incoming file. Fixes mistake in previous checkin.
4529
4530 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4531 request loop (for debugging purposes) removed.
4532
4533 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4534 culprit is more visible.
4535 (nnml-save-incremental-nov, nnml-open-incremental-nov)
4536 (nnml-add-incremental-nov): New functions to do "incremental" nov
4537 updates, where we just append to the end of the existing nov files
4538 without reading/writing them in full.
4539
4540 * mail-source.el (mail-source-delete-crash-box): Really only check the
4541 incoming files once in a while.
4542
4543 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4544
4545 * mail-source.el (mail-source-delete-crash-box): Only check the
4546 incoming files for deletion once per day to save a lot of file
4547 accesses.
4548
4549 * pop3.el (pop3-logon): Fix up unbound variable typo.
4550
4551 * mail-source.el (pop3-streaming-movemail): Autoload.
4552
4553 * pop3.el (pop3-streaming-movemail):
4554 Respect pop3-leave-mail-on-server.
4555
4556 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4557 retrieval.
4558
4559 * pop3.el (pop3-process-filter): Remove unused function.
4560 (pop3-streaming-movemail, pop3-send-streaming-command)
4561 (pop3-wait-for-messages, pop3-write-to-file)
4562 (pop3-number-of-responses): New functions for streaming pop3
4563 retrieval.
4564
4565 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4566 come from no known methods.
4567 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4568 list.
4569
4570 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4571 message sizes.
4572 (pop3-movemail): Use erase-buffer instead of looping and deleting
4573 regions, which seems rather odd.
4574
4575 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4576 file once per `g' run.
4577
4578 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4579 directories. This makes the draft queue directory work.
4580
4581 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4582 data from the backends, so that we only request the list of groups from
4583 each method once. This should speed things up considerably.
4584
4585 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4586 detect that it's not implemented.
4587
4588 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4589 we actually do recurse down into the tree, but don't stat all leaf
4590 nodes.
4591
4592 * gnus-html.el (gnus-html-show-images): If there are no images to show,
4593 then say so instead of bugging out.
4594
4595 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4596 files exist before trying to read them.
4597
4598 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4599 around <pre_int>.
4600
4601 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4602
4603 * nnmh.el (nnmh-request-list-1): Optimize for speed.
4604
4605 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4606
4607 * mm-util.el (mm-image-load-path): Just return the image directories,
4608 not all directories in the path in addition to the image directories.
4609 (mm-image-load-path): Maintain a cache of the image directories so that
4610 the `g' command in Gnus doesn't have to stat dozens of directories each
4611 time.
4612
4613 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4614 (gnus-html-wash-tags): Add a new `i' command to insert images.
4615 (gnus-html-insert-image): New command and keystroke.
4616 (gnus-html-redisplay-with-images): New command and keystroke.
4617 (gnus-html-show-images): Rename command.
4618 (gnus-html-wash-tags): Remove more white space before <pre_int> image
4619 spacers.
4620 (gnus-html-wash-tags): Decode entities at the end, so that entities
4621 inside the tags don't mess up the rest of the "parsing".
4622
4623 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4624 so that nnimap methods aren't agentized by default. There's apparently
4625 many problems related to agent/imap behaviour.
4626
4627 * gnus-art.el (gnus-article-copy-string): New command and key binding.
4628
4629 * gnus-html.el: Doc fix.
4630
4631 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
4632
4633 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4634 glyph-width and glyph-height instead of display-graphic-p and
4635 image-size; make avoidance of displaying small images work for XEmacs.
4636
4637 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4638 for XEmacs.
4639
4640 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4641 of symbol that holds plist data.
4642 (gnus-process-plist): Remove plist of process after getting it.
4643
4644 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4645
4646 * message.el (message-generate-hashcash): Change default to
4647 'opportunistic if hashcash is installed.
4648
4649 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4650 (gnus-html-put-image): Only call image-size once, since it's somewhat
4651 time-consuming on remote X servers.
4652
4653 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
4654
4655 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4656 decoded contents.
4657 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4658
4659 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4660
4661 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4662 group line format, since it isn't very interesting.
4663
4664 * gnus-agent.el (gnus-agent-short-article),
4665 (gnus-agent-long-article): Increase values for these two variables,
4666 since most people are likely to have more network connection and
4667 storage than before.
4668
4669 * gnus.el (gnus-refer-article-method): Change default to 'current.
4670 When referring an article, the common behaviour is to refer it from the
4671 current select method, not the native select method. The chances of
4672 the native select method having the message in question is rather slim
4673 these days.
4674
4675 * gnus-sum.el (gnus-auto-select-subject): Change default to
4676 `unseen-or-unread'. I think it's likely that most people want to
4677 select an unseen article over a previously seen, but unread one.
4678
4679 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
4680 means that in the article buffer none of the minor mode elements will
4681 be shown, usually, and this is not desirable in most cases.
4682
4683 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4684 that commands like `d' (and the like) go to the next line in the
4685 buffer, instead of the next unread article. I think this is the
4686 behaviour that is most natural for most users.
4687 (gnus-single-article-buffer): Change default to nil, so that people can
4688 have as many article buffers open as they have summary buffer. I think
4689 this is the most natural way for the groups to behave.
4690
4691 * message.el (message-generate-new-buffers): Change default to
4692 `unsent', so that all new message buffers start their names with the
4693 string "*unsent", and it's easier to find the buffers if you move from
4694 them.
4695
4696 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4697
4698 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4699 small. They're probably tracking images.
4700 (gnus-html-wash-tags): Remove all <pre_int> place holders.
4701 (gnus-html-rescale-image): Yet another try at getting the image sizing
4702 right.
4703
4704 * nntp.el (nntp-request-set-mark): Refuse to do marks if
4705 nntp-marks-file-name is nil.
4706
4707 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4708
4709 * gnus-html.el (gnus-html-wash-tags)
4710 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4711 Better logging.
4712
4713 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4714
4715 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4716
4717 * gnus-html.el (gnus-html-wash-tags): Check the value of
4718 gnus-blocked-images in the summary buffer.
4719
4720 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4721
4722 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4723
4724 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4725
4726 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4727 like "a", it seems like.
4728 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4729 since it needs to be picked from the correct buffer.
4730
4731 * nnwfm.el: Remove.
4732
4733 * nnlistserv.el: Remove.
4734
4735 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4736
4737 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4738 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4739
4740 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4741
4742 * nnkiboze.el: Remove.
4743
4744 * nndb.el: Remove.
4745
4746 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4747 alt text.
4748 (gnus-html-rescale-image): Try to get the rescaling logic right for
4749 images that are just wide and not tall.
4750
4751 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4752 overshadow variable bindings.
4753
4754 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4755
4756 * gnus-html.el (gnus-html-wash-tags)
4757 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4758 Add extra logging.
4759
4760 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4761
4762 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4763 (gnus-max-image-proportion): New variable.
4764 (gnus-html-rescale-image): New function.
4765 (gnus-html-put-image): Rescale images.
4766
4767 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4768
4769 Fix up some byte-compiler warnings.
4770 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4771 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4772 (gnus-article-fill-cited-article, gnus-article-hide-citation)
4773 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4774 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4775 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4776 (gnus-group-update-group): Use save-excursion and with-current-buffer.
4777
4778 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4779
4780 * gnus-html.el (gnus-article-html): Decode contents by charset.
4781
4782 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4783
4784 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4785 (gnus-html-frame-width, gnus-blocked-images)
4786 * message.el (message-prune-recipient-rules): Add custom version.
4787 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4788
4789 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4790 functions.
4791
4792 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4793 gnus-process-get.
4794
4795 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
4796
4797 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4798 instead of lsub directly.
4799
4800 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4801
4802 * nnwarchive.el: Remove.
4803
4804 * gnus-soup.el: Remove.
4805
4806 * nnsoup.el: Remove.
4807
4808 * nnultimate.el: Remove.
4809
4810 * gnus-html.el (gnus-blocked-images): New variable.
4811
4812 * message.el (message-prune-recipients): New function.
4813 (message-prune-recipient-rules): New variable.
4814
4815 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4816 guess whether a long line is natural text or not.
4817
4818 * gnus-html.el (gnus-html-schedule-image-fetching):
4819 Use gnus-process-plist and friends for compatibility.
4820
4821 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4822
4823 * gnus-html.el: Require packages that define macros used in this file.
4824 (gnus-article-mouse-face): Declare to silence byte-compiler.
4825 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4826 process-get.
4827 (gnus-html-put-image): Use plist-get to avoid getf.
4828 (gnus-html-prefetch-images): Use with-current-buffer.
4829
4830 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
4831
4832 * gnus-ems.el: Provide compatibility functions for
4833 gnus-set-process-plist.
4834
4835 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4836 * gnus.el (gnus-valid-select-methods)
4837 * message.el (message-send-mail-partially-limit)
4838 * mm-decode.el (mm-text-html-renderer)
4839 * mml.el (mml-insert-mime-headers-always)
4840 * smiley.el (smiley-regexp-alist): Bump custom version.
4841
4842 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4843
4844 * gnus-html.el: require mm-url.
4845 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4846 with the url to `url'.
4847 (gnus-html-wash-tags): Support cid: URLs/images.
4848
4849 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4850
4851 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4852 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4853 bindings, as they aren't useful at all. `w' is moved to `W w'.
4854
4855 * gnus-move.el: Remove file, since it doesn't really work.
4856
4857 * gnus-html.el (gnus-article-html): Tell w3m that the input is
4858 UTF-8. This seems to fix problems with some German web feeds.
4859
4860 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4861 at the top so that the proper colours are applied.
4862
4863 * gnus-art.el (gnus-article-view-part): Doc fix.
4864
4865 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4866 XEmacs-compatible.
4867 (gnus-html-put-image): Don't do images on non-graphic displays.
4868
4869 * nnslashdot.el: Remove this unused backend.
4870
4871 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4872 actions.
4873 (gnus-undo-register-1): Revert last change.
4874
4875 * gnus-group.el (gnus-group-completing-read): Protect against not
4876 having completion-styles bound.
4877
4878 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4879 make broken recipients happier.
4880
4881 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4882
4883 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4884 point parameter.
4885
4886 * gnus-group.el (gnus-group-completing-read): Add 'substring to
4887 completion-styles for group selection.
4888
4889 2009-02-04 Andreas Schwab <schwab@suse.de>
4890
4891 * gnus-score.el (gnus-score-string): Fix regex for matching extra
4892 headers and regexp-quote the match if necessary.
4893
4894 2009-03-24 Miles Bader <miles@gnu.org>
4895
4896 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4897 the blinking smiley.
4898
4899 2009-03-24 Simon Josefsson <simon@josefsson.org>
4900
4901 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4902 blink smiley.
4903
4904 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4905
4906 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4907 where the dribbel file lives exists.
4908
4909 * message.el (message-send-mail-partially-limit): Change the default to
4910 nil, since most people don't want this.
4911
4912 * mm-url.el (mm-url-decode-entities): Also decode entities like
4913 &#x3212.
4914
4915 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
4916
4917 * gnus-sum.el (gnus-summary-idna-message):
4918 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4919 Hyperlink urls in docstrings with URL `...'.
4920
4921 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
4922
4923 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4924 functions.
4925
4926 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4927
4928 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4929 say what the mouseover text should be.
4930
4931 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4932 version of the mm-w3m-safe-url-regexp variable to only download images
4933 in the groups where we want that to happen.
4934
4935 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4936
4937 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4938 easier debugging.
4939 (gnus-article-beginning-of-window): Add kludge to allow spacing past
4940 big pictures in the article buffer.
4941
4942 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4943 gnus-article-html.
4944 (mm-text-html-renderer): gnus-article-html needs curl in addition to
4945 w3m.
4946
4947 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4948
4949 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4950
4951 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4952 which doesn't exist.
4953
4954 * message.el (message-inhibit-ecomplete): New variable to allow some
4955 function to inhibit ecomplete address storage.
4956 (message-resend): Disable ecomplete message storage when resending
4957 messages.
4958
4959 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4960
4961 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
4962
4963 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4964 Save excursion while copying, moving, and deleting articles in order to
4965 prevent the cursor from jumping to unforeseen place.
4966
4967 2010-08-17 Glenn Morris <rgm@gnu.org>
4968
4969 * gnus-sync.el: Require gnus components whose functions are used.
4970
4971 * gnus-art.el (bookmark-make-record-function):
4972 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4973 Declare for compiler.
4974
4975 * mm-url.el (mml-compute-boundary): Autoload.
4976
4977 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
4978
4979 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4980
4981 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
4982
4983 Typo fix "hoo4a" -> "hook".
4984
4985 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4986
4987 2010-08-14 Glenn Morris <rgm@gnu.org>
4988
4989 * gnus-sync.el (gnus-sync): Fix defgroup version.
4990
4991 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
4992
4993 Doc fixes and keep unknown groups (ammended for nunion bug fix).
4994
4995 * gnus-sync.el: Fix docs.
4996 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4997 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4998
4999 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5000
5001 Optimizations for gnus-sync.el.
5002
5003 * gnus-sync.el: Add docs about gnus-sync-backend
5004 possibilities.
5005 (gnus-sync-save): Remove unnecessary message.
5006 (gnus-sync-read): Optimize and show what groups were skipped.
5007
5008 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5009
5010 Minor bug fixes for gnus-sync.el.
5011
5012 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5013 Don't read the sync on get-new-news.
5014
5015 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5016 quiet.
5017
5018 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5019 (fix typo).
5020
5021 2010-07-30 Lawrence Mitchell <wence@gmx.li>
5022
5023 Make saving and restoring of hidden threads work with overlays.
5024 Patch applied by Ted Zlatanov.
5025
5026 * gnus-sum.el (gnus-hidden-threads-configuration)
5027 (gnus-restore-hidden-threads-configuration): Update to deal with text
5028 properties, rather than searching for a magic character.
5029
5030 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5031
5032 New gnus-sync.el library for synchronization of marks.
5033
5034 * gnus-sync.el: New library for synchronization of marks.
5035
5036 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5037 renamed from `gnus-registry-grep-in-list'.
5038
5039 * gnus-registry.el (gnus-registry-follow-group-p):
5040 Use `gnus-grep-in-list'.
5041
5042 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5043
5044 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
5045
5046 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5047 determining charset of text fails.
5048
5049 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
5050
5051 * nnmail.el (nnmail-get-new-mail-1): Revert.
5052
5053 * nnml.el (nnml-active-number): Make sure names of newly created groups
5054 in nnml-group-alist are encoded.
5055
5056 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
5057
5058 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5059 containing non-ASCII characters in active file for nnml back end.
5060
5061 2010-07-24 David Engster <dengste@eml.cc>
5062
5063 * mml-smime.el (mml-smime-epg-verify): Also accept the older
5064 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5065
5066 2010-07-21 Daiki Ueno <ueno@unixuser.org>
5067
5068 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5069 tag (Bug#6654).
5070
5071 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
5072
5073 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5074 the article buffer, not the summary buffer.
5075
5076 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
5077
5078 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5079 Emacs 23 as well.
5080
5081 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5082
5083 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5084 Patch applied by Karl Fogel.
5085
5086 * gnus-sum.el (gnus-summary-bookmark-make-record):
5087 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5088
5089 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5090
5091 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5092 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
5093 C-w still not working correctly from Article buffers; Thierry's
5094 patch to fix that will be applied after this.
5095
5096 * gnus-art.el (bookmark-make-record-function): New local variable.
5097
5098 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5099 article buffer.
5100 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5101
5102 2010-07-13 Karl Fogel <kfogel@red-bean.com>
5103
5104 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5105 on changes in bookmark.el.
5106
5107 2010-06-22 Mark A. Hershberger <mah@everybody.org>
5108
5109 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5110 the *other* type of HTML form submission.
5111
5112 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
5113
5114 * auth-source.el (auth-source-pick): If choice does not contain a
5115 questioned keyword, set the check to t.
5116
5117 2010-06-12 Romain Francoise <romain@orebokech.com>
5118
5119 * gnus-util.el (gnus-date-get-time): Move up before first use.
5120
5121 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
5122
5123 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5124 (gnus-article-edit-part): Bind it to make last part that is substituted
5125 or deleted visible.
5126 (gnus-mime-display-single): Buttonize part of which id equals to
5127 gnus-mime-buttonized-part-id.
5128
5129 2010-06-10 Dan Christensen <jdc@uwo.ca>
5130
5131 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5132 (gnus-dd-mmm): Use gnus-date-get-time.
5133 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5134 simplify logic.
5135 (gnus-summary-limit-to-age): Use gnus-date-get-time.
5136 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5137
5138 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
5139
5140 * auth-source.el (top): Autoload `secrets-list-collections',
5141 `secrets-create-item', `secrets-delete-item'.
5142 (auth-sources): Fix tag string.
5143 (auth-get-source, auth-source-retrieve, auth-source-create)
5144 (auth-source-delete): New defuns.
5145 (auth-source-pick): Rewrite in order to avoid 2 passes.
5146 (auth-source-forget-user-or-password): New parameter USERNAME.
5147 (auth-source-user-or-password): New parameters CREATE-MISSING and
5148 DELETE-EXISTING. Retrieve password interactively, if needed.
5149
5150 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
5151
5152 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5153 deleting unused directories when gnus-expert-user is t.
5154
5155 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
5156
5157 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5158 for each temp file when gnus-article-browse-delete-temp is ask.
5159
5160 2010-05-20 Kevin Ryde <user42@zip.com.au>
5161
5162 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
5163
5164 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
5165
5166 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5167 article unless decoding article to be saved.
5168
5169 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
5170
5171 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5172 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5173 generated within the mm-with-unibyte-current-buffer macro.
5174
5175 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
5176
5177 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5178 to nil when we're in a mml-preview buffer and no group is selected.
5179
5180 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
5181
5182 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5183 when catching the `C-g'. Reported by "Leo".
5184
5185 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
5186
5187 * message.el (message-forward-make-body-plain)
5188 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5189 multibyte-string-p.
5190
5191 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
5192
5193 * message.el (message-forward-make-body-mml): Assume original message
5194 is multibyte string; error on unibyte.
5195 (message-forward-make-body-plain): Ditto; don't add excessive newline
5196 in body end.
5197
5198 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
5199
5200 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5201 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
5202
5203 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
5204
5205 * mm-extern.el (mm-extern-url): Don't use
5206 mm-with-unibyte-current-buffer.
5207 (mm-extern-cache-contents): Use with-current-buffer instead of
5208 save-excursion + set-buffer.
5209
5210 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5211
5212 * mm-util.el (mm-emacs-mule): Remove.
5213
5214 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
5215
5216 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5217 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5218 change.
5219
5220 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5221
5222 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5223 bind the default value of enable-multibyte-characters to nil.
5224
5225 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5226
5227 * message.el (message-forward-make-body-plain)
5228 (message-forward-make-body-mml):
5229 Don't use mm-with-unibyte-current-buffer.
5230
5231 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5232
5233 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5234 (Bug#5592).
5235
5236 2010-05-07 Julien Danjou <julien@danjou.info>
5237
5238 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5239 it to mm-pipe-part.
5240
5241 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5242 it is given.
5243
5244 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
5245
5246 * nnweb.el (nnweb-gmane-search)
5247 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5248 XEmacs.
5249
5250 * gnus-art.el (gnus-article-browse-html-parts)
5251 * gnus-group.el (gnus-read-ephemeral-gmane-group)
5252 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5253 make-temp-file.
5254
5255 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5256 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5257 compiling.
5258
5259 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5260 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5261 XEmacs when compiling.
5262
5263 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5264 gnus-pick-mode-off-hook for XEmacs when compiling.
5265 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5266 gnus-binary-mode-off-hook for XEmacs when compiling.
5267
5268 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5269 Return nil if char-charset is not available.
5270
5271 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
5272 macro.
5273
5274 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5275 instead of encode-coding-string.
5276
5277 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5278 'xemacs) instead of mm-emacs-mule to switch function definitions.
5279 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5280
5281 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
5282
5283 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5284
5285 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
5286
5287 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5288 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5289
5290 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
5291
5292 * mm-util.el (mm-decompress-buffer): Use `delete-file';
5293 alias `jka-compr-delete-temp-file' no longer exists.
5294
5295 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5296
5297 Use define-minor-mode in Gnus where applicable.
5298 * mml.el (mml-mode): Use define-minor-mode.
5299 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5300 (gnus-undo-mode): Use define-minor-mode.
5301 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5302 (gnus-dead-summary-mode): Use define-minor-mode.
5303 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5304 Initialize in declaration.
5305 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5306 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5307 (gnus-mailing-list-mode): Use define-minor-mode.
5308 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5309 (gnus-draft-mode): Use define-minor-mode.
5310 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5311 (gnus-dired-mode): Use define-minor-mode.
5312
5313 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
5314
5315 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5316 handles on recursive mml-to-mime translation and check them for
5317 boundary delimiter collisions. Reported by Greg Troxel.
5318
5319 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
5320
5321 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5322
5323 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5324
5325 * mm-util.el (mm-find-buffer-file-coding-system):
5326 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5327
5328 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
5329
5330 * message.el (message-generate-headers): Record insertion of optional
5331 headers as well. Otherwise the check to prevent repeated insertion of
5332 optional headers is a no-op.
5333
5334 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
5335
5336 * smime.el: Don't mention CVS.
5337
5338 * nnrss.el (nnrss-fetch): Don't mention CVS.
5339
5340 * nnir.el: Don't mention CVS.
5341
5342 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5343
5344 * gnus-sum.el (gnus-summary-bookmark-make-record):
5345 Add `location' field.
5346
5347 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5348
5349 * gnus-sum.el: Add bookmark declarations to silence the compiler.
5350 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5351 Use with-current-buffer to silence the byte-compiler.
5352 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5353 bother to require `gnus'.
5354 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
5355
5356 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5357
5358 * gnus-sum.el (gnus-summary-bookmark-make-record)
5359 (gnus-summary-bookmark-jump): New functions.
5360 (gnus-summary-mode): Setup bookmark support.
5361
5362 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
5363
5364 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5365 if set.
5366
5367 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
5368
5369 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5370 gnus-article-browse-html-save-cid-image; make it work recursively for
5371 forwarded messages as well.
5372 (gnus-article-browse-html-parts): Work when prefix arg is given.
5373 (gnus-article-browse-html-article): Doc fix.
5374
5375 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
5376
5377 * message.el (message-default-mail-headers):
5378 (message-default-headers): Carry the value mail-default-headers over
5379 into message-default-mail-headers, rather than message-default-headers.
5380
5381 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
5382
5383 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5384 charset.
5385
5386 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5387 charset into the <meta> tag when the article is encoded to utf-8.
5388
5389 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
5390
5391 * gnus-art.el (gnus-article-browse-delete-temp-files):
5392 Delete directories as well.
5393 (gnus-article-browse-html-parts): Work for images that do not specify
5394 file names; delete temp directory when quitting; insert header at the
5395 right place; use file: scheme for image files.
5396
5397 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
5398
5399 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5400 (gnus-article-browse-html-parts): Use it to make temporary cid image
5401 files in addition to html file so that browser may display them.
5402
5403 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
5404
5405 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5406
5407 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
5408
5409 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5410
5411 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
5412
5413 * auth-source.el (auth-sources): Change default to be simpler.
5414 Explain about Secret Service API sources. Improve Customize options.
5415 (auth-source-pick): Change to accept any number of search parameters.
5416 Implement fallbacks iteratively, not recursively. Add scoring on the
5417 second pass and sort by score. Call Secret Service API when needed.
5418 (auth-source-user-or-password): Use it. Call Secret Service API
5419 directly when needed to get the user name and the password.
5420
5421 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
5422
5423 * message.el (message-interactive): Doc fix.
5424 (message-qmail-inject-args): Reflow.
5425 (message-kill-to-signature): Fix typo in docstring.
5426
5427 * smiley.el (smiley-buffer): Fix typo in docstring.
5428
5429 2010-03-24 Glenn Morris <rgm@gnu.org>
5430
5431 * mail-source.el (gnus-message): Declare.
5432 (mail-source-delete-old-incoming): Require gnus-util.
5433
5434 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
5435
5436 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5437
5438 * message.el (ecomplete-setup): Autoload it for Emacs <23.
5439
5440 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5441 password-cache's default if it is not bound.
5442 (mml-secure-passphrase-cache-expiry): Default to 16 that is
5443 password-cache-expiry's default if it is not bound.
5444
5445 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5446 available in Emacs 21.
5447
5448 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
5449
5450 * auth-source.el (auth-sources): Fix up definition so extra parameters
5451 are always inline.
5452
5453 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
5454
5455 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5456 wasn't updated after mismatch. Clear cached mailbox info correctly
5457 when uidvalidity changes.
5458 (nnimap-group-prefixed-name): New function to avoid some code
5459 duplication.
5460 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5461 (nnimap-request-group): Use it.
5462 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5463 (nnimap-update-unseen): Significantly improved speed of Gnus startup
5464 with many imap folders. This is done by caching the group status from
5465 the imap server persistently in a group parameter `imap-status'. (This
5466 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5467 but not persistently, so every Gnus startup was still very slow.)
5468
5469 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
5470
5471 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
5472 secrets.el dependency.
5473 (auth-sources): Add optional user name. Add secrets.el configuration
5474 choice (unused right now).
5475
5476 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
5477
5478 * gnus-sum.el (gnus-summary-make-menu-bar):
5479 Let `gnus-registry-install-shortcuts' fill in the functions.
5480
5481 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5482 warnings.
5483 (gnus-registry-misc-menus): Variable to hold registry mark menus.
5484 (gnus-registry-install-shortcuts): Populate and use it in a
5485 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5486
5487 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
5488
5489 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5490 In-place substitutions for the group name encoding/decoding.
5491 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5492 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5493 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5494 (nnimap-update-unseen, nnimap-request-list)
5495 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5496 (nnimap-request-set-mark, nnimap-split-to-groups)
5497 (nnimap-split-articles, nnimap-request-newgroups)
5498 (nnimap-request-create-group, nnimap-request-accept-article)
5499 (nnimap-request-delete-group, nnimap-request-rename-group)
5500 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
5501 `encoded-mbx' for consistency.
5502 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5503 variable `imap-current-mailbox'.
5504
5505 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5506 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5507
5508 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
5509
5510 * pop3.el (pop3-display-message-size-flag): Display message size byte
5511 counts during POP3 download.
5512 (pop3-movemail): Use it.
5513 (pop3-list): Implement listing of available messages.
5514
5515 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
5516
5517 * nnir.el (nnir-get-article-nov-override-function): New function to
5518 override the normal NOV retrieval.
5519 (nnir-retrieve-headers): Use it.
5520
5521 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
5522
5523 * auth-source.el (netrc-machine-user-or-password): Autoload.
5524
5525 2010-03-19 Glenn Morris <rgm@gnu.org>
5526
5527 Stop message.el from loading about 40 libraries it doesn't always need.
5528 The general approach is to autoload rather than require, and to
5529 require in the specific functions rather than the file. (Bug#5642)
5530
5531 * gmm-utils.el: Don't require wid-edit.
5532 (widget-create-child-value, widget-convert, widget-default-get):
5533 Autoload.
5534
5535 * gnus-util.el: Don't require time-date, netrc.
5536 (message-fetch-field, gnus-group-name-decode): Declare rather than
5537 autoloading.
5538 (gnus-fetch-field): Require message.
5539 (gnus-decode-newsgroups): Require gnus-group.
5540
5541 * ietf-drums.el: Don't require time-date.
5542
5543 * message.el: Don't require hashcash, canlock, ecomplete.
5544 Do require mail-utils. Require nnheader only when compiling.
5545 (smtpmail-default-smtp-server): Remove declaration.
5546 (message-send-mail-function): Check smtpmail-default-smtp-server
5547 is bound rather than requiring smtpmail.
5548 (message-auto-save-directory, message-insert-signature):
5549 Use expand-file-name rather than nnheader-concat.
5550 (nnheader-insert-file-contents): Autoload.
5551 (hashcash-wait-async): Declare.
5552 (message-send-mail): Only call gnus-setup-posting-charset if
5553 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
5554 (message-send-mail-with-sendmail): Require sendmail.
5555 (canlock-password, canlock-password-for-verify): Declare.
5556 (message-canlock-password): Require canlock.
5557 (nnheader-get-report): Autoload.
5558 (gnus-setup-posting-charset): Declare.
5559 (message-send-news): Require gnus-msg.
5560 (message-make-references, message-make-in-reply-to): Use mail-header-id
5561 rather than the alias mail-header-message-id.
5562 (ecomplete-add-item, ecomplete-save): Declare.
5563 (message-put-addresses-in-ecomplete): Require ecomplete.
5564 (ecomplete-display-matches): Autoload.
5565
5566 * mm-decode.el: Don't require mailcap, gnus-util.
5567 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5568 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5569 Autoload.
5570 (mailcap-mime-extensions): Declare.
5571
5572 * mm-encode.el: Don't require mailcap.
5573 (mailcap-extension-to-mime): Autoload.
5574
5575 * mml-sec.el: Don't require password-cache.
5576
5577 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5578 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5579 (mml-minibuffer-read-type): Require mailcap.
5580 (mml-preview): Require gnus-msg.
5581
5582 * mml1991.el: Require password-cache.
5583 (password-cache-expiry): Remove declaration.
5584
5585 * mml2015.el: Require password-cache.
5586 (password-cache-expiry): Remove declaration.
5587
5588 * nneething.el (mailcap): Require mailcap.
5589
5590 * nnheader.el (declare-function): Add compatibility stub.
5591 (message-remove-header): Declare rather than autoload.
5592 (nnheader-replace-header): Require message.
5593
5594 * nnimap.el (declare-function): Add compatibility stub.
5595 (netrc-parse, netrc-machine-user-or-password): Declare.
5596 (nnimap-open-connection): Require netrc.
5597
5598 * nntp.el (declare-function): Add compatibility stub.
5599 (netrc-parse, netrc-machine, netrc-get): Declare.
5600 (nntp-send-authinfo): Require netrc.
5601
5602 * rfc2047.el: Don't require qp.
5603 (quoted-printable-encode-region, quoted-printable-decode-string):
5604 Autoload.
5605
5606 * sieve-mode.el: Don't require easymenu.
5607 (easy-menu-add-item): Autoload it.
5608
5609 * spam-stat.el (time-to-number-of-days): Autoload it.
5610
5611 2010-03-17 Kevin Ryde <user42@zip.com.au>
5612
5613 * mml.el (mml-read-tag): Unquote values with `read' to reverse
5614 prin1 in mml-insert-tag (just stripping the quotes gave wrong
5615 value if any backslash escapes).
5616
5617 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
5618
5619 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5620 if it is available. (bug#5647)
5621
5622 2010-02-26 Glenn Morris <rgm@gnu.org>
5623
5624 * message.el (message-send-mail-function): Change the default, so that
5625 it inherits from a customized send-mail-function. (Bug#5643)
5626
5627 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5628
5629 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5630 shell-command-to-string signals an error (bug#5299).
5631
5632 2010-02-24 Glenn Morris <rgm@gnu.org>
5633
5634 * message.el (message-smtpmail-send-it)
5635 (message-send-mail-with-mailclient): Doc fixes.
5636
5637 2010-02-16 Glenn Morris <rgm@gnu.org>
5638
5639 * message.el (message-default-mail-headers): Change the default value
5640 to ease the transition from mail-mode to message-mode. (Bug#5555)
5641
5642 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5643
5644 * message.el (message-mail): Just pass yank-action on to message-setup.
5645 (message-setup): Handle (FUN . ARGS) form of yank-action.
5646 (message-with-reply-buffer, message-widen-reply)
5647 (message-yank-original): Handle non-buffer values of
5648 message-reply-buffer (Bug#4080).
5649 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5650
5651 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5652
5653 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5654 Fix typo in docstring.
5655
5656 2010-01-08 Jason Rumney <jasonr@gnu.org>
5657
5658 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5659 response.
5660
5661 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5662
5663 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5664
5665 * message.el (message-check-news-header-syntax): Protect against a
5666 string that `rfc822-addresses' returns when parsing fails.
5667
5668 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5669
5670 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5671 (gnus-previous-char-property-change): New functions.
5672
5673 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5674
5675 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
5676
5677 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5678 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
5679
5680 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5681
5682 * message.el (message-exchange-point-and-mark): Rework last change to
5683 avoid using optional arg of exchange-point-and-mark, for backward
5684 compatibility.
5685
5686 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5687
5688 * message.el (message-exchange-point-and-mark):
5689 Call exchange-point-and-mark with an argument rather than setting
5690 mark-active by hand (Bug#5175).
5691
5692 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5693
5694 * nntp.el (nntp-service-to-port): Work for service expressed with
5695 numeric string; replace [:digit:] with [0-9] for XEmacs.
5696
5697 2009-12-17 Glenn Morris <rgm@gnu.org>
5698
5699 * gnus-group.el (gnus-bug-group-download-format-alist):
5700 Change emacs entry to debbugs.gnu.org. Bump :version.
5701
5702 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
5703
5704 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5705
5706 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5707
5708 * message.el (message-info): Explain why we use `Info-goto-node'.
5709
5710 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5711
5712 * message.el (message-completion-in-region): New compatibility function.
5713 (message-expand-group): Use it.
5714
5715 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
5716
5717 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5718 with no unread article should be listed if the 2nd arg `predicate' is
5719 given.
5720
5721 2009-11-29 Juri Linkov <juri@jurta.org>
5722
5723 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5724 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
5725 on `gnus-recenter'. (Bug#4698, Bug#4981)
5726
5727 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
5728
5729 * message.el (message-from-style, message-interactive)
5730 (message-signature): Always set default values from the corresponding
5731 mail-* variables.
5732 (message-cite-prefix-regexp, message-sendmail-envelope-from)
5733 (message-yank-prefix, message-indentation-spaces)
5734 (message-signature-file, message-default-headers): Use boundp rather
5735 than (featurep 'xemacs) to check if the corresponding mail-* variables
5736 exist.
5737
5738 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5739
5740 * message.el (message-send-mail-with-sendmail): Revert last change.
5741
5742 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5743
5744 * message.el (message-from-style, message-interactive)
5745 (message-cite-prefix-regexp, message-sendmail-envelope-from)
5746 (message-yank-prefix, message-indentation-spaces, message-signature)
5747 (message-signature-file, message-default-headers): For GNU Emacs, set
5748 default values from the corresponding mail-* variables.
5749 (message-send-mail-with-sendmail): Use envelope-from only if
5750 mail-specify-envelope-from is non-nil.
5751
5752 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
5753
5754 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5755 containing tspecial characters if they have been already quoted.
5756
5757 2009-10-24 Glenn Morris <rgm@gnu.org>
5758
5759 * gnus-art.el (help-xref-stack-item): Define for compiler.
5760
5761 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
5762
5763 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5764
5765 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
5766
5767 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5768 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5769
5770 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
5771
5772 * gnus.el (gnus-overlay-get): New alias to overlay-get.
5773 (gnus-overlays-in): New alias to overlays-in.
5774
5775 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5776 gnus-overlay-get, and gnus-delete-overlay.
5777 (gnus-summary-show-thread): Make it work as well for systems in which
5778 next-single-char-property-change is not available.
5779 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5780
5781 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
5782
5783 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5784
5785 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5786
5787 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5788 and XEmacs that don't have `remove-overlays'.
5789
5790 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5791
5792 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5793 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5794 selective display. Use overlays instead.
5795
5796 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5797
5798 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5799
5800 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
5801
5802 * spam-stat.el (spam-stat-load): Fix typo in message.
5803
5804 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
5805
5806 * gnus-art.el (gnus-article-encrypt-body):
5807 * message.el (message-check-recipients):
5808 * mm-util.el (mm-codepage-setup):
5809 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5810 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5811
5812 2009-09-22 Daiki Ueno <ueno@unixuser.org>
5813
5814 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5815 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5816 keys from the menu if mm-{sign,encrypt}-option is 'guided.
5817 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5818 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5819
5820 2009-09-18 Glenn Morris <rgm@gnu.org>
5821
5822 * gnus-diary.el (gnus-diary-check-message):
5823 * message.el (message-insert-formatted-citation-line):
5824 * nnbabyl.el (top-level):
5825 * nndiary.el (nndiary-schedule):
5826 Fix typos in condition-case handlers.
5827
5828 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
5829
5830 * gnus-art.el (gnus-article-edit-part): Work for the buffer
5831 configuration that provides the sole article window in a frame;
5832 position point correctly after deleting a part.
5833
5834 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
5835
5836 * spam.el (spam-unregister-on-reregister): Add boolean variable.
5837 (spam-resolve-registrations-routine): Use it to unregister articles
5838 that change status.
5839
5840 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5841
5842 * nnrss.el (nnrss-request-article): Remove binding of
5843 default-enable-multibyte-characters that has gotten needless by
5844 the 2007-07-13 change in rfc2047-encode-message-header.
5845
5846 * mml.el (mml-insert-multipart): Error on the message header.
5847 (mml-insert-part): Error on the message header; position point at
5848 the end of a MIME tag.
5849
5850 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5851
5852 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5853 (gnus-float-time): Alias to float-time if it exists.
5854
5855 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5856 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5857 float-time is available; suppress compile warning for time-to-seconds.
5858
5859 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5860
5861 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5862 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5863 Add the optional argument `encoding' that overrides the default.
5864
5865 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5866 mm-encode-buffer.
5867
5868 2009-09-04 Glenn Morris <rgm@gnu.org>
5869
5870 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5871 mm-disable-multibyte, rather than default-enable-multibyte-characters.
5872 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5873 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5874 * mm-util.el (mm-with-unibyte-current-buffer)
5875 (mm-find-buffer-file-coding-system):
5876 * yenc.el (yenc-decode-region): Use default-value rather than
5877 default-enable-multibyte-characters.
5878
5879 2009-09-03 Glenn Morris <rgm@gnu.org>
5880
5881 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5882 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5883 than default-enable-multibyte-characters.
5884
5885 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
5886
5887 * gnus-art.el (gnus-article-read-summary-keys):
5888 Fix gnus-buffer-configuration's value temporarily used.
5889
5890 2009-09-02 Glenn Morris <rgm@gnu.org>
5891
5892 * gnus-util.el (gnus-float-time): New function.
5893 * gnus-delay.el (gnus-delay-article):
5894 * gnus-sum.el (gnus-thread-latest-date):
5895 * gnus-util.el (gnus-user-date): Use gnus-float-time.
5896 * nnspool.el (nnspool-request-newgroups):
5897 Use gnus-float-time rather than time-to-seconds.
5898 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5899
5900 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5901 (gnus-header-subject-face, gnus-header-newsgroups-face)
5902 (gnus-header-name-face, gnus-header-content-face):
5903 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5904 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5905 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5906 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5907 (gnus-cite-face-11):
5908 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5909 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5910 (gnus-server-closed-face, gnus-server-denied-face)
5911 (gnus-server-offline-face):
5912 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5913 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5914 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5915 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5916 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5917 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5918 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5919 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5920 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5921 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5922 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5923 (gnus-summary-selected-face, gnus-summary-cancelled-face)
5924 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5925 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5926 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5927 (gnus-summary-high-undownloaded-face)
5928 (gnus-summary-low-undownloaded-face)
5929 (gnus-summary-normal-undownloaded-face)
5930 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5931 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5932 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5933 (gnus-splash-face):
5934 * message.el (message-header-to-face, message-header-cc-face)
5935 (message-header-subject-face, message-header-newsgroups-face)
5936 (message-header-other-face, message-header-name-face)
5937 (message-header-xheader-face, message-separator-face)
5938 (message-cited-text-face, message-mml-face):
5939 * sieve-mode.el (sieve-control-commands-face)
5940 (sieve-action-commands-face, sieve-test-commands-face)
5941 (sieve-tagged-arguments-face):
5942 * spam.el (spam-face):
5943 Mark face aliases with "-face" in the name as obsolete.
5944
5945 2009-09-01 Glenn Morris <rgm@gnu.org>
5946
5947 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5948 than goto-line.
5949
5950 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
5951
5952 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5953 Don't move point if the command is invoked inside the message header.
5954
5955 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5956
5957 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5958 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5959 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5960 * nnir.el (nnir-swish-e-index-file):
5961 * gnus-sum.el (gnus-summary-delete-marked-as-read)
5962 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5963 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5964 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5965 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5966 (gnus-treat-display-xface): Add Emacs version of obsolescence.
5967
5968 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
5969
5970 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5971 Don't save excursion.
5972
5973 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5974
5975 * nnheader.el (nnheader-find-file-noselect):
5976 * mm-util.el (mm-insert-file-contents):
5977 Use (default-value 'major-mode) instead of default-major-mode.
5978
5979 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5980
5981 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5982
5983 2009-08-25 Glenn Morris <rgm@gnu.org>
5984
5985 * nnir.el (top-level): Don't require cl at run-time.
5986 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5987 Replace cl-function substitute with gnus-replace-in-string.
5988 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5989 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5990 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5991 simplified expansions.
5992
5993 2009-08-22 Glenn Morris <rgm@gnu.org>
5994
5995 * gnus-art.el (gnus-button-patch): Use forward-line rather than
5996 goto-line.
5997
5998 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
5999
6000 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6001
6002 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6003 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6004 (gnus-mm-display-part, gnus-mime-display-single)
6005 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6006 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6007
6008 * gnus-sum.el
6009 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6010 (gnus-summary-move-article): Add expirable mark to articles copied or
6011 moved to group that has auto-expire turned on if the option is non-nil.
6012
6013 2009-07-24 Glenn Morris <rgm@gnu.org>
6014
6015 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6016 Fix typo. (Bug#3903)
6017
6018 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
6019
6020 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6021 gnus-article-read-summary-keys rather than gnus-summary-edit-article
6022 that should not be used for draft articles.
6023 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6024 that has no concern in minor mode keys.
6025 (gnus-article-summary-command, gnus-article-summary-command-nosave):
6026 Abolish.
6027
6028 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
6029
6030 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6031 article without making inquiry to a user for unknown encoding.
6032
6033 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6034 (nnmaildir--scan): Assume i-node and device number that file-attributes
6035 returns might be cons-cell.
6036
6037 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
6038
6039 * auth-source.el: Remove docs now in auth.texi. Don't use
6040 `gnus-message' for logging. Add new variables `auth-source-debug' and
6041 `auth-source-hide-passwords' and use them.
6042
6043 2009-07-15 Glenn Morris <rgm@gnu.org>
6044
6045 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6046
6047 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
6048
6049 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6050 excessive whitespace from the default values of title and description.
6051
6052 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
6053
6054 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6055 mail-fetch-field to fetch Content-Description header in order to
6056 exclude newlines.
6057
6058 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
6059
6060 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6061 to deleted part.
6062
6063 2009-05-30 David Engster <dengste@eml.cc>
6064
6065 * nnmairix.el: Remove old documentation in the commentary block.
6066 (nnmairix-request-group): Do not update active file for nnml back ends.
6067 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6068 end so that overview files are ignored.
6069 (nnmairix-update-groups): Make updating the groups more robust by using
6070 marks.
6071 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6072 with dollar characters in message-id.
6073
6074 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
6075
6076 * spam.el: Use dns-query instead of query-dns. Was renamed on
6077 2008-12-25 in dns.el.
6078
6079 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6080
6081 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6082 could happen if the text is only composed of spaces and/or tabs.
6083
6084 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
6085
6086 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6087 when sending a queued message to avoid extra mml tags.
6088
6089 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
6090
6091 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6092
6093 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
6094
6095 * gnus-dired.el: Remove autoload for gnus-setup-message.
6096 (gnus-dired-attach): Fake this-command value to prevent Gnus from
6097 displaying Gnus logo; always use compose-mail.
6098
6099 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
6100
6101 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6102
6103 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
6104
6105 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6106 (gnus-nocem-issuers): List currently active issuers; fix custom type.
6107 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6108 available.
6109 (gnus-nocem-epg-verify): New function.
6110
6111 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
6112
6113 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6114
6115 2009-02-15 Glenn Morris <rgm@gnu.org>
6116
6117 * gnus-util.el (rmail-insert-rmail-file-header)
6118 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6119 autoloads.
6120 (rmail-default-rmail-file): Remove unnecessary declaration.
6121 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6122
6123 2009-02-14 Glenn Morris <rgm@gnu.org>
6124
6125 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6126 variable (only used in gnus-util, which declares it anyway).
6127 (rmail-output-to-rmail-file): Remove autoload of deleted function,
6128 which was only needed by gnus-art (changed to not use it any more).
6129 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6130 only used in gnus-util, which autoloads it itself.
6131 (rmail-update-summary): Fix autoload.
6132
6133 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6134 rather than rmail-output-to-rmail-file.
6135
6136 2009-02-07 Glenn Morris <rgm@gnu.org>
6137
6138 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6139 autoload of function that no longer exists.
6140 (rmail-toggle-header): Declare.
6141 (message-forward-rmail-make-body): Handle mbox Rmail.
6142
6143 2009-01-31 Glenn Morris <rgm@gnu.org>
6144
6145 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6146 2009-01-09 change.
6147
6148 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
6149
6150 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6151 (auth-source-forget-all-cached): New convenience function.
6152 (auth-source-user-or-password): Accept list of modes or a single mode.
6153
6154 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6155 auth-source modes.
6156
6157 * nnimap.el (nnimap-open-connection): Use list of
6158 auth-source modes.
6159
6160 * nntp.el (nntp-send-authinfo): Use list of
6161 auth-source modes.
6162
6163 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
6164
6165 * auth-source.el: Update docs to reflect epa-file-enable is to be used
6166 now.
6167
6168 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6169
6170 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6171 coding system in XEmacs; add a workaround for XEmacs.
6172
6173 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
6174
6175 * mm-util.el (mm-coding-system-priorities): Protect against nil value
6176 of current-language-environment.
6177
6178 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
6179
6180 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6181 available at runtime.
6182
6183 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6184
6185 * gnus-art.el (article-date-ut): Fix end point of narrowing.
6186
6187 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
6188
6189 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6190 the greatest positive fixnum value doesn't work under an XEmacs with
6191 bignum support; use the most-positive-fixnum constant instead,
6192 available since Emacs 21.1 with cl and XEmacs 21.1.
6193
6194 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6195
6196 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6197 XEmacs gets not to work.
6198
6199 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6200
6201 * mm-util.el (mm-coding-system-priorities): Allow the value like
6202 "Japanese (UTF-8)" of current-language-environment.
6203
6204 2009-01-09 Glenn Morris <rgm@gnu.org>
6205
6206 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6207 with last-command-event.
6208
6209 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
6210
6211 * message.el (message-fix-before-sending): Amend comment.
6212
6213 2009-01-07 David Engster <dengste@eml.cc>
6214
6215 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6216 simplified server definitions by converting it via
6217 gnus-server-to-method.
6218
6219 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6220
6221 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6222 parameter's operands.
6223
6224 2009-01-06 David Engster <dengste@eml.cc>
6225
6226 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6227 primary select method (for gnus-group-mark-article-as-read).
6228
6229 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
6230
6231 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6232 `(gnus)Face', not `(gnus)X-Face'.
6233
6234 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
6235
6236 * mm-util.el (mm-ucs-to-char): New function.
6237
6238 * mm-url.el (mm-url-decode-entities): Use it.
6239
6240 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6241
6242 * message.el (message-fix-before-sending): Add `eight-bit' to
6243 illegible-text check.
6244
6245 2009-01-03 Michael Olson <mwolson@gnu.org>
6246
6247 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6248 `headers' is nil. This can occur if the IMAP server does not have
6249 permissions to read messages from a folder, but can write new messages
6250 to the folder.
6251 (nnimap-request-article-part): Do not insert `data' if it is nil.
6252
6253 2009-01-01 Dave Love <fx@gnu.org>
6254
6255 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6256
6257 * nnimap.el: Fix author email.
6258 (nnimap-split-rule): Add FIXME comment.
6259 (nnimap-debug): Fix doc string.
6260
6261 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
6262
6263 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6264 overlay-arrow-position and overlay-arrow-string buffer-local; no need
6265 to check if those variables exist (first appeared in Emacs 18.50).
6266
6267 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
6268
6269 * mm-util.el (mm-line-number-at-pos): New function.
6270
6271 * spam-report.el (spam-report-process-queue): Use it.
6272
6273 2008-12-24 David Engster <dengste@eml.cc>
6274
6275 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6276 parameters that haven't existed as variables as buffer-local variables.
6277
6278 2008-12-23 Dave Love <fx@gnu.org>
6279
6280 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6281 cadar.
6282
6283 * sieve-manage.el (sieve-manage-starttls-p): Rename from
6284 imap-starttls-p.
6285 (sieve-manage-starttls-open): Rename from imap-starttls-open.
6286
6287 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
6288
6289 * spam-report.el (spam-report-gmane-max-requests): New constant.
6290 (spam-report-gmane-wait): New variable.
6291 (spam-report-gmane-ham, spam-report-gmane-spam)
6292 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6293 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6294 the server.
6295
6296 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6297 Add explanations.
6298
6299 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6300 nnheader-accept-process-output and nnheader-read-timeout if available.
6301 (pop3-movemail): Use it.
6302
6303 * message.el (message-check-news-body-syntax): Fix signature check if
6304 there's an attachment.
6305
6306 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
6307
6308 * mm-util.el: Add comments to the mm- emulating functions.
6309
6310 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
6311
6312 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6313 Reported by Stephen Berman <stephen.berman@gmx.net>.
6314
6315 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
6316
6317 * mm-util.el (mm-substring-no-properties): New function.
6318 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6319 (mm-special-display-p): Enable those lambda forms to be byte compiled.
6320 (mm-string-to-multibyte): Doc fix.
6321
6322 * mml.el (mml-attach-file): Use mm-substring-no-properties.
6323
6324 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
6325
6326 * mml.el (mml-attach-file): Strip text properties from file name.
6327 (Bug#1574)
6328
6329 2008-12-16 Glenn Morris <rgm@gnu.org>
6330
6331 * mm-util.el (mm-charset-override-alist): Declare for compiler.
6332
6333 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
6334
6335 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6336 knows since the charset specified might be a bogus alias that
6337 mm-charset-synonym-alist provides.
6338
6339 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6340
6341 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6342 "ISO_8859-1".
6343
6344 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6345
6346 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
6347
6348 * mm-util.el (mm-charset-eval-alist):
6349 Define it before mm-charset-to-coding-system.
6350 (mm-charset-to-coding-system): Add optional argument `silent';
6351 define it before mm-charset-override-alist.
6352 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6353 default value if it can be used in Emacs currently running;
6354 silence mm-charset-to-coding-system.
6355
6356 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
6357
6358 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6359 `allow-override' which says whether to use `mm-charset-override-alist'.
6360 (rfc2047-decode-encoded-words): Use it.
6361
6362 * mm-util.el (mm-charset-override-alist): Fix custom type;
6363 add `(gb2312 . gbk)' to choices.
6364
6365 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
6366
6367 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6368 fast.
6369
6370 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6371
6372 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
6373
6374 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6375 on links.
6376
6377 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6378
6379 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6380
6381 * message.el (message-idna-to-ascii-rhs-1): Protect against local
6382 users' addresses that don't have domain parts.
6383 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6384 rather than message-narrow-to-head since there will be the message
6385 header separator.
6386
6387 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6388
6389 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6390 since the result is inserted in a unibyte buffer anyway.
6391 (nnimap-demule-use-string-to-multibyte): Remove.
6392 (nnimap-demule): Alias it to mm-string-to-multibyte.
6393
6394 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6395
6396 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6397 variable for debugging bug#464 and bug#1174.
6398 (nnimap-demule): Use it.
6399
6400 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6401
6402 * gnus-score.el (gnus-score-find-trace): Handle default score in total
6403 score calculation correctly.
6404
6405 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6406
6407 * message.el (message-send-mail): Just set the buffer to unibyte
6408 rather than use mm-with-unibyte-current-buffer which does a lot more.
6409 (message-send-mail-partially): Don't bother with
6410 mm-with-unibyte-current-buffer since it's already been made unibyte by
6411 message-send-mail.
6412
6413 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
6414
6415 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6416
6417 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
6418
6419 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6420
6421 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
6422
6423 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6424 require itself and to remove `with-no-warnings'.
6425
6426 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
6427
6428 * starttls.el (starttls-any-program-available): Get the name of the
6429 available TLS layer program.
6430 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6431 well as the host name in the "opening" message.
6432
6433 * auth-source.el (auth-source-cache, auth-source-do-cache)
6434 (auth-source-user-or-password): Cache passwords and logins by default,
6435 allow override with `auth-source-do-cache'.
6436 (auth-source-forget-user-or-password): Allow users to remove cache
6437 entries if needed.
6438
6439 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
6440
6441 * ietf-drums.el (ietf-drums-remove-comments): Localize second
6442 condition-case to only the forward-sexp call.
6443
6444 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
6445
6446 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6447 quotes contained. Make it more robust regardless by an extra
6448 condition-case wrapper.
6449
6450 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
6451
6452 * nnml.el (nnml-request-expire-articles): Check if the function set to
6453 `nnmail-expiry-target' returns the symbol `delete'.
6454
6455 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6456
6457 * nnmail.el (nnmail-expiry-target): Fix custom type.
6458
6459 2008-10-02 Glenn Morris <rgm@gnu.org>
6460
6461 * mm-util.el (mm-codepage-setup): Tweak codepage error.
6462 Silence compiler warning.
6463
6464 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
6465
6466 * mml.el (mml-menu): Don't assume mml2015 is bound.
6467
6468 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6469
6470 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6471 exists.
6472
6473 2008-09-27 Glenn Morris <rgm@gnu.org>
6474
6475 * gnus-util.el (mail-header-remove-comments): Autoload it.
6476
6477 2008-09-27 Andreas Schwab <schwab@suse.de>
6478
6479 * gnus-util.el (gnus-split-references): Strip comments.
6480 (gnus-parent-id): Likewise.
6481
6482 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
6483
6484 * message.el (message-confirm-send): Fix version.
6485
6486 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
6487
6488 * message.el (message-idna-to-ascii-rhs-1): Use
6489 mail-extract-address-components rather than mail-header-parse-addresses
6490 that is an alias by default to ietf-drums-parse-addresses that does not
6491 support non-ASCII names in headers' contents.
6492
6493 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6494
6495 * message.el (message-confirm-send): Fix variable documentation to
6496 avoid the "y/n" wording.
6497
6498 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
6499
6500 * message.el (message-set-auto-save-file-name): Save to a different
6501 filename so multiple messages (especially drafts) can be recovered.
6502
6503 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
6504
6505 * message.el (message-confirm-send): Add appropriate version.
6506
6507 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
6508
6509 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6510 defvar.
6511
6512 2008-09-22 Daiki Ueno <ueno@unixuser.org>
6513
6514 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6515 (mm-pkcs7-enveloped-magic): Ditto.
6516
6517 2008-09-17 Simon Josefsson <simon@josefsson.org>
6518
6519 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6520 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6521
6522 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
6523
6524 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6525 default, it's better.
6526
6527 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
6528
6529 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6530 summary line gnus-number property and ignore them (with a warning
6531 message).
6532
6533 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
6534
6535 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6536 macro caddr in the interactive form since it won't be expanded.
6537
6538 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6539
6540 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6541 `charset'; fix name of function called recursively.
6542 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6543
6544 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6545
6546 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6547 (gnus-mime-set-charset-parameters): New function.
6548 (gnus-mime-view-part-as-charset): Use it to correctly display part
6549 specifying wrong charset.
6550
6551 2008-09-08 David Engster <dengste@eml.cc>
6552
6553 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6554 in completing-read for back end server.
6555
6556 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
6557
6558 * message.el (message-confirm-send): New variable to confirm sending a
6559 message.
6560 (message-send): Use it.
6561
6562 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
6563
6564 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6565
6566 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
6567
6568 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6569
6570 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
6571
6572 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6573 prevent tracking too many groups.
6574 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6575 Use it.
6576
6577 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
6578
6579 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6580 moving point to the bottom of the window in order to avoid recentering.
6581
6582 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
6583
6584 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6585 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6586 (gnus-article-beginning-of-window): Fix calculation.
6587
6588 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
6589
6590 * gnus-msg.el (gnus-summary-supersede-article)
6591 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6592 value of gnus-newsgroup-charset to decode non-MIME encoded text in
6593 message header.
6594
6595 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6596
6597 * message.el:
6598 * gnus-start.el:
6599 * gnus-registry.el: Remove VMS support.
6600
6601 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6602
6603 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6604 macro.
6605 (rfc2104-hash): Use it.
6606
6607 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
6608
6609 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6610 (gnus-summary-sort-by-most-recent-date): New commands.
6611 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6612 and menu entries.
6613
6614 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
6615
6616 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6617 don't redisplay article for raw contents; remove plural articles stuff.
6618
6619 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6620 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6621 on gnus-summary-save-article; display results properly.
6622
6623 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
6624
6625 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6626
6627 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
6628
6629 * gnus-art.el (gnus-summary-save-in-pipe):
6630 Consider gnus-save-all-headers.
6631
6632 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6633
6634 * gnus-util.el (ns-focus-frame): Remove declaration.
6635 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
6636 like x.
6637
6638 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
6639
6640 * rfc2104.el (rfc2104-zero): Delete defconst.
6641 (rfc2104-hex-alist): Likewise.
6642 (rfc2104-hex-to-int): Delete func.
6643 (rfc2104-hexstring-to-bitstring): Likewise.
6644 (rfc2104-nybbles): New defconst.
6645 (rfc2104-hash): Rewrite for speed.
6646
6647 2008-07-16 Glenn Morris <rgm@gnu.org>
6648
6649 * gnus-util.el (ns-focus-frame): Declare for compiler.
6650
6651 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
6652
6653 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6654 set as a group parameter.
6655 (gnus-summary-save-in-pipe): Work when it is called independently.
6656 (gnus-summary-pipe-to-muttprint): Don't modify
6657 gnus-summary-pipe-output-default-command.
6658
6659 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6660
6661 * message.el (message-send-mail-with-sendmail):
6662 Display the error message.
6663
6664 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6665
6666 * gnus-art.el (gnus-default-article-saver):
6667 Add gnus-summary-save-in-pipe to choices.
6668 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6669 gnus-summary-pipe-output-default-command as the default command.
6670 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6671 instead of gnus-last-shell-command.
6672
6673 * gnus-sum.el (gnus-summary-pipe-output-default-command):
6674 New user option.
6675 (gnus-summary-muttprint-program): Mention the value will be changed.
6676 (gnus-summary-save-article): Force showing of all headers.
6677 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6678
6679 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
6680
6681 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6682
6683 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
6684
6685 * nnimap.el (nnimap-id):
6686 * sieve-manage.el (sieve-manage-open): Doc fixes.
6687
6688 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
6689
6690 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6691 if available.
6692
6693 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6694
6695 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6696
6697 * nnkiboze.el (nnkiboze-generate-group):
6698 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6699
6700 * nnmairix.el: Require CL.
6701
6702 2008-06-15 David Engster <dengste@eml.cc>
6703
6704 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6705
6706 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
6707
6708 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6709 New macros that expand to an `aset'/`aref' call under Emacs, and to a
6710 runtime choice under XEmacs.
6711
6712 * gnus-sum.el (gnus-summary-set-display-table):
6713 Use `gnus-put-display-table', `gnus-get-display-table',
6714 `gnus-set-display-table' for the display table, instead of `aset'.
6715
6716 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6717
6718 * nnmairix.el: Add autoloads.
6719
6720 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6721
6722 * nnmairix.el (nnmairix-delete-recreate-group)
6723 (nnmairix-update-and-clear-marks): Fix error messages.
6724
6725 2008-06-14 David Engster <dengste@eml.cc>
6726
6727 * nnmairix.el: Upgrade to version 0.6.
6728 (nnmairix-group-toggle-propmarks-this-group)
6729 (nnmairix-group-toggle-readmarks-this-group)
6730 (nnmairix-group-delete-recreate-this-group)
6731 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6732 (nnmairix-remove-tick-mark-original-article): New commands.
6733 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6734 (nnmairix-propagate-marks-to-nnmairix-groups)
6735 (nnmairix-only-use-registry, nnmairix-allowfast-default)
6736 (nnmairix-marks-cache, nnmairix-version-output): New variables.
6737 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6738 functions needed for marks propagation and manipulation of read marks.
6739 (nnmairix-update-groups): New function.
6740 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6741 (nnmairix-determine-original-group-from-registry)
6742 (nnmairix-determine-original-group-from-path)
6743 (nnmairix-get-group-from-file-path, nnmairix-map-range)
6744 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6745 New helper functions.
6746 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6747 keystrokes for new commands.
6748 (nnmairix-delete-and-create-on-change): Doc string cleanup.
6749 (nnmairix-request-group): Check allow-fast group parameter.
6750 (nnmairix-request-create-group): Set allow-fast group parameter if
6751 nnmairix-allowfast-default is set.
6752 (nnmairix-close-group): Propagate marks upon closing if needed.
6753 (nnmairix-group-toggle-threads-this-group): Use new.
6754 nnmairix-group-toggle-parameter helper function.
6755 (nnmairix-search): Better check for empty search result.
6756 (nnmairix-goto-original-article): Use new helper functions for
6757 determining original article.
6758 (nnmairix-show-original-article): Make sure message-id is in brackets.
6759 (nnmairix-call-mairix-binary): Change variable name.
6760 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6761 helper function.
6762 (nnmairix-widget-toggle-activate): Fix doc string.
6763
6764 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
6765
6766 * nnir.el: Require edmacro when compiling with XEmacs.
6767 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6768 available in Emacs 21.
6769
6770 2008-06-11 Glenn Morris <rgm@gnu.org>
6771
6772 * gnus-util.el (x-focus-frame):
6773 * gnus.el (image-size):
6774 * mm-decode.el (image-size): Declare.
6775
6776 * gnus-picon.el (declare-function): Add compat definition.
6777 (image-size): Declare.
6778
6779 * gnus-group.el (tool-bar-map):
6780 * gnus-sum.el (tool-bar-map): Define for compiler.
6781
6782 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6783
6784 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6785
6786 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6787 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6788 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6789 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6790 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6791 * sieve-manage.el, spam-report.el, spam.el:
6792 Remove unnecessary eval-and-compile of autoloads.
6793
6794 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
6795
6796 * auth-source.el: Precise Tramp doc.
6797
6798 2008-06-07 Glenn Morris <rgm@gnu.org>
6799
6800 * nnmairix.el: Remove unnecessary eval-when-compile.
6801
6802 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
6803
6804 * nnir.el: New file.
6805
6806 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6807
6808 * gnus-util.el (gnus-read-shell-command): New function.
6809 * mm-decode.el (mm-pipe-part):
6810 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6811
6812 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
6813
6814 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6815
6816 2008-06-03 Glenn Morris <rgm@gnu.org>
6817
6818 * pop3.el (nnheader-accept-process-output): Autoload it.
6819
6820 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
6821
6822 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6823 are not 2-digit hexadecimal characters that follow `%'s.
6824
6825 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
6826
6827 * message.el (message-bogus-recipient-p): Fix type in doc string.
6828 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6829 (message-bogus-addresses): Rename from message-bogus-address-regexp.
6830 Improve custom options.
6831 (message-bogus-recipient-p): Adjust accordingly.
6832
6833 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
6834
6835 * nnmairix.el: Require edmacro when compiling with XEmacs.
6836
6837 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
6838
6839 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6840 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6841
6842 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
6843
6844 * auth-source.el: Add more docs.
6845
6846 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6847
6848 * nnheader.el (nnheader-read-timeout): Change the default timeout from
6849 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
6850 retrieval faster in some cases, but might make CPU usage larger.
6851 If this has any bad side effects, we might revert this change.
6852
6853 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6854 seems to make mail retrieval much, much faster.
6855 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6856 unconditionally.
6857
6858 * gnus-draft.el (gnus-group-send-queue):
6859 Bind message-send-mail-partially-limit to nil to avoid being prompted.
6860
6861 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
6862
6863 * mml.el (mml-attach-buffer): Prompt for `disposition'.
6864
6865 * message.el (message-bogus-address-regexp): Fix and improve custom
6866 type.
6867 (message-setup-hook): Add message-check-recipients as custom option.
6868
6869 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
6870
6871 * message.el (message-cite-function): Remove bogus autoload which crept
6872 in during merge from v5-10.
6873
6874 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
6875
6876 * nnimap.el (nnimap-open-connection): Fix login/password bug.
6877
6878 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6879
6880 * auth-source.el: Preliminary Tramp docs.
6881 (auth-sources): Change the default auth-sources to use
6882 EPA .gpg files.
6883
6884 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
6885
6886 * nntp.el: Autoload `auth-source-user-or-password'.
6887 (nntp-send-authinfo): Use it.
6888
6889 * nnimap.el: Autoload `auth-source-user-or-password'.
6890 (nnimap-open-connection): Use it.
6891
6892 * auth-source.el: Add docs on using with url-auth. Import gnus-util
6893 for the gnus-message function.
6894 (auth-source-user-or-password): Use it.
6895
6896 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6897
6898 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6899 rfc2104-hexstring-to-byte-list. Return a unibyte string.
6900 (rfc2104-hash): Use it.
6901
6902 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
6903
6904 * gnus-art.el (gnus-article-toggle-truncate-lines):
6905 Don't use `iff' in docstring.
6906
6907 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
6908
6909 * gnus-registry.el: Adjusted copyright dates and added a keyword.
6910
6911 * gnus-util.el (gnus-extract-address-component-name)
6912 (gnus-extract-address-component-email): Convenience functions around
6913 `gnus-extract-address-components'.
6914
6915 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6916 Use `gnus-extract-address-component-email' to fix bug of comparing full
6917 sender name to `user-mail-address'.
6918
6919 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
6920
6921 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6922 catch/throw to optimize.
6923 (gnus-registry-find-keywords): Just use member to find a keyword.
6924
6925 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6926
6927 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6928 is current before calling gnus-server-prepare.
6929 (gnus-server-setup-buffer, gnus-server-update-server)
6930 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6931
6932 2008-05-04 Juri Linkov <juri@jurta.org>
6933
6934 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6935 (mailcap-file-default-commands): Use mailcap-replace-in-string
6936 instead of replace-regexp-in-string, and mailcap-delete-duplicates
6937 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
6938
6939 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
6940
6941 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6942
6943 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6944
6945 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6946 hooks.
6947 (gnus-update-read-articles): Speed up non-marks-using users.
6948 (gnus-use-marks): Define gnus-use-marks.
6949 (gnus-propagate-marks): Rename variable to something more sensible.
6950
6951 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
6952
6953 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6954 (gmm-image-load-path-for-library): Fix typos in docstrings.
6955 (gmm-message): Reflow docstring.
6956
6957 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
6958
6959 * mail-source.el (mail-source-set-1, mail-source-bind):
6960 Move auth-source code out of the macro to clean it up and fix bugs.
6961
6962 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
6963
6964 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6965 by sender if it's equal to user-mail-address, it's likely to be
6966 useless.
6967
6968 * mail-source.el (mail-source-bind): Don't use user or password if they
6969 are not bound. Unintern them if they are nil. Don't use server unless
6970 it's bound, and default it to empty string otherwise.
6971
6972 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
6973
6974 * mail-source.el: Load auth-source.el.
6975 (mail-source-bind): Add comments. Call auth-source-user-or-password to
6976 get user name or password, if auth-sources is set up.
6977
6978 * gnus-registry.el (gnus-registry-split-strategy): New variable for
6979 strategy of splitting with parent.
6980 (gnus-registry-split-fancy-with-parent)
6981 (gnus-registry-post-process-groups): Use it and fix prior
6982 bug (returning a list as the split result).
6983
6984 * auth-source.el (auth-sources): Remove server parameter.
6985 (auth-source-pick, auth-source-user-or-password)
6986 (auth-source-user-or-password-imap)
6987 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6988 (auth-source-user-or-password-sftp)
6989 (auth-source-user-or-password-smtp): Remove server parameter.
6990
6991 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
6992
6993 * smime.el (smime-sign-region, smime-encrypt-region)
6994 (smime-decrypt-region):
6995 Remove redundant calls to `generate-new-buffer-name'.
6996
6997 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
6998
6999 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7000 Don't use QP for message/rfc822.
7001 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7002
7003 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7004
7005 * sieve-manage.el (sieve-string-bytes): Remove.
7006 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7007 correct byte-length only if the process's coding-system is the same as
7008 the one used internally by Emacs to represent strings.
7009
7010 2008-04-22 Juri Linkov <juri@jurta.org>
7011
7012 * mailcap.el (mailcap-file-default-commands): New function.
7013
7014 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
7015
7016 * message.el (message-signature-separator, message-cite-function):
7017 Change custom version.
7018
7019 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
7020
7021 * mm-decode.el (mm-display-external): Make temp file read-only.
7022
7023 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
7024
7025 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7026 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
7027 `C-c C-f d'.
7028
7029 2008-04-12 Adrian Aichner <adrian@xemacs.org>
7030
7031 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7032
7033 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
7034
7035 * auth-source.el: Add docs.
7036 (auth-sources): Modify format to support server.
7037 (auth-source-pick, auth-source-user-or-password)
7038 (auth-source-user-or-password-imap)
7039 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7040 (auth-source-user-or-password-sftp)
7041 (auth-source-user-or-password-smtp): Add server parameter.
7042
7043 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
7044
7045 * gnus-registry.el: Initialize the registry when gnus-registry-install
7046 is t.
7047
7048 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
7049
7050 * compface.el (uncompface): Make buffer unibyte.
7051
7052 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
7053
7054 * mail-source.el (mail-source-value):
7055 Prefer fboundp to functionp so it works with macros as well.
7056
7057 2008-04-05 Glenn Morris <rgm@gnu.org>
7058
7059 * gnus-ems.el (mm-disable-multibyte): Autoload it.
7060
7061 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7062
7063 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7064 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7065
7066 * nnheader.el (nnheader-init-server-buffer): Change buffer's
7067 multibyteness after rather than before erasing it.
7068
7069 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7070 mm-with-multibyte.
7071 (gnus-request-article-this-buffer): Make sure the proper decoding is
7072 used if gnus-original-article-buffer happens to be unibyte.
7073
7074 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7075 default-enable-multibyte-characters.
7076
7077 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7078 default-enable-multibyte-characters.
7079
7080 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7081
7082 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7083
7084 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7085
7086 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7087 Fix last change in case the element is not even a symbol.
7088
7089 2008-04-02 Simon Josefsson <simon@josefsson.org>
7090
7091 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7092 imap-enable-exchange-bug-workaround.
7093 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7094
7095 2008-04-01 Simon Josefsson <simon@josefsson.org>
7096
7097 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7098 a 100 byte status-checks into a 2-3MB transfer for each group.
7099 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7100 to enable bug workaround or not.
7101 (nnimap-find-minmax-uid): Only enable workaround conditionally.
7102
7103 2008-03-31 Glenn Morris <rgm@gnu.org>
7104
7105 * message.el (mml2015-use): Declare for compiler.
7106 (message-info): Require mml2015 when appropriate.
7107
7108 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
7109
7110 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7111 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7112 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7113 (nntp-service-to-port): New function.
7114 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7115 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7116 (nntp-open-netcat-stream): New function.
7117 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7118
7119 2008-03-29 Sven Joachim <svenjoac@gmx.de>
7120
7121 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7122
7123 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7124
7125 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7126
7127 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
7128
7129 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7130
7131 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
7132
7133 * message.el (message-signature-separator): Change default.
7134 Improve custom type.
7135 (message-cite-function): Change default to
7136 message-cite-original-without-signature.
7137
7138 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7139 toggle.
7140
7141 * message.el (message-check-news-body-syntax): Fix signature check.
7142 (message-setup-1): Mark buffer as unmodified _after_ running
7143 message-setup-hook and handling message-alternative-emails.
7144 (message-shorten-references): Be more strict when building list of
7145 valid references to comply with GNKSA.
7146
7147 * gnus-group.el (gnus-read-ephemeral-bug-group)
7148 (gnus-read-ephemeral-debian-bug-group)
7149 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7150
7151 * message.el (message-info): Don't use booleanp which isn't supported
7152 in Emacs 21 and XEmacs.
7153
7154 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
7155
7156 * gnus-group.el (gnus-gmane-group-download-format): Rename from
7157 gnus-group-gmane-group-download-format.
7158 (gnus-group-read-ephemeral-gmane-group): Rename from
7159 gnus-group-read-ephemeral-gmane-group.
7160 (gnus-read-ephemeral-gmane-group-url): Rename from
7161 gnus-group-read-ephemeral-gmane-group-url.
7162 (gnus-bug-group-download-format-alist): New variable.
7163 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7164 (gnus-read-ephemeral-emacs-bug-group): New commands.
7165
7166 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
7167
7168 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7169 (gnus-visible-headers): Improve custom type.
7170
7171 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
7172
7173 * mml.el (mml-menu): Add workarounds for XEmacs.
7174
7175 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7176 X-Boundary header.
7177
7178 * message.el (message-simplify-recipients): Fix previous commit.
7179
7180 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7181
7182 * mm-util.el (mm-set-buffer-multibyte): New function.
7183 * mm-decode.el (mm-copy-to-buffer): Use it.
7184
7185 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7186 Prefer fboundp to functionp so it works with macros as well.
7187
7188 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
7189
7190 * message.el (message-alter-recipients-discard-bogus-full-name):
7191 New function.
7192 (message-alter-recipients-function): New variable.
7193 (message-get-reply-headers): Use it.
7194 (message-replace-header): New helper function.
7195 (message-recipients-without-full-name): New variable.
7196 (message-simplify-recipients): New command.
7197
7198 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7199
7200 * message.el (message-info): Handle EasyPG manual.
7201
7202 * mml.el (mml-menu): Add entry for EasyPG.
7203
7204 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
7205
7206 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7207 parameter.
7208
7209 * message.el (message-disassociate-draft): Specify drafts group name
7210 fully.
7211
7212 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
7213
7214 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7215 Eliminate unnecessary duplicates from the match list.
7216
7217 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
7218
7219 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7220 args of `how-many' of which the XEmacs version doesn't take; declare
7221 Info-index-next as function.
7222
7223 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
7224
7225 * gnus-score.el (gnus-score-headers): Fix handling of
7226 gnus-inhibit-slow-scoring.
7227
7228 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7229 string.
7230 (gnus-button-url-regexp): Improve handling of parenthesis.
7231 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7232 (gnus-button-handle-info-keystrokes): Handle index entries.
7233
7234 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
7235
7236 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7237 Incoming* files.
7238
7239 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
7240
7241 * auth-source.el (auth-sources): Rename from auth-source-choices.
7242 (auth-source-pick): Use it.
7243
7244 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
7245
7246 * auth-source.el (auth-source-protocols)
7247 (auth-source-protocols-customize, auth-source-choices): Add and
7248 modified variable customizations and defaults.
7249 (auth-source-pick, auth-source-user-or-password)
7250 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7251 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7252 (auth-source-user-or-password-sftp)
7253 (auth-source-user-or-password-smtp): Use new variables and provide an
7254 interface to netrc.el.
7255
7256 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
7257
7258 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7259 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7260 Make sure the nntp port to specify is a string.
7261
7262 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7263
7264 * nntp.el: Use with-current-buffer.
7265 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7266 dubious mm-with-unibyte-current-buffer.
7267 (nntp-with-open-group-function): New function extracted from
7268 nntp-with-open-group macro.
7269 (nntp-with-open-group): Use the function, so it's easier to debug.
7270 Add indentation and debugging info.
7271 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7272 Recommend the use of the netcat alternatives.
7273
7274 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7275 Avoid mm-string-as-multibyte as well.
7276
7277 * nnweb.el (nnweb-insert-html):
7278 Remove use of nnheader-string-as-multibyte.
7279
7280 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7281 (nnheader-string-as-multibyte): Remove.
7282
7283 * mm-view.el: Use inhibit-read-only.
7284 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7285 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7286 or unibyte-string.
7287
7288 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7289 (mm-uu-yenc-extract): Use with-current-buffer.
7290
7291 * gnus-soup.el (gnus-soup-send-packet): Don't use
7292 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7293
7294 * nnmh.el: Use with-current-buffer.
7295 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7296 mm-string-as-multibyte on the output of mm-encode-coding-string.
7297
7298 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7299 (nnimap-request-move-article): Use with-current-buffer.
7300
7301 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7302 inserting the handle-buffer's text, so the implicit multibyte->unibyte
7303 conversion uses string-make-unibyte rather than string-as-unibyte.
7304
7305 * gnus-msg.el: Use with-current-buffer.
7306
7307 * message.el (message-ignored-resent-headers): Add "Delivered-To".
7308
7309 2008-03-10 Daiki Ueno <ueno@unixuser.org>
7310
7311 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7312 string for caching if it is 'PIN.
7313
7314 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7315
7316 * mail-source.el (mail-source-delete-old-incoming-confirm):
7317 Change default to nil.
7318 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7319
7320 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
7321
7322 * gnus-art.el (gnus-narrow-to-page): Position point properly.
7323 (gnus-article-goto-prev-page): Work for articles having ^L's.
7324
7325 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7326
7327 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7328
7329 2008-03-07 Karl Fogel <kfogel@red-bean.com>
7330
7331 * gnus-bookmark.el: Adjust for renames in bookmark.el.
7332 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7333 (gnus-bookmark-jump): Adjust some variable names.
7334
7335 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
7336
7337 * auth-source.el: New package.
7338 (auth-source-choices): Add customization entry point variable.
7339
7340 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7341 bug.
7342
7343 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
7344
7345 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7346 (gnus-registry-initialize, gnus-registry-install-p): Use it.
7347 (gnus-registry-install-shortcuts): Rename from
7348 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
7349 the `gnus-registry-mark-map' keymap dynamically from
7350 `gnus-registry-marks'. The generated functions update the summary line
7351 when a registry mark is added or deleted, and will call
7352 `gnus-registry-install-p' (see the comments in the code).
7353 (gnus-registry-user-format-function-M): Use concat intelligently.
7354
7355 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7356 the registry mark functions.
7357
7358 2008-03-05 Glenn Morris <rgm@gnu.org>
7359
7360 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7361 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7362 gnus-art.
7363 (top-level): No need to load own source when compiling.
7364
7365 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7366
7367 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7368 Suggested by <chris.anderton@zetnet.co.uk>.
7369
7370 2008-03-04 Glenn Morris <rgm@gnu.org>
7371
7372 * gnus-sum.el (top-level): No need to require gnus when compiling,
7373 since unconditionally required near start of file.
7374 (gnus-summary-display-while-building): Move definition before use.
7375
7376 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
7377
7378 * gnus-registry.el (gnus-registry-user-format-function-M):
7379 Add formatting function.
7380
7381 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
7382
7383 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7384 with plists.
7385 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7386 Use new format.
7387
7388 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7389
7390 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7391 `where-is-internal' that returns a range of key sequences.
7392
7393 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7394
7395 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7396
7397 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7398 (gnus-summary-jump-to-group): Consider windows on other displayed
7399 frames as well. Similar changes might be needed elsewhere, but that's
7400 the one I've bumped into during my use.
7401
7402 * nndoc.el (nndoc-oe-dbx-type-p):
7403 * gnus-msg.el (gnus-debug):
7404 * gnus-group.el (gnus-update-group-mark-positions):
7405 Use mm-string-to-multibyte.
7406
7407 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7408
7409 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7410 doesn't handle NotDashEscaped.
7411
7412 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
7413 (mml-dnd-attach-options): Fix typo in custom choice.
7414
7415 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7416 Change nndoc-article-type to mbox.
7417 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7418
7419 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
7420 to nil, instead of html2text.
7421
7422 * imap.el (imap-debug): Add `imap-ping-server'.
7423
7424 * gnus-bookmark.el: Add FIXMEs.
7425
7426 * message.el (message-form-letter-separator)
7427 (message-send-form-letter-delay): New variables.
7428 (message-send-form-letter): Use them. New command to send form
7429 letters. Requested by Uwe Siart.
7430 (message-send-mail-function): Doc fix. Add "Other" custom option.
7431
7432 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
7433
7434 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7435 empty author.
7436
7437 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
7438
7439 * gnus-registry.el (gnus-registry-marks): Add variable for
7440 customization of marks and their appearance.
7441 (gnus-registry-read-mark): Use it.
7442 (gnus-registry-do-marks): Add utility function to loop through
7443 `gnus-registry-marks'.
7444 (gnus-registry-install-shortcuts-and-menus): Add function to install
7445 shortcuts and menus.
7446 (gnus-registry-initialize): Use it.
7447 (gnus-registry-default-mark): Clarify documentation.
7448
7449 2008-02-29 Glenn Morris <rgm@gnu.org>
7450
7451 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7452 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7453 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7454 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7455 Change defcustom :version from 23.0 to 23.1.
7456
7457 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
7458
7459 * gnus-registry.el (gnus-registry-follow-group-p)
7460 (gnus-registry-post-process-groups): Add functions to aid registry
7461 splitting and improve logging. Clarify behavior in function
7462 documentation.
7463 (gnus-registry-split-fancy-with-parent): Use them.
7464
7465 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7466
7467 * gnus-art.el: Use with-current-buffer.
7468
7469 2008-02-27 David Engster <dengste@eml.cc>
7470
7471 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7472 Express real group name in the response.
7473
7474 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7475
7476 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7477 (nnmairix-last-server, nnmairix-current-server): Defvar them.
7478 (nnmairix-goto-original-article): Defvar gnus-registry-install and
7479 autoload gnus-registry-fetch-group when compiling.
7480 (nnmairix-request-group-with-article-number-correction):
7481 Remove unreferenced argument passed to nnmairix-call-backend.
7482
7483 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
7484
7485 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7486 (mm-uu-extract): Improve face for low color ttys.
7487 Reported by Sascha Wilde.
7488
7489 2008-02-27 Glenn Morris <rgm@gnu.org>
7490
7491 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7492 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7493 variables to defconsts. Convert comments to doc-strings.
7494 (nnmairix-last-server, nnmairix-current-server): Convert from free
7495 variables to defvars. Convert comments to doc-strings.
7496 (gnus-registry-fetch-group): Autoload.
7497 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7498 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7499 (nnmairix-widget-build-editable-fields): Use car cddr rather than
7500 caddr.
7501 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7502 nnmairix-request-group-with-article-number-correction call.
7503 (nnmairix-fast, nnmairix-group): New, less general names, for free
7504 variables passed from nnmairix-request-group to
7505 nnmairix-request-group-with-article-number-correction. Declare.
7506 (nnmairix-request-group-with-article-number-correction):
7507 Use nnmairix-fast, nnmairix-group rather than fast, group.
7508
7509 2008-02-26 David Engster <dengste@eml.cc>
7510
7511 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
7512 version 0.5.
7513
7514 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
7515
7516 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7517 instead of making an extra function call. Don't add the current group
7518 to articles only when they have the group. Use
7519 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7520 Reported by David <de_bb@arcor.de>.
7521
7522 2008-02-24 Miles Bader <miles@gnu.org>
7523
7524 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7525 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7526 (mm-find-mime-charset-region):
7527 * mm-bodies.el (mm-encode-body):
7528 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7529
7530 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
7531
7532 * mail-source.el (mail-source-delete-incoming): Change default.
7533 Supplement doc string.
7534
7535 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7536
7537 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
7538
7539 * nnmail.el (nnmail-message-id-cache-file): Derive from
7540 `gnus-home-directory'.
7541
7542 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
7543
7544 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7545 Document negative prefix.
7546
7547 * gnus-group.el (gnus-group-read-group): Document negative prefix.
7548
7549 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7550
7551 * message.el (message-unsent-separator): Add the Exim bounce
7552 separator.
7553
7554 2008-02-10 Daiki Ueno <ueno@unixuser.org>
7555
7556 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7557 list.
7558 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7559 recipient/signer list.
7560
7561 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
7562
7563 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7564 fbound (Emacs 23 unicode), signal an error.
7565
7566 2008-02-08 Glenn Morris <rgm@gnu.org>
7567
7568 * gnus-art.el (pgg-display-output-buffer): Declare as function.
7569
7570 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
7571
7572 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7573 ports to the calls to `netrc-machine-user-or-password' in addition to
7574 "imap" and "imaps".
7575
7576 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
7577
7578 * gnus.el (gnus-group-startup-message): Add `find-image' call before
7579 image-load-path is let-bound. Reported by Harald Hanche-Olsen
7580 <hanche@math.ntnu.no>.
7581
7582 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
7583
7584 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7585
7586 2008-02-01 Zhang Wei <id.brep@gmail.com>
7587
7588 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7589
7590 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7591
7592 2008-02-01 Miles Bader <miles@gnu.org>
7593
7594 * mml.el (mml-parse-1): Remove apparently vestigial use of
7595 `mm-hack-charsets'.
7596 * mm-bodies.el (mm-encode-body): Likewise.
7597
7598 2008-02-01 Kenichi Handa <handa@m17n.org>
7599
7600 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7601 rfc2104-hexstring-to-bitstring and changed to return a byte list.
7602 (rfc2104-hash): Convert the result of concat to unibyte string.
7603
7604 2008-02-01 Dave Love <fx@gnu.org>
7605
7606 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7607 coding-system-for-read.
7608 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7609
7610 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7611 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
7612 (mm-find-mime-charset-region): Remove hack-charsets stuff.
7613
7614 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
7615
7616 * mail-source.el (mail-sources): Add `group' choice.
7617
7618 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7619 parameter `in-group' to control into which group the articles go.
7620 Add treatment of `group' mail-source.
7621
7622 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7623
7624 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7625 * message.el (message-beginning-of-line): Use featurep instead of bound
7626 tests in order to resolve conditionals at compile time.
7627
7628 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
7629
7630 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7631
7632 * mm-decode.el (mm-dissect-buffer): Decode description.
7633
7634 * mml.el (mml-to-mime): Encode message header first.
7635
7636 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
7637
7638 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7639 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7640
7641 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
7642
7643 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7644
7645 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
7646
7647 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7648 prefix keys.
7649 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7650 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7651 gnus-xmas.el.
7652
7653 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7654
7655 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7656 Add new variables for article mark management.
7657 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7658 list of extra data entries which, when present, will indicate that the
7659 article ID should not be trimmed from the registry.
7660 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7661 functions.
7662 (gnus-registry-read-mark): New function to read a mark name from the
7663 user.
7664 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7665 (gnus-registry-set-article-mark-internal): New functions to add and
7666 remove marks.
7667 (gnus-registry-get-article-marks): New function to show the marks for
7668 an article, or retrieve them for further use.
7669
7670 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7671
7672 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7673 keys when no argument is given.
7674
7675 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7676
7677 * gnus-sum.el (gnus-article-sort-by-random)
7678 (gnus-thread-sort-by-random): Fix doc strings.
7679 Reported by jidanni@jidanni.org.
7680
7681 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
7682
7683 * gnus-art.el (gnus-article-describe-bindings): New function.
7684 (gnus-article-read-summary-keys): Use it.
7685 (gnus-article-mode-map): Bind `C-h b' to it.
7686
7687 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7688
7689 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7690 XEmacs.
7691 (gnus-article-describe-key, gnus-article-describe-key-briefly):
7692 Protect against non-character events.
7693
7694 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
7695
7696 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7697 New command.
7698 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7699 instead of END. Change name of the temp file.
7700 (gnus-group-gmane-group-download-format): Add doc string. Make it
7701 customizable.
7702
7703 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7704
7705 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7706 bind `S W' to gnus-article-wide-reply-with-original; set default
7707 binding to gnus-article-read-summary-send-keys.
7708 (gnus-article-read-summary-keys): Fix the order of keys; display
7709 continuation keys correctly in the echo area; describe bindings
7710 correctly when keys end with `C-h'.
7711 (gnus-article-read-summary-send-keys): New function.
7712 (gnus-article-describe-key, gnus-article-describe-key-briefly):
7713 Work for gnus-article-read-summary-send-keys; display continuation keys
7714 correctly in the echo area.
7715 (gnus-article-reply-with-original): Ignore prefix argument.
7716 (gnus-article-wide-reply-with-original): New function.
7717
7718 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
7719
7720 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7721 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7722
7723 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
7724
7725 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7726 (gnus-group-read-ephemeral-gmane-group): New command.
7727
7728 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7729
7730 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7731
7732 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
7733
7734 * message.el (message-send-mail-function): Increase custom version.
7735
7736 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7737 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
7738
7739 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7740
7741 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7742 html parts correctly; support forwarded messages.
7743 (gnus-article-browse-html-article): Remove work buffers.
7744
7745 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7746 compiling.
7747 (netrc-bound-and-true-p): New macro.
7748 (netrc-parse): Use it instead of bound-and-true-p that is not available
7749 in XEmacs 21.4.
7750
7751 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
7752
7753 * gnus-registry.el (gnus-registry-mark-article)
7754 (gnus-registry-article-marks): Add functionality to mark articles
7755 through the Gnus registry.
7756
7757 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7758 (netrc-parse): Use encrypt-file-alist to determine if
7759 encrypt-find-model or encrypt-insert-file-contents should be used.
7760
7761 2007-12-19 Glenn Morris <rgm@gnu.org>
7762
7763 * mml.el (message-options-set, message-narrow-to-head)
7764 (message-in-body-p, message-mail-p, message-encode-message-body):
7765 Autoload.
7766 (message-remove-header, message-narrow-to-headers-or-head)
7767 (message-subscribed-p, message-make-mail-followup-to)
7768 (message-position-on-field, message-news-p)
7769 (message-options-set-recipient, message-generate-headers)
7770 (message-sort-headers): Declare as functions.
7771
7772 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7773
7774 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7775 convention in doc string.
7776
7777 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7778
7779 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7780 title to html parts.
7781 (gnus-article-browse-html-article): Pass message header to it.
7782
7783 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7784
7785 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
7786
7787 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7788 or password compatible with XEmacs.
7789
7790 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7791
7792 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7793 format document.
7794 (gnus-mime-delete-part): Don't write description line if empty.
7795 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7796
7797 2007-12-14 Johan Bockgård <bojohan@gnu.org>
7798
7799 * gnus-sum.el (gnus-summary-mark-unread-as-read)
7800 (gnus-summary-mark-read-and-unread-as-read)
7801 (gnus-summary-mark-current-read-and-unread-as-read)
7802 (gnus-summary-mark-unread-as-ticked): Doc fix.
7803 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7804
7805 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
7806
7807 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7808 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7809
7810 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
7811
7812 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7813 yes-or-no-p.
7814
7815 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
7816
7817 * mm-decode.el (mm-add-meta-html-tag): New function.
7818 (mm-save-part-to-file, mm-pipe-part): Use it.
7819
7820 * gnus-art.el (gnus-article-browse-delete-temp-files):
7821 Use gnus-y-or-n-p instead of y-or-n-p.
7822 (gnus-article-browse-html-parts): Work with message/external-body; use
7823 mm-add-meta-html-tag.
7824
7825 2007-12-11 Glenn Morris <rgm@gnu.org>
7826
7827 * gnus-cache.el: Require gnus-sum not just when compiling.
7828
7829 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7830
7831 * gnus-int.el (gnus-server-opened, gnus-status-message):
7832 Move definitions before use.
7833
7834 * mm-decode.el: Require gnus-util.
7835 (mm-remove-part): Only call delete-annotation on XEmacs.
7836
7837 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7838
7839 * nnmail.el: Require gnus-int.
7840
7841 * spam.el: Move `require's before `eval-when-compile's.
7842
7843 * gnus-ems.el (gnus-alive-p):
7844 * gnus-fun.el (message-goto-eoh):
7845 * gnus-util.el (gnus-group-name-decode):
7846 * mail-source.el (gnus-compress-sequence):
7847 * message.el (Info-goto-node, format-spec):
7848 * mm-bodies.el (message-options-get):
7849 * mm-decode.el (mm-view-pkcs7):
7850 * mm-util.el (gmm-write-region):
7851 * mml-smime.el (mml-compute-boundary)
7852 (gnus-completing-read-with-default):
7853 * mml.el (widget-button-press, gnus-make-hashtable):
7854 * mml1991.el (mm-decode-content-transfer-encoding)
7855 (mm-encode-content-transfer-encoding)
7856 (message-options-get, message-options-set):
7857 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7858 * nnfolder.el (gnus-request-group):
7859 * nnheader.el (ietf-drums-unfold-fws):
7860 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7861 * smime.el (gnus-run-mode-hooks):
7862 * spam-stat.el (gnus-message): Autoload.
7863
7864 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7865 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7866 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7867 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7868 Add declare-function compatibility definition.
7869
7870 * gnus-cache.el (nnvirtual-find-group-art):
7871 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7872 (gnus-add-image, gnus-add-wash-type):
7873 * gnus-group.el (nnkiboze-score-file):
7874 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7875 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7876 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7877 (message-tokenize-header, gnus-get-buffer-create)
7878 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7879 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7880 * gnus.el (gnus-group-decoded-name):
7881 * mail-source.el (imap-capability):
7882 * mm-bodies.el (message-options-set):
7883 * mm-decode.el (gnus-configure-windows):
7884 * mm-extern.el (message-goto-body):
7885 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7886 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7887 (epg-sub-key-validity, message-options-set):
7888 * mml.el (widget-event-point, gnus-configure-windows):
7889 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7890 * mml2015.el (epg-check-configuration, epg-configuration)
7891 (message-options-set):
7892 * nndb.el (nndb-request-article):
7893 * nnfolder.el (gnus-request-create-group):
7894 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7895 * nnmaildir.el (gnus-group-mark-article-read):
7896 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7897 * rfc1843.el (message-fetch-field):
7898 * spam.el (gnus-extract-address-components):
7899 Declare as functions.
7900
7901 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7902
7903 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7904
7905 2007-12-09 Glenn Morris <rgm@gnu.org>
7906
7907 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7908
7909 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7910 * message.el, mm-view.el, sieve-manage.el, smime.el:
7911 Add declare-function compatibility definition.
7912
7913 * gnus-art.el (w3-region, w3m-region, Info-menu):
7914 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7915 * gnus-sum.el (gnus-get-predicate):
7916 * gnus-util.el (mm-append-to-file, w32-focus-frame):
7917 * message.el (mail-abbrev-in-expansion-header-p):
7918 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7919 (w3m-detect-meta-charset, w3m-region):
7920 * sieve-manage.el (password-read, password-cache-add)
7921 (password-cache-remove):
7922 * smime.el (password-read-and-add): Declare as functions.
7923
7924 2007-12-08 David Kastrup <dak@gnu.org>
7925
7926 * gnus-sum.el (gnus-summary-simplify-subject-query):
7927 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7928 `message'.
7929
7930 2007-12-07 Glenn Morris <rgm@gnu.org>
7931
7932 * gnus-art.el (article-make-date-line): Revert previous change.
7933
7934 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
7935
7936 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7937
7938 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
7939
7940 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7941 Call gnus-add-to-range ranges only once with a prepared article-list.
7942
7943 2007-12-06 Paul Jarc <prj@po.cwru.edu>
7944
7945 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7946 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7947 group names with backslashes.
7948 Reported by Tassilo Horn <tassilo@member.fsf.org>.
7949
7950 2007-12-06 Deepak Goel <deego3@gmail.com>
7951
7952 * gnus-art.el (article-make-date-line):
7953 * gnus-start.el (gnus-load):
7954 * pop3.el (pop3-read-response): Fix buggy call to `error'.
7955
7956 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7957
7958 * gnus-art.el (gnus-use-idna)
7959 * gnus-start.el (gnus-site-init-file)
7960 * message.el (message-use-idna)
7961 * mm-uu.el (mm-uu-hide-markers)
7962 * smiley.el (smiley-style): Revert changes that suppress warnings.
7963
7964 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7965
7966 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7967 specify charset to html source.
7968 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7969
7970 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7971
7972 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7973 idna-program in order to suppress byte compile warning issued by XEmacs
7974 that came to byte compile the default value section of defcustom forms
7975 recently.
7976
7977 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7978 value of installation-directory.
7979
7980 * message.el (message-use-idna): Don't directly refer to the value of
7981 idna-program.
7982
7983 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7984
7985 * smiley.el (smiley-style): Don't directly call face-attribute.
7986
7987 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
7988
7989 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7990
7991 * gnus-dired.el: Reduce Gnus dependencies.
7992 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7993 Don't require. Use autoloads instead.
7994 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7995 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7996 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7997 (gnus-dired-mode): Adjust doc string.
7998 (gnus-dired-mail-mode): New variable.
7999 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8000 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8001 (gnus-dired-mail-buffers): New function. Return mail or message
8002 composition buffers.
8003 (gnus-dired-attach): Use it.
8004 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8005 NO-DECODE.
8006 (gnus-dired-print): Use `gnus-print-buffer' depending on
8007 `gnus-dired-mail-mode'.
8008
8009 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
8010
8011 * rfc2047.el (rfc2047-encoded-word-regexp)
8012 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8013 explaining what regexp patterns are for.
8014
8015 2007-12-04 Glenn Morris <rgm@gnu.org>
8016
8017 * password.el: Move to ../password-cache.el.
8018
8019 * mml1991.el (password-read, password-cache-add, password-cache-remove):
8020 * mml2015.el (password-read, password-cache-add, password-cache-remove):
8021 * mml-smime.el (password-read, password-cache-add)
8022 (password-cache-remove):
8023 No need to autoload, since mml-sec requires password.
8024
8025 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8026 * message.el (gnus-extract-address-components):
8027 * mml-smime.el (gnus-extract-address-components): Define for compiler.
8028
8029 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8030 password.
8031
8032 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8033
8034 * mailcap.el: Reduce dependencies.
8035 (mail-header-parse-content-type): Autoload.
8036 (mailcap-delete-duplicates): New alias.
8037 (mailcap-mime-info): Add optional argument NO-DECODE.
8038 (mailcap-mime-types): Use mailcap-delete-duplicates.
8039
8040 * message.el (message-ignored-supersedes-headers): Add "X-ID".
8041
8042 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8043
8044 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8045 function.
8046
8047 * gnus-uu.el (gnus-uu-decode-yenc): New command.
8048 (gnus-uu-yenc-article): New function.
8049
8050 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8051
8052 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8053
8054 2007-12-02 Glenn Morris <rgm@gnu.org>
8055
8056 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
8057 Move to ../net.
8058
8059 * binhex.el, uudecode.el: Move to ../mail.
8060
8061 * encrypt.el: Remove file.
8062
8063 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
8064
8065 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8066 matches on patches.
8067
8068 * gnus-art.el (gnus-article-browse-html-article):
8069 Mention `mm-text-html-renderer' in the doc string.
8070
8071 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8072 string. Add comments.
8073
8074 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8075 if rhs is ASCII.
8076
8077 2007-12-01 Glenn Morris <rgm@gnu.org>
8078
8079 * dig.el, dns.el: Move to ../net.
8080 * format-spec.el, hex-util.el, sha1.el: Move to ../.
8081
8082 * mail-source.el (top-level): Require format-spec before
8083 eval-when-compile.
8084
8085 2007-11-30 Glenn Morris <rgm@gnu.org>
8086
8087 * encrypt.el: Require password, rather than autoloading password-read.
8088
8089 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
8090
8091 * gnus.el (gnus-method-to-server): Add an optional parameter so the
8092 caller can indicate whether the cache should be disregarded for this
8093 call. This way the result of the call is reproducible at all times and
8094 can be considered a canonical server name for the supplied method.
8095 (gnus-agent-method-p): Canonicalize server names by pushing their
8096 method through `gnus-method-to-server' using the no-cache argument.
8097
8098 * gnus-srvr.el (gnus-server-insert-server-line):
8099 Call `gnus-method-to-server' with `no-cache' argument.
8100
8101 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8102 gnus-agent-possibly-synchronize-flags as this should be called when the
8103 server is actually being opened.
8104 (gnus-agent-possibly-synchronize-flags)
8105 (gnus-agent-possibly-synchronize-flags-server): Move check for the
8106 flags file of an agentized server to the latter function.
8107
8108 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8109 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8110 after a connection has been established successfully.
8111
8112 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
8113
8114 * gnus-art.el (article-display-face): Force to display face if called
8115 interactively; check if gnus-article-x-face-too-ugly matches author.
8116 (article-display-x-face): Display face even if From header is missing
8117 as article-display-face does.
8118
8119 2007-11-28 Richard Stallman <rms@gnu.org>
8120
8121 * md4.el: Move to ../.
8122 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
8123
8124 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
8125
8126 * mail-source.el (mail-sources): Default to fetch from file for
8127 compatibility with default of nnmail-spool-file.
8128
8129 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
8130
8131 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8132 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8133 to look for encoded word that should be encoded again.
8134 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8135 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8136 encoding pattern.
8137 (rfc2047-decode-region): Switch strict regexp and loose one according
8138 to rfc2047-allow-irregular-q-encoded-words.
8139
8140 2007-11-26 Simon Josefsson <simon@josefsson.org>
8141
8142 * imap.el: Move to ../net directory.
8143
8144 2007-11-25 Romain Francoise <romain@orebokech.com>
8145
8146 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8147
8148 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
8149
8150 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8151 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8152
8153 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8154 `nnmail-spool-file'.
8155
8156 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8157 `nnmail-spool-file'.
8158
8159 * gnus-move.el (gnus-change-server): Ditto.
8160
8161 * gnus-kill.el (gnus-batch-score): Ditto.
8162
8163 * gnus-cache.el (gnus-jog-cache): Ditto.
8164
8165 * gnus-msg.el (gnus-summary-reply):
8166 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8167
8168 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
8169
8170 * gnus-cache.el (gnus-cache-generate-nov-databases):
8171 Use nnml-generate-nov-databases-directory instead of
8172 nnml-generate-nov-databases-1.
8173
8174 2007-11-24 Glenn Morris <rgm@gnu.org>
8175
8176 * message.el (message-tool-bar-retro): Update for rename
8177 mail_send.xpm->mail-send.xpm.
8178
8179 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8180
8181 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8182 `smime-ldap-search' for Emacs 22 and up.
8183
8184 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8185
8186 * hashcash.el: Move to ../mail directory.
8187
8188 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
8189
8190 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8191 `smime-ldap-search' for Emacs 22 and up.
8192
8193 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8194
8195 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8196
8197 * message.el (message-send-mail-function): Fix error convention.
8198 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8199 (message-widen-reply, message-send-mail, message-talkative-question)
8200 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8201 (message-clone-locals, message-send-news): Use with-current-buffer.
8202 (message-insert-or-toggle-importance): Remove unused var `valid'.
8203 (message-make-references): Remove unused var `new-references'.
8204 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8205
8206 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
8207
8208 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8209 (spam-split-symbolic-return-positive): Reflow docstring.
8210 (spam-backends, spam-summary-exit-behavior)
8211 (spam-mark-ham-unread-before-move-from-spam-group)
8212 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8213 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8214 (spam-clear-cache, spam-backend-check, spam-install-backend)
8215 (spam-install-statistical-backend, spam-list-of-processors)
8216 (spam-group-processor-p, spam-split, spam-bogofilter-score)
8217 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8218 (spam-check-crm114, spam-initialize, spam-unload-hook):
8219 Fix typos in docstrings.
8220
8221 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
8222
8223 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8224 been checked if they have never been read and those group levels are
8225 higher than the one that a user specified.
8226
8227 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
8228
8229 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8230 foreign groups unless a group level is specified by a user.
8231 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8232
8233 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
8234
8235 * message.el (message-send-mail-function): Require sendmail.
8236
8237 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
8238
8239 * message.el (message-send-mail-function): Check for smtpmail too.
8240
8241 * utf7.el (utf7-encode, utf7-decode): Use coding system
8242 `utf-7'/`utf-7-imap' from utf-7.el' if available.
8243
8244 * message.el (message-send-mail-function): New function.
8245 (message-send-mail-function): Set default using
8246 message-send-mail-function. Adjust doc string.
8247 (message-send-mail-with-mailclient): New function.
8248
8249 2007-11-17 Richard Stallman <rms@gnu.org>
8250
8251 * assistant.el: Remove file.
8252
8253 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
8254
8255 * smime.el (from):
8256 * rfc2047.el (message-posting-charset):
8257 * qp.el (mm-use-ultra-safe-encoding):
8258 * pop3.el (parse-time-months):
8259 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8260 * nnml.el (files):
8261 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8262 (jka-compr-compression-info-list, ange-ftp-path-format)
8263 (efs-path-regexp):
8264 * nndiary.el (files):
8265 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8266 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8267 (epg-digest-algorithm-alist, inhibit-redisplay)
8268 (password-cache-expiry):
8269 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8270 (pgg-output-buffer, password-cache-expiry):
8271 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8272 (efs-path-regexp):
8273 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8274 (inhibit-redisplay):
8275 * mm-uu.el (file-name, start-point, end-point, entry)
8276 (gnus-newsgroup-name, gnus-newsgroup-charset):
8277 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8278 (latin-unity-ucs-list):
8279 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8280 (mm-uu-binhex-decode-function):
8281 * message.el (gnus-message-group-art, gnus-list-identifiers)
8282 (rmail-enable-mime-composing, gnus-local-organization)
8283 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8284 (gnus-read-active-file, facemenu-add-face-function)
8285 (facemenu-remove-face-function, gnus-article-decoded-p)
8286 (tool-bar-mode):
8287 * mail-source.el (display-time-mail-function):
8288 * gnus-util.el (nnmail-pathname-coding-system)
8289 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8290 (gnus-original-article-buffer, gnus-user-agent)
8291 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8292 (xemacs-codename, sxemacs-codename, emacs-program-version):
8293 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8294 * gnus-start.el (gnus-agent-covered-methods)
8295 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8296 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8297 (gnus-newsgroup-headers, gnus-group-list-mode)
8298 (gnus-group-mark-positions, gnus-newsgroup-data)
8299 (gnus-newsgroup-unreads, nnoo-state-alist)
8300 (gnus-current-select-method, mail-sources)
8301 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8302 (nnmail-spool-file, gnus-cache-active-hashtb):
8303 * gnus-mh.el (mh-lib-progs):
8304 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8305 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8306 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8307 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8308 (gnus-group-buffer):
8309 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8310 (font-lock-set-defaults):
8311 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8312 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8313 (gnus-summary-post-menu, total-parts, type, condition, length):
8314 * gnus-agent.el (gnus-agent-read-agentview):
8315 * flow-fill.el (show-trailing-whitespace):
8316 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8317 eval-and-compile wrappers for byte compiler pacifiers.
8318
8319 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8320 (mm-display-inline-fontify): Check for featurep 'xemacs not
8321 extent-list.
8322
8323 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8324 itimer-list.
8325 (mm-create-image-xemacs): Only do something for XEmacs.
8326 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8327
8328 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8329
8330 * gnus-registry.el (gnus-adaptive-word-syntax-table):
8331 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8332
8333 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
8334
8335 * nnimap.el (nnimap-split-download-body):
8336 * gnus-demon.el (gnus-demon):
8337 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8338
8339 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
8340
8341 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8342 New macros.
8343 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8344 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8345 copy data from unibyte buffer to multibyte current buffer.
8346 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8347 to copy data from unibyte current buffer to multibyte buffer.
8348 (nntp-make-process-buffer): Make process buffer unibyte.
8349
8350 * pop3.el (pop3-open-server): Fix typo in Lisp code.
8351
8352 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
8353
8354 * pop3.el (pop3-open-server): Accept and process data more robustly at
8355 connexion start to avoid spurious "POP SSL connexion failed" errors.
8356
8357 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8358
8359 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8360 read group names.
8361
8362 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
8363
8364 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8365
8366 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
8367
8368 * nnmail.el (nnmail-parse-active): Make group names unibyte.
8369 (nnmail-save-active): Use a unibyte buffer when saving active file,
8370 which may contain non-ASCII group names.
8371
8372 * nnml.el (nnml-request-group): Decode group names in messages.
8373
8374 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
8375
8376 * message.el (message-citation-line-function)
8377 (message-insert-formatted-citation-line): Fix spelling of
8378 `message-insert-formated-citation-line'.
8379
8380 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
8381
8382 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8383
8384 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8385
8386 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8387 nnmail-pathname-coding-system.
8388
8389 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8390 that a user enters; decode group names in messages.
8391
8392 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8393
8394 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
8395
8396 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8397
8398 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8399
8400 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8401 risky local variable.
8402
8403 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8404
8405 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
8406
8407 * encrypt.el: Improve documentation to fix function name typo.
8408 Reported by Daiki Ueno <ueno@unixuser.org>.
8409
8410 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8411
8412 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8413 even if the point is not in the last page of an article.
8414 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8415 back to the previous page.
8416
8417 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
8418
8419 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8420
8421 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
8422
8423 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8424
8425 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
8426
8427 * message.el (message-check-news-body-syntax):
8428 Avoid mm-string-as-multibyte.
8429 (message-hide-headers): Don't assume (point-min)==1.
8430
8431 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8432
8433 * message.el (message-remove-blank-cited-lines): Fix if remove is
8434 given.
8435 (message-bogus-address-regexp): New variable.
8436 (message-bogus-recipient-p): New function.
8437 (message-check-recipients): New command.
8438 (message-syntax-checks): Add `bogus-recipient'.
8439 (message-fix-before-sending): Add `bogus-recipient'.
8440
8441 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8442 (gnus-treat-body-boundary): Don't test window-system.
8443
8444 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
8445
8446 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8447
8448 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8449
8450 * gnus.el: Bump version to Gnus v5.13.
8451
8452 2007-10-28 Miles Bader <miles@gnu.org>
8453
8454 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8455 at compile-time too.
8456
8457 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
8458
8459 * gnus-msg.el (gnus-message-setup-hook):
8460 Add `message-remove-blank-cited-lines' to options.
8461
8462 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
8463
8464 * message.el (message-remove-blank-cited-lines): New function.
8465 Suggested by Karl Plästerer.
8466
8467 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
8468
8469 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8470 mapc.
8471
8472 * imap.el (imap-open): Replace mapcar called for effect with mapc.
8473 (top-level): Use mapc to set functions to be traced for debugging.
8474
8475 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8476 called for effect with while loop.
8477
8478 * message.el (message-talkative-question): Replace mapcar called for
8479 effect with mapc.
8480
8481 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8482 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8483 called for effect with dolist.
8484
8485 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8486
8487 * nndiary.el: Use dolist instead of mapcar to add diary headers to
8488 gnus-extra-headers and nnmail-extra-headers.
8489
8490 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8491 called for effect with dolist.
8492 (top-level): Use mapc to set functions to be traced for debugging.
8493
8494 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8495 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8496 dolist.
8497
8498 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8499 Replace mapcar called for effect with mapc.
8500 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8501 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8502 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8503 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8504
8505 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8506 remove-if that's a cl function.
8507
8508 * webmail.el (webmail-debug): Replace mapcar called for effect with
8509 dolist.
8510
8511 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
8512
8513 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8514 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8515 with while loop.
8516
8517 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8518 functions from article-* functions.
8519 (gnus-multi-decode-header): Replace mapcar called for effect with
8520 dolist.
8521
8522 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8523 (gnus-bookmark-show-details): Replace mapcar called for effect with
8524 while loop.
8525
8526 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8527 called for effect with while loop.
8528
8529 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8530 with dolist.
8531
8532 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8533 Replace mapcar called for effect with dolist.
8534
8535 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8536
8537 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8538 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8539 Replace mapcar called for effect with dolist.
8540 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8541 mapc.
8542
8543 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8544 Replace mapcar called for effect with dolist.
8545 (gnus-topic-list): Replace mapcar called for effect with mapc.
8546
8547 * gnus.el: Use mapc instead of mapcar to add autoloads.
8548
8549 2007-10-23 Richard Stallman <rms@gnu.org>
8550
8551 * gnus-group.el (gnus-group-highlight): Mark as risky.
8552
8553 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
8554
8555 * gnus.el (gnus-server-to-method): Return method found first in
8556 gnus-newsrc-alist.
8557
8558 * gnus-art.el (gnus-article-highlight-signature)
8559 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8560 button overlay without the front stickiness.
8561
8562 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
8563
8564 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8565 overview buffer needed a catch to receive its throw.
8566 (gnus-agent-flush-cache): Declare as interactive to make this function
8567 easier to use.
8568
8569 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
8570
8571 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8572 `next-line'.
8573
8574 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
8575
8576 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8577 exclude address matching message-dont-reply-to-names.
8578
8579 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8580
8581 * gnus-util.el (gnus-string<): New function.
8582
8583 * gnus-sum.el (gnus-article-sort-by-author)
8584 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8585
8586 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8587
8588 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8589 the frame-focus tag is set in gnus-buffer-configuration.
8590
8591 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8592
8593 * gnus-art.el (gnus-article-add-button): Make a button overlay without
8594 the front stickiness.
8595
8596 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8597
8598 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8599 url pattern; remove duplicate one.
8600 (gnus-article-extend-url-button): New function.
8601 (gnus-article-add-buttons): Use it.
8602 (gnus-button-push): Use concatenated url that it makes.
8603
8604 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
8605
8606 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8607 (sieve-manage-open): Use `mapc' instead of `mapcar'.
8608
8609 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8610
8611 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8612 Don't hardcode point-min==1.
8613
8614 2007-09-30 David Kastrup <dak@gnu.org>
8615
8616 * gnus-art.el (gnus-article-reply-with-original)
8617 (gnus-article-followup-with-original): When `transient-mark-mode' is
8618 off, refrain from active-region behavior for followups.
8619
8620 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
8621
8622 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8623 Fix comment about "iso8859-1".
8624
8625 2007-10-08 Daiki Ueno <ueno@unixuser.org>
8626
8627 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8628 ones returned from the verify-function.
8629
8630 * mm-uu.el (mm-uu-pgp-signed-extract-1):
8631 Call mml2015-extract-cleartext-signature if extraction failed.
8632
8633 2007-10-07 Daiki Ueno <ueno@unixuser.org>
8634
8635 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8636 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8637 failed.
8638
8639 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
8640
8641 * Relicense "GPLv2 or later" files to "GPLv3 or later".
8642
8643 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8644
8645 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8646 to mark a thread as expirable. Add variable `hide' to handle hiding of
8647 thread for both the null and zero (kill/expire thread) universal prefix
8648 cases.
8649 (gnus-summary-expire-thread): Add new function to expire a thread,
8650 using gnus-summary-kill-thread.
8651 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8652 shortcuts for gnus-summary-expire-thread.
8653 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8654 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
8655
8656 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8657
8658 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8659 extras value, so an extras entry can be deleted.
8660 (gnus-registry-delete-extra-entry): Use it.
8661 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8662 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8663 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8664 storage through the gnus-registry, and provide an appropriate API for
8665 it.
8666
8667 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8668
8669 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8670 Suggested by Leo <sdl.web@gmail.com>.
8671
8672 * gnus.el: Do.
8673
8674 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8675
8676 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8677 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
8678
8679 * gnus-agent.el (gnus-agent-fetch-headers): Do.
8680
8681 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8682 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8683
8684 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8685
8686 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8687 newline.
8688 (nnmbox-request-accept-article): Don't change article in source buffer;
8689 narrow to header to use message-fetch-field rather than
8690 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8691 (nnmbox-request-replace-article): Quote lines that'll be misidentified
8692 as delimiters; make sure article ends with newline.
8693 (nnmbox-delete-mail): Correct last position of article to be deleted;
8694 ignore X-Gnus-Newsgroup header in article body.
8695 (nnmbox-save-mail): Quote lines looking like delimiters at the right
8696 positions; make sure article ends with newline.
8697
8698 * message.el (message-display-abbrev): Don't infloop when a user
8699 inserts SPC in the beginning of header.
8700
8701 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
8702
8703 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8704 list of groups not followed by default. Fix type to be regexp.
8705 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8706
8707 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
8708
8709 * hmac-def.el (define-hmac-function): Switch from old-style to
8710 new-style backquotes.
8711
8712 * md4.el (md4-make-step): Likewise.
8713
8714 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
8715
8716 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8717 raw-text coding system when saving .newsrc file, which may contain
8718 non-ASCII group names.
8719
8720 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
8721
8722 * gnus-cus.el (gnus-score-extra): New widget.
8723 (gnus-score-extra-convert): New function.
8724 (gnus-score-customize): Use it for Extra.
8725
8726 2007-08-31 Daiki Ueno <ueno@unixuser.org>
8727
8728 * mml2015.el (mml2015-extract-cleartext-signature): New function.
8729 (mml2015-mailcrypt-clear-verify): Use it.
8730 (mml2015-gpg-clear-verify): Use it.
8731 (mml2015-pgg-clear-verify): Use it.
8732 (mml2015-epg-clear-verify): Replace the current part with the output
8733 from GnuPG; don't extract the plaintext by itself.
8734
8735 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8736 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8737 mml2015-clear-verify-function; don't touch the armor headers or
8738 dash-escaped text here.
8739
8740 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
8741
8742 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8743 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8744 parts, or application/octet-stream as a last resort.
8745 (gnus-mime-view-part-as-type): Don't toggle display.
8746 (gnus-mime-view-part-as-charset): Don't turn off display before
8747 querying charset.
8748
8749 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8750 stuff to undisplayer function in Emacs.
8751 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8752
8753 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8754 text/calendar parts.
8755
8756 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
8757
8758 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8759 decoding text/calendar parts.
8760
8761 * message.el (message-forward-make-body-mime): Always mark body as
8762 having no illegible text; remove signed-or-encrypted argument.
8763 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8764
8765 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8766 (mml-generate-mime-1): Don't encode body if it is specified to be in
8767 raw form; don't make buffer be unibyte when inserting multibyte string.
8768
8769 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8770
8771 * sha1.el: Fix up comment style.
8772 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8773 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8774
8775 * hex-util.el: Fix up comment style.
8776 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8777
8778 * gnus-salt.el: Use with-current-buffer.
8779 (gnus-pick-setup-message): Fix long-standing typo.
8780
8781 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
8782
8783 * imap.el (imap-logout-timeout): New variable.
8784 (imap-logout, imap-logout-wait): New functions.
8785 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8786
8787 * nnimap.el (nnimap-logout-timeout): New server variable.
8788 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8789 nnimap-logout-timeout.
8790
8791 * gnus-art.el (gnus-article-summary-command-nosave)
8792 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8793
8794 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
8795
8796 * gnus.el (gnus-maximum-newsgroup): New variable.
8797
8798 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8799 according to gnus-maximum-newsgroup.
8800
8801 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8802 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8803 Limit the range of articles according to gnus-maximum-newsgroup.
8804
8805 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
8806
8807 * gnus-art.el (gnus-sticky-article): Fix problems described in
8808 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
8809 Don't perform gnus-configure-windows here; reuse existing sticky
8810 article buffer.
8811
8812 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8813 it doesn't exist in gnus-article-mode.
8814
8815 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
8816
8817 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8818 (gnus-agent-decoded-group-name): New function.
8819 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8820 (gnus-agent-expire-group-1): Use it; decode group name in messages.
8821
8822 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
8823
8824 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8825 Add binding for gnus-sticky-article.
8826 (gnus-summary-exit): Don't kill sticky article buffers.
8827
8828 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8829 article buffer.
8830 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8831 (gnus-kill-sticky-article-buffers): New commands.
8832
8833 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
8834
8835 * nntp.el (nntp-xref-number-is-evil): New server variable.
8836 (nntp-find-group-and-number): If it is non-nil, don't trust article
8837 numbers in the Xref header.
8838
8839 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8840
8841 * gnus-agent.el (gnus-agent-read-group): New function.
8842 (gnus-agent-flush-group, gnus-agent-expire-group)
8843 (gnus-agent-regenerate-group): Use it.
8844 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8845 nnmail-pathname-coding-system.
8846
8847 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
8848
8849 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8850
8851 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8852 that are unread as unread, and also as selected so that information of
8853 marks having been changed by a user may be updated when exiting group.
8854
8855 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
8856
8857 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8858
8859 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
8860
8861 * gnus-art.el (gnus-mime-display-single): Pass part number that is
8862 calculated ignoring signature parts to gnus-treat-article.
8863
8864 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
8865
8866 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8867 a point here in order to keep the window start.
8868 (gnus-insert-mime-security-button): Make a button overlay without the
8869 front stickiness.
8870 (gnus-mime-display-security): Goto the end of a button.
8871
8872 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8873
8874 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
8875
8876 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8877 group-name-at-point.
8878 (gnus-group-completing-read): New function that offers decoded
8879 non-ASCII group names for completion.
8880 (gnus-fetch-group, gnus-group-read-ephemeral-group)
8881 (gnus-group-jump-to-group, gnus-group-make-group-simple)
8882 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8883 (gnus-group-fetch-control): Use it.
8884 (gnus-fetch-group): Use group-name-at-point for the initial value
8885 rather than the default value; use gnus-alive-p.
8886
8887 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8888 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8889 (gnus-summary-post-news): Use gnus-group-completing-read.
8890
8891 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8892 (gnus-read-move-group-name): Decode group name for completion.
8893
8894 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
8895
8896 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8897 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8898 Yamaoka slightly modified the code).
8899
8900 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
8901
8902 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8903 (nnmail-split-incoming): Bind it.
8904
8905 * nnml.el (nnml-group-name-charset): New function.
8906 (nnml-decoded-group-name): Use it; don't decode group name if
8907 nnmail-group-names-not-encoded-p is non-nil.
8908 (nnml-encoded-group-name): New function.
8909 (nnml-group-pathname): Inline nnml-decoded-group-name.
8910 (nnml-request-expire-articles): Decode group name in message.
8911 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8912 nnmail-pathname-coding-system.
8913 (nnml-save-mail, nnml-active-number): Work with decoded group names and
8914 not decoded ones according to nnmail-group-names-not-encoded-p.
8915 (nnml-generate-active-info): Use nnml-encoded-group-name.
8916
8917 2007-08-08 Glenn Morris <rgm@gnu.org>
8918
8919 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8920 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8921 doc-strings and comments.
8922
8923 2007-07-25 Glenn Morris <rgm@gnu.org>
8924
8925 * Relicense all FSF files to GPLv3 or later.
8926
8927 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
8928
8929 * gnus-sum.el (gnus-summary-move-article):
8930 Make gnus-summary-respool-article work.
8931
8932 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
8933
8934 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8935 string.
8936
8937 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
8938
8939 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
8940 that should be ignored when comparing distant RSS articles with local
8941 ones.
8942 (nnrss-make-hash-index): New function. Create a hash index according
8943 to the ignored fields.
8944 (nnrss-check-group): Use it.
8945
8946 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
8947
8948 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8949
8950 * gnus-art.el (article-decode-group-name): Decode Xref header too.
8951
8952 * gnus-group.el (gnus-group-make-group): Encode group name here unless
8953 the new optional argument ENCODED is non-nil.
8954 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8955 coding system for encoding group name.
8956 (gnus-group-make-rss-group): Pass un-encoded group name to
8957 gnus-group-make-group.
8958 (gnus-group-set-info): Tell gnus-group-make-group that group name is
8959 encoded.
8960
8961 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8962 Encode group name to which articles are moved or copied.
8963 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8964 coding system for encoding Newsgroup, Followup-To and Xref headers.
8965
8966 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8967 marks; use nnheader-file-coding-system to write a file.
8968 (nnagent-retrieve-headers): Bind file-name-coding-system to
8969 nnmail-pathname-coding-system.
8970
8971 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8972
8973 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8974 (nnml-request-article, nnml-request-create-group)
8975 (nnml-request-rename-group, nnml-find-id)
8976 (nnml-possibly-change-directory, nnml-possibly-create-directory)
8977 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8978 (nnml-save-marks): Use nnml-group-pathname instead of
8979 nnmail-group-pathname.
8980
8981 (nnml-request-create-group, nnml-request-expire-articles)
8982 (nnml-request-move-article, nnml-request-delete-group)
8983 (nnml-deletable-article-p, nnml-possibly-create-directory)
8984 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8985 (nnml-open-marks): Bind file-name-coding-system to
8986 nnmail-pathname-coding-system.
8987
8988 (nnml-request-article): Pass server argument to nnml-find-group-number.
8989 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8990 Pass server argument to nnml-possibly-create-directory.
8991 (nnml-request-accept-article): Pass server argument to
8992 nnml-active-number and nnml-save-mail.
8993 (nnml-find-group-number): Pass server argument to nnml-find-id.
8994 (nnml-request-update-info): Pass server argument to
8995 nnml-marks-changed-p.
8996
8997 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8998 (nnml-save-mail, nnml-active-number): Add server argument.
8999
9000 (nnml-request-delete-group): Warn if group is missing.
9001 (nnml-get-nov-buffer): Decode group name.
9002 (nnml-generate-active-info): Encode group name.
9003 (nnml-open-marks): Decode group name in messages.
9004
9005 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
9006
9007 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9008 if it is not specified.
9009 (gnus-article-pipe-part, gnus-article-save-part)
9010 (gnus-article-interactively-view-part, gnus-article-copy-part)
9011 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9012 (gnus-article-inline-part, gnus-article-save-part-and-strip)
9013 (gnus-article-replace-part, gnus-article-delete-part)
9014 (gnus-article-view-part-as-type): Pass raw prefix argument to
9015 gnus-article-part-wrapper.
9016
9017 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
9018
9019 * gnus-agent.el (gnus-agent-save-active):
9020 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9021
9022 * gnus-cache.el (gnus-cache-save-buffers)
9023 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9024 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9025 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9026 (gnus-cache-braid-nov, gnus-cache-braid-heads)
9027 (gnus-cache-generate-active, gnus-cache-rename-group)
9028 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9029 (gnus-cache-update-overview-total-fetched-for):
9030 Bind file-name-coding-system to nnmail-pathname-coding-system.
9031 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9032 New variables.
9033 (gnus-cache-decoded-group-name): New function.
9034 (gnus-cache-file-name): Use it.
9035 (gnus-cache-generate-active): Use non-decoded group name for active.
9036
9037 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9038 right place.
9039 (gnus-write-active-file): Don't break non-ASCII group names.
9040
9041 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9042 nnmail-pathname-coding-system.
9043
9044 * gnus-uu.el (gnus-uu-decode-save): Typo.
9045
9046 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
9047
9048 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9049
9050 2007-07-14 David Kastrup <dak@gnu.org>
9051
9052 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9053 finishing actions if we did not edit the article.
9054
9055 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
9056
9057 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9058 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9059 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9060 (gnus-agent-flush-group, gnus-agent-flush-cache)
9061 (gnus-agent-fetch-headers, gnus-agent-load-alist)
9062 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9063 (gnus-agent-retrieve-headers, gnus-agent-request-article)
9064 (gnus-agent-regenerate-group)
9065 (gnus-agent-update-files-total-fetched-for)
9066 (gnus-agent-update-view-total-fetched-for):
9067 Bind file-name-coding-system to nnmail-pathname-coding-system.
9068 (gnus-agent-group-pathname): Don't encode file names by
9069 nnmail-pathname-coding-system.
9070 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9071 coding-system-for-write instead of buffer-file-coding-system to
9072 gnus-agent-file-coding-system.
9073
9074 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9075 Decode group name.
9076
9077 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9078
9079 * gnus-start.el (gnus-update-active-hashtb-from-killed)
9080 (gnus-read-newsrc-el-file): Make group names unibyte.
9081
9082 * nnmail.el (nnmail-group-pathname): Don't encode file names by
9083 nnmail-pathname-coding-system.
9084
9085 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9086 (nnrss-request-delete-group): Bind file-name-coding-system to
9087 nnmail-pathname-coding-system.
9088 (nnrss-read-server-data, nnrss-read-group-data):
9089 Bind file-name-coding-system correctly.
9090 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9091
9092 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9093 (nntp-server-to-method-cache): New variable.
9094 (nntp-group-pathname): New function that decodes non-ASCII group names.
9095 (nntp-possibly-create-directory, nntp-marks-changed-p)
9096 (nntp-save-marks, nntp-open-marks): Use it.
9097 (nntp-possibly-create-directory, nntp-open-marks):
9098 Bind file-name-coding-system to nnmail-pathname-coding-system.
9099 (nntp-open-marks): Decode group names when bootstrapping marks.
9100
9101 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9102 Newsgroups and Folowup-To headers.
9103
9104 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
9105
9106 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9107 (gnus-server-closed-face, gnus-server-denied-face)
9108 (gnus-server-offline-face): Remove variable.
9109 (gnus-server-font-lock-keywords): Use faces that are not aliases.
9110
9111 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9112 of modifying message-stack directly for XEmacs.
9113
9114 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9115 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9116 if the coding-system argument is nil for XEmacs.
9117
9118 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9119 mm-charset-override-alist.
9120
9121 * rfc2047.el: Don't require base64; require rfc2045 for the function
9122 rfc2045-encode-string.
9123 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9124 to quote the parameter value.
9125
9126 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
9127
9128 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9129 form in gnus-group-name-charset-method-alist.
9130
9131 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9132 overrides the default layout edit-form.
9133
9134 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9135
9136 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9137
9138 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
9139
9140 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9141 as unfetched articles.
9142
9143 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
9144
9145 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9146
9147 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
9148
9149 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9150 original back end that keeps marks in the local system.
9151
9152 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
9153
9154 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9155 arg of pop-to-buffer for XEmacs.
9156 (gnus-article-read-summary-keys): Ditto; don't restore window
9157 configuration if summary command ends up with neither article buffer
9158 nor summary buffer; describe bindings if summary keys end with C-h.
9159
9160 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
9161
9162 * message.el (message-fix-before-sending): Skip raw message part to be
9163 forwarded while checking illegible text.
9164 (message-forward-make-body-mime, message-forward-make-body):
9165 Mark signed or encrypted raw message as having no illegible text.
9166
9167 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
9168
9169 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9170 (gnus-message-with-timestamp-1): New macro.
9171 (gnus-message-with-timestamp): New function.
9172 (gnus-message): Use them.
9173
9174 * nnheader.el (nnheader-message): Use them.
9175
9176 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
9177
9178 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9179 .newsrc.eld file.
9180
9181 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
9182
9183 * gnus-agent.el (gnus-agent-fetch-headers)
9184 (gnus-agent-retrieve-headers):
9185 Bind gnus-decode-encoded-address-function to identity.
9186
9187 * nntp.el (nntp-send-xover-command): Recognize an xover command is
9188 available also when the server returns simply a dot.
9189
9190 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9191
9192 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
9193
9194 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9195
9196 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
9197
9198 * gnus-ems.el (gnus-x-splash): Make it work.
9199
9200 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9201 from being used.
9202
9203 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
9204
9205 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9206 the front stickiness.
9207 (gnus-article-summary-command-nosave): Correct the order of the
9208 arguments passed to pop-to-buffer.
9209 (gnus-article-read-summary-keys): Ditto; make it work properly when the
9210 summary command ends up with the article buffer.
9211
9212 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9213 the same faces.
9214
9215 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
9216
9217 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9218
9219 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
9220
9221 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9222 * gnus-sum.el (gnus-summary-highlight):
9223 * mail-source.el (mail-source-delete-old-incoming-confirm):
9224 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9225
9226 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
9227
9228 * gnus-art.el (gnus-mime-view-part-externally)
9229 (gnus-mime-view-part-internally): Fix predicate function passed to
9230 completing-read.
9231
9232 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9233
9234 * gnus.el (gnus-update-message-archive-method): Add :version.
9235
9236 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
9237
9238 * gnus.el (gnus-update-message-archive-method): New variable.
9239
9240 * gnus-start.el (gnus-setup-news): Update saved "archive" method
9241 according to gnus-message-archive-method if
9242 gnus-update-message-archive-method is non-nil.
9243
9244 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
9245
9246 * gnus-sum.el (gnus-summary-limit-to-address): New function.
9247 Suggested by Loic Dachary <loic@dachary.org>.
9248 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9249
9250 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
9251
9252 * message.el (message-pop-to-buffer): Add switch-function argument.
9253 (message-mail): Pass switch-function argument to it.
9254
9255 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
9256
9257 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9258 Improve doc string.
9259
9260 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
9261
9262 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9263 (gnus-header-content)
9264 * gnus-cite.el (gnus-cite-10)
9265 * gnus-srvr.el (gnus-server-closed)
9266 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9267 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9268 (gnus-group-mail-3-empty, gnus-group-mail-low)
9269 (gnus-group-mail-low-empty, gnus-splash)
9270 * message.el (message-header-to, message-header-cc)
9271 (message-header-subject, message-header-other, message-header-name)
9272 (message-header-xheader, message-separator, message-cited-text)
9273 (message-mml): Lighten colors of faces used for dark background.
9274
9275 2007-05-24 Simon Josefsson <simon@josefsson.org>
9276
9277 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9278 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
9279
9280 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
9281
9282 * message.el (message-narrow-to-headers-or-head):
9283 Ignore mail-header-separator in the body.
9284
9285 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
9286
9287 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9288 same as window size.
9289
9290 2007-05-22 Kevin Ryde <user42@zip.com.au>
9291
9292 * message.el (message-font-lock-keywords): Use message-header-xheader
9293 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
9294 ahead of the anything pattern, to get it recognised.
9295
9296 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
9297
9298 * gnus-sum.el (gnus-articles-to-read)
9299 (gnus-summary-insert-old-articles): Don't truncate group name for
9300 `read-string'.
9301
9302 * gnus-util.el (gnus-limit-string): Delete this function.
9303
9304 * gnus-sum.el (gnus-simplify-subject-fully):
9305 Use `truncate-string-to-width' instead.
9306
9307 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
9308
9309 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9310 Tell if, on summary exit, the next group has to be selected.
9311 (gnus-summary-exit): Use it.
9312
9313 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
9314
9315 * gnus-art.el (gnus-article-mode): Fix comment about displaying
9316 non-break space.
9317
9318 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9319
9320 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9321 Check if group is not a directory.
9322 (nnfolder-request-expire-articles): Don't delete articles if the target
9323 group is not available.
9324
9325 * nnml.el (nnml-request-create-group): Properly check if group is not a
9326 file.
9327 (nnml-request-expire-articles): Don't delete articles if the target
9328 group is not available.
9329
9330 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9331 Don't quote characters that are within parentheses.
9332
9333 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
9334
9335 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9336 (gnus-handle-ephemeral-exit): Select article according to it.
9337
9338 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
9339
9340 * message.el (message-insert-formated-citation-line): Remove newline.
9341 (message-citation-line-format): Add final \n here so that the user can
9342 avoid a blank line.
9343
9344 2007-05-03 Dan Christensen <jdc@uwo.ca>
9345
9346 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9347 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9348 Update lanl/arXiv support.
9349
9350 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
9351
9352 * gnus.el: Bump version number.
9353
9354 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9355
9356 * gnus.el (gnus-version-number): Bump version.
9357
9358 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9359
9360 * gnus.el: No Gnus v0.6 is released.
9361
9362 2007-04-27 Didier Verna <didier@xemacs.org>
9363
9364 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9365 * gmm-utils.el (gmm-regexp-concat): ... here.
9366 * message.el: Don't require 'gnus-util.
9367 (message-dont-reply-to-names): Handle name change above.
9368 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9369
9370 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
9371
9372 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9373 since the initial value varies according to the system.
9374
9375 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
9376
9377 * mm-util.el (mm-charset-synonym-alist): Defcustom.
9378
9379 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
9380
9381 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9382
9383 2007-04-24 Didier Verna <didier@xemacs.org>
9384
9385 Improve the type of gnus-ignored-from-addresses.
9386 * gnus-util.el (gnus-orify-regexp): New function.
9387 * message.el (gnus-util): Require it.
9388 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9389 * gnus-sum.el (gnus-ignored-from-addresses): New function.
9390 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9391
9392 2007-04-24 Didier Verna <didier@xemacs.org>
9393
9394 * gnus-sum.el:
9395 * gnus-utils.el: Fix some trailing whitespaces.
9396
9397 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
9398
9399 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9400 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9401 article's Message-ID; refer parent article in summary buffer.
9402
9403 * message.el (message-bounce): Call mime-to-mml.
9404
9405 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
9406
9407 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9408
9409 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
9410
9411 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9412 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9413 displayed of multipart/alternative part if it is invoked from summary
9414 buffer.
9415
9416 * mm-view.el (mm-inline-text-html-render-with-w3m)
9417 (mm-inline-text-html-render-with-w3m-standalone)
9418 (mm-inline-render-with-function): Use mail-parse-charset by default.
9419
9420 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
9421
9422 * parse-time.el (parse-time-string-chars): Check if CHAR
9423 is less than the length of parse-time-syntax.
9424
9425 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
9426
9427 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9428 from gnus-newsgroup-processable.
9429
9430 2007-04-16 Didier Verna <didier@xemacs.org>
9431
9432 * gnus-msg.el (gnus-configure-posting-styles):
9433 Handle message-signature-directory properly with :file syntax.
9434 Reported by "Leo".
9435
9436 2007-04-11 Didier Verna <didier@xemacs.org>
9437
9438 New user option: message-signature-directory.
9439 * gnus-msg.el (gnus-configure-posting-styles): Support it.
9440 * message.el (message-insert-signature): Ditto.
9441 * message.el (message-signature-file): Doc update.
9442 * message.el (message-signature-directory): New.
9443
9444 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
9445
9446 * gnus-msg.el (gnus-inews-yank-articles):
9447 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9448
9449 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
9450
9451 * message.el (message-yank-original): Make sure cited text ends with
9452 newline; don't exchange point and mark.
9453
9454 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
9455
9456 * tls.el (open-tls-stream): Properly handle case where there
9457 is no associated buffer.
9458
9459 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
9460
9461 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9462 message-yank-original, make sure (< mark TEXT point).
9463
9464 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
9465
9466 * message.el (message-fill-column): New variable.
9467 (message-mode): Use it. Add comment on a possible new hook.
9468
9469 * nnmail.el (nnmail-spool-file): Mark as obsolete.
9470 (nnmail-get-new-mail): Reformat.
9471
9472 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9473
9474 * gmm-utils.el: Fix Commentary.
9475 (gmm-tool-bar-from-list): Fix typo in doc string.
9476
9477 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
9478
9479 * message.el (message-yank-original): Don't switch point and mark
9480 unnecessarily to put point and mark as documented.
9481
9482 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9483
9484 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9485 from the message heads.
9486
9487 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
9488
9489 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9490 article buffer does not have a window. This may not be the best
9491 solution but is certainly better than setting the start of the null,
9492 that is the current, window.
9493
9494 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
9495
9496 * gnus-draft.el (gnus-draft-setup-hook): New hook.
9497 (gnus-draft-setup): Run it.
9498
9499 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9500 gnus-score-fast-scoring. Allow regexp.
9501 (gnus-score-headers): Use it.
9502
9503 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9504 XEmacs.
9505
9506 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9507 string.
9508 (gnus-button-alist): Also catch `<f1> k ...'.
9509 (gnus-treat-display-x-face): Fix doc string.
9510
9511 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9512
9513 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9514 evaluation of gnus-extended-version to ensure correct generation of the
9515 User-Agent header when message-generate-headers-first is used.
9516
9517 2007-03-24 Simon Josefsson <simon@josefsson.org>
9518
9519 * hashcash.el (hashcash-generate-payment-async): Don't crash if
9520 hashcash-path is nil. Don't call callback with incorrect number of
9521 parameters if val is 0.
9522
9523 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9524
9525 * message.el (message-required-news-headers):
9526 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9527
9528 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
9529
9530 * message.el (message-generate-new-buffers): Change the meaning of the
9531 nil value; add `standard' to the choices; treat t as `unique'; improve
9532 doc string.
9533 (gnus-select-frame-set-input-focus): Autoload.
9534 (message-buffer-name): Search for the existing message buffer if
9535 message-generate-new-buffers is nil or `standard'; treat the value t of
9536 message-generate-new-buffers as `unique'.
9537 (message-pop-to-buffer): Raise the frame already displaying the message
9538 buffer; clear the echo area after querying.
9539 (message-setup): Pass the `continue' argument to compose-mail.
9540 (message-mail): Prefer `switch-function' if it is given; search for the
9541 existing message buffer if the `continue' argument is non-nil; pass
9542 continue and switch-function arguments to compose-mail by way of
9543 message-setup.
9544 (message-mail-other-window): Adjust argument of message-setup.
9545 (message-mail-other-frame): Ditto.
9546
9547 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9548
9549 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9550 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9551 to turn font-lock on when turning gnus-message-citation-mode on.
9552
9553 2007-03-06 Daiki Ueno <ueno@unixuser.org>
9554
9555 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9556 (mml-smime-function-alist): New variable; add epg as the backend.
9557 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9558 mml-smime- functions instead.
9559 * mm-view.el: Require smime.
9560
9561 2007-03-05 Didier Verna <didier@xemacs.org>
9562
9563 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9564 instead of just inheritance for posting styles.
9565 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9566
9567 2007-02-24 John Paul Wallington <jpw@pobox.com>
9568
9569 * tls.el (tls-certtool-program): Fix custom type.
9570
9571 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9572
9573 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9574 and point-at-eol instead of line-(beginning|end)-position.
9575
9576 * assistant.el (assistant-parse-buffer): Ditto.
9577
9578 2007-02-28 Daiki Ueno <ueno@unixuser.org>
9579
9580 * mml2015.el (mml2015-epg-find-usable-key): New function.
9581 (mml2015-epg-sign): Use it.
9582 (mml2015-epg-encrypt): Use it.
9583
9584 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9585
9586 * message.el (message-make-in-reply-to): Quote name containing
9587 non-ASCII characters. It will make the RFC2047 encoder cause an error
9588 if there are special characters. Reported by NAKAJI Hiroyuki
9589 <nakaji@jp.freebsd.org>.
9590
9591 2007-02-27 Didier Verna <didier@xemacs.org>
9592
9593 Include the group parameters as well as the topic ones in the
9594 inheritance filter process.
9595 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9596 argument GROUP-PARAMS-LIST.
9597 * gnus-topic.el (gnus-group-topic-parameters): Use it.
9598
9599 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
9600
9601 * nntp.el (nntp-never-echoes-commands)
9602 (nntp-open-connection-functions-never-echo-commands): New variables.
9603 (nntp-send-command): Use them.
9604
9605 2007-02-20 Daiki Ueno <ueno@unixuser.org>
9606
9607 * mml2015.el (mml2015-epg-verify): Simplify.
9608
9609 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
9610
9611 * mml.el (mml-content-disposition-alist): New user option.
9612 (mml-content-disposition): New function.
9613 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9614 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9615
9616 2007-02-19 Daiki Ueno <ueno@unixuser.org>
9617
9618 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9619 verification.
9620
9621 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9622
9623 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9624 articles posted in the last 24 hours.
9625
9626 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
9627
9628 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9629
9630 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
9631
9632 * nntp.el (nntp-send-command): Don't wait for echoes when
9633 nntp-open-ssl-stream is used.
9634
9635 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
9636
9637 * gnus-cite.el (gnus-test-font-lock-add-keywords)
9638 (gnus-message-add-citation-keywords)
9639 (gnus-message-remove-citation-keywords): Remove.
9640 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9641 directly, make the variables in font-lock-defaults buffer-local, add
9642 gnus-message-citation-keywords to them and then update the value of
9643 font-lock-keywords.
9644
9645 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
9646
9647 * message.el (message-cite-original-1): Don't call
9648 gnus-article-highlight-citation.
9649
9650 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9651 citations; fix line count.
9652
9653 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
9654
9655 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9656 (gnus-message-add-citation-keywords)
9657 (gnus-message-remove-citation-keywords): Use it; fix the emulating
9658 versions of font-lock-add-keywords and font-lock-remove-keywords to
9659 work with XEmacs correctly.
9660
9661 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
9662
9663 * gnus-cite.el (gnus-cite-face-list): Set the values of
9664 gnus-message-max-citation-depth and gnus-message-citation-keywords.
9665 (gnus-message-max-citation-depth): Use defvar rather than defconst.
9666 (gnus-message-cite-prefix-regexp): New variable.
9667 (gnus-message-search-citation-line): Use it; protect against long
9668 citation prefix; fill match data with nil rather than 0 for XEmacs; set
9669 the 0th match data for Emacs.
9670 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9671 (gnus-message-add-citation-keywords): Append keywords rather than
9672 prepending; emulate font-lock-add-keywords if it is not available.
9673 (gnus-message-remove-citation-keywords):
9674 Emulate font-lock-remove-keywords if it is not available.
9675
9676 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9677
9678 * message.el (message-cite-prefix-regexp): Set the value of
9679 gnus-message-cite-prefix-regexp.
9680
9681 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9682
9683 * nnweb.el (nnweb-google-parse-1): Update parser.
9684
9685 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
9686
9687 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9688
9689 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9690
9691 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9692 regexp.
9693
9694 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9695
9696 * uudecode.el (uudecode-string-to-multibyte): New function emulating
9697 string-to-multibyte.
9698 (uudecode-decode-region-internal): Use it.
9699
9700 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
9701
9702 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9703 Fix custom choice.
9704
9705 * gnus-art.el (gnus-signature-limit): Fix custom choice.
9706
9707 2007-01-22 Daiki Ueno <ueno@unixuser.org>
9708
9709 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9710
9711 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9712 `write-region' to respect `mm-inhibit-file-name-handlers'.
9713
9714 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
9715
9716 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9717 Use gnus-home-directory instead of "~/" or "$HOME".
9718
9719 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
9720
9721 * encrypt.el (encrypt-insert-file-contents): Add better prompt
9722 to mention filename.
9723 Add comments at beginning regarding usage.
9724 (encrypt-write-file-contents): Change interactive so a string is
9725 acceptable. If the file has no associated model, show an error instead
9726 of a nonsense prompt.
9727
9728 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9729
9730 * spam.el (spam-bsfilter-ham-switch): Fix typo.
9731 Thanks to Yoshihiko Yamada for kind notification of this typo.
9732
9733 2007-01-12 Kenichi Handa <handa@m17n.org>
9734
9735 * uudecode.el (uudecode-decode-region-internal): Make it work in a
9736 multibyte buffer.
9737
9738 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
9739
9740 * gnus-score.el (gnus-score-fast-scoring): New variable.
9741 (gnus-score-headers): Use it.
9742
9743 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9744
9745 * message.el (message-cite-original-1):
9746 Call gnus-article-highlight-citation if requested.
9747 (message-make-from): Allow name and address as optional arguments.
9748
9749 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9750
9751 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9752 bugs to doc string.
9753 (gnus-button-alist): Add mid\\|message-id.
9754 (gnus-button-fetch-group): Extend for use in
9755 `browse-url-browser-function'.
9756 (gnus-button-url-regexp): Try to catch paired parentheses like in
9757 Wikipedia URLs.
9758
9759 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9760 Suggested by Simon Krahnke <overlord@gmx.li>.
9761
9762 2007-01-13 Romain Francoise <romain@orebokech.com>
9763
9764 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9765 Update copyright.
9766
9767 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
9768
9769 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9770
9771 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
9772
9773 * gnus-registry.el (gnus-registry-unfollowed-groups)
9774 (gnus-registry-split-fancy-with-parent): Fix documentation.
9775
9776 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9777
9778 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9779 from nnweb groups.
9780
9781 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9782
9783 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9784 Xref urls. Erase buffer before requesting head.
9785
9786 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9787
9788 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
9789
9790 * gnus-soup.el (gnus-soup): New custom group. Make user variables
9791 customizable.
9792
9793 2007-01-05 Daiki Ueno <ueno@unixuser.org>
9794
9795 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9796 no signing key is found.
9797 (mml2015-epg-encrypt): Ask user whether to skip or abort if
9798 no encrypting and/or signing key is found.
9799
9800 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
9801
9802 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9803
9804 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9805
9806 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9807 headers read from disk with the ones newly found in the current search.
9808 This should no longer cause problems, because the article numbers in
9809 Gmane's `nov.php' output are ignored since the previous change.
9810
9811 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9812
9813 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9814
9815 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
9816
9817 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9818
9819 2007-01-01 Romain Francoise <romain@orebokech.com>
9820
9821 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9822
9823 2006-12-31 Steve Youngs <steve@sxemacs.org>
9824
9825 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9826 `define-minor-mode' macro definition expanded properly.
9827 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9828 exclude it there.
9829
9830 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9831 of 2006-12-30. The default is nil on (S)XEmacs already because of the
9832 `fboundp' test.
9833 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9834 This is OK to autoload in (S)XEmacs now.
9835
9836 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9837
9838 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9839 keystroke.
9840 (gnus-summary-limit-to-singletons): Fix typo.
9841
9842 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9843 else fails.
9844
9845 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9846
9847 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9848 docstring.
9849
9850 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9851 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9852 (gnus-summary-insert-dormant-articles): Fix typo in message.
9853
9854 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
9855
9856 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9857 nil for XEmacs.
9858 (gnus-message-citation-mode): Don't autoload in XEmacs.
9859
9860 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9861
9862 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
9863
9864 * nnimap.el (nnimap-expunge-search-string):
9865 Mention nnimap-search-uids-not-since-is-evil in docstring.
9866
9867 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
9868
9869 * spam.el: Revert to make-obsolete-variable because
9870 define-obsolete-variable-alias is not supported in Emacs 21.
9871
9872 * spam.el (spam-ifile-path, spam-ifile-database-path)
9873 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9874 make-obsolete-variable.
9875 (spam-bsfilter-path, spam-bsfilter-program)
9876 (spam-spamassassin-path, spam-spamassassin-program)
9877 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9878 Don't use "path" inappropriately.
9879 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9880 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9881 variable names.
9882
9883 2006-12-28 Daiki Ueno <ueno@unixuser.org>
9884
9885 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9886 summary buffer.
9887
9888 * password.el (password-cache-remove): Use clear-string to burn
9889 password, if available.
9890
9891 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
9892
9893 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9894
9895 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9896
9897 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9898 (gnus-message-highlight-citation): Move defcustom here from
9899 gnus-cite.el.
9900 (gnus-message-citation-mode): Autoload.
9901
9902 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
9903 checks to make it compile with XEmacs.
9904 (gnus-message-citation-mode): New minor mode.
9905 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9906 (gnus-message-highlight-citation): New variables.
9907 (gnus-message-search-citation-line)
9908 (gnus-message-add-citation-keywords)
9909 (gnus-message-remove-citation-keywords)
9910 (turn-on-gnus-message-citation-mode)
9911 (turn-off-gnus-message-citation-mode): New functions.
9912
9913 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
9914
9915 * gnus-cite.el: Enable highlighting of different citation levels in
9916 message-mode.
9917
9918 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
9919
9920 * message.el (message-make-fqdn): Fix comment.
9921 (message-bogus-system-names): Add ".local".
9922
9923 * spam.el (spam-ifile-path, spam-ifile-program)
9924 (spam-ifile-database-path, spam-ifile-database)
9925 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9926 Don't use "path" inappropriately.
9927 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9928 strings.
9929 (spam-check-ifile, spam-ifile-register-with-ifile)
9930 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9931 Use new variable names.
9932
9933 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9934 (gnus-treat-display-smileys): Simplify using
9935 gnus-image-type-available-p.
9936
9937 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9938 available.
9939
9940 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9941
9942 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9943 one after turning on the buffer's multibyteness instead of decoding
9944 them directly in the unibyte buffer that causes unexpected conversion
9945 in Emacs 23 (unicode).
9946
9947 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9948
9949 * message.el (message-generate-hashcash): Fix custom type.
9950
9951 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
9952
9953 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9954
9955 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
9956
9957 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9958 disconnect icons. Add help text.
9959
9960 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
9961
9962 * spam.el (spam-extra-header-to-number): CRM114 spam score is
9963 negated to be consistent with the others we handle.
9964
9965 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9966
9967 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9968 version of gnus-summary-buffer to something, so that we can use two
9969 article buffers at the same time.
9970
9971 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
9972
9973 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9974 trigger all the extra headers.
9975 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9976 sorting.
9977
9978 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9979
9980 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9981 solid groups.
9982
9983 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
9984
9985 * legacy-gnus-agent.el: Add Copyright notice.
9986
9987 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
9988
9989 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9990
9991 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9992
9993 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9994
9995 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9996 to make it work reliably in CVS Emacs.
9997 (gnus-summary-limit-strange-charsets-predicate)
9998 (gnus-summary-limit-to-predicate): New functions.
9999
10000 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
10001
10002 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10003 specifying array size.
10004 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10005 array if it is too small.
10006 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10007 (gnus-sort-threads-loop): New function.
10008
10009 2006-12-06 Chris Moore <dooglus@gmail.com>
10010
10011 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10012 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10013
10014 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
10015
10016 * mm-url.el (mm-url-predefined-programs): Call curl with correct
10017 options.
10018
10019 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10020
10021 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10022 DOS-ing the recipient.
10023
10024 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10025 the headers when creating the mapping to avoid mismappings.
10026 (nnweb-gmane-create-mapping): Always nix out old mapping.
10027
10028 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
10029
10030 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10031 and mm-verify-option to never.
10032
10033 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
10034
10035 * message.el (message-signed-or-encrypted-p): New function.
10036 (message-forward-make-body): Use it.
10037
10038 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10039 Replace encode-coding-string with mm-encode-coding-string.
10040
10041 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
10042
10043 * nneething.el (nneething-decode-file-name):
10044 Replace decode-coding-string with mm-decode-coding-string.
10045
10046 * gnus-int.el (gnus-open-server): Say failed server's name.
10047
10048 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
10049
10050 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10051 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10052
10053 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10054 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10055 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10056 (gnus-group-make-directory-group, gnus-group-transpose-groups):
10057 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10058 (gnus-subscribe-newsgroup, gnus-1):
10059 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10060 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10061 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10062 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10063
10064 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10065
10066 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10067 keystroke.
10068 (gnus-summary-limit-to-bodies): Implement headersp.
10069
10070 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10071
10072 * dns.el (query-dns): Protect against "Process dns deleted" strings.
10073
10074 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10075
10076 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10077
10078 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10079
10080 * message.el (message-generate-hashcash): Expand range of values to
10081 include `opportunistic'.
10082 (message-send-mail): Use it.
10083
10084 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10085
10086 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10087 and comment it.
10088
10089 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10090
10091 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
10092
10093 * gnus-util.el (gnus-extract-address-components): Improve comment.
10094
10095 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
10096
10097 * gnus-util.el (gnus-extract-address-components): Work with address in
10098 which the name portion contains @.
10099
10100 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
10101
10102 * gnus.el (gnus-start): Move custom group up.
10103 (gnus-select-method): Don't autoload, but make it available for
10104 `customize-variable'.
10105 (gnus-getenv-nntpserver): Don't autoload.
10106
10107 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
10108
10109 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10110
10111 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
10112
10113 * message.el (message-sendmail-extra-arguments): New variable.
10114 (message-send-mail-with-sendmail): Use it.
10115
10116 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
10117
10118 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10119 mm-with-unibyte-current-buffer to make string unibyte.
10120
10121 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10122 mm-string-as-multibyte.
10123
10124 2006-11-14 Daiki Ueno <ueno@unixuser.org>
10125
10126 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10127 Reported by Werner Koch <wk@gnupg.org>.
10128
10129 2006-11-14 Daiki Ueno <ueno@p360>
10130
10131 * mml2015.el: Autoload epa-select-keys when compiling.
10132
10133 2006-11-13 Daiki Ueno <ueno@unixuser.org>
10134
10135 * mml2015.el (mml2015-epg-sign): Save the signing keys in
10136 message-options.
10137 (mml2015-epg-encrypt): Save the recipient keys in message-options.
10138
10139 2006-11-13 Daiki Ueno <ueno@unixuser.org>
10140
10141 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10142 EasyPG (< 0.0.6).
10143 (mml2015-always-trust): New user option.
10144 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10145 prompt.
10146
10147 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
10148
10149 * nntp.el (nntp-authinfo-force): New variable.
10150 (nntp-send-authinfo): Use it.
10151
10152 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
10153
10154 * message.el (message-strip-subject-encoded-words): Allow _not_ to
10155 decode encoded words. Improve prompt. Add comment about forwarding.
10156 (message-replacement-char): Move up.
10157
10158 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
10159
10160 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10161 instead of gnus-intersection because arguments of gnus-sorted-nunion
10162 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
10163
10164 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
10165
10166 * message.el (message-strip-subject-encoded-words): Reformat prompt.
10167 (message-simplify-subject-functions):
10168 Enable message-strip-subject-encoded-words by default.
10169
10170 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
10171
10172 * message.el (message-strip-subject-encoded-words): New function.
10173 (message-simplify-subject-functions): New variable.
10174 (message-simplify-subject): Use it. Fix typo in doc string.
10175 Support message-strip-subject-encoded-words.
10176
10177 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
10178
10179 * gnus-diary.el (gnus-diary-delay-format-function):
10180 * nndiary.el (nndiary-reminders):
10181 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10182
10183 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
10184
10185 * gnus-art.el (article-hide-boring-headers): Fetch date from
10186 gnus-original-article-buffer to avoid problems with localized date
10187 strings.
10188
10189 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
10190
10191 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10192
10193 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
10194
10195 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10196 New variables.
10197 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10198 (mm-charset-synonym-alist): Move some entries to
10199 mm-codepage-iso-8859-list.
10200 (mm-charset-synonym-alist, mm-charset-override-alist):
10201 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10202
10203 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
10204
10205 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10206
10207 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10208
10209 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10210 with Emacs 21 and XEmacs.
10211
10212 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
10213
10214 * spam.el (spam-parse-address): New function for better parsing,
10215 catching errors, etc.
10216 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10217
10218 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
10219
10220 * mm-view.el: Add interactive arg to html2text autoload.
10221
10222 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
10223
10224 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10225
10226 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
10227
10228 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10229 New variables.
10230 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10231 (mm-charset-synonym-alist): Move some entries to
10232 mm-codepage-iso-8859-list.
10233
10234 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10235
10236 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
10237
10238 * message.el (message-citation-line-format)
10239 (message-insert-formated-citation-line): Fix implementation of %E, %N
10240 and %n according to the doc string.
10241
10242 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
10243
10244 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10245 Use car-safe to avoid bad parses.
10246
10247 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
10248
10249 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10250 names.
10251
10252 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10253
10254 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
10255
10256 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10257 header.
10258
10259 * message.el (message-draft-headers): Add Date.
10260 (message-headers-to-generate): Fix typo in docstring.
10261
10262 * nndraft.el (nndraft-required-headers): New variable.
10263 (nndraft-generate-headers): Use it.
10264
10265 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10266
10267 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
10268
10269 * gnus-registry.el (gnus-registry-wash-for-keywords)
10270 (gnus-registry-find-keywords): New functions to allow easy searching of
10271 articles that are in the registry.
10272
10273 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
10274
10275 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10276 Use ietf-drums-parse-address instead of gnus-extract-address-components.
10277 Reported by Damien Elmes <damien@repose.cx>.
10278
10279 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
10280
10281 * gnus.el (gnus-mime): Remove unused custom group.
10282
10283 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10284
10285 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10286 "blank line" when searching for end of armor headers.
10287
10288 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
10289
10290 * gmm-utils.el (gmm-write-region): Fix variable name.
10291
10292 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
10293
10294 * gmm-utils.el (gmm-write-region): New function based on compatibility
10295 code from `mm-make-temp-file'.
10296
10297 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10298
10299 * nnmaildir.el (nnmaildir--update-nov)
10300 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10301 Use `gmm-write-region'.
10302
10303 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
10304
10305 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10306 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10307
10308 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10309
10310 * message.el (message-replacement-char): New variable.
10311 (message-fix-before-sending): Use it.
10312 (message-simplify-subject): New function to remove duplicate code.
10313 (message-reply, message-followup): Use it.
10314
10315 * gnus-sum.el (gnus-summary-make-menu-bar):
10316 Clarify gnus-summary-limit-to-articles.
10317
10318 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
10319
10320 * gnus-util.el (gnus-with-local-quit): New macro.
10321
10322 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10323
10324 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
10325
10326 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10327 ignore non-string data.
10328
10329 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
10330
10331 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10332 non-string data (needs to be done in the registry too).
10333
10334 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10335
10336 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10337 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10338 (gnus-registry-split-fancy-with-parent)
10339 (gnus-registry-fetch-simplified-message-subject-fast)
10340 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10341 Remove text properties on ingress into the registry and when it's saved.
10342 (gnus-registry-clean-empty-function): Fix bug with cleaning the
10343 registry from entries with no groups.
10344
10345 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10346
10347 * gnus-util.el (gnus-string-remove-all-properties): Add utility
10348 function to remove string properties.
10349
10350 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
10351
10352 * gmm-utils.el (gmm): Adjust custom version.
10353
10354 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10355 Adjust custom version.
10356
10357 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10358
10359 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
10360
10361 * gnus-art.el (gnus-insert-prev-page-button)
10362 (gnus-insert-next-page-button): Simplify. Reformat.
10363
10364 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
10365
10366 * gnus-art.el (gnus-insert-prev-page-button)
10367 (gnus-insert-next-page-button): Apply gnus-article-button-face.
10368
10369 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
10370
10371 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10372
10373 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
10374
10375 * gnus-art.el (gnus-insert-mime-button)
10376 (gnus-insert-mime-security-button):
10377 Apply gnus-article-button-face to MIME and security buttons.
10378
10379 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
10380
10381 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10382 readable.
10383
10384 2006-09-20 Steve Youngs <steve@sxemacs.org>
10385
10386 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10387 `browse-url-of-file' instead of `browse-url'.
10388
10389 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10390
10391 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10392 regexp. Articles containing quotation were cut prematurely.
10393
10394 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
10395
10396 * message.el (message-cite-original-1): Use nobody by default for the
10397 value of From header.
10398 (message-reply): Ditto.
10399
10400 2006-09-11 Daiki Ueno <ueno@unixuser.org>
10401
10402 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10403 to the gnus-info. This fixes a bug of inline-PGP message verification.
10404 Reported by Michael Piotrowski <mxp@dynalabs.de>.
10405
10406 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
10407
10408 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10409 mails in the doc string. Add some URLs in comment.
10410 (pop3-movemail): Warn about pop3-leave-mail-on-server.
10411
10412 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10413
10414 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10415 backslashes handling and the way to find boundaries of quoted strings.
10416
10417 2006-09-07 Daiki Ueno <ueno@unixuser.org>
10418
10419 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10420 mml1991-encrypt-to-self is set and mml1991-signers is not set.
10421 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10422 mml2015-encrypt-to-self is set and mml2015-signers is not set.
10423
10424 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
10425
10426 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
10427 doc string.
10428 (gnus-button-regexp, gnus-button-last): Remove unused variables.
10429
10430 2006-09-06 Simon Josefsson <jas@extundo.com>
10431
10432 * mml2015.el (mml2015-use): Doc fix, mention epg.
10433
10434 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10435
10436 * mml2015.el (mml2015-use): Default to epg, if available.
10437
10438 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10439
10440 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10441 message-sender.
10442 (mml1991-epg-encrypt): Ditto.
10443 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10444 message-sender.
10445 (mml2015-epg-encrypt): Ditto.
10446
10447 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
10448
10449 * message.el (message-send-mail-with-sendmail): Look for sendmail in
10450 several common directories.
10451
10452 2006-09-05 Daiki Ueno <ueno@unixuser.org>
10453
10454 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10455 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10456
10457 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
10458
10459 * gnus-art.el (article-decode-encoded-words): Make it fast.
10460
10461 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
10462
10463 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10464
10465 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10466 in quoted string into `\'.
10467
10468 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10469
10470 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10471 Use standard-syntax-table.
10472
10473 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10474
10475 * gnus-art.el (gnus-decode-address-function): New variable.
10476 (article-decode-encoded-words): Use it to decode headers which are
10477 assumed to contain addresses.
10478 (gnus-mime-delete-part): Remove useless `or'.
10479
10480 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10481 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10482 (gnus-nov-parse-line): Use it to decode From header.
10483 (gnus-get-newsgroup-headers): Ditto.
10484 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10485
10486 * mail-parse.el (mail-decode-encoded-address-region): New alias.
10487 (mail-decode-encoded-address-string): New alias.
10488
10489 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10490 New function.
10491 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10492 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10493 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10494 (rfc2047-decode-string): Ditto.
10495 (rfc2047-decode-address-region): New function.
10496 (rfc2047-decode-address-string): New function.
10497
10498 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
10499
10500 * message.el (message-caesar-buffer-body): Allow rotating headers.
10501
10502 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10503
10504 * message.el (message-insert-formated-citation-line): Fix %f.
10505 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10506
10507 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
10508
10509 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10510 (gnus-bookmark-mouse-available-p): New macro.
10511 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10512 (gnus-bookmark-bmenu-show-infos): Use it.
10513 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10514 (gnus-bookmark-bmenu-hide-infos): Ditto.
10515 (gnus-bookmark-remove-properties): New function.
10516 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10517 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10518 (gnus-bookmark-write-file): Bind coding-system-for-write.
10519 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10520 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10521 group before selecting it.
10522 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10523 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10524 quit-window if it is not available; use gnus-mouse-2 and bind it to
10525 gnus-bookmark-bmenu-select-by-mouse.
10526 (gnus-bookmark-show-details): Remove unused variable `details-list'.
10527 (gnus-bookmark-bmenu-select-by-mouse): New function.
10528
10529 2006-08-13 Romain Francoise <romain@orebokech.com>
10530
10531 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10532 space.
10533
10534 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10535
10536 * compface.el (uncompface): Use binary rather than raw-text-unix.
10537
10538 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10539
10540 * compface.el (uncompface): Make sure the eol conversion doesn't take
10541 place when communicating with the external programs.
10542 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10543
10544 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
10545
10546 * nnheader.el (nnheader-insert-head): Fix typo in comment.
10547
10548 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10549
10550 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10551 Make it more robust by parsing author and date independently.
10552
10553 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10554
10555 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10556
10557 2006-07-28 Daiki Ueno <ueno@unixuser.org>
10558
10559 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10560 first matching secret key.
10561 (mml2015-epg-encrypt): Ditto.
10562
10563 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10564 first matching secret key.
10565 (mml1991-epg-encrypt): Ditto.
10566
10567 * mml2015.el (mml2015-encrypt-to-self): New user option.
10568 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10569 mml2015-epg-encrypt-to-self is set.
10570
10571 * mml1991.el (mml1991-encrypt-to-self): New variable.
10572 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10573 mml1991-epg-encrypt-to-self is set.
10574
10575 * mml2015.el (mml2015-signers): New user option.
10576 (mml2015-epg-sign): Reflect the value of mml2015-signers.
10577 (mml2015-epg-encrypt): Allow to select signing keys.
10578
10579 * mml1991.el (mml1991-signers): New variable.
10580 (mml1991-epg-sign): Reflect the value of mml1991-signers.
10581 (mml1991-epg-encrypt): Allow to select signing keys.
10582
10583 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
10584
10585 * nnheader.el (nnheader-insert-head): Make it work even if the file
10586 uses CRLF for the line-break code.
10587
10588 2006-07-25 Daiki Ueno <ueno@unixuser.org>
10589
10590 * mml2015.el: Require mml-sec instead of password.
10591 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10592 (mml2015-cache-passphrase): Inherit the default value from
10593 mml-secure-cache-passphrase.
10594 (mml2015-passphrase-cache-expiry): Inherit the default value from
10595 mml-secure-passphrase-cache-expiry.
10596
10597 * mml1991.el: Require mml-sec instead of password.
10598 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10599 (mml1991-cache-passphrase): Inherit the default value from
10600 mml-secure-cache-passphrase.
10601 (mml1991-passphrase-cache-expiry): Inherit the default value from
10602 mml-secure-passphrase-cache-expiry.
10603
10604 * mml-sec.el: Require password.
10605 (mml-secure-verbose): New user option.
10606 (mml-secure-cache-passphrase): New user option.
10607 (mml-secure-passphrase-cache-expiry): New user option.
10608
10609 2006-07-24 Daiki Ueno <ueno@unixuser.org>
10610
10611 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10612 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
10613 andreas@altroot.de (Andreas Vögele).
10614
10615 FIXME: Use `tiny change'?
10616
10617 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10618
10619 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10620 workaround for the url package included with Emacs.
10621
10622 * nnweb.el (nnweb-google-create-mapping): Update regexp.
10623
10624 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10625
10626 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10627 correctly. This fixes a bug caused by the 2006-05-12 change.
10628
10629 2006-07-18 Karl Fogel <kfogel@red-bean.com>
10630
10631 * nnmail.el (nnmail-article-group): If splitting raises an error, give
10632 some information about the error when saying that the `bogus' mail
10633 group will be used.
10634
10635 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
10636
10637 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10638 string.
10639
10640 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
10641
10642 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10643
10644 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10645
10646 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10647
10648 2006-07-10 Daiki Ueno <ueno@unixuser.org>
10649
10650 * mml1991.el (mml1991-function-alist): Add epg.
10651 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10652 (mml1991-epg-encrypt): New functions.
10653
10654 2006-07-10 Daiki Ueno <ueno@unixuser.org>
10655
10656 * mml2015.el (mml2015-verbose): New variable.
10657 (mml2015-cache-passphrase): Ditto.
10658 (mml2015-passphrase-cache-expiry): Ditto.
10659 (mml2015-function-alist): Add epg.
10660 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10661 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10662 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10663 New functions.
10664
10665 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10666
10667 * message.el (message-cite-original-1): Preserve region when removing
10668 quoted text due to X-No-Archive in order to avoid bogus attribution
10669 when citing multiple messages.
10670
10671 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10672
10673 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10674 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10675
10676 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
10677
10678 * gnus-diary.el (gnus-user-format-function-d)
10679 (gnus-user-format-function-D): Autoload.
10680
10681 * imap.el (Commentary): Fix typo.
10682
10683 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10684 2006-04-22 contribution.
10685
10686 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10687
10688 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10689 It didn't really fix the bogosity I'm seeing with solid web groups.
10690
10691 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10692
10693 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10694 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10695 created using server names. If we use the feature without declaring
10696 it, Gnus does not properly manage server and group state.
10697
10698 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10699 bound.
10700
10701 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10702
10703 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10704 looking up the method using GROUP's prefix before inventing a new one.
10705 It is used on killed/unknown groups in various places where returning
10706 an all-new method isn't expected by the caller.
10707
10708 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10709 and match semantics of gnus-group-real-prefix.
10710
10711 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
10712
10713 * nnmail.el (nnmail-broken-references-mailers): New variable.
10714 (nnmail-ignore-broken-references): New function generalizing
10715 nnmail-fix-eudora-headers.
10716 (nnmail-fix-eudora-headers): Now obsolete.
10717
10718 * gnus-art.el (gnus-button-handle-custom):
10719 Support `customize-apropos*'.
10720
10721 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10722
10723 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10724
10725 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10726 articles.
10727
10728 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
10729
10730 * message.el (message-cite-reply-above): New variable.
10731 (message-yank-original): Use it.
10732
10733 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
10734
10735 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10736
10737 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
10738
10739 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10740 as read.
10741
10742 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10743
10744 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
10745
10746 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10747 (gnus-bookmark-default-file): Use gnus-directory.
10748 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10749 Remove "*" in doc string.
10750 (gnus-bookmark-write-file): Simplify.
10751 (gnus-bookmark-maybe-sort-alist): Use `when'.
10752 (gnus-bookmark-get-bookmark): Fix typo in doc string.
10753 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10754 Add FIXME about Emacs 21 and XEmacs compatibility.
10755 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10756 compatibility.
10757 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10758 compatibility.
10759 (gnus-bookmark-menu-heading): Fix version.
10760
10761 2006-06-19 Bastien Guerry <bzg@altern.org>
10762
10763 * gnus-bookmark.el: New file.
10764
10765 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10766
10767 * message.el (message-syntax-checks): Doc fix.
10768
10769 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10770
10771 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10772 unsubscribed groups as if they were killed ones. It causes duplicate
10773 entries in gnus-newsrc-alist.
10774
10775 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10776
10777 * message.el (message-syntax-checks): Doc fix.
10778 (message-send-mail): Add check for continuation headers.
10779 (message-check-news-header-syntax): Fix regexp used to check for
10780 continuation headers.
10781
10782 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10783
10784 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10785
10786 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
10787
10788 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10789
10790 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10791
10792 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10793 default-truncate-lines.
10794
10795 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
10796
10797 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10798 to fill the utf-8 entry.
10799
10800 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10801
10802 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10803
10804 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
10805
10806 * gnus-agent.el (directory-files-and-attributes): Move all the way
10807 forward (the third and final move).
10808 (gnus-agent-read-agentview): Trap reconstruction errors due to
10809 nonexistent directory. Handle by returning nil.
10810
10811 2006-05-30 Didier Verna <didier@xemacs.org>
10812
10813 * message.el (message-dont-reply-to-names): Update the custom type.
10814 * message.el (message-dont-reply-to-names): New defsubst: potentially
10815 convert a list of regexps into a single one.
10816 * message.el (message-get-reply-headers): Use it.
10817 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10818
10819 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
10820
10821 * gnus-agent.el (directory-files-and-attributes): Move forward.
10822
10823 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
10824
10825 * gnus-ml.el (gnus-mailing-list-subscribe)
10826 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10827 (gnus-mailing-list-message): Fix doc strings.
10828
10829 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10830
10831 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10832 of doing it manually.
10833
10834 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
10835
10836 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10837 comment.
10838
10839 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
10840
10841 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10842 (gnus-agent-read-agentview): Fix handling of end-of-file error.
10843 (gnus-agent-read-local): All symbols allocated in my-obarray.
10844 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10845 (gnus-agent-regenerate-group): Check numeric names to see if they are
10846 messages or groups.
10847 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10848 better way of do this...)
10849
10850 * gnus-cache.el (gnus-agent-total-fetched-for):
10851 Ignore 'dummy.group' (there should be a better way of do this...)
10852
10853 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10854
10855 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10856 (gnus-saved-headers): Ditto.
10857 (gnus-default-article-saver): Mention functions may have properties.
10858 (gnus-article-save): Override gnus-save-all-headers and
10859 gnus-saved-headers by :headers property which saver function may have.
10860 (gnus-summary-save-in-file): Add :headers property.
10861 (gnus-summary-write-to-file): Ditto.
10862
10863 * gnus-sum.el (gnus-summary-save-article): Bind
10864 gnus-prompt-before-saving to t when saving many articles in a file;
10865 always show all headers.
10866
10867 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10868
10869 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10870 marks.
10871
10872 * message.el (message-indent-citation): Add optional arguments to allow
10873 using it outside of message buffers.
10874
10875 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10876 (gnus-article-treat-unfold-headers): Use it.
10877 (gnus-article-truncate-lines): New variable.
10878 (gnus-article-mode): Use it.
10879 (gnus-article-toggle-truncate-lines): New function.
10880
10881 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10882 Add gnus-article-toggle-truncate-lines.
10883
10884 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10885 coding system in XEmacs, use binary.
10886
10887 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10888
10889 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10890 after-load-alist.
10891
10892 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10893 this function should save decoded articles.
10894 (gnus-summary-write-to-file): Use property to specify this function
10895 should save decoded articles and specify gnus-summary-save-in-file
10896 should be used to save articles other than the first one when saving
10897 many articles.
10898 (gnus-summary-save-body-in-file): Use property to specify this
10899 function should save decoded articles.
10900 (gnus-summary-write-body-to-file): Use property to specify this
10901 function should save decoded articles and specify
10902 gnus-summary-save-body-in-file should be used to save articles other
10903 than the first one when saving many articles.
10904
10905 * gnus-sum.el (gnus-summary-save-article): Simplify.
10906
10907 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10908
10909 * gnus-art.el (gnus-default-article-saver):
10910 Add gnus-summary-write-body-to-file.
10911 (gnus-article-save-coding-system): Don't use coding system object
10912 in XEmacs.
10913 (gnus-read-save-file-name): Add optional `dir-var' argument which
10914 specifies directory in which files are saved; work even if optional
10915 `variable' argument is not specified.
10916 (gnus-summary-write-to-file): Read file name.
10917 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10918 (gnus-summary-write-body-to-file): New function.
10919
10920 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10921 (gnus-summary-local-variables): Add it.
10922 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10923 (gnus-summary-save-article): Remove optional `decode' argument;
10924 determine whether to decode articles by the value of
10925 gnus-default-article-saver; when saving many files using
10926 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10927 it first and use gnus-summary-save-in-file or
10928 gnus-summary-save-body-in-file thereafter unless
10929 gnus-prompt-before-saving is always; move point to article which
10930 will be saved.
10931 (gnus-summary-save-article-file): Revert.
10932 (gnus-summary-write-article-file): Revert.
10933 (gnus-summary-save-article-body-file): Revert.
10934 (gnus-summary-write-article-body-file): New function.
10935
10936 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10937
10938 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10939
10940 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10941
10942 * gnus-art.el (gnus-default-article-saver): Doc fix.
10943 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10944 from gnus-summary-save-article-coding-system, and default to a
10945 certain coding system.
10946 (gnus-output-to-file): Add coding cookie and encode text according
10947 to gnus-article-save-coding-system; don't use mm-append-to-file.
10948
10949 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10950 gnus-art.el and rename to gnus-article-save-coding-system.
10951 (gnus-summary-save-article): Require gnus-art; don't show all
10952 headers if it decodes articles; don't add coding cookie here;
10953 don't bind mm-text-coding-system-for-write.
10954 (gnus-summary-save-article-file): Save decoded articles.
10955 (gnus-summary-write-article-file): When saving many files, use
10956 gnus-summary-write-to-file first and gnus-summary-save-in-file
10957 thereafter unless gnus-prompt-before-saving is always.
10958 (gnus-summary-save-article-body-file): Save decoded articles.
10959
10960 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10961
10962 * nnrss.el (nnrss-check-group): Bind hash-index.
10963
10964 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
10965
10966 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10967 its hash index. Store this hash in `nnrss-group-data'.
10968 (nnrss-read-group-data): Update accordingly.
10969
10970 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10971
10972 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10973 entry.
10974
10975 * gnus-sum.el (gnus-summary-make-menu-bar):
10976 Add gnus-article-browse-html-article.
10977
10978 2006-05-23 Hynek Schlawack <hynek@ularx.de>
10979
10980 * gnus-sum.el (gnus-summary-mime-map):
10981 Add gnus-article-browse-html-article.
10982
10983 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10984
10985 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10986 suitable coding systems in customize.
10987
10988 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
10989
10990 * mail-source.el (mail-sources): Fix custom type.
10991
10992 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10993
10994 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10995 (gnus-summary-expire-articles-now): Shorten prompt.
10996
10997 * gmm-utils.el (wid-edit): Require.
10998 (defun-gmm): Rename from `gmm-defun-compat'.
10999 (gmm-image-search-load-path): Use it.
11000 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
11001
11002 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
11003
11004 * gnus-sum.el (gnus-summary-save-article-coding-system):
11005 New variable.
11006 (gnus-summary-save-article): Add optional `decode' argument.
11007 If it is set and gnus-summary-save-article-coding-system is non-nil,
11008 save decoded article.
11009 (gnus-summary-write-article-file): Save decoded article if
11010 gnus-summary-save-article-coding-system is non-nil.
11011
11012 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11013 type.
11014
11015 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
11016
11017 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11018
11019 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11020
11021 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11022 first to test gnus-single-article-buffer which may be buffer-local.
11023
11024 * gnus-sum.el (gnus-summary-setup-buffer):
11025 Make gnus-single-article-buffer buffer-local and nil in ephemeral
11026 group; make gnus-article-buffer, gnus-article-current, and
11027 gnus-original-article-buffer always buffer-local.
11028 (gnus-summary-exit): Kill article buffer belonging to ephemeral
11029 group.
11030 (gnus-handle-ephemeral-exit): Don't move to next summary line.
11031
11032 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
11033
11034 * nnml.el (nnml-request-compact-group): Compressed files might not
11035 have .gz extension.
11036
11037 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11038
11039 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11040 (mm-copy-to-buffer): Use with-current-buffer.
11041 (mm-display-part): Simplify.
11042 (mm-inlinable-p): Add optional arg `type'.
11043
11044 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11045
11046 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11047 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11048 Try harder to show the attachment internally or externally using
11049 gnus-mime-view-part-as-type.
11050
11051 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
11052
11053 * message.el (message-from-style, message-signature-separator)
11054 (message-user-organization-file, message-send-mail-function)
11055 (message-citation-line-function, message-yank-prefix)
11056 (message-indent-citation-function, message-signature)
11057 (message-signature-file, message-signature-insert-empty-line):
11058 Remove autoloads.
11059
11060 * gnus-art.el (gnus-buttonized-mime-types):
11061 Remove "multipart/signed". Revert 2006-04-26 change.
11062
11063 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11064
11065 * gnus.el (gnus-version-number): Bump version.
11066
11067 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11068
11069 * gnus.el: No Gnus v0.5 is released.
11070
11071 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11072
11073 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11074 fetching articles by message-id.
11075
11076 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11077
11078 * message.el (hashcash): Require hashcash as normal.
11079
11080 * ecomplete.el (ecomplete-highlight-match-line):
11081 Use point-at-eol.
11082 (ecomplete-highlight-match-line): Use `highlight', because that
11083 face exists in both Emacs and XEmacs.
11084
11085 * message.el (message-display-abbrev): Use point-at-bol.
11086
11087 * mail-source.el: Don't require timer/timer-funcs.
11088
11089 * gnus-async.el: Ditto.
11090
11091 * password.el: Ditto.
11092
11093 * mm-url.el: Ditto.
11094
11095 * mm-util.el: Require timer/timer-funcs.
11096
11097 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11098
11099 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11100 Close.
11101
11102 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
11103
11104 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11105 unibyte after clear-decrypt function runs.
11106
11107 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11108 returns as a unibyte string.
11109
11110 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
11111
11112 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11113 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11114 (mml1991-pgg-encrypt): Ditto.
11115
11116 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
11117
11118 * message.el (message-user-organization-file): Check several
11119 locations of the organization file.
11120
11121 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11122 Add gnus-article-view-part-as-type.
11123
11124 * gnus-art.el (gnus-article-view-part-as-type): New function.
11125
11126 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11127 .mobi and .travel. Remove .nato, .bitnet and .uucp.
11128
11129 * mml.el: Simplify autoload.
11130 (mml-mode): defvar dnd-protocol-alist instead of using
11131 symbol-value.
11132 (mml-default-directory): New variable.
11133 (mml-minibuffer-read-file): Use it.
11134 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11135
11136 * message.el (message-citation-line-format): New variable.
11137 (message-insert-formated-citation-line): New function.
11138 (message-citation-line-function):
11139 Add `message-insert-formated-citation-line' to custom type.
11140
11141 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11142 to doc string.
11143
11144 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11145 depending on mm-verify-option.
11146
11147 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11148
11149 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11150 binding pgg-* variables; reimplement the section which prevents
11151 MIME header from being signed.
11152 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11153 pgg-text-mode; remove a blank line at the top of body.
11154
11155 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11156 lines at the top of body; use gnus-newsgroup-charset if there's no
11157 Charset header.
11158
11159 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
11160
11161 * message.el (message-self-insert-commands): Doc fix.
11162
11163 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11164 (mm-uu-pgp-encrypted-test): Ditto.
11165 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11166 between header and body; return application/pgp-encrypted handle
11167 if decryption failed; decode decrypted body by charset.
11168
11169 * mm-decode.el (mm-automatic-display): Don't make application/pgp
11170 element match to application/pgp-*.
11171
11172 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11173
11174 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11175 HTML.
11176
11177 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11178
11179 * mail-source.el (mail-source-call-script): Message the error
11180 string.
11181
11182 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11183
11184 * gnus-util.el (gnus-byte-compile): Use it.
11185
11186 2006-04-22 xyblor <fake@invalid.email> (tiny change)
11187
11188 * gnus-util.el (kill-empty-logs): New function.
11189
11190 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11191
11192 * message.el (message-mail-alias-type): Doc fix.
11193 (message-mail-alias-type-p): New function.
11194 (message-send): Use it.
11195 (message-mode): Ditto.
11196 (message-strip-forbidden-properties): Ditto.
11197
11198 * ecomplete.el (ecomplete-database-file-coding-system):
11199 New variable.
11200 (ecomplete-save): Use it.
11201 (ecomplete-setup): Use it.
11202
11203 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
11204
11205 * message.el (message-self-insert-commands): New variable.
11206 (message-strip-forbidden-properties): Use it.
11207
11208 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11209
11210 * message.el (message-put-addresses-in-ecomplete): Use a regexp
11211 that doesn't make XEmacs choke.
11212
11213 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
11214
11215 * gnus-util.el (gnus-replace-in-string):
11216 Prefer replace-regexp-in-string over of replace-in-string.
11217
11218 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
11219
11220 * gnus-util.el (gnus-select-frame-set-input-focus):
11221 Use select-frame-set-input-focus if it is available in XEmacs; use
11222 definition defined in Emacs 22 for old Emacsen.
11223
11224 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
11225
11226 * mm-view.el (mm-inline-text): Use equal instead of equalp.
11227
11228 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
11229
11230 * gnus-registry.el (gnus-registry-cache-save): Remove text
11231 properties when saving via the temp buffer.
11232
11233 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
11234
11235 * message.el (message-generate-hashcash): Honor custom type.
11236
11237 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11238
11239 * message.el (message-generate-hashcash): Default to non-nil when
11240 hashcash is found.
11241
11242 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11243 (gnus-refer-thread-limit): Increase default to 500.
11244
11245 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11246
11247 * flow-fill.el (fill-flowed): Allow delete-space.
11248
11249 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
11250
11251 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11252 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11253 Remove autoloads.
11254
11255 2006-04-18 Simon Josefsson <jas@extundo.com>
11256
11257 * message.el (message-generate-hashcash): Default to.
11258
11259 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
11260
11261 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11262 concatenating segments rather than before concatenating them.
11263
11264 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
11265
11266 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11267
11268 * imap.el (imap-quote-specials): New function.
11269 (imap-login-auth): Quote specials.
11270
11271 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11272
11273 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11274
11275 * message.el (message-forward-make-body-plain):
11276 Allow message-forward-ignored-headers to be a list.
11277 (message-remove-ignored-headers): Factor out into function.
11278 (message-forward-make-body-mml): Use it.
11279 * rfc2231.el (rfc2231-parse-string): Remove dead code.
11280 (rfc2231-parse-string): Allow concatanation of parameters that
11281 aren't contiguous. The test case is
11282 (mail-header-parse-content-type "message/external-body;
11283 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11284 access-type=LOCAL-FILE;
11285 name*1*=plugh%2fhello-sailor%2fbing.pdf")
11286
11287 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
11288
11289 * nntp.el (nntp-accept-process-output): Return the value of
11290 `nnheader-accept-process-output'.
11291
11292 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11293
11294 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11295 (gnus-button-alist): Recognize more diff formats.
11296 (gnus-button-patch): Strip directory.
11297
11298 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
11299
11300 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11301 Emacs 22 when setting focus.
11302
11303 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11304
11305 * gnus-art.el (gnus-article-treat-types): Do treatment of
11306 text/x-verbatim parts.
11307 (gnus-button-patch): New command.
11308
11309 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11310 addresses that contain invalid characters.
11311
11312 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11313
11314 * message.el (message-put-addresses-in-ecomplete):
11315 Use gnus-replace-in-string.
11316 (message-is-yours-p): Use the more correct
11317 mail-header-parse-address instead of
11318 mail-extract-address-components.
11319 (message-put-addresses-in-ecomplete): Fix typo.
11320
11321 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11322 keystroke.
11323
11324 * gnus-art.el (gnus-treatment-function-alist): Change order of
11325 newsgroups/generic header folding to avoid double-folding.
11326
11327 * message.el (message-hidden-headers): Add X-Draft-From.
11328
11329 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11330 New command.
11331 (gnus-summary-repeat-search-article-backward): New command.
11332
11333 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11334 groups in the parent topic.
11335
11336 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
11337
11338 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11339 (spam-extra-header-to-number): Return the CRM114 number as a
11340 number instead of a string.
11341
11342 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11343
11344 * gnus-art.el (gnus-face-properties-alist): Move here from
11345 gnus-fun.
11346
11347 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11348
11349 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11350
11351 * message.el (message-strip-forbidden-properties): Only display on
11352 self-insert-command.
11353
11354 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11355 reindent.
11356 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11357
11358 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
11359
11360 * smiley.el (smiley-style): Fix typo.
11361
11362 2006-03-23 Kenichi Handa <handa@m17n.org>
11363
11364 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11365 instead of set-buffer-multibyte.
11366
11367 2006-03-23 Kenichi Handa <handa@m17n.org>
11368
11369 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11370 buffer and then decode the buffer text if necessary.
11371 (rfc2231-encode-string): Be sure to work on multibyte buffer at
11372 first, and after mm-encode-body, change the buffer to unibyte.
11373
11374 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11375
11376 * hashcash.el (hashcash-insert-payment-async-2):
11377 Use message-goto-eoh instead of doing it manually.
11378 (mail-add-payment): Use message-narrow-to-header instead of trying
11379 to do the same itself.
11380
11381 * message.el (message-hidden-headers): Add Face.
11382
11383 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11384 reparenting code.
11385 (gnus-summary-reparent-children): Refactored out code.
11386 (gnus-summary-thread-map): New keystroke.
11387 (gnus-summary-reparent-children): Make into command.
11388
11389 * smiley.el (smiley-style): Default to `medium' if using a large
11390 font.
11391
11392 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11393 does it itself.
11394
11395 * message.el (message-point-in-header-p): Simplify definition.
11396
11397 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11398
11399 * nnagent.el (nnagent-request-set-mark): Silence log file
11400 writing.
11401 (nnagent-request-set-mark): Use write-region instead of
11402 append-to-file.
11403
11404 * gnus-sum.el (gnus-read-header): Fudge article number if using a
11405 strange select method.
11406
11407 * ecomplete.el (ecomplete-display-matches): Get highlightling
11408 right.
11409 (ecomplete-display-matches): Use literals.
11410 (ecomplete-display-matches): Disable message logging.
11411
11412 * message.el (message-display-abbrev): Small optimization.
11413
11414 * ecomplete.el (ecomplete-display-matches): Allow automatic
11415 display.
11416
11417 * message.el (message-strip-forbidden-properties):
11418 Display abbrevs.
11419 (message-display-abbrev): Get automatic display right.
11420
11421 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11422 keystrokes.
11423
11424 2006-04-13 Romain Francoise <romain@orebokech.com>
11425
11426 TODO: Backport to v5-10!
11427
11428 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11429 Move here (and rename) from gnus-registry.el.
11430
11431 * gnus-registry.el: Require gnus-util.
11432 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11433
11434 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11435
11436 * gnus-group.el (gnus-group-catchup-current):
11437 Change if-then-else-if-then-else into cond.
11438 (gnus-group-catchup): Indent.
11439 (group-name-at-point): New function.
11440 (gnus-fetch-group): Provide default from thing at point.
11441
11442 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11443
11444 * message.el (message-display-abbrev): Fix regexp.
11445
11446 * ecomplete.el (ecomplete-highlight-match-line):
11447 Reimplement choosing.
11448 (ecomplete-highlight-match-line): Fix up code rewrite, remove
11449 dead variables.
11450
11451 * message.el (message-newline-and-indent): Remove debugging.
11452 (message-display-abbrev): Use new implementation.
11453
11454 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
11455
11456 * gnus-art.el (gnus-article-mode):
11457 Set cursor-in-non-selected-windows to nil.
11458
11459 * smiley.el: Revert previous change.
11460 (smiley-data-directory): defvar it before using it in the
11461 defcustom of `smiley-style'.
11462
11463 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11464
11465 * message.el (message-newline-and-indent): New function.
11466
11467 * ecomplete.el: Implement more bits.
11468
11469 * message.el (message-put-addresses-in-ecomplete): Clean up the
11470 string.
11471
11472 * ecomplete.el (ecomplete-add-item): Chop off decimals.
11473
11474 * gnus-sum.el (gnus-summary-save-parts):
11475 Bind gnus-summary-save-parts-counter and use it to make unique file
11476 names.
11477
11478 * gnus-art.el (gnus-ignored-headers): Add some more headers.
11479
11480 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11481 parameter to say whether to actually parse the individual
11482 addresses.
11483
11484 * message.el (message-put-addresses-in-ecomplete): New function.
11485 (ecomplete): Require.
11486 (message-mail-alias-type): Add ecomplete as an option.
11487
11488 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
11489
11490 * flow-fill.el (fill-flowed): Remove trailing space from blank
11491 quoted lines.
11492
11493 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11494
11495 * smiley.el (smiley-style): Move definition later to avoid a
11496 compilation warning.
11497
11498 2006-04-12 Kenichi Handa <handa@m17n.org>
11499
11500 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11501 buffer and then decode the buffer text if necessary.
11502 (rfc2231-encode-string): Be sure to work on multibyte buffer at
11503 first, and after mm-encode-body, change the buffer to unibyte.
11504 Use mm-disable-multibyte instead of set-buffer-multibyte.
11505
11506 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11507
11508 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11509 Content-Type header instead of Content-Disposition header.
11510 (gnus-mime-inline-part): Ditto.
11511 (gnus-mime-view-part-as-charset): Ignore charset that the part
11512 specifies.
11513
11514 * mm-decode.el (mm-display-part): Work with external parts and
11515 usual parts similarly.
11516
11517 * mm-extern.el (mm-inline-external-body): Use mm-display-part
11518 instead of gnus-display-mime.
11519
11520 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11521 instead of with-temp-buffer.
11522
11523 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11524 tag to summarized topics part in order to encode non-ASCII text.
11525
11526 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
11527
11528 * smiley.el (smiley-style): New variable.
11529 (smiley-directory): New function.
11530 (smiley-data-directory): Derive from `smiley-style' using
11531 `smiley-directory'.
11532 (smiley-regexp-alist): Add new entries.
11533
11534 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11535 (gnus-article-browse-delete-temp): Add :version.
11536
11537 2006-04-11 Arne Jørgensen <arne@arnested.dk>
11538
11539 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11540 the sieve region.
11541
11542 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11543
11544 * gnus.el (gnus-version-number): Bump version.
11545
11546 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
11547
11548 * gnus.el: No Gnus v0.4 is released.
11549
11550 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11551
11552 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11553 layout.
11554
11555 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11556 unknown charset.
11557
11558 * message.el (message-header-synonyms): Add Original-To to the
11559 default.
11560
11561 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11562 optional parameter.
11563
11564 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11565
11566 * gnus-fun.el (gnus): Require it for gnus-directory.
11567
11568 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
11569
11570 * gnus-fun.el (gnus-face-properties-alist): Add :version.
11571
11572 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11573
11574 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11575
11576 2006-04-05 Simon Josefsson <jas@extundo.com>
11577
11578 * password.el (password-reset): New function.
11579
11580 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11581
11582 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11583 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11584
11585 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11586
11587 * nnweb.el (nnweb-google-create-mapping): Update regexp.
11588 Some whitespace was matched into the url, which broke browsing hits
11589 > 100 when mm-url-use-external was nil.
11590
11591 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
11592
11593 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11594 Check gnus-extra-headers for 'Newsgroups.
11595
11596 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11597 bound.
11598
11599 2006-04-04 Daiki Ueno <ueno@unixuser.org>
11600
11601 * pgg-gpg.el: Clean up process buffers every time gpg processes
11602 complete.
11603
11604 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
11605
11606 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11607 doc string.
11608
11609 2006-04-03 Daiki Ueno <ueno@unixuser.org>
11610
11611 * pgg-gpg.el (pgg-gpg-process-filter)
11612 (pgg-gpg-wait-for-completion): Check if buffer is alive.
11613
11614 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11615 lines, temporary fix.
11616
11617 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
11618
11619 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11620
11621 2006-03-29 Daiki Ueno <ueno@unixuser.org>
11622
11623 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11624 default-enable-multibyte-characters. This reverts the change from
11625 revision 6.17 which is no longer necessary because the passphrase
11626 is sent separately now. GnuPG messages are unreadable under
11627 multibyte locales with default-enable-multibyte-characters set to
11628 nil.
11629
11630 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
11631
11632 * message.el (message-tool-bar-gnome): Move "spell".
11633
11634 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
11635
11636 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11637 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
11638 instead.
11639
11640 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
11641
11642 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11643 Improve newsgroups handling for NNTP overviews which don't include
11644 Newsgroups.
11645
11646 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11647
11648 * message.el (message-resend): Bind message-generate-hashcash to nil.
11649
11650 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11651
11652 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11653 when searching for already-paid recipients.
11654
11655 2006-03-27 Daiki Ueno <ueno@unixuser.org>
11656
11657 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11658 passphrases when it is not needed.
11659 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11660 passphrase stuff from gpg, should only be necessary when you use
11661 gpg with a smartcard.
11662
11663 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11664
11665 * mml.el (mml-insert-mime): Ignore cached contents of
11666 message/external-body part.
11667
11668 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11669 (mm-insert-part): Ditto.
11670
11671 2006-03-23 Simon Josefsson <jas@extundo.com>
11672
11673 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11674 Reiner.
11675 (pgg-gpg-use-agent-p): Use it again.
11676
11677 2006-03-23 Simon Josefsson <jas@extundo.com>
11678
11679 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11680 older emacsen.
11681 (pgg-gpg-use-agent-p): Don't use it.
11682
11683 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
11684
11685 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11686 if we can.
11687
11688 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
11689
11690 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11691 (pgg-gpg-update-agent): New function.
11692 (pgg-gpg-use-agent-p): New function.
11693 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11694 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11695 (pgg-gpg-sign-region): Use it.
11696
11697 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11698
11699 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11700 Reported by Ralf Wachinger <rwachinger@gmx.de>.
11701
11702 2006-03-21 Simon Josefsson <jas@extundo.com>
11703
11704 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11705 <wilde@sha-bang.de>.
11706 (pgg-gpg-use-agent): New variable.
11707 (pgg-gpg-process-region): Use it.
11708 (pgg-gpg-encrypt-region): Likewise.
11709 (pgg-gpg-encrypt-symmetric-region): Likewise.
11710 (pgg-gpg-decrypt-region): Likewise.
11711 (pgg-gpg-sign-region): Likewise.
11712 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11713
11714 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
11715
11716 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11717
11718 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11719 Add comment on version.
11720
11721 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
11722
11723 * smiley.el: Add missing test smiley.
11724
11725 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11726
11727 * mm-decode.el (mm-with-part): New macro.
11728 (mm-get-part): Use it; work with message/external-body as well.
11729 (mm-save-part): Treat name and filename equally.
11730
11731 * mm-extern.el (mm-extern-cache-contents): New function.
11732 (mm-inline-external-body): Use it; force the part to be displayed;
11733 move undisplayer added to the cached handle to the parent.
11734
11735 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11736 (gnus-mime-view-part-as-type): Work with message/external-body.
11737
11738 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11739
11740 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
11741
11742 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11743 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
11744 Emacs.]
11745
11746 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
11747
11748 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11749 path rather than symbol. Always return list of directories.
11750 Guarantee that image directory comes first. [Sync with image.el,
11751 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
11752
11753 * message.el (message-make-tool-bar): Adjust to new API of
11754 `gmm-image-load-path-for-library'.
11755
11756 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11757
11758 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11759
11760 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11761
11762 * gnus-art.el (gnus-article-only-boring-p):
11763 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11764 intangible text.
11765 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11766
11767 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
11768
11769 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11770 Use `defun' instead of `gmm-defun-compat'.
11771
11772 2006-03-14 Simon Josefsson <jas@extundo.com>
11773
11774 * message.el (message-unique-id): Don't use message-number-base36
11775 if (user-uid) is a float.
11776 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11777
11778 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11779
11780 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11781
11782 * gnus-art.el (gnus-mime-display-single): Make sure there is an
11783 empty line between a part and a message part.
11784
11785 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
11786
11787 * smiley.el: Add more test smileys.
11788 (smiley-data-directory, smiley-regexp-alist)
11789 (gnus-smiley-file-types): Fix doc strings.
11790 (smiley-update-cache): Clear smiley-cached-regexp-alist before
11791 adding new elements.
11792 (smiley-mouse-map): Unused code. Make it a comment.
11793
11794 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11795
11796 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11797 scan latest NoCeM messages instead of old ones.
11798 (gnus-nocem-check-article): Fix regexps so as to match to PGP
11799 delimiters that are recently used.
11800 (gnus-nocem-load-cache): Add autoload cookie.
11801
11802 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11803
11804 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11805 level which is larger than gnus-use-nocem is specified.
11806
11807 * gnus-group.el (gnus-group-get-new-news): Ditto.
11808
11809 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
11810
11811 * gnus-util.el (gnus-tool-bar-update): New function.
11812
11813 * gnus-group.el (gnus-group-update-tool-bar): New variable.
11814 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11815
11816 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11817
11818 * gnus-group.el (gnus-group-redraw-when-idle)
11819 (gnus-group-redraw-check): Remove.
11820 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11821
11822 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11823
11824 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11825 if optional last element is specified in splits (FIELD VALUE...).
11826
11827 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
11828
11829 * message.el (message-make-tool-bar): Rename gmm-image-load-path
11830 to gmm-image-load-path-for-library. Call with no-error argument.
11831 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11832
11833 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11834
11835 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11836
11837 * gmm-utils.el (gmm-image-load-path): Remove alias.
11838
11839 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
11840
11841 * gmm-utils.el (gmm-image-load-path): Add alias.
11842
11843 * nnml.el (nnml-generate-nov-databases-directory): Rename from
11844 nnml-generate-nov-databases-1.
11845 (nnml-generate-nov-databases): Use it.
11846 (nnml-generate-nov-databases-directory): Document no-active
11847 argument.
11848
11849 * gmm-utils.el (gmm-image-load-path-for-library): Return single
11850 directory if path is t. Add no-error.
11851
11852 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11853 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11854
11855 * gnus-art.el (gnus-article-browse-delete-temp-files):
11856 Simplify resetting gnus-article-browse-html-temp-list.
11857
11858 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11859 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
11860 Add example to docstring. Rename local variables. Move error
11861 checks to default case in cond and simplify.
11862
11863 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
11864
11865 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11866 handle is multipart when calling it recursively.
11867 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11868
11869 2006-03-03 Daniel Pittman <daniel@rimspace.net>
11870
11871 * nnimap.el (nnimap-request-update-info-internal): Optimize.
11872 Don't `gnus-uncompress-range' to avoid excessive memory usage.
11873
11874 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11875
11876 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11877 is loaded.
11878
11879 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11880 loaded.
11881
11882 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
11883
11884 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11885 to "Emacs 23 (unicode)" in doc string.
11886
11887 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11888 "Emacs 23 (unicode)" in comment.
11889
11890 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11891
11892 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11893
11894 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11895 characters 160 through 255 in Emacs 23.
11896
11897 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
11898
11899 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11900 gnus-article-browse-html-temp.
11901 (gnus-article-browse-delete-temp): Make it customizable.
11902 Add `file'. Adjust doc string.
11903 (gnus-article-browse-delete-temp-files): Add argument.
11904 Allow query for each file. Adjust doc string.
11905 (gnus-article-browse-html-parts):
11906 Add `gnus-article-browse-delete-temp-files' to
11907 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11908
11909 2006-03-02 Hynek Schlawack <hynek@ularx.de>
11910
11911 * gnus-art.el (gnus-article-browse-html-temp)
11912 (gnus-article-browse-delete-temp): New variables.
11913 (gnus-article-browse-delete-temp-files): New function.
11914 (gnus-article-browse-html-parts): Use it.
11915
11916 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
11917
11918 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11919
11920 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11921 string.
11922
11923 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11924 gnus-summary-insert-new-articles when unplugged.
11925 Remove gnus-summary-search-article-forward.
11926
11927 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11928 display-visual-class instead of display-color-cells.
11929
11930 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
11931
11932 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11933 message/* containing non-ASCII text properly.
11934
11935 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
11936
11937 * message.el: Require gmm-utils, remove autoloads.
11938 (message-tool-bar): Set default based on
11939 gmm-tool-bar-style.
11940 (message-tool-bar-gnome): Add gmm-customize-mode.
11941
11942 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11943 gmm-tool-bar-style.
11944 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11945
11946 * gnus-group.el (gnus-group-tool-bar): Set default based on
11947 gmm-tool-bar-style.
11948 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11949
11950 * gmm-utils.el (gmm-image-directory): Rename variable from
11951 gmm-image-load-path.
11952 (gmm-image-load-path): Use gmm-image-directory.
11953 (gmm-customize-mode): New function.
11954 (gmm-tool-bar-style): New variable.
11955
11956 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11957 gnus-group-redraw-line-number.
11958 (gnus-group-redraw-check): Simplify.
11959 (gnus-group-tool-bar-update): Remove redraw check.
11960 (gnus-group-make-tool-bar): Add redraw check.
11961
11962 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
11963
11964 * gnus-art.el (gnus-button): Add missing parentheses.
11965
11966 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11967
11968 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11969
11970 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
11971
11972 * gnus-art.el (gnus-button): New face.
11973 (gnus-article-button-face): Use it.
11974
11975 * gnus-sum.el (gnus-summary-tool-bar-gnome):
11976 Add gnus-summary-next-page. Re-order.
11977
11978 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11979 next-node are now included.
11980 (gnus-group-redraw-line-number): New internal variable.
11981 (gnus-group-redraw-check): Helper function for updating the tool
11982 bar.
11983 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11984
11985 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11986
11987 * spam.el (spam-spamassassin-score-regexp): New internal variable.
11988 (spam-extra-header-to-number, spam-check-spamassassin-headers):
11989 Use it to match format of Spamassassin 3.0 and later.
11990 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11991 (spam-check-bogofilter)
11992 (spam-bogofilter-register-with-bogofilter): Fix args of
11993 `gnus-error' calls.
11994
11995 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
11996
11997 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11998 unnecessary interaction when sending queued mails.
11999 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12000
12001 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
12002
12003 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12004 first or last are nil.
12005
12006 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12007
12008 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12009
12010 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12011
12012 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12013
12014 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12015
12016 * dns.el (query-dns): Protect more against buggy tcp output.
12017
12018 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
12019
12020 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12021 nov.php.
12022
12023 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
12024
12025 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12026 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12027 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
12028 output on the server side.
12029 (nnweb-google-create-mapping): Update regexps and add some
12030 progress indication.
12031
12032 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
12033
12034 * gnus-group.el (gnus-group-tool-bar-gnome):
12035 Fix gnus-agent-toggle-plugged. Re-order icons.
12036 (gnus-group-tool-bar-gnome):
12037 Add gnus-group-{prev,next}-unread-group.
12038 (gnus-group-tool-bar-gnome): Re-order icons.
12039
12040 * gnus-sum.el (gnus-summary-tool-bar-gnome):
12041 Move gnus-summary-insert-new-articles.
12042
12043 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12044 Fix comments.
12045
12046 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
12047 also available in Emacs 21.3.
12048
12049 * message.el (message-fix-before-sending): Change "Emacs 22" to
12050 "Emacs 23 (unicode)" in comment.
12051
12052 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12053 "Emacs 23 (unicode)" in comment.
12054
12055 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12056 comment.
12057 (mm-coding-system-p): Add comment about no-MULE XEmacs.
12058
12059 * mm-view.el (mm-fill-flowed): Add :version.
12060
12061 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
12062
12063 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12064 and load-path.
12065
12066 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
12067
12068 * message.el: Autoload gmm-image-load-path.
12069 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12070 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
12071 consitency.
12072
12073 * gmm-utils.el (gmm-image-load-path): Also search in
12074 "../etc/images". Don't set gmm-image-load-path if we don't find
12075 the image.
12076
12077 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
12078
12079 * gmm-utils.el (gmm-image-load-path): Don't make
12080 `gmm-image-load-path' include subdirectories which the second arg
12081 `image' might specify.
12082
12083 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12084 subdirectory to icon file names.
12085
12086 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12087
12088 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
12089
12090 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12091 gmm-image-load-path calls.
12092
12093 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12094
12095 * message.el (message-make-tool-bar): Ditto.
12096
12097 * mml.el (mml-preview): Add comment concerning tool bar icons.
12098
12099 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12100 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12101
12102 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12103 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12104
12105 * message.el (message-tool-bar-gnome): Use new icon names.
12106 (message-make-tool-bar): Use `gmm-image-load-path'.
12107
12108 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12109 New functions from MH-E.
12110 (gmm-image-load-path): New variable from MH-E.
12111 (gmm-image-load-path): New function from MH-E. Add arguments
12112 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
12113 *-image-load-path-called-flag.
12114
12115 2006-02-21 Milan Zamazal <pdm@brailcom.org>
12116
12117 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12118
12119 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
12120
12121 * nnimap.el (nnimap-request-move-article): Change folder back to
12122 source group before deleting.
12123
12124 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
12125
12126 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12127
12128 * gnus-art.el (mm-url-insert-file-contents-external):
12129 Autoload mm-url.
12130
12131 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12132
12133 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
12134
12135 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12136 coding system which mm-charset-to-coding-system returns for a
12137 given charset is valid.
12138
12139 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
12140
12141 * html2text.el (html2text-remove-tag-list):
12142 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12143
12144 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
12145
12146 * gnus-cus.el: Revert 2005-10-17 change.
12147
12148 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
12149
12150 * gnus-art.el (article-strip-banner):
12151 Call article-really-strip-banner only when the regexp match is made.
12152
12153 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
12154
12155 * gnus-art.el (article-strip-banner):
12156 Use gnus-extract-address-components instead of
12157 mail-header-parse-addresses to make it work with non-ASCII text;
12158 remove mail-encode-encoded-word-string.
12159
12160 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12161 values which are surrounded with \"...\"; make it never cause a
12162 Lisp error; give up parsing of parameters if it failed in
12163 extracting type.
12164
12165 2006-02-14 Arne Jørgensen <arne@arnested.dk>
12166
12167 * smime.el (smime-cert-by-ldap-1): Fix bug where
12168 `smime-ldap-search' returns results without userCertificates.
12169
12170 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
12171
12172 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12173
12174 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
12175
12176 * spam.el (spam-check-spamassassin-headers): Adapt format for
12177 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
12178 <ari@mbf.ocn.ne.jp>.
12179 (spam-list-of-processors): Add spam-use-gmane.
12180
12181 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
12182
12183 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12184 make-temp-file; make it work with XEmacs as well.
12185
12186 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12187 mm-make-temp-file.
12188
12189 * mm-decode.el (mm-display-external): Use the 3rd arg of
12190 mm-make-temp-file.
12191 (mm-create-image-xemacs): Ditto.
12192
12193 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
12194
12195 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12196 with message-narrow-to-headers.
12197 (gnus-draft-setup): Narrow to header to run message-fetch-field.
12198 (gnus-draft-check-draft-articles): New function.
12199 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12200
12201 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
12202
12203 * gnus-art.el (gnus-article-browse-html-parts):
12204 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12205 Don't use suffix argument for mm-make-temp-file for Emacs 21
12206 compatibility. Remove useless `format'.
12207
12208 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
12209
12210 * nnweb.el (nnweb-google-wash-article): Update regexps.
12211 (nnweb-group-alist): Use defvoo instead of defvar.
12212
12213 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
12214
12215 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12216 re-loading nn* modules.
12217
12218 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
12219
12220 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12221 for `tool-bar-mode' and don't check it's default-value.
12222
12223 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12224
12225 * message.el (message-make-tool-bar): Ditto.
12226
12227 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12228 `substring'. Shorten tmp-file name.
12229
12230 * gnus.el: Remove bogus comment.
12231
12232 2006-02-10 Hynek Schlawack <hynek@ularx.de>
12233
12234 * gnus-art.el (gnus-article-browse-html-parts): New function.
12235 (gnus-article-browse-html-article): New function for viewing html
12236 articles with a browser.
12237
12238 2006-02-09 Daiki Ueno <ueno@unixuser.org>
12239
12240 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12241 (mml2015-pgg-encrypt): Ditto.
12242
12243 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12244 (mml1991-pgg-encrypt): Ditto.
12245
12246 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
12247
12248 * nnfolder.el (nnfolder-insert-newsgroup-line):
12249 Use message-make-date instead of current-time-string.
12250
12251 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12252 to gnus-decoded which mm-uu might set.
12253
12254 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
12255
12256 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12257 don't decode quoted parameters; remove misimported Emacs code.
12258 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12259 (rfc2231-decode-encoded-string): Don't use split-string which
12260 behaves differently according to Emacs version; use
12261 mm-decode-coding-region to convert charset to coding-system.
12262 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12263 (rfc2231-encode-string): Remove misimported Emacs code.
12264
12265 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
12266
12267 * gnus-art.el (article-decode-charset): Don't use ignore-errors
12268 when calling mail-header-parse-content-type.
12269 (article-de-quoted-unreadable): Ditto.
12270 (article-de-base64-unreadable): Ditto.
12271 (article-wash-html): Ditto.
12272
12273 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12274 calling mail-header-parse-content-type and
12275 mail-header-parse-content-disposition.
12276 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12277 mail-header-parse-content-type.
12278
12279 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12280 insert charset and format parameters; encode description after
12281 inserting it to buffer.
12282 (mml-insert-parameter): Fold lines properly even if a parameter is
12283 segmented into two or more lines; change the max column to 76.
12284
12285 * rfc1843.el (rfc1843-decode-article-body): Don't use
12286 ignore-errors when calling mail-header-parse-content-type.
12287
12288 * rfc2231.el (rfc2231-parse-string): Return at least type if
12289 possible; don't cause an error even if it fails in parsing of
12290 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12291 (rfc2231-encode-string): Don't break lines at the beginning, leave
12292 it to mml-insert-parameter.
12293
12294 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12295 calling mail-header-parse-content-type.
12296
12297 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
12298
12299 * spam-report.el (spam-report-gmane-use-article-number):
12300 Improve doc string.
12301 (spam-report-gmane-internal): Check if a suitable header was found
12302 in the article.
12303
12304 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
12305
12306 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12307 (rfc2231-encode-string): Make param*=value always begin with LWSP.
12308
12309 2006-02-05 Romain Francoise <romain@orebokech.com>
12310
12311 Update copyright notices of all files in the gnus directory.
12312
12313 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
12314
12315 * nnweb.el (nnweb-request-group): Avoid growing overview files.
12316
12317 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
12318
12319 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12320 segmented lines of parameter value to cope with Thunderbird 1.5
12321 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12322 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12323 (rfc2231-encode-string): Don't make lines exceeding 76 column.
12324
12325 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
12326
12327 * mml.el (mml-generate-mime-1): Correct the order of inline signed
12328 parts.
12329
12330 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
12331
12332 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12333 there's only one active file for all servers.
12334 (nnweb-request-scan): Make sure nnweb-articles is initialized on
12335 solid groups. Gnus might have used a FAST request to select the group.
12336 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12337 and nnweb-search redundantly in the active file.
12338 (nnweb-request-list): Don't list bogus groups. There can only be one.
12339 (nnweb-request-create-group): Don't use ARGS.
12340 (nnweb-possibly-change-server, nnweb-request-group): Remove some
12341 initialisations. Let nnoo do the work.
12342
12343 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
12344
12345 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12346 Say the part has been decoded.
12347
12348 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12349
12350 2006-01-31 Kevin Ryde <user42@zip.com.au>
12351
12352 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12353 mailcap-viewer-test-cache when there's no 'test clause, since that
12354 will invert the meaning of a "nil" test previously determined by
12355 mailcap-mailcap-entry-passes-test.
12356
12357 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
12358
12359 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12360 compiling.
12361
12362 * gnus-sum.el: Ditto.
12363
12364 * message.el: Don't bind tool-bar-map when compiling.
12365
12366 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
12367
12368 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12369
12370 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
12371
12372 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12373 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12374 current Google Groups.
12375
12376 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
12377
12378 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12379 and tool-bar-mode.
12380
12381 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12382 and tool-bar-mode.
12383
12384 * message.el (message-tool-bar-update): Simplify.
12385 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12386
12387 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12388 gnus-summary-buffer.
12389 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12390 gnus-summary-reply.
12391
12392 * gmm-utils.el (gmm): Add :version.
12393
12394 2006-01-26 Steve Youngs <steve@sxemacs.org>
12395
12396 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12397 Don't autoload.
12398
12399 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
12400
12401 * gmm-utils.el (gmm-verbose): Add :group.
12402
12403 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
12404
12405 * message.el: Change some comments WRT tool-bars.
12406
12407 * gnus-sum.el (gnus-summary-tool-bar)
12408 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12409 (gnus-summary-tool-bar-zap-list): New variables.
12410 (gnus-summary-make-tool-bar): Complete rewrite using
12411 `gmm-tool-bar-from-list'.
12412
12413 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12414 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12415 New variables.
12416 (gnus-group-make-tool-bar): Complete rewrite using
12417 `gmm-tool-bar-from-list'.
12418 (gnus-group-tool-bar-update): New function.
12419
12420 * message.el (message-mode-field-menu): Add "Show hidden Headers".
12421
12422 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
12423
12424 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12425 is dissected into a single part of which the type is the same as
12426 the given one; decode charset.
12427
12428 2006-01-21 Kevin Ryde <user42@zip.com.au>
12429
12430 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12431 into alists as symbol not string, since that's what
12432 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12433 look for.
12434
12435 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
12436
12437 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12438 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12439
12440 * message.el (message-tool-bar-gnome): Use gmm-ignore.
12441
12442 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12443
12444 * gnus-art.el (gnus-mime-security-button-commands): New variable.
12445 (gnus-mime-security-button-menu): New definition.
12446 (gnus-mime-security-button-map): Use them.
12447 (gnus-mime-security-button-menu): New function.
12448 (gnus-insert-mime-security-button): Addition to help echo.
12449 (gnus-mime-security-run-function, gnus-mime-security-save-part)
12450 (gnus-mime-security-pipe-part): New functions.
12451
12452 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12453 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12454
12455 * mm-decode.el (mm-handle-set-disposition): Remove.
12456 (mm-handle-set-description): Remove.
12457
12458 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12459
12460 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12461 (mm-w3m-standalone-supports-m17n-p): New function.
12462 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12463 w3m usage.
12464
12465 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12466 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12467
12468 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
12469
12470 * message.el (message-tool-bar-zap-list):
12471 Use gmm-tool-bar-zap-list as custom type.
12472 (message-tool-bar-update): New function.
12473 (message-tool-bar, message-tool-bar-gnome)
12474 (message-tool-bar-retro): Add message-tool-bar-update.
12475 (message-tool-bar-gnome): Add flyspell-buffer.
12476
12477 * gnus-util.el (gnus-error): Describe `args'.
12478
12479 * gmm-utils.el (gmm-error): Describe `args'.
12480 (gmm-tool-bar-zap-list): New widget.
12481 (gmm-tool-bar-from-list): Improve description of `zap-list'.
12482
12483 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
12484
12485 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12486 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12487 the number of recursive calls.
12488
12489 * mm-decode.el (mm-handle-set-disposition): New macro.
12490 (mm-handle-set-description): New macro.
12491
12492 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
12493
12494 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12495 encoding.
12496
12497 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
12498
12499 * message.el (message-tool-bar-zap-list, message-tool-bar)
12500 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12501 (message-tool-bar-local-item-from-menu): Remove.
12502 (message-tool-bar-map): Replace by `message-make-tool-bar'.
12503 (message-make-tool-bar): New function.
12504 (message-mode): Use `message-make-tool-bar'.
12505
12506 * gmm-utils.el: New file.
12507 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12508 (gmm-lazy): New widget copied from `nnmail.el'.
12509 (gmm-tool-bar-from-list): New function for creating customizable
12510 tool bars.
12511 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
12512 output.
12513 (gmm): Add :prefix to defgroup.
12514
12515 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
12516
12517 * gmm-utils.el (gmm-widget-p): New function.
12518
12519 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
12520
12521 * mml.el (mml-attach-file): Describe `description' in doc string.
12522 (mml-menu): Add Emacs MIME manual and PGG manual.
12523
12524 2006-01-20 Richard M. Stallman <rms@gnu.org>
12525
12526 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12527
12528 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
12529
12530 * nntp.el (nntp-end-of-line): Doc fix.
12531
12532 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
12533
12534 * imap.el (imap-open): Handle case where buffer is a buffer
12535 object.
12536
12537 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12538
12539 * gnus-delay.el (gnus-delay): Don't autoload.
12540 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12541 to be re-loaded when customizing the `gnus-delay' group.
12542
12543 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
12544
12545 * message.el (message-insert-citation-line): Use newlines.
12546
12547 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
12548
12549 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12550
12551 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12552
12553 2006-01-19 Mark D. Baushke <mdb@gnu.org>
12554
12555 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12556
12557 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
12558
12559 * mm-decode.el (mm-inlined-types): Add application/pgp.
12560 (mm-automatic-display): Ditto.
12561
12562 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12563 part as text.
12564
12565 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12566
12567 * nnrss.el: Update copyright.
12568 (nnrss-opml-import): Query whether to subscribe to each entry.
12569
12570 * gnus-art.el:
12571 * gnus-sum.el:
12572 * mm-uu.el:
12573 * mm-view.el: Update copyright.
12574
12575 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
12576
12577 * message.el (message-info): New function.
12578 (message-mode-menu): Add it.
12579 Update copyright.
12580
12581 * ChangeLog: Fix and update copyright.
12582
12583 2006-01-13 Romain Francoise <romain@orebokech.com>
12584
12585 * message.el (message-forward-subject-name-subject): Prefer the
12586 address to 'nowhere' if the sender has no name.
12587 Fix typo. Update copyright year.
12588
12589 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12590
12591 * gnus-art.el (article-wash-html):
12592 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12593 (gnus-article-wash-html-with-w3m-standalone): New function.
12594
12595 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12596 mm-inline-text-html-render-with-w3m-standalone.
12597 (mm-text-html-washer-alist): Map w3m-standalone to
12598 gnus-article-wash-html-with-w3m-standalone.
12599 (mm-inline-text-html-render-with-w3m-standalone): New function.
12600
12601 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12602
12603 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12604 Improve LaTeX.
12605
12606 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12607
12608 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12609 (nnrss-request-article): Render text/plain parts as HTML.
12610
12611 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12612 the buffer.
12613
12614 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
12615
12616 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12617 custom definition of `gnus-posting-styles'.
12618
12619 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12620 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12621
12622 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12623
12624 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12625 Use nntp for bug archive.
12626
12627 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12628
12629 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12630 parts.
12631 (nnrss-normalize-date): New function converts ISO 8601 date into
12632 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
12633 (nnrss-check-group): Use it.
12634
12635 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
12636
12637 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12638
12639 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12640 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
12641 (nnrss-insert-w3): Ditto.
12642
12643 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
12644
12645 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12646 the articles to be forwarded including the case where neither a
12647 number of articles nor a region is specified.
12648
12649 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12650
12651 * nnrss.el (nnrss-request-article): Fix last change; fill
12652 text/plain parts.
12653
12654 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
12655
12656 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12657 in text/plain part.
12658 (nnrss-check-group): Don't add excessive newline to dc:subject.
12659
12660 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
12661
12662 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12663 article.
12664
12665 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12666
12667 * nnml.el: Don't require gnus-bcklg. Autoload it.
12668 (nnml-use-compressed-files, nnml-save-mail): Support other
12669 comression programs such as bzip2.
12670
12671 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12672
12673 * dns.el (query-dns): Make sure we check the buffer size before
12674 removing tcp headers.
12675
12676 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
12677
12678 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12679 remove MIME buttons associated with multipart/alternative parts.
12680 (gnus-mime-display-alternative): Tag buttons using `article-type'
12681 text property.
12682
12683 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12684 associated with multipart/alternative parts.
12685
12686 * gnus-art.el (gnus-signature-separator): Fix custom type.
12687
12688 * mm-decode.el (mm-inlined-types): Fix custom type.
12689 (mm-keep-viewer-alive-types): Ditto.
12690 (mm-automatic-display): Ditto.
12691 (mm-attachment-override-types): Ditto.
12692 (mm-inline-override-types): Ditto.
12693 (mm-automatic-external-display): Ditto.
12694
12695 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12696
12697 * spam-report.el (spam-report-user-mail-address)
12698 (spam-report-user-agent): New variables.
12699 (spam-report-url-ping-plain): Use spam-report-user-agent.
12700
12701 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
12702
12703 * gnus-art.el (gnus-button-handle-custom): Do not just use
12704 `customize-apropos' for any "M-x customize-*" button but the
12705 function called for. Accept both the function name and its
12706 argument in order to achieve this.
12707 (gnus-button-alist): Remove support for "custom:" URL's.
12708 Pass function name to `gnus-button-handle-custom' in case of "M-x
12709 customize-*" buttons.
12710
12711 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
12712
12713 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12714 multipart/alternative and add xref to mm-discouraged-alternatives
12715 in doc string.
12716
12717 * mm-decode.el (mm-discouraged-alternatives): Add xref to
12718 gnus-buttonized-mime-types in doc string.
12719
12720 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
12721
12722 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12723 Suggest image/.* in the doc string.
12724
12725 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
12726
12727 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12728 message-marks (Debian bug #342521).
12729
12730 2005-12-12 Simon Josefsson <jas@extundo.com>
12731
12732 * password.el (password-read-from-cache): Add.
12733 (password-read): Use it.
12734
12735 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
12736
12737 * rfc2047.el (rfc2047-charset-to-coding-system):
12738 Recognize us-ascii as a MIME charset.
12739
12740 * mm-bodies.el (mm-decode-content-transfer-encoding):
12741 Protect against the case where the 2nd arg TYPE is nil.
12742
12743 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12744
12745 * pop3.el (pop3-stream-type): Fix custom version.
12746
12747 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12748
12749 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12750
12751 * mm-decode.el (mm-display-external): Add missing cdr.
12752
12753 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
12754
12755 * mm-decode.el (mm-display-external): Use nametemplate (defined in
12756 RFC1524) if it is in mailcap or add a suffix according to
12757 mailcap-mime-extensions when generating a temp filename; postpone
12758 deleting a temp file for 2 seconds for some wrappers, shell
12759 scripts, and so on, which might exit right after having started a
12760 viewer command as a background job.
12761
12762 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12763
12764 * nntp.el (nntp-marks-directory): Fix custom group.
12765
12766 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12767 steps when < 10.
12768
12769 * gnus-start.el (gnus-no-server-1):
12770 Mention `gnus-level-default-subscribed' in doc string.
12771
12772 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12773
12774 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12775 parens.
12776
12777 2005-11-26 Dave Love <fx@gnu.org>
12778
12779 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12780 (tls-program, tls-success): Provide openssl alternative.
12781
12782 * starttls.el: Doc fixes.
12783 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12784 SERVICE to PORT.
12785
12786 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
12787 port null or service name.
12788 (starttls-negotiate): Autoload.
12789
12790 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
12791
12792 * message.el (message-kill-to-signature): Fix interactive spec.
12793
12794 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
12795
12796 * pop3.el (pop3-open-server): Recognize a string as a service name.
12797
12798 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
12799
12800 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12801
12802 2005-11-23 Dave Love <fx@gnu.org>
12803
12804 Add pop3s, pop3/starttls.
12805
12806 * pop3.el (pop3-authentication-scheme): Clarify doc.
12807 (open-tls-stream, starttls-open-stream): Autoload.
12808 (pop3-stream-type): New.
12809 (pop3-open-server): Use it.
12810
12811 * mail-source.el (mail-sources): Fix some :types. Add stream type
12812 for POP.
12813 (mail-source-keyword-map): Add :stream for POP.
12814 (mail-source-fetch-pop): Use pop3-stream-type.
12815
12816 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
12817
12818 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12819 of current-time-string.
12820
12821 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
12822
12823 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12824 date header.
12825
12826 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
12827
12828 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12829 it can seriously impact performance as it bypasses the agent's
12830 local caches.
12831
12832 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
12833
12834 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12835 must be explicitly online rather than "not explicitly offline" for
12836 its flags to be synchronized.
12837
12838 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12839 that gnus-uu-unmark-thread will function correctly.
12840
12841 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12842 1024K is instead displayed as 1M.
12843
12844 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12845
12846 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12847
12848 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
12849
12850 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12851
12852 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
12853
12854 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12855 error message to display actual error condition.
12856 (gnus-agent-save-local): Avoid saving symbols that are bound to
12857 nil as they simply result in a warning message in
12858 gnus-agent-read-local.
12859
12860 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
12861
12862 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12863 rather than make-variable-buffer-local for file-precious-flag.
12864
12865 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
12866
12867 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12868 for duplicates which are removed. The invalid sort check then
12869 triggers a rescan after the sort as sorting may have moved
12870 duplicate entries such that they can be cheaply detected.
12871
12872 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
12873
12874 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12875
12876 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
12877
12878 * gnus-agent.el (gnus-agent-article-alist-save-format):
12879 Change internal variable to a custom variable. Change default value
12880 from compressed(2) to uncompressed(1).
12881 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12882 support for uncompressed agentview files. Taken together, reading
12883 the agentview file should now be 6-7 times faster.
12884
12885 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
12886
12887 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12888 as a buffer-local variable. This avoids creating truncated
12889 dribble files as a result of a hang up, eg.
12890
12891 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12892
12893 * gnus-start.el (gnus-start-draft-setup):
12894 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12895
12896 * gnus.el (gnus-splash): Change custom group.
12897 (gnus-group-get-parameter, gnus-group-parameter-value):
12898 Describe allow-list argument.
12899
12900 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12901 string.
12902
12903 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12904
12905 * gnus-art.el (gnus-default-article-saver): Add user-defined
12906 `function' to custom type.
12907
12908 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12909
12910 * imap.el (imap-open): Handle case where buffer is a buffer
12911 object.
12912
12913 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12914
12915 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12916 long lines.
12917 (gnus-cache-delete-group): Wrap doc strings.
12918
12919 * gnus-agent.el (gnus-agent-rename-group)
12920 (gnus-agent-delete-group): Wrap doc strings.
12921
12922 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12923
12924 * gnus-start.el (gnus-1): Add "native" to
12925 gnus-predefined-server-alist.
12926
12927 * gnus.el (gnus-method-to-server): Don't add "native" to the
12928 lists here, because that leads to problems when
12929 gnus-select-method is bound.
12930
12931 2005-11-09 Simon Josefsson <jas@extundo.com>
12932
12933 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12934 use (not sort-by-date) instead.
12935
12936 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12937
12938 * gnus-delay.el (gnus-delay-group): Don't autoload.
12939 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12940 to be re-loaded when customizing the `gnus-delay' group.
12941
12942 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
12943
12944 * message.el: Revert last changes.
12945 (message-insert-citation-line): Use newlines.
12946
12947 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
12948
12949 * message.el (message-courtesy-message)
12950 (message-mark-insert-begin, message-mark-insert-end)
12951 (message-elide-ellipsis, message-cancel-message)
12952 (message-add-header, message-change-subject)
12953 (message-cross-post-followup-to-header)
12954 (message-cross-post-insert-note, message-reduce-to-to-cc)
12955 (message-widen-reply, message-delete-not-region)
12956 (message-kill-to-signature, message-insert-signature)
12957 (message-insert-importance-high, message-insert-importance-low)
12958 (message-insert-or-toggle-importance)
12959 (message-insert-disposition-notification-to)
12960 (message-indent-citation, message-yank-original)
12961 (message-cite-original-without-signature, message-cite-original)
12962 (message-insert-citation-line, message-position-on-field)
12963 (message-fix-before-sending, message-send-mail-partially)
12964 (message-send-mail, message-send-mail-with-sendmail)
12965 (message-send-mail-with-qmail, message-send-news)
12966 (message-check-news-header-syntax, message-generate-headers)
12967 (message-insert-courtesy-copy, message-fill-address)
12968 (message-fill-header, message-shorten-references)
12969 (message-setup-1, message-cancel-news)
12970 (message-forward-make-body-plain, message-forward-make-body-mime)
12971 (message-forward-make-body-mml, message-encode-message-body)
12972 (message-forward-make-body-digest-plain)
12973 (message-forward-make-body-digest-mime)
12974 (message-use-alternative-email-as-from): Insert `hard-newline'
12975 instead of ordinary newlines.
12976
12977 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
12978
12979 * message.el (message-generate-headers): Downcase the argument
12980 given to message-check-element.
12981
12982 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
12983
12984 * nntp.el (nntp-authinfo-rejected): New error condition.
12985 (nntp-wait-for): Use new error condition to signal authentication
12986 error.
12987 (nntp-retrieve-data): Rethrow new error condition to break out of
12988 recursive call to nntp-send-authinfo.
12989
12990 2005-11-08 Romain Francoise <romain@orebokech.com>
12991
12992 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12993 (gnus-summary-exit-map): Bind to `Z p'.
12994 (gnus-summary-make-menu-bar): Add menu item.
12995
12996 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
12997
12998 * gnus-art.el (gnus-article-treat-custom): Add `first'.
12999 (gnus-treat-*): Add `first' in all doc strings.
13000
13001 * gnus-group.el (gnus-group-compact-group): Fix typo.
13002
13003 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
13004
13005 * gnus.el (gnus-parameters-case-fold-search): New variable.
13006 (gnus-parameters-get-parameter): Use it.
13007
13008 * gnus-score.el (gnus-home-score-file): Doc fix.
13009
13010 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
13011
13012 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13013
13014 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
13015
13016 * mm-util.el (mm-special-display-p): New function.
13017
13018 * mml.el (mml-preview): Use it; doc fix.
13019
13020 2005-10-29 Romain Francoise <romain@orebokech.com>
13021
13022 * message.el (message-fix-before-sending): Fix comment.
13023
13024 2005-10-29 Jari Aalto <jari.aalto@cante.net>
13025
13026 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13027
13028 2005-10-29 Jari Aalto <jari.aalto@cante.net>
13029
13030 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13031 Used in gnus-score.el.
13032
13033 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13034
13035 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13036
13037 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
13038
13039 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13040 whitespace removed in revision 7.8. Use concatenated string to
13041 protect trailing whitespace.
13042
13043 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
13044
13045 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13046 (nnimap-request-expire-articles): Use it to avoid sending 'UID
13047 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13048 Courier IMAP ("some version from 2004"). Mostly based on similar
13049 code in the same function.
13050
13051 2005-10-26 Didier Verna <didier@xemacs.org>
13052
13053 * gnus-group.el (gnus-group-compact-group): Invalidate original
13054 article buffer.
13055 * gnus-srvr.el (gnus-server-compact-server): Ditto.
13056 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13057 NOV database and in article itself.
13058 Invalidate article backlog.
13059
13060 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
13061
13062 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13063
13064 2005-10-26 Simon Josefsson <jas@extundo.com>
13065
13066 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13067 part of 2004-07-25 change.
13068
13069 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
13070
13071 * message.el (message-display-completion-list): New function.
13072 (message-expand-group): Use it; make sure the Completions buffer
13073 is modifiable.
13074
13075 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
13076
13077 * imap.el (imap-open): Handle case where buffer is a buffer object.
13078
13079 2005-10-24 Eli Zaretskii <eliz@gnu.org>
13080
13081 * pgg-def.el:
13082 * pgg-gpg.el:
13083 * pgg-parse.el:
13084 * pgg-pgp.el:
13085 * pgg-pgp5.el:
13086 * pgg.el: Move to the parent lisp directory.
13087
13088 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
13089
13090 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13091 user-mail-name is an empty string.
13092
13093 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
13094
13095 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13096 depending on gnus-score-decay-constant.
13097
13098 * encrypt.el (encrypt-insert-file-contents)
13099 (encrypt-write-file-contents): Don't use `gnus-message'.
13100
13101 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13102 arguments.
13103 (mm-uu-type-alist): Add message-marks and insert-marks.
13104 Pass arguments to mm-uu-verbatim-marks-extract.
13105 (mm-uu-hide-markers): New variable.
13106 (mm-uu-extract): Use face similar to `gnus-cite-3'.
13107
13108 * gnus-fun.el (gnus-convert-image-to-x-face-command)
13109 (gnus-convert-image-to-face-command): Use "convert" by default to
13110 allow other input image formats.
13111 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13112 accordingly.
13113
13114 2005-10-23 Simon Josefsson <jas@extundo.com>
13115
13116 * imap.el (imap-gssapi-program): Align command line parameters
13117 with latest GNU SASL.
13118 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13119
13120 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13121
13122 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13123 HTML.
13124 (nnslashdot-request-article): Ditto.
13125
13126 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
13127
13128 * mail-source.el (mail-source-fetch-pop): Require pop3.
13129 (mail-source-check-pop): Ditto.
13130
13131 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
13132
13133 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13134 errors.
13135
13136 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
13137
13138 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13139 (gnus-treat-strip-leading-blank-lines): Improve doc string.
13140
13141 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13142
13143 * mm-bodies.el (mm-decode-string):
13144 Call `mm-charset-to-coding-system' with allow-override argument.
13145
13146 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
13147
13148 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13149 (rfc2047-charset-to-coding-system): New function.
13150 (rfc2047-decode-encoded-words): New function.
13151 (rfc2047-decode-region): Use them.
13152 (rfc2047-decode-cte): Remove.
13153 (rfc2047-parse-and-decode): Remove.
13154 (rfc2047-decode): Remove.
13155
13156 2005-10-15 Kenichi Handa <handa@m17n.org>
13157
13158 * rfc2047.el (rfc2047-decode-cte): New function.
13159 (rfc2047-decode-region): Change the way to decode successive
13160 encoded-words: decode B- or Q-encoding in each encoded-word,
13161 concatenate them, and decode it as charset.
13162
13163 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
13164
13165 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
13166 widget-move-and-invoke.
13167 (gnus-custom-mode): Use gnus-custom-map.
13168
13169 2005-10-15 Bill Wohler <wohler@newt.com>
13170
13171 * message.el (message-tool-bar-map): Rename image file from
13172 mail_send to mail/send.
13173
13174 2005-10-16 Masatake YAMATO <jet@gyve.org>
13175
13176 * message.el (message-expand-group): Pass the common
13177 prefix substring of completion to `display-completion-list'.
13178
13179 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
13180
13181 * mml-sec.el (mml-secure-method): New internal variable.
13182 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13183 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13184 New functions using mml-secure-method.
13185
13186 * mml.el (mml-mode-map): Add key bindings for those functions.
13187 (mml-menu): Simplify security menu entries. Suggested by Jesper
13188 Harder <harder@myrealbox.com>.
13189 (mml-attach-file, mml-attach-buffer, mml-attach-external):
13190 Goto end of message if point is the headers of the message.
13191
13192 * message.el (message-in-body-p): New function.
13193
13194 * assistant.el: Autoload gnus-util and netrc.
13195
13196 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13197 Use `mm-charset-override-alist' only when decoding.
13198
13199 * mm-bodies.el (mm-decode-body):
13200 Call `mm-charset-to-coding-system' with allow-override argument.
13201
13202 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13203 `filename' from Content-Disposition if Content-Type doesn't
13204 provide `name'.
13205 (gnus-mime-view-part-as-type): Set default instead of
13206 initial-input.
13207
13208 2005-10-09 Daniel Brockman <daniel@brockman.se>
13209
13210 * format-spec.el (format-spec): Propagate text properties of % spec.
13211
13212 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
13213
13214 * gnus-art.el (gnus-treat-predicate): Add `first'.
13215
13216 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
13217
13218 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13219 (mm-charset-override-alist): New variable.
13220 (mm-charset-to-coding-system): Use it.
13221 (mm-codepage-setup): New helper function.
13222 (mm-charset-eval-alist): New variable.
13223 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13224 Warn about unknown charsets.
13225
13226 2005-10-04 David Hansen <david.hansen@gmx.net>
13227
13228 * nnrss.el (nnrss-request-article): Add support for the comments tag.
13229 (nnrss-check-group): Ditto.
13230
13231 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
13232
13233 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13234 Rename x-gnus-verbatim to x-verbatim.
13235 (mm-uu-type-alist): Fix regexp for verbatim-marks.
13236
13237 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13238 x-verbatim.
13239
13240 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13241
13242 * gnus-util.el (gnus-remove-duplicates): Remove.
13243
13244 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13245 instead of gnus-remove-duplicates.
13246
13247 * message.el (message-remove-duplicates): Remove.
13248 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13249 message-remove-duplicates.
13250
13251 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13252 available, else use implementation from `delete-dups'.
13253
13254 * message.el (message-insert-expires): New function.
13255 (message-mode-map): Add key binding.
13256 (message-mode-field-menu): Add menu entry.
13257 (message-mode): Document it.
13258 (message-make-expires-date): Use `message-make-date'.
13259
13260 2005-10-04 Josh Huber <huber@alum.wpi.edu>
13261
13262 * message.el (message-make-expires-date): New function.
13263
13264 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
13265
13266 * time-date.el: Autoload parse-time-string, XEmacs needs it.
13267
13268 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13269
13270 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13271 function rather than the diff-mode.el package.
13272 (mm-display-external): Use with-current-buffer.
13273 (mm-viewer-completion-map, mm-viewer-completion-map):
13274 Move initialization inside declaration.
13275
13276 2005-09-29 Simon Josefsson <jas@extundo.com>
13277
13278 * spam.el: Load hashcash when compiling, to avoid warnings.
13279 Don't autoload mail-check-payment.
13280 (spam-check-hashcash): Define unconditionally, since hashcash.el
13281 is part of Gnus now. Ignore errors from payment checking.
13282
13283 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
13284
13285 * message.el (message-bold-region, message-unbold-region):
13286 Rename from `bold-region' and `unbold-region'.
13287
13288 * message.el: Remove useless autoloads.
13289
13290 2005-09-28 Simon Josefsson <jas@extundo.com>
13291
13292 * message.el (message-use-idna): Default to t.
13293 (message-use-idna): Test whether encoding works too. Doc fix.
13294
13295 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
13296
13297 * nntp.el (nntp-warn-about-losing-connection): Remove.
13298
13299 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
13300
13301 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13302 customizable. Change default value.
13303 (mm-uu-diff-groups-regexp): Change default value.
13304 (mm-uu-type-alist): Add doc string.
13305 (mm-uu-configure): Add doc string. Make it interactive.
13306 (mm-uu-tex-groups-regexp): New variable.
13307 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13308 (mm-uu-type-alist): Add LaTeX documents.
13309 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13310 of "text/verbatim".
13311 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13312
13313 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13314 instead of "text/verbatim".
13315
13316 * message.el (message-mark-inserted-region)
13317 (message-mark-insert-file): Use slrn style marks when called with
13318 prefix argument.
13319
13320 2005-09-27 Simon Josefsson <jas@extundo.com>
13321
13322 * message.el (message-idna-to-ascii-rhs-1): Reformat.
13323
13324 2005-09-27 Arne Jørgensen <arne@arnested.dk>
13325
13326 * message.el (message-remove-duplicates): New function.
13327 Implementation borrowed from `gnus-remove-duplicates'.
13328 (message-idna-to-ascii-rhs): Also encode idna addresses in
13329 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13330 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13331 only ask about the same idna domain once per header and also tell
13332 in what header to replace the idna domain.
13333
13334 * gnus-art.el (article-decode-idna-rhs): Also decode idna
13335 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13336 (article-decode-idna-rhs): Fix regexp so that all idna-address in
13337 a header is decoded and not just the last one.
13338
13339 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
13340
13341 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13342 has been decoded.
13343
13344 * mm-decode.el (mm-automatic-display): Add text/verbatim.
13345 (mm-insert-part): Don't modify text if it has been decoded.
13346
13347 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13348 decoded.
13349
13350 * mm-view.el (mm-inline-text): Don't strip text props unless
13351 decoding enriched or richtext parts.
13352
13353 2005-09-25 Romain Francoise <romain@orebokech.com>
13354
13355 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13356 * gnus-start.el (gnus-subscribe-interactively):
13357 * gnus-uu.el (gnus-uu-grab-articles):
13358 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13359 space.
13360
13361 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13362
13363 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13364 * mm-view.el (mm-view-pkcs7-decrypt):
13365 * gnus-sum.el (gnus-summary-limit-to-extra)
13366 (gnus-summary-respool-article, gnus-read-move-group-name):
13367 * gnus-score.el (gnus-summary-increase-score):
13368 * gnus-util.el (gnus-completing-read-with-default):
13369 * gnus-art.el (gnus-read-save-file-name)
13370 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13371 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13372 * message.el (message-check-news-header-syntax):
13373 Follow convention for reading with the minibuffer.
13374
13375 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
13376
13377 * spam-report.el (spam-report-url-ping-plain):
13378 Use gnus-extended-version as User-Agent.
13379
13380 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13381 default value is nil.
13382
13383 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13384 (mm-uu-verbatim-marks-extract): New function.
13385 (mm-uu-extract): New face.
13386 (mm-uu-copy-to-buffer): Use it.
13387
13388 * spam-report.el (spam-report-gmane-ham): Rename from
13389 `spam-report-gmane-unspam'.
13390 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13391 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
13392
13393 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13394 Autoload.
13395 (spam-report-gmane-unregister-routine):
13396 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13397
13398 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
13399
13400 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13401 (spam-report-gmane-unregister-routine): Add support for gmane
13402 unregistration.
13403
13404 * spam-report.el (spam-report-gmane-unspam)
13405 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13406 (spam-report-gmane): Change to take a single article and do unspam
13407 registration.
13408
13409 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
13410
13411 * mm-url.el (mm-url-decode-entities): Fix regexp.
13412
13413 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
13414
13415 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13416 default to nil, to be able to use Gnus at all. If the default
13417 switches to something else, then the function should be fixed not
13418 be exceedingly slow.
13419
13420 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
13421
13422 * gnus-start.el (gnus-activate-group): If the server is nil, don't
13423 fail hard.
13424
13425 * spam-report.el: Add better Keywords line.
13426
13427 * spam.el: Add Maintainer and better Keywords line.
13428
13429 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
13430
13431 * gnus-art.el (gnus-article-replace-part)
13432 (gnus-mime-replace-part): New functions.
13433 (gnus-mime-action-alist, gnus-mime-button-commands)
13434 (gnus-mime-save-part-and-strip): Add file argument.
13435 (gnus-article-part-wrapper): Add interactive argument.
13436
13437 * gnus-sum.el (gnus-summary-mime-map):
13438 Add `gnus-article-replace-part'.
13439
13440 2005-09-19 Didier Verna <didier@xemacs.org>
13441
13442 The nnml compaction feature:
13443 * nnml.el (nnml-request-compact-group): New function.
13444 * nnml.el (nnml-request-compact): New function.
13445 * gnus-int.el (gnus-request-compact-group): New function.
13446 * gnus-int.el (gnus-request-compact): New function.
13447 * gnus-group.el (gnus-group-compact-group): New function.
13448 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13449 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13450 * gnus-srvr.el (gnus-server-compact-server): New function.
13451 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13452 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13453
13454 2005-09-18 Deepak Goel <deego@gnufans.org>
13455
13456 * sieve.el (sieve-help): Fix `message' call: first arg should be a
13457 format spec.
13458
13459 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
13460
13461 * gnus.el (gnus-group-startup-message): Bind image-load-path.
13462
13463 2005-09-15 Romain Francoise <romain@orebokech.com>
13464
13465 * message.el (message-fill-paragraph): Clarify docstring.
13466
13467 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
13468
13469 * gnus-art.el (gnus-mime-display-part): Protect against broken
13470 MIME messages.
13471
13472 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13473
13474 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13475 before parsing header.
13476
13477 2005-09-11 Jari Aalto <jari.aalto@cante.net>
13478
13479 * html2text.el (html2text-replace-list): Add new entities.
13480
13481 2005-09-11 Romain Francoise <romain@orebokech.com>
13482
13483 * message.el (message-alternative-emails): Improve docstring.
13484 (message-setup-1): Call `message-use-alternative-email-as-from'
13485 after `message-setup-hook' to give it precedence over posting
13486 styles, etc.
13487 (message-use-alternative-email-as-from): Add docstring.
13488 Remove the original From header if present.
13489
13490 * nnml.el (nnml-compressed-files-size-threshold): New variable.
13491 (nnml-save-mail): Use it.
13492
13493 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13494 articles. Add new argument `silent'.
13495 (gnus-uu-mark-all): Report the total number of marked articles.
13496
13497 2005-09-10 Romain Francoise <romain@orebokech.com>
13498
13499 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13500 (gnus-uu-mark-series): Likewise.
13501
13502 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
13503
13504 * spam-report.el (spam-report-gmane): Fix generation of spam
13505 report URL.
13506
13507 2005-09-10 Simon Josefsson <jas@extundo.com>
13508
13509 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13510 t, based on discussion on the ding list with Robert Epprecht
13511 <epprecht@solnet.ch>.
13512
13513 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
13514
13515 * spam-report.el (spam-report-gmane): Make it work without
13516 X-Report-Spam header. Gmane now only provides Archived-At.
13517 This is only used if `spam-report-gmane-use-article-number' is nil.
13518 (spam-report-gmane-spam-header): Remove. Not used anymore.
13519
13520 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13521 make `gnus-summary-sort-by-recipient' work with threading.
13522
13523 * nnweb.el (nnweb-google-wash-article): Print a message if article
13524 is not available.
13525
13526 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13527
13528 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13529 change. Decode text/* parts content before displaying.
13530
13531 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
13532
13533 * mml-smime.el: Remove defvar of gnus-extract-address-components.
13534
13535 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
13536
13537 * mm-view.el (mm-display-inline-fontify): Disable support modes.
13538
13539 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
13540
13541 * message.el (message-tab-body-function): Fix mismatched custom type.
13542
13543 * gnus.el (gnus-group-change-level-function): Ditto.
13544
13545 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13546
13547 * gnus-art.el (gnus-signature-limit)
13548 (gnus-article-mime-part-function): Ditto.
13549
13550 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
13551
13552 * mml.el (mml-mode): Silence the byte compiler.
13553
13554 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13555 using `(sit-for 0)' before moving the point to the specified part;
13556 skip unbuttonized parts.
13557 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13558 return to the summary window if gnus-auto-select-part is non-nil.
13559
13560 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
13561
13562 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13563 New variables.
13564 (mml-dnd-attach-file, mml-mode): Use them.
13565
13566 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13567 Make fetching article by MID work again for Google Groups.
13568 Add FIXME concerning gnus-group-make-web-group.
13569
13570 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13571 Don't depend on Gnus by using mail-extract-address-components if
13572 gnus-extract-address-components is not bound.
13573
13574 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13575
13576 * gnus-art.el (gnus-mime-display-security): Don't display the
13577 signature, but only the signed part.
13578
13579 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
13580
13581 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13582
13583 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13584 list, not listp.
13585
13586 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
13587
13588 * mm-encode.el (mm-encode-content-transfer-encoding):
13589 Likewise when encoding.
13590
13591 * mm-bodies.el (mm-decode-content-transfer-encoding):
13592 De-canonicalize CRLF for all text content types, not just
13593 text/plain.
13594
13595 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
13596
13597 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13598 valid article; point arrow and cursor at the MIME button.
13599
13600 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
13601
13602 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13603 Suggested by Dan Christensen <jdc@uwo.ca>.
13604
13605 * mm-decode.el (mm-save-part): Enable change of prompt.
13606
13607 2005-08-29 Jari Aalto <jari.aalto@cante.net>
13608
13609 * gnus-msg.el (gnus-inews-add-send-actions):
13610 Make `message-post-method' lambda parameter ARG `&optional'.
13611
13612 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
13613
13614 * gnus-sum.el (gnus-summary-mime-map):
13615 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13616 gnus-article-jump-to-part.
13617
13618 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13619 (gnus-article-edit-part): Use it.
13620 (gnus-article-part-wrapper): Add no-handle argument.
13621 (gnus-article-save-part-and-strip, gnus-article-delete-part):
13622 New functions.
13623
13624 2005-08-29 Romain Francoise <romain@orebokech.com>
13625
13626 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13627 docstring.
13628 (gnus-face-from-file): Likewise.
13629
13630 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
13631
13632 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13633 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13634 non-nil.
13635 (gnus-auto-select-part): New variable.
13636 (gnus-article-jump-to-part): New function.
13637 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13638 (gnus-mime-delete-part): Allow selecting specified part after
13639 deleting or stripping parts.
13640 (gnus-article-jump-to-part): Don't use `read-number'. Use last
13641 part if argument is bogus.
13642
13643 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
13644
13645 * gnus-art.el (w3m-minor-mode-map):
13646 * gnus-spec.el (gnus-newsrc-file-version):
13647 * gnus-util.el (nnmail-active-file-coding-system)
13648 (gnus-original-article-buffer, gnus-user-agent):
13649 * gnus.el (gnus-ham-process-destinations)
13650 (gnus-parameter-ham-marks-alist)
13651 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13652 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13653 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13654 * mm-decode.el (gnus-current-window-configuration):
13655 * mm-extern.el (gnus-article-mime-handles):
13656 * mm-url.el (url-current-object, url-package-name)
13657 (url-package-version):
13658 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13659 (smime-keys, w3m-cid-retrieve-function-alist)
13660 (w3m-current-buffer, w3m-display-inline-images)
13661 (w3m-minor-mode-map):
13662 * mml-smime.el (gnus-extract-address-components):
13663 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13664 (gnus-newsrc-hashtb, message-default-charset)
13665 (message-deletable-headers, message-options)
13666 (message-posting-charset, message-required-mail-headers)
13667 (message-required-news-headers):
13668 * mml1991.el (mc-pgp-always-sign):
13669 * mml2015.el (mc-pgp-always-sign):
13670 * nnheader.el (nnmail-extra-headers):
13671 * rfc1843.el (gnus-decode-encoded-word-function)
13672 (gnus-decode-header-function, gnus-newsgroup-name):
13673 * spam-stat.el (gnus-original-article-buffer): Add defvars.
13674
13675 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
13676
13677 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13678 the end of the date treatments.
13679
13680 2005-08-15 Simon Josefsson <jas@extundo.com>
13681
13682 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13683 it in url-handlers.el and XEmacs in url.el. Reported by Luca
13684 Capello and Romain Francoise.
13685 (pgg-fetch-key-function): Remove, not used?
13686 (pgg-insert-url-with-w3): Require url, to get
13687 url-insert-file-contents regardless of where it is defined.
13688
13689 2005-08-13 Romain Francoise <romain@orebokech.com>
13690
13691 * message.el (message-cite-original-1): New function.
13692 (message-cite-original): Use it.
13693 (message-cite-original-without-signature): Ditto.
13694
13695 2005-08-08 Romain Francoise <romain@orebokech.com>
13696
13697 * message.el (message-yank-empty-prefix): New variable.
13698 (message-indent-citation): Use it.
13699 (message-cite-original-without-signature): Respect X-No-Archive.
13700
13701 2005-08-08 Simon Josefsson <jas@extundo.com>
13702
13703 * pgg.el: Autoload url-insert-file-contents instead of loading
13704 w3/url.
13705 (pgg-insert-url-with-w3): Don't load url here.
13706
13707 2005-08-07 Jesper Harder <harder@phys.au.dk>
13708
13709 * message.el (message-kill-to-signature): Don't insert newline at
13710 bol.
13711 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13712
13713 2005-08-06 Romain Francoise <romain@orebokech.com>
13714
13715 * message.el (message-user-fqdn): Fix typo in docstring.
13716
13717 2005-08-05 Daiki Ueno <ueno@unixuser.org>
13718
13719 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13720
13721 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13722
13723 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
13724
13725 * mm-bodies.el (mm-encode-body): Use coding system rather than
13726 charset to encode text.
13727
13728 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13729 number of charsets if utf-8 is available (XEmacs).
13730
13731 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
13732
13733 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13734 taken from `gnus-button-mid-or-mail-regexp'.
13735 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13736 (gnus-button-alist): Improve regexp for domain part of the MIDs
13737 for news:localpart@domain buttons.
13738 (gnus-button-ctan-directory-regexp): Update.
13739
13740 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
13741
13742 * sieve-manage.el (sieve-manage-interactive-login):
13743 Use make-local-variable rather than make-variable-buffer-local.
13744 (sieve-manage-open): Ditto.
13745 (sieve-manage-authenticate): Ditto.
13746
13747 * mml.el (mml-generate-mime-1): Make the content type default to
13748 text/plain if the filename is not specified.
13749
13750 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
13751
13752 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13753 instead of insert-buffer.
13754
13755 * message.el (message-yank-original): Ditto; set the mark at the
13756 end of the yanked message.
13757
13758 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
13759
13760 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13761 lines to scroll rather than to stop it.
13762
13763 * mml.el (mml-generate-default-type): Add doc string.
13764 (mml-generate-mime-1): Use mm-default-file-encoding or make it
13765 default to application/octet-stream when determining the content
13766 type if it is not specified for the part or the mml contents; add
13767 a comment about mml-generate-default-type.
13768
13769 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
13770
13771 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13772 make it default to application/octet-stream when determining the
13773 content type if it is not specified for the external contents.
13774
13775 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
13776
13777 * rfc2231.el (rfc2231-parse-string): Take care that not only a
13778 segmented parameter but also other parameters might be there.
13779
13780 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
13781
13782 * mm-decode.el (mm-display-external): Delete temp file, directory
13783 and buffer immediately if the external process is exited.
13784
13785 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
13786
13787 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13788 fewer lines than that of scroll-margin.
13789 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13790
13791 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
13792
13793 * gnus-art.el (gnus-article-next-page): Revert.
13794 (gnus-article-beginning-of-window): New macro.
13795 (gnus-article-next-page-1): Use it.
13796 (gnus-article-prev-page): Ditto.
13797 (gnus-article-edit-part): Use insert-buffer-substring instead of
13798 insert-buffer.
13799 (gnus-article-edit-exit): Ditto.
13800
13801 * gnus-util.el (gnus-beginning-of-window): Remove.
13802 (gnus-end-of-window): Remove.
13803
13804 2005-07-25 Simon Josefsson <jas@extundo.com>
13805
13806 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13807 to have the url package without w3. Reported by Daiki Ueno
13808 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13809
13810 2005-07-20 Didier Verna <didier@xemacs.org>
13811
13812 * gnus-diary.el: Remove the description comment (nndiary is now
13813 properly documented in the Gnus manual).
13814 Fix the spelling of "Back End".
13815 * nndiary.el: Ditto.
13816 Fix the copyright notice.
13817
13818 2005-07-18 Romain Francoise <romain@orebokech.com>
13819
13820 * gnus-sum.el (gnus-summary-to-prefix)
13821 (gnus-summary-newsgroup-prefix): New variables.
13822 (gnus-summary-from-or-to-or-newsgroups): Use them.
13823
13824 2005-07-17 Romain Francoise <romain@orebokech.com>
13825
13826 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13827 space as it's generally not especially interesting to the user.
13828
13829 2005-07-16 Romain Francoise <romain@orebokech.com>
13830
13831 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13832 nil to avoid prompting and file modification if one of the
13833 messages at the top of the nnfolder file contains a copyright
13834 notice.
13835 Update copyright notice.
13836
13837 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13838 instead of `current-time-string' as the latter creates a time
13839 string that is not RFC 2822 compliant (it lacks the zone).
13840 Update copyright notice.
13841
13842 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
13843
13844 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13845 for text/rtf. Display default in prompt. Pass default for M-n.
13846
13847 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13848
13849 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13850
13851 * gnus-msg.el (gnus-button-mailto):
13852 Remove save-selected-window-window hackery because it relies on
13853 save-selected-window internals.
13854
13855 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
13856
13857 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13858 (gnus-article-next-page-1): Use gnus-beginning-of-window.
13859 (gnus-article-prev-page): Ditto.
13860
13861 * gnus-util.el (gnus-beginning-of-window): New function.
13862 (gnus-end-of-window): New function.
13863
13864 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
13865
13866 * gnus-score.el (gnus-score-edit-all-score):
13867 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13868 gnus-message.
13869
13870 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13871
13872 * gnus-msg.el (gnus-button-mailto):
13873 Remove save-selected-window-window hackery because it relies on
13874 save-selected-window internals.
13875
13876 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13877
13878 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13879 add-minor-mode.
13880 (gnus-binary-mode): Ditto.
13881
13882 * gnus-topic.el (gnus-topic-mode): Ditto.
13883
13884 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
13885
13886 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13887 (gnus-article-prev-page): Take scroll-margin into consideration.
13888
13889 2005-07-04 Lute Kamstra <lute@gnu.org>
13890
13891 Update FSF's address in GPL notices.
13892
13893 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
13894
13895 * gnus.el (gnus-exit):
13896 * gnus-group.el (gnus-group-icons):
13897 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13898
13899 * gnus-nocem.el (gnus-nocem):
13900 * message.el (message-various, message-buffers, message-sending)
13901 (message-interface, message-forwarding, message-insertion)
13902 (message-headers, message-news, message-mail):
13903 * pgg-gpg.el (pgg-gpg):
13904 * pgg-parse.el (pgg-parse):
13905 * pgg-pgp.el (pgg-pgp):
13906 * pgg-pgp5.el (pgg-pgp5):
13907 * pop3.el (pop3): Finish `defgroup' description with period.
13908
13909 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
13910
13911 * gnus-art.el (article-display-face): Improve the efficiency.
13912 (article-display-x-face): Ditto; remove grey x-face stuff.
13913
13914 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
13915
13916 * gnus-art.el (article-display-face): Correct the position in
13917 which Faces are inserted.
13918
13919 2005-06-29 Didier Verna <didier@xemacs.org>
13920
13921 * gnus-art.el (article-display-face): Display faces in correct
13922 order.
13923
13924 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
13925
13926 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13927 (gnus-fill-real-hashtb): Use hash table instead of obarray.
13928 (gnus-nocem-check-article): Fetch the Type header.
13929 (gnus-nocem-message-wanted-p): Fix the way to examine types.
13930 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13931 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13932 make sure gnus-nocem-hashtb is initialized.
13933 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13934 (gnus-nocem-unwanted-article-p): Ditto.
13935
13936 * pgg.el (pgg-verify): Return the verification result.
13937
13938 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13939
13940 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13941 is ascii.
13942
13943 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
13944
13945 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13946 `show-nonbreak-escape'.
13947
13948 2005-06-23 Lute Kamstra <lute@gnu.org>
13949
13950 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13951
13952 * dig.el (dig-mode):
13953 * smime.el (smime-mode): Use gnus-run-mode-hooks.
13954
13955 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
13956
13957 * nnimap.el (nnimap-split-download-body): Fix spellings.
13958
13959 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
13960
13961 * gnus-art.el (gnus-article-encrypt-body):
13962 * gnus-cus.el (gnus-score-customize):
13963 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13964 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13965
13966 2005-06-16 Arne Jørgensen <arne@arnested.dk>
13967
13968 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13969 header by looking for magic "MII" at the beginnig.
13970
13971 2005-06-16 Miles Bader <miles@gnu.org>
13972
13973 * assistant.el (assistant-field): Remove "-face" suffix from face name.
13974 (assistant-field-face): New backward-compatibility alias for renamed
13975 face.
13976 (assistant-render-text): Use renamed assistant-field face.
13977
13978 * spam.el (spam): Remove "-face" suffix from face name.
13979 (spam-face): New backward-compatibility alias for renamed face.
13980 (spam-face, spam-initialize): Use renamed spam face.
13981
13982 * message.el (message-header-to, message-header-cc)
13983 (message-header-subject, message-header-newsgroups)
13984 (message-header-other, message-header-name)
13985 (message-header-xheader, message-separator, message-cited-text)
13986 (message-mml): Remove "-face" suffix from face names.
13987 (message-header-to-face, message-header-cc-face)
13988 (message-header-subject-face, message-header-newsgroups-face)
13989 (message-header-other-face, message-header-name-face)
13990 (message-header-xheader-face, message-separator-face)
13991 (message-cited-text-face, message-mml-face):
13992 New backward-compatibility aliases for renamed faces.
13993 (message-font-lock-keywords): Use renamed message faces.
13994
13995 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13996 (sieve-test-commands, sieve-tagged-arguments):
13997 Remove "-face" suffix from face names.
13998 (sieve-control-commands-face, sieve-action-commands-face)
13999 (sieve-test-commands-face, sieve-tagged-arguments-face):
14000 New backward-compatibility aliases for renamed faces.
14001 (sieve-control-commands-face, sieve-action-commands-face)
14002 (sieve-test-commands-face, sieve-tagged-arguments-face):
14003 Use renamed sieve faces.
14004
14005 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14006 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14007 (gnus-group-news-3-empty, gnus-group-news-4)
14008 (gnus-group-news-4-empty, gnus-group-news-5)
14009 (gnus-group-news-5-empty, gnus-group-news-6)
14010 (gnus-group-news-6-empty, gnus-group-news-low)
14011 (gnus-group-news-low-empty, gnus-group-mail-1)
14012 (gnus-group-mail-1-empty, gnus-group-mail-2)
14013 (gnus-group-mail-2-empty, gnus-group-mail-3)
14014 (gnus-group-mail-3-empty, gnus-group-mail-low)
14015 (gnus-group-mail-low-empty, gnus-summary-selected)
14016 (gnus-summary-cancelled, gnus-summary-high-ticked)
14017 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14018 (gnus-summary-high-ancient, gnus-summary-low-ancient)
14019 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14020 (gnus-summary-low-undownloaded)
14021 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14022 (gnus-summary-low-unread, gnus-summary-normal-unread)
14023 (gnus-summary-high-read, gnus-summary-low-read)
14024 (gnus-summary-normal-read, gnus-splash):
14025 Remove "-face" suffix from face names.
14026 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14027 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14028 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14029 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14030 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14031 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14032 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14033 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14034 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14035 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14036 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14037 (gnus-summary-selected-face, gnus-summary-cancelled-face)
14038 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14039 (gnus-summary-normal-ticked-face)
14040 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14041 (gnus-summary-normal-ancient-face)
14042 (gnus-summary-high-undownloaded-face)
14043 (gnus-summary-low-undownloaded-face)
14044 (gnus-summary-normal-undownloaded-face)
14045 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14046 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14047 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14048 (gnus-splash-face):
14049 New backward-compatibility aliases for renamed faces.
14050 (gnus-group-startup-message): Use renamed gnus faces.
14051
14052 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14053 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14054 (gnus-server-agent): Remove "-face" suffix from face names.
14055 (gnus-server-agent-face, gnus-server-opened-face)
14056 (gnus-server-closed-face, gnus-server-denied-face)
14057 (gnus-server-offline-face):
14058 New backward-compatibility aliases for renamed faces.
14059 (gnus-server-agent-face, gnus-server-opened-face)
14060 (gnus-server-closed-face, gnus-server-denied-face)
14061 (gnus-server-offline-face): Use renamed gnus faces.
14062
14063 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14064 Remove "-face" suffix from face names.
14065 (gnus-picon-xbm-face, gnus-picon-face):
14066 New backward-compatibility aliases for renamed faces.
14067
14068 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14069 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14070 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14071 (gnus-cite-11): Remove "-face" suffix from face names.
14072 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14073 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14074 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14075 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14076 New backward-compatibility aliases for renamed faces.
14077 (gnus-cite-attribution-face, gnus-cite-face-list)
14078 (gnus-article-boring-faces): Use renamed gnus faces.
14079
14080 * gnus-art.el (gnus-signature, gnus-header-from)
14081 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14082 (gnus-header-content): Remove "-face" suffix from face names.
14083 (gnus-signature-face, gnus-header-from-face)
14084 (gnus-header-subject-face, gnus-header-newsgroups-face)
14085 (gnus-header-name-face, gnus-header-content-face):
14086 New backward-compatibility aliases for renamed faces.
14087 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14088
14089 * gnus-sum.el (gnus-summary-selected-face)
14090 (gnus-summary-highlight): Use renamed gnus faces.
14091 * gnus-group.el (gnus-group-highlight): Likewise.
14092
14093 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
14094
14095 * gnus-sieve.el (gnus-sieve-article-add-rule):
14096 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14097 * spam-stat.el (spam-stat-buffer-change-to-spam)
14098 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14099
14100 * message.el (message-is-yours-p):
14101 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14102
14103 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
14104
14105 * mm-view.el (mm-inline-text): Withdraw the last change.
14106
14107 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
14108
14109 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14110 executing enriched-decode.
14111
14112 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
14113
14114 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14115 charset of tar files.
14116
14117 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
14118
14119 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14120
14121 2005-06-04 Lute Kamstra <lute@gnu.org>
14122
14123 * nnfolder.el (nnfolder-read-folder): Make sure that undo
14124 information is never recorded.
14125
14126 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
14127
14128 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14129
14130 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
14131
14132 * pop3.el (pop3-apop): Run md5 in the binary mode.
14133
14134 * starttls.el (starttls-set-process-query-on-exit-flag):
14135 Use eval-and-compile.
14136
14137 2005-05-31 Simon Josefsson <jas@extundo.com>
14138
14139 * smime.el (smime-replace-in-string): Define.
14140 (smime-cert-by-ldap-1): Use it.
14141
14142 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
14143
14144 * gnus-art.el (article-display-x-face): Replace
14145 process-kill-without-query by gnus-set-process-query-on-exit-flag.
14146
14147 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14148 set-process-query-on-exit-flag or process-kill-without-query.
14149
14150 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14151 loop instead of replace-regexp.
14152
14153 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14154 instead of process-kill-without-query if it is available.
14155
14156 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14157 instead of find-file-hooks if it is available.
14158
14159 * mml1991.el: Bind pgg-default-user-id when compiling.
14160
14161 * mml2015.el: Bind pgg-default-user-id when compiling.
14162
14163 * nndraft.el (nndraft-request-associate-buffer):
14164 Use write-contents-functions instead of write-contents-hooks if it is
14165 available.
14166
14167 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14168 instead of find-file-hooks if it is available.
14169
14170 * nntp.el (nntp-open-connection): Replace
14171 process-kill-without-query by gnus-set-process-query-on-exit-flag.
14172 (nntp-open-ssl-stream): Ditto.
14173 (nntp-open-tls-stream): Ditto.
14174
14175 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14176 set-process-query-on-exit-flag or process-kill-without-query.
14177 (starttls-open-stream-gnutls): Use it instead of
14178 process-kill-without-query.
14179 (starttls-open-stream): Ditto.
14180
14181 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
14182
14183 * smime.el (smime-cert-by-ldap-1): Don't use
14184 replace-regexp-in-string.
14185
14186 2005-05-31 Arne Jørgensen <arne@arnested.dk>
14187
14188 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14189
14190 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14191 in PEM format. Adjust to the XEmacs compability.
14192
14193 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
14194
14195 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14196 by `string-to-number'.
14197 * gnus-agent.el (gnus-agent-regenerate-group)
14198 (gnus-agent-fetch-articles): Ditto.
14199 * gnus-art.el (gnus-button-fetch-group): Ditto.
14200 * gnus-cache.el (gnus-cache-generate-active)
14201 (gnus-cache-articles-in-group): Ditto.
14202 * gnus-group.el (gnus-group-set-current-level)
14203 (gnus-group-insert-group-line): Ditto.
14204 * gnus-score.el (gnus-score-set-expunge-below)
14205 (gnus-score-set-mark-below, gnus-summary-score-effect)
14206 (gnus-summary-score-entry): Ditto.
14207 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14208 (gnus-soup-pack): Ditto.
14209 * gnus-spec.el (gnus-xmas-format): Ditto.
14210 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14211 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14212 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14213 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14214 * nndb.el (nndb-get-remote-expire-response): Ditto.
14215 * nndiary.el (nndiary-parse-schedule-value)
14216 (nndiary-string-to-number, nndiary-request-replace-article)
14217 (nndiary-request-article): Ditto.
14218 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14219 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14220 * nneething.el (nneething-make-head): Ditto.
14221 * nnfolder.el (nnfolder-request-article)
14222 (nnfolder-retrieve-headers): Ditto.
14223 * nnheader.el (nnheader-file-to-number): Ditto.
14224 * nnkiboze.el (nnkiboze-request-article): Ditto.
14225 * nnmail.el (nnmail-process-unix-mail-format)
14226 (nnmail-process-babyl-mail-format): Ditto.
14227 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14228 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14229 (nnmh-request-create-group, nnmh-request-list-1)
14230 (nnmh-request-group, nnmh-request-article): Ditto.
14231 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14232 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14233 * nnsoup.el (nnsoup-make-active): Ditto.
14234 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14235 * nntp.el (nntp-find-group-and-number)
14236 (nntp-retrieve-headers-with-xover): Ditto.
14237 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14238 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14239 (pgg-format-key-identifier): Ditto.
14240 * pop3.el (pop3-last, pop3-stat): Ditto.
14241 * qp.el (quoted-printable-decode-region): Ditto.
14242
14243 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14244 of concat.
14245
14246 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
14247
14248 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14249
14250 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14251
14252 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14253
14254 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14255
14256 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14257
14258 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14259
14260 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14261 (gnus-carpal-mode): Ditto.
14262
14263 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14264 (gnus-browse-mode): Ditto.
14265
14266 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14267
14268 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14269
14270 2005-05-29 Richard M. Stallman <rms@gnu.org>
14271
14272 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14273
14274 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
14275
14276 * gnus-util.el (gnus-run-mode-hooks): New function.
14277
14278 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14279
14280 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
14281
14282 * gnus-agent.el (gnus-agent-make-mode-line-string):
14283 Use mode-line-highlight as mouse-face.
14284
14285 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
14286
14287 * canlock.el (canlock): Change the parent group to news.
14288
14289 * deuglify.el (gnus-outlook-deuglify): Add :group.
14290
14291 * dig.el (dig): Add :group.
14292
14293 * dns-mode.el (dns-mode): Add :group.
14294
14295 * encrypt.el (encrypt): Add :group.
14296
14297 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14298 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14299 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14300 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14301 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14302
14303 * gnus-diary.el (gnus-diary): Add :group.
14304
14305 * gnus.el (gnus-group-news-1-face): Add :group.
14306 (gnus-group-news-1-empty-face): Ditto.
14307 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14308 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14309 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14310 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14311 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14312 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14313 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14314 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14315 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14316 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14317 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14318 (gnus-summary-high-ticked-face): Ditto.
14319 (gnus-summary-low-ticked-face): Ditto.
14320 (gnus-summary-normal-ticked-face): Ditto.
14321 (gnus-summary-high-ancient-face): Ditto.
14322 (gnus-summary-low-ancient-face): Ditto.
14323 (gnus-summary-normal-ancient-face): Ditto.
14324 (gnus-summary-high-undownloaded-face): Ditto.
14325 (gnus-summary-low-undownloaded-face): Ditto.
14326 (gnus-summary-normal-undownloaded-face): Ditto.
14327 (gnus-summary-high-unread-face): Ditto.
14328 (gnus-summary-low-unread-face): Ditto.
14329 (gnus-summary-normal-unread-face): Ditto.
14330 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14331 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14332
14333 * hashcash.el (hashcash): New custom group.
14334 (hashcash-default-payment): Add :group.
14335 (hashcash-payment-alist): Ditto.
14336 (hashcash-default-accept-payment): Ditto.
14337 (hashcash-accept-resources): Ditto.
14338 (hashcash-path): Ditto.
14339 (hashcash-extra-generate-parameters): Ditto.
14340 (hashcash-double-spend-database): Ditto.
14341 (hashcash-in-news): Ditto.
14342
14343 * message.el (message-minibuffer-local-map): Add :group.
14344
14345 * netrc.el (netrc): Add :group.
14346
14347 * sieve-manage.el (sieve-manage-log): Add :group.
14348 (sieve-manage-default-user): Diito.
14349 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14350 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14351 (sieve-manage-authenticators): Ditto.
14352 (sieve-manage-authenticator-alist): Ditto.
14353 (sieve-manage-default-port): Ditto.
14354
14355 * sieve-mode.el (sieve-control-commands-face): Add :group.
14356 (sieve-action-commands-face): Ditto.
14357 (sieve-test-commands-face): Ditto.
14358 (sieve-tagged-arguments-face): Ditto.
14359
14360 * smime.el (smime): Add :group.
14361
14362 * spam-report.el (spam-report): Add :group.
14363
14364 * spam.el (spam, spam-face): Add :group.
14365
14366 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14367
14368 * nntp.el (nntp-next-result-arrived-p): Some news servers may
14369 return \n.\n.\n at the end of articles. Protect against that.
14370 (nntp-with-open-group): Allow debugging.
14371
14372 * nnheader.el (mail-header-set-extra): Make into a function
14373 because I just could't understand how to quote the list properly.
14374
14375 * dns.el (query-dns-cached): New function.
14376
14377 2005-05-26 Lute Kamstra <lute@gnu.org>
14378
14379 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14380
14381 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
14382
14383 * gnus-art.el: Don't autoload mail-extract-address-components.
14384
14385 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14386 eval-and-compile to evaluate it.
14387
14388 * hashcash.el: Don't autoload executable-find.
14389
14390 * nndb.el: Don't declare the nndb back end two or more times; don't
14391 autoload news-reply-mode, news-setup, cancel-timer and telnet.
14392
14393 * nntp.el: Autoload format-spec instead of format; use
14394 eval-and-compile to evaluate autoload forms.
14395
14396 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
14397
14398 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14399
14400 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14401
14402 * gnus.el (gnus-version-number): Bump version.
14403
14404 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14405
14406 * gnus.el: No Gnus v0.3 is released.
14407
14408 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
14409
14410 * gnus-art.el (gnus-article-edit-part): Disable undo.
14411
14412 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
14413
14414 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14415 gnus-article-date-lapsed-new-header is t if date timer is active;
14416 skip headers in which the original date value is empty.
14417 (gnus-article-save-original-date): Redefine it as a macro.
14418 (gnus-display-mime): Use it.
14419
14420 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
14421
14422 * gnus-art.el (article-date-ut): Support converting date in
14423 forwarded parts as well.
14424 (gnus-article-save-original-date): New function.
14425 (gnus-display-mime): Use it.
14426
14427 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
14428
14429 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14430 enclosure element of <item>.
14431
14432 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
14433
14434 * message.el (message-kill-buffer-query): Rename from
14435 `message-kill-buffer-query-if-modified'. Add :version.
14436
14437 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
14438
14439 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14440 window layout.
14441
14442 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
14443
14444 * mml.el: Autoload dnd when compiling.
14445
14446 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
14447
14448 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14449 x-dnd-*.
14450
14451 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
14452
14453 * qp.el (quoted-printable-encode-region): Save excursion.
14454
14455 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
14456
14457 * message.el (message-kill-buffer-query-if-modified): Add new variable
14458 so the user can kill a modified message buffer quickly.
14459 (message-kill-buffer): Use it.
14460
14461 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
14462
14463 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
14464 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14465
14466 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
14467
14468 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14469 contained in text because xml.el decodes entities) with LFs.
14470
14471 2005-04-11 Lute Kamstra <lute@gnu.org>
14472
14473 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14474 differently.
14475
14476 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14477
14478 * mm-util.el (mm-detect-coding-region): Typo.
14479
14480 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
14481
14482 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14483
14484 2005-04-06 Deepak Goel <deego@gnufans.org>
14485
14486 * spam-stat.el (spam-stat-score-buffer): Add a call to a
14487 user-function allow user modifications of the scores.
14488 (spam-stat-score-buffer-user): New function, to allow
14489 user-computed modifications to the score.
14490 (spam-stat-score-buffer-user-functions): List of additional
14491 scoring functions.
14492 (spam-stat-error-holder): Global temporary error holder.
14493 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14494 variable.
14495
14496 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
14497
14498 * gnus-registry.el (gnus-registry-clean-empty-function)
14499 (gnus-registry-trim, gnus-registry-fetch-groups)
14500 (gnus-registry-delete-group): Groups that match
14501 `gnus-registry-ignored-groups' are removed from the registry
14502 entries, not just ignored for splitting. This helps clean up the
14503 registry. Also, `gnus-registry-fetch-groups' is a convenient way
14504 to get all the groups a message ID is in.
14505
14506 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14507 (spam-stat-split-fancy): Change "threshhold" to "threshold".
14508 (spam-stat-score-buffer-user-functions): Add :number custom type.
14509
14510 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14511
14512 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14513 argument in XEmacs.
14514
14515 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14516 (nnrss-request-group): Decode group name first.
14517 (nnrss-request-article): Make a text/plain article if mml-to-mime
14518 failed.
14519 (nnrss-get-encoding): Return a compatible encoding according to
14520 nnrss-compatible-encoding-alist.
14521 (nnrss-find-el): Use consp instead of listp.
14522 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14523
14524 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14525
14526 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14527 which Emacs 20 doesn't support.
14528 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14529
14530 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
14531
14532 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14533 silence the byte compiler inside the defun.
14534
14535 * gnus-demon.el (parse-time-string): Add autoload.
14536
14537 * gnus-delay.el (parse-time-string): Add autoload.
14538
14539 * gnus-art.el (parse-time-string): Add autoload.
14540
14541 * nnultimate.el (parse-time): Require for `parse-time-string'.
14542
14543 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
14544
14545 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14546
14547 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14548
14549 * smime.el (smime-ldap-host-list): Add :version.
14550
14551 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
14552
14553 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14554 pass it to `gnus-browse-read-group'.
14555 (gnus-browse-read-group): Add NUMBER argument and pass it to
14556 `gnus-group-read-ephemeral-group'.
14557
14558 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14559 argument and pass it to `gnus-group-read-group'.
14560
14561 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
14562
14563 * mm-util.el (mm-xemacs-find-mime-charset): Only call
14564 mm-xemacs-find-mime-charset-1 if we have the mule feature
14565 available at runtime.
14566
14567 2005-03-25 Werner Lemberg <wl@gnu.org>
14568
14569 * nnmaildir.el: Replace `illegal' with `invalid'.
14570
14571 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
14572
14573 * gnus-start.el (gnus-display-time-event-handler):
14574 Check display-time-timer at runtime rather than only at load time
14575 in case display-time-mode is turned off in the mean time.
14576
14577 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
14578
14579 * nnimap.el (nnimap-open-connection): Print which authinfo file is
14580 used.
14581
14582 * nneething.el (nneething-map-file-directory): Derive from
14583 `gnus-directory'.
14584
14585 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14586 the To/Cc button.
14587
14588 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
14589
14590 * nnmaildir.el (nnmaildir-request-accept-article):
14591 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14592
14593 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
14594
14595 * gnus-async.el: Require timer-funcs at compile time when in
14596 XEmacs for `run-with-idle-timer'.
14597
14598 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
14599
14600 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14601 autoloaded function.
14602
14603 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14604
14605 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14606
14607 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
14608
14609 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14610
14611 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
14612
14613 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14614 Add gnus-expert-user to default.
14615
14616 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
14617
14618 * nnimap.el (nnimap-open-server): Ditto.
14619
14620 * imap.el (imap-authenticate): Fix typo.
14621
14622 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
14623
14624 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14625 buffer (since IMAP server might return FETCH response out of
14626 order, and the nntp buffer must be sorted).
14627
14628 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
14629
14630 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14631 comparison on string.
14632
14633 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14634 (gnus-agent-score): Rename category keywords to match gnus-cus.
14635 (gnus-agent-summary-fetch-series): Modify to protect against
14636 gnus-agent-summary-fetch-group clearing processable flags.
14637 (gnus-agent-synchronize-group-flags): Update live group buffer as
14638 synchronization may occur due to the user toggle the plugged
14639 status.
14640 (gnus-agent-fetch-group-1): Clear downloadable flag when article
14641 successfully downloaded.
14642 (gnus-agent-expire-group-1): Avoid using markers when the overview
14643 is in ascending order; greatly improves performance.
14644 (gnus-agent-regenerate-group):
14645 Use gnus-agent-synchronize-group-flags to reset read status in both
14646 gnus and server.
14647 (gnus-agent-update-files-total-fetched-for): Fix initial size.
14648
14649 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
14650
14651 * message.el: Don't autoload former message-utils variables.
14652 (message-strip-subject-trailing-was): Change doc string.
14653
14654 * nnweb.el: Fixes for `gnus-group-make-web-group'.
14655 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
14656 (nnweb-google-search): Add "hl=en" here.
14657 (nnweb-google-parse-1, nnweb-google-create-mapping):
14658 Don't hardcode URL.
14659
14660 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
14661
14662 * message.el (message-get-reply-headers, message-followup):
14663 Mention related variables `message-use-followup-to' and
14664 `message-use-mail-followup-to', in the information buffer.
14665
14666 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14667 of broken groups(-beta).google.com.
14668
14669 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
14670
14671 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14672 parameter to invoked gnus-request-move-article; remove the
14673 redundant gnus-sum-hint-move-is-internal variable; apply the marks
14674 all at once instead of once per article.
14675 (gnus-summary-remove-process-mark): Accept a list of articles as
14676 well as a single article for processing.
14677
14678 * gnus-int.el (gnus-request-move-article): Add move-is-internal
14679 parameter.
14680
14681 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14682
14683 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14684
14685 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14686 parameter.
14687
14688 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14689 parameter.
14690
14691 * nnimap.el (nnimap-request-move-article): Add move-is-internal
14692 parameter and remove the gnus-sum-hint-move-is-internal variable.
14693
14694 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14695 parameter.
14696
14697 * nndraft.el (nndraft-request-move-article): Add move-is-internal
14698 parameter.
14699
14700 * nndiary.el (nndiary-request-move-article): Add move-is-internal
14701 parameter.
14702
14703 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14704
14705 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14706 parameter.
14707
14708 * nnagent.el (nnagent-request-move-article): Add move-is-internal
14709 parameter.
14710
14711 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
14712
14713 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14714 a more conservative way.
14715
14716 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14717
14718 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14719 buffer, so it moves the window's cursor.
14720
14721 2005-02-26 Arne Jørgensen <arne@arnested.dk>
14722
14723 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14724 `mm-dissect-multipart' and receive the from field as an (optional)
14725 argument from `mm-dissect-multipart'.
14726 (mm-dissect-multipart): Receive the from field as an argument and
14727 pass it on when we call `mm-dissect-buffer' on MIME parts.
14728 Fixes verification/decryption of signed/encrypted MIME parts.
14729
14730 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
14731
14732 * gnus-sum.el (gnus-summary-move-article):
14733 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14734 whatever it calls (right now, only nnimap-request-move article
14735 respects it).
14736
14737 * nnimap.el (nnimap-request-move-article):
14738 When gnus-sum-hint-move-is-internal is set, don't do the extra
14739 nnimap-request-article.
14740
14741 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
14742
14743 * nnheader.el (nnheader-find-file-noselect): Add doc string.
14744
14745 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14746 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14747
14748 * gnus-sum.el (gnus-summary-caesar-message):
14749 Apply `gnus-treat-article' after rotation.
14750
14751 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14752 doc string.
14753
14754 2005-02-22 Simon Josefsson <jas@extundo.com>
14755
14756 * encrypt.el (encrypt-password-cache-expiry): Remove (use
14757 `password-cache-expiry' instead). Reported by Arne Jørgensen
14758 <arne@arnested.dk>.
14759 (encrypt): Add password-cache and password-cache-expiry as group
14760 members.
14761
14762 2005-02-22 Arne Jørgensen <arne@arnested.dk>
14763
14764 * smime.el (smime-ldap-host-list): Doc fix.
14765 (smime-ask-passphrase): Use `password-read-and-add' to read (and
14766 cache) password.
14767 (smime-sign-region): Use it.
14768 (smime-decrypt-region): Use it.
14769 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14770 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14771 fails.
14772 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14773 certificate from DER to PEM format rather than calling openssl.
14774
14775 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14776
14777 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14778 for signing/encryption.
14779
14780 * mml.el (mml-parse-1): Use them.
14781
14782 2005-02-21 Arne Jørgensen <arne@arnested.dk>
14783
14784 * nnrss.el (nnrss-verbose): Remove.
14785 (nnrss-request-group): Use `nnheader-message' instead.
14786
14787 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
14788
14789 * nnrss.el (nnrss-verbose): New variable.
14790 (nnrss-request-group): Make it say nnrss is requesting a group.
14791
14792 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
14793
14794 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14795 Handle news URL with given port correctly.
14796
14797 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
14798
14799 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14800 containing special characters.
14801
14802 * gnus-sum.el (gnus-summary-edit-article): Ditto.
14803
14804 * mml.el (mime-to-mml): Ditto.
14805
14806 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14807 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14808 (rfc2047-decode-region): Quote decoded words containing special
14809 characters when rfc2047-quote-decoded-words-containing-tspecials
14810 is non-nil.
14811
14812 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
14813
14814 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14815
14816 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14817
14818 2005-02-15 Simon Josefsson <jas@extundo.com>
14819
14820 * nnimap.el (nnimap-debug): Doc fix.
14821
14822 * imap.el (imap-debug): Doc fix.
14823
14824 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
14825
14826 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14827
14828 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
14829
14830 * gnus.el (spam-contents): Improve docs for spam-contents
14831 parameter in its variable incarnation.
14832
14833 2005-02-14 Simon Josefsson <jas@extundo.com>
14834
14835 * smime-ldap.el: Use require instead of load-library for ldap.
14836 (smime-ldap-search): Indent.
14837 (smime-ldap-search-internal): Shorten line.
14838
14839 * smime.el (smime-cert-by-dns): Add doc-string.
14840 (smime-cert-by-ldap-1): Indent.
14841
14842 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14843 mml-smime-get-dns-ldap.
14844 (mml-smime-encrypt-query): Use new function. Default to ldap.
14845
14846 2005-02-14 Arne Jørgensen <arne@arnested.dk>
14847
14848 * smime.el: Require smime-ldap.
14849 (smime-ldap-host-list): New variable.
14850 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14851
14852 * mml-smime.el (mml-smime-encrypt-query): New function.
14853 (mml-smime-encrypt-query): Use it.
14854
14855 * smime-ldap.el: New file.
14856
14857 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14858
14859 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14860
14861 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
14862
14863 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14864 argument in doc string. Make query for type more clear.
14865
14866 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
14867
14868 * gnus.el (gnus-group-startup-message): Search for gnus images in
14869 etc/images/gnus.
14870 * mm-util.el (mm-image-load-path): Likewise.
14871 * smiley.el (smiley-data-directory): Search for smilies in
14872 etc/images/smilies.
14873
14874 2005-02-09 Kim F. Storm <storm@cua.dk>
14875
14876 Change Emacs release version from 21.4 to 22.1 throughout.
14877 Change Emacs development version from 21.3.50 to 22.0.50.
14878
14879 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
14880
14881 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14882
14883 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14884 non-Mule XEmacs as well.
14885 (mm-decompress-buffer): Signal an error intentionally if it does
14886 not decompress compressed data because auto-compression-mode is
14887 disabled.
14888
14889 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
14890
14891 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14892 an ID in the registry even if it has no groups.
14893
14894 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
14895
14896 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14897 merge it into mm-decompress-buffer.
14898 (gnus-mime-copy-part): Use the MIME part charset, the value which
14899 a user specified or gnus-newsgroup-charset for decoding, like
14900 gnus-mime-inline-part does; set buffer-file-coding-system to tell
14901 save-buffer what was used. Suggested by Kevin Ryde
14902 <user42@zip.com.au>.
14903 (gnus-mime-inline-part): Allow the name parameter as well as the
14904 filename parameter; force decompressing of compressed data; always
14905 display contents being not decoded as unibyte.
14906
14907 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14908 as well as the filename parameter.
14909
14910 * mm-util.el (mm-decompress-buffer):
14911 Merge gnus-mime-jka-compr-maybe-uncompress.
14912 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14913 of compressed data.
14914
14915 2005-02-08 Simon Josefsson <jas@extundo.com>
14916
14917 * imap.el (imap-log): Doc fix.
14918
14919 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14920
14921 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14922 the coding cookies; decompress compressed parts.
14923
14924 * mml.el (mml-generate-mime-1): Add the charset parameter according
14925 to the value which a user specified manually or the coding cookie.
14926
14927 * mm-util.el (mm-string-to-multibyte): New function.
14928 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14929 (mm-coding-system-to-mime-charset): New function.
14930 (mm-decompress-buffer): New function.
14931 (mm-find-buffer-file-coding-system): New function.
14932
14933 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14934 (mm-display-inline-fontify): Rewrite for decoding and decompressing
14935 parts.
14936
14937 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14938
14939 * mm-view.el (mm-display-inline-fontify): Decode a part according
14940 to the charset parameter.
14941
14942 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
14943
14944 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14945 prefix arg is neither nil nor a number, as info specifies.
14946
14947 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
14948
14949 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14950 timestamps.
14951
14952 2005-02-02 Jari Aalto <jari.aalto@cante.net>
14953
14954 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14955 groups error checking and notify user.
14956
14957 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
14958
14959 * message.el (message-send-mail-function): Check existence of
14960 sendmail-program first before using default value
14961 `message-send-mail-with-sendmail'. Otherwise use more generic
14962 `smtpmail-send-it'.
14963
14964 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
14965
14966 * nntp.el (nntp-request-update-info): Always return nil.
14967
14968 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
14969
14970 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14971
14972 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
14973
14974 * message.el (message-beginning-of-line): Change the behavior when
14975 invoked between BOL and : so that it first moves backward.
14976
14977 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
14978
14979 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14980 article buffer when editing of the article is discarded.
14981 (gnus-article-prepare): Revert.
14982
14983 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
14984
14985 * gnus-art.el (gnus-article-prepare):
14986 Remove message-strip-forbidden-properties from the local hook.
14987
14988 2005-01-27 Simon Josefsson <jas@extundo.com>
14989
14990 * password.el (password-cache-add): Only start one timer per key.
14991 Reported by Derek Atkins <warlord@MIT.EDU>.
14992
14993 2005-01-26 Steve Youngs <steve@sxemacs.org>
14994
14995 * run-at-time.el: Remove. It is no longer needed as
14996 timer-funcs.el in the xemacs-base package has a working version of
14997 `run-at-time'.
14998
14999 * password.el: Require timer-funcs instead of run-at-time in
15000 XEmacs.
15001 Remove `password-run-at-time' macro.
15002 (password-cache-add): Use `run-at-time' instead of
15003 `password-run-at-time'.
15004
15005 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15006 for `run-with-idle-timer'.
15007
15008 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15009 for `run-at-time'.
15010
15011 * mm-url.el: Require timer-funcs at compile time when in XEmacs
15012 for `with-timeout'.
15013
15014 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15015
15016 * mml.el (mml-generate-mime-1): Convert string into unibyte when
15017 inserting " *mml*" buffer's contents into a unibyte temp buffer.
15018
15019 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
15020
15021 * mail-source.el (mail-source-fetch-imap): Search for ^From case
15022 sensitively.
15023
15024 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
15025
15026 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15027
15028 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
15029
15030 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15031 which will be inserted according to the multibyteness of a buffer
15032 rather than the type of contents. Suggested by ARISAWA Akihiro
15033 <ari@mbf.ocn.ne.jp>.
15034
15035 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15036 of string which old xml.el may return rather than a string.
15037
15038 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
15039
15040 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15041
15042 2005-01-16 Simon Josefsson <jas@extundo.com>
15043
15044 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15045 idn/idna.el isn't available.
15046 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
15047 <michael@waxrat.com>.
15048
15049 * hashcash.el: Remove non-FSF copyright header.
15050
15051 * hashcash.el (hashcash-extra-generate-parameters): New variable.
15052 (hashcash-generate-payment): Use it.
15053 (hashcash-generate-payment-async): Use it.
15054
15055 2005-01-15 Simon Josefsson <jas@extundo.com>
15056
15057 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15058 Suggested by Raymond Scholz <ray-2005@zonix.de>.
15059
15060 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15061 gnus-summary-idna-message.
15062 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15063 (gnus-summary-idna-message): New function.
15064
15065 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
15066
15067 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15068 gnus-novice-user.
15069
15070 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
15071
15072 * nnrss.el (nnrss-request-delete-group): Delete entries in
15073 nnrss-group-alist as well.
15074 (nnrss-save-server-data): Insert newline.
15075
15076 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
15077
15078 * gnus.el (gnus-user-agent): Use list of symbols instead of
15079 symbols. Display full version number for (S)XEmacs.
15080 Optionally display (S)XEmacs codename.
15081
15082 * gnus-util.el (gnus-emacs-version): Update for new
15083 `gnus-user-agent'.
15084
15085 * gnus-msg.el (gnus-extended-version): Make it possible to omit
15086 Gnus version.
15087
15088 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
15089
15090 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
15091 which is unreadable in some setups.
15092
15093 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
15094
15095 * gnus-spec.el (gnus-update-format-specifications): Flush the
15096 group format spec cache if it doesn't support decoded group names.
15097
15098 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
15099
15100 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15101 Allow to apply decay on score files matching a regexp.
15102
15103 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
15104
15105 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15106 compatibility in %g and %c.
15107
15108 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
15109
15110 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15111 name for only %g and %c.
15112 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15113 of gnus-tmp-group to decoded group name.
15114 (gnus-group-make-rss-group): Exclude `/'s from group names.
15115
15116 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
15117
15118 * nnrss.el (nnrss-get-encoding): Fix regexp.
15119
15120 2004-12-27 Simon Josefsson <jas@extundo.com>
15121
15122 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15123 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15124 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
15125
15126 2004-12-17 Kim F. Storm <storm@cua.dk>
15127
15128 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15129
15130 * gnus-sum.el (gnus-summary-mode-map): Likewise.
15131
15132 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
15133
15134 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15135
15136 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
15137
15138 * nnrss.el: Require rfc2047 and mml.
15139 (nnrss-file-coding-system): New variable.
15140 (nnrss-format-string): Redefine it as an inline function.
15141 (nnrss-decode-group-name): New function.
15142 (nnrss-string-as-multibyte): Remove.
15143 (nnrss-retrieve-headers): Decode group name; don't use
15144 nnrss-format-string.
15145 (nnrss-request-group): Decode group name.
15146 (nnrss-request-article): Decode group name; allow a Message-ID as
15147 well as an article number; don't use nnrss-format-string; encode a
15148 Message-ID string which may contain non-ASCII characters; use
15149 mml-to-mime to compose a MIME article.
15150 (nnrss-request-expire-articles): Decode group name.
15151 (nnrss-request-delete-group): Decode group name.
15152 (nnrss-fetch): Clarify error message.
15153 (nnrss-read-server-data): Use insert-file-contents instead of load;
15154 bind file-name-coding-system; use multibyte buffer.
15155 (nnrss-save-server-data): Bind coding-system-for-write to the
15156 value of nnrss-file-coding-system; bind file-name-coding-system;
15157 add coding cookie.
15158 (nnrss-read-group-data): Use insert-file-contents instead of load;
15159 bind file-name-coding-system; use multibyte buffer.
15160 (nnrss-save-group-data): Bind coding-system-for-write to the
15161 value of nnrss-file-coding-system; bind file-name-coding-system.
15162 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15163 make it work with non-ASCII text.
15164 (nnrss-find-el): Make it work with old xml.el as well.
15165
15166 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
15167
15168 * nnrss.el (nnrss-get-encoding): New function.
15169 (nnrss-fetch): Use unibyte buffer initially; bind
15170 coding-system-for-read while performing mm-url-insert; remove ^Ms;
15171 decode contents according to the encoding attribute.
15172 (nnrss-save-group-data): Add coding cookie.
15173 (nnrss-mime-encode-string): New function.
15174 (nnrss-check-group): Use it to encode subject and author.
15175
15176 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
15177
15178 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15179 imaginary variable.
15180
15181 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15182
15183 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15184 correctly even if there are wide characters.
15185
15186 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
15187
15188 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15189 downcased symbol names; make a new cache instead of reusing
15190 bbdb-hashtable.
15191
15192 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
15193
15194 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15195 concatenating segments rather than before concatenating them.
15196 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15197
15198 * message.el (message-get-reply-headers): Bind `extra'.
15199
15200 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15201
15202 * message.el (message-extra-wide-headers): New variable.
15203 (message-get-reply-headers): Use it.
15204
15205 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
15206
15207 * gnus-agent.el (gnus-agent-group-path): Decode group name.
15208 (gnus-agent-group-pathname): Ditto.
15209
15210 * gnus-cache.el (gnus-cache-file-name): Decode group name.
15211
15212 * gnus-group.el (gnus-group-make-group): Decode group name.
15213 (gnus-group-make-rss-group): Register the group data after opening
15214 the nnrss group.
15215
15216 2004-12-17 Paul Jarc <prj@po.cwru.edu>
15217
15218 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15219 by expiry now get marked as read.
15220
15221 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
15222
15223 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15224
15225 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
15226
15227 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15228 unify Latin characters in XEmacs.
15229 (mm-find-mime-charset-region): Use it.
15230
15231 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
15232
15233 * gnus-util.el (gnus-delete-directory): New function.
15234
15235 * gnus-agent.el (gnus-agent-delete-group): Use it.
15236
15237 * gnus-cache.el (gnus-cache-delete-group): Use it.
15238
15239 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
15240
15241 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15242 names.
15243
15244 2004-12-16 Simon Josefsson <jas@extundo.com>
15245
15246 * hashcash.el (hashcash-payment-alist): Fix custom :type.
15247
15248 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
15249
15250 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15251
15252 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15253 (gnus-group-set-current-level): Decode group name.
15254
15255 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
15256
15257 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15258 failed.
15259
15260 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
15261
15262 * gnus-group.el (gnus-group-delete-group): Decode group name.
15263 (gnus-group-make-rss-group): Encode group name.
15264 (gnus-group-catchup-current): Decode group name.
15265 (gnus-group-kill-group): Decode group name.
15266
15267 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
15268
15269 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15270
15271 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
15272
15273 * gnus-group.el (gnus-group-make-rss-group):
15274 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15275
15276 * gnus-start.el (gnus-setup-news): Honor user's setting to
15277 gnus-message-archive-method. Suggested by Lute Kamstra
15278 <lute@gnu.org>.
15279
15280 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
15281
15282 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15283 global counterparts of the buffer-local variables.
15284
15285 2004-11-16 Romain Francoise <romain@orebokech.com>
15286
15287 * gnus-sum.el (gnus-summary-exit): Don't clear the global
15288 counterparts of the buffer-local variables.
15289
15290 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
15291
15292 * message.el (message-forbidden-properties): Fix typo in doc
15293 string.
15294
15295 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
15296
15297 * gnus-util.el (gnus-replace-in-string): Add doc string.
15298
15299 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15300 to avoid problems when splitting mails with many recipients.
15301
15302 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15303
15304 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15305 pop-to-buffer, covered by the subsequent gnus-configure-windows.
15306
15307 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
15308
15309 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15310 if there is no hashtable in memory or file modification time is
15311 newer than cached timestamp.
15312
15313 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
15314
15315 * gnus-sum.el (gnus-summary-limit-to-recipient):
15316 Implement not-matching option.
15317
15318 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
15319
15320 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15321 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15322 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15323 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15324 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
15325 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15326
15327 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
15328
15329 * message.el (message-forward-make-body-mml): Remove headers
15330 according to message-forward-ignored-headers if a message is decoded.
15331
15332 2004-12-02 Romain Francoise <romain@orebokech.com>
15333
15334 * message.el (message-forward-make-body-plain): Always remove
15335 headers according to message-forward-ignored-headers.
15336
15337 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
15338
15339 * spam.el (spam-summary-prepare-exit): Remove the
15340 gnus-summary-limit pop for now, it has problems with ham marks for
15341 me.
15342
15343 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
15344
15345 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15346 correctly.
15347
15348 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
15349
15350 * format-spec.el (format-spec): Message the char.
15351
15352 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
15353
15354 * gnus-art.el (gnus-split-methods): Reformat comments.
15355
15356 * spam.el (spam-summary-prepare-exit): Remove article limits
15357 before exiting the summary buffer.
15358
15359 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
15360
15361 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15362 order to silence the byte compiler.
15363
15364 * spam.el: Fix the way to silence the byte compiler, which
15365 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15366 bbdb-search-simple, spam-BBDB-register-routine,
15367 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15368 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15369 spam-stat-buffer-is-spam, spam-stat-load,
15370 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15371 spam-stat-save and spam-stat-split-fancy.
15372
15373 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
15374
15375 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15376 which may confuse users.
15377 (canlock-password-for-verify): Ditto.
15378
15379 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15380
15381 * gnus-art.el (gnus-emphasis-alist): Ditto.
15382
15383 * gnus-registry.el (gnus-registry-max-entries): Ditto.
15384
15385 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15386
15387 * gnus-start.el (gnus-save-killed-list): Ditto.
15388
15389 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15390 (gnus-sum-thread-tree-root): Ditto.
15391 (gnus-sum-thread-tree-false-root): Ditto.
15392 (gnus-sum-thread-tree-single-indent): Ditto.
15393
15394 * message.el (message-courtesy-message): Ditto.
15395 (message-archive-note): Ditto.
15396 (message-subscribed-address-file): Ditto.
15397 (message-user-fqdn): Ditto.
15398
15399 * spam-report.el (spam-report-gmane-regex): Ditto.
15400
15401 * spam.el (spam-blackhole-good-server-regex): Ditto.
15402
15403 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
15404
15405 * mml.el (mml-preview): Widen the message buffer before copying
15406 the contents to the preview buffer; sort headers before previewing.
15407
15408 * message.el (message-hidden-headers): Fix the way to avoid a bug
15409 in the `repeat' widget in Emacs 21.3 or earlier.
15410
15411 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
15412
15413 * message.el (message-hidden-headers): Default to "^References:".
15414 Improve customization type. Suggested by Reiner Steib
15415 <Reiner.Steib@gmx.de>.
15416
15417 2004-11-25 Romain Francoise <romain@orebokech.com>
15418
15419 * message.el (message-strip-forbidden-properties): Remove check for
15420 obsolete `message-hidden' text property, hidden headers are not
15421 accessible in the buffer anymore.
15422
15423 2004-11-22 Romain Francoise <romain@orebokech.com>
15424
15425 * message.el (message-header-format-alist): Add `From' in list
15426 so that it can be sorted.
15427 (message-fix-before-sending): Widen and sort headers before
15428 sending.
15429 (message-hide-headers): Use narrowing to hide headers by moving
15430 them to the top of the buffer and narrowing to the region
15431 underneath.
15432
15433 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15434
15435 * message.el (message-strip-forbidden-properties):
15436 Bind buffer-read-only (etc) to nil.
15437
15438 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
15439
15440 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15441 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15442
15443 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
15444
15445 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15446
15447 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15448
15449 * dns.el (query-dns): Use sit-for to time instead of
15450 accept-process-output, since that doesn't seem to work on udp
15451 sockets.
15452
15453 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
15454
15455 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15456
15457 2004-11-15 Jesper Harder <harder@ifa.au.dk>
15458
15459 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15460 doc string. Improve doc string.
15461
15462 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
15463
15464 * nntp.el (nntp-request-update-info): Return nil if
15465 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15466 may not call gnus-activate-group which uselessly issues the GROUP
15467 commands for all nntp groups and wastes time. Reported by Romain
15468 Francoise <romain@orebokech.com>.
15469
15470 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15471
15472 2004-11-15 Simon Josefsson <jas@extundo.com>
15473
15474 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15475 headers separately.
15476 (gnus-button-openpgp): New function, inspired by Jochen Küpper
15477 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15478
15479 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15480
15481 * gnus-start.el (gnus-convert-old-newsrc):
15482 Assign legacy-gnus-agent to 5.10.7.
15483
15484 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15485
15486 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15487 start of the lines.
15488
15489 2004-11-14 Magnus Henoch <mange@freemail.hu>
15490
15491 * hashcash.el (hashcash-default-payment): Change default to 20.
15492 (hashcash-default-accept-payment): Change default to 20.
15493 (hashcash-process-alist): New variable.
15494 (hashcash-generate-payment-async): Add.
15495 (hashcash-already-paid-p): Add.
15496 (hashcash-insert-payment): Don't generate payments twice.
15497 (hashcash-insert-payment-async): Add.
15498 (hashcash-insert-payment-async-2): Add.
15499 (hashcash-cancel-async): Add.
15500 (hashcash-wait-async): Add.
15501 (hashcash-processes-running-p): Add.
15502 (hashcash-wait-or-cancel): Add.
15503 (mail-add-payment): New optional argument. Conditionally start
15504 asynchronous calculation.
15505 (mail-add-payment-async): Add.
15506
15507 * message.el (message-send-mail): Wait for asynchronous hashcash
15508 results. Don't clobber existing X-Hashcash headers.
15509 (message-setup-1): Call mail-add-payment-async when
15510 message-generate-hashcash is non-nil.
15511
15512 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15513
15514 * message.el (message-use-alternative-email-as-from): Examine the
15515 From header as well; use message-make-from in order to include a
15516 user's full name.
15517
15518 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
15519
15520 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15521 default; improve customization type.
15522 (gnus-emphasis-custom-with-format): New macro.
15523 (gnus-emphasis-custom-value-to-external): New function.
15524 (gnus-emphasis-custom-value-to-internal): New function.
15525
15526 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
15527
15528 * dns.el (query-dns): Resolve reverse addresses.
15529
15530 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15531
15532 * gnus-group.el (gnus-group-get-new-news): Use it.
15533
15534 * gnus-start.el (gnus-check-reasonable-setup): New function.
15535
15536 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
15537
15538 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15539 "Args out of range" error. Reported by Arnaud Giersch
15540 <arnaud.giersch@free.fr>.
15541
15542 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
15543
15544 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15545
15546 2004-11-04 Richard M. Stallman <rms@gnu.org>
15547
15548 * spam.el (spam group): Add :version.
15549
15550 * pgg-def.el (pgg group): Add :version.
15551
15552 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
15553
15554 * gnus-art.el (gnus-article-edit-article): Don't associate the
15555 article buffer with a draft file. This is a temporary measure
15556 against the 2004-08-22 change to gnus-article-edit-mode.
15557
15558 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
15559
15560 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15561 (html2text-format-tags): Remove unused variable `attr'.
15562
15563 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
15564
15565 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15566
15567 * spam-stat.el (spam-stat): Add :version.
15568
15569 * sieve.el (sieve): Add :version.
15570
15571 * sha1.el (sha1): Add :version.
15572 (sha1-use-external): Remove redundant version.
15573
15574 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15575 (nnmail-cache-ignore-groups, nnmail-spool-hook)
15576 (nnmail-split-fancy-match-partial-words)
15577 (nnmail-split-lowercase-expanded): Add :version.
15578
15579 * nndiary.el (nndiary): Add :version.
15580
15581 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15582
15583 * mml-sec.el (mml-default-sign-method)
15584 (mml-default-encrypt-method, mml-signencrypt-style-alist):
15585 Add :version.
15586
15587 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15588
15589 * mm-url.el (mm-url-use-external, mm-url-program)
15590 (mm-url-arguments): Add :version.
15591
15592 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15593 (mm-attachment-file-modes, mm-decrypt-option)
15594 (mm-w3m-safe-url-regexp): Add :version.
15595
15596 * message.el (message-cite-prefix-regexp)
15597 (message-sendmail-envelope-from, message-minibuffer-local-map)
15598 (message-user-fqdn, message-completion-alist): Add :version.
15599
15600 * gnus-win.el (gnus-configure-windows-hook)
15601 (gnus-use-frames-on-any-display): Add :version.
15602
15603 * gnus-art.el (gnus-article-address-banner-alist)
15604 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15605 (gnus-treat-from-picon, gnus-treat-mail-picon)
15606 (gnus-treat-x-pgp-sig): Add :version.
15607
15608 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15609 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15610 (gnus-summary-article-delete-hook)
15611 (gnus-summary-display-while-building): Add :version.
15612
15613 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15614 (gnus-get-top-new-news-hook): Add :version.
15615
15616 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15617 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15618
15619 * gnus-registry.el (gnus-registry): Add :version.
15620
15621 * gnus-spec.el (gnus-use-correct-string-widths)
15622 (gnus-make-format-preserve-properties): Add :version.
15623
15624 * gnus.el (gnus-group-charter-alist)
15625 (gnus-group-fetch-control-use-browse-url)
15626 (gnus-install-group-spam-parameters): Add :version.
15627
15628 * gnus-diary.el (gnus-diary): Add :version.
15629
15630 * gnus-delay.el (gnus-delay): Add :version.
15631
15632 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15633 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15634 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15635 Add :version.
15636
15637 * gnus-agent.el (gnus-agent-max-fetch-size)
15638 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15639 (gnus-agent-prompt-send-queue): Add :version.
15640
15641 * deuglify.el (gnus-outlook-deuglify): Add :version.
15642
15643 * html2text.el: Beautify code. Improve doc strings.
15644 Some checkdoc cleanup.
15645 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15646
15647 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
15648
15649 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15650
15651 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
15652
15653 * gnus-registry.el (gnus-registry-hashtb): Create the registry
15654 when package is loaded.
15655
15656 * spam.el (spam-summary-score-preferred-header): Add global preference
15657 for people who want to override the default SpamAssassin over
15658 Bogofilter preference (when both are set).
15659 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15660 (spam-user-format-function-S):
15661 Check spam-summary-score-preferred-header.
15662 (spam-extra-header-to-number): Add X-Bogosity header parsing.
15663 (spam-user-format-function-S): Format the score correctly.
15664
15665 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
15666
15667 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15668 signature file. Suggested by Manoj Srivastava
15669 <srivasta@golden-gryphon.com>.
15670
15671 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15672 iso-2022-jp even in the Japanese language environment.
15673 Suggested by Jason Rumney <jasonr@gnu.org>.
15674
15675 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
15676
15677 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15678 use the same characters as the dummy marks; make it free from
15679 getting affected by the language environment.
15680 (gnus-summary-read-group-1): Update mark positions only when the
15681 format spec is updated.
15682
15683 * gnus-spec.el (gnus-update-format-specifications): Return a list
15684 of updated types.
15685
15686 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
15687
15688 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15689 of boundp to check if display-warning is available.
15690
15691 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
15692
15693 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15694
15695 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
15696
15697 * nnspool.el (nnspool-spool-directory): Use news-path if the
15698 news-directory variable is not bound.
15699
15700 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15701 function instead of display-warning if it is not available.
15702
15703 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15704
15705 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15706 v5-10: Use `point-at-bol'.
15707
15708 2004-10-26 Simon Josefsson <jas@extundo.com>
15709
15710 * hashcash.el: Fix URL in comment, reported by Cheng Gao
15711 <chenggao@gmail.com>.
15712
15713 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
15714
15715 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
15716 instead.
15717
15718 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
15719
15720 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15721 to remove a server from the nnimap-server-buffer-alist.
15722 (nnimap-open-connection, nnimap-close-server): Use it.
15723
15724 * gnus-encrypt.el: Remove file in favor of encrypt.el.
15725
15726 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
15727
15728 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15729 running the major-mode function.
15730
15731 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15732
15733 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15734 dummy marks in the right way.
15735
15736 2004-10-18 David Edmondson <dme@dme.org>
15737
15738 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15739 excessively.
15740
15741 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
15742
15743 * gnus-util.el (gnus-split-references): Accept a nil references
15744 string and go on blissfully.
15745
15746 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15747 cases where the references string is non-nil but has no references.
15748
15749 * encrypt.el: Add autoload tags.
15750
15751 * spam.el (spam-resolve-registrations-routine): Remove article
15752 from unregistration list too. Reported by David Hanak
15753 <dhanak@isis.vanderbilt.edu>
15754
15755 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
15756
15757 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15758 nil. Change custom type.
15759
15760 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
15761
15762 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15763
15764 * gnus-sum.el (gnus-summary-move-article): Use it.
15765
15766 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
15767
15768 * encrypt.el: Add autoload cookies.
15769
15770 * spam.el (spam-backend-article-list-property)
15771 (spam-backend-get-article-todo-list)
15772 (spam-backend-put-article-todo-list)
15773 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15774 Resolve registrations separately.
15775 (spam-register-routine): Format comments.
15776 (spam-unregister-routine, spam-register-routine): Always call with
15777 specific-articles, no default list.
15778 (spam-summary-prepare-exit): Use the spam-classifications function.
15779
15780 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15781 gnus-encrypt.el.
15782
15783 * encrypt.el: Copied from gnus-encrypt.el.
15784
15785 * gnus-encrypt.el: Commented that it's obsolete.
15786
15787 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
15788
15789 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15790 (gnus-score-save): Use it.
15791
15792 * message.el (message-bury): Use `window-dedicated-p'.
15793
15794 2004-10-15 Simon Josefsson <jas@extundo.com>
15795
15796 * pop3.el (top-level): Don't require nnheader.
15797 (pop3-read-timeout): Add.
15798 (pop3-accept-process-output): Add.
15799 (pop3-read-response, pop3-retr): Use it.
15800
15801 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
15802
15803 * spam.el (spam-register-routine): Move comment.
15804 (spam-verify-bogofilter): Use 'unknown for the initial
15805 spam-bogofilter-valid state, not 'never.
15806
15807 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15808 for netrc-machine.
15809
15810 * nnimap.el (nnimap-open-connection):
15811 Use netrc-machine-user-or-password.
15812
15813 2004-10-17 Richard M. Stallman <rms@gnu.org>
15814
15815 * gnus-registry.el (gnus-registry-unload-hook):
15816 Set as a variable with add-hook.
15817
15818 * nnspool.el (nnspool-spool-directory): Use news-directory instead
15819 of news-path.
15820
15821 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15822
15823 * spam.el: Delete duplicate `provide'.
15824 (spam-unload-hook): Set as a variable with add-hook.
15825
15826 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
15827
15828 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15829 in the doc string.
15830
15831 * message.el (message-ignored-news-headers)
15832 (message-ignored-supersedes-headers)
15833 (message-ignored-resent-headers)
15834 (message-forward-ignored-headers): Improve custom type.
15835
15836 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
15837
15838 * message.el (message-tokenize-header): Fix 2004-09-06 change
15839 which used point-min in the wrong place.
15840
15841 2004-10-12 Simon Josefsson <jas@extundo.com>
15842
15843 * tls.el (tls-certtool-program): New variable.
15844 (tls-certificate-information): New function, based on
15845 ssl-certificate-information.
15846
15847 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
15848
15849 * compface.el: Move the version of ELisp-based uncompface program
15850 to the contrib directory because of the copyright problem.
15851
15852 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
15853
15854 * message.el (message-kill-buffer): Raise the current frame.
15855
15856 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
15857
15858 * gnus-sum.el: Mention that multibyte characters don't work as marks.
15859
15860 * gnus.el (message-y-or-n-p): Autoload.
15861
15862 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15863 (pop3-password-required, pop3-authentication-scheme)
15864 (pop3-leave-mail-on-server): Make customizable.
15865 (pop3): New custom group.
15866 (pop3-retr): Remove `sleep-for' statements.
15867 Suggested by Dave Love <fx@gnu.org>.
15868
15869 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15870 Windows/DOS.
15871
15872 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15873 (imap-parse-body): Fix incorrect use of `assert'.
15874 Suggested by Dave Love <fx@gnu.org>.
15875
15876 * mml.el (mml-minibuffer-read-disposition): Require match.
15877 Suggested by Dave Love <fx@gnu.org>.
15878
15879 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
15880
15881 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
15882 doc string.
15883
15884 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
15885
15886 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15887
15888 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15889
15890 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15891 instead of calling `mm-insert-inline', to decode text/* parts
15892 before displaying them.
15893
15894 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
15895
15896 * mm-uu.el (mm-uu-text-plain-type): New variable.
15897 (mm-uu-pgp-signed-extract-1): Use it.
15898 (mm-uu-pgp-encrypted-extract-1): Use it.
15899 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15900 bind mm-uu-text-plain-type with that value.
15901 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15902 mm-uu-dissect.
15903
15904 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
15905
15906 * gnus-group.el (gnus-update-group-mark-positions):
15907 * gnus-sum.el (gnus-update-summary-mark-positions):
15908 * message.el (message-check-news-body-syntax):
15909 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15910 of string-as-multibyte.
15911
15912 2004-10-05 Juri Linkov <juri@jurta.org>
15913
15914 * gnus-group.el (gnus-update-group-mark-positions):
15915 * gnus-sum.el (gnus-update-summary-mark-positions):
15916 * message.el (message-check-news-body-syntax):
15917 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15918 8-bit unibyte values to a multibyte string for search functions.
15919
15920 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
15921
15922 * mm-uu.el (mm-uu-dissect): Allow optional arg.
15923 (mm-uu-dissect-text-parts): New function.
15924
15925 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15926 dissect text parts.
15927
15928 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15929 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15930
15931 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15932
15933 * gnus-topic.el (gnus-topic-hierarchical-parameters):
15934 Use gnus-current-topics instead of gnus-current-topic.
15935
15936 2004-10-06 Jesper Harder <harder@ifa.au.dk>
15937
15938 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15939
15940 2004-10-05 Jesper Harder <harder@ifa.au.dk>
15941
15942 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15943 where approriate.
15944
15945 * nnml.el (nnml-generate-active-info): do.
15946
15947 * nndiary.el (nndiary-generate-active-info): do.
15948
15949 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15950 (gnus-topic-move): do.
15951
15952 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15953 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15954
15955 * gnus-srvr.el (gnus-server-prepare)
15956 (gnus-server-open-all-servers): do.
15957
15958 * gnus-msg.el (gnus-summary-cancel-article)
15959 (gnus-summary-resend-message)
15960 (gnus-summary-mail-crosspost-complaint): do.
15961
15962 * gnus-move.el (gnus-change-server): do.
15963
15964 * gnus-group.el (gnus-group-unmark-all-groups)
15965 (gnus-group-set-current-level): do.
15966
15967 2004-10-04 Simon Josefsson <jas@extundo.com>
15968
15969 * message.el (message-generate-hashcash): Doc fix.
15970
15971 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
15972
15973 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15974 avoid infinite recursion via gnus-get-function.
15975
15976 2004-10-02 Jesper Harder <harder@ifa.au.dk>
15977
15978 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15979
15980 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15981
15982 * nnmail.el (nnmail-split-history): do.
15983
15984 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15985 (nnml-request-delete-group): do.
15986
15987 * nnslashdot.el (nnslashdot-read-groups): do.
15988
15989 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15990 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15991
15992 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15993 (nnspool-sift-nov-with-sed): Use last.
15994 (nnspool-retrieve-headers-with-nov): Use mapc.
15995 (nnspool-request-newgroups): Use dolist.
15996 (nnspool-request-group): Use last.
15997
15998 * nntp.el (nntp-read-server-type): Use dolist.
15999
16000 * nnvirtual.el (nnvirtual-create-mapping)
16001 (nnvirtual-update-read-and-marked): Use dolist.
16002 (nnvirtual-convert-headers): Simplify.
16003
16004 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
16005
16006 * gnus-agent.el (gnus-agent-synchronize-group-flags):
16007 Add support for sync'ing tick marks.
16008
16009 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
16010
16011 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16012 there's no visible header.
16013
16014 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
16015
16016 * gnus-agent.el (gnus-agent-synchronize-group-flags):
16017 When necessary, pass full group name to gnus-request-set-marks.
16018
16019 2004-10-01 Simon Josefsson <jas@extundo.com>
16020
16021 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
16022 acroread.
16023
16024 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16025
16026 * spam-report.el (spam-report-gmane): Fix interactive.
16027
16028 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16029
16030 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16031 when writing file.
16032 (gnus-agent-synchronize-flags): Don't default to being
16033 interactive.
16034
16035 2004-09-30 Simon Josefsson <jas@extundo.com>
16036
16037 * message.el (message-generate-hashcash): Add.
16038 (message-send-mail): Use it, call mail-add-payment.
16039
16040 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
16041
16042 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16043
16044 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
16045
16046 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16047 gnus-requst-update-info with explicit code to sync the in-memory
16048 info read flags with the marks being sync'd to the backend.
16049
16050 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16051
16052 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16053
16054 * spam.el (spam-verify-bogofilter): Add new function.
16055 (spam-check-bogofilter)
16056 (spam-bogofilter-register-with-bogofilter): Use it.
16057 (spam-verify-bogofilter): Add small fixes.
16058
16059 2004-09-28 Simon Josefsson <jas@extundo.com>
16060
16061 * hashcash.el (hashcash-generate-payment): Revert.
16062
16063 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16064
16065 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16066 Use gnus-extract-references instead of gnus-split-references.
16067
16068 * gnus-util.el (gnus-extract-references): Add new function, analogous
16069 to gnus-split-references but extracts only the message-ID without
16070 anything extra.
16071
16072 * hashcash.el (hashcash-generate-payment)
16073 (hashcash-check-payment): Do the right thing if hashcash-path is
16074 nil (because the hashcash program could not be found).
16075
16076 * spam.el (spam-use-hashcash): Remove comment.
16077
16078 2004-09-27 Jesper Harder <harder@ifa.au.dk>
16079
16080 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16081 (gnus-cache-enter-article, gnus-cache-remove-article)
16082 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16083
16084 * gnus-async.el (gnus-async-prefetch-remove-group): do.
16085
16086 * gnus-art.el (article-hide-boring-headers)
16087 (article-translate-strings, article-display-face)
16088 (gnus-article-mime-match-handle-first)
16089 (gnus-article-highlight-headers)
16090 (gnus-article-add-buttons-to-head): do.
16091
16092 2004-09-27 Simon Josefsson <jas@extundo.com>
16093
16094 * hashcash.el: New version, from
16095 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
16096 ../contrib/.
16097
16098 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
16099
16100 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16101
16102 2004-09-26 Jesper Harder <harder@ifa.au.dk>
16103
16104 * gnus-dup.el (gnus-dup-open): Use mapc.
16105 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16106
16107 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16108 Reported by Stefan Wiens <s.wi@gmx.net>.
16109
16110 * gnus.el (gnus-shutdown): Use dolist.
16111
16112 * gnus-undo.el (gnus-undo): Use mapc.
16113
16114 * nnrss.el (nnrss-generate-active): do.
16115
16116 * message.el (message-cite-original-without-signature)
16117 (message-cite-original): Use mapc.
16118 (message-do-actions, message-make-forward-subject): Use dolist.
16119
16120 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
16121
16122 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16123 deletion to remove entire duplicate line. Fixes merged article
16124 number bug.
16125
16126 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
16127
16128 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16129 servers that are offline. Avoids having gnus-agent-toggle-plugged
16130 first ask if you want to open a server and then, even when you
16131 responded with no, asking if you want to synchronize the server's
16132 flags.
16133 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16134 multi-line expressions.
16135 (gnus-agent-synchronize-group-flags): New internal function.
16136 Updates marks in memory (in the info structure) AND in the
16137 backend.
16138
16139 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16140
16141 * nnagent.el (nnagent-request-set-mark):
16142 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16143 method, to ensure that synchronization updates marks in the
16144 backend and in the info (in memory) structure.
16145
16146 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
16147
16148 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16149 convention fully; don't miss the root article of a thread; make
16150 the X-Draft-From header with correct article numbers.
16151
16152 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
16153
16154 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16155 unless plugged. Disable the agent so that an open failure causes
16156 an error.
16157
16158 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16159 Revert 2004-09-21 change. The backend must be opened while
16160 synchronizing flags even when the backend stores the flags
16161 locally.
16162
16163 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
16164
16165 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16166 in `header' match. Reported by Svend Tollak Munkejord.
16167
16168 * message.el (message-cite-original): Fix use of
16169 `message-cite-articles-with-x-no-archive'.
16170
16171 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
16172
16173 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16174 (gnus-window-to-buffer): Ditto.
16175
16176 * mml.el (mml-preview-buffer): New variable.
16177 (mml-preview): Manage window layout with gnus-buffer-configuration.
16178
16179 * gnus-msg.el (gnus-setup-message): Put article numbers into the
16180 X-Draft-From header even if those articles aren't quoted.
16181
16182 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
16183
16184 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16185 (gnus-request-set-mark, gnus-request-update-mark): Use new
16186 g-s-t-u-l-m to decide to use backend even when unplugged.
16187
16188 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
16189
16190 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16191 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
16192
16193 2004-09-20 Simon Josefsson <jas@extundo.com>
16194
16195 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16196 "utf-16-le".
16197
16198 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
16199
16200 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16201
16202 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
16203
16204 * uudecode.el (uudecode-use-external): Add :version.
16205
16206 * smime.el (smime-CA-file, smime-encrypt-cipher)
16207 (smime-dns-server): Add :version.
16208
16209 * smiley.el (gnus-smiley-file-types): Add :version.
16210
16211 * sha1.el (sha1-use-external): Add :version.
16212
16213 * pgg-def.el (pgg-query-keyserver): Add :version.
16214
16215 * nnmail.el (nnmail-fancy-expiry-targets)
16216 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16217 Add :version.
16218
16219 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16220 (nnimap-retrieve-groups-asynchronous): Add :version.
16221 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
16222
16223 * mml.el (mml-content-disposition-parameters)
16224 (mml-insert-mime-headers-always): Add :version.
16225
16226 * mm-util.el (mm-coding-system-priorities): Add :version.
16227
16228 * mm-decode.el (mm-inline-text-html-with-images)
16229 (mm-keep-viewer-alive-types, mm-external-terminal-program)
16230 (mm-verify-option): Add :version.
16231 (mm-text-html-renderer): Change :version.
16232
16233 * message.el (message-fcc-externalize-attachments)
16234 (message-required-headers, message-draft-headers)
16235 (message-subject-trailing-was-query)
16236 (message-subject-trailing-was-ask-regexp)
16237 (message-subject-trailing-was-regexp, message-mark-insert-begin)
16238 (message-mark-insert-end, message-archive-header)
16239 (message-archive-note, message-cross-post-default)
16240 (message-cross-post-note, message-followup-to-note)
16241 (message-cross-post-note-function, message-use-mail-followup-to)
16242 (message-subscribed-address-functions)
16243 (message-subscribed-address-file, message-subscribed-addresses)
16244 (message-subscribed-regexps, message-allow-no-recipients)
16245 (message-yank-cited-prefix, message-signature-insert-empty-line)
16246 (message-hidden-headers, message-hierarchical-addresses)
16247 (message-mail-user-agent, message-use-idna)
16248 (message-valid-fqdn-regexp)
16249 (message-strip-special-text-properties, message-header-synonyms)
16250 (message-beginning-of-line, message-tab-body-function): Add :version.
16251 (message-insert-canlock, message-wide-reply-confirm-recipients):
16252 Change :version.
16253
16254 * mail-source.el (mail-source-ignore-errors): Add :group, :type
16255 and :version.
16256 (mail-source-delete-old-incoming-confirm)
16257 (mail-source-movemail-program): Add :version.
16258
16259 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16260 (gnus-agent-cache, gnus-agent): Change :version.
16261
16262 * gnus-util.el (gnus-use-byte-compile): Change :version.
16263
16264 * gnus-sum.el (gnus-summary-make-false-root-always)
16265 (gnus-summary-default-high-score)
16266 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16267 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16268 (gnus-read-all-available-headers, gnus-article-emulate-mime)
16269 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16270 (gnus-sum-thread-tree-single-indent)
16271 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16272 (gnus-sum-thread-tree-leaf-with-other)
16273 (gnus-sum-thread-tree-single-leaf): Add :version.
16274 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16275 (gnus-article-loose-mime): Change :version.
16276
16277 * gnus-start.el (gnus-backup-startup-file)
16278 (gnus-save-startup-file-via-temp-buffer): Add :version.
16279
16280 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16281 (gnus-server-offline-face): Add :version.
16282
16283 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16284
16285 * gnus-msg.el (gnus-gcc-externalize-attachments)
16286 (gnus-debug-files, gnus-debug-exclude-variables)
16287 (gnus-discouraged-post-methods): Change :version.
16288 (gnus-confirm-mail-reply-to-news)
16289 (gnus-confirm-treat-mail-like-news): Add :version.
16290
16291 * gnus-int.el (gnus-server-unopen-status): Add :version.
16292
16293 * gnus-group.el (gnus-group-jump-to-group-prompt)
16294 (gnus-large-ephemeral-newsgroup)
16295 (gnus-fetch-old-ephemeral-headers): Add :version.
16296
16297 * gnus-fun.el (gnus-x-face-directory)
16298 (gnus-convert-pbm-to-x-face-command)
16299 (gnus-convert-image-to-x-face-command)
16300 (gnus-convert-image-to-face-command): Add :version.
16301
16302 * gnus-delay.el (gnus-delay-default-hour): Add :version.
16303
16304 * gnus-cite.el (gnus-cite-blank-line-after-header)
16305 (gnus-article-boring-faces): Add :version.
16306
16307 * gnus-art.el (gnus-buttonized-mime-types)
16308 (gnus-inhibit-mime-unbuttonizing)
16309 (gnus-treat-display-face)
16310 (gnus-treat-body-boundary): Change :version.
16311 (gnus-body-boundary-delimiter, gnus-picon-databases)
16312 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16313 (gnus-treat-date-english, gnus-treat-fold-headers)
16314 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16315 (gnus-treat-mail-picon, gnus-treat-wash-html)
16316 (gnus-article-encrypt-protocol)
16317 (gnus-use-idna, gnus-article-over-scroll)
16318 (gnus-mime-display-multipart-alternative-as-mixed)
16319 (gnus-mime-display-multipart-related-as-mixed)
16320 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16321 (gnus-ctan-url, gnus-button-ctan-handler)
16322 (gnus-button-handle-ctan-bogus-regexp)
16323 (gnus-button-ctan-directory-regexp)
16324 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16325 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16326 (gnus-button-man-level, gnus-button-emacs-level)
16327 (gnus-button-message-level, gnus-button-browse-level): Add :version.
16328
16329 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16330 (gnus-agent-go-online): Change :version.
16331 (gnus-agent-expire-unagentized-dirs)
16332 (gnus-agent-auto-agentize-methods): Add :version.
16333
16334 * flow-fill.el (fill-flowed-display-column)
16335 (fill-flowed-encode-column): Add :version.
16336
16337 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16338 (gnus-outlook-deuglify-unwrap-max)
16339 (gnus-outlook-deuglify-cite-marks)
16340 (gnus-outlook-deuglify-unwrap-stop-chars)
16341 (gnus-outlook-deuglify-no-wrap-chars)
16342 (gnus-outlook-deuglify-attrib-cut-regexp)
16343 (gnus-outlook-deuglify-attrib-verb-regexp)
16344 (gnus-outlook-deuglify-attrib-end-regexp)
16345 (gnus-outlook-display-hook): Add :version.
16346
16347 * binhex.el (binhex-use-external): Add :version.
16348
16349 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
16350
16351 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16352 and `invisible'.
16353
16354 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
16355
16356 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16357 in gnus-registry-trim.
16358
16359 2004-09-13 Simon Josefsson <jas@extundo.com>
16360
16361 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16362
16363 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16364
16365 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16366 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16367 <yamaoka@jpl.org>.
16368 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16369 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16370 <yamaoka@jpl.org>.
16371
16372 * sieve.el (sieve-manage-mode): Ditto.
16373
16374 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
16375
16376 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16377
16378 2004-09-11 Simon Josefsson <jas@extundo.com>
16379
16380 * dns-mode.el: Add.
16381
16382 * mm-view.el (mm-display-dns-inline): Add.
16383
16384 * mm-decode.el (mm-inline-media-tests): Add text/dns.
16385 (mm-automatic-display): Ditto.
16386
16387 * mailcap.el (mailcap-mime-data): Add text/dns.
16388 (mailcap-mime-extensions): Map .soa to text/dns.
16389
16390 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
16391
16392 * gnus-art.el (article-decode-mime-words, article-babel)
16393 (gnus-article-highlight-signature, gnus-article-add-buttons)
16394 (gnus-signature-toggle): Remove unnecessary bindings of
16395 `inhibit-read-only' inherited from v5.10 merge.
16396
16397 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
16398
16399 * nntp.el (nntp): New customization group.
16400 (nntp-authinfo-file): Add customization group.
16401
16402 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16403
16404 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16405
16406 * gnus.el (to-address, to-list, subscribed)
16407 (large-newsgroup-initial): Ditto.
16408
16409 * flow-fill.el (fill-flowed-display-column)
16410 (fill-flowed-encode-column): Ditto.
16411
16412 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
16413
16414 * message.el (message-tokenize-header, message-send-mail-with-qmail):
16415 Use point-min rather than 1.
16416 (message-send-mail): Use buffer-size rather than point-max.
16417
16418 * gnus-sum.el (gnus-summary-search-article-forward):
16419 Signal a specific `search-failed' rather than a generic `error'.
16420
16421 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16422 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16423 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16424
16425 2004-09-10 Simon Josefsson <jas@extundo.com>
16426
16427 * nndb.el (require): Remove tcp and duplicate cl.
16428
16429 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
16430
16431 * gnus-agent.el (directory-files-and-attributes): Move forward.
16432
16433 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
16434
16435 * gnus-agent.el (directory-files-and-attributes):
16436 Optionally defined to support XEmacs.
16437
16438 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
16439
16440 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16441 to avoid run-time CL dependencies.
16442 (gnus-agent-unfetch-articles): New function.
16443 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16444 article numbers even when local .overview file is missing.
16445 (gnus-agent-read-article-number): New function. Only accepts
16446 27-bit article numbers.
16447 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16448 Use gnus-agent-read-article-number.
16449 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16450 from backend while recognizing that article numbers in .overview
16451 must be valid.
16452 (gnus-agent-update-files-total-fetched-for):
16453 Use directory-files-and-attributes to improve performance.
16454 * gnus-int.el (gnus-request-move-article):
16455 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16456 improve performance.
16457
16458 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16459 some users confused by references to .newsrc when they only have a
16460 .newsrc.eld file.
16461 (gnus-convert-mark-converter-prompt)
16462 (gnus-convert-converter-needs-prompt): Fix use of property list.
16463 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16464 New function. Used internally to only display 'gnus converting
16465 files' message when actually necessary.
16466
16467 * gnus-sum.el (): Remove (require 'gnus-agent) as required
16468 methods now autoloaded.
16469
16470 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
16471
16472 * gnus-sum.el (gnus-summary-insert-subject): Remove list
16473 identifiers.
16474
16475 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
16476
16477 * gnus-picon.el: Fix indentation and closing parenthesis.
16478
16479 2004-09-01 Simon Josefsson <jas@extundo.com>
16480
16481 * message.el (message-canlock-generate): Require sha1, not
16482 sha1-el. (Can we get rid of this require altogether? It is ugly
16483 to require within a function. Sadly, if sha1.el isn't loaded, the
16484 let binding in m-c-g will hide the defcustom definition, which is
16485 bad.)
16486
16487 * canlock.el: Require sha1, not sha1-el.
16488
16489 * message.el: Don't autoload sha1 (there is a autoload cookie in
16490 sha1.el).
16491
16492 * sha1-el.el: Rename to sha1.el.
16493
16494 2004-08-30 Juanma Barranquero <lektu@terra.es>
16495
16496 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16497
16498 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
16499
16500 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16501
16502 2004-08-30 Kim F. Storm <storm@cua.dk>
16503
16504 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16505
16506 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16507 Add :group 'nnimap.
16508
16509 2004-08-30 Andreas Schwab <schwab@suse.de>
16510
16511 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16512 ?* and ?\;.
16513
16514 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16515 and ?\' to symbol instead of whitespace.
16516
16517 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
16518
16519 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16520
16521 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16522 instead of re-search-forward.
16523
16524 * gnus-uu.el (gnus-uu-save-article): Ditto.
16525 (gnus-uu-post-encode-uuencode): Ditto.
16526
16527 * html2text.el (html2text-clean-list-items): Ditto.
16528 (html2text-clean-dtdd): Ditto.
16529 (html2text-format-tags): Ditto.
16530
16531 * message.el (message-send-mail-with-sendmail): Fix regexp.
16532 (message-fill-field-general): Use search-forward instead of
16533 re-search-forward.
16534 (unbold-region): Ditto.
16535
16536 * nnrss.el (nnrss-request-article): Ditto.
16537
16538 * nnslashdot.el (nnslashdot-request-article): Ditto.
16539
16540 * nnweb.el (nnweb-gmane-wash-article): Ditto.
16541
16542 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16543 "Unrecognized menu descriptor" error in XEmacs.
16544
16545 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
16546
16547 * gnus-sum.el (gnus-read-header): Don't remove a header for the
16548 parent article of a sparse article in the thread hashtb.
16549
16550 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
16551
16552 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16553 (nnmail-expand-newtext): Lowercase expanded entries if
16554 nnmail-split-lowercase-expanded is non-nil.
16555
16556 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
16557
16558 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16559
16560 * gnus-group.el (gnus-group-line-format-alist): Convert the value
16561 of gnus-tmp-news-method into string under XEmacs. It will be
16562 passed to gnus-correct-length which takes only a string argument.
16563
16564 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
16565
16566 * gnus-util.el (gnus-bind-print-variables): New macro.
16567 (gnus-prin1): Use it.
16568 (gnus-prin1-to-string): Use it.
16569 (gnus-pp): New function.
16570 (gnus-pp-to-string): New function.
16571
16572 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16573 Replace pp-to-string with gnus-pp-to-string.
16574 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16575 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16576 * gnus-msg.el (gnus-debug): Ditto.
16577 * gnus-score.el (gnus-score-save): Ditto.
16578 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16579 gnus-pp-to-string.
16580 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16581 with gnus-pp.
16582 * score-mode.el (gnus-score-pretty-print): Ditto.
16583 * webmail.el (webmail-debug): Ditto.
16584
16585 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
16586
16587 * gnus-art.el (article-display-face, article-display-x-face):
16588 Use buffer-read-only.
16589
16590 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
16591
16592 * gnus-art.el (article-hide-list-identifiers):
16593 Bind inhibit-read-only as t.
16594
16595 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
16596
16597 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16598
16599 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16600
16601 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16602 (gnus-narrow-to-page): Don't assume point-min == 1.
16603 (gnus-article-edit-mode): Derive from message-mode.
16604
16605 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16606 point-min == 1.
16607
16608 * imap.el (imap-parse-address-list, imap-parse-body-ext):
16609 Disable incorrect use of `assert'.
16610
16611 * message.el (message-mode): Set comment-start-skip.
16612
16613 2004-08-22 Sam Steingold <sds@gnu.org>
16614
16615 * pop3.el (pop3-leave-mail-on-server): New user variable.
16616 (pop3-movemail): Delete mail only when it is nil.
16617
16618 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
16619
16620 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16621
16622 * mml.el (mml-preview): Use `pop-to-buffer'.
16623
16624 * message.el (message-goto-mail-followup-to): Insert after "To".
16625 (message-carefully-insert-headers): Add comment.
16626
16627 * gnus.el: Remove unused variable `gnus-article-check-size'.
16628
16629 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16630
16631 * gnus-art.el (gnus-button-alist):
16632 Improve `gnus-button-handle-library' entry.
16633
16634 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
16635
16636 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16637 Use downcase, since XEmacs capitalizes error messages differently.
16638
16639 2004-08-18 Jesper Harder <harder@ifa.au.dk>
16640
16641 * nntp.el: Add (require 'gnus) due to reference to
16642 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
16643
16644 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
16645
16646 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16647 Bind `mm-fill-flowed'.
16648
16649 * mm-decode.el (mm-dissect-singlepart): Check it.
16650
16651 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
16652
16653 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16654 'imap' for netrc parsing.
16655
16656 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
16657
16658 * mailcap.el (mailcap-mime-data): Mark as risky.
16659
16660 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
16661
16662 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16663 may be included in the encoded word.
16664 (rfc2047-encode): Don't append a space if the encoded word
16665 includes close parenthesis.
16666
16667 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
16668
16669 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16670 of text within parentheses.
16671
16672 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
16673
16674 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16675 (gnus-encrypt-write-file-contents): Make the password key the file
16676 name PLUS the cipher, not just the cipher. Also remove failed
16677 passwords from the cache.
16678
16679 2004-08-06 Simon Josefsson <jas@extundo.com>
16680
16681 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16682 Doc fix.
16683
16684 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
16685
16686 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16687 LWSP.
16688
16689 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
16690
16691 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16692 Try to append in-reply-to: data to the references: header.
16693
16694 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16695 (netrc-parse): Use gnus-encrypt.el functions.
16696
16697 * gnus-encrypt.el: Add new file for encryption support; currently
16698 does only a few GPG ciphers and an internal XOR cipher.
16699
16700 * password.el: Add comments on using password-read-and-add.
16701 (password-read-and-add): Add function to read and add the
16702 password to the cache at once.
16703
16704 2004-07-28 Simon Josefsson <jas@extundo.com>
16705
16706 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16707 parameter (but don't use it, for now).
16708
16709 * imap.el (imap-ssl-open): Use imap-process-connection-type,
16710 instead of hard coding to nil.
16711
16712 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16713
16714 * mm-view.el (mm-inline-image-emacs): Open lines under an image
16715 as mm-inline-image-xemacs does.
16716
16717 2004-07-26 Simon Josefsson <jas@extundo.com>
16718
16719 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16720 Revert part of 2004-07-17 change below.
16721
16722 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
16723
16724 * rfc2047.el (rfc2047-encode-region): Don't infloop.
16725 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16726
16727 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
16728
16729 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16730 quotes that actually start with ">" at the beginning of the
16731 lines.
16732
16733 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
16734
16735 * rfc2047.el (rfc2047-encode-region): Fix last change.
16736 (rfc2047-encode-parameter): Remove useless concat.
16737
16738 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
16739
16740 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16741 encode special characters; fix some kind of misconfigured headers;
16742 signal a real error if debug-on-quit or debug-on-error is non-nil.
16743 (rfc2047-encode-max-chars): New variable.
16744 (rfc2047-encode-1): Use it.
16745 (rfc2047-encode-parameter): New function.
16746
16747 * mml.el (mml-insert-parameter): Remove an excessive space.
16748
16749 2004-07-17 Simon Josefsson <jas@extundo.com>
16750
16751 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16752 Kai Grossjohann <kai@emptydomain.de>.
16753 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16754 (gnus-group-make-menu-bar): Ditto.
16755
16756 * gnus-util.el (gnus-group-server): Add.
16757
16758 2004-07-16 Jesper Harder <harder@ifa.au.dk>
16759
16760 * message.el (message-clone-locals): Clone sendmail and smtp
16761 variables.
16762
16763 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
16764
16765 * rfc2047.el (rfc2047-encode-region): Fix last change.
16766
16767 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
16768
16769 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16770 characters as non-special.
16771
16772 2004-07-09 Simon Josefsson <jas@extundo.com>
16773
16774 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16775 Users will lose all flag changes made while unplugged with
16776 e.g. nntp unless flag synchronization happens, thus `nil' is not a
16777 good default. See numerous reports on ding mailing list.
16778
16779 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
16780
16781 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16782 add generate-head-function and generate-article-function to the
16783 rfc822-forward entry.
16784 (nndoc-rfc822-forward-generate-article): New function.
16785 (nndoc-rfc822-forward-generate-head): New function.
16786
16787 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16788
16789 2004-07-06 Dan Christensen <jdc@uwo.ca>
16790
16791 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16792 respect display group parameter and gnus-summary-expunge-below.
16793 (gnus-articles-to-read): Remove unused reference to display group
16794 parameter.
16795
16796 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16797
16798 * nnheader.el (nnheader-uniquify-message-id): New experimental
16799 variable.
16800 (nnheader-nov-read-message-id): Use it.
16801
16802 * spam-report.el (spam-report-gmane): Add interactive.
16803
16804 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
16805
16806 * mm-encode.el (mm-content-transfer-encoding-defaults):
16807 Use qp-or-base64 for the application/* types.
16808
16809 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
16810
16811 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16812
16813 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
16814
16815 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16816 trim value.
16817
16818 2004-01-25 Paul Jarc <prj@po.cwru.edu>
16819
16820 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16821 New macro and function.
16822 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16823
16824 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16825
16826 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16827 after-load-alist.
16828
16829 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16830
16831 * gnus-group.el (gnus-group-get-new-news-this-group):
16832 Don't update info that isn't there.
16833
16834 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
16835
16836 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16837 entry.
16838
16839 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16840
16841 * mm-view.el (mm-inline-render-with-function): Use multibyte
16842 buffer; decode html source by charset.
16843
16844 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16845
16846 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16847 Mule-UCS is loaded under XEmacs.
16848 (mm-mime-mule-charset-alist): Avoid duplicated entries.
16849
16850 2004-06-28 Jesper Harder <harder@ifa.au.dk>
16851
16852 * nnheader.el (nnheader-max-head-length): Increase to 8192.
16853
16854 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
16855
16856 * mm-util.el (mm-coding-system-p): Return a coding-system.
16857 (mm-mime-mule-charset-alist): Use shift_jis instead of
16858 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16859 entries for the mime charsets iso-2022-jp-3 and shift_jis.
16860 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16861 instead of japanese-shift-jis and iso-latin-1 respectively in
16862 order to share the default value with both Emacs and XEmacs-mule.
16863 (mm-mule-charset-to-mime-charset):
16864 Make mm-coding-system-priorities effective.
16865 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16866 while predicating of candidates upon the priorities.
16867
16868 2004-06-27 Jesper Harder <harder@ifa.au.dk>
16869
16870 * gnus-sum.el (gnus-summary-make-menu-bar):
16871 Add gnus-uu-invert-processable.
16872
16873 * gnus.el: Autoload gnus-uu-invert-processable.
16874
16875 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
16876
16877 * mm-util.el (mm-with-multibyte-buffer): New macro.
16878
16879 * rfc2047.el (rfc2047-encode-string): Use it.
16880 (rfc2047-encode-region): Move point to the end of the region after
16881 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16882
16883 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
16884
16885 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16886 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16887
16888 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
16889
16890 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16891 (gnus-cite-parse): Ignore quoted envelope From_.
16892 Suggested by Karl Chen <quarl@nospam.quarl.org>.
16893
16894 2004-06-23 Jesper Harder <harder@ifa.au.dk>
16895
16896 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16897 invalid addresses.
16898
16899 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
16900
16901 * spam.el: Change section markers, revise TODO list.
16902 (spam-backends): Make new master list of all installed backends.
16903 (spam-summary-exit-behavior): Add new variable to determine how
16904 messages moves are done at summary exit.
16905 (spam-move-spam-nonspam-groups-only)
16906 (spam-process-ham-in-nonham-groups)
16907 (spam-process-ham-in-spam-groups): Remove variables, the
16908 spam-summary-exit-behavior variable should be used to manage this
16909 behavior.
16910 (spam-old-ham-articles, spam-old-spam-articles): Remove.
16911 (spam-old-articles): Add variable, replacing spam-old-ham-articles
16912 and spam-old-spam-articles.
16913 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16914 Add empty variables, placeholders for the backends they represent.
16915 (spam-set-difference): Move, unchanged.
16916 (spam-list-of-processors): Declare OBSOLETE, not used anymore
16917 unless the user has a processor variable.
16918 (spam-classifications, spam-classification-valid-p)
16919 (spam-backend-properties, spam-backend-property-valid-p)
16920 (spam-backend-function-type-valid-p)
16921 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16922 (spam-report-articles-gmane, spam-report-articles-resend):
16923 Remove functions, they are not needed.
16924 (spam-install-backend-super, spam-backend-list)
16925 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16926 (spam-backend-function, spam-backend-ham-registration-function)
16927 (spam-backend-spam-registration-function)
16928 (spam-backend-ham-unregistration-function)
16929 (spam-backend-spam-unregistration-function)
16930 (spam-backend-statistical-p, spam-backend-mover-p)
16931 (spam-install-backend-alias, spam-install-checkonly-backend)
16932 (spam-install-mover-backend, spam-install-nocheck-backend)
16933 (spam-install-backend, spam-install-statistical-backend)
16934 (spam-install-statistical-checkonly-backend): Add backend installation
16935 support.
16936 (spam-summary-prepare-exit): Rewrite to use the new backend code.
16937 (spam-group-processor-p): Use the new backend code and respect the
16938 summary exit behavior.
16939 (spam-mark-spam-as-expired-and-move-routine): Remove.
16940 (spam-summary-prepare): Change to use the new spam-old-articles
16941 variable.
16942 (spam-copy-or-move-routine, spam-copy-spam-routine)
16943 (spam-move-spam-routine, spam-copy-ham-routine)
16944 (spam-move-ham-routine): Add code to copy/move ham or spam.
16945 (spam-fetch-field-fast): Improve doc and code, plus allow the
16946 'number request.
16947 (spam-list-of-checks, spam-list-of-statistical-checks):
16948 Remove variables.
16949 (spam-split, spam-find-spam): Use the new backend code.
16950 (spam-registration-functions): Remove variable.
16951 (spam-unregister-routine): Add convenience wrapper.
16952 (spam-log-undo-registration, spam-register-routine)
16953 (spam-log-processing-to-registry)
16954 (spam-log-unregistration-needed-p): Rename "check" to "backend"
16955 where possible.
16956 (spam-check-gmane-xref, spam-check-regex-headers)
16957 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16958 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16959 (spam-check-bogofilter-headers, spam-check-spamoracle)
16960 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16961 (spam-check-crm114-headers): Use the spam-split-group that
16962 spam-split prepares, no need to determine it every time.
16963
16964 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16965 to the nnheader-parse-naked-head call.
16966
16967 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16968
16969 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16970 the nnheader-nov-read-message-id call.
16971
16972 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
16973
16974 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16975 gnus-activate-group twice. Suggested by Markus Peter
16976 <warp@spin.de>.
16977
16978 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
16979
16980 * gnus-art.el (gnus-article-time-format): Exchange the order of
16981 day and month in the default value; fix customization type.
16982 (article-date-ut): Use add-text-properties.
16983 (article-make-date-line): Use message-make-date instead of
16984 current-time-string.
16985
16986 * message.el (message-fetch-field): Don't use set-text-properties.
16987 (message-make-date): Simplify.
16988
16989 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
16990
16991 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16992 (rfc2047-encode-region): Treat text within parentheses as special;
16993 show the original text when error has occurred.
16994
16995 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16996 already-computed method to gnus-activate-group.
16997
16998 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16999 same select-methods identical Lisp objects.
17000
17001 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17002 object when modifying the info.
17003
17004 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
17005
17006 * gnus-srvr.el (gnus-server-set-info): Remove the server from
17007 gnus-opened-servers since it has never been opened with the new
17008 configuration yet.
17009
17010 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
17011
17012 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17013 arg to nnheader-generate-fake-message-id.
17014
17015 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
17016
17017 * nnheader.el (nnheader-generate-fake-message-id): Accept a
17018 number and build a fake message ID localized to a group and
17019 article number (so it's repeatable from that point on).
17020 (nnheader-fake-message-id-p): Change regex to accommodate new fake
17021 ID format.
17022
17023 * gnus-sum.el (gnus-get-newsgroup-headers):
17024 Call nnheader-generate-fake-message-id with the article number.
17025
17026 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
17027
17028 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17029 end-of-buffer.
17030
17031 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17032
17033 * message.el (message-ignored-supersedes-headers): Add Approved.
17034
17035 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
17036
17037 * rfc2047.el (rfc2047-encode-message-header): Remove useless
17038 goto-char.
17039 (rfc2047-encode): Fold the line before encoding.
17040
17041 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
17042
17043 * rfc2047.el (rfc2047-encode-message-header): Disabled header
17044 folding -- not all headers can be folded, and this should be done
17045 by the message composition mode. Probably. I think.
17046
17047 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
17048
17049 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17050 fast.
17051
17052 * gnus-ems.el (gnus-remove-image): Don't use
17053 message-text-with-property; remove only the image found first.
17054
17055 2004-06-09 Jesper Harder <harder@ifa.au.dk>
17056
17057 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17058
17059 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
17060
17061 * message.el (message-text-with-property): Make it fast and accept
17062 optional arguments.
17063 (message-strip-forbidden-properties): Use it.
17064 (message-fix-before-sending): Follow the m-t-w-p change.
17065
17066 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17067
17068 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
17069
17070 * gnus-art.el (article-hide-headers): Don't change the buffer
17071 mistakenly when performing mml-preview even if
17072 gnus-single-article-buffer is nil.
17073
17074 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
17075
17076 * message.el (message-expand-name-databases): New user option.
17077 (message-expand-name): Use it.
17078
17079 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
17080
17081 * spam.el (spam-report-articles-resend)
17082 (spam-report-resend-register-routine): Allow ham reporting.
17083 (spam-report-resend-register-ham-routine): Add wrapper.
17084 (spam-registration-functions): Add ham resending functions.
17085 (spam-list-of-processors): Add ham resend processor.
17086
17087 * gnus.el (ham-resend-to): Add new group parameter.
17088 (spam-process): Add ham resend option.
17089
17090 * spam-report.el (spam-report-resend): Allow reporting ham.
17091 (spam-report-resend-ham): Add wrapper.
17092
17093 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
17094
17095 * message.el (message-cite-articles-with-x-no-archive):
17096 New variable.
17097 (message-cite-original): Use it.
17098
17099 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17100
17101 * message.el (message-cite-original): Respect X-No-Archive.
17102
17103 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
17104
17105 * gnus-art.el (article-hide-headers): Refer to the values for
17106 gnus-ignored-headers and gnus-visible-headers in the summary
17107 buffer since a user may have set them as group parameters.
17108
17109 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
17110
17111 * assistant.el (assistant-node-name): Add convenience function.
17112 (assistant-render-text, assistant-render-node): Add error handling,
17113 plus handle multiple next nodes.
17114 (assistant-find-next-node): Comment out for now.
17115 (assistant-find-next-nodes): Add function, returns list of next
17116 nodes.
17117
17118 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
17119
17120 * mail-source.el (mail-source-directory): Fix doc-string.
17121
17122 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
17123
17124 * assistant.el (assistant-render-text, assistant-eval): Add :set
17125 widget type, which is different because it takes and returns a
17126 list. Much hilarity ensues.
17127
17128 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
17129
17130 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17131
17132 * gnus-group.el (gnus-group-get-new-news-this-group):
17133 Add doc-string.
17134
17135 * gnus-start.el (gnus-activate-group): Add doc-string.
17136
17137 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
17138
17139 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17140
17141 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
17142
17143 * assistant.el (assistant-render-text): Try to add a :set
17144 widget, more to come.
17145
17146 * spam.el (spam-group-spam-contents-p): Handle empty groupname
17147 strings.
17148 (spam-report-articles-resend)
17149 (spam-register-routine): Do registration iff any articles warrant
17150 it.
17151 (spam-summary-prepare-exit): Change log message for nil group
17152 destinations.
17153
17154 2004-05-27 Daniel Pittman <daniel@rimspace.net>
17155
17156 * spam.el (spam-report-resend-register-routine):
17157 Allow spam-report-resend-to to be a group parameter or a global value.
17158
17159 2004-05-26 Simon Josefsson <jas@extundo.com>
17160
17161 * starttls.el: Merge with my GNUTLS based starttls.el.
17162 (starttls-gnutls-program, starttls-use-gnutls)
17163 (starttls-extra-arguments, starttls-process-connection-type)
17164 (starttls-connect, starttls-failure, starttls-success):
17165 New variables.
17166 (starttls-program, starttls-extra-args): Doc fix.
17167 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17168 New functions.
17169 (starttls-negotiate, starttls-open-stream):
17170 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17171 function if it is set.
17172
17173 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
17174
17175 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17176 structured fields.
17177
17178 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
17179
17180 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17181
17182 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
17183
17184 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17185 Add variable.
17186 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
17187 assigning the spam-mark to new messages.
17188
17189 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
17190
17191 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17192
17193 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
17194
17195 * rfc2047.el (rfc2047-encodable-p): Don't move point.
17196 (rfc2047-decode): Treat the ascii coding-system as raw-text by
17197 default.
17198
17199 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
17200
17201 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17202 correct data.
17203
17204 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
17205
17206 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17207 (spam-group-processor-p): Fix function.
17208 (spam-group-processor-multiple-p)
17209 (spam-group-spam-processor-report-gmane-p)
17210 (spam-group-spam-processor-report-resend-p)
17211 (spam-group-spam-processor-bogofilter-p)
17212 (spam-group-spam-processor-blacklist-p)
17213 (spam-group-spam-processor-ifile-p)
17214 (spam-group-ham-processor-ifile-p)
17215 (spam-group-spam-processor-spamoracle-p)
17216 (spam-group-spam-processor-crm114-p)
17217 (spam-group-ham-processor-bogofilter-p)
17218 (spam-group-spam-processor-stat-p)
17219 (spam-group-ham-processor-stat-p)
17220 (spam-group-ham-processor-whitelist-p)
17221 (spam-group-ham-processor-BBDB-p)
17222 (spam-group-ham-processor-spamoracle-p)
17223 (spam-group-ham-processor-copy-p): Remove functions with some
17224 prejudice against unneeded code.
17225 (spam-report-articles-resend)
17226 (spam-report-resend-register-routine): Allow the group/topic
17227 spam-resend-to value to override spam-report-resend-to.
17228 (spam-summary-prepare-exit): Invoke spam-group-processor-p
17229 properly now.
17230
17231 * gnus.el (spam-resend-to): Add group/topic parameter.
17232 (spam-process): Move the OBSOLETE processors to the end of the
17233 choices.
17234
17235 2004-05-24 Daniel Pittman <daniel@rimspace.net>
17236
17237 * spam-report.el (spam-report-resend-to, spam-report-resend):
17238 Start with resend-to set to nil, and then ask the user if necessary.
17239 (spam-report-resend): spam-report-resend takes a list of articles, not
17240 separate article numbers.
17241
17242 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
17243
17244 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17245 addition to emacs-w3m.
17246
17247 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17248
17249 * assistant.el (assistant-authinfo-data): New function.
17250 (assistant-eval): Eval for entire assistant.
17251
17252 * netrc.el (netrc-services-file): New variable.
17253 (netrc-parse-services): New function.
17254 (netrc-find-service-name): New function.
17255 (netrc-find-service-number): New function.
17256 (netrc-port-equal): New function.
17257 (netrc-machine): Use it.
17258
17259 * nnimap.el (nnimap-open-connection): Use netrc.
17260
17261 * gnus-util.el (gnus-netrc-get): Remove aliases.
17262
17263 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17264
17265 * assistant.el (wid-edit): Fix compilation.
17266
17267 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17268
17269 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
17270
17271 * gnus-util.el (gnus-set-file-modes): New function. (small
17272 patch).
17273
17274 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17275
17276 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17277
17278 * assistant.el (assistant-render-node): Fix up rendering and
17279 read-only text.
17280 (assistant-render-node): Reset.
17281 (assistant-make-read-only): Not sticky.
17282
17283 2004-05-20 Danny Siu <dsiu@adobe.com>
17284
17285 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17286 centered even when gnus-auto-center-summary is t
17287
17288 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17289
17290 * dns.el (dns-get-txt-answer): New function.
17291 (dns-read-txt): Ditto.
17292 (query-dns): Use it.
17293
17294 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
17295
17296 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17297 active for foreign groups even if the group level is higher than
17298 the specified value.
17299
17300 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17301
17302 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17303 non-active groups.
17304
17305 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17306
17307 2004-05-20 Magnus Henoch <mange@freemail.hu>
17308
17309 * dns.el (dns-read-type): Add support for SVR. (small patch)
17310
17311 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
17312
17313 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17314 (spam-crm114-header, spam-crm114-spam-switch)
17315 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17316 (spam-crm114-positive-spam-header)
17317 (spam-crm114-database-directory, spam-list-of-processors)
17318 (spam-group-spam-processor-crm114-p)
17319 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17320 (spam-generic-score, spam-list-of-checks)
17321 (spam-list-of-statistical-checks, spam-registration-functions)
17322 (spam-check-crm114-headers, spam-crm114-score)
17323 (spam-check-crm114, spam-crm114-register-with-crm114)
17324 (spam-crm114-register-spam-routine)
17325 (spam-crm114-unregister-spam-routine)
17326 (spam-crm114-register-ham-routine)
17327 (spam-crm114-unregister-ham-routine): Add CRM114 support.
17328 From asjo@koldfront.dk (Adam Sjøgren).
17329
17330 * gnus.el: Add spam-use-crm114.
17331
17332 * spam.el (spam-list-of-processors, spam-registration-functions):
17333 Add spam-use-resend.
17334 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17335 (spam-report-articles-gmane): Add doc fix.
17336 (spam-report-articles-resend, spam-report-resend-register-routine):
17337 Add wrappers around spam-report-resend-to.
17338
17339 * spam-report.el (spam-report-resend-to, spam-report-resend):
17340 Add support for resending spam.
17341 (spam-report-gmane): Fix line length >80.
17342
17343 * gnus.el (spam-process): Add spam-use-resend.
17344
17345 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17346
17347 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17348 number of processed spam messages.
17349 (spam-ham-copy-or-move-routine): Return the number of processed
17350 ham messages.
17351 (spam-summary-prepare-exit): Use the above values to decide
17352 whether status messages shouled be displayed.
17353
17354 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
17355
17356 * rfc2047.el (rfc2047-encode-function-alist): Rename from
17357 `rfc2047-encoding-function-alist' in order to avoid conflicting
17358 with the old version.
17359 (rfc2047-encode-region): Concatenate words containing non-ASCII
17360 characters in structured fields; don't encode space-delimited
17361 ASCII words even in unstructured fields; don't break words at
17362 char-category boundaries.
17363 (rfc2047-encode-1): New function.
17364 (rfc2047-encode): Use it; encode text so that it occupies the
17365 maximum width within 76-column; work correctly on Q encoding for
17366 iso-2022-* charsets.
17367 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17368 sure not to break a line just after the header name.
17369 (rfc2047-b-encode-region): Remove.
17370 (rfc2047-b-encode-string): New function.
17371 (rfc2047-q-encode-region): Remove.
17372 (rfc2047-q-encode-string): New function.
17373
17374 * mm-util.el (mm-replace-in-string): New function.
17375
17376 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
17377
17378 * gnus-msg.el (gnus-inews-make-draft-meta-information):
17379 Really get it right.
17380 (gnus-inews-make-draft): Really.
17381
17382 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
17383
17384 * nnmh.el (nnmh-request-list-1): Don't check the link count
17385 before descending. (small patch)
17386
17387 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17388
17389 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17390 stuff.
17391
17392 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17393 Match on real group name.
17394
17395 * gnus-art.el (gnus-signature-limit): Doc fix.
17396
17397 * gnus-msg.el (gnus-inews-make-draft): Quote list.
17398
17399 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17400
17401 * gnus-draft.el (gnus-draft-send):
17402 Bind rfc2047-encode-encoded-words.
17403
17404 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17405 (rfc2047-encodable-p): Say that =? needs encoding.
17406 (rfc2047-encode-encoded-words): New variable.
17407
17408 * gnus-group.el (gnus-group-select-group): Doc fix.
17409
17410 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17411
17412 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17413 to nil.
17414
17415 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17416
17417 * nnheader.el (nnheader-get-lines-and-char): New function.
17418
17419 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
17420
17421 * gnus-msg.el (gnus-summary-followup-with-original):
17422 Document yanking of region when active.
17423
17424 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
17425
17426 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17427 groups if the group level is higher than the specified value.
17428
17429 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17430
17431 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17432 (gnus-group-jump-to-group): Add prefix argument using
17433 `gnus-group-jump-to-group-prompt'. Query before jumping to
17434 non-active group.
17435
17436 * compface.el (uncompface): Be verbose when changing
17437 `uncompface-use-external'.
17438
17439 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17440 handle manual section.
17441
17442 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17443
17444 * gnus-art.el (gnus-button-alist): Revert previous change.
17445
17446 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17447
17448 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17449
17450 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17451
17452 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17453 whether backend can accept message.
17454
17455 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17456
17457 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
17458
17459 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17460 Avoid creating directory when nntp-marks-is-evil is true.
17461 Reported by Reiner Steib.
17462
17463 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17464
17465 * gnus-picon.el (gnus-picon-style): New variable.
17466 (gnus-picon-insert-glyph): Add optional `nostring' argument.
17467 (gnus-picon-transform-address): Support `gnus-picon-style'.
17468 From Jesper Harder <harder@ifa.au.dk>.
17469
17470 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17471
17472 * message.el (message-fill-field): Return point.
17473 (message-generate-headers): Go to end of field.
17474
17475 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17476 stuff for non-living groups.
17477
17478 2004-05-18 Jesper Harder <harder@ifa.au.dk>
17479
17480 * gnus-art.el (gnus-article-followup-with-original)
17481 (gnus-article-reply-with-original): gnus-mark-active-p ->
17482 gnus-region-active-p.
17483
17484 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
17485
17486 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17487 only when there is spam or ham to be processed.
17488
17489 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17490
17491 * mail-source.el (mail-source-delete-crash-box): Refactor.
17492 (mail-source-fetch): Use it.
17493 (mail-source-fetch-file): Ditto.
17494 (mail-source-fetch-directory): Run postscript in loop.
17495 (mail-source-fetch-pop): Delete.
17496 (mail-source-fetch-maildir): Ditto.
17497 (mail-source-fetch-imap): Ditto.
17498
17499 * imap.el (imap-authenticators): Comment out sasl.
17500
17501 * message.el (message-skip-to-next-address): New function.
17502 (message-fill-header-address): Refactor.
17503 (message-fill-address): Use it.
17504 (message-delete-address): Use it.
17505 (message-fill-header-general): Refactor.
17506 (message-fill-field-address): Rename.
17507 (message-narrow-to-field): Find the start of the header.
17508 (message-header-format-alist): Don't pre-fill.
17509 (message-fill-header): Remove.
17510 (message-insert-header): New function.
17511 (message-shorten-references): Use it.
17512
17513 * rfc2047.el (rfc2047-field-value): Strip props.
17514
17515 * mail-parse.el (mail-header-make-address): New alias.
17516
17517 * ietf-drums.el (ietf-drums-make-address): New function.
17518
17519 * imap.el: Add compiler directives.
17520
17521 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17522
17523 * gnus-art.el (article-decode-idna-rhs): Don't use
17524 message-idna-inside-rhs-p.
17525
17526 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17527
17528 * message.el (message-idna-inside-rhs-p): Remove.
17529 (message-idna-to-ascii-rhs-1): Use proper address parsing.
17530
17531 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17532 false positives.
17533
17534 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17535
17536 * imap.el (imap-sasl-make-mechanisms): Use sasl.
17537
17538 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17539
17540 * nneething.el (nneething-file-name): Don't create spurious
17541 files.
17542
17543 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17544 (gnus-inews-do-gcc): Remove sleep.
17545
17546 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17547 part under point.
17548
17549 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17550 (gnus-agent-regenerate-group): Using nil messages aren't valid.
17551
17552 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
17553
17554 * spam.el (spam-summary-prepare-exit): Fix (length).
17555
17556 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
17557
17558 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17559 as expired without moving it" message when there are spam
17560 messages left.
17561
17562 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
17563
17564 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17565 header is not nil.
17566
17567 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
17568
17569 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17570 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17571 (nntp-marks-changed-p): New arg SERVER.
17572 (nntp-request-update-info): Adjust caller.
17573
17574 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
17575
17576 * nntp.el (nntp-save-marks): Pass missing arg.
17577
17578 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
17579
17580 * nntp.el: Support marks.
17581 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17582 (nntp-marks-modtime, nntp-marks-directory): New variables.
17583 (nntp-request-set-mark, nntp-request-update-info)
17584 (nntp-possibly-create-directory, nntp-marks-changed-p)
17585 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17586 New functions.
17587
17588 2004-05-12 Jesper Harder <harder@ifa.au.dk>
17589
17590 * gnus-score.el (gnus-score-insert-help):
17591 Use gnus-select-lowest-window.
17592
17593 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17594 appt-select-lowest-window and rename to gnus-select-lowest-window.
17595
17596 * gnus.el: do.
17597
17598 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17599
17600 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17601 encodings of MIME-encoded words, in order to improve
17602 interoperability with several broken MUAs.
17603
17604 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17605
17606 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17607 tags, only when charsets are not specified in headers.
17608 (mm-inline-text-html-render-with-w3m): Ditto.
17609
17610 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17611
17612 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17613 instead of MIME-decoded from fields when checking
17614 `gnus-article-address-banner-alist'.
17615
17616 2004-05-03 Jesper Harder <harder@ifa.au.dk>
17617
17618 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17619 description rather than subject.
17620
17621 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17622
17623 * gnus.el (gnus-version-number): Bump.
17624
17625 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17626
17627 * gnus.el: No Gnus v0.2 is released.
17628
17629 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17630
17631 * gnus-agent.el (gnus-agent-read-agentview):
17632 Inline gnus-uncompress-range.
17633
17634 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17635
17636 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17637 `exec-installed-p'.
17638
17639 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17640
17641 * gnus.el (spam-process, spam-autodetect-methods):
17642 Add bsfilter and bsfilter-headers.
17643
17644 * spam.el (spam-bsfilter): New customize group.
17645 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17646 (spam-bsfilter-header, spam-bsfilter-probability-header)
17647 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17648 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17649 (spam-bsfilter-database-directory): New options.
17650 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17651 (spam-list-of-statistical-checks, spam-registration-functions):
17652 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17653 (spam-bsfilter-score): New command.
17654 (spam-check-bsfilter-headers, spam-check-bsfilter)
17655 (spam-bsfilter-register-with-bsfilter)
17656 (spam-bsfilter-register-spam-routine)
17657 (spam-bsfilter-unregister-spam-routine)
17658 (spam-bsfilter-register-ham-routine)
17659 (spam-bsfilter-unregister-ham-routine): New functions.
17660 (spam-generic-score): Support bsfilter; Accept an optional argument
17661 to recalcurate spam score even if scoring header has already been
17662 added.
17663 (spam-bogofilter-score, spam-spamassassin-score): Accept an
17664 optional argument to recalcurate spam score even if scoring header
17665 has already been added.
17666
17667 2004-04-29 Jesper Harder <harder@ifa.au.dk>
17668
17669 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17670 strings! Reported by David D. Smith <davidsmith@acm.org>.
17671 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17672 link is missing.
17673
17674 2004-04-28 Jesper Harder <harder@ifa.au.dk>
17675
17676 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17677 (html2text-get-attr): Rewrite.
17678
17679 * message.el (message-setup-1): Remove redundant put-text-property
17680 on mail-header-separator.
17681
17682 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
17683
17684 * gnus-registry.el (gnus-registry-cache-whitespace)
17685 (gnus-registry-action, gnus-registry-spool-action)
17686 (gnus-registry-split-fancy-with-parent): Change message levels
17687 from 5 to 3 or 7, as needed.
17688
17689 * spam.el (spam-summary-prepare-exit)
17690 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17691 (spam-split, spam-find-spam, spam-log-undo-registration)
17692 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17693 level from 5 to 6.
17694
17695 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
17696
17697 * gnus-ems.el: Autoload appt-select-lowest-window (revert
17698 2004-03-04 change).
17699
17700 2004-04-25 Jesper Harder <harder@ifa.au.dk>
17701
17702 * sieve-manage.el (sieve-manage-open):
17703 * nnweb.el (nnweb-insert-html):
17704 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17705 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17706 * nnspool.el (nnspool-request-group):
17707 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17708 * nnml.el (nnml-request-update-info):
17709 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17710 (nnmh-request-create-group, nnmh-update-gnus-unreads):
17711 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17712 (nnimap-request-set-mark):
17713 * nnfolder.el (nnfolder-request-update-info):
17714 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17715 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17716 * gnus-uu.el (gnus-uu-find-articles-matching):
17717 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17718 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17719 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17720 * gnus-nocem.el (gnus-nocem-scan-groups):
17721 * gnus-int.el (gnus-start-news-server):
17722 * gnus-group.el (gnus-group-make-kiboze-group)
17723 (gnus-group-browse-foreign-server):
17724 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17725 Use mapc when appropriate.
17726
17727 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
17728
17729 FIXME: Make separate entries for each person.
17730
17731 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17732 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17733 <shields@msrl.com>:
17734
17735 * spam.el (spam-necessary-extra-headers): Get the extra headers we
17736 may need for spam sorting and scoring.
17737 (spam-user-format-function-S): Add user format function suitable for
17738 general use.
17739 (spam-article-sort-by-spam-status): Add sorting function for summary
17740 sorting.
17741 (spam-extra-header-to-number): Add function to get a score from a
17742 header.
17743 (spam-summary-score): Add function to get a numeric score from the
17744 headers.
17745 (spam-generic-score): Fix function doc, was in wrong place.
17746 (spam-initialize): Take symbols when it's run, and install the
17747 extra headers that spam-necessary-extra-headers thinks we need.
17748
17749 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
17750
17751 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17752 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
17753
17754 2004-04-17 Jesper Harder <harder@ifa.au.dk>
17755
17756 * gnus-sum.el (gnus-set-global-variables)
17757 (gnus-build-all-threads, gnus-get-newsgroup-headers)
17758 (gnus-article-get-xrefs, gnus-summary-best-group)
17759 (gnus-summary-next-article, gnus-summary-enter-digest-group)
17760 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17761 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17762 Use with-current-buffer.
17763
17764 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
17765
17766 * spam.el (spam-summary-prepare-exit): Simplify logic.
17767 (spam-fetch-article-header): Read the article header if it's not
17768 available.
17769 (spam-list-articles): Simplify logic.
17770 (spam-filelist-register-routine): Fix bug with unregister-list.
17771
17772 * gnus-registry.el: Fix comments at beginning.
17773
17774 2004-04-16 Jesper Harder <harder@ifa.au.dk>
17775
17776 * message.el (message-cater-to-broken-inn): Remove.
17777 (message-shorten-references): Make sure the total folded length of
17778 References is shorter than 998 characters to cater to a bug in INN
17779 2.3. Also, don't pretend that references aren't folded -- this
17780 hasn't worked for a while.
17781
17782 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
17783
17784 * gnus-agent.el (gnus-agentize):
17785 gnus-agent-send-mail-real-function no longer set to current value
17786 of message-send-mail-function but rather a lambda that calls
17787 message-send-mail-function. The change makes the agent real-time
17788 responsive to user changes to message-send-mail-function.
17789
17790 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
17791
17792 * legacy-gnus-agent.el
17793 (gnus-agent-convert-to-compressed-agentview): Fix typos with
17794 help from Florian Weimer <fw@deneb.enyo.de>
17795
17796 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
17797
17798 * nnmail.el (nnmail-cache-insert): Revert last change.
17799
17800 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
17801
17802 * nnmail.el (nnmail-cache-insert): Always check whether
17803 nnmail-cache-ignore-groups matches a group name.
17804
17805 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
17806
17807 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17808 (spam-find-spam, spam-log-processing-to-registry)
17809 (spam-log-registered-p, spam-log-unregistration-needed-p)
17810 (spam-log-undo-registration): Use gnus-message instead of
17811 gnus-error, none of these errors are fatal.
17812
17813 * gnus-registry.el (gnus-registry-clean-empty-function)
17814 (gnus-registry-clean-empty): Remove only empty entries without
17815 extra data.
17816
17817 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
17818
17819 * spam-stat.el (spam-stat-buffer-change-to-spam)
17820 (spam-stat-buffer-change-to-non-spam): Change (error) to
17821 (gnus-message 8) invocation.
17822
17823 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17824
17825 * nntp.el (nntp-via-netcat-command): New variable.
17826 (nntp-via-netcat-switches): New variable.
17827 (nntp-open-via-rlogin-and-netcat): New function.
17828 (nntp-open-connection-function): Doc fix.
17829 (nntp-telnet-command): Doc fix.
17830 (nntp-end-of-line): Doc fix.
17831 (nntp-via-rlogin-command): Doc fix.
17832 (nntp-via-user-name): Doc fix.
17833 (nntp-via-address): Doc fix.
17834
17835 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
17836
17837 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17838 error in Emacs 21.1.
17839
17840 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
17841
17842 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17843
17844 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
17845
17846 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17847 (gnus-agent-with-refreshed-group): New macro.
17848 (gnus-agent-rename-group): New function.
17849 (gnus-agent-delete-group): New function.
17850 (gnus-agent-save-group-info): Use gnus-command-method when
17851 `method' parameter is nil. Don't write nil entries into the
17852 active file.
17853 (gnus-agent-get-group-info): New function.
17854 (gnus-agent-fetch-articles):
17855 Use gnus-agent-update-files-total-fetched-for to increment disk space
17856 used.
17857 (gnus-agent-fetch-headers, gnus-agent-save-alist):
17858 Use gnus-agent-update-view-total-fetched-for to increment disk space
17859 used.
17860 (gnus-agent-get-local): Add optional parameters to avoid calling
17861 gnus-group-real-name and gnus-find-method-for-group.
17862 (gnus-agent-set-local): Delete stored entry if either min, or max,
17863 are nil.
17864 (gnus-agent-fetch-session): Reworded error/quit messages.
17865 On quit, use gnus-agent-regenerate-group to record existence of any
17866 articles fetched to disk before the quit occurred.
17867 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17868 gnus-agent-update-view-total-fetched-for, and
17869 gnus-agent-update-files-total-fetched-for to decrement disk space
17870 used.
17871 (gnus-agent-retrieve-headers):
17872 Use gnus-agent-update-view-total-fetched-for to increment disk space
17873 used.
17874 (gnus-agent-regenerate-group): Replace gnus-group-update-group
17875 with gnus-agent-update-files-total-fetched-for to decrement disk
17876 space and fresh group buffer.
17877 (gnus-agent-inhibit-update-total-fetched-for): New variable.
17878 (gnus-agent-need-update-total-fetched-for): New variable.
17879 (gnus-agent-update-files-total-fetched-for): New function.
17880 (gnus-agent-update-view-total-fetched-for): New function.
17881 (gnus-agent-total-fetched-for): New function.
17882
17883 * gnus-cache.el (gnus-cache-save-buffers):
17884 Use gnus-cache-update-overview-total-fetched-for to change disk space
17885 used by this group.
17886 (gnus-cache-possibly-enter-article):
17887 Use gnus-cache-update-file-total-fetched-for to increment disk space
17888 used by this group.
17889 (gnus-cache-possibly-remove-article):
17890 Use gnus-cache-update-file-total-fetched-for to decrement disk space
17891 used by this group.
17892 (gnus-cache-generate-nov-databases): Purge total fetched cache.
17893 (gnus-cache-rename-group): New function.
17894 (gnus-cache-delete-group): New function.
17895 (gnus-cache-inhibit-update-total-fetched-for): New variable.
17896 (gnus-cache-need-update-total-fetched-for): New variable.
17897 (gnus-cache-with-refreshed-group): New macro.
17898 (gnus-cache-update-file-total-fetched-for): New function.
17899 (gnus-cache-update-overview-total-fetched-for): New function.
17900 (gnus-cache-rename-group-total-fetched-for): New function.
17901 (gnus-cache-delete-group-total-fetched-for): New function.
17902 (gnus-cache-total-fetched-for): New function.
17903
17904 * gnus-group.el: Require gnus-sum and autoload functions to
17905 resolve warnings when gnus-group.el compiled alone.
17906 (gnus-group-line-format): Documented new %F.
17907 (size of Fetched data) group line format; identifies disk space
17908 used by agent and cache.
17909 (gnus-group-line-format-alist): Defined new F format.
17910 (gnus-total-fetched-for): New function.
17911 (gnus-group-delete-group): No longer update
17912 gnus-cache-active-altered as gnus-request-delete-group now keeps
17913 the cache in sync.
17914 (gnus-group-list-active): Let the agent store a server's active
17915 list if currently plugged.
17916
17917 * gnus-int.el (gnus-request-delete-group):
17918 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17919 local disk in sync with the server.
17920 (gnus-request-rename-group):
17921 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17922 local disk in sync with the server.
17923
17924 * gnus-start.el (gnus-get-unread-articles):
17925 Cosmetic simplification to logic.
17926
17927 * gnus-util.el (gnus-rename-file): New function.
17928
17929 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
17930
17931 * mm-util.el (mm-image-load-path): Handle nil in load-path.
17932
17933 2004-04-07 Jesper Harder <harder@ifa.au.dk>
17934
17935 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17936 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
17937
17938 2004-04-06 Jesper Harder <harder@ifa.au.dk>
17939
17940 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17941 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
17942
17943 2004-04-03 Jesper Harder <harder@ifa.au.dk>
17944
17945 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17946
17947 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
17948
17949 * spam.el (spam-set-difference): Add function to replace
17950 gnus-set-difference in spam.el.
17951 (spam-summary-prepare-exit): Use spam-set-difference.
17952
17953 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
17954
17955 * gnus-registry.el (gnus-registry-cache-file): Update to use
17956 gnus-dribble-directory OR gnus-home-directory OR ~.
17957 (gnus-registry-split-fancy-with-parent): Fix doc.
17958
17959 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
17960
17961 * message.el (message-exchange-point-and-mark):
17962 Use message-mark-active-p. Suggested by Jesper Harder
17963 <harder@ifa.au.dk>.
17964
17965 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
17966
17967 * message.el (message-exchange-point-and-mark): Don't activate
17968 region if it was inactive. Suggested by Hiroshi Fujishima
17969 <pooh@nature.tsukuba.ac.jp>.
17970
17971 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
17972
17973 * gnus-art.el (article-display-face): Display Faces in the same
17974 order as X-Faces.
17975
17976 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
17977
17978 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17979
17980 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
17981
17982 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17983 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17984 (gnus-article-mime-hierarchy): Remove.
17985 (gnus-article-mime-hierarchy-next): Remove.
17986 (gnus-article-mode): Revert 2004-03-19 change.
17987 (gnus-article-setup-buffer): Revert 2004-03-19 change.
17988 (gnus-insert-mime-button): Revert 2004-03-19 change.
17989 (gnus-mime-accumulate-hierarchy): Remove.
17990 (gnus-mime-enter-multipart): Remove.
17991 (gnus-mime-leave-multipart): Remove.
17992 (gnus-mime-display-part): Revert 2004-03-19 change.
17993 (gnus-mime-display-alternative): Revert 2004-03-19 change.
17994
17995 * mml.el (mml-preview): Revert 2004-03-19 change.
17996
17997 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
17998
17999 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18000
18001 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
18002
18003 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18004 t while entering a file name using the mm-with-multibyte macro.
18005 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18006
18007 * mm-util.el (mm-with-multibyte): New macro.
18008
18009 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
18010
18011 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18012 New user option.
18013 (gnus-mime-multipart-functions): Doc and customization fix.
18014 (gnus-article-mime-hierarchy): New variable.
18015 (gnus-article-mime-hierarchy-next): New variable.
18016 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18017 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18018 gnus-article-mime-hierarchy-next to nil.
18019 (gnus-insert-mime-button): Show hierarchy numbers.
18020 (gnus-mime-accumulate-hierarchy): New function.
18021 (gnus-mime-enter-multipart): New function.
18022 (gnus-mime-leave-multipart): New function.
18023 (gnus-mime-display-part): Recompute hierarchical MIME structure.
18024 (gnus-mime-display-alternative): Show hierarchy numbers.
18025
18026 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18027 gnus-article-mime-hierarchy-next to nil.
18028
18029 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
18030
18031 * dns.el: Don't require gnus-xmas.
18032
18033 2004-03-17 Jesper Harder <harder@ifa.au.dk>
18034
18035 * mml.el (mml-generate-mime-1): Don't use format=flowed with
18036 inline PGP.
18037 (mml-menu): Disable mml-quote-region if mark is inactive.
18038
18039 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
18040
18041 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18042 when the group's active is not available.
18043
18044 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
18045
18046 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18047 error.
18048
18049 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
18050
18051 * imap.el (imap-store-password): New variable.
18052 (imap-interactive-login): Use it.
18053 Suggested by Mark Plaksin <happy@mcplaksin.org>.
18054
18055 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
18056
18057 * gnus-art.el (gnus-article-read-summary-keys): Restore new
18058 window-start and hscroll to summary window.
18059
18060 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
18061
18062 * gnus-start.el (gnus-convert-old-newsrc): Only write the
18063 conversion message to newsrc-dribble when an actual conversion is
18064 performed.
18065
18066 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
18067
18068 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18069
18070 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
18071
18072 * mm-decode.el (mm-complicated-handles): New function reviving
18073 former definition of mm-multiple-handles.
18074
18075 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18076 (gnus-mime-delete-part): Use it.
18077
18078 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
18079
18080 * gnus-agent.el (gnus-agent-read-local):
18081 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18082 avoid the implicit assumption that they will always be equal.
18083 (gnus-agent-save-local): Bind buffer-file-coding-system, not
18084 coding-system-for-write, as the with-temp-file macro first prints
18085 to a buffer then saves the buffer.
18086
18087 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
18088
18089 * gnus-art.el (gnus-article-edit-part): New function.
18090 (gnus-mime-save-part-and-strip): Use it; do query instead of
18091 signaling an error; don't use mm-multiple-handles.
18092 (gnus-mime-delete-part): Ditto.
18093
18094 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
18095
18096 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18097 old file versions.
18098 (gnus-group-prepare-hook): Remove function that converted list
18099 form of gnus-agent-expire-days to group properties.
18100
18101 * gnus-int.el: Autoload gnus-agent-regenerate-group.
18102 (gnus-request-accept-article): Re-indented.
18103
18104 * gnus-start.el (gnus-convert-old-newsrc): Registered new
18105 converters to handle old agent file formats. Add logic for a
18106 "backup before upgrading warning".
18107 (gnus-convert-mark-converter-prompt): Developers can mark
18108 functions as needing (default), or not needing,
18109 gnus-convert-old-newsrc's "backup before upgrading warning".
18110 (gnus-convert-converter-needs-prompt): Tests whether the user
18111 should be protected from potentially irreversable changes by the
18112 function.
18113
18114 * legacy-gnus-agent.el: New. Provides converters that are only
18115 loaded when gnus-convert-old-newsrc needs to call them.
18116
18117 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
18118
18119 * mail-source.el (mail-source-touch-pop): Doc fix.
18120
18121 * message.el (message-smtpmail-send-it): Doc fix.
18122
18123 2004-03-05 Jesper Harder <harder@ifa.au.dk>
18124
18125 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18126
18127 * nnmail.el (nnmail-split-fancy): do.
18128
18129 * gnus-kill.el (gnus-kill, gnus-execute): do.
18130
18131 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
18132
18133 * gnus-sum.el (gnus-widget-reversible-match)
18134 (gnus-widget-reversible-to-internal)
18135 (gnus-widget-reversible-to-external): New functions.
18136 (gnus-widget-reversible): New widget.
18137 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18138
18139 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
18140
18141 * gnus-sum.el (gnus-thread-sort-functions)
18142 (gnus-article-sort-functions): Document `(not F)' items.
18143
18144 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
18145
18146 * spam.el (spam-use-gmane-xref): Add new backend.
18147 (spam-gmane-xref-spam-group): Add variable to control the name of the
18148 Gmane spam group.
18149 (spam-blackhole-servers, spam-blackhole-good-server-regex)
18150 (spam-regex-headers-spam, spam-regex-headers-ham)
18151 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18152 (spam-list-of-checks): Add spam-use-gmane-xref to list of
18153 backends and checks.
18154 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18155
18156 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18157 an autodetect method.
18158
18159 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
18160
18161 * gnus-int.el (gnus-request-accept-article): Inform the agent that
18162 articles are being added to a group.
18163 (gnus-request-replace-article): Inform the agent that articles
18164 need to be uncached as the cached contents are no longer valid.
18165
18166 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
18167
18168 * binhex.el: Don't autoload executable-find.
18169
18170 * canlock.el: Don't autoload mail-fetch-field.
18171
18172 * gnus-ems.el: Don't autoload appt-select-lowest-window.
18173
18174 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18175 rmail-dont-reply-to and rmail-output.
18176
18177 * gnus-score.el: Don't autoload ffap-string-at-point.
18178
18179 * gnus-setup.el: Don't autoload sc-cite-original.
18180
18181 * imap.el: Don't autoload base64-decode-string,
18182 base64-encode-string and md5.
18183
18184 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18185 and rmail-msg-restore-non-pruned-header.
18186
18187 * mm-decode.el: Don't autoload executable-find.
18188
18189 * mm-url.el: Don't autoload executable-find.
18190
18191 * mm-view.el: Don't autoload diff-mode.
18192
18193 * nndb.el: Don't autoload news-reply-mode, news-setup,
18194 cancel-timer and telnet.
18195
18196 * password.el: Don't autoload run-at-time for Emacs.
18197
18198 * sha1-el.el: Don't autoload executable-find.
18199
18200 * sieve-mode.el: Don't autoload c-mode.
18201
18202 * uudecode.el: Don't autoload executable-find.
18203
18204 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
18205
18206 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18207 (gnus-agent-possibly-alter-active): Avoid null in numeric
18208 comparison.
18209 (gnus-agent-set-local): Refuse to save null in local object table.
18210 (gnus-agent-regenerate-group): The REREAD parameter can now be a
18211 list of articles that will be marked as unread.
18212
18213 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
18214
18215 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18216
18217 2004-03-04 Jesper Harder <harder@ifa.au.dk>
18218
18219 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18220 language tags.
18221
18222 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
18223
18224 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18225 Don't bind "obarray".
18226
18227 * gnus-sum.el (gnus-thread-sort-functions):
18228 Add `gnus-thread-sort-by-most-recent-number' and
18229 `gnus-thread-sort-by-most-recent-date'.
18230 Reported by Kai Grossjohann <kai@emptydomain.de>.
18231
18232 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18233
18234 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18235
18236 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
18237
18238 * gnus-cus.el (gnus-agent-customize-category):
18239 Remove ignore-errors macro reference that required cl to be loaded at
18240 run-time.
18241
18242 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18243 single-interval range of the form (min . max). Previously the
18244 range had to look like ((min . max)). Likewise, return
18245 (min . max) rather than ((min . max)).
18246 (gnus-range-map): Use gnus-range-normalize to accept
18247 single-interval range.
18248
18249 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18250 the cache, but not the agent, now appear with their usual face.
18251
18252 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
18253
18254 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18255 w3m-safe-url-regexp variable buffer-local.
18256
18257 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18258
18259 2004-02-27 Simon Josefsson <jas@extundo.com>
18260
18261 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18262 gnus-group-real-prefix.
18263 (gnus-summary-move-article): Use it, instead of
18264 gnus-group-real-prefix.
18265
18266 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
18267
18268 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18269 w3m-safe-url-regexp variable buffer-local and set it as the value
18270 of mm-w3m-safe-url-regexp.
18271
18272 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18273
18274 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18275 parsing gnus-posting-styles when the message is not for replying.
18276
18277 * nnrss.el (nnrss-opml-export):
18278 Use mm-set-buffer-file-coding-system instead of
18279 set-buffer-file-coding-system.
18280
18281 2004-02-27 Jesper Harder <harder@ifa.au.dk>
18282
18283 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18284 of checkdoc.el).
18285 * nnrss.el: do.
18286 * gnus-mlspl.el: do.
18287 * gnus-ml.el: do.
18288 * gnus-srvr.el: do.
18289
18290 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18291
18292 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
18293
18294 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18295 Corrections to custom-manual links.
18296
18297 * gnus-art.el (gnus-article): Ditto.
18298
18299 * mm-decode.el (mime-display, mime-security): Ditto.
18300
18301 2004-02-26 Jesper Harder <harder@ifa.au.dk>
18302
18303 * flow-fill.el: Typo.
18304
18305 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
18306
18307 * spam-wash.el: New file.
18308
18309 2004-02-26 Mark A. Hershberger <mah@everybody.org>
18310
18311 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18312
18313 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
18314
18315 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18316 to be run with new-articles as LIST1, not LIST2.
18317 (spam-registration-functions): Add spam-use-ham-copy as a nil
18318 registration backend.
18319
18320 2004-02-26 Jesper Harder <harder@ifa.au.dk>
18321
18322 * spam-stat.el (spam-stat-washing-hook): New option.
18323 (spam-stat-buffer-words): Use it.
18324 (spam-stat-process-directory, spam-stat-test-directory):
18325 Use insert-file-contents-literally.
18326 (spam-stat-coding-system): New variable.
18327 (spam-stat-load, spam-stat-save): Use it.
18328
18329 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
18330
18331 * spam-report.el (spam-report-plug-agent):
18332 Quote spam-report-url-to-file and spam-report-url-ping-plain.
18333
18334 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
18335
18336 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18337 Allow / in mailto URLs.
18338
18339 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
18340
18341 * spam-report.el (spam-report-process-queue): Fix interactive use.
18342 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18343 (spam-report-unplug-agent): Doc fixes.
18344 (spam-report-url-ping-mm-url, spam-report-url-to-file)
18345 (spam-report-agentize, spam-report-deagentize):
18346 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
18347
18348 * message.el (message-setup-fill-variables): Add mml tags to
18349 paragraph-start and paragraph-separate. Suggested by Andrew Korty
18350 <ajk@iu.edu>.
18351 (message-mode): Don't modify paragraph-separate there.
18352
18353 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
18354
18355 * compface.el (uncompface-use-external): Default to undecided.
18356 (uncompface-use-external-threshold): New variable.
18357 (uncompface-float-time): New macro.
18358 (uncompface): Determine whether to use the external decoder if
18359 uncompface-use-external is undecided.
18360
18361 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18362
18363 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18364 after images.
18365
18366 * gnus-art.el (gnus-mime-display-single): Remove dead code.
18367
18368 2004-02-14 Jesper Harder <harder@ifa.au.dk>
18369
18370 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18371
18372 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18373
18374 * gnus-sum.el (gnus-summary-limit-to-age)
18375 (gnus-summary-limit-children): do.
18376
18377 * gnus-int.el (gnus-request-scan): do.
18378
18379 * gnus-group.el (gnus-group-suspend): do.
18380
18381 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18382
18383 * gnus-cite.el (gnus-cite-parse-attributions): do.
18384
18385 * gnus-agent.el (gnus-summary-set-agent-mark)
18386 (gnus-agent-regenerate-group): do.
18387
18388 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18389
18390 * binhex.el (binhex-decode-region-internal): do.
18391
18392 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
18393
18394 * gnus-fun.el (gnus-face-properties-alist): New user option.
18395 (gnus-display-x-face-in-from): Use it.
18396
18397 * gnus-art.el (article-display-face): Ditto.
18398
18399 * compface.el (uncompface-use-external): Default to nil.
18400
18401 2004-02-12 Jesper Harder <harder@ifa.au.dk>
18402
18403 * nntp.el (nntp-erase-buffer): New function.
18404 (nntp-retrieve-data, nntp-send-command)
18405 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18406 (nntp-possibly-change-group): Use it.
18407
18408 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18409 Use with-current-buffer.
18410
18411 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
18412
18413 * compface.el: Merge the ELisp-based uncompface program.
18414 (compface): New customization group.
18415 (uncompface-use-external): New user option.
18416 (uncompface): Call uncompface-internal if uncompface-use-external
18417 is nil.
18418 (uncompface-internal): New function. Note that there are also
18419 some other functions and variables added for this function.
18420
18421 2004-02-10 Jesper Harder <harder@ifa.au.dk>
18422
18423 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18424 if necessary.
18425
18426 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
18427
18428 * spam-report.el (spam-report-unplug-agent)
18429 (spam-report-plug-agent, spam-report-deagentize)
18430 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18431 Add support for the Agent in spam-report: when unplugged, report to a
18432 file; when plugged, submit all the requests.
18433
18434 * spam.el (spam-register-routine): Fix message about
18435 registration.
18436
18437 2004-02-09 Jesper Harder <harder@ifa.au.dk>
18438
18439 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18440 dependencies.
18441 (rfc2047-encode): Use it.
18442
18443 * gnus-art.el (gnus-button-marker-list): Move before first
18444 reference.
18445
18446 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18447 (imap-parse-body): Fix format string mismatch.
18448
18449 * gnus-score.el (gnus-summary-increase-score): do.
18450
18451 * nnrss.el (nnrss-close): New function.
18452
18453 2004-02-08 Jesper Harder <harder@ifa.au.dk>
18454
18455 * nnrss.el (nnrss-make-filename): New function.
18456 (nnrss-request-delete-group, nnrss-read-server-data)
18457 (nnrss-save-server-data, nnrss-read-group-data)
18458 (nnrss-save-group-data): Use it.
18459 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18460 (nnrss-read-server-data, nnrss-read-group-data): Use load.
18461 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18462
18463 2004-02-07 Jesper Harder <harder@ifa.au.dk>
18464
18465 * mml.el (mml-compute-boundary-1): Don't uncompress files.
18466
18467 2004-02-06 Jesper Harder <harder@ifa.au.dk>
18468
18469 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18470 files.
18471
18472 * message.el (message-generate-headers-first): Don't quote nil
18473 and t in docstrings.
18474
18475 * imap.el (imap-id): do.
18476
18477 * gnus-agent.el (gnus-agent-consider-all-articles)
18478 (gnus-agent-queue-mail): do.
18479
18480 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
18481
18482 * spam-report.el (spam-report-process-queue): New function.
18483 Process requests from `spam-report-requests-file'.
18484 (spam-report-process-queue): Doc fix.
18485
18486 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
18487
18488 * spam.el (spam-register-routine)
18489 (spam-log-processing-to-registry, spam-log-registered-p)
18490 (spam-log-unregistration-needed-p, spam-log-undo-registration):
18491 Change "check" to "spam-check" for semi-clarity.
18492
18493 2004-02-05 Jesper Harder <harder@ifa.au.dk>
18494
18495 * pop3.el: Require nnheader.
18496
18497 * mml-smime.el: Require cl. Autoload message-fetch-field.
18498
18499 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18500
18501 * gnus-picon.el: Require cl.
18502
18503 * gnus-fun.el: Require gnus-ems and gnus-util.
18504
18505 * gnus.el (gnus-method-to-server): Move defsubst before first use.
18506
18507 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18508
18509 * gnus-art.el (gnus-article-edit-mode): Define before first
18510 reference.
18511
18512 2004-02-04 Jesper Harder <harder@ifa.au.dk>
18513
18514 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18515 (gnus-uu-post-encoded): Use point-at-bol.
18516
18517 * gnus-topic.el (gnus-group-active-topic-p): do.
18518
18519 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18520
18521 * gnus-group.el (gnus-group-kill-region): do.
18522
18523 * gnus-art.el (article-date-ut): do.
18524
18525 * message.el (message-fetch-field): Remove redundant
18526 case-fold-search binding.
18527 (message-narrow-to-field): Simplify.
18528
18529 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
18530
18531 * spam.el (spam-directory): Derive from `gnus-directory'.
18532
18533 * spam-report.el (spam-report-url-to-file)
18534 (spam-report-requests-file): New function and variable for offline
18535 reporting.
18536 (spam-report-url-ping-function): Add `spam-report-url-to-file'
18537 and user defined function.
18538 (spam-report-url-ping-mm-url): Remove doubled slash.
18539
18540 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
18541
18542 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18543
18544 2004-02-03 Jesper Harder <harder@ifa.au.dk>
18545
18546 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18547 Fix format string mismatch.
18548
18549 * sieve.el (sieve-deactivate-all): do.
18550
18551 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18552
18553 * nnlistserv.el (nnlistserv-kk-wash-article): do.
18554
18555 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18556
18557 * mm-bodies.el (mm-7bit-chars): Don't include \r.
18558
18559 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
18560
18561 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18562 the list of checks.
18563
18564 2004-01-31 Jesper Harder <harder@ifa.au.dk>
18565
18566 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18567 padding.
18568
18569 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
18570
18571 * mm-view.el (mm-fill-flowed): New variable.
18572 (mm-inline-text): Use it.
18573
18574 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
18575
18576 * spam.el (spam-spamassassin-register-ham-routine)
18577 (spam-spamassassin-register-spam-routine): Fix function names.
18578
18579 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
18580
18581 * gnus.el (gnus-tmp-grouplens): Remove.
18582 (gnus-summary-line-format): Remove grouplens.
18583
18584 * gnus-group.el (gnus-group-line-format): Ditto.
18585
18586 * gnus-spec.el (gnus-format-specs): Ditto.
18587 (gnus-update-format-specifications): Flush the group format spec
18588 cache if there's the grouplens stuff.
18589 (gnus-parse-simple-format): Replace %l with the empty string.
18590
18591 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
18592
18593 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18594 omission.
18595
18596 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
18597
18598 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18599 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18600
18601 2004-01-25 Paul Jarc <prj@po.cwru.edu>
18602
18603 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18604 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18605 New macros and functions.
18606 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18607 Handle > NLINK_MAX messages.
18608 * nnmaildir.el (nnmaildir-request-set-mark):
18609 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18610
18611 2004-01-25 Alex Schroeder <alex@gnu.org>
18612
18613 * spam-stat.el (spam-stat-process-directory-age): New option.
18614 (spam-stat-process-directory): Use it.
18615
18616 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
18617
18618 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18619 (spam-stat-save): Accept prefix argument.
18620
18621 2004-01-23 Paul Jarc <prj@po.cwru.edu>
18622
18623 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18624 links" error.
18625
18626 2004-01-23 Jesper Harder <harder@ifa.au.dk>
18627
18628 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18629 compatibility with old .newsrc.eld files.
18630
18631 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18632
18633 * gnus-start.el (gnus-1): do.
18634
18635 * gnus-group.el (gnus-group-line-format-alist): do.
18636
18637 * gnus.el (gnus-use-grouplens, gnus-visual): do.
18638
18639 * gnus-gl.el: Remove.
18640
18641 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
18642
18643 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18644 marks consisting of a single range {for example, (3 . 5)} rather
18645 than a list of a single range { ((3 . 5)) }.
18646
18647 2004-01-23 Jesper Harder <harder@ifa.au.dk>
18648
18649 * spam-stat.el (spam-stat-store-gnus-article-buffer):
18650 Use with-current-buffer.
18651 (spam-stat-store-current-buffer): Use insert-buffer-substring to
18652 avoid consing a string.
18653
18654 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18655 Remove obsolete entries for big5 and gb2312.
18656
18657 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
18658
18659 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18660 uncompressed list.
18661
18662 2004-01-22 Jesper Harder <harder@ifa.au.dk>
18663
18664 * spam-stat.el (spam-stat-strip-xref): New function.
18665 (spam-stat-process-directory): Use it.
18666
18667 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18668 here -- it's done in message-fetch-field.
18669
18670 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
18671
18672 * gnus-agent.el (gnus-agent-queue-mail)
18673 (gnus-agent-prompt-send-queue): New variables.
18674 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18675 * gnus-draft.el (gnus-group-send-queue): Pass the group name
18676 "nndraft:queue" along to gnus-draft-send.
18677 Use gnus-agent-prompt-send-queue.
18678 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18679 is "nndraft:queue". Suggested by Gaute Strokkenes
18680 <gs234@srcf.ucam.org>
18681
18682 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18683 (agent-enable-undownloaded-faces): Add.
18684 (gnus-agent-cat-groups): Use eval-and-compile, not
18685 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18686 method of gnus-agent-cat-groups even when the buffer has been
18687 evaled.
18688 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18689 delete gnus-agent-save-active-1.
18690 (gnus-agent-save-groups): Delete. Identical to
18691 gnus-agent-save-active.
18692 (gnus-agent-write-active): No longer adjust agent's copy of active
18693 file as agent's adjustments are now stored in their own
18694 file. Remove optional parameter.
18695 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18696 servers. Add use of min/max range limits from server's local
18697 file.
18698 (gnus-agent-save-alist): Remove unused optional argument.
18699 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18700 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18701 (gnus-agent-set-local): A per-server file that keeps min/max range
18702 limits for articles known to the agent. Provides a fast mechanism
18703 for altering many active ranges.
18704 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18705 active file (local makes it unnecessary).
18706 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18707
18708 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18709 (agent-enable-undownloaded-faces): Add.
18710
18711 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18712 disable it when sending to "nndraft:queue".
18713 (gnus-group-send-queue): Add safety check to avoid sending queue
18714 when unplugged.
18715
18716 * gnus-group.el (gnus-group-catchup): Use new
18717 gnus-sequence-of-unread-articles, not
18718 gnus-list-of-unread-articles, to avoid exhausting memory with huge
18719 numbers of articles. Use gnus-range-map to avoid having to
18720 uncompress the unread list.
18721 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18722 Fix invalid ange-ftp reference.
18723
18724 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18725 (gnus-sorted-range-intersection): Intersection of two ranges
18726 without requiring that they first be uncompressed.
18727
18728 * gnus-start.el (gnus-activate-group): Unless blocked by the
18729 caller, possibly expand the active range to include both cached
18730 and agentized articles.
18731 (gnus-convert-old-newsrc): Rewrote in anticipation of having
18732 multiple version-dependent converters.
18733 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18734 gnus-agent-save-active.
18735 (gnus-save-newsrc-file): Save dirty agent range limits.
18736
18737 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18738 gnus-agent-possibly-alter-active.
18739 (gnus-adjust-marked-articles): Faster handling of simple lists
18740
18741 2004-01-21 Jesper Harder <harder@ifa.au.dk>
18742
18743 * spam-stat.el (spam-stat-test-directory): New optional argument
18744 displays a list of files detected. Suggested by Andrew Cohen
18745 <cohen@andy.bu.edu>.
18746 (spam-stat-buffer-words-with-scores): Don't narrow and change
18747 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
18748
18749 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
18750
18751 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18752 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18753 (spam-spamassassin-arguments)
18754 (spam-spamassassin-spam-flag-header)
18755 (spam-spamassassin-positive-spam-flag-header)
18756 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18757 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18758 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18759 (spam-list-of-processors, spam-list-of-checks)
18760 (spam-list-of-statistical-checks, spam-registration-functions)
18761 (spam-check-spamassassin-headers, spam-check-spamassassin)
18762 (spam-spamassassin-score)
18763 (spam-spamassassin-register-with-sa-learn)
18764 (spam-spamassassin-register-spam-routine)
18765 (spam-spamassassin-register-ham-routine)
18766 (spam-assassin-register-spam-routine)
18767 (spam-assassin-register-ham-routine): Add SpamAssassin support.
18768 (spam-bogofilter-score): Fix to show article before scoring.
18769
18770 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
18771
18772 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18773 default scoring function.
18774 (spam-generic-score): Call spam-spamassassin-score if
18775 spam-use-spamassassin or spam-use-spamassassin-headers is on;
18776 spam-bogofilter-score otherwise.
18777
18778 * gnus.el (spam-process, spam-autodetect-methods):
18779 Add spamassassin and spamassassin-headers.
18780
18781 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
18782
18783 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18784 Suppress unnecessary messages.
18785
18786 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18787
18788 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18789 make-hash-table.
18790
18791 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
18792
18793 * canlock.el (base64-encode-string): Don't autoload it.
18794
18795 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
18796
18797 * run-at-time.el: Remove useless (require 'itimer),
18798 eval-and-compile and (featurep 'xemacs).
18799
18800 2004-01-16 Jesper Harder <harder@ifa.au.dk>
18801
18802 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18803 GROUP is a virtual group.
18804
18805 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
18806
18807 * gnus.el: Autoload `message-y-or-n-p'.
18808
18809 2004-01-15 Jesper Harder <harder@ifa.au.dk>
18810
18811 * pgg-parse.el: Remove unnecessary (require 'custom).
18812
18813 * pgg-def.el: do.
18814
18815 * nnmail.el: do.
18816
18817 * gnus-undo.el: do.
18818
18819 * gnus-picon.el: do.
18820
18821 * gnus-util.el: do.
18822
18823 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
18824
18825 * gnus-sum.el (gnus-pick-line-number): Add autoload.
18826
18827 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
18828
18829 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18830 handle, as well as a list.
18831
18832 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18833 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18834 (mm-w3m-cid-retrieve): Simplify.
18835
18836 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
18837
18838 * message.el (message-kill-to-signature): Allow prefix arg to
18839 specify number of lines to keep before signature.
18840
18841 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
18842
18843 * message.el (message-kill-to-signature): Change docstring.
18844
18845 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
18846
18847 * canlock.el: Always require sha1-el.
18848 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18849
18850 * message.el: Autoload sha1 only when compiling.
18851
18852 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
18853
18854 * message.el (message-canlock-generate): Require sha1-el.
18855
18856 2004-01-13 Jesper Harder <harder@ifa.au.dk>
18857
18858 * message.el (message-expand-name): Silence the byte compiler.
18859
18860 2004-01-13 Simon Josefsson <jas@extundo.com>
18861
18862 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18863 Invoke gnus-score-mode.
18864 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18865
18866 * gnus-range.el (gnus-compress-sequence): Doc fix.
18867 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18868
18869 2004-01-12 Jesper Harder <harder@ifa.au.dk>
18870
18871 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18872
18873 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
18874
18875 * spam.el (spam-get-article-as-string): Update to use
18876 gnus-request-article-this-buffer, much simpler.
18877 (spam-get-article-as-buffer): Remove.
18878
18879 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
18880
18881 * message.el (message-expand-name): Use EUDC if the user uses that.
18882
18883 2004-01-12 Jesper Harder <harder@ifa.au.dk>
18884
18885 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18886 character for the encoding to avoid consing a string.
18887
18888 * rfc2047.el (rfc2047-decode-string): Don't cons a string
18889 unnecessarily.
18890
18891 * mm-util.el (mm-replace-chars-in-string): Remove.
18892
18893 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18894 of mm-replace-chars-in-string.
18895
18896 2004-01-11 Jesper Harder <harder@ifa.au.dk>
18897
18898 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18899
18900 * mm-util.el (mm-subst-char-in-string): Support inplace.
18901
18902 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18903 a new string in every iteration. Use shy groups.
18904
18905 2004-01-10 Jesper Harder <harder@ifa.au.dk>
18906
18907 * gnus-srvr.el (gnus-browse-unsubscribe-group):
18908 * gnus-soup.el (gnus-soup-group-brew):
18909 * gnus-msg.el (gnus-put-message):
18910 * gnus-move.el (gnus-group-move-group-to-server):
18911 * gnus-kill.el (gnus-batch-score):
18912 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18913 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18914 (gnus-group-update-group, gnus-group-read-group)
18915 (gnus-group-make-group, gnus-group-make-help-group)
18916 (gnus-group-make-archive-group, gnus-group-make-directory-group)
18917 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18918 (gnus-group-sort-by-unread, gnus-group-catchup)
18919 (gnus-group-unsubscribe-group, gnus-group-kill-group)
18920 (gnus-group-yank-group, gnus-group-set-info)
18921 (gnus-group-list-groups):
18922 * gnus.el (gnus-generate-new-group-name):
18923 * gnus-delay.el (gnus-delay-send-queue):
18924 * nnvirtual.el (nnvirtual-catchup-group):
18925 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18926 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18927 (gnus-group-prepare-topics, gnus-topic-check-topology):
18928 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18929 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18930 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18931 (gnus-group-make-articles-read):
18932 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18933 (gnus-group-change-level, gnus-kill-newsgroup)
18934 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18935 (gnus-get-unread-articles, gnus-make-articles-unread)
18936 (gnus-make-ascending-articles-unread): Use accessor
18937 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18938 to get group information for improved readability.
18939
18940 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18941
18942 * gnus-art.el (article-decode-mime-words, article-babel)
18943 (gnus-article-highlight-signature, gnus-article-add-buttons)
18944 (gnus-signature-toggle): Use gnus-with-article-buffer.
18945
18946 * gnus-art.el (gnus-article-highlight-headers)
18947 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18948
18949 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18950 (gnus-article-set-globals, gnus-request-article-this-buffer)
18951 (gnus-button-message-id, gnus-article-maybe-hide-headers)
18952 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18953 (gnus-mime-display-alternative): Use with-current-buffer.
18954
18955 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
18956
18957 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18958 also under 80 char limit, and call gnus-error if needed.
18959 (spam-fetch-article-header): Fix - it was a
18960 buffer-local variable (gnus-newsgroup-data).
18961 (spam-find-spam): Use spam-generate-fake-headers, forget about
18962 spam-insert-fake-headers.
18963 (spam-insert-fake-headers): Remove.
18964
18965 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18966
18967 * deuglify.el (gnus-article-outlook-unwrap-lines)
18968 (gnus-outlook-rearrange-article)
18969 (gnus-outlook-repair-attribution-outlook)
18970 (gnus-outlook-repair-attribution-block)
18971 (gnus-outlook-repair-attribution-other): Remove redundant
18972 save-excursion.
18973
18974 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
18975
18976 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18977 (spam-fetch-field-subject-fast)
18978 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18979 (spam-fetch-article-header): Add functions to deal with Gnus
18980 internals for fast retrieval of article header data.
18981 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18982
18983 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18984
18985 * pop3.el (pop3-md5): Remove.
18986 (pop3-apop): Replace pop3-md5 with md5.
18987
18988 * mm-bodies.el: base64 is always built-in.
18989
18990 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18991 Use with-current-buffer.
18992
18993 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
18994
18995 * canlock.el (canlock-insert-header): Remove excessive grouping in
18996 regexp.
18997
18998 * gnus-sum.el (gnus-summary-read-document): Ditto.
18999
19000 * gnus-uu.el (gnus-uu-part-number): Ditto.
19001
19002 * html2text.el (html2text-remove-tags): Ditto.
19003 (html2text-format-tags): Ditto.
19004 (html2text-format-single-elements): Ditto.
19005
19006 * mml.el (mml-parse-1): Ditto.
19007
19008 2004-01-08 Jesper Harder <harder@ifa.au.dk>
19009
19010 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19011
19012 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19013
19014 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19015
19016 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19017
19018 2003-11-15 Simon Josefsson <jas@extundo.com>
19019
19020 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19021 (pgg-gpg-lookup-key): Use regexp match instead of
19022 split-string (split-string is different between emacs 21.2 and
19023 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
19024
19025 2004-01-08 Jesper Harder <harder@ifa.au.dk>
19026
19027 * gnus-art.el (gnus-mime-view-all-parts)
19028 (gnus-article-part-wrapper, gnus-article-view-part):
19029 Use with-current-buffer.
19030
19031 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
19032
19033 * spam.el (spam-disable-spam-split-during-ham-respool)
19034 (spam-spamoracle-database, spam-cache-lookups)
19035 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19036 (spam-group-ham-mark-p, spam-group-spam-mark-p)
19037 (spam-group-ham-marks, spam-group-spam-marks)
19038 (spam-group-spam-contents-p, spam-group-ham-contents-p)
19039 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19040 also add spam-use-blackholes to the statistical checks.
19041 (spam-fetch-field-fast): Add interface to fetching fields, may
19042 become a macro.
19043 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19044 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19045 (spam-insert-fake-headers): Fake an article when needed.
19046 (spam-find-spam): Fake article when possible.
19047 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19048 (spam-check-bogofilter-headers): Use message-fetch-field instead
19049 of nnmail-fetch-field.
19050
19051 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
19052
19053 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19054
19055 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
19056
19057 * spam.el (spam-split): Do not require spam-use-CHECK to be
19058 enabled if that check is passed to spam-split explicitly; also
19059 fix so 'spam doesn't get converted to spam-split-group when
19060 spam-split-symbolic-return is t.
19061 (spam-find-spam): Find registrations of the article and use those
19062 instead of re-running spam-split to find the spam/ham
19063 classification of the article.
19064 (spam-log-processing-to-registry, spam-log-registered-p)
19065 (spam-log-unregistration-needed-p, spam-log-undo-registration):
19066 Use gnus-error instead of gnus-message.
19067 (spam-log-registration-type): Add function to determine the
19068 classification of a message based on registry entries; will
19069 return nil if both 'spam and 'ham are found.
19070 (spam-check-BBDB): Expand all the BBDB macros here so we can have
19071 a reasonably fast local cache without the loading errors.
19072 (spam-cache-lookups): Set to t by default.
19073 (spam-find-spam): Don't try to guess spam-cache-lookups.
19074 (spam-enter-whitelist, spam-enter-blacklist): Clear the
19075 spam-caches entry.
19076 (spam-filelist-build-cache, spam-filelist-check-cache):
19077 Fix caching of whitelist/blacklist entries.
19078 (spam-check-whitelist, spam-check-blacklist):
19079 Invoke spam-from-listed-p with a type, not a cache variable.
19080 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19081
19082 2004-01-07 Jesper Harder <harder@ifa.au.dk>
19083
19084 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19085
19086 * nnmail.el (nnmail-split-fancy): do.
19087
19088 * mml.el (mml-parse): do.
19089
19090 * gnus-score.el (gnus-enter-score-words-into-hashtb)
19091 (gnus-score-adaptive): do.
19092
19093 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
19094
19095 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19096 (gnus-mime-button-map): Don't set keymap parent.
19097 (gnus-button-ctan-directory-regexp): Use shy grouping.
19098 (gnus-prev-page-map): Don't set keymap parent.
19099 (gnus-prev-page-map): Remove duplicated one.
19100 (gnus-next-page-map): Don't set keymap parent.
19101 (gnus-mime-security-button-map): Ditto.
19102
19103 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19104 version number.
19105
19106 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19107
19108 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
19109
19110 * canlock.el (canlock-sha1-function): Remove.
19111 (canlock-sha1-function-for-verify): Remove.
19112 (canlock-openssl-program): Remove.
19113 (canlock-openssl-args): Remove.
19114 (canlock-ignore-errors): Remove.
19115 (canlock-sha1-with-openssl): Remove.
19116 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19117 (canlock-verify): Don't use canlock-ignore-errors.
19118
19119 * sha1-el.el (sha1-string-external): Make it can return a string
19120 in binary form.
19121 (sha1-region-external): Ditto.
19122 (sha1-string-internal): Ditto.
19123 (sha1-region-internal): Ditto.
19124 (sha1-region): Ditto.
19125 (sha1-string): Ditto.
19126 (sha1): Ditto.
19127
19128 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19129
19130 * spam.el (spam-report-articles-gmane): New command.
19131
19132 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
19133
19134 * gnus.el: Don't make unnecessary *Group* buffer when loading.
19135
19136 * run-at-time.el (run-at-time-saved): Remove.
19137 (run-at-time): Doc fix.
19138
19139 2004-01-07 Jesper Harder <harder@ifa.au.dk>
19140
19141 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19142 (gnus-summary-limit-map): Add it.
19143 (gnus-summary-make-menu-bar): do.
19144
19145 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
19146
19147 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19148 Make attempt at some caching support (done for BBDB only now).
19149 (spam-find-spam): Set spam-cache-lookups if there are more than 2
19150 addresses to be checked.
19151 (spam-clear-cache-BBDB): Add function, to be invoked by
19152 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19153 (spam-check-BBDB): Check and use the caches, if
19154 spam-cache-lookups is on, remove superfluous (provide).
19155
19156 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
19157
19158 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19159
19160 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
19161
19162 * run-at-time.el (run-at-time-saved): Move to after the definition
19163 of `run-at-time'.
19164
19165 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
19166
19167 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19168 mm-w3m-local-map-property.
19169
19170 * mm-view.el (mm-w3m-mode-map): Remove.
19171 (mm-w3m-local-map-property): Remove.
19172 (mm-inline-text-html-render-with-w3m): Don't use
19173 mm-w3m-local-map-property.
19174
19175 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19176
19177 * run-at-time.el: New file.
19178
19179 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19180 of gnus-set-text-properties.
19181
19182 * gnus-uu.el (gnus-uu-save-article): Ditto.
19183
19184 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19185
19186 * gnus-cite.el (gnus-cite-parse): Ditto.
19187
19188 * gnus-art.el (gnus-button-push): Use set-text-properties instead
19189 of gnus-.
19190
19191 * gnus.el: Change calls to nnheader-run-at-time and
19192 password-run-at-time throughout to use run-at-time directly.
19193
19194 * password.el: Remove definition of run-at-time.
19195
19196 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
19197
19198 * mml.el (mml-minibuffer-read-disposition): Show attachment type
19199 in prompt.
19200
19201 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
19202
19203 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19204 XEmacs version.
19205
19206 * dns.el (dns-make-network-process): Use `open-network-stream'
19207 instead of `gnus-xmas-open-network-stream'.
19208
19209 * .cvsignore: Add auto-autoloads.el, custom-load.el.
19210
19211 2004-01-06 Jesper Harder <harder@ifa.au.dk>
19212
19213 * gnus-art.el (gnus-mime-display-alternative)
19214 (gnus-insert-mime-button, gnus-insert-mime-security-button)
19215 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19216 Don't use gnus-local-map-property.
19217
19218 * gnus-util.el (gnus-local-map-property): Remove.
19219
19220 * mm-view.el (mm-view-pkcs7-decrypt):
19221 Replace gnus-completing-read-maybe-default with completing-read.
19222
19223 * gnus-util.el (gnus-completing-read): do.
19224 (gnus-completing-read-maybe-default): Remove.
19225
19226 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
19227
19228 * password.el: Only autoload `run-at-time' if not XEmacs.
19229 Only autoload the itimer functions if XEmacs.
19230
19231 2004-01-06 Jesper Harder <harder@ifa.au.dk>
19232
19233 * gnus-art.el (gnus-read-string): Remove.
19234 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19235 read-string.
19236
19237 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
19238
19239 * netrc.el: Autoload password-read.
19240 (netrc): Add configuration group.
19241 (netrc-encoding-method, netrc-openssl-path):
19242 Add variables for encoding and decoding of files with symmetric
19243 ciphers.
19244 (netrc-encode): Add assistant function to encode a file with
19245 netrc-encoding-method.
19246 (netrc-parse): Add interactive parameter, added optional
19247 decoding if netrc-encoding-method is non-nil but otherwise
19248 behavior is standard.
19249 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19250 Do s/encode/encrypt/ everywhere.
19251
19252 * spam.el: Remove executable-find autoload.
19253
19254 2004-01-05 Jesper Harder <harder@ifa.au.dk>
19255
19256 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19257
19258 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19259
19260 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
19261
19262 * gnus-art.el (gnus-treat-ansi-sequences)
19263 (article-treat-ansi-sequences): New variable and function.
19264 Suggested by Dan Jacobson <jidanni@jidanni.org>.
19265
19266 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19267 Use it.
19268
19269 2004-01-05 Jesper Harder <harder@ifa.au.dk>
19270
19271 * mm-util.el (mm-quote-arg): Remove.
19272
19273 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19274 shell-quote-argument.
19275
19276 * gnus-uu.el (gnus-uu-command): do.
19277
19278 * gnus-sum.el (gnus-summary-insert-pseudos): do.
19279
19280 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19281 with make-char.
19282
19283 * mm-util.el (mm-make-char): Remove.
19284
19285 * mml.el (mml-mode): Replace gnus-add-minor-mode with
19286 add-minor-mode.
19287
19288 * gnus-undo.el (gnus-undo-mode): do.
19289
19290 * gnus-topic.el (gnus-topic-mode): do.
19291
19292 * gnus-sum.el (gnus-dead-summary-mode): do.
19293
19294 * gnus-start.el (gnus-slave-mode): do.
19295
19296 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19297
19298 * gnus-ml.el (gnus-mailing-list-mode): do.
19299
19300 * gnus-gl.el (gnus-grouplens-mode): do.
19301
19302 * gnus-draft.el (gnus-draft-mode): do.
19303
19304 * gnus-dired.el (gnus-dired-mode): do.
19305
19306 * gnus-ems.el (gnus-add-minor-mode): Remove.
19307
19308 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19309 Replace gnus-char-width with char-width.
19310
19311 * gnus-ems.el (gnus-char-width): Remove.
19312
19313 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19314 Replace gnus-char-width with char-width.
19315
19316 * gnus-ems.el (gnus-char-width): Remove.
19317
19318 * spam-stat.el (with-syntax-table): Remove with-syntax-table
19319 definition.
19320 Remove Emacs 20 hash table compatibility code.
19321
19322 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19323 20 compatibility code.
19324
19325 * spam.el (spam-point-at-eol): Replace with point-at-eol.
19326
19327 * smime.el (smime-point-at-eol): Replace with point-at-eol.
19328
19329 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19330 Replace with point-at-{eol,bol}.
19331
19332 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19333
19334 * imap.el (imap-point-at-eol): Replace with point-at-eol.
19335
19336 * flow-fill.el (fill-flowed-point-at-bol)
19337 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19338
19339 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19340 Replace with point-at-{eol,bol} throughout all files.
19341
19342 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
19343
19344 * ntlm.el (ntlm-string-as-unibyte): New macro.
19345 (ntlm-build-auth-response): Use it.
19346
19347 Remove Emacs 20 stuff:
19348 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19349 of delq and copy-sequence.
19350 * gnus-art.el (popup-menu): Remove the compiler macro.
19351 * nnmail.el (nnmail-split-fancy): Don't support customizing with
19352 Emacs 20.
19353
19354 2004-01-05 Simon Josefsson <jas@extundo.com>
19355
19356 * ntlm.el: Fix namespace. Change smb-passwd-hash into
19357 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19358 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19359 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19360 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19361 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19362 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19363 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19364 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19365 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19366 ntlm-string-permute, string-lshift into ntlm-string-lshift,
19367 string-xor into ntlm-string-xor.
19368 Suggested by Jesper Harder <harder@myrealbox.com>.
19369
19370 * ntlm.el: Don't include poem.
19371
19372 * md4.el (print-int32, print-string-hexa): Remove.
19373 Suggested by Jesper Harder <harder@myrealbox.com>.
19374
19375 * sasl-ntlm.el, ntlm.el, md4.el: New files.
19376
19377 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
19378 probably breaks emacs with DL patch, but do we care? Is anyone
19379 still using the DL stuff?)
19380
19381 * sieve-manage.el: Use the password package.
19382 (sieve-manage-read-passwd): Remove.
19383 (sieve-manage-interactive-login): Use password. Re-add
19384 condition-case around loop.
19385
19386 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19387 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19388 Use the password package.
19389
19390 2003-02-19 Simon Josefsson <jas@extundo.com>
19391
19392 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19393 token.
19394
19395 2002-08-07 Simon Josefsson <jas@extundo.com>
19396
19397 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19398 (sieve-manage-authenticators):
19399 (sieve-manage-authenticator-alist): Add some SASL mechs.
19400 (sieve-sasl-auth): New function.
19401 (sieve-manage-cram-md5-auth):
19402 (sieve-manage-plain-auth): Rewrite using SASL library.
19403 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19404 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19405 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19406 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19407
19408 2004-01-05 Simon Josefsson <jas@extundo.com>
19409
19410 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19411 New files.
19412
19413 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19414
19415 * gnus-group.el (gnus-no-groups-message): Update.
19416
19417 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19418
19419 2003-11-09 Simon Josefsson <jas@extundo.com>
19420
19421 * imap.el: Support for ID IMAP extension (RFC 2971).
19422 (imap-local-variables): Add imap-id.
19423 (imap-id): New variable.
19424 (imap-id): New function.
19425 (imap-parse-response): Parse untagged ID response.
19426 * nnimap.el (nnimap-id): New variable.
19427 (nnimap-open-connection): Use it.
19428
19429 2003-12-28 Simon Josefsson <jas@extundo.com>
19430
19431 * gnus-score.el (gnus-score-edit-all-score): New.
19432 * gnus-group.el (gnus-group-score-map): Bind it to W e.
19433
19434 2004-01-04 Simon Josefsson <jas@extundo.com>
19435
19436 * password.el: Add.
19437
19438 2004-01-04 Mario Lang <lang@zid.tugraz.at>
19439
19440 * dns.el (dns-query-types): Fix typo.
19441 (dns-query-types): New function.
19442 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
19443 PTR and SOA replies, see RFC 1035.
19444
19445 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19446
19447 * gnus.el (gnus-logo-color-style): Change colors to `no'.
19448
19449 * Move to Changelog.2.
19450
19451 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19452
19453 * gnus.el (gnus-version-number): Bump version.
19454
19455 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19456
19457 * gnus.el: No Gnus v0.1 is released.
19458
19459 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19460
19461 * gnus.el: No Gnus v0.0 is released.
19462
19463 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19464
19465 * gnus.el (gnus-version-number): Bump.
19466 (gnus-version): No.
19467
19468 See ChangeLog.2 for earlier changes.
19469
19470 Copyright (C) 2004-2011 Free Software Foundation, Inc.
19471
19472 This file is part of GNU Emacs.
19473
19474 GNU Emacs is free software: you can redistribute it and/or modify
19475 it under the terms of the GNU General Public License as published by
19476 the Free Software Foundation, either version 3 of the License, or
19477 (at your option) any later version.
19478
19479 GNU Emacs is distributed in the hope that it will be useful,
19480 but WITHOUT ANY WARRANTY; without even the implied warranty of
19481 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19482 GNU General Public License for more details.
19483
19484 You should have received a copy of the GNU General Public License
19485 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19486
19487 ;; Local Variables:
19488 ;; coding: utf-8
19489 ;; fill-column: 79
19490 ;; add-log-time-zone-rule: t
19491 ;; End: