1 2015-04-06 Paul Eggert <eggert@cs.ucla.edu>
3 Use American spelling for 'normalize'
4 * rtree.el (rtree-normalize-range): Rename from rtree-normalise-range.
5 All uses changed. Add an alias for obsolete usages.
7 2015-04-03 Katsumi Yamaoka <yamaoka@jpl.org>
9 * gnus-art.el (gnus-article-browse-html-save-cid-content):
10 Always return relative file name.
11 (gnus-article-browse-html-parts):
12 Make external links absolute and cid file names relative.
14 2015-04-01 Eric Abrahamsen <eric@ericabrahamsen.net>
16 * registry.el (registry-prune): Re-use `registry-full' in
17 `registry-prune'. It's a bit of redundant work, but safer.
18 Also ensure that target-size is an integer.
20 2015-03-31 Daiki Ueno <ueno@gnu.org>
22 * plstore.el (plstore--decrypt): Clear entry in
23 `plstore-passphrase-alist' if decryption failed (bug#20030).
25 2015-03-28 Adam Sjøgren <asjo@koldfront.dk>
27 * gnus-sum.el (gnus-summary-make-menu-bar): Add "Display HTML images"
30 2015-03-24 Eric Abrahamsen <eric@ericabrahamsen.net>
32 * nnimap.el (nnimap-split-incoming-mail): If a message is already
33 in the group it should be split to, don't re-copy it into the group.
35 2015-03-23 Ben Bacarisse <ben.lists@bsb.me.uk> (tiny change)
37 * nnmh.el (nnmh-request-expire-articles):
38 Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
40 2015-03-21 Eric Abrahamsen <eric@ericabrahamsen.net>
42 * registry.el (registry-lookup-secondary, registry-full)
43 (registry-prune, registry-collect-prune-candidates):
44 * gnus-registry.el (gnus-registry-load): Use slot names rather than
45 initarg names in `oref' and `oset'.
47 2015-03-19 Eric Abrahamsen <eric@ericabrahamsen.net>
49 * registry.el (registry-prune): Allow registry to reach full size
52 2015-03-19 Eric Abrahamsen <eric@ericabrahamsen.net>
54 * registry.el (registry-collect-prune-candidates): Fix call to
57 2015-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
59 * gnus-registry.el (gnus-registry-handle-action)
60 (gnus-registry-post-process-groups): Don't add-to-list on a local var.
61 (gnus-registry-keywords): Make it do something.
62 (gnus-registry-import-eld): Remove unused var `new-entry'.
63 (gnus-registry-action): Remove unused var `to-name'.
64 (gnus-registry-make-db): Prefer `make-instance' to avoid
66 (gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.
68 * registry.el (registry-db): Don't oset-default an instance-allocated
71 2015-03-10 Glenn Morris <rgm@gnu.org>
73 * message.el (message-valid-fqdn-regexp): Bump :version for
76 2015-03-08 Rasmus Pank Roulund <rasmus@pank.eu>
78 * gnus-notifications.el (gnus-notifications-action): Raise window
80 (gnus-notifications-action): Allow mark as read.
81 (gnus-notifications-notify): Show uption to mark as read.
83 2015-03-08 Adam Sjøgren <asjo@koldfront.dk>
85 * message.el (message-insert-formatted-citation-line): Change %F to
86 fall back to email address if no first name could be determined.
88 2015-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
90 * registry.el (registry-lookup-breaks-before-lexbind, registry-lookup)
91 (registry-search, registry-delete, registry-size, registry-insert)
92 (registry-reindex, registry-collect-prune-candidates):
93 * gnus-registry.el (gnus-registry-fixup-registry)
94 (gnus-registry-remove-extra-data): Use slot names rather than initarg
95 names in `oref' and `oset'.
97 2015-02-26 Katsumi Yamaoka <yamaoka@jpl.org>
99 * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
100 Fix point motion when removing displayed MIME part.
101 (gnus-article-edit-part): Make jumping to the next part really work
102 when deleting or stripping.
103 (gnus-mime-buttonize-attachments-in-header): Make header attachment
104 buttons identical to the ones in the article body so as to work deleting
107 2015-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
109 * mm-decode.el (mm-shr)
110 * mm-view.el (mm-inline-text-html-render-with-w3m):
111 Revert my bogus change that made the start marker of a part
112 the "moves after insertion" type.
114 2015-02-23 Tassilo Horn <tsdh@gnu.org>
116 * mailcap.el (mailcap-mime-data): Support `pdf-view-mode' (from PDF
117 Tools: https://github.com/politza/pdf-tools) for viewing PDF
118 attachments in emacs.
120 2015-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
122 * gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error.
124 2015-02-18 Eric Abrahamsen <eric@ericabrahamsen.net>
126 * nnimap.el (nnimap-get-groups): Correctly read unquoted group names
127 from the server LIST response.
129 2015-02-14 Lars Ingebrigtsen <larsi@gnus.org>
131 * nnimap.el (nnimap-retrieve-headers): If the server closes connection
132 during header retrieval, error out instead of interpreting the data in
133 the buffer as the only messages there. This way, we don't mark
134 articles as read on a server hangup (bug#19035).
136 * mm-decode.el (mm-head-p): New function.
137 (mm-display-part): Go to a blank line when inserting parts internally.
139 2015-02-13 Lars Ingebrigtsen <larsi@gnus.org>
141 * gnus-msg.el (gnus-msg-mail): Don't let-bind `gnus-newsgroup-name' so
142 that we don't get a warning when setting the buffer-local variable
145 * nnmail.el (nnmail-expiry-target-group): Supply the info structure to
146 `gnus-request-group'.
148 2015-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
150 * gnus-art.el (gnus-article-browse-html-save-cid-content)
151 (gnus-article-browse-html-parts): Make cid file names relative if and
152 only if html doesn't specify <base> directory.
154 2015-02-11 Lars Ingebrigtsen <larsi@gnus.org>
156 * gnus-art.el (gnus-treat-buttonize): Don't re-buttonize URLs in HTML
157 parts, because that breaks filling (since buttons are in a bold face).
159 2015-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
161 * mm-decode.el (mm-convert-shr-links): Delete useless variable `face';
162 use gnus-overlays-at and gnus-overlay-put.
164 2015-02-10 Lars Ingebrigtsen <larsi@gnus.org>
166 * mm-decode.el (mm-shr): Only pass the fill column when not using
167 fonts, because limiting the width to what's appropriate for followups
168 doesn't really help when not using proportional fonts.
170 2015-02-09 Lars Ingebrigtsen <larsi@gnus.org>
172 * mm-decode.el (mm-convert-shr-links): Don't overwrite the faces from
173 shr, beacause that breaks folding.
174 (mm-shr): Don't shorten the width when using fonts.
176 2015-02-05 Teodor Zlatanov <tzz@lifelogs.com>
178 * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Remove
179 variable; always check the newrc timestamp.
180 (gnus-save-newsrc-file): Always check timestamp.
182 2015-02-05 Timo Lilja <timo.lilja@iki.fi> (tiny change)
184 * mail-source.el (mail-source-call-script): If scripts exit with an
185 error, pop up an error buffer.
187 2015-02-05 Lars Ingebrigtsen <larsi@gnus.org>
189 * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
192 * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
195 2015-02-05 Vincent Bernat <bernat@luffy.cx> (tiny change)
197 * nnimap.el (nnimap-request-group-scan): Fix the function name.
199 * gnus-int.el (gnus-request-group-scan): Use the correct function name.
201 2015-02-05 Lars Ingebrigtsen <larsi@gnus.org>
203 * gnus-sum.el (gnus-select-newsgroup): Pass the group info along so
204 that nnimap works for non-activated backends.
206 2015-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
208 * mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
209 message, since we already get an obsolescence message. Use `declare'.
211 2015-02-04 Eric Abrahamsen <eric@ericabrahamsen.net>
213 * nnir.el: Revert "Enable non-ASCII IMAP searches".
215 2015-01-30 Glenn Morris <rgm@gnu.org>
217 * gnus-registry.el (gnus-registry-max-pruned-entries)
218 (gnus-registry-prune-factor, gnus-registry-default-sort-function):
220 (gnus-registry-default-sort-function): Improve :type.
222 2015-01-29 Lars Ingebrigtsen <larsi@gnus.org>
224 * nnimap.el (nnimap-request-group): Allow running this function on
225 groups that don't exist in Gnus yet.
226 (nnimap-request-group): Revert previous patch since that made it
227 impossible to enter nnimap groups.
229 * message.el (message-smtpmail-send-it): Remove the mail header
230 separator before sending.
232 2015-01-28 Elias Oltmanns <eo@nebensachen.de>
234 * nnimap.el (nnimap-find-expired-articles): Fix handling of
235 (expiry-wait . never).
237 2015-01-28 Lars Ingebrigtsen <larsi@gnus.org>
239 * nnimap.el (nnimap-request-group): Clear the buffer before returning
242 2015-01-27 Lars Ingebrigtsen <larsi@gnus.org>
244 * nnir.el (nnir-imap-expr-to-imap): Check for literal+ capability in
247 2015-01-27 Eric Abrahamsen <eric@ericabrahamsen.net>
249 * nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
251 * nnmairix.el ("nnmairix"): Declare nnmairix as virtual.
253 * gnus-bcklg.el (gnus-backlog-enter-article): No virtual groups should
254 be added to the backlog.
256 2015-01-26 Trevor Murphy <trevor.m.murphy@gmail.com>
258 * nnimap.el (nnimap-header-parameters): Refactor and request
259 X-GM-LABELS if it's been announced.
260 (nnimap-transform-headers): Gather and output GM-LABELS.
262 2015-01-26 Peder O. Klingenberg <peder@klingenberg.no>
264 * mm-decode.el (mm-display-part): Make non-string methods work.
265 Non-string methods are funcalled and work just fine, the test was
267 * mm-decode.el (mm-display-external): Show "external" lisp viewers in
270 2015-01-26 Lars Ingebrigtsen <larsi@gnus.org>
272 * nnimap.el (nnimap-request-accept-article): Allow respooling using
275 * gnus-group.el (gnus-group-get-new-news-this-group): Explicitly
276 request rescans when being run interactively.
278 * nnimap.el (nnimap-request-group): Don't rescan the group here,
279 because that can be very slow in large groups.
281 * gnus-int.el (gnus-request-group-scan): New backend function.
283 * nnimap.el (nnimap-request-scan-group): Implement in on IMAP.
285 2015-01-25 Lars Ingebrigtsen <larsi@gnus.org>
287 * gnus-group.el (gnus-group-suspend): Close all backends.
289 2015-01-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
291 * nntp.el (nntp-send-authinfo): Error out if the password is wrong.
293 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
295 * registry.el: Don't use <class> as a variable.
297 2014-12-29 Paul Eggert <eggert@cs.ucla.edu>
299 * message.el (message-make-fqdn):
300 * nnvirtual.el (nnvirtual-retrieve-headers)
301 (nnvirtual-update-xref-header): Prefer (system-name) to system-name,
302 and avoid naming locals 'system-name'.
304 2014-12-29 Lars Ingebrigtsen <larsi@gnus.org>
306 * mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that
307 lines don't get overlong when responding.
309 2014-12-19 Andreas Schwab <schwab@linux-m68k.org>
311 * gnus-group.el (gnus-read-ephemeral-bug-group):
312 Bind coding-system-for-read and coding-system-for-write only around
313 with-temp-file, and make buffer unibyte. Don't write temp file twice.
315 2014-12-18 Paul Eggert <eggert@cs.ucla.edu>
317 * registry.el (registry-db): Set default slot later.
318 This is because its value is not a literal integer.
320 2014-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
322 * mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and
325 * gnus-art.el: Fix up compiler warnings.
326 (article-display-face, article-display-x-face): Remove unused `face'.
327 (gnus-article-browse-html-save-cid-content): Remove unused var `type'.
328 (article-date-ut): Remove unused var `first'.
329 (gnus-article-prepare): Remove unused var `gnus-article'.
330 (gnus-mime-save-part-and-strip): Remove unused var `param'.
331 (gnus-mime-inline-part): Remove unused vars `charset', `contents', and
332 `coding-system' along with corresponding dead code.
333 (gnus-mime-view-part-externally): Remove unused var
334 `mm-user-display-methods'.
335 (gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
336 (gnus-display-mime): Remove unused var `handle'.
337 (gnus-mime-display-alternative): Remove unused var `props'.
338 (gnus-article-read-summary-keys): Remove unused var `up-to-top'.
339 (gnus-article-edit-done): Remove unused var `p'.
340 (gnus-url-mailto): Remove unused var `to'.
341 (gnus-treat-article): Let-bind gnus-treat-condition, part-number,
342 total-parts, and gnus-treat-type explicitly. Remove unused var `elem'.
344 2014-12-18 Eric Abrahamsen <eric@ericabrahamsen.net>
346 * registry.el (registry-db): Consolidate the :max-hard and :max-soft
347 slots into a :max-size slot.
348 (registry-db-version): Add new variable for database version number.
349 (registry-prune): Use :max-size slot. Accept and use a sort-function
351 (registry-collect-prune-candidates): Add new function for finding
352 non-precious pruning candidates.
353 (registry-prune-hard-candidates, registry-prune-soft-candidates):
354 Remove obsolete functions.
355 (initialize-instance): Upgrade registry version when starting.
357 * gnus-registry.el (gnus-registry-prune-factor): Add new variable.
358 (gnus-registry-max-pruned-entries): Remove obsolete variable.
359 (gnus-registry-cache-file): Change default
360 filename extension to "eieio".
361 (gnus-registry-read): Add new function, split out from
362 `gnus-registry-load', that does the actual object reading.
363 (gnus-registry-load): Use it. Add condition case handler to check for
364 old filename extension and rename to the new one.
365 (gnus-registry-default-sort-function): New variable to specify a sort
366 function to use when pruning.
367 (gnus-registry-save, gnus-registry-insert): Use it.
368 (gnus-registry-sort-by-creation-time): Define a default sort function.
370 2014-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
372 * gnus-art.el (gnus-article-mime-handles): Refactor out into own
374 (gnus-mime-buttonize-attachments-in-header): Adjust.
376 2014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
378 * message.el (message-change-subject): Really check whether the subject
381 2014-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
383 * mailcap.el (mailcap-mime-data): Add doc-view-mode as a viewer for
385 (mailcap-view-mime): New function.
387 2014-12-01 Glenn Morris <rgm@gnu.org>
389 * gnus-cloud.el (gnus-cloud): Add :version tag.
391 2014-11-29 John Mastro <john.b.mastro@gmail.com> (tiny change)
393 * auth-source.el (auth-source-macos-keychain-search-items): Return
394 result of `auth-source-macos-keychain-result-append' (bug#19074).
396 2014-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
398 * gnus-art.el (gnus-use-idna):
399 * gnus-sum.el (gnus-summary-idna-message):
400 * message.el (message-use-idna):
401 Protect against nil value for idna-program.
403 * message.el (message-use-idna): Load Mule-UCS for XEmacs 21.4.
405 2014-11-25 Glenn Morris <rgm@gnu.org>
407 * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
410 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
412 * pop3.el (pop3-open-server): Warn unless encrypted.
414 * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
416 2014-11-17 Albert Krewinkel <albert@zeitkraut.de>
418 * message.el (message-valid-fqdn-regexp): Add non-internaional new
421 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
423 * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
424 discarding changes in ephemeral groups.
426 * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
427 things the user isn't interested in.
429 2014-11-13 Julien Danjou <jd@abydos>
431 * gnus-notifications.el (gnus-notifications-notify): Provide both
432 app-icon and image-path.
434 2014-11-10 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
436 * gnus/mm-url.el (mm-url-encode-multipart-form-data):
437 Restore to handle "multipart/form-data" by eww.
439 2014-11-07 Tassilo Horn <tsdh@gnu.org>
441 * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
444 2014-10-29 Paul Eggert <eggert@cs.ucla.edu>
446 Simplify use of current-time and friends.
447 * gnus-delay.el (gnus-delay-article):
448 * gnus-sum.el (gnus-summary-read-document):
449 * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
450 * message.el (message-make-expires-date):
451 Omit unnecessary call to current-time.
452 * gnus-util.el (gnus-float-time): Simplify to an alias because
453 time-to-seconds now behaves like float-time with respect to nil arg.
454 (gnus-seconds-year): Don't call current-time twice to get the current
455 time stamp, as this can lead to inconsistent results.
457 2014-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
459 * gnus.el (gnus-mode-line-buffer-identification):
460 Don't add image data for a non-graphic display (bug#18813).
462 2014-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
464 * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
465 load-path, it blocks autoloading of find-image (bug#18813).
467 2014-10-24 enami tsugutomo <tsugutomo.enami@jp.sony.com>
469 * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
470 to keep connection open (bug#18728).
472 2014-10-20 Glenn Morris <rgm@gnu.org>
474 * Merge in all changes up to 24.4 release.
476 2014-10-15 Jorge A. Alfaro-Murillo <jorge.alfaro-murillo@yale.edu> (tiny change)
478 * message.el (message-insert-signature): Use `newline' instead of
479 inserting explicit "\n".
481 2014-10-15 Sylvain Chouleur <sylvain.chouleur@gmail.com>
483 * gnus-icalendar.el: Support vcal format timezones.
484 (gnus-icalendar-event--decode-datefield): Use icalendar functions to
485 compute dates with associated timezone.
486 (gnus-icalendar-event-from-ical): Compute all timezones.
488 2014-10-14 Teodor Zlatanov <tzz@lifelogs.com>
490 * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
491 check the newsrc.eld file's timestamp before saving it.
492 (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
493 timestamp has changed to be newer.
495 2014-10-06 Jan Tatarik <jan.tatarik@gmail.com>
497 * gnus-icalendar.el (gnus-icalendar-identities):
498 Include message-alternative-emails.
500 2014-10-04 Alan Schmitt <alan.schmitt@polytechnique.org> (tiny change)
502 * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
503 expired messages only when it was built in reverse order.
505 2014-10-04 Peter Münster <pmlists@free.fr> (tiny change)
507 * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
508 last so it can be used in `message-send-hook'.
510 2014-10-02 Daiki Ueno <ueno@gnu.org>
512 * mml.el (mml-parse-1): Error out if unknown mode is specified in
513 <#secure> tag (bug#18513).
515 2014-09-29 Daiki Ueno <ueno@gnu.org>
517 * mml.el (mml-parse-1): Error out if unknown mode is specified in
518 <#secure> tag (bug#18513).
520 2014-09-11 Paul Eggert <eggert@cs.ucla.edu>
522 * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
525 2014-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
527 * gnus-art.el (gnus-article-browse-html-save-cid-content)
528 (gnus-article-browse-html-parts):
529 Revert last change that breaks links other than cid contents.
531 2014-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
533 * gnus-art.el (gnus-article-browse-html-save-cid-content)
534 (gnus-article-browse-html-parts): Make cid file names relative.
536 2014-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
538 * mm-view.el (mm-display-inline-fontify): Make the working buffer
539 temporarily displayed when running a mode function (at least org-mode
542 2014-08-14 Alan Schmitt <alan.schmitt@polytechnique.org>
544 * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
545 the gnus-summary-article-expire-hook should be told where the function
546 is going. In particular, the Gnus registry might want to know.
548 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
550 * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
552 2014-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
554 * gnus-sum.el (gnus-summary-expire-articles): Revert.
556 2014-08-05 Eric Abrahamsen <eric@ericabrahamsen.net>
558 * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
559 the gnus-summary-article-expire-hook should be told where the function
560 is going. In particular, the Gnus registry might want to know.
562 2014-07-31 Tassilo Horn <tsdh@gnu.org>
564 * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
567 2014-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
569 * gnus-utils.el (gnus-recursive-directory-files):
570 Unify hard or symbolic links (bug#18063).
572 2013-07-17 Albert Krewinkel <albert@zeitkraut.de>
574 * gnus-msg.el (gnus-configure-posting-style):
575 Allow string replacements in values when matching against a header.
577 2014-07-07 Katsumi Yamaoka <yamaoka@jpl.org>
579 * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
580 the dribble buffer even when it is shrunk a lot.
581 <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
583 2014-06-26 Glenn Morris <rgm@gnu.org>
585 * mm-util.el (help-function-arglist): Remove outdated declaration.
587 2014-06-24 Andreas Schwab <schwab@linux-m68k.org>
589 * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
590 attribute values. (Bug#17834)
592 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
594 * gnus-sum.el (gnus-summary-edit-article-done):
595 Prefer point-marker to copy-marker of point.
597 2014-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
599 * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
600 (gnus-article-read-summary-keys):
601 Don't bug out when there is no article in the summary buffer.
602 (gnus-mime-buttonize-attachments-in-header):
603 Improve criterion that finds parts to display.
605 * gnus-art.el (gnus-mm-display-part):
606 * mm-decode.el (mm-shr):
607 * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
608 (mm-insert-inline): Revert last changes.
610 2014-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
612 * gnus-art.el (gnus-mm-display-part):
613 * mm-decode.el (mm-shr):
614 * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
615 (mm-insert-inline): Set insertion type of end-marker, not only
616 start-marker, of undisplayer so as to stay after inserted text.
618 2014-06-02 Andreas Schwab <schwab@linux-m68k.org>
620 * html2text.el (html2text-get-attr): Fix typo when splitting value from
621 attribute. (Bug#17613)
623 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
625 * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
626 * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
628 2014-05-15 Katsumi Yamaoka <yamaoka@jpl.org>
630 * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
631 Don't delete next part button; keep spacing between buttons.
633 2014-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
635 * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
636 Work for the last MIME part in an article.
637 (gnus-mime-display-single): Suppress excessive newlines between parts.
639 * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
640 by leading or trailing newline.
642 2014-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
644 * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
645 while prompting a user for a file name, etc.
646 (gnus-mime-display-single): Display part with a common appearance no
647 matter whether MIME button is omitted or not; don't add duplicate entry
648 to gnus-article-mime-handle-alist.
649 (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
651 2014-05-08 Adam Sjøgren <asjo@koldfront.dk>
653 * mml2015.el (mml2015-display-key-image): New variable.
655 2014-05-08 Glenn Morris <rgm@gnu.org>
657 * gnus-fun.el (gnus-grab-cam-face):
658 Do not use predictable temp-file name. (http://bugs.debian.org/747100)
659 This is CVE-2014-3421.
661 2014-05-04 Glenn Morris <rgm@gnu.org>
663 * gnus-registry.el (gnus-registry-install-p): Doc fix.
665 2014-05-02 Katsumi Yamaoka <yamaoka@jpl.org>
667 * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
668 the displaying state of a part.
669 (gnus-mm-display-part): Don't insert a newline in the beginning of
670 a part like gnus-mime-inline-part doesn't; work for XEmacs.
672 * mm-decode.el (mm-display-part): Don't insert a newline in the top.
673 (mm-shr): Make undisplayer unbreakable.
675 * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
676 Don't insert excessive newline.
677 (mm-inline-text-html-render-with-w3m, mm-inline-text)
678 (mm-insert-inline): Make undisplayer unbreakable.
680 2014-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
682 * gnus-art.el (gnus-mm-display-part):
683 Highlight header attachment buttons.
685 2014-04-30 Katsumi Yamaoka <yamaoka@jpl.org>
687 * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
688 a part; redisplay a button (enbugged in 2014-03-23).
690 2014-04-27 Teodor Zlatanov <tzz@lifelogs.com>
692 * auth-source.el (auth-source-search, auth-source-search-backends):
693 Treat :max 0 as an indicator that a boolean return is wanted, as
694 documented. Reported by Joe Bloggs.
696 2014-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
698 * gnus-icalendar.el: Require gnus-art.
700 2014-04-20 Jan Tatarik <jan.tatarik@gmail.com>
702 * gnus-icalendar.el (gnus-icalendar-event->org-entry)
703 (gnus-icalendar--update-org-event): put event timestamp in
704 the org entry body instead of the drawer.
705 (gnus-icalendar-event--get-attendee-names): list of participants should
706 contain even attendees without common name attribute.
707 (gnus-icalendar--update-org-event): don't generate duplicates of empty
708 property tags in org drawers.
710 2014-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
712 * gmm-utils.el (gmm-format-time-string): New function.
714 * message.el (message-insert-formatted-citation-line): Use the original
715 author's time zone to express a date string.
717 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
719 * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
720 (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
721 (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
722 Silence compiler warnings.
723 (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
725 2014-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
727 * mml.el: Require url when compiling.
729 * gnus-cloud.el (gnus-cloud-parse-version-1):
730 Use plist-get rather than CL's getf.
731 (gnus-activate-group, gnus-subscribe-group): Declare.
733 * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
735 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
737 * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
738 buttons when toggling the header off.
740 2014-03-23 Daiki Ueno <ueno@gnu.org>
742 * mml2015.el (mml2015-use): Don't check the availability of GnuPG
743 commands here; instead, only check if epg-config.el is available.
745 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
747 * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
748 messages with embedded images.
749 (mml-generate-mime): Don't bug out if you don't have libxml.
751 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
753 * message.el (message-make-html-message-with-image-files): New command.
755 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
757 * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
759 2014-03-23 David Engster <deng@randomsample.de>
761 * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
762 to stay compatible with older Emacsen, so replace `cl-loop' with
765 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
767 * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
768 Display header attachment buttons by gnus-article-prepare-display
769 rather than gnus-article-prepare so as to view in mml-preview as well.
771 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
773 * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
774 (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
776 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
778 * gnus-art.el (gnus-mime-buttonize-attachments-in-header):
779 Display buttons that are hidden in unselected alternative part as well.
780 (gnus-mime-display-alternative): Redraw attachment buttons in header.
782 * gmm-utils.el (gmm-labels): Add edebug spec.
784 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
786 * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
788 (gnus-server-toggle-cloud-server): Only allow clouding applicable
791 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
793 * gnus.el (gnus-copy-overlay, gnus-overlays-at): New functions.
795 * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
797 (gnus-mime-buttonize-attachments-in-header): New function.
798 (gnus-article-prepare): Use it.
799 (gnus-mime-inline-part): Suppress extra newline.
800 (gnus-mm-display-part): Save excursion;
801 remove useless deleting and adding of buttons.
802 (gnus-insert-mime-button): Allow insertion in the middle of a line.
804 * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
805 Add gnus-mime-buttonize-attachments-in-header.
807 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
809 * nnimap.el (nnimap-request-articles): New command to download several
812 * gnus.el (gnus-variable-list): Save Cloud variables.
814 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
816 * gnus-cloud.el: New file to provide the Emacs Cloud.
818 * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
819 `url-retrieve-synchronously', apparently.
821 * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
824 * nnrss.el (libxml-parse-html-region): Silence compilation error.
826 2014-03-23 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
828 * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
829 `gnus-group-split-fancy'.
831 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
833 * message.el (message-remove-header): Doc fix.
834 (message-forward-included-headers): New variable.
835 (message-remove-ignored-headers): Use it.
837 2014-03-23 Dave Abrahams <dave@boostpro.com>
839 * gnus-sum.el (gnus-summary-open-group-with-article): New command.
841 2014-03-23 Rasmus Pank Roulund <emacs@pank.eu>
843 * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
844 from random face commands.
845 (gnus-face-directory): Like `gnus-x-face-directory` for png files and
847 (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
848 (gnus--random-face-with-type): Generic function returning a face-type
850 (gnus--insert-random-face-with-type): Generic function inserting a face
851 in a message buffer header.
852 (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
853 (gnus-insert-random-x-face-header): Rewritten to use
854 `gnus--insert-random-face-with-type`.
855 (gnus-random-face): Return random (png) Face as string.
856 (nus-insert-random-face-header): Insert random (png) Face in a message
859 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
861 * mm-url.el: Remove all usage of w3.
865 * mm-decode.el: Ditto.
869 * gnus-setup.el: Remove outdated file.
871 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
873 * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
876 2014-03-07 George McNinch <gmcninch@gmail.com> (tiny change)
878 * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
879 999 correctly (i.e. "1,342").
881 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
883 * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
884 out if the directory doesn't exist.
886 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
888 * gnus-group.el (gnus-group-make-group): Clarify prompt.
890 2014-02-22 Daniel Colascione <dancol@dancol.org>
892 * auth-source.el (auth-source-secrets-listify-pattern): New function.
893 (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
894 instead, build list of patterns.
896 2014-02-13 Teodor Zlatanov <tzz@lifelogs.com>
898 * auth-source.el (auth-sources): Add pointer to what the .gpg extension
899 in `auth-sources' means and link to EPA docs.
901 2014-02-12 Lars Ingebrigtsen <larsi@gnus.org>
903 * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
906 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
908 * message.el (message-tab): Mention what happens on normal tabs
911 2014-02-08 Glenn Morris <rgm@gnu.org>
913 * auth-source.el (auth-sources): Doc fix. (Bug#16642)
915 2014-02-07 Lars Ingebrigtsen <larsi@gnus.org>
917 * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
918 with an empty string.
920 2014-02-06 Lars Ingebrigtsen <larsi@gnus.org>
922 * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
923 buffer-local in some buffers, so bind it explicitly in the buffer we're
924 trying to cancel the article in (bug#10808).
926 2014-02-05 Lars Ingebrigtsen <larsi@gnus.org>
928 * gnus-int.el (gnus-request-accept-article): Doc fix.
930 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
932 * nnir.el (nnir-request-update-mark): Don't try to update the source
933 group if we can't find it (bug#16611).
935 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
937 * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
939 2014-01-31 Dave Abrahams <dave@boostpro.com>
941 * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
942 in the summary buffer (bug#13769).
944 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
946 * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
947 name if we're using a single article buffer. Otherwise, it may point
948 to a killed buffer (bug#13756).
950 2014-01-30 Lars Ingebrigtsen <larsi@gnus.org>
952 * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
953 the match data, just save and restore it explicitly (bug#12375).
955 * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
958 * spam.el (spam-initialize): Allow calling repeatedly, but only run the
959 the code once (bug#9069).
961 2014-01-18 Steinar Bang <sb@dod.no>
963 * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
966 2014-01-09 Ken Olum <kdo@cosmos.phy.tufts.edu>
968 * message.el (message-bury): Call bury-buffer with no argument
969 in the message-return-action case too.
971 2014-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
973 * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
974 (nnimap-split-fancy, nnimap-split-methods): Declare.
976 * mm-util.el (help-function-arglist): Declare.
978 2013-12-28 Glenn Morris <rgm@gnu.org>
980 * gnus-sieve.el (gnus-sieve-select-method):
981 * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
982 (gravatar-rating, gravatar-size):
983 * message.el (message-minibuffer-local-map):
984 * sieve-manage.el (sieve-manage-authenticators)
985 (sieve-manage-authenticator-alist): Specify custom types.
987 * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
988 * gnus-sum.el (gnus-subthread-sort-functions): Add version.
989 * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
991 * auth-source.el (auth-sources):
992 * nnmairix.el (nnmairix-propagate-marks-upon-close):
995 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
997 * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
998 we get proper traces there, too.
1000 2013-12-26 Sean Connor <sconnor005@allyinics.org> (tiny change)
1002 * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
1003 value of the parameters if the current article has a Reply-To or From
1006 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
1008 * gnus.el (gnus-group-buffer): Remove duplicate definition.
1010 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1012 * gnus-sum.el (gnus-summary-exit): Stop animations.
1014 2013-12-19 Juri Linkov <juri@jurta.org>
1016 * gnus.el (gnus-suppress-keymap):
1017 * gnus-art.el (gnus-article-mode-map):
1018 * gnus-group.el (gnus-group-mode-map):
1019 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
1020 Remove [backspace] key binding because it shadows DEL (bug#16035).
1022 * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
1024 2013-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1026 * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
1027 Make sure work directory exists.
1028 (gnus-uu-digest-mail-forward): Store temporary files in work directory
1029 rather than tmp directory.
1030 (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
1031 not necessarily always run, with it.
1033 2013-12-18 Jan Tatarik <jan.tatarik@gmail.com>
1035 * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
1036 value of gnus-icalendar-additional-identities work without restart.
1038 2013-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1040 * mm-util.el (mm-make-temp-file):
1041 Alias to make-temp-file for modern Emacsen.
1043 2013-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
1045 * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
1046 nnir-article-number and nnir-article-group.
1048 2013-12-03 Vitalie Spinu <spinuvit@gmail.com>
1050 * message.el (message-send-mail-with-sendmail):
1051 Don't kill error buffer if sending fails.
1053 2013-11-28 Jan Tatarik <jan.tatarik@gmail.com>
1055 * gnus-icalendar.el (gnus-icalendar-event-from-ical)
1056 (gnus-icalendar-event->org-entry)
1057 (gnus-icalendar--update-org-event)
1058 (gnus-icalendar-event->gnus-calendar): Distinguish between
1059 required/optional/non-participant attendee status. Fix bug causing
1060 the first required event participant to be omitted.
1062 2013-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1064 * gnus-art.el (article-de-quoted-unreadable)
1065 (article-de-base64-unreadable, gnus-mime-copy-part)
1066 * gnus-html.el (gnus-article-html)
1067 * mm-view.el (mm-inline-text-html-render-with-w3)
1068 (mm-inline-text-html-render-with-w3m-standalone)
1069 * rfc2231.el (rfc2231-decode-encoded-string):
1070 Allow overriding charset by mm-charset-override-alist.
1072 * gnus-art.el (gnus-article-browse-html-parts):
1073 Replace LWSPs with ` 's in header.
1075 Work for broken Chinese articles.
1077 * gnus-art.el (gnus-article-browse-html-save-cid-content):
1078 Exclude broken handles that gnus-summary-enter-digest-group may create.
1079 (gnus-article-browse-html-parts):
1080 Allow overriding charset by mm-charset-override-alist.
1082 2013-11-21 Jan Tatarik <jan.tatarik@gmail.com>
1084 * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
1085 (gnus-icalendar-identities): Support additional-identities.
1087 * gnus-icalendar.el (gnus-icalendar-event:org-timestamp):
1088 Fix org-timestamp for events ending at midnight.
1090 2013-11-21 Ivan Shmakov <ivan@siamics.net>
1092 * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p):
1093 Support debbugs .log files.
1095 2013-11-20 Dave Goldberg <david.goldberg6@verizon.net>
1097 * message.el (message-beginning-of-line):
1098 Use beginning-of-visual-line when visual-line-mode is turned on.
1100 2013-11-15 Jan Tatarik <jan.tatarik@gmail.com>
1102 * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
1103 (gnus-icalendar-event-from-ical)
1104 (gnus-icalendar-event->org-entry)
1105 (gnus-icalendar--update-org-event): Required/optional participation,
1106 list of attendees synced to org.
1108 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
1110 * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
1111 (gnus-icalendar-event:inline-org-buttons): Allow for appointment
1112 cancellations to be synced to org if the original appt has an org
1115 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
1117 * gnus-icalendar.el (gnus-icalendar--format-summary-line)
1118 (gnus-icalendar-event->org-entry)
1119 (gnus-icalendar--update-org-event)
1120 (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
1122 2013-11-12 Jan Tatarik <jan.tatarik@gmail.com>
1124 * gnus-icalendar.el (gnus-icalendar-event-from-ical):
1125 Fix timezone handling in gnus-icalendar export to org.
1127 2013-11-05 Katsumi Yamaoka <yamaoka@jpl.org>
1129 * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
1131 2013-10-30 Glenn Morris <rgm@gnu.org>
1133 * gnus-group.el (gnus-group-browse-foreign-server):
1134 * gnus-int.el (gnus-start-news-server):
1135 Silence compiler obsolescence warning.
1137 2013-10-29 Teodor Zlatanov <tzz@lifelogs.com>
1139 * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
1140 `nnoo-current-server' first, then for the actual `nnimap-address' to
1141 allow netrc entries for the nnoo server to coexist with netrc entries
1142 for the `nnimap-address'.
1144 2013-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
1146 * mm-decode.el (mm-dissect-buffer): Revert last change.
1147 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1148 The problem that motivated those changes was attributed to a broken
1149 mail sender, and has been fixed.
1151 2013-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
1153 * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
1154 token is missing in the Content-Type header.
1156 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
1158 2013-09-18 Glenn Morris <rgm@gnu.org>
1160 * gnus-util.el (image-size): Declare.
1162 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
1164 * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
1165 (gnus-icalendar-event-from-ical)
1166 (gnus-icalendar-event--build-reply-event-body)
1167 (gnus-icalendar-event-reply-from-buffer)
1168 (gnus-icalendar-find-org-event-file)
1169 (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
1170 (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
1172 * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
1174 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1176 * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
1177 Use save-current-buffer.
1178 (gnus-tree-mode-map): Initialize in the declaration.
1179 (gnus-pick-mouse-pick-region): Remove unused var `fun'.
1180 (scroll-in-place): Defvar it.
1181 (gnus-tmp-*): Defvar them.
1182 (gnus-get-tree-buffer): Use derived-mode-p.
1183 (gnus--let-eval): New macro.
1184 (gnus-tree-highlight-node): Use it to avoid dynamic binding of
1185 non-prefixed variables.
1186 (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
1188 * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
1189 vars since it doesn't seem to be available.
1190 (gnus-set-global-variables, gnus-summary-read-group-1)
1191 (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
1192 (gnus-summary-display-article, gnus-summary-select-article)
1193 (gnus-summary-next-article, gnus-offer-save-summaries)
1194 (gnus-summary-generic-mark): Use derived-mode-p.
1195 (gnus-summary-read-group-1, gnus-summary-exit)
1196 (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
1197 Adjust calls to gnus-tree-close and gnus-tree-open.
1199 * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
1201 * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
1202 (gnus-agent-mode): Use derived-mode-p.
1203 (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
1204 gnus-command-method and *-command-method to nil, but bind
1205 gnus-command-method to *-command-method instead!
1206 (gnus-agent-fetch-articles): Remove unused var `id'.
1207 (gnus-agent-fetch-headers): Remove unused arg `force'.
1208 (gnus-agent-braid-nov): Remove unused arg `group'. Adjust callers.
1209 (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
1210 (gnus-agent-short-article, gnus-agent-long-article)
1211 (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
1213 (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
1215 (gnus-tmp-name, gnus-tmp-groups): Defvar them.
1216 (gnus-get-predicate): Push in front of the cache, rather than end.
1217 (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
1218 (gnus-agent-expire-group-1): Use push. Don't abuse dyn-binding.
1219 (gnus-agent-expire-unagentized-dirs): Don't rebind
1220 gnus-agent-expire-current-dirs since the defvar silences the warning.
1221 (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
1222 (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
1223 (gnus-agent-regenerate): Simplify interactive spec and doc.
1225 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
1227 * gnus-int.el (gnus-open-server): Silence compiler.
1229 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1231 * message.el (message-display-completion-list): Abolish.
1232 (message-completion-in-region): Use display-completion-list.
1234 2013-09-17 Glenn Morris <rgm@gnu.org>
1236 * gnus-util.el (gnus-message-with-timestamp-1):
1237 Use `messages-buffer' function if available. Ignore read-only.
1239 2013-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
1241 * message.el (message-expand-group, message-completion-in-region):
1242 Correct the order of start and end of a region.
1244 2013-09-13 Glenn Morris <rgm@gnu.org>
1246 * mml2015.el (gnus-create-image): Autoload it.
1248 * gnus-spec.el (gnus-xmas-format): Fix weird error call.
1250 * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
1251 (image-size): Declare.
1253 2013-09-12 Glenn Morris <rgm@gnu.org>
1255 * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
1256 Avoid using `find', which i) might not be defined at runtime;
1257 ii) does not work, since its default test is eql, not equal.
1258 (gnus-mime-action-alist): Declare.
1260 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1262 * score-mode.el (gnus-score-mode-map): Move initialization
1264 (gnus-score-mode): Use define-derived-mode.
1265 * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
1266 * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
1268 (gnus-kill-file-mode): Use define-derived-mode.
1269 (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
1271 * gnus-group.el (gnus-group-mode): Use define-derived-mode.
1272 (gnus-group-setup-buffer, gnus-group-name-at-point)
1273 (gnus-group-make-web-group, gnus-group-enter-directory)
1274 (gnus-group-suspend): Use derived-mode-p.
1275 * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
1276 * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
1277 * gnus-art.el (gnus-article-mode): Use define-derived-mode.
1278 (gnus-article-setup-buffer, gnus-article-prepare)
1279 (gnus-article-prepare-display, gnus-sticky-article)
1280 (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
1281 (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
1282 (gnus-article-read-summary-keys): Use derived-mode-p.
1284 2013-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
1286 * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
1288 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
1290 * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
1291 shift_jis from the default value set for Japanese users.
1293 2013-08-13 Glenn Morris <rgm@gnu.org>
1295 * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
1297 * gnus.el (gnus-valid-select-methods): Fix type.
1299 * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
1301 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
1303 * mm-decode.el (mm-display-external): Run a timer for the temp files
1304 deletion after a viewer exits; add a deletion timer for the needsterm
1307 * mm-decode.el (mm-display-external): Try to delete temporary files by
1308 using a 1-min. timer.
1310 2013-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
1312 * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
1313 New internal variables.
1314 (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
1315 (mm-display-external): Use it to delete temporary files instead of
1318 2013-08-06 Jan Tatarik <jan.tatarik@gmail.com>
1320 * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
1321 with cond for backwards compatability.
1323 2013-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
1325 * mm-decode.el (mm-display-external): Bind process-connection-type to
1326 nil; don't delete a temp file immediately even if a viewer finishes,
1327 since it may be a shell script, like xdg-open, that launches a real
1328 viewer program belatedly.
1330 2013-08-05 Dave Abrahams <dave@boostpro.com>
1332 * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
1333 that we can create nndoc groups that excerpt other groups.
1335 2013-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1337 * gnus-delay.el (gnus-delay-article): Fix typo.
1339 * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
1342 * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
1343 we can get spell-checking etc.
1345 2013-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
1347 * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
1348 a single one used for encoding the whole text in a header.
1350 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1352 * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
1355 * mm-decode.el (mm-command-output): New face.
1356 (mm-display-external): Use it.
1358 2013-08-01 Kan-Ru Chen (陳侃如) <kanru@kanru.info> (tiny change)
1360 * nnmbox.el (nnmbox-request-article): Don't change point.
1362 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1364 * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
1365 Include `handle' parameter.
1367 2013-08-01 Jan Tatarik <jan.tatarik@gmail.com>
1369 * gnus-icalendar.el: New file.
1371 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1373 * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
1375 * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
1378 2013-08-01 David Edmondson <dme@dme.org>
1380 * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
1383 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1385 * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
1388 * nnrss.el (nnrss-discover-feed): Indent.
1390 2013-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
1392 * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
1394 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1396 * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
1397 dirty to ensure nnimap data being saved.
1399 2013-07-30 Tassilo Horn <tsdh@gnu.org>
1401 * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
1404 * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
1405 the current thread's total score instead of the current article's
1408 * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
1409 (gnus-sort-threads-recursively): Delete defcustom.
1410 (gnus-sort-threads-recursive): Adapt accordingly.
1412 2013-07-30 Tassilo Horn <tsdh@gnu.org>
1414 * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
1415 (gnus-sort-threads-recursive): Use it.
1416 (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1417 again. Now that determines how to sort subthreads.
1419 2013-07-26 Tassilo Horn <tsdh@gnu.org>
1421 * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1422 (gnus-sort-threads): Use it.
1424 2013-07-25 Andreas Schwab <schwab@linux-m68k.org>
1426 * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1427 punctuation characters follow parentheses (bug#14950).
1429 2013-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
1431 * gnus.el (gnus-continuum-version):
1432 * gnus-msg.el (gnus-extended-version): Simplify.
1434 * gnus.el (gnus-continuum-version-1): Remove.
1435 * gnus-msg.el (gnus-bug): Revert.
1437 Calculate gnus-version correctly on Cygwin.
1439 * gnus.el (gnus-continuum-version): Do main calculations in integers.
1440 (gnus-continuum-version-1): New function, return a string.
1442 * gnus-msg.el (gnus-extended-version, gnus-bug):
1443 Use gnus-continuum-version-1 instead of gnus-continuum-version.
1445 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
1447 * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1450 2013-07-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1452 * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1453 that were only relevant in a development version a long time ago.
1455 2013-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
1457 * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1458 that the old Emacs 24s bundle.
1460 2013-07-10 David Engster <deng@randomsample.de>
1462 * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1463 if `gnus-newsrc-file-version' does not match `gnus-version'.
1464 This fixes a bug in Emacs trunk where the 'unexist' marks were always
1465 removed at startup because "Gnus v5.13" was considered smaller than "Ma
1468 2013-07-10 Tassilo Horn <tsdh@gnu.org>
1470 * gnus.el (gnus-summary-line-format):
1471 Reference `gnus-user-date-format-alist' for the &user-date; format, not
1472 `gnus-summary-user-date-format-alist'.
1474 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1476 * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1477 delete files (bug#13481).
1479 2013-07-08 Tassilo Horn <tsdh@gnu.org>
1481 * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1483 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1485 * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1488 * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1490 * message.el (message-cancel-news): According to
1491 <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1492 preferred over "cmsg cancel" in the Subject.
1494 * nnir.el (nnir-engines): Note that the group specs are regexps
1497 * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1498 gotten read-only text properties, ensure that those aren't heeded when
1499 copying stuff over (bug#13434).
1501 * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1504 2013-07-05 David Kastrup <dak@gnu.org>
1506 * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1507 authinfo file again (important for blank passwords). This had been
1508 broken with 2013-06-15 change.
1510 2013-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
1512 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1513 Revert 2013-01-14 change.
1515 2013-07-02 David Engster <deng@randomsample.de>
1517 * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1518 ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1519 to see whether the group was synced before.
1521 2013-07-02 Martin Stjernholm <mast@lysator.liu.se>
1523 * nnimap.el (nnimap-request-move-article): Decode the group name when
1524 doing internal moves to avoid charset issues.
1526 2013-07-02 Julien Danjou <julien@danjou.info>
1528 * nnimap.el (nnimap-request-list):
1529 Revert change that made listing synchronous.
1530 (nnimap-get-responses): Restore.
1532 2013-07-02 Dave Abrahams <dave@boostpro.com>
1534 * nnimap.el (nnimap-change-group): Document result value.
1536 * nnimap.el (nnimap-find-article-by-message-id):
1537 Account for the fact that nnimap-change-group can return t.
1539 2013-07-02 Julien Danjou <julien@danjou.info>
1541 * nnimap.el (nnimap-request-head):
1542 Resture to-buffer parameter, used by `nnimap-request-move-article'.
1544 * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1546 * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1547 supported by nnimap actually. Reverts previous change.
1549 * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1550 to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1551 to-buffer argument that is already supported.
1553 2013-07-02 Julien Danjou <julien@danjou.info>
1555 * nnimap.el (nnimap-get-responses): Remove, unused.
1557 2013-07-02 Julien Danjou <julien@danjou.info>
1559 * nnimap.el (nnimap-request-articles-find-limit): Rename from
1560 `nnimap-request-move-articles-find-limit' since we do not use it
1561 only for move operations.
1562 (nnimap-request-accept-article):
1563 Use `nnimap-request-articles-find-limit' to limit search by message-id.
1565 2013-07-02 Julien Danjou <julien@danjou.info>
1567 * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1569 * nnimap.el (nnimap-log-buffer):
1570 Check that `window-point-insertion-type' is boundp, since it's not
1571 available in XEmacs.
1573 2013-07-02 Michael Welsh Duggan <md5i@md5i.com>
1575 * nnimap.el (nnimap-log-buffer):
1576 Add this, setting `window-point-insertion-type' in the buffer to t.
1577 (nnimap-log-command): Use nnimap-log-buffer.
1579 2013-07-02 Julien Danjou <julien@danjou.info>
1581 * nnimap.el (nnimap-find-article-by-message-id):
1582 Add an optional limit argument to be able to limit the search.
1583 (nnimap-request-move-article):
1584 Use `nnimap-request-move-articles-find-limit'.
1585 (nnimap-request-move-articles-find-limit):
1586 Add this to limit the search by Message-Id after a message move.
1587 (nnimap): Add defgroup.
1589 2013-07-02 Julien Danjou <julien@danjou.info>
1591 * nnimap.el (nnimap-find-article-by-message-id):
1592 Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
1593 (nnimap-possibly-change-group): Add read-only argument.
1594 (nnimap-request-list): Use nnimap-possibly-change-group rather than
1595 issuing EXAMINE manually.
1596 (nnimap-find-article-by-message-id):
1597 Use `nnimap-possibly-change-group' with read-only argument.
1598 (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
1599 We cannot possibly change because we need to be sure that it's either
1600 read-write or read-only.
1602 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1604 * gnus-sum.el (gnus-summary-insert-old-articles):
1605 Don't include unexisting messages.
1607 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1609 * gnus-start.el (gnus-clean-old-newsrc):
1610 Remove totally bogus `unexists' entries.
1611 (gnus-clean-old-newsrc): Fix last checkin.
1613 * nnimap.el (nnimap-update-info):
1614 None of the articles below the active low-water mark exist.
1616 2013-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1618 * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
1620 2013-07-02 Sergio Martinez <samf0xb58@gmail.com> (tiny change)
1622 * nnimap.el (nnimap-request-scan):
1623 Allow `nnimap-inbox' to be a list of inboxes.
1625 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1627 * gnus-group.el (gnus-group-expire-articles-1):
1628 Don't try to expire messages that don't exist.
1630 * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1632 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1634 * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1636 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1638 * gnus-start.el (gnus-clean-old-newsrc):
1639 Delete `unexist' from pre-Ma Gnus 0.3.
1641 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1643 * gnus-sum.el (gnus-summary-local-variables):
1644 Make `gnus-newsgroup-unexist' into a local variable.
1646 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1648 * gnus-sum.el (gnus-adjust-marked-articles):
1649 Add to `gnus-newsgroup-unexist'.
1651 * gnus.el (gnus-article-mark-lists):
1652 Add `unexist' to the list of marks.
1653 (gnus-article-special-mark-lists):
1654 Put the `unexist' in the special marks list instead.
1656 * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1657 articles in the list of articles to be selected.
1659 * nnimap.el (nnimap-retrieve-group-data-early):
1660 Query for unexisting articles.
1661 (nnimap-update-info): Keep track of unexisting articles.
1662 (nnimap-update-qresync-info): Ditto.
1664 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1666 * gnus-start.el (gnus-clean-old-newsrc): New function.
1667 (gnus-read-newsrc-file): Use it.
1669 2013-07-02 Daiki Ueno <ueno@gnu.org>
1671 * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1672 of 'create-image' for XEmacs compatibility; check errors when decoding
1673 image. Reported by Uwe Brauer.
1675 2013-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
1677 * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1678 gnus-button-push revised at 2011-01-19.
1680 2013-06-19 Glenn Morris <rgm@gnu.org>
1682 * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1684 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com>
1686 * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1688 2013-06-18 Glenn Morris <rgm@gnu.org>
1690 * eww.el, shr.el, shr-color.el: Move to ../net.
1692 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1694 * shr.el (shr-tag-table): Insert the images after the table, so that
1695 they're not covered by the table colorization, which often looked
1697 (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1700 2013-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
1702 * eww.el (eww-detect-charset): Improve regexp; move backward.
1704 2013-06-18 Glenn Morris <rgm@gnu.org>
1706 * mm-decode.el (widget-convert-button): Autoload.
1708 * sieve-manage.el (mm-enable-multibyte): Autoload.
1710 * shr.el (libxml-parse-html-region): Declare.
1711 (shr-render-buffer): Explicit error if no libxml2 support.
1713 2013-06-17 Teodor Zlatanov <tzz@lifelogs.com>
1715 * auth-source.el (auth-source-current-line): New function.
1716 (auth-source-netrc-parse-entries): When a data token is "machine",
1717 assume we're in the wrong place and abort parsing the current line.
1719 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1721 * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1722 (eww-convert-widgets): Don't bug out if the first widget starts at the
1723 beginning of the buffer.
1724 (eww-convert-widgets): Fix last patch.
1725 (eww-tag-input): Support <input type=image>.
1727 * shr.el (shr-insert-table): Respect border-collapse: collapse.
1728 (shr-tag-base): Protect against base specs that are degenerate.
1729 (shr-ensure-paragraph): Don't delete empty lines that have text
1730 properties, because these may be input fields.
1732 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1733 we can navigate to them.
1735 * shr.el (shr-colorize-region): Put the colours over the entire region.
1736 (shr-inhibit-decoration): New variable.
1737 (shr-add-font): Use it to inhibit text property decorations while doing
1738 preliminary table renderings. This speeds up typical Wikipedia page
1740 (shr-tag-span): Don't respect the <title>, because that overwrites the
1741 help-echo from links inside the spans.
1742 (shr-next-link): Use `help-echo' for navigation, so that we can
1743 navigate to form elements, too.
1745 * eww.el (eww-button): New face.
1746 (eww-convert-widgets): Use it to make submit buttons more button-like.
1748 * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1749 that Gnus commands work.
1751 * shr.el (shr-render-td): Support horizontal alignment.
1753 * eww.el (eww-put-color): Remove.
1754 (eww-colorize-region): Use `add-face-text-property'.
1756 * shr.el (shr-add-font): Append face data, so that we get the correct
1757 precedence: The innermost value (which is applied first) wins.
1758 (shr-make-overlay): Obsolete function.
1760 * mm-decode.el (mm-convert-shr-links): New function to convert
1761 new-style shr URL links into widgets.
1764 * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1765 widget commands, since we're no longer using widgets for links.
1767 * shr.el (shr-next-link): New command.
1768 (shr-previous-link): New command.
1769 (shr-urlify): Don't use `widget-convert', because that's slow.
1770 (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1771 because collecting the overlays and reapplying them when generating
1773 (shr-insert-table): Ditto.
1775 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1777 * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1778 * shr.el (browse-url): Require `url'.
1779 * eww.el (url): Require format-spec.
1781 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1783 * eww.el (eww-display-html): Default to using the entire window width.
1784 (eww-browse-url): Don't add a User-Agent header (twice), because that
1785 makes Bing refuse connection.
1787 * shr.el (shr-make-table): Cache the table rendering at the table
1788 level, and not the <td> level. This is a bit faster.
1790 * eww.el (eww-render): Go to the correct ID when given URLs ending with
1793 * shr.el (shr-tag-li): Don't require a new paragraph, since other
1795 (shr-expand-url): Respect #anchor links.
1796 (shr-parse-base): Chop off the anchor before using.
1797 (shr-descend): Respect display: none.
1798 (shr-descend): Allow marking elements that have certain IDs.
1800 * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1802 * shr.el (shr-expand-url): Don't bug out on zero-length links.
1804 * eww.el (eww-tag-textarea): Support <textarea>.
1806 2013-06-16 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1808 * shr.el (shr-dom-to-xml): Fix function call.
1810 * eww.el (eww): New group.
1811 (eww-header-line-format): New custom variable.
1812 (eww-current-title): New variable.
1813 (eww-display-html): Update header and handle title tag.
1814 (eww-update-header-line-format): New function.
1815 (eww-tag-title): New function.
1817 * shr.el (shr-dom-to-xml): New function.
1818 (shr-tag-svg): Add support for the SVG tag.
1819 (shr-bullet): New custom variable.
1820 (shr-tag-li): Support custom bullet in unordered lists.
1822 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1824 * shr.el (shr-expand-url): Respect // URLs.
1826 * eww.el (eww-tag-body): Override the shr body rendering so that we can
1827 put a background colour onto the entire buffer.
1828 (eww-render): When being redirected, use the redirect URL as the new
1831 * shr.el (shr-parse-base): Fix parsing error.
1833 * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1835 * shr.el (shr-parse-base): New function.
1836 (shr-expand-url): Use it to expand relative URLs reliably.
1838 2013-06-15 Teodor Zlatanov <tzz@lifelogs.com>
1840 * auth-source.el (auth-source-search-collection): Fix docstring.
1841 (auth-source-netrc-parse): Refactor and improve netrc parser to support
1842 single-quoted strings and multiline entries.
1843 (auth-source-netrc-parse-next-interesting)
1844 (auth-source-netrc-parse-one, auth-source-netrc-parse-entries):
1845 New functions to support parser.
1847 2013-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1849 * eww.el (eww-submit): Get submit button logic right when hitting RET
1850 on non-submit buttons.
1852 * shr.el: Remove shr-preliminary-table-render, since that can't really
1853 be used for anything in practice.
1855 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
1857 * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1858 (sieve-manage-quit).
1860 2013-06-14 David Edmondson <dme@dme.org> (tiny change)
1862 * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1863 control the maximum size of photo ID image.
1864 (mml2015-epg-key-image-to-string): Respect it.
1866 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1868 * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1869 instead of the final one so that we can more easily distinguish them.
1871 * eww.el (eww-submit): Compute the submission URL correctly.
1873 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1875 * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1876 Use plist-get rather than CL's getf.
1877 (sieve-manage-parse-capability): Avoid CL's remove-if.
1879 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1881 * shr.el (shr-expand-url): Expansion should chop off the bits after the
1884 * eww.el (eww-tag-select): Use the first value as the default value.
1886 2013-06-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1888 * eww.el (eww): Prepend urls with http:// if scheme is missing.
1889 (eww-mode): Use `define-derived-mode'.
1890 (eww-parse-headers): Parse headers from beginning of buffer so that
1893 2013-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
1895 * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1897 2013-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1899 * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1900 to handle them at all.
1902 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1904 * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1906 (eww-tag-select): Implement <select>.
1908 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1910 * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
1911 stream managing functions by using open-protocol-stream to do most of
1912 the work. Has the nice benefit of enabling STARTTLS.
1913 Wait for capabilities after STARTTLS: following RFC5804, the server
1914 sends new capabilities after successfully establishing a TLS connection
1915 with the client. The client should update the cached list of
1916 capabilities, but we just ignore the answer for now.
1917 (sieve-manage-network-p, sieve-manage-network-open)
1918 (sieve-manage-starttls-p, sieve-manage-starttls-open)
1919 (sieve-manage-forward, sieve-manage-streams)
1920 (sieve-manage-stream-alist): Remove unneeded functions neither in the
1921 API, nor called by any other function.
1922 Enable Multibyte for SieveManage buffers: The parser won't properly
1923 handle umlauts and line endings unless multibyte is turned on in the
1926 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1928 * eww.el (eww-tag-input): Support password fields.
1929 (eww-submit): Support POST.
1931 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1933 * eww.el (eww-tag-form): Protect against degenerate forms.
1935 * shr.el (shr-expand-url): Expand URLs that start with a slash
1938 * eww.el (eww-submit): Get submit button logic right.
1940 * shr.el (shr-final-table-render): New variable to signal when we're
1941 doing the final table rendering so that we can collect more data at
1944 * eww.el (eww-submit): Make form submission work.
1945 (eww-tag-input): Implement submit buttons.
1946 (eww-click-radio): Implement radio and checkboxes.
1947 (eww-submit): Handle hidden elements.
1949 * shr.el (shr-descend): Allow other packages to override (or provide)
1950 rendering of elements.
1951 (shr-expand-url): Strip query strings from URLs before expanding them.
1953 * eww.el: Don't require cl-lib.
1954 (eww-tag-form): Start form support.
1956 * eww.el: Start writing a new, tiny web browser.
1957 (eww-previous-url): New command.
1958 (eww-quit): New command.
1960 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1962 * sieve.el: Put point at beginning of buffer when viewing a script.
1963 (sieve-open-server): Respect the PORT parameter. Show the correct port
1964 number in sieve-buffer's header. Fixed code to also work with a string
1965 as port specifier. Properly close the connection on pressing 'q'. Make
1966 sieve-manage-quit close the connection and process buffer. Also, remove
1967 duplicate keybinding for 'q'.
1969 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
1971 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1972 make it easier to read.
1973 (mm-pkcs7-enveloped-magic): Ditto.
1975 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
1977 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1978 before `image-type-available-p' to avoid loading the image libraries
1981 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1983 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1984 assume Date header begins with "Date", that may be customized into
1985 something like "X-Sent" using gnus-article-time-format.
1986 (article-transform-date): Allow multi-line Date header.
1988 2013-06-02 David Engster <deng@randomsample.de>
1990 * registry.el (initialize-instance, registry-lookup)
1991 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1992 (registry-lookup-secondary-value, registry-search, registry-delete)
1993 (registry-insert, registry-reindex, registry-size, registry-prune):
1994 Do not wrap methods in `eval-and-compile'. This breaks due to latest
1995 changes in EIEIO (introduction of eieio-core.el).
1997 2013-05-30 Glenn Morris <rgm@gnu.org>
1999 * nnmail.el (nnmail-fancy-expiry-target):
2000 Also bind mail-dont-reply-to-names.
2002 * spam-stat.el (spam-stat-save):
2003 No need to tweak font-lock in temp buffers.
2005 * shr.el (shr-put-image): Silence compiler.
2007 2013-05-29 Glenn Morris <rgm@gnu.org>
2009 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
2011 * gnus-group.el (gnus-sequence-of-unread-articles)
2012 (gnus-summary-add-mark, gnus-mark-article-as-read)
2013 (gnus-group-make-articles-read): Declare.
2015 * gnus-sum.el (gnus-parameter-list-identifier)
2016 (gnus-article-stop-animations, gnus-stop-downloads)
2017 (gnus-article-only-boring-p, article-goto-body)
2018 (gnus-flush-original-article-buffer, article-narrow-to-head)
2019 (gnus-article-hidden-text-p, gnus-delete-wash-type)
2020 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
2022 * gnus.el: No need to eval-and-compile autoloads.
2024 * gravatar.el (help-function-arglist): Autoload.
2026 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
2028 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
2030 * spam.el: No need to load spam-report when compiling.
2031 No need to eval-and-compile autoloads.
2032 (spam-report-resend-to): Declare.
2033 (spam-report-resend-register-routine): Require 'spam-report.
2035 2013-05-24 Julien Danjou <julien@danjou.info>
2037 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
2040 2013-05-23 Glenn Morris <rgm@gnu.org>
2042 * gnus-util.el (rmail-swap-buffers-maybe)
2043 (rmail-maybe-set-message-counters, rmail-count-new-messages)
2044 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
2045 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
2047 * mm-decode.el: No need to load term when compiling.
2048 (term-mode, term-char-mode): Declare.
2050 * mm-util.el: No need to load jka-compr when compiling.
2051 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
2053 * nnmaildir.el: Require is automatically eval-and-compile.
2054 (nnmail): Require at run-time too.
2056 * registry.el (registry-size): Move definition before use.
2058 2013-05-22 Daiki Ueno <ueno@gnu.org>
2060 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
2061 signed data to conform the standard. (Bug#14232)
2063 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
2065 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
2066 double angle quotation mark.
2068 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
2070 * message.el (message-insert-formatted-citation-line): Handle finding
2071 first/lastname when more than 2 names appear.
2073 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
2075 * shr.el (shr-tag-span): New function.
2077 2013-05-18 Glenn Morris <rgm@gnu.org>
2079 * message.el (message-mode): Use message-mode-abbrev-table,
2080 with text-mode-abbrev-table as parent. (Bug#14413)
2082 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
2084 * message.el (message-expand-group): Decode group names.
2086 2013-05-16 Julien Danjou <julien@danjou.info>
2088 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
2091 2013-05-15 Glenn Morris <rgm@gnu.org>
2093 * shr-color.el (shr-color-visible-luminance-min)
2094 (shr-color-visible-distance-min): Use shr-color group.
2096 2013-05-11 Glenn Morris <rgm@gnu.org>
2098 * gnus-vm.el: Make it loadable without VM.
2099 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
2100 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
2102 2013-05-09 Glenn Morris <rgm@gnu.org>
2104 * mml1991.el: Make it loadable. (Bug#13456)
2106 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
2107 * gnus-async.el (gnus-async-post-fetch-function):
2108 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
2109 * gnus-html.el (gnus-html-image-cache-ttl):
2110 * gnus-notifications.el (gnus-notifications-timeout):
2111 * gnus-picon.el (gnus-picon-properties):
2112 * gnus-util.el (gnus-completion-styles):
2113 * gnus.el (gnus-other-frame-resume-function):
2114 * message.el (message-user-organization-file)
2115 (message-cite-reply-position):
2116 * nnir.el (nnir-summary-line-format)
2117 (nnir-retrieve-headers-override-function):
2118 * shr-color.el (shr-color-visible-luminance-min):
2119 * shr.el (shr-blocked-images):
2120 * spam-report.el (spam-report-resend-to):
2121 * spam.el (spam-summary-exit-behavior): Fix custom types.
2123 * gnus-salt.el (gnus-selected-tree-face): Fix default.
2125 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
2127 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
2128 because of let-binding help-xref-following. (Bug#14356)
2130 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
2132 * message.el (message-bury, message-send-and-exit):
2133 Revert 2013-05-04 change.
2135 2013-05-06 Glenn Morris <rgm@gnu.org>
2137 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
2139 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2141 * message.el (message-bury): Make `buffer' optional.
2142 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
2145 2013-05-04 Andrew Cohen <cohen@bu.edu>
2147 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
2148 entering into the registry.
2150 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
2152 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
2155 2013-04-27 Glenn Morris <rgm@gnu.org>
2157 * gnus.el (gnus-list-debbugs):
2158 Use require rather than autoload. (Bug#14262)
2160 2013-04-27 Julien Danjou <julien@danjou.info>
2162 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
2163 port to "sieve" now that it has an official IANA port assigned.
2165 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
2167 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
2168 Don't set the MAILHOST environment variable permanently (Bug#14271).
2170 2013-04-26 Glenn Morris <rgm@gnu.org>
2172 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
2174 2013-04-25 Andrew Cohen <cohen@bu.edu>
2176 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
2177 string values of 'gcc-self. Thanks to Saroj Thirumalai.
2179 2013-04-24 Andrew Cohen <cohen@bu.edu>
2181 * nnir.el (nnir-close-group): Make sure we are in the right group.
2183 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
2184 dependency table from all newly retrieved headers.
2186 2013-04-16 David Edmondson <dme@dme.org>
2188 Support <img src="data:...">.
2190 * shr.el (shr-image-from-data): New function.
2191 (shr-tag-img): Use it.
2193 2013-04-14 Andrew Cohen <cohen@bu.edu>
2195 * nnir.el (nnir-request-set-mark): Make sure we are in the right
2198 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
2200 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
2201 corresponding to any existing group (Bug#14166).
2203 2013-04-10 Andrew Cohen <cohen@bu.edu>
2205 * nnir.el (number-sequence): No longer used.
2206 (nnir-request-set-mark): New function.
2207 (nnir-request-update-info): Improve marks updating.
2208 (nnir-request-scan): Don't duplicate marks updating.
2209 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
2210 Use 'assq rather than 'assoc. Quote anonymous function.
2211 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
2212 Use 'gnus-group-prefixed-p.
2213 (gnus-summary-create-nnir-group): Make sure server for method is open.
2215 2013-04-04 Andrew Cohen <cohen@bu.edu>
2217 * nnir.el (gnus-nnir-group-p): New function.
2218 (nnir-possibly-change-group): Use it.
2220 * gnus-msg.el (gnus-setup-message): Use it.
2222 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
2224 * mml.el (mml-minibuffer-read-description): Use `default' insted of
2225 `initial-input' for the argument name.
2226 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2228 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
2230 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
2233 2013-04-01 Andrew Cohen <cohen@bu.edu>
2235 * nnir.el (nnir-request-update-mark): Improve mark updating in original
2238 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
2241 2013-03-31 Andrew Cohen <cohen@bu.edu>
2243 * nnir.el (nnir-method-default-engines): And another typo.
2245 2013-03-30 Andrew Cohen <cohen@bu.edu>
2247 * nnir.el (nnir-method-default-engines): Fix typo.
2249 2013-03-29 Andrew Cohen <cohen@bu.edu>
2251 * nnir.el: Define 'number-sequence for xemacs.
2252 (gnus-summary-create-nnir-group): New function to create an nnir group
2253 from an nnir summary buffer based on the current query.
2254 (nnir-request-create-group): Update to allow nnir group creation based
2255 on the current query.
2257 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
2259 * nndraft.el (nndraft-request-expire-articles):
2260 Make expiry target always `delete'.
2262 2013-03-27 Andrew Cohen <cohen@bu.edu>
2264 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
2265 buffer use the posting-style and gcc of the original article group.
2266 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
2268 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
2269 after other deffoos.
2271 2013-03-26 Andrew Cohen <cohen@bu.edu>
2273 * nnir.el: Major rewrite. Cleaner separation between searches and group
2274 management. Marks are now shown in nnir summary buffers.
2275 Rudimentary support for real (i.e. not ephemeral) nnir groups.
2276 (gnus-summary-make-nnir-group): New function for initiating searches
2277 from a summary buffer.
2279 2013-03-18 Sam Steingold <sds@gnu.org>
2281 * message.el (message-bury): Minor cleanup.
2283 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
2285 * nndir.el (nndir-request-list): Remove 2nd argument passed to
2286 nnml-request-list. (Bug#13873)
2287 (nndir-request-newsgroups): Remove, unused.
2289 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
2291 2013-03-03 Ted Phelps <phelps@gnusto.com>
2293 * shr.el: Make all the overlays set the `evaporate' property so that
2294 they're removed properly.
2296 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
2298 * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
2299 shell-quote-argument.
2301 2013-02-22 David Engster <deng@randomsample.de>
2303 * gnus-registry.el (gnus-registry-save): Provide class name when
2304 calling `eieio-persistent-read' to avoid "unsafe call" warning.
2305 Use `condition-case' to stay compatible with older EIEIO versions which
2306 only accept one argument.
2308 2013-02-17 Daiki Ueno <ueno@gnu.org>
2310 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
2311 (epg-user-id-validity): Autoload.
2312 (mml2015-epg-check-user-id): New function.
2313 (mml2015-epg-check-sub-key): New function split from
2314 mml2015-epg-find-usable-key.
2315 (mml2015-epg-find-usable-key): Accept context, name, usage, and
2316 optional name-is-key-id, to handle the case when user-id is unusable.
2317 Reported by Łukasz Stelmach <stlman@poczta.fm>.
2319 2013-02-17 Glenn Morris <rgm@gnu.org>
2321 * shr.el (shr-put-image): Use image-multi-frame-p if available.
2323 2013-02-16 Glenn Morris <rgm@gnu.org>
2325 * shr.el (shr-put-image): Only animate images that specify a delay.
2326 This is consistent with the old image-animated-p behavior.
2328 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2330 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
2333 2013-02-13 Juri Linkov <juri@jurta.org>
2335 * gnus-art.el (gnus-article-mode-map):
2336 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
2337 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
2339 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
2341 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
2342 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
2344 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
2346 * auth-source.el (auth-source-format-prompt): Don't get confused by
2347 any "\" in replacement text. (Bug#13637)
2349 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
2351 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
2352 (gnus-backend-trace): Honor gnus-backend-trace.
2354 * mml.el (mml-insert-part): Insert closing tag.
2356 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
2358 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2360 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
2361 able to find the article, which can happen in debbugs groups,
2364 2013-01-16 Glenn Morris <rgm@gnu.org>
2366 * smiley.el (smiley-style): Make the file loadable in batch mode.
2368 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2370 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
2371 imap process running.
2373 2013-01-14 Julien Danjou <julien@danjou.info>
2375 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
2376 Compare addresses against addresses, not against the full From field.
2378 2013-01-13 Richard Stallman <rms@gnu.org>
2380 * message.el (message-forward-make-body-mime): New args BEG, END
2381 specify what part of FORWARD-BUFFER to use. Do the work directly
2382 instead of calling `mml-insert-buffer'.
2384 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
2386 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
2389 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
2392 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
2394 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
2395 and point-max-marker.
2396 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
2398 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
2400 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
2401 to mml2015-encrypt-to-self.
2402 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
2404 2013-01-09 Daiki Ueno <ueno@gnu.org>
2406 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
2407 mml-smime-epg-find-usable-secret-key.
2409 2013-01-08 Glenn Morris <rgm@gnu.org>
2411 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
2413 2013-01-07 Daiki Ueno <ueno@gnu.org>
2415 * mml-smime.el: Support signing by sender.
2416 Requested by Uwe Brauer.
2417 (mml-smime-sign-with-sender): New user option analogous
2418 to mml2015-sign-with-sender.
2419 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2420 (mml-smime-epg-find-usable-secret-key): New helper function copied from
2423 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2425 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2426 isn't running, because Gnus will probably not know how to handle the
2427 Gcc header (bug#11941).
2429 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2432 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2434 * nnfolder.el (nnfolder-recursive-directory-files): New function.
2435 (nnfolder-generate-active-file): Make this function work with recursive
2438 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2440 * nntp.el (nntp-open-connection): Use HELP as the capability command
2441 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2442 unknown commands. And CAPABILITY is an unknown command (bug#12763).
2444 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
2446 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2447 place holder since this gives `Invalid face reference: nil' messages.
2448 Use the `default' face instead. It has the same effect here, even
2449 though it is not no-op.
2452 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2454 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2456 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2457 non-string posting styles (bug#13285).
2459 2012-12-27 Glenn Morris <rgm@gnu.org>
2461 * plstore.el (plstore-passphrase-callback-function):
2462 Use plstore-get-file.
2464 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
2466 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2469 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
2472 * shr.el (shr-tag-em): Render as italic, not bold.
2474 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
2476 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2478 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
2480 * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2481 temporary file to get PGP key image. Pass no-show-photos when
2482 extracting image to avoid having it pop up twice.
2484 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
2486 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2487 eligible for treatment.
2489 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2490 lines. This makes summary commands with hidden threads work more
2493 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2494 button to mark the hidden citations (bug#9395).
2496 2012-12-26 Daiki Ueno <ueno@gnu.org>
2498 * mml2015.el (mml2015-epg-signature-to-string): New function.
2499 (mml2015-epg-verify-result-to-string): New function.
2500 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2501 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2502 instead of epg-verify-result-to-string.
2503 (epg-signature-key-id, epg-signature-to-string): Autoload.
2504 (epg-verify-result-to-string): Remove autoload.
2506 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
2508 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2509 ID image from GPG public key.
2510 (mml2015-epg-key-image-to-string): New function.
2512 2012-12-25 Leo Liu <sdl.web@gmail.com>
2514 * plstore.el (plstore-passphrase-callback-function): Fix error when
2515 error when plstore-cache-passphrase-for-symmetric-encryption is set
2518 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2520 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2521 buffer to the article buffer here, because that clobbers multiple
2524 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2525 buffer always points to the right summary buffer.
2527 2012-12-25 John Wiegley <jwiegley@gmail.com>
2529 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2530 the password (bug#12097).
2532 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2534 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2537 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2538 buffer exists before using it (bug#12475).
2540 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2541 offline groups (bug#11937).
2543 * message.el (message-yank-original): When using customize to set the
2544 value of `message-cite-style', the variable it set to a symbol that's
2545 the name of the variable, which must then be dereferenced (bug#12616).
2547 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
2549 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2550 the `face' property with a list whose car is the face specified in the
2551 format string and whose cdr is (nil).
2553 (gnus-put-text-property-excluding-characters-with-faces):
2555 (gnus-get-text-property-excluding-characters-with-faces): New function.
2556 * lisp/gnus-sum.el (gnus-summary-highlight-line):
2557 * lisp/gnus-salt.el (gnus-tree-highlight-node):
2558 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2560 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2562 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2564 (nnimap-login): Respect the `nnimap-authenticator' variable.
2566 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2567 mark state when moving articles. Otherwise unticked articles will get
2568 their ticks back after moving.
2570 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2572 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2574 * message.el (message-ignored-news-headers): Always remove
2575 X-Message-SMTP-Method to avoid information leakage if the user
2576 mistakenly inserts the header into news messages.
2578 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2580 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2581 right than four characters, this command would move point to
2582 `point-max'. Don't do that.
2584 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2585 to nil to allow re-selecting groups that gain articles.
2586 (gnus-bug-group-download-format-alist): Update the URL.
2588 2012-12-23 Andreas Schwab <schwab@suse.de>
2590 * shr.el (shr-tag-em): Render em as italic, not bold.
2592 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
2594 * gnus-int.el (gnus-backend-trace): Factor out into its own function
2596 (gnus-open-server): Use it to add more tracing.
2597 (gnus-finish-retrieve-group-infos): Add backend tracing.
2598 (gnus-backend-trace): Also note the elapsed seconds.
2600 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
2602 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2603 Set epa-file-encrypt-to from variable to avoid querying.
2605 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
2607 * sieve-mode.el (sieve-font-lock-keywords):
2608 Keywords should be word delimited. (Bug#13173)
2610 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
2612 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2613 instead of <pre> to align message header.
2615 2012-12-12 Sam Steingold <sds@gnu.org>
2617 * gnus.el (gnus-other-frame-resume-function): Add user option.
2618 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2620 2012-12-06 Sam Steingold <sds@gnu.org>
2622 * gnus-start.el (gnus-before-resume-hook): Add.
2623 (gnus-1): Run it when Gnus is alive.
2625 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2627 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2628 * gnus-art.el (article-unsplit-urls)
2629 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2630 * gnus-registry.el (gnus-registry-get-article-marks)
2631 * message.el (message-goto-body): Use it.
2632 (message-called-interactively-p): Remove.
2634 * spam-stat.el (spam-stat-called-interactively-p): New macro.
2635 (spam-stat-score-buffer): Use it.
2637 * spam.el: Silence the warnings against BBDB functions when compiling.
2639 * gnus-score.el (gnus-score-decode-text-parts):
2640 Use append+mapcar instead of the cl function mapcan.
2642 * gmm-utils.el (gmm-flet): Remove.
2644 * gnus-sync.el (gnus-sync-lesync-call):
2645 Avoid overriding json-alist-p.
2647 * message.el (message-read-from-minibuffer):
2648 Avoid overriding mail-abbrev-in-expansion-header-p.
2650 2012-12-05 Sam Steingold <sds@gnu.org>
2652 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2653 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2654 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2656 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2658 * gmm-utils.el (gmm-called-interactively-p): Revert.
2659 This seems to cause Emacs to get stuck!
2660 * gnus-art.el (article-unsplit-urls)
2661 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2662 * gnus-registry.el (gnus-registry-get-article-marks)
2663 * message.el (message-goto-body)
2664 (message-called-interactively-p): Revert.
2666 * gmm-utils.el (gmm-called-interactively-p): New function.
2667 * gnus-art.el (article-unsplit-urls)
2668 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2669 * gnus-registry.el (gnus-registry-get-article-marks)
2670 * message.el (message-goto-body): Use it.
2671 (message-called-interactively-p): Remove.
2673 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2674 * gnus-sync.el (gnus-sync-lesync-call)
2675 * message.el (message-read-from-minibuffer): Use it.
2677 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2679 * gmm-utils.el (gmm-flet): Remove.
2680 * gnus-sync.el (gnus-sync-lesync-call)
2681 * message.el (message-read-from-minibuffer): Don't use it.
2683 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2685 * gmm-utils.el (gmm-labels): Use cl-labels if available.
2687 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2689 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2691 * gnus-sync.el (gnus-sync-lesync-call)
2692 * message.el (message-read-from-minibuffer): Use gmm-flet.
2694 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2696 * gnus-util.el (gnus-macroexpand-all): Remove.
2698 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
2700 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2702 (gnus-summary-article-map): Likewise.
2704 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2705 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2707 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2709 * message.el (message-get-reply-headers):
2710 Make sure the reply goes to the author if it is a wide reply.
2712 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
2714 * gnus-score.el (gnus-score-body):
2715 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2718 2012-11-16 Glenn Morris <rgm@gnu.org>
2720 * gnus-diary.el (nndiary-request-create-group-functions)
2721 (nndiary-request-update-info-functions)
2722 (gnus-subscribe-newsgroup-functions)
2723 (nndiary-request-accept-article-functions):
2724 Use new names for hooks rather than obsolete aliases.
2726 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
2728 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2729 in meta tag with the one the part specifies in its header.
2731 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2733 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2736 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2738 New UIDL implementation.
2740 * mail-source.el (mail-sources, mail-source-keyword-map):
2741 Add :leave as a pop3 keyword.
2742 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2744 * pop3.el (pop3-leave-mail-on-server): Allow number.
2745 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2746 (pop3-movemail): Add UIDL support.
2747 (pop3-send-streaming-command): Take a list of mail numbers instead of
2748 the number of mails.
2749 (pop3-write-to-file): Add X-UIDL header.
2750 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2751 (pop3-uidl-add-xheader): New functions.
2753 * message.el (message-ignored-resent-headers):
2754 Add X-Content-Length and X-UIDL headers.
2756 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2758 * nndiary.el (nndiary-request-create-group-functions)
2759 (nndiary-request-update-info-functions)
2760 (nndiary-request-accept-article-functions):
2761 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2764 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2766 * starttls.el (starttls-extra-arguments): Doc fix.
2768 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2770 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2773 2012-10-06 Glenn Morris <rgm@gnu.org>
2775 * gnus-notifications.el (gnus-notifications):
2776 Add missing group :version tag.
2777 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2778 (gnus-gcc-post-body-encode-hook):
2779 * gnus-sync.el (gnus-sync-lesync-name)
2780 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2782 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
2784 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2785 a user about whether to delete temp files if once a user answered as n.
2787 2012-09-17 Richard Stallman <rms@gnu.org>
2789 * message.el (message-in-body-p): Don't set mark or modify buffer.
2791 * mml.el (mml-attach-file): Doc fix.
2792 (mml-attach-external, mml-attach-buffer, mml-attach-file):
2793 Set mail-encode-mml when in Mail mode.
2794 Simplify code to set HEAD and move back to HEAD.
2795 (mml-insert-multipart, mml-insert-part):
2796 Set mail-encode-mml when in Mail mode.
2798 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2800 * gnus-util.el (gnus-timer--function): New function.
2802 * gnus-art.el (gnus-article-stop-animations): Use it.
2804 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2806 Fix glitches caused by addition of psec to timers.
2807 * gnus-art.el (gnus-article-stop-animations): Use timer--function
2808 rather than raw access to timer vector.
2810 2012-09-11 Julien Danjou <julien@danjou.info>
2812 * gnus-notifications.el (gnus-notifications): Check for nil values in
2813 ignored addresses check.
2815 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2817 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2819 2012-09-07 Chong Yidong <cyd@gnu.org>
2822 (gnus-put-text-property-excluding-characters-with-faces): Restore.
2824 * gnus-salt.el (gnus-tree-highlight-node):
2825 * gnus-sum.el (gnus-summary-highlight-line):
2826 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2828 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2830 * gnus-util.el: Fix compilation error on XEmacs 21.4.
2832 2012-09-06 Juri Linkov <juri@jurta.org>
2834 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2835 scheme for buffer names to be more consistent with other group and
2836 article buffer names in Gnus.
2838 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2841 (gnus-put-text-property-excluding-characters-with-faces): Remove.
2843 * gnus-compat.el: Define compat function `add-face' from Wolfgang
2846 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2848 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2850 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2852 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2854 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2855 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2857 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2858 string-prefix-p in Emacs >=23.2.
2860 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2861 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2862 instead of string-match-p.
2863 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2865 2012-09-06 Kenichi Handa <handa@gnu.org>
2867 * qp.el (quoted-printable-decode-region): Fix previous change; handle
2870 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2872 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2874 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
2876 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
2879 2012-09-05 Juri Linkov <juri@jurta.org>
2881 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2882 than one group at a time (bug#11961).
2884 2012-09-05 Julien Danjou <julien@danjou.info>
2886 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2887 this hide the real reason with a message giving absolutely no hint.
2889 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
2891 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2892 to the backend (bug#11804).
2894 * message.el (message-insert-newsgroups): Don't insert newsgroup
2895 duplicates (bug#12275).
2897 2012-09-05 John Wiegley <johnw@newartisans.com>
2899 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2902 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
2904 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2907 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2909 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2911 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2913 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2914 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2915 This should make nnmaildir more usable with offlineimap.
2917 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
2919 * gnus-notifications.el (gnus-notifications-notify): Use it.
2921 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2924 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2926 Better seeds for (random).
2927 * gnus-sync.el (gnus-sync-lesync-setup):
2928 * message.el (message-canlock-generate, message-unique-id):
2929 Change (random t) to (random), now that the latter is more random.
2931 2012-08-31 Dave Abrahams <dave@boostpro.com>
2933 * auth-source.el (auth-sources): Fix macos keychain access.
2935 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2936 allow the backend `request-head' function to determine the group
2938 (gnus-request-expire-articles): Filter out negative article numbers
2939 during expiry (Bug#11980).
2941 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2942 O(N^2) to O(N). This makes warping into huge groups tolerable.
2944 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2945 you've found the article when you haven't.
2947 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2949 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2951 2012-08-30 Julien Danjou <julien@danjou.info>
2953 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2954 `gnus-notifications-timeout'.
2955 (gnus-notifications-timeout): Add.
2956 (gnus-notifications-action): New function.
2957 (gnus-notifications-notify): Add :action using
2958 `gnus-notifications-action'.
2959 (gnus-notifications-id-to-msg): New variable.
2960 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2961 notifications id to messages.
2963 2012-08-30 Kenichi Handa <handa@gnu.org>
2965 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2968 2012-08-29 Julien Danjou <julien@danjou.info>
2970 * gnus-notifications.el: New file.
2971 (gnus-notifications-notify): New function.
2972 (gnus-notifications): Use `gnus-notifications-notify'.
2974 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
2976 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2977 transfer encoding first; bind gnus-newsgroup-charset to the charset
2978 that the article specifies (Bug#12209).
2980 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
2982 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2983 (gnus-group-customize-done): Encode values posting-style holds.
2985 * gnus-msg.el (gnus-summary-resend-message)
2986 (gnus-configure-posting-styles): Decode values posting-style group
2989 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
2991 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2992 `name' and `address' in Resent-From header.
2994 2012-08-14 Chong Yidong <cyd@gnu.org>
2996 * gnus-art.el (article-display-face): Handle failure in
2997 gnus-create-image (Bug#11802).
2999 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3001 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
3004 2012-08-10 Daiki Ueno <ueno@unixuser.org>
3006 * auth-source.el (auth-source-plstore-search)
3007 (auth-source-secrets-search): Ignore :require and :type in search spec.
3009 2012-08-06 Julien Danjou <julien@danjou.info>
3011 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3012 Remove autoload, already handled by gnus.el.
3014 2012-08-05 Julien Danjou <julien@danjou.info>
3016 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
3019 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
3021 * gnus.el (gnus-valid-select-methods): Fix custom type.
3023 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
3025 * auth-source.el (auth-sources, auth-source-backend-parse)
3026 (auth-source-macos-keychain-search)
3027 (auth-source-macos-keychain-search-items)
3028 (auth-source-macos-keychain-result-append)
3029 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
3030 auth-source.el through the /usr/bin/security utility.
3031 (auth-sources): Fix syntax error.
3032 (auth-source-macos-keychain-result-append): Fix variable name.
3033 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
3035 2012-07-27 Julien Danjou <julien@danjou.info>
3037 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
3040 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
3042 * message.el (message-kill-address): Don't kill last newline.
3043 (message-skip-to-next-address): Don't move to the next header.
3044 (message-fill-field-address): Work properly.
3046 2012-07-25 Julien Danjou <julien@danjou.info>
3048 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
3050 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
3052 * nnimap.el (nnimap-get-responses): Don't remove, still used.
3054 2012-07-24 Julien Danjou <julien@danjou.info>
3056 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
3058 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
3059 (nntp-async-timer-handler): Remove, unused.
3061 * nnimap.el (nnimap-get-responses): Remove, unused.
3063 * nnheader.el (mail-header-set-extra): Remove, unused.
3065 * mm-view.el (mm-view-sound-file): Remove, unused.
3067 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
3068 (mm-url-encode-multipart-form-data): Remove, unused.
3070 * message.el (message-remove-signature, message-make-host-name)
3071 (message-fill-address): Remove, unused.
3073 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
3074 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
3077 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
3079 * gnus-util.el (gnus-extract-address-component-name)
3080 (gnus-extract-address-component-email, gnus-sortable-date)
3081 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
3082 (gnus-process-live-p): Remove, unused.
3084 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
3086 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
3087 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
3088 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
3091 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
3093 * gnus-score.el (gnus-summary-score-crossposting)
3094 (gnus-score-regexp-bad-p): Remove, unused.
3096 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
3098 * gnus-range.el (gnus-sublist-p): Remove, unused.
3100 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
3103 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
3105 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
3106 (gnus-request-associate-buffer): Remove, unused.
3108 * gnus-group.el (gnus-group-set-method-info)
3109 (gnus-group-set-params-info): Remove, unused.
3111 * gnus-fun.el (gnus-shell-command-to-string)
3112 (gnus-shell-command-on-region): Remove, unused.
3114 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
3116 * gnus-art.el (gnus-article-text-type-exists-p)
3117 (article-translate-characters, gnus-article-hide-text-of-type)
3118 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
3121 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
3123 * nnir.el ("nnir"): Revert last change, that's premature to merge from
3126 2012-07-22 Andrew Cohen <cohen@bu.edu>
3128 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
3130 2012-07-21 Julien Danjou <julien@danjou.info>
3132 * message.el (message-dont-reply-to-names): Replace deprecated
3133 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
3134 (message-get-reply-headers): Ditto.
3136 2012-07-18 Julien Danjou <julien@danjou.info>
3138 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
3139 `sieve-upload-and-kill'.
3141 * sieve.el (sieve-bury-buffer): Remove function.
3142 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
3143 (sieve-upload-and-kill): New function, mapped to C-c C-c.
3145 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
3147 * shr.el (shr-expand-url): Handle URL starting with `//'.
3149 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
3150 2012-07-13 Chong Yidong <cyd@gnu.org>
3152 * smime.el (smime-certificate-info): Set buffer-read-only directly,
3153 instead of calling toggle-read-only with a (bogus) argument.
3155 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
3157 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
3158 of initial input when reading the author to restrict the summary to.
3160 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3162 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
3163 buffer exists, which it doesn't if we haven't started Gnus.
3165 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
3167 * mm-decode.el (mm-shr):
3168 Allow overriding charset by mm-charset-override-alist.
3170 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
3172 * gnus-art.el (gnus-article-view-part):
3173 Toggle subparts of multipart/alternative part.
3175 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
3177 * gnus-sync.el: Simply require json.
3179 * registry.el: Simply require eieio and eieio-base.
3181 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
3183 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
3185 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
3187 * shr.el (shr-render-buffer): New command.
3188 (shr-visit-file): Use it.
3190 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
3192 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
3193 Set no-byte-compile and no-update-autoloads.
3195 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3197 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
3199 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3201 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
3202 being bound to a lambda form.
3204 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
3206 * gnus-picon.el (gnus-picon-properties): New defcustom.
3207 (gnus-picon-create-glyph): Use it.
3209 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3211 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3214 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
3217 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
3218 address as the default.
3220 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
3221 It makes no sense to query the user about internal files.
3223 * gnus-spec.el: Remove all the byte-compilation stuff, since
3224 benchmarking shows that it doesn't help when entering large summary
3227 * gnus-util.el (gnus-byte-code): Remove.
3229 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
3232 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3234 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3237 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
3239 * message.el (message-buffers): Return all buffers derived from Message
3240 to make `gnus-dired-attach' work with mu4e.
3242 2012-06-26 Daiki Ueno <ueno@unixuser.org>
3244 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
3245 (mm-dissect-singlepart): Don't guess the MIME type of
3246 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
3248 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
3249 toplevel MIME type is multipart/encrypted.
3251 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
3253 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
3254 In particular, add an optional argument and a docstring.
3256 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
3258 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
3259 current before calling `gnus-groups-to-gnus-format'.
3260 Note that this was already the case for `gnus-active-to-gnus-format'.
3262 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3264 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
3266 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3268 * mm-decode.el (mm-dissect-buffer): Doc fix.
3270 * gnus-sum.el (gnus-handle-ephemeral-exit):
3271 Avoid creating the group buffer if it doesn't exist.
3273 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
3274 is given, mark the group as ephemeral with the current window conf.
3276 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
3277 buffer exists, which it doesn't if we haven't started Gnus.
3278 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
3280 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3282 * mml.el (mml-generate-mime):
3283 Allow specifying what the top-level part type is.
3285 * gnus-sum.el (gnus-auto-center-summary):
3286 `scroll-margin' isn't defined on XEmacs.
3288 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3290 * gnus-sum.el (gnus-auto-center-summary):
3291 Set default to respect `scroll-margin'.
3293 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
3295 * gnus-cite.el (gnus-dissect-cited-text): A single line without
3296 citation prefix within a block of cited text should be considered
3297 part of that block *only* if it is a blank line.
3299 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3301 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
3302 before kinsoku-bol characters nor within kinsoku-eol characters.
3304 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3306 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
3307 (gnus-topic-create-topic, gnus-topic-enter-dribble):
3309 (gnus-sync-read): Use mapc instead of mapcar.
3311 * mm-archive.el: Require mm-decode for some macros.
3312 (gnus-recursive-directory-files, mailcap-extension-to-mime):
3313 Silence the byte compiler.
3314 (mm-archive-decoders): New function that returns the value of
3315 the mm-archive-decoders variable.
3318 Don't require mm-archive; autoload mm-archive functions instead.
3319 (mm-dissect-singlepart): Use the function mm-archive-decoders.
3321 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
3323 2012-06-26 Peter Münster <pmrb@free.fr>
3325 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
3326 (gnus-demon-cancel): Ditto.
3327 (gnus-demon-run-callback): When function cannot be called due to low
3328 idleness, call it when idleness reaches the expected value, instead
3329 of waiting another timer period.
3330 (gnus-demon-init): Add `time' to arguments of call-back.
3332 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3334 * gnus.el: Register gnus-registry functions.
3336 * gnus-registry.el (gnus-try-warping-via-registry):
3337 Move here and indent.
3339 * gnus-int.el (gnus-warp-to-article):
3340 Check whether the registry is enabled before warping.
3342 2012-06-26 Dave Abrahams <dave@boostpro.com>
3344 * gnus-sum.el (gnus-summary-insert-subject): Record information
3345 in the registry about each article retrieved.
3347 * gnus-int.el (gnus-select-group-with-message-id): New function.
3348 (gnus-try-warping-via-registry): Ditto.
3349 (gnus-warp-to-article): Fall back on the registry.
3351 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3353 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
3355 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3357 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
3358 gnus-gcc-self-resent-messages may be a group parameter.
3359 (gnus-summary-resend-message):
3360 Don't encode encoded words in header when Gcc'ing resent message.
3362 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3364 * shr.el (shr-insert): Treat non-breaking space just like normal
3365 space. This seems to produce more pleasing results.
3367 Only insert a blank line if we're starting from an image.
3369 Allow <br> to end lines or to make a single blank line.
3370 (shr-ensure-paragraph): Consider lines with white space to be blank.
3372 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
3374 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
3375 and gnus-gcc-post-body-encode-hook.
3377 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3379 * mm-decode.el (mm-dissect-singlepart):
3380 Guess what the type of application/octet-stream parts really is.
3382 * gnus-sum.el (gnus-propagate-marks): Remove.
3384 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3386 * nntp.el (nntp-coding-system-for-read): Remove.
3387 (nntp-coding-system-for-write): Ditto.
3388 (nntp-open-connection): Just use `binary' directly.
3390 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3392 * registry.el (registry-usage-test, registry-persistence-test):
3393 Move to tests/gnustest-registry.el.
3394 (registry-make-testable-db, registry-match-test)
3395 (registry-instantiation-test): Move to tests/gnustest-registry.el.
3397 * gnus-registry.el (gnus-registry-misc-test)
3398 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
3400 * tests/gnustest-registry.el:
3401 New file with the registry and gnus-registry ERT tests.
3403 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3405 * gnus-msg.el (gnus-summary-resend-message):
3406 Make gnus-summary-resend-message-insert-gcc be last item in
3407 message-header-setup-hook.
3409 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3411 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
3412 (nnfolder-marks, nnfolder-marks-file-suffix)
3413 (nnfolder-marks-modtime): Remove.
3414 (nnfolder-open-server): Don't use marks.
3415 (nnfolder-request-delete-group): Ditto.
3416 (nnfolder-request-rename-group): Ditto.
3417 (nnfolder-request-set-mark, nnfolder-request-marks)
3418 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3419 (nnfolder-save-marks, nnfolder-open-marks): Remove.
3421 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3422 (nnml-marks-modtime): Remove.
3423 (nnml-request-delete-group): Don't use marks.
3424 (nnml-request-rename-group): Ditto.
3425 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3426 (nnml-save-marks, nnml-open-marks): Remove.
3428 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3429 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3430 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3431 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3432 (nntp-server-to-method-cache): Remove.
3434 * shr.el (shr-rescale-image): Fix wrong merge.
3436 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3438 * shr.el (shr-remove-trailing-whitespace):
3439 Really delete the padding on too-wide lines.
3441 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3443 * mm-archive.el (mm-archive-dissect-and-inline): New function.
3444 (mm-archive-dissect-and-inline): Fix up the undisplayer.
3446 * mm-decode.el (mm-display-external): Output the text from
3447 the command in the buffer after the command finished.
3448 This makes text-based commands behave better.
3450 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3452 * message.el (smtpmail-smtp-user): Silence compiler warning.
3454 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3456 * message.el (message-multi-smtp-send-mail): Also allow specifying
3459 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3461 * gnus-sum.el (gnus-summary-article-map): Fix typo.
3463 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3465 * message.el (message-multi-smtp-send-mail): New function.
3466 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3467 header to implement multi-SMTP functionality.
3469 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
3470 (gnus-agentize): Don't set it.
3471 (gnus-agent-send-mail): Don't use it.
3473 * gnus-sum.el (gnus-summary-widget-backward):
3474 New function and keystroke.
3476 * shr.el (shr-put-image): Remove underlines from sliced images.
3477 (shr-zoom-image): Compute the region to be replaced more correctly.
3479 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3481 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3482 (gnus-summary-resend-message-insert-gcc): New function.
3483 (gnus-summary-resend-message): Modify message-header-setup-hook and
3484 message-sent-hook to make it work for Gcc.
3485 (gnus-inews-do-gcc): Update the number of unread articles of groups
3486 that messages are Gcc'd to.
3488 * message.el (message-resend): Run message-sent-hook to do Gcc.
3490 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3492 * gnus-registry.el (gnus-registry-fixup-registry):
3493 Move the message to a higher level to silence compilation.
3495 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3496 parameter to allow controlling the scaling.
3498 * shr.el (shr-zoom-image): New command and keystroke.
3499 (shr-put-image): Take a `size' flag to say how to scale the image.
3501 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3502 Use recursive deletion.
3503 (mm-dissect-archive): Add support for zip files.
3505 * gnus-util.el (gnus-recursive-directory-files): New function.
3507 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3508 (mm-archive-decoders): Add tgz support.
3510 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3511 Otherwise inserting text into the Gnus buffer can look odd.
3513 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3515 * mm-archive.el (mm-archive-decoders): Add support for tar.
3517 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3519 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3521 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3523 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3525 * mm-archive.el: New file.
3527 * mm-decode.el (mm-dissect-singlepart):
3528 Use it to decode ms-tnef files.
3530 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3532 * message.el (message-goto-*): Make all the `message-goto-*' commands
3533 push the mark before moving point. This makes it easier to go back
3534 to where you came from after editing whatever you jumped to.
3536 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3538 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3539 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3540 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3542 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3544 * spam.el: Move BBDB autoloads.
3545 (spam-exists-in-BBDB-p):
3546 New function to do the BBDB search directly in BBDB 2 and 3.
3547 (spam-check-BBDB): Use it.
3548 (spam-enter-ham-BBDB): Use it.
3550 2012-06-26 Peter Münster <pmrb@free.fr> (tiny change)
3552 * gnus-group.el (gnus-group-get-new-news):
3553 New parameter `one-level' for scanning exactly one level.
3555 * gnus-start.el (gnus-get-unread-articles): Ditto.
3557 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3559 * gnus-sync.el: More commentary about setup.
3561 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3563 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3565 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3567 * gnus-sync.el: Improve docs about CouchDB admins.
3569 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3571 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3572 not needed. Provide xmlplistread list function to produce XML plist
3573 output for non-Gnus LeSync clients.
3575 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3577 * gnus-sync.el: Add LeSync synchronization backend and logic to read
3578 and save against it. Group subscriptions, read marks, other marks,
3579 subscription levels, topic names, and topic offsets (the group's
3580 position within the topic) are saved. This is an experimental
3581 backend and may change significantly. Load json.el from
3582 the gnus-fallback-lib if it's not available otherwise.
3583 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3585 2012-06-26 David Engster <dengste@eml.cc>
3587 * tests/gnustest-nntp.el: New file for simple NNTP testing.
3589 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
3591 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3593 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
3595 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3596 is an integer to avoid later problems.
3598 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3600 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3603 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
3605 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3606 articles when fetch-old is non-nil (bug#11370).
3608 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3610 * gnus-group.el (gnus-group-get-new-news):
3611 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
3613 2012-06-10 Dave Abrahams <dave@boostpro.com>
3615 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3618 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3620 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3623 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3625 * nntp.el: Stop the `letf' madness.
3626 (nntp--report-1): New var.
3627 (nntp-report): Merge nntp-report-1 into it.
3628 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3629 the nntp-report function.
3631 * auth-source.el: Fix comment-style to follow the convention.
3633 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
3635 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3636 a string so that Gcc works (bug#11514).
3638 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3640 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3641 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3643 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3645 * gnus-win.el (gnus-configure-frame): Don't signal an error when
3646 jumping to *Server* from a dedicated *Group* window.
3647 (gnus-configure-frame): CSE.
3649 * gnus-registry.el: Minor style cleanup.
3650 (gnus-registry--set/remove-mark): New function, extracted from
3651 gnus-registry-install-shortcuts.
3652 (gnus-registry-install-shortcuts): Use it.
3654 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
3656 * nnspool.el (news-path): Use eval-and-compile.
3658 2012-05-24 Glenn Morris <rgm@gnu.org>
3660 * nnspool.el (news-directory, news-path, news-inews-program):
3661 Move here from paths.el. Don't see a need for these to be autoloaded.
3663 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3664 Merge in doc from paths.el version. Don't see any need for this to be
3665 autoloaded, or for the warning about users not setting it.
3667 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3670 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3672 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3674 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3675 message once it's actually open.
3677 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3679 * auth-source.el (auth-source--aput-1, auth-source--aput)
3680 (auth-source--aget): New functions and macros.
3681 Use them instead of aput/aget.
3683 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
3685 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3687 2012-04-26 Daiki Ueno <ueno@unixuser.org>
3689 * plstore.el (plstore-called-interactively-p): New compat macro copied
3691 (plstore-mode): Use it.
3693 2012-04-26 Daiki Ueno <ueno@unixuser.org>
3695 * plstore.el: Revive the editing feature.
3696 (plstore-mode): New mode to edit plstore file.
3697 (plstore-mode-toggle-display, plstore-mode-original)
3698 (plstore-mode-decoded): New command.
3699 (plstore--encode, plstore--decode, plstore--write-contents-functions)
3700 (plstore--insert-buffer, plstore--make): New function.
3701 (plstore-open, plstore-save): Simplify by using them.
3703 2012-04-16 Glenn Morris <rgm@gnu.org>
3705 * nndraft.el (nndraft-request-list): Fix declaration.
3707 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3709 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3710 don't have a current group.
3712 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3715 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3716 a multibyte buffer (bug#7410).
3717 (article-wash-html): Parse the original article buffer to get the
3718 unencoded data (bug#7410).
3720 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3723 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3725 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3726 would have gotten if we posted to the group, and use that to compare
3727 against the message we want to cancel (bug#10808).
3729 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3731 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3732 "#" to avoid having them interpreted as comments.
3734 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3736 * shr.el (shr-insert): Update the text state properly to avoid
3737 inserting spurious paragraph starts.
3739 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3741 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
3742 requested (bug#10961).
3744 * shr.el (shr-table-widths): Divide the extra width more fairly over
3745 the TDs (bug#10973).
3746 (shr-render-td): Don't delete too much padding.
3747 (shr-natural-width): Compute the natural width more correctly.
3748 (shr-insert): Allow the natural width to be computed for tables again.
3749 (shr-tag-table-1): Rework how the natural widths are computed by
3750 rendering the table a third time.
3751 (shr-natural-width): Remove.
3752 (shr-buffer-width): New function.
3753 (shr-expand-newlines): Use it.
3755 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
3756 using a `gnus-use-full-window' setup (bug#11013).
3758 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3760 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3763 2012-03-10 David Edmondson <dme@dme.org>
3765 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3766 'Forwarded Message' header and the start of the message.
3768 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3770 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3771 isn't running (bug#10897).
3773 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3775 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3777 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3779 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3781 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3783 * mm-decode.el (mm-shr): Remove "soft hyphens".
3785 * nnimap.el (nnimap-request-list): Return the group names encoded as
3786 utf8. Otherwise non-European group names don't work.
3787 (nnimap-request-newgroups): Ditto.
3789 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3790 the default in `read-string' (bug#10757).
3792 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3795 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3796 buffer. Suggested by Herbert Valerio Riedel.
3797 (nnimap-request-move-article): Delete the message from the correct IMAP
3800 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
3802 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3803 Reported by Peter Münster.
3805 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
3807 * shr.el (shr-image-fetched): Make sure we really kill the right
3810 2012-02-16 Leo Liu <sdl.web@gmail.com>
3812 * gnus-start.el (gnus-1): Avoid duplicate entries.
3814 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
3816 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3819 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
3821 * shr.el (shr-rescale-image): Undo previous change; see
3822 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3824 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3826 * nnimap.el (nnimap-record-commands): New variable.
3827 (nnimap-log-command): Use it.
3828 (nnimap-make-process-buffer): Add a space to the process buffer.
3829 (nnimap-transform-headers): Don't bug out on header lines containing
3830 stuff that look like IMAP length encodings.
3832 * shr.el (shr-rescale-image): Allow viewing large images.
3834 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
3836 * nnml.el (nnml-request-compact-group): Delete the marks file after
3837 compaction (bug#10800).
3839 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3842 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3843 QRESYNC/FETCH output.
3845 2012-02-11 Glenn Morris <rgm@gnu.org>
3847 * sieve-manage.el (sieve-manage-default-stream):
3849 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3850 (nnir-retrieve-headers-override-function)
3851 (nnir-imap-default-search-key, nnir-notmuch-program)
3852 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3853 (nnir-method-default-engines):
3854 * message.el (message-cite-reply-position):
3855 * gssapi.el (gssapi-program):
3856 * gravatar.el (gravatar):
3857 * gnus-sum.el (gnus-refer-thread-use-nnir):
3858 * gnus-registry.el (gnus-registry-unfollowed-addresses)
3859 (gnus-registry-max-pruned-entries):
3860 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3861 * gnus-int.el (gnus-after-set-mark-hook)
3862 (gnus-before-update-mark-hook):
3863 * gnus-async.el (gnus-async-post-fetch-function):
3864 * auth-source.el (auth-source-cache-expiry):
3865 Add missing :version tags to new defcustoms and defgroups.
3867 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3869 * message.el (message-default-send-mail-function): Made into own
3870 function for reuse by emacsbug.el.
3872 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
3874 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3875 `gnus-sloppily-equal-method-parameters' to avoid a warning.
3877 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3879 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3882 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3884 * gnus.el (gnus-server-extend-method): Don't add an -address component
3885 if the method already has one (bug#9676).
3887 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3889 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3890 of an initial-input for consistency (bug#10757).
3892 * shr.el: Inhibit getting and sending cookies when fetching pictures.
3894 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3896 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3898 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3899 lines that are narrower than the window width. Otherwise background
3900 "blocks" will look less readable.
3902 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3904 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3906 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3908 * nnimap.el (nnimap-transform-headers): Remove unused variable.
3909 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3910 have newlines within the strings, and where the UID comes after the
3911 BODYSTRUCTURE element (bug#10537).
3913 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3916 * shr.el (shr-insert-document): Add doc string.
3917 (shr-visit-file): Ditto.
3918 (shr-remove-trailing-whitespace): New function.
3919 (shr-insert-document): Use it to clean up trailing whitespace as the
3920 final step (bug#10714).
3922 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3924 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3925 buffer if `gnus-kill-summary-on-exit' is nil.
3927 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
3929 * gnus-sum.el (gnus-summary-show-thread):
3930 next-single-char-property-change may return nil in XEmacs.
3932 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3934 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3935 when just reading a single group from "without" Gnus.
3937 2012-02-06 Chong Yidong <cyd@gnu.org>
3939 * gnus-sum.el (gnus-summary-show-thread):
3940 next-single-char-property-change never returns nil (Bug#8657).
3942 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
3944 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3945 without reconnecting.
3946 (nnimap-possibly-change-group): Ditto.
3947 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3948 connection has died before being called.
3950 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
3952 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3953 an initial sync unless we're really doing one.
3955 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3956 address parameter if one already exists (bug#9676).
3958 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3959 not the prefix, as documented (bug#10689).
3961 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3963 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3966 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3967 the real error message with the useless "previously known to be down".
3968 Which isn't even correct.
3970 * nntp.el (nntp-open-connection): Report the error message if the nntp
3971 server can't be reached.
3973 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3974 groups we do a total scan for.
3975 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3978 2012-01-31 Jim Meyering <jim@meyering.net>
3980 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3981 Correct a comment (insert "not") and hide nominally-doubled "to".
3983 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3985 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3986 section in the manual.
3988 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3990 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3992 (rfc2047-encode-string): Ditto.
3993 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
3994 understand folded filename="..." parameters, for instance.
3996 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3997 the message for greater debuggability.
3999 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
4001 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
4002 instead of setting it locally, since the latter doesn't seem to have
4003 any effect (most of the time).
4005 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
4007 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
4010 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
4012 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
4013 seconds, and make the repeat clause with HH:MM specs work as
4016 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
4018 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
4019 so that previous errors don't prohibit getting new news.
4021 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
4023 * nntp.el (nntp-retrieve-group-data-early): Ditto.
4025 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
4027 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
4028 bound globally in old Emacsen and XEmacsen.
4030 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
4032 * gnus.el (gnus-group-find-parameter): Check for liveness of the
4033 buffer, not of the string which is its name.
4035 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
4037 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
4038 non-server-marks groups.
4039 (gnus-group-make-articles-read): Ditto.
4041 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
4044 * gnus.el (gnus-method-ephemeral-p): New function.
4046 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
4048 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
4051 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
4053 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
4056 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
4058 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
4059 macroexpand the nnir things, since they haven't been defined yet, and
4060 nnir requires gnus-sum.
4062 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4064 * mm-decode.el (mm-interactively-view-part): Fix prompt.
4066 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
4068 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
4069 logical server name in addition to the actual machine address.
4071 * auth-source.el (auth-source-user-and-password): Add convenience
4072 wrapper to search by just host and optionally user.
4074 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4076 * shr.el (shr-visit-file): Move point to the beginning of the buffer
4079 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4081 * gnus-sum.el (gnus-summary-read-group): Document more parameters
4083 (gnus-summary-setup-buffer): Document return value (bug#9697).
4085 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
4086 since ido doesn't work on symbols (bug#9632).
4088 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
4089 when getting a single value as when getting all the values. This means
4090 that atoms like `gcc-self' work cumulatively, like variable settings,
4091 instead of getting the value from the last matching clause.
4092 (gnus-group-find-parameter): Protect against the group buffer not
4093 existing (bug#9585).
4095 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4097 * gnus-start.el (gnus-activate-group): Document more parameters
4100 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
4103 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
4104 article was fetched, so that it can be expired later (bug#9958).
4105 (gnus-agent-summary-fetch-series): Add doc string.
4106 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
4109 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
4110 retrieval is happening.
4112 * gnus.el (gnus-parameters): Doc fix.
4114 2012-01-06 Dave Abrahams <dave@boostpro.com>
4116 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
4117 show the thread after expansion.
4119 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4121 * gnus-art.el (article-narrow-to-head): If the head is completely
4122 empty, narrow to the empty region (bug#9764).
4124 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
4125 read, and then mark them as unread only when the unread mark is used.
4126 This makes `C-- T k' actually work, even though it's confusing.
4128 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
4129 alive before we try to find its window.
4131 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
4133 * mm-decode.el (mm-display-external): Use a longer timeout for the
4134 deletion to allow slow programs to display the file.
4136 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4138 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
4139 prompt to be less confusing.
4141 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
4142 argument to `message-reply'. This broke `special-display-*' frame
4143 pop-uping (bug#10238).
4145 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4147 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
4148 systems, since these allegedly don't work there.
4150 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
4152 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
4155 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4157 * nnir.el (nnir-retrieve-headers): Protect against the article not
4158 existing on the server (bug#10335).
4160 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4162 * gnus-agent.el (gnus-agent-load-local):
4163 Recompute gnus-agent-article-local on changing method.
4165 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4167 * gnus.el (gnus-parameters): Note precedence.
4169 2012-01-04 Leo Liu <sdl.web@gmail.com>
4171 * nndraft.el (nndraft-update-unread-articles): Don't move point around
4172 in the group buffer.
4174 2012-01-04 Julien Danjou <julien@danjou.info>
4176 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
4179 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4181 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
4184 * nntp.el (nntp-retrieve-group-data-early): Use it.
4186 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4188 * nntp.el (nntp-retrieval-in-progress): New variable.
4189 (nntp-make-process-buffer): Make it buffer-local.
4191 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
4193 (gnus-demon-init): Use it to compute the time if time is on the form
4196 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
4198 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
4199 status in the correct buffer.
4201 2012-01-03 Leo Liu <sdl.web@gmail.com>
4203 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
4204 when opening topics (bug#10407).
4206 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
4208 * mm-view.el (mm-display-inline-fontify): Add comment.
4210 2011-12-15 Juri Linkov <juri@jurta.org>
4212 * mm-decode.el (mm-inline-media-tests): Add missing
4213 `mm-handle-media-subtype'.
4215 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
4217 * message.el (message-valid-fqdn-regexp): Update with newly approved
4218 top-level domain names ".tel" and ".asia".
4220 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
4222 * gnus-sum.el (gnus-summary-show-article): Don't load shr
4225 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
4227 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
4228 pop-to-buffer-same-window for old Emacsen.
4230 2011-12-04 Chong Yidong <cyd@gnu.org>
4232 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
4235 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
4237 * compface.el (uncompface):
4238 * gnus-art.el (gnus-article-x-face-command): Update the header format
4239 of icon data for the most recent icontopbm program.
4241 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
4243 * gnus-msg.el (gnus-inews-do-gcc):
4244 * message.el (message-send-mail):
4245 * mml.el (mml-generate-mime): Share the value of the buffer-local
4246 `message-options' variable between a draft buffer and temprary working
4249 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
4251 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
4253 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
4255 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
4258 2011-11-24 Glenn Morris <rgm@gnu.org>
4260 * starttls.el: Fix case of "GnuTLS".
4262 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
4264 * gnus-group.el (gnus-group-highlight): Fix typo.
4266 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
4268 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
4269 value of `delete-file', that returns nil for a local file but returns t
4270 for a remote file using ssh.
4272 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4274 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
4275 avoid later breakage.
4277 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
4279 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
4280 article buffers' name.
4282 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4284 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
4285 by Paul Eggert's spellfixes two days ago.
4287 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4289 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
4290 buffer-local instead of binding them to avoid warnings. Also demote
4292 (font-lock-mode-hook): Shut up byte compiler.
4294 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
4296 * mm-util.el (mm-charset-after): Fix typo.
4298 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
4300 * gnus-sum.el (gnus-summary-make-menu-bar):
4301 * gnus-uu.el (gnus-uu-decode-postscript)
4302 (gnus-uu-decode-postscript-and-save):
4303 * mailcap.el (mailcap-print-command):
4304 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
4307 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
4309 * gnus-art.el (gnus-article-part-wrapper):
4310 * shr-color.el (shr-color-visible-distance-min)
4311 (shr-color-relative-to-absolute, set-minimum-interval)
4312 (shr-color-visible): Fix typos.
4314 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4316 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
4319 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4321 * message.el (message-send-and-exit): Document `arg'.
4323 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4325 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
4327 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
4329 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
4330 we don't use `bound-and-true-p'.
4332 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
4334 * gnus-util.el (gnus-bound-and-true-p): Remove.
4335 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
4337 * nnmairix.el: Use it.
4339 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
4341 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
4342 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
4343 for reasons unknown.
4345 * nnmairix.el: Use it.
4347 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
4349 * nnmairix.el: Ditto.
4351 * gnus-registry.el (gnus-registry-enabled): Default to nil.
4353 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4355 * message.el (message-completion-function): Make sure
4356 message-tab-body-function is not attempted if one of
4357 message-completion-alist fails to find a completion (bug#9158).
4359 2011-10-26 Daiki Ueno <ueno@unixuser.org>
4361 * mml.el (mml-quote-region): Quote <#secure> tag.
4362 (mml-generate-mime-1): Unquote <#secure> tag.
4364 2011-10-20 Chong Yidong <cyd@gnu.org>
4366 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
4367 calling a minor mode from Lisp with nil arg enables it, so we have to
4368 make the wording a bit ambiguous here).
4370 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
4372 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
4373 * nnir.el (nnir-mode): Use it.
4374 * nnmairix.el (nnmairix-determine-original-group-from-registry):
4377 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
4378 * nnmairix.el (gnus-registry-enabled): Ditto.
4380 2011-10-17 Dave Abrahams <dave@boostpro.com>
4382 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
4383 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
4384 only while we need to find out if it should be t or nil.
4385 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
4386 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
4387 the registry is installed. Set it to nil when it's unloaded.
4388 (gnus-registry-install-p): Provide user guidance for the initial value
4389 of `gnus-registry-install' when it's 'ask, otherwise return its value.
4390 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
4391 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4392 * nnmairix.el (nnmairix-determine-original-group-from-registry):
4393 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
4394 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
4395 `gnus-registry-install'.
4397 2011-10-17 Daiki Ueno <ueno@unixuser.org>
4399 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
4401 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
4402 primary key is marked as disabled.
4404 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
4406 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
4407 primary key is marked as disabled.
4409 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
4411 * html2text.el (html2text-clean-anchor): Check for quotes around
4414 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
4416 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4417 searching. Drop `bbdb-cache'.
4419 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4421 * message.el (message-signed-or-encrypted-p): Exclude header when
4422 checking if there is signed or encrypted body in text/plain message.
4424 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
4426 * html2text.el (html2text-get-attr): Correctly handle attribute values
4429 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
4431 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4434 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4436 * gnus-win.el (gnus-configure-windows): Protect against reading
4437 ephemeral groups outside of Gnus.
4439 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
4441 * shr.el (shr-tag-img): Don't get images displayed in tables.
4443 2011-10-03 Glenn Morris <rgm@gnu.org>
4445 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4446 the "maintainer" version of debbugs.gnu.org reports.
4448 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4450 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4451 make asynchronous adjacent image insertion work better.
4453 2011-09-27 Daiki Ueno <ueno@unixuser.org>
4455 * plstore.el (plstore-select-keys, plstore-encrypt-to):
4456 Clarify documentation.
4458 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4460 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4461 `gnus-asynchronous' isn't shadowed.
4463 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4465 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4466 (nnimap-insert-partial-structure): The charset parameter isn't
4469 * nnheader.el (nnheader-message-maybe): New function.
4471 * shr.el (shr-tag-table): Render totally broken tables better.
4473 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4474 computing the boundary.
4476 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4478 * pop3.el (pop3-number-of-responses): Remove.
4479 (pop3-wait-for-messages): Rewrite to take linear time instead of
4482 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4484 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4487 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4488 re-fetch images when hitting `g' in Gnus.
4490 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4492 * mml.el (mml-inhibit-compute-boundary): New internal variable.
4493 (mml-compute-boundary): Don't check collision if it is non-nil.
4494 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4495 before checking collision.
4497 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4499 * message.el (message-indent-citation): Really make sure there's a
4502 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4503 Fix suggested by John Wiegley.
4505 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4507 * gnus-art.el (gnus-treat-hide-citation): Add doc.
4509 * message.el (message-default-send-rename-function): Break out into its
4512 * ecomplete.el (ecomplete-display-matches): Revert patch since it
4513 doesn't work under XEmacs.
4515 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4516 of "imaps" to word around Windows problems.
4517 (nnimap-open-connection-1): Use it.
4519 * message.el (message-indent-citation): Revert last change which made
4522 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
4524 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4527 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
4529 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4530 because it displays images using overlays that aren't easy to copy to
4533 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
4535 * message.el (message-indent-citation): Fix empty line removal at the
4536 end of the citation.
4538 2011-09-20 Julien Danjou <julien@danjou.info>
4540 * auth-source.el (auth-source-netrc-create): Use default value for
4541 password if specified. Evaluate default.
4542 (auth-source-plstore-create): Ditto.
4543 (auth-source-plstore-create, auth-source-netrc-create): Fix default
4545 (auth-source-netrc-create): Typo fix.
4546 (auth-source-plstore-create): Ditto.
4548 * auth-source.el (auth-source-format-cache-entry): New function.
4550 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4552 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4554 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4556 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4558 2011-09-19 Julien Danjou <julien@danjou.info>
4560 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4561 which work with things that are not ASCII.
4563 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4565 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4567 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4569 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4572 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
4574 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4576 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4578 * gnus.el (gnus-interactive-exit): Update defcustom spec.
4580 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4582 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4583 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4585 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
4587 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4588 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4591 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
4593 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4594 (message-mail-other-window, message-mail-other-frame)
4595 (message-news-other-window, message-news-other-frame):
4596 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4597 instead of setting buffer display variables.
4599 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4601 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4603 * gnus-sum.el (gnus-fetch-headers): Bump message level.
4605 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4607 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4608 duplicates" to a higher level.
4610 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4611 most egregious messages.
4613 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4615 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4617 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
4619 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4620 up the file (bug#9351).
4622 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4624 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
4625 it does with all other backends, but decode the names immediately after
4628 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4629 decoding nnimap groups.
4631 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4632 newsrc file. It doesn't seem like an important optimization any more.
4634 2011-09-10 Dave Abrahams <dave@boostpro.com>
4636 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4639 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4641 * gnus.el (gnus-article-mark-lists): Remove `recent'.
4642 (gnus-interactive-exit): Extend to `quiet'.
4644 * gnus-sum.el (gnus-offer-save-summaries): Use it.
4646 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4649 * plstore.el (plstore--get-buffer): Silence compiler warnings by
4650 renaming function arguments from `this'.
4652 * gnus-sum.el (gnus-newsgroup-recent): Remove.
4654 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4656 (gnus-lrm-string-p): Include RLM and PDF, too.
4658 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4661 2011-09-10 Eli Zaretskii <eliz@gnu.org>
4663 Add autoload cookies for functions used by sendmail.el.
4664 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4666 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4668 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4670 * gnus-art.el (article-date-ut): Work properly even when there are
4671 things like Date header in the body; work for forwarded parts.
4673 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
4675 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4676 original-article-buffer.
4678 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
4680 * nnir.el (nnir-compose-result): Fix matching of server type.
4681 (nnir-run-swish++): Ditto.
4682 (nnir-run-namazu): Ditto.
4683 (nnir-run-notmuch): Ditto.
4685 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4687 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4690 * gnus-score.el (gnus-summary-increase-score): Doc clarification
4693 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4696 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4699 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4701 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4704 2011-09-02 Eli Zaretskii <eliz@gnu.org>
4706 * message.el (message-setup-1): Return t (Bug#9392).
4708 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
4710 * gnus-sum.el: When adding article headers to a summary buffer also
4711 update gnus-newsgroup-articles (bug#9386).
4713 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
4715 * auth-source.el: Autoload help-mode.
4717 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4719 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4722 2011-08-27 Daiki Ueno <ueno@unixuser.org>
4724 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4725 mm-replace-in-string for compatibility issues.
4726 * mml2015.el (mml2015-epg-verify): Ditto.
4728 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
4730 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4732 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4734 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4736 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4737 continue on and do the clean-up phase (bug#9188).
4739 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4740 just ignore groups that can't be opened instead of erroring out
4743 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4744 nil since some many people are fuddy-duddies.
4746 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4749 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4752 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4754 * gnus-util.el (gnus-process-live-p): Copy over compat function.
4756 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4759 * nntp.el (nntp-kill-buffer): Kill the process before killing the
4760 buffer to avoid warnings.
4762 2011-08-20 Simon Josefsson <simon@josefsson.org>
4764 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4765 specified to reduce precision.
4767 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4769 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4770 bodystructures (bug#9314).
4772 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
4774 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4775 Make button keymap non-sticky after buttons.
4777 2011-08-18 David Engster <dengste@eml.cc>
4779 * nnmairix.el (nnmairix-request-set-mark)
4780 (nnmairix-goto-original-article): Remove adding of article to registry,
4781 since `gnus-registry-add-group' isn't available anymore.
4782 (nnmairix-determine-original-group-from-registry):
4783 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4786 2011-08-12 Simon Josefsson <simon@josefsson.org>
4788 * starttls.el (starttls-any-program-available): Define as obsolete
4791 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4793 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4794 versions which Gnus use when appropriate.
4796 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4797 a pretty destructive command.
4799 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4801 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4803 * message.el (message-fix-before-sending): Make a different warning
4804 about NUL characters (bug#9270).
4806 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4807 from custom (bug#9260).
4809 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4810 things work in Emacs 22 and XEmacs, too.
4812 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4815 * gnus-spec.el (gnus-lrm-string-p): New macro.
4816 (gnus-lrm-string): New constant.
4817 (gnus-summary-line-format-spec): LRM-ify the from.
4818 (gnus-tilde-max-form): LRM-ify string chopping.
4820 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4822 * message.el (message-is-yours-p): Allow disabling canlock checking
4824 (message-shoot-gnksa-feet): Add `canlock-verify'.
4825 (message-auto-save-directory): Use ~/ as the auto-save directory if the
4826 message directory isn't writable (bug#9304).
4828 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4831 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
4833 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4836 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
4838 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4841 2011-08-12 Sam Steingold <sds@gnu.org>
4843 * gnus-score.el (gnus-score-find-alist): Keep the score files already
4844 in the reverse order to avoid modifying the cache with `nreverse'.
4845 (gnus-all-score-files): Do not modify the value returned by
4846 `gnus-score-find-alist' because it lives in a cache variable.
4847 (gnus-current-home-score-file): No need to `nreverse' the return value
4848 of `gnus-score-find-alist', it is already in the correct order.
4850 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
4852 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4853 type MESSAGE and subtype RFC822 is slightly different from those of
4856 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
4858 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4859 This allows article-referral to work from an nnir group.
4861 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
4863 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4865 2011-08-04 Daiki Ueno <ueno@unixuser.org>
4867 * mml1991.el (mml1991-epg-find-usable-key)
4868 (mml1991-epg-find-usable-secret-key): New function.
4869 (mml1991-epg-sign): Check if signing key is usable.
4870 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4872 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
4874 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4875 server-variables only. This should fix a bug introduced with commit
4876 e1889675b7f4adf057833c5513c9374134c4e053.
4877 (nnir-run-query): 'nnir-search-engine should not be set from the global
4880 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
4882 * nnir.el (nnir-search-thread): Position point on referring article
4884 (nnir-warp-to-article): Clean up summary buffers.
4886 * nnimap.el (nnimap-request-thread): Whitespace fix.
4888 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
4890 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4892 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4894 * starttls.el (starttls-available-p): Rename from
4895 `starttls-any-program-available' and changed return convention.
4897 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
4899 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4900 `unix-sync' unless it's defined.
4902 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
4904 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4905 `aref' for XEmacs compatibiltiy.
4907 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4909 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4911 2011-07-31 Dave Abrahams <dave@boostpro.com>
4913 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4914 closures, quote the form properly (bug#9194).
4916 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4918 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4919 (gnus-summary-insert-new-articles): Protect against servers that are
4922 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4924 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4925 in mm handle if none is specified.
4927 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
4929 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4931 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
4933 * nnir.el (nnir-search-thread): New function to make an nnir group
4934 based on a thread query.
4936 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4937 of nnir in thread referral.
4938 (gnus-summary-refer-thread): Use it.
4940 * nnimap.el (nnimap-request-thread): Use it.
4942 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4944 * shr.el (shr-tag-comment): Ignore HTML comments.
4946 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
4948 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4950 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4951 Use `nnir-address' to handle server info rather than passing an arg.
4953 * nnimap.el (nnimap-make-thread-query): New utility function to format
4954 an imap thread search query.
4955 (nnimap-request-thread): Use it.
4957 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4958 right select-method if we are not going back to the group buffer.
4960 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4962 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4963 enter invalid buffer configurations into the quit form (bug#9107).
4964 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4967 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4968 keep track of which ones are unread (bug#9061).
4970 * gnus.el (gnus-refer-article-method): Allow entering any sexp
4973 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4976 * gnus-html.el (mm-util): Require (bug#9073).
4978 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4979 (gnus-summary-refer-thread): Use it to remove duplicates in the
4980 un-threaded view (bug#9053).
4981 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4983 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
4985 * nnir.el (nnir-read-server-parm): Use default value from global
4986 variable. Without this the default search engine parameters aren't
4989 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4991 * message.el (message-unique-id): Don't use the undocumented return
4992 value from (random t) (bug#9118).
4994 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4996 * message.el (message-auto-save-directory): If the ~/Mail directory
4997 doesn't exist, use ~ as the auto-save directory (bug#4432).
4999 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
5000 hasn't already been started.
5002 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5004 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
5006 * message.el (message-reply): Work around mysterious bug where
5007 `message-mode' seems to overwrite the locally bound `subject' variable.
5009 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
5011 * nnimap.el (nnimap-request-thread): Ensure search is performed in
5014 * gnus-int.el (gnus-request-thread): Add group argument.
5016 * gnus-sum.el (gnus-summary-refer-thread): Use it.
5018 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5020 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
5021 renamed to `debbugs-gnu-*'.
5023 2011-07-08 Daiki Ueno <ueno@unixuser.org>
5025 * plstore.el: Revert the editing feature since it is not urgent.
5026 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
5027 (plstore-mode-decoded): Remove.
5029 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5031 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
5032 isn't very interesting any more, and it leaks potentially secret data.
5033 (gnus-debug): Remove.
5035 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
5036 use of :custom-show.
5038 2011-07-07 Daiki Ueno <ueno@unixuser.org>
5040 * plstore.el: Add documentation.
5041 (plstore-mode): New mode to edit plstore file.
5042 (plstore-mode-toggle-display, plstore-mode-original)
5043 (plstore-mode-decoded): New command.
5044 (plstore--encode, plstore--decode, plstore--write-contents-functions)
5045 (plstore--insert-buffer, plstore--make): New function.
5046 (plstore-open, plstore-save): Simplify by using them.
5048 2011-07-06 Glenn Morris <rgm@gnu.org>
5050 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
5052 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5054 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
5055 no longer is much used.
5056 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
5059 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
5061 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
5062 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
5065 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5067 * mm-decode.el (mm-text-html-renderer): Doc fix.
5069 * gnus-msg.el (gnus-bug): Fix the MML tag.
5071 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
5073 2011-07-05 Daiki Ueno <ueno@unixuser.org>
5075 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
5076 secondary methods if started with `gnus-no-server'.
5078 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
5080 * message.el (message-return-action): Fix typo in docstring.
5082 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5084 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
5085 bug reports at once.
5087 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
5089 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
5091 * nndraft.el: Require gnus-group.
5092 (nndraft-request-list): Declare.
5094 * nndraft.el (nndraft-update-unread-articles): Don't show group having
5095 no unread article unless it matches gnus-permanently-visible-groups.
5097 * nndraft.el (nndraft-update-unread-articles): New function.
5098 (nndraft-request-associate-buffer): Use it to update the number of
5099 unread articles for the nndraft groups in the group buffer when saving
5100 or killing a draft message.
5102 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5104 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
5105 systems to binary before writing and reading the mbox files.
5107 * gnus.el (gnus-summary-line-format): Link to the info node for %U
5108 instead of trying to list them all (bug#8978).
5110 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5112 * pop3.el (pop3-open-server): Use :end-of-capability.
5114 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5116 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
5117 the id is always a number.
5119 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
5120 debbugs mode, if possible.
5122 2011-07-02 Daiki Ueno <ueno@unixuser.org>
5124 * auth-source.el (auth-source-token-passphrase-callback-function):
5126 (epg-context-operation): Remove unnecessary autoload.
5128 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5130 * gnus.el (gnus-list-debbugs): New command.
5132 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
5133 mboxstat instead of the maintbox, since the stat seems to be fuller.
5135 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
5138 * message.el (message-get-reply-headers): Delete all duplicates,
5139 instead of the first.
5140 (message-get-reply-headers): Ensure that we have progress while
5141 deleting duplicates.
5143 * gnus-msg.el (gnus-configure-posting-styles): Get the local
5144 gnus-posting-style value from the summary buffer to make it easier to
5145 make that a per-buffer conf.
5147 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
5149 * nnir.el (nnir-run-imap): Allow halting a search when an article is
5150 found by setting `shortcut' in 'query.
5151 (nnir-request-article): Use `shortcut' setting when requesting article
5154 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
5156 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
5157 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
5158 Bring the pseudo-headers back too.
5160 2011-07-01 Daiki Ueno <ueno@unixuser.org>
5162 * auth-source.el (auth-source-token-passphrase-callback-function):
5163 Simplify and remove EPA dependency.
5165 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
5167 * nnir.el (nnir-request-article): Fix error message text.
5169 2011-07-01 Daiki Ueno <ueno@unixuser.org>
5171 * auth-source.el (plstore-delete): Autoload.
5172 (auth-source-plstore-search): Support delete operation.
5173 * plstore.el (plstore-delete): New function.
5175 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
5177 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
5178 mark actually existing articles as unread rather than the ones that
5181 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
5183 * nntp.el (nntp-record-command):
5184 * gnus-util.el (gnus-message-with-timestamp-1):
5185 Use format-time-string rather than decoding time stamps by hand.
5186 This is simpler and insulates the code from potential changes to
5187 current-time format.
5189 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
5191 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
5193 2011-07-01 Daiki Ueno <ueno@unixuser.org>
5195 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
5196 (plstore-save): Support public key encryption.
5197 (plstore--init-from-buffer): New function.
5198 (plstore-open): Use it; fix error when opening a non-existent file.
5199 (plstore-revert): Use plstore--init-from-buffer.
5201 2011-07-01 Daiki Ueno <ueno@unixuser.org>
5203 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
5205 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
5207 * mml2015.el (mml2015-use): Replace string-match-p with string-match
5210 2011-06-30 Daiki Ueno <ueno@unixuser.org>
5212 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
5213 is not fully working.
5215 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5217 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
5218 quit window configuration.
5220 * auth-source.el (epg-context-set-passphrase-callback):
5221 Remove duplicate autoload.
5223 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
5225 * nnir.el (nnir-request-article): Allow requesting articles by
5226 Message-ID with nnimap.
5228 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
5231 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
5233 * auth-source.el: Autoload EPA/EPG functions.
5234 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
5235 changed when EPA/EPG is not available.
5236 (auth-source-backend): Rename "arg" member to "data".
5237 (auth-source-backend-parse, auth-source-plstore-search)
5238 (auth-source-plstore-create): Use it.
5240 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
5242 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
5243 `gnus-refer-article-methods'.
5245 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
5247 * auth-source.el: Require EPA and EPG.
5248 (auth-source-passphrase-alist): New variable.
5249 (auth-source-passphrase-callback-function)
5250 (auth-source-token-passphrase-callback-function): Callbacks for the
5251 netrc field encryption (GPG tokens).
5252 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
5253 Symmetric encryption and decryption of the netrc GPG tokens.
5254 (auth-source-netrc-normalize): Use them, simplifying the closure.
5256 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5258 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
5259 non-nil, and `nnimap-split-methods' is nil, use the former.
5261 2011-06-30 Daiki Ueno <ueno@unixuser.org>
5263 * plstore.el (plstore-revert): New function.
5264 (plstore-open): Use it; hide the buffer from user.
5266 2011-06-30 Daiki Ueno <ueno@unixuser.org>
5268 * auth-source.el (auth-source-backend): New member "arg".
5269 (auth-source-backend-parse): Handle new backend 'plstore.
5270 * plstore.el: New file.
5272 2011-06-30 Glenn Morris <rgm@gnu.org>
5274 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
5276 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
5278 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5280 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
5281 expiring articles to.
5283 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
5284 variations as ASCII (bug#5458).
5286 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
5288 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
5290 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5292 * message.el (message-point-in-header-p): Tweak the function to default
5293 to saying that we're not in the headers if there is no separator at
5294 all. This makes it possible to use the Message version of `M-q' in
5295 buffers with no headers (bug#7987).
5296 (message-point-in-header-p): Fix last checkin to work with an empty
5297 mail-header-separator, too.
5299 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
5300 again, save the choice via customize.
5302 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5304 * message.el (message-send-mail-function): Add `sendmail-query-once'.
5306 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
5307 ended the connection, bail out before waiting infinitely on a new
5310 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
5312 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
5315 * gnus.el (gnus-bug-package): Use "gnus."
5316 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
5318 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5320 * gnus-art.el (gnus-article-stop-animations): New function to stop any
5321 animations going on at article exit time.
5323 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
5324 since removing it breaks people upgrading.
5326 * shr.el (shr-put-image): Use the new interface for animating images.
5327 (shr-put-image): Animate for 60 seconds.
5329 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
5330 error with `find-file-hooks' on Emacs 22.
5331 (with-auth-source-epa-overrides): Ugly hack to Wrap the
5332 `find-file-hook' things in `symbol-value' to avoid compilation warnings
5333 on all architectures.
5335 * spam.el (spam-stat): Require in a normal fashion without binding
5336 `spam-stat-install-hooks' to avoid compilation warnings.
5338 * spam-stat.el (spam-stat-install-hooks): Remove.
5339 (spam-stat-install-hooks): Don't run automatically.
5341 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
5343 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
5346 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
5348 * auth-source.el (auth-source-netrc-cache): Move forward.
5350 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5352 * auth-source.el (auth-source-netrc-create): Don't query the bits that
5354 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
5355 (auth-source-netrc-create): Don't prompt for the stuff we already know.
5357 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5359 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
5360 %S format, since that looks odd.
5361 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
5362 file, especially when saving.
5364 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
5366 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
5369 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
5371 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
5372 `auth-source-save-secrets' with a more sensitive alist that can be
5373 configured per file. Experimental, so defaults to 'never.
5374 (auth-source-netrc-create): Use it. Still experimental code.
5375 (with-auth-source-epa-overrides): Use `find-file-hooks' if
5376 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
5378 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
5380 * auth-source.el (auth-source-save-secrets): New variable to control if
5381 secret tokens should be saved encrypted.
5382 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
5383 to `auth-source-netrc-normalize'.
5384 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
5385 on the EPA variables being defined.
5386 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
5387 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
5388 the lexical-let closure.
5389 (auth-source-netrc-create): Create "gpg:" tokens according to
5390 `auth-source-save-secrets'.
5392 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
5394 * gnus-group.el (gnus-group-update-group): Add new argument
5395 `info-unchanged' that stops updating dribble buffer.
5397 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
5398 deletes lines matching to it in dribble buffer.
5400 * gnus-agent.el (gnus-agent-fetch-group-1):
5401 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
5402 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
5403 * gnus-start.el (gnus-group-change-level):
5404 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
5406 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
5407 if newsgroup info is not changed.
5409 * gnus-group.el (gnus-group-get-new-news-this-group):
5410 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
5411 Don't update dribble buffer.
5413 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
5415 * gnus-registry.el (gnus-registry-remove-ignored): New function to
5416 remove entries with groups we ignore.
5418 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5420 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5421 the underline comes at the bottom.
5423 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
5425 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5426 `gnus-registry-user-format-function-M' and declare the latter obsolete.
5427 (gnus-registry-article-marks-to-names): Rename from
5428 `gnus-registry-user-format-function-M2'.
5430 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
5432 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5435 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5437 * shr.el (shr-browse-image): Copy the URL if called interactively.
5439 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5441 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5442 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
5443 done, then unselected articles may be marked as read.
5445 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5446 since not doing this seems to lead to a race condition in pop3-logon.
5448 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5449 so that the call chain it correct when we call "upwards".
5451 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5452 in read-only groups.
5454 * gnus-group.el (gnus-group-mark-article-read): Ditto.
5456 * message.el (message-cite-reply-position): Doc string fix.
5458 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5459 avoid regexp overflow.
5460 (nnimap-transform-split-mail): Ditto.
5462 * pop3.el (pop3-retr): Error out if the server closes the connection.
5464 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5466 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5467 mm-with-unibyte-current-buffer. The buffer should not contain any
5468 multibyte chars anyway at this stage.
5470 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5472 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5473 at the end of lines.
5475 2011-05-29 Julien Danjou <julien@danjou.info>
5477 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5479 2011-05-27 Glenn Morris <rgm@gnu.org>
5481 * gnus-group.el (gnus-bug-group-download-format-alist):
5482 Use the "maintainer" version of debian reports as well.
5484 2011-05-26 Glenn Morris <rgm@gnu.org>
5486 * gnus-group.el (gnus-bug-group-download-format-alist):
5487 Use the "maintainer" version of debbugs.gnu.org reports.
5489 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
5491 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5493 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
5495 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5496 the thread moves us backwards and so we loop forever.
5498 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
5500 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5501 whitespace in base64 data lines.
5503 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
5505 * gnus-registry.el (gnus-registry-user-format-function-M):
5507 (gnus-registry-user-format-function-M2): Use to see the full text of
5508 the marks. Make "," the mark text separator.
5510 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5511 authentication with auth-source.
5513 2011-05-17 Glenn Morris <rgm@gnu.org>
5515 * gnus-group.el (gnus-import-other-newsrc-file):
5516 Use insert-file-contents.
5518 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
5520 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5523 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
5525 * nntp.el (nntp-open-connection): Check if process-type is available.
5527 2011-05-16 Julien Danjou <julien@danjou.info>
5529 * shr.el (shr-tag-del): Add support for del tag.
5531 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
5533 * gnus-html.el (gnus-html-put-image): Register a displayer.
5535 * shr.el (shr-image-displayer): Don't remove text props from alt text.
5537 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
5539 * registry.el (prune-factor): New initialization parameter defaulting
5541 (registry-prune-hard): Use it.
5543 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5546 2011-05-13 Glenn Morris <rgm@gnu.org>
5548 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5549 is bound, since this function requires sendmail.
5551 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
5553 * registry.el (registry-usage-test): Disable pruning test.
5555 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
5557 * registry.el (registry-prune-hard-candidates)
5558 (registry-prune-soft-candidates): Helper methods for registry pruning.
5559 (registry-prune): Use them. Make the sort function optional.
5561 2011-05-10 Jim Meyering <meyering@redhat.com>
5563 * shr.el (shr-colorize-region): Fix typo "on on -> on".
5565 2011-05-10 Julien Danjou <julien@danjou.info>
5567 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5568 symbol and not a list.
5570 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5572 * gnus-art.el (gnus-article-mode): Move binding of
5573 shr-put-image-function here from gnus-article-prepare-display.
5575 * shr.el (shr-put-image-function): New variable.
5576 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5577 (shr-put-image): Return scaled image.
5579 * gnus-art.el (gnus-shr-put-image): New function.
5580 (gnus-article-prepare-display): Bind shr-put-image-function to it.
5582 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5583 original ones, as deletable.
5585 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5587 * nntp.el (nntp-open-connection): Set TCP keepalive option.
5589 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
5591 * registry.el (registry-full): Add convenience method. Fix logic.
5592 (registry-insert): Use it. Fix logic here too.
5594 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5595 `registry-prune' if `registry-full' returns t.
5596 (gnus-registry-handle-action)
5597 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5598 (gnus-registry-usage-test): Use it.
5600 2011-05-07 Julien Danjou <julien@danjou.info>
5602 * shr.el (shr-link): Make shr-link inherit from link by default.
5604 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
5606 * shr.el (shr-urlify, shr-link): Fix shr-link face.
5608 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
5610 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5611 error out because the face is not a list.
5613 2011-05-05 Glenn Morris <rgm@gnu.org>
5615 * gnus-start.el (gnus-propagate-marks): Declare.
5617 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
5619 * registry.el (registry-reindex): Fix percentage message.
5621 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
5623 * shr.el: Add shr-link face for links.
5624 (shr-urlify): Use it.
5626 * registry.el (registry-insert): Make error message more helpful.
5628 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5630 * gnus-html.el (gnus-html-schedule-image-fetching):
5631 Use url-queue-retrieve, if it exists.
5633 * shr.el (shr-tag-img): Ditto.
5635 * gnus.el: Autoload more gnus-agent functions.
5637 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5638 agent if we haven't already (bug#8502).
5640 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5641 into the Agent, too.
5643 * gnus-agent.el (gnus-agent-store-article): New function.
5645 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5646 and moved from that file for reuse.
5648 * pop3.el (pop3-open-server): Error messages are "-ERR".
5650 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5652 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5653 (open-tls-stream): Remove superfluous tls/starttls autoloads.
5655 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5657 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5658 buffer has moved to a different frame.
5660 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5662 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5663 to get the conversion from unibyte to multibyte buffers to work on
5666 * nntp.el (nntp-request-article): Slight clean-up.
5668 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5670 * shr.el (shr-strike-through): New face.
5671 (shr-tag-s): Use it to provide <s> support.
5672 (shr-tag-s): Remove duplicate definition.
5674 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
5676 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5677 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5679 2011-04-23 Glenn Morris <rgm@gnu.org>
5681 * gnus-sum.el (gnus-extra-headers): Bump :version.
5683 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5685 * shr.el (shr-tag-sup): New function.
5686 (shr-tag-sub): Ditto.
5688 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
5690 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5691 for the case where `gnus-registry-ignored-groups' is a list of lists,
5692 and don't call `gnus-parameter-registry-ignore' otherwise.
5694 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
5696 * nnimap.el (nnimap-user): New backend variable.
5697 (nnimap-open-connection-1): Use it.
5698 (nnimap-credentials): Accept user parameter so it's explicit what user
5701 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5704 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5705 not gnus-registry.el.
5707 * gnus-registry.el: Mention in comments how to modify
5708 `gnus-extra-headers' for proper recipient tracking and that it may
5709 already have To and Cc recently, which it does as of this commit.
5710 (gnus-registry-ignored-groups): Remove defcustom.
5711 Explain why in comments.
5712 (gnus-registry-action): Fix data-header reference to use the extra
5713 headers. Explain in package commentary how to add To and Cc headers to
5714 the gnus-extra-headers.
5715 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5716 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5717 parameter list or a string list in `gnus-registry-ignored-groups'.
5720 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5722 * shr.el (shr-expand-url): Protect against null urls.
5724 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5726 * shr.el (shr-base): New binding.
5727 (shr-tag-base): Keep track of <base>.
5728 (shr-expand-url): New function used throughout.
5730 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
5733 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5734 (gnus-registry-ignored-groups): New variable.
5735 (gnus-registry-ignore-group-p): Use it.
5736 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5737 set the destination group to nil (same as delete) if it's ignored.
5739 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
5741 * gnus-registry.el (gnus-registry-action)
5742 (gnus-registry-fetch-header-fast):
5743 Don't use mail-header that looks an internal function of mailheader.el.
5745 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
5747 * gnus-registry.el: Eliminate cl functions.
5748 (gnus-registry-sort-addresses): New function that replaces mapcan.
5749 (gnus-registry-action, gnus-registry-spool-action)
5750 (gnus-registry-split-fancy-with-parent)
5751 (gnus-registry-fetch-recipients-fast): Use it.
5752 (gnus-registry-import-eld): Replace delete* with dolist + delq.
5754 * registry.el (initialize-instance, registry-lookup)
5755 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5756 (registry-lookup-secondary-value, registry-search, registry-delete)
5757 (registry-insert, registry-reindex, registry-size, registry-prune):
5758 Use eval-and-compile.
5760 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
5762 * registry.el (registry-reindex): New method to recreate the secondary
5765 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5766 tracked field changes.
5767 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5768 (gnus-registry-action, gnus-registry-spool-action)
5769 (gnus-registry-handle-action)
5770 (gnus-registry--split-fancy-with-parent-internal)
5771 (gnus-registry-split-fancy-with-parent)
5772 (gnus-registry-register-message-ids): Add recipient tracking on spool,
5773 move, and delete actions, and for fancy splitting with parent.
5774 (gnus-registry-extract-addresses)
5775 (gnus-registry-fetch-recipients-fast)
5776 (gnus-registry-fetch-header-fast): Convenience functions.
5777 (gnus-registry-misc-test): ERT test of
5778 `gnus-registry-extract-addresses'.
5780 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
5782 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5783 Track by subject first, then sender.
5785 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5787 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5789 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5792 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5793 (gnus-draft-send): Use it to avoid popping
5794 up frames from gnus-group-send-queue.
5796 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
5798 * gnus-registry.el: Updated gnus-registry docs.
5800 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
5802 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5804 (gnus-registry-post-process-groups): Fix logging of no results and
5805 quote sender and subject.
5807 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5809 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5810 (gnus-read-active-for-groups): Don't try to finish getting stuff where
5811 we had no early-data returned.
5812 (gnus-get-unread-articles): Add a sanity check so that we don't issue
5813 two async commands to the same server at the same time.
5815 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
5817 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5819 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5821 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5824 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5825 (mm-url-insert-file-contents): Don't set the package names.
5827 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
5829 * gnus-registry.el (gnus-registry-action): Remove properties and
5830 simplify subject in `gnus-registry-handle-action'.
5831 (gnus-registry-spool-action): Get subject and sender from message if
5832 they are not passed in.
5833 (gnus-registry-handle-action): Remove properties and simplify subject
5836 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5838 * registry.el: Require CL before using defmacro*.
5840 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
5842 * gnus-art.el (article-treat-date): Assume that
5843 gnus-article-date-headers may be a group parameter.
5845 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
5847 * gnus-registry.el (gnus-registry-handle-action): More debugging.
5849 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5850 interactively so the newsrc file can contain foreign groups too.
5851 Useful for debugging but not much for users.
5853 2011-04-07 David Engster <dengste@eml.cc>
5855 * registry.el (registry-usage-test): Only do
5856 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5859 2011-04-06 David Engster <dengste@eml.cc>
5861 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5862 argument NOERROR for `require', since XEmacs 21.4 does not support it.
5864 2011-04-06 David Engster <dengste@eml.cc>
5866 * registry.el (initialize-instance): Change :after to :AFTER to be
5867 compatible with old EIEIO version in XEmacs.
5869 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5871 * gnus-registry.el (gnus-registry-post-process-groups)
5872 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5873 and provide better messaging.
5875 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5877 * gnus-registry.el: Don't use ERT if it's not available. Load it
5878 unconditionally anyway, discarding errors.
5879 (gnus-registry-delete-entries): New convenience function.
5880 (gnus-registry-import-eld): Import from old .eld registry.
5882 * registry.el: Don't use ERT if it's not available. Load it
5883 unconditionally anyway, discarding errors.
5885 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5886 version from the Claudio Bley GnuTLS patch (extra optional parameters
5889 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
5891 * gnus-registry.el (gnus-registry-fixup-registry): New function to
5892 fixup the parameters that can be customized by the user between
5894 (gnus-registry-read): Use it.
5895 (gnus-registry-make-db): Use it.
5896 (gnus-registry-spool-action, gnus-registry-handle-action):
5898 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5899 Map references to actual group names with sender and subject tracking.
5900 (gnus-registry-post-process-groups): Use `cond' for better messaging.
5901 (gnus-registry-usage-test): Add subject lookup test.
5903 * registry.el (registry-db, initialize-instance): Set up constructor
5904 instead of :initform arguments for the sake of older Emacsen.
5905 (registry-lookup-breaks-before-lexbind): New method to demonstrate
5906 pre-lexbind merge bug.
5907 (registry-usage-test): Use it.
5908 (initialize-instance, registry-db): Move the non-function initforms
5909 back to the class definition.
5911 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
5913 * registry.el: New library to manage gnus-registry-style data.
5915 * gnus-registry.el: Use it (major rewrite).
5917 * nnregistry.el: Use it.
5921 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5923 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5924 marks on non-selected articles.
5926 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
5928 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
5930 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5931 parameter to open-protocol-stream.
5933 2011-04-01 Julien Danjou <julien@danjou.info>
5935 * mm-view.el (mm-display-inline-fontify): Do not fontify with
5938 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5940 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5943 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5945 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5946 made marks not propagate, again.
5948 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
5950 * proto-stream.el (open-protocol-stream): Bring back `network' type.
5951 Make this the default type.
5952 (proto-stream-open-plain): Rename from proto-stream-open-default.
5953 (open-protocol-stream, proto-stream-open-starttls)
5954 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5957 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5960 * nntp.el (nntp-open-connection-function): Document the fact that some
5961 values are not functions but are instead handled specially.
5962 Recognize nntp-open-plain-stream value.
5963 (nntp-open-connection): Recognize that value.
5965 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5967 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5970 * gnus-score.el (gnus-score-string): Fix calling convention of
5971 `gnus-simplify-buffer-fuzzy' after last patches.
5973 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5974 server for articles we didn't get any headers for. This is a sanity
5977 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
5979 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5980 new CAPABILITY, use it.
5982 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5984 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5985 downloading anything.
5987 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5989 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
5991 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5993 (gnus-splash-svg-color-symbols): New function.
5995 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5997 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5998 instead of using the global gnus-simplify-subject-fuzzy-regexp.
5999 (gnus-simplify-subject-fuzzy): Use the local
6000 gnus-simplify-subject-fuzzy-regex instead of the global one.
6001 This makes using this variable in group parameters work.
6003 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
6005 * gnus-registry.el (gnus-registry-unfollowed-groups):
6006 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
6007 archive:sent-YYYY-MM-DD groups).
6008 (gnus-registry-split-fancy-with-parent): Bail out early in sender
6009 tracking if there are more than `gnus-registry-max-track-groups'
6012 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6014 * message.el (message--yank-original-internal): New function to do the
6015 insertion cleanly inside eval in `message-yank-original'.
6016 (message-yank-original): Use it.
6018 2011-03-29 Julien Danjou <julien@danjou.info>
6020 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
6021 local variables disabled rather than `normal-mode'.
6023 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
6025 * proto-stream.el: Changes preparatory to merging open-protocol-stream
6026 with open-network-stream.
6027 (proto-stream-always-use-starttls): Option removed.
6028 (open-protocol-stream): Return a process object by default. Provide a
6029 new parameter :return-list specifying a list-type return value, which
6030 now has the form (PROP . PLIST) instead of a fixed-length list. Change
6031 :type `network' to `try-starttls', and `network-only' to `default'.
6032 Make `default' the default, for compatibility with open-network-stream.
6033 Handle the no-parameter case exactly as open-network-stream, with no
6034 additional stream processing. Search plists using plist-get.
6035 Explicitly add :end-of-commend parameter if it is missing.
6036 (proto-stream-open-default): Rename from
6037 proto-stream-open-network-only. Return 'default as the type.
6038 (proto-stream-open-starttls): Rename from proto-stream-open-network.
6039 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
6040 failed. Always return a list with a (possibly dead) process as the
6041 first element, for compatibility with open-network-stream.
6042 (proto-stream-open-tls): Use plist-get. Always return a list.
6043 (proto-stream-open-shell): Return `default' as connection type.
6044 (proto-stream-capability-open): Use plist-get.
6045 (proto-stream-eoc): Function deleted.
6047 * nnimap.el (nnimap-stream, nnimap-open-connection)
6048 (nnimap-open-connection-1): Handle renaming of :type parameter for
6049 open-protocol-stream.
6050 (nnimap-open-connection-1): Pass a :return-list parameter
6051 open-protocol-stream to obtain a list return value. Parse this list
6054 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
6055 for open-protocol-stream. Accept open-protocol-stream return value
6056 that is a subprocess object instead of a list. Handle the case of a
6057 dead returned process.
6059 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
6061 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
6063 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
6065 2011-03-21 Julien Danjou <julien@danjou.info>
6067 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
6068 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
6070 (mm-inline-text): Render normal text with fontification whenever
6073 * gnus-sum.el (gnus-summary-save-parts-1):
6074 * gnus-art.el (gnus-article-browse-html-save-cid-content)
6075 (gnus-article-browse-html-parts, gnus-mime-delete-part)
6076 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
6077 Use `mm-handle-filename'.
6079 * mm-util.el (mm-handle-filename): New function, return the filename of
6082 2011-03-18 Julien Danjou <julien@danjou.info>
6084 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
6085 (gnus-buffer-live-p): Check that buffer is not nil.
6087 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6089 * gnus-art.el: Require mouse, which the build bot seems to say is
6092 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
6093 XEmacs, since it doesn't have url-retrieve-synchronously.
6095 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
6097 * gnus-group.el (gnus-group-list-ticked): New function.
6098 (gnus-group-make-menu-bar): Provide a menu entry for it.
6099 (gnus-group-list-map): Provide a binding for it.
6101 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6103 * shr.el (shr-visit-file): New command.
6105 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
6107 2011-03-17 Bjørn Mork <bjorn@mork.no>
6109 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
6112 2011-03-16 Julien Danjou <julien@danjou.info>
6114 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
6117 * gnus-art.el (article-hide-list-identifiers):
6118 Use gnus-group-get-list-identifiers.
6120 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
6121 (gnus-summary-remove-list-identifiers):
6122 Use gnus-group-get-list-identifiers to get regexp.
6123 (gnus-select-newsgroup, gnus-summary-insert-subject)
6124 (gnus-summary-insert-articles):
6125 Call gnus-summary-remove-list-identifiers unconditionally.
6127 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6129 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
6130 we're selecting a group with unread articles.
6132 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
6134 * gssapi.el: New file separated out from imap.el to provide a general
6135 Kerberos 5 connection facility for Emacs.
6137 * message.el (message-elide-ellipsis): Document the format spec
6140 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
6142 * message.el (message-elide-region): Allow the ellipsis to say how many
6145 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6147 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
6148 window configurations containing buffers that are now dead.
6150 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
6151 parsing to avoid integer overflows.
6152 (nnimap-parse-flags): Simplify the last change.
6153 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
6154 too large for 32-bit Emacsen.
6156 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6158 * auth-source.el (auth-source-netrc-create):
6159 * message.el (message-yank-original): Fix use of `case'.
6161 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
6163 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
6164 XEmacs, which was one character too wide.
6166 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
6168 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
6169 default number of articles to display.
6170 (gnus-articles-to-read): Use pretty names for prompt.
6172 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6174 * gnus-int.el (gnus-open-server): Ditto.
6176 * gnus-start.el (gnus-activate-group): Give a backtrace if
6177 debug-on-quit is set and the user hits `C-g'.
6178 (gnus-read-active-file): Ditto.
6180 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
6182 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
6184 * message.el (message-yank-original): Use cond instead of CL case.
6186 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6188 * auth-source.el (auth-source-netrc-create): Use usual format for the
6191 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
6193 * auth-source.el (auth-source-netrc-create): Show the default in the
6194 prompt when prompting for token creation.
6196 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
6198 * auth-source.el (auth-source-format-prompt): Always convert the value
6199 to a string to avoid evaluating non-string arguments.
6200 (auth-source-netrc-create): Offer default properly, not as initial
6201 content in `read-string'.
6202 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
6203 of line to determine if we've been run before. If so, don't run again,
6204 but print a trivial message to indicate the cache was hit instead.
6206 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
6208 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
6209 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
6210 The user will have to run `gnus-sync-read' manually and wait for Cloudy
6213 2011-03-11 Julien Danjou <julien@danjou.info>
6215 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
6218 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
6220 * auth-source.el (auth-source-read-char-choice): New function to read a
6221 character choice using `dropdown-list', `read-char-choice', or
6222 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
6223 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
6224 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
6225 (auth-source-netrc-saver): Use it.
6226 (auth-source-pick-first-password): New convenience function.
6228 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
6230 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
6231 parameter in the credentials.
6232 (nnimap-open-connection-1): Use it after a successful login.
6233 (nnimap-credentials): Add IMAP-specific user and password prompt.
6235 * auth-source.el (auth-source-search): Add :require parameter, taking a
6236 list. Document it and the :save-function return token. Pass :require
6237 down. Change the CREATED message from a warning to a debug statement.
6238 (auth-source-search-backends): Pass :require down.
6239 (auth-source-netrc-search): Pass :require down.
6240 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
6241 Change save prompt to indicate all modifications saved here are
6243 (auth-source-netrc-create): Take user login name as default in user
6244 prompt. Move all the save functionality to a lexically bound function
6245 under the :save-function token in the returned list. Set up clearer
6246 default prompts for user, host, port, and secret.
6247 (auth-source-netrc-saver): New function, intended to be wrapped for
6250 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
6252 * Version 23.3 released.
6254 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6256 * shr.el (shr-table-horizontal-line): Change the defaults for the table
6257 lines to be spaces instead.
6259 2011-03-07 Julien Danjou <julien@danjou.info>
6261 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
6262 (sieve-sasl-auth): Check that auth-source-search did return something,
6263 or just return an empty string.
6265 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
6267 * gnus.el (gnus-interactive): Use read-directory-name.
6269 * gnus-uu.el (gnus-uu-decode-uu-and-save)
6270 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
6271 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
6272 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
6275 * gnus-group.el (gnus-group-make-directory-group): Likewise.
6277 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6279 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
6280 onto the list of killed groups, too. This makes killed nnimap groups,
6281 for instance, more reliably not reappear.
6283 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
6286 * gnus-sum.el (gnus-update-read-articles): Fix typo.
6288 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
6289 really have server-side marks.
6291 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
6292 since most backends do not usefully have server-side marks.
6293 (gnus-update-read-articles): Propagate marks to all backends that
6294 really have server-side marks.
6296 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
6298 * message.el (message-cite-reply-position, message-cite-style):
6300 (message-yank-original): Use the new citation styles.
6302 2011-03-04 Daiki Ueno <ueno@unixuser.org>
6304 * message.el (message-options): Revert the change that's a workaround
6305 for XEmacs buffer-local issue; don't mark it buffer-local when running
6308 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
6310 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
6311 numbers too big to be `read'.
6313 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
6315 * message.el (message-options): Make buffer-local two ways to attempt
6316 to fix a XEmacs bug.
6318 2011-03-02 Julien Danjou <julien@danjou.info>
6320 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
6322 2011-03-01 Julien Danjou <julien@danjou.info>
6324 * gnus-art.el (list-identifier): Add list-identifier as a parameter
6326 (article-hide-list-identifiers): Use list-identifier group parameter.
6328 2011-02-28 Julien Danjou <julien@danjou.info>
6330 * sieve.el (sieve-buffer-script-name): New local variable to store
6332 (sieve-edit-script): Store sieve script name.
6333 (sieve-upload): Use sieve script name when uploading.
6334 (sieve-upload): Use substitute-command-keys.
6335 (sieve-edit-script): Use substitute-command-keys.
6336 (sieve-refresh-scriptlist): Use substitute-command-keys.
6337 (sieve-manage-mode-map): Define keymap properly.
6338 (sieve-manage-mode): Do not set mode name manually, change mode-name to
6339 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
6340 Remove commented code about cvs.
6341 (sieve-manage-quit): New function.
6342 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
6344 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6346 * gnus-group.el (gnus-import-other-newsrc-file): New function.
6348 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
6350 * auth-source.el (auth-source-search): Cache empty result sets.
6352 * auth-source.el (auth-source-save-behavior): New variable to replace
6353 `auth-source-never-create'.
6354 (auth-source-netrc-create): Use it.
6355 (auth-source-never-save): Remove.
6357 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
6359 * nnimap.el (nnimap-stream): Doc fix.
6360 (nnimap-open-connection-1): Reverse the order of the ports to that the
6361 prompted-for port is first.
6363 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
6364 retrieval by the no-group selection.
6366 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
6367 numerical parameters.
6369 2011-02-25 Julien Danjou <julien@danjou.info>
6371 * gnus-gravatar.el: Use gnus-with-article-buffer.
6373 * gnus-art.el (gnus-with-article-buffer): Check that the
6374 gnus-article-buffer is alive.
6376 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
6378 * auth-source.el (auth-source-creation-prompts): New variable to manage
6379 creation-time prompts.
6380 (auth-source-search): Document it.
6381 (auth-source-format-prompt): Add utility function.
6382 (auth-source-netrc-create): Don't default the user name to
6383 user-login-name. Use `auth-source-creation-prompts' and some default
6384 prompts for user, host, port, and password (the default generic prompt
6386 (auth-source-never-save): Add customizable option to never save info.
6387 (auth-source-netrc-create): Use it and improve save prompts. Fix help
6390 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
6392 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
6393 argument that XEmacs doesn't support.
6395 2011-02-23 Julien Danjou <julien@danjou.info>
6397 * gnus-art.el (article-make-date-line): Ignore errors if time is
6398 invalid and not convertible.
6399 (article-make-date-line): Only add lapsed time if time is not nil.
6401 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
6403 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
6404 `read-char-choice' for backwards compatibility.
6405 (auth-source-netrc-element-or-first): New function to DTRT for
6406 parameter extraction.
6407 (auth-source-netrc-create): Use it and fix multiple parameter print
6408 bug. Use the default passed from above (given-default) or the
6409 built-in (user-login-name for :user).
6411 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
6413 * gnus-start.el (gnus-dribble-read-file):
6414 Set buffer-save-without-query, since we always want to save the dribble
6417 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6420 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6421 -summary- since it's a user-visible variable.
6423 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6424 first time you use the new Gnus.
6426 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
6428 * auth-source.el: Don't load netrc.el.
6429 (auth-sources): Search ~/.netrc as well by default.
6430 (auth-source-debug): Add 'trivia option for extra output.
6431 (auth-source-do-trivia): Use it.
6432 (auth-source-search): Simplify logic to use
6433 `auth-source-search-backends'. Use `auth-source-do-trivia' where
6434 appropriate. Don't keep a running count at this level. Layer :create
6435 and :delete options appropriately on the first and second passes.
6436 Don't track the backend with the search results.
6437 (auth-source-search-backends): New function to search a list of
6438 backends for a processed spec.
6439 (auth-source-netrc-parse): Cache all netrc files, making
6440 auth-source-netrc-cache an alist keyed by the file name and using the
6441 file mtime as the caching criterion. Keep the obfuscated data secret
6442 with a lexical bind.
6443 (auth-source-netrc-search): Don't calculate the length of the results
6445 (auth-source-search-backends): Fix bug.
6446 (auth-source-netrc-create): Rework prompts.
6448 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
6450 * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6451 Lower case names of search constraints.
6452 (nnir-run-query): Cache and reuse search constraints for all imap
6455 2011-02-22 Sam Steingold <sds@gnu.org>
6457 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
6459 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
6461 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6463 (gnus-setup-message): Define missing variable from last checkin.
6465 * gnus-sum.el (gnus-summary-show-article): When called with t as the
6466 value, show the raw article.
6468 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6470 * nnimap.el (nnimap-open-connection-1): Revert last change, since
6471 auth-source now accepts numbers.
6473 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6475 (auth-source-ensure-strings): New function.
6477 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6478 (gnus-article-setup-buffer): Always restart the date timer so that user
6479 changes to the frequency is respected.
6481 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6482 port numbers, so make sure it gets that if nnimap-server-port is
6485 2011-02-21 Simon Josefsson <simon@josefsson.org>
6487 * nnimap.el (nnimap-inbox): Doc fix.
6489 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
6491 * shr-color.el (shr-color->hexadecimal): Use renamed function names
6492 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6495 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6497 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6498 given method as in the group name if we're using an extended method.
6499 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6500 command, if we're using that, instead of waiting for the beginning.
6502 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6503 we're sure to get unique server names, and we don't output two async
6504 commands in the same buffer. This fixes an NNTP hang for some users.
6506 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6508 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6509 summary buffer before reading going to the next buffer. This avoids
6510 putting the point in the group buffer if you `C-g' the command.
6512 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6513 cache (for now) to make ~/.authinfo.gpg files usable.
6515 * nnfolder.el (copyright-update): Define for the compiler.
6517 * auth-source.el (auth-source-search): Fix unbound variable.
6519 2011-02-19 Glenn Morris <rgm@gnu.org>
6521 * gnus.el (gnus-meta): Doc fix.
6523 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
6525 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6526 in case it's not yet loaded.
6528 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
6530 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6531 line we're waiting for.
6533 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
6535 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6536 face with line-width greater than zero will cause RET in gnus summary
6537 buffer to scroll down article page-wise because auto vscroll happens,
6538 it should be temporally disabled when doing a scroll-up.
6540 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
6542 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6543 outputs from the server.
6545 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6547 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6548 later so that bbdb can hook in easier.
6550 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
6552 * auth-source.el (auth-source-search): Don't try to create credentials
6553 if the caller doesn't want that.
6554 (auth-source-search): If we don't find a match, don't bug out on
6555 non-bound variables.
6556 (auth-source-search): Only ask a single backend to create the
6559 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6561 (nnimap-credentials): Protect against auth-source-search returning nil.
6562 (nnimap-request-list): Protect against not being able to open the
6565 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
6567 * auth-source.el (auth-source-search): Do a two-phase search, one with
6568 no :create to get the responses from all backends.
6570 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6571 when getting credentials.
6573 * gnus-util.el (gnus-delete-duplicates): New function.
6575 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6577 * nnimap.el (nnimap-credentials): Instead of picking the first port as
6578 a creation default, pass the whole port list down. It will be
6581 * auth-source.el (auth-source-search): Update docs to talk about
6582 multiple creation choices.
6583 (auth-source-netrc-create): Accept a list as a value (from the search
6584 parameters) and do completion on that list. Keep a separate netrc line
6585 with the password obscured for showing the user.
6587 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6588 first choice to `auth-source-search' so it will be used for entry
6589 creation instead of the server's Gnus-specific name.
6590 (nnimap-credentials): Rely on the auth-source library to select which
6591 port is actually wanted in the new netrc entry, so don't override
6592 `auth-source-creation-defaults'.
6594 * auth-source.el (auth-source-netrc-parse): Use :port instead of
6595 :protocol and accept a missing user, host, or port as a wildcard match.
6596 (auth-source-debug): Default to off.
6598 (auth-source-netrc-search, auth-source-netrc-create)
6599 (auth-source-secrets-search, auth-source-secrets-create)
6600 (auth-source-user-or-password, auth-source-backend, auth-sources)
6601 (auth-source-backend-parse-parameters, auth-source-search): Use :port
6602 instead of :protocol.
6604 * nnimap.el (nnimap-credentials): Pass a port default to
6605 `auth-source-search' in case an entry needs to be created.
6606 (nnimap-open-connection-1): Use :port instead of :protocol.
6608 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
6610 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
6611 instead of delete-dups that is not available in XEmacs 21.4.
6613 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
6615 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6616 nil means that nnimap doesn't get updated.
6618 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
6620 * auth-source.el (auth-source-netrc-create): Return a synthetic search
6621 result when the user doesn't want to write to the file.
6622 (auth-source-netrc-search): Expect a synthetic result and proceed
6624 (auth-source-cache-expiry): New variable to override
6625 `password-cache-expiry'.
6626 (auth-source-remember): Use it.
6628 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6629 parameter. Create entry if necessary by using :create t.
6630 (nnimap-open-connection-1): Don't pass `inhibit-create'.
6632 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
6634 * auth-source.el (auth-source-debug): Enable by default and don't
6635 mention the obsolete `auth-source-hide-passwords'.
6636 (auth-source-do-warn): New function to debug unconditionally.
6637 (auth-source-do-debug): Use it.
6638 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6639 and for Secrets API entries when the secrets.el library is not
6642 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6644 * gnus-sum.el (gnus-propagate-marks): Default to nil.
6645 (gnus-summary-exit): Kill the correct article buffer on exit from a
6648 * gnus-start.el (gnus-use-backend-marks): Remove, since it duplicates
6649 gnus-propagate-marks.
6651 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6652 before killing the buffers so that a non-full window conf gets handled
6654 (gnus-summary-exit): Ditto.
6655 (gnus-summary-read-group-1): Ditto.
6657 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6658 async code again so that we can debug it properly.
6660 * message.el (message-reply): Take an optional switch-buffer parameter
6661 so that Gnus window confs are respected better.
6663 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6665 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6666 `plist-get' to accept non-list parameters (XEmacs issue).
6668 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6669 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6670 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6671 Login collection is "Login" and not "login".
6673 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6675 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6678 * nnimap.el (nnimap-inhibit-logging): New variable.
6679 (nnimap-log-command): Don't log login commands.
6681 * auth-source.el (auth-source-netrc-search): The asserts seem to want
6682 to have more parameters.
6684 * nnimap.el (nnimap-send-command): Mark the command time for each
6685 command, so that we don't get NOOPs stepping on our toes.
6687 * gnus-art.el (article-date-ut): Get the date from the Date header on
6690 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
6692 * auth-source.el (auth-source-search): Use copy-sequence instead of
6693 the cl.el copy-list.
6695 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
6697 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6700 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6702 * gnus-art.el (gnus-article-mode-line-format): Remove the article
6703 washing status from the default format. It isn't very informative.
6705 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
6707 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6708 Fix Gcc processing on imap.
6710 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
6712 * message.el (message-bury): Don't pop up a new window when selected
6713 window is dedicated.
6715 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6717 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6719 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
6721 * sieve-manage.el: Autoload `auth-source-search'.
6722 (sieve-sasl-auth): Use it.
6724 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
6726 * nnimap.el: Autoload `auth-source-forget+'.
6727 (nnimap-open-connection-1): Use it if the connection fails.
6729 * auth-source.el: Require `password-cache'.
6730 (auth-source-hide-passwords, auth-source-cache): Remove and mark
6732 (auth-source-magic): Marker for `password-cache' keys.
6733 (auth-source-do-cache): Update docstring.
6734 (auth-source-search): Use and check cache.
6735 (auth-source-forget-all-cached, auth-source-remember)
6736 (auth-source-recall, auth-source-forget, auth-source-forget+)
6737 (auth-source-specmatchp): Caching support functions.
6738 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6739 Remove and obsolete.
6740 (auth-source-user-or-password): Remove caching to further discourage
6741 using it. Always hide passwords.
6743 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
6745 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6746 code for now, since it doesn't work for all users.
6748 2011-02-09 Julien Danjou <julien@danjou.info>
6750 * message.el (message-options): Make message-options really buffer
6753 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
6755 * mail-source.el: Autoload `auth-source-search'.
6756 (mail-source-keyword-map): Note order matters.
6757 (mail-source-set-1): Get all the mail-source source values and
6758 defaults and search auth-source on those if needed. This can all
6759 probably be simplified.
6761 * nnimap.el: Autoload `auth-source-search'.
6762 (nnimap-credentials): Use it.
6763 (nnimap-open-connection-1): Ask for the virtual server and physical
6764 address in one shot.
6766 * nntp.el: Autoload `auth-source-search'.
6767 (nntp-send-authinfo): Use it. Note TODO.
6769 2011-02-08 Julien Danjou <julien@danjou.info>
6771 * shr.el (shr-tag-body): Add support for text attribute in body
6774 * message.el (message-options): Make message-options a local variable.
6776 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
6778 * auth-source.el (auth-source-secrets-search)
6779 (auth-source-user-or-password): Use `append' instead of `nconc'.
6780 (auth-source-user-or-password): Build return list better and protect
6781 against nil :secret.
6783 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
6785 * nnimap.el (nnimap-update-info): Refactor slightly.
6786 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6787 (nnimap-update-info): Clean up slightly.
6788 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6790 (nnimap-process-quirk): Rename function to avoid collision.
6791 (nnimap-update-info): Fix macrology bug-out.
6792 (nnimap-update-info): Simplify split history test.
6794 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
6796 * auth-source.el (top): Require 'eieio unconditionally.
6797 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6798 (auth-source-secrets-search): Limit search when `max' is greater than
6801 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6803 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6804 part not returning any data.
6806 * proto-stream.el (open-protocol-stream): Document the return value.
6808 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6810 * auth-source.el (auth-source-secrets-search): Add examples.
6812 2011-02-06 Julien Danjou <julien@danjou.info>
6814 * message.el (message-setup-1): Handle message-generate-headers-first
6817 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6819 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6820 API with a string "secrets:collection-name" and with 'default.
6821 (auth-source-backend-parse): Parse "secrets:collection-name" and
6822 'default. Recurse on parses instead of repeating code. Use the
6823 Secrets API is the source is not nil and 'ignore otherwise. Emit a
6824 message when ignoring a source.
6825 (auth-source-search): List ignored search keys at the top level.
6826 (auth-source-netrc-create): Use `case' instead of `cond'.
6827 (auth-source-secrets-search): Created with TODOs.
6828 (auth-source-secrets-create): Created with TODOs.
6829 (auth-source-retrieve, auth-source-create, auth-source-delete)
6830 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6831 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6832 (auth-source-user-or-password-sftp)
6833 (auth-source-user-or-password-smtp): Remove.
6834 (auth-source-user-or-password): Deprecated and modified to be a wrapper
6835 around `auth-source-search'. Not tested thoroughly.
6837 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
6839 * auth-source.el: Bring in assoc and eioeio libraries.
6840 (secrets-enabled): New variable to track the status of the Secrets API.
6841 (auth-source-backend): New EIOEIO class to represent a backend.
6842 (auth-source-creation-defaults): New variable to set prompt defaults
6843 during token creation (see the `auth-source-search' docstring for
6845 (auth-sources): Simplify to allow a simple string as a netrc backend
6847 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6848 (auth-source-backend-parse-parameters): Fill in the backend parameters.
6849 (auth-source-search): Main auth-source API entry point.
6850 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6851 (auth-source-search-collection): Helper function for searching.
6852 (auth-source-netrc-parse, auth-source-netrc-normalize)
6853 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6854 Supports search, create, and delete.
6855 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6857 (auth-source-user-or-password): Call `auth-source-search' but it's not
6860 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
6862 * message.el (message-setup-1): Remove the read-only stuff, since it
6863 doesn't work under XEmacs, for some reason.
6865 * gnus-sum.el (gnus-user-date): Rename back from
6866 gnus-summary-user-date since user code refers to it.
6868 * shr.el (shr-render-td): Store the actual background color used.
6870 * message.el (message-setup-1): Don't bind the constant
6871 -forbidden-properties.
6872 (message-setup-1): Revert previous change, since it needs to bind the
6873 props to insert them.
6874 (message-resend): Allow removing the read-only separator line.
6876 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6878 * nnimap.el (nnimap-request-accept-article): Give an error message if
6879 the APPEND wasn't successful.
6881 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
6883 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6884 that have no groups.
6886 2011-02-03 Julien Danjou <julien@danjou.info>
6888 * gnus-draft.el: Remove progn around gnus-draft-setup.
6890 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6892 * gnus-start.el (gnus-read-active-for-groups): This function is never
6893 called with a nil `infos', so clean that up.
6894 (gnus-get-unread-articles): Request active files from primary/secondary
6895 methods that have no groups (yet).
6897 2011-02-03 Julien Danjou <julien@danjou.info>
6899 * message.el (message-setup-1): Always generate References first.
6900 (message-mail): Return the return value of message-setup, not always t.
6901 (message-setup-1): Insert mail-header-separator with read-only and
6902 intangible properties set.
6904 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6905 user-date in docstring.
6907 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6909 * gnus.el (gnus-summary-line-format): Mention &user-date format in
6912 * gnus.el (gnus-user-date-format-alist): Change default value.
6913 Use defcustom, with type and group. Move from gnus-util.el.
6914 Rename to gnus-summary-user-date-format-alist.
6916 2011-02-03 Glenn Morris <rgm@gnu.org>
6918 * nnimap.el (gnus-fetch-headers): Declare.
6920 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6922 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6924 * message.el (message-forward-make-body-digest-plain)
6925 (message-followup, message-reply): Clean up things noted by Stefan.
6927 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6928 gnus-article-update-date-headers is nil.
6929 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6930 it didn't really work with defcustom.
6931 (article-update-date-lapsed): Make sure the window start doesn't move,
6934 2011-02-01 Julien Danjou <julien@danjou.info>
6936 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6939 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6940 standard in Emacs nowadays.
6942 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6944 * message.el (message-expand-name): Don't trust the return value of
6946 (message-check-news-header-syntax): Remove unused var `start'.
6947 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6948 (message-inhibit-body-encoding): Move to before first use.
6949 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6950 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6951 (Organization, Message-ID, Date, mh-previous-window-config):
6952 Defvar the vars using dynamic scoping.
6954 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
6956 * shr.el (shr-render-td): Only do colors at the final rendering.
6957 Should be slightly faster.
6958 (shr-insert-table): Fix up TD background colors when doing the
6961 * gnus-art.el (article-date-ut): Protect against articles with no Date
6963 (article-update-date-lapsed): Don't use current-column to find the
6964 horizontal position. It's fragile in the presence of \003 characters.
6966 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6968 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6970 * gnus-art.el (article-transform-date): Rewrite to still work when
6971 there are several rfc2822 parts.
6972 (article-transform-date): Fix infinite recursion.
6973 (article-date-ut): Replace infinitely many Date headers with a single
6974 one when called interactively.
6976 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6979 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6980 move around by not using save-window-excursion. It seems to work...
6982 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
6984 * gnus-art.el (article-make-date-line): Work for user-defined format.
6986 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6988 * nntp.el (nntp-retrieve-group-data-early)
6989 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6992 * gnus-start.el (gnus-read-active-for-groups): Read the active files
6993 thoroughly for all backends that have no known groups. This should
6994 allow new nnml methods to retrieve mail.
6996 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6997 that Gnus doesn't know exists again.
6999 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
7000 (gnus-treat-date-ut): Ditto.
7001 (gnus-article-update-date-header): Rename.
7002 (gnus-treat-date-local): Remove.
7003 (gnus-treat-date-english): Remove.
7004 (gnus-treat-date-lapsed): Remove.
7005 (gnus-treat-date-combined-lapsed): Remove.
7006 (gnus-treat-date-original): Remove.
7007 (gnus-treat-date-iso8601): Remove.
7008 (gnus-treat-date-user-defined): Remove.
7009 (gnus-article-date-headers): New variable to control all the date
7011 (article-date-ut): Rewrite to allow using the new way to format date
7014 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
7016 * nnmail.el (nnmail-article-group): Check for a direct fancy split
7018 (nnmail-article-group): A better test for fanciness.
7020 * nnimap.el (nnimap-request-head): Protect against not finding the
7021 article by Message-ID.
7023 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
7025 * gnus-art.el (article-update-date-lapsed): Try a better way to really
7026 keep point at the "same place".
7028 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
7030 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
7031 data if the group is inactive.
7033 2011-01-28 Julien Danjou <julien@danjou.info>
7035 * gnus-win.el: Remove dead function gnus-window-configuration-element.
7036 (gnus-all-windows-visible-p): Remove old compatibility code.
7037 (gnus-window-top-edge): Add docstring.
7039 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
7041 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
7043 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
7044 older request-update-info.
7046 * gnus-art.el (article-make-date-line): Limit the length a bit more.
7048 2011-01-28 Daiki Ueno <ueno@unixuser.org>
7050 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
7051 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
7053 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
7055 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
7056 groups. This makes the nndraft:queue group pop up if it's not already
7059 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
7060 messages" logic, which was reversed.
7062 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
7063 the "same place" even if point is on the line being replaced.
7064 (article-update-date-lapsed): Allow updating both the combined lapsed
7065 and the lapsed headers.
7066 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
7067 (article-make-date-line): Limit the number of segments dynamically to
7068 avoid too-long lines.
7070 2011-01-27 Julien Danjou <julien@danjou.info>
7072 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
7073 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
7075 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
7077 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
7078 Use plist-get instead of the cl function getf.
7080 2011-01-27 Glenn Morris <rgm@gnu.org>
7082 * gnus-util.el (float-time): Get rid of compiler warning, again.
7084 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
7086 * shr.el (shr-put-color): Special-case background colors: Do put them
7087 at the blank parts at the front of the lines.
7089 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
7090 exit hook to nix out all data on readedness on group exit.
7092 * gnus-util.el (float-time): If float-time is bound, always use it on
7093 all Emacsen. It's unclear why the subrp check was there.
7094 (time-date): Require to make some autoload issues on XEmacs go away.
7096 * shr.el (shr-put-color): Don't do the box padding in tables, since
7097 they're already padded.
7099 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
7101 * gnus-art.el (gnus-article-next-page): When the last line of the
7102 article is displayed, scroll down once more instead of going to the
7103 next article at once.
7104 (article-lapsed-string): Refactor out and allow specifying how many
7106 (gnus-article-setup-buffer): Start updating the lapsed header directly.
7107 (gnus-article-update-lapsed-header): New variable.
7109 * shr.el: Revert change that made headings use different-sized faces.
7110 The Emacs display engine isn't advanced enough that, for instance,
7111 tables can comfortably use differently-sized faces.
7113 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
7115 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
7117 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
7118 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7119 we're using an encrypted connection.
7121 * proto-stream.el: Alter the interface functions to also return the
7122 actual stream type used: network or TLS.
7124 2011-01-25 Julien Danjou <julien@danjou.info>
7126 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
7127 (mm-display-javascript-inline): New function.
7129 * mm-decode.el (mm-inline-media-tests): Add application/javascript
7132 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
7134 * shr.el (shr-expand-newlines): Fix variable name.
7136 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
7138 * shr.el (shr-expand-newlines): Make nested boxes work.
7140 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
7142 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
7144 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
7145 in a more sensible manner.
7147 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
7149 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
7152 2011-01-24 Julien Danjou <julien@danjou.info>
7154 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
7157 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
7159 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
7162 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
7163 in the article buffer.
7164 (gnus-gravatar-insert): Use blank space from the current buffer to
7165 avoid breaking text properties. This makes X-Sent updating work again.
7167 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
7169 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
7171 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
7172 fix the bug in url-http.el instead.
7174 * shr.el (shr-image-fetched): Ditto.
7176 * shr.el (shr-image-fetched): Avoid having point move in the article
7179 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
7180 buffer after being called. It's apparently being killed by url.el, and
7181 killing it made point move to end-of-buffer in a random buffer.
7183 * shr.el (shr-image-fetched): Ditto.
7185 2011-01-23 Julien Danjou <julien@danjou.info>
7187 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
7189 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
7192 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
7194 * gnus-sum.el (gnus-summary-move-article): Protect against backends
7195 (i.e., nnimap) returning nil as the article number.
7197 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
7199 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
7200 "DelSp" parameter in RFC3676.
7202 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
7204 * message.el (message-check-recipients): Display the encoded version of
7205 the bogus address if they differ.
7207 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
7210 * gnus-agent.el (gnus-agent-send-mail): Ditto.
7212 * gnus-group.el (gnus-group-refresh-group): New convenience function.
7214 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
7215 group buffer after sending the queue.
7217 * gnus-agent.el (gnus-agent-send-mail): Ditto.
7219 2011-01-22 Julien Danjou <julien@danjou.info>
7221 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
7223 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
7225 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
7226 nested related parts.
7228 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
7229 unexpired articles. This fixes the regression that led expiry marks to
7230 disappear from nnfolder groups.
7232 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
7234 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
7235 Don't confuse the "ret" of "retrograde" with RET.
7237 2011-01-21 Julien Danjou <julien@danjou.info>
7239 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
7240 than mm-insert-inline.
7242 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
7244 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
7245 Widen article buffer.
7247 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7249 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
7251 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
7253 2011-01-20 Julien Danjou <julien@danjou.info>
7255 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
7257 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
7258 than mm-insert-inline to insert inline part: this respect
7259 mm-inline-media-tests displayers.
7261 * mm-view.el (mm-display-shell-script-inline): New function.
7263 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
7265 * mm-uu.el (mm-uu-type-alist): Add org block.
7266 (mm-uu-org-src-code-block-extract): New function.
7268 * mm-view.el (mm-display-org-inline): New function.
7270 * mm-decode.el (mm-automatic-display): Add text/org.
7272 * mailcap.el (mailcap-mime-extensions): Add .org.
7274 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
7276 * gnus-art.el (gnus-article-highlight): Remove argument passed to
7277 gnus-article-add-buttons.
7279 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
7281 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
7282 From header with a date and "nobody" as the sender.
7284 2011-01-19 Julien Danjou <julien@danjou.info>
7286 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
7287 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
7288 if you have the same regexp several times.
7289 (gnus-button-push): Fix matching when regexp is symbol.
7291 2011-01-15 Glenn Morris <rgm@gnu.org>
7293 * message.el (message-mail): A compose-mail function should
7294 accept headers as strings.
7296 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
7298 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
7299 Add :vert-only tags.
7300 (message-mail): New arg RETURN-ACTION.
7301 (message-return-action): New var.
7302 (message-bury): Use it.
7303 (message-mode): Make it buffer-local.
7304 (message-send-and-exit): Always call message-bury.
7306 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
7309 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7311 * nnimap.el (nnimap-convert-partial-article): Protect against
7312 zero-length body parts.
7314 * mm-decode.el (mm-preferred-alternative-precedence):
7315 Discourage showing empty parts.
7317 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
7318 and stuff if the backend didn't return the article number. This fixes
7319 an Exchange-related nnimap bug.
7321 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
7322 group window, because it does the wrong thing when a separate frame
7323 displays the group buffer.
7325 * proto-stream.el (open-protocol-stream): Protect against the low-level
7326 transport functions returning nil.
7328 2011-01-07 Daiki Ueno <ueno@unixuser.org>
7330 * mml2015.el (epg-sub-key-fingerprint): Autoload.
7331 (mml2015-epg-find-usable-secret-key): New function.
7332 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
7333 mml2015-epg-find-usable-key (Bug#7797).
7334 (mml2015-epg-encrypt): Ditto.
7336 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7338 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
7340 2011-01-03 Glenn Morris <rgm@gnu.org>
7342 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
7344 * sieve.el (sieve-open-server): Give a more explicit error if
7345 sieve-manage-open returns nil. (Bug#7720)
7347 2011-01-02 Karl Fogel <kfogel@red-bean.com>
7349 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
7351 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7353 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
7354 This avoids sending passwords in plain text over non-encrypted
7357 * shr.el (shr-rescale-image): Display all GIF images as animated images.
7359 * nnimap.el (nnimap-login): Refactored out into own function, and
7361 (nnimap-wait-for-line): Refactored out.
7363 * mm-view.el (mml-smime): Require.
7365 2010-12-20 David Engster <deng@eml.cc>
7367 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
7368 use EPG to decrypt S/MIME messages instead of openssl.
7370 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7372 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
7374 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
7375 status is the group clearly is unreachable.
7377 * auth-source.el (auth-source-create): Add the optional second
7378 parameter to `local-variable-p' to be compatible with XEmacs.
7380 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
7382 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
7383 work when using a compressed nnml folder.
7385 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7387 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7388 backends after sanitising on entry, because this never makes sense:
7389 If the articles have gone missing, then the data no longer exists on
7390 the backend, and if they haven't, then Gnus is wrong, and shouldn't
7391 overwrite anything anyway.
7393 * shr.el (shr-insert-document): Bind shr-width dynamically to
7394 window-width if it's nil.
7396 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
7398 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
7399 with the meaning of using the full emacs window width for rendering.
7401 2010-12-27 Daiki Ueno <ueno@unixuser.org>
7403 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
7404 case when sender is not given.
7406 2010-12-23 Julien Danjou <julien@danjou.info>
7408 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
7409 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
7410 the addresses, otherwise we might misplaced the gravatar.
7412 2010-12-21 Daiki Ueno <ueno@unixuser.org>
7414 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
7415 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7418 2010-12-20 Julien Danjou <julien@danjou.info>
7420 * gnus-util.el (gnus-rescale-image): Revert last change.
7422 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7424 * gnus-group.el (gnus-group-delete-articles): New command.
7426 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
7428 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7430 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7432 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7433 here, since it's up to the backends to do CRLF removal if their
7436 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7438 2010-12-17 Julien Danjou <julien@danjou.info>
7440 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7441 they are from file. Can also scale up.
7443 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
7445 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7446 Restore gnus-use-agent.
7447 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7449 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7451 2010-12-17 Julien Danjou <julien@danjou.info>
7453 * gravatar.el (gravatar-retrieve-synchronously): New function.
7454 (gravatar-get-data): Make more robust.
7456 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7458 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7459 to really consider the last line.
7461 2010-12-16 Daiki Ueno <ueno@unixuser.org>
7463 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7464 list of recipient keys, or use symmetric encryption if not a list.
7465 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7466 EPA override, replacing the call to `netrc-store-data'.
7468 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
7470 * gnus-srvr.el: Avoid passing nil regexp argument to
7471 delete-matching-lines.
7473 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7475 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7476 fetching stops when Gnus exits.
7478 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7480 (nnfolder-request-expire-articles): Save all the buffers after doing
7483 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7484 the last article", since that led to serious performance regressions
7485 when expiring nnml groups.
7487 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
7489 * nnir.el: Improve customizations.
7491 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7493 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7495 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7496 group has been killed.
7497 (gnus-group-yank-group): Ditto.
7499 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7501 * nnimap.el (nnimap-request-update-group-status): New function.
7503 * gnus-int.el (gnus-request-update-group-status): New interface
7506 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7507 copying read-ness to the backends.
7509 * nnimap.el (nnimap-quirk): New function.
7510 (nnimap-retrieve-group-data-early): Use it.
7511 (nnimap-quirks): New alist.
7513 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
7515 * shr.el (shr-insert): Set shr-start after deleting trailing space;
7516 don't delete it within indentation.
7518 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7520 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7523 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7525 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7526 QRESYNC command by deleting a superfluous space which broke Cyrus
7527 servers. This change will break other servers that are buggy the other
7530 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
7532 * spam.el: Reindent and fix long lines.
7533 (spam-copy-or-move-routine): Exclude invalid move destinations.
7535 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
7537 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7538 installed the registry.
7540 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
7542 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7543 groupname doesn't contain "gmane".
7545 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7547 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7548 (gnus-1): Don't create the nndrafts group twice.
7549 (gnus-setup-news): There's no need to read the active file here, since
7550 that's done again later on a per-backend basis.
7551 (gnus-start-draft-setup): Make sure that the new group is started out
7554 * gnus-agent.el (gnus-agentize): Don't create the queue group
7555 automatically on startup. It'll be created later, if needed.
7557 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7558 of automatically subscribed groups.
7559 (gnus-auto-subscribed-categories): New variable.
7560 (gnus-matches-options-n): Use it.
7561 (gnus-default-subscribed-newsgroups): Remove unused variable.
7562 (gnus-start-draft-setup): Message a bit less.
7564 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
7566 * nnir.el (nnir-run-imap): Return article list in order of increasing
7569 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7571 * gnus-sum.el (gnus-summary-enter-digest-group):
7572 Mention gnus-auto-select-on-ephemeral-exit.
7574 * proto-stream.el (proto-stream-open-network-only): Fix the calling
7575 convention of the network-only option.
7577 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7579 * proto-stream.el (proto-stream-open-network-only): New function to
7580 have a way to specify non-STARTTLS upgrade connections.
7582 2010-12-10 Julien Danjou <julien@danjou.info>
7584 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7585 email address is nil.
7587 * message.el (message-bogus-recipient-p): Set address to "" if nil.
7589 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
7591 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7593 (nnir-run-imap): Only need to parse list once.
7595 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7597 * shr.el (shr-tag-script): Ignore <script>.
7598 (shr-tag-label): Add <label> support.
7600 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
7602 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7604 * shr.el (shr-image-displayer): Work for images lined side by side.
7606 2010-12-08 Robert Pluim <rpluim@gmail.com>
7608 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7609 parameter, since XEmacs doesn't accept t as a parameter.
7611 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
7613 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7615 (nnir-run-gmane): Simplify groupspec formatting.
7616 (nnir-request-expire-articles): New function.
7618 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7620 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7623 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7624 (shr-render-td): Handle td style="" better.
7625 (shr-tag-table): Use the color from the style sheet.
7626 (shr-render-td): Make sure we copy over all the overlays, too.
7628 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
7630 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7631 (nnir-request-article): Improve article retrieval.
7633 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
7635 * mm-util.el (mm-extra-numeric-entities): New variable.
7637 * mm-url.el (mm-url-decode-entities):
7638 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7640 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7642 * message.el: Use completion-at-point.
7643 (message-completion-function): New fun, extracted from message-tab.
7644 (message-mode): Use it for completion-at-point-functions.
7645 (message-tab): Use it and completion-at-point.
7647 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
7649 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7650 character if a non-breakable character follows.
7652 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7654 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7657 * shr.el (shr-tag-font): Colorize the region.
7658 (shr-tag-body): Ditto.
7659 (shr-tag-font): Actually let the styles be inherited instead of
7661 (shr-tag-font): Get the background color right.
7662 (shr-tag-style): Ignore all <style> tags for the moment.
7664 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7665 a Message-ID to avoid having nnimap depend on gnus-sum.
7667 * shr.el (shr-descend): Only colorize something if we have a node that
7670 2010-12-06 Julien Danjou <julien@danjou.info>
7672 * shr.el (shr-render-td): Render td content with shr-descend, so style
7673 will be applied to <td> too.
7674 (shr-colorize-region): Colorize region even if we only have a background.
7675 (shr-tag-body): Fix color and background color inheritance.
7676 Do not recolorize after shr-generic.
7677 (shr-tag-font): Let shr-generic colorize via inheritance.
7679 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
7681 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7683 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
7685 * nnir.el (nnir-request-move-article): Remove obsolete code.
7687 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7689 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7691 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7693 * gnus-sum.el (gnus-summary-respool-article): The completion function
7694 expects a list instead of an alist.
7696 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7697 string as the parameter.
7699 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7701 * shr.el (shr-stylesheet): New dynamic variable for cascading the
7703 (shr-colorize-region): New function.
7704 (shr-insert-background-overlay): Remove.
7705 (shr-render-td): Background setting should be taken care of on a higher
7707 (shr-tag-body): Use post-hoc colorizations.
7708 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7709 (shr-put-color-1): Don't overwrite old colors.
7710 (shr-colorize-region): When the background color isn't explicit, use
7713 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7716 2010-12-05 Bjørn Mork <bjorn@mork.no>
7718 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7721 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
7723 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7726 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7728 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7731 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7732 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7734 * shr.el (shr-urlify): Show the URL before the title to avoid
7737 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
7739 * shr.el (shr-urlify): Display the title in <a> tags.
7741 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
7743 * nnir.el (nnir-categorize): Replace mapcar with mapc.
7745 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
7747 * nnir.el: Rearrange code to allow macros to be autoloaded by
7749 (nnir-retrieve-headers-override-function): Make this variable
7751 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7753 * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7756 2010-12-03 Julien Danjou <julien@danjou.info>
7758 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7760 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7762 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7763 allow optional argument `environment'.
7765 2010-12-03 Glenn Morris <rgm@gnu.org>
7767 * mm-extern.el (message-goto-body): Update declaration.
7769 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7771 * gnus-util.el (gnus-macroexpand-all): New function.
7773 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7774 instead of macroexpand-all that is unavailable in XEmacs.
7776 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
7778 * nnir.el (nnir-summary-line-format): New variable.
7779 (nnir-mode): Use it.
7780 (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7781 (nnir-article-ids): Reimplement as defsubst.
7782 (nnir-retrieve-headers): Don't mangle the subject header.
7783 (nnir-run-imap): Use 100 as RSV score.
7784 (nnir-run-find-grep): Fix for full server searching.
7785 (nnir-run-gmane): Better restriction to gmane groups.
7787 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7790 2010-12-02 Julien Danjou <julien@danjou.info>
7792 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7794 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7796 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7799 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
7801 * nnir.el: Update to handle the registry better.
7802 (autoload): Silence byte-compiler.
7803 (nnir-open-server): Add a hook for nnir groups.
7804 (nnir-request-move-article): Don't mangle the header. Better to use
7805 formatting variables (which will be added in the future).
7806 (nnir-registry-action): Update the registry using the original article
7808 (nnir-mode): Install nnir-specific hooks for updating the registry.
7811 (gnus-article-original-subject, gnus-newsgroup-original-name):
7812 Remove obsolete variables.
7813 (gnus-summary-move-article): Remove use of obsolete variables.
7814 (gnus-summary-local-variables): Make move and delete hooks local to
7817 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7819 * rtree.el: New file.
7821 2010-12-01 Julien Danjou <julien@danjou.info>
7823 * message.el (message-user-organization): Do not use
7824 gnus-local-organization.
7826 * gnus.el: Remove gnus-local-organization.
7828 * gnus-msg.el: Remove nastygram thing.
7830 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
7832 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7835 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
7837 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7840 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7843 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7844 to t of inhibit-read-only since it is inside gnus-with-article-headers.
7845 Suggested by Štěpán Němec <stepnem@gmail.com>.
7846 (gnus-gravatar-transform-address): Use mail-extract-address-components
7847 that supports non-ASCII names rather than mail-header-parse-addresses.
7849 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7851 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
7852 handled by the network handler.
7854 2010-11-30 Julien Danjou <julien@danjou.info>
7856 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7857 (nnimap-open-connection-1): Fix PREAUTH.
7859 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7861 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7863 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7864 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7865 (shr-insert): Use them.
7866 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7868 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7870 * nnir.el (nnir-request-move-article): Bail out if original group
7871 doesn't support article moves.
7872 (nnir-get-active): Improve active list retrieval.
7874 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7876 * shr.el (shr-find-fill-point): Don't break before apostrophes.
7878 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
7880 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7881 seem to accept strings-with-numbers as port numbers.
7883 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7885 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7886 change the registry.
7888 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7890 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7891 delete-dups that is not available in XEmacs 21.4.
7893 * mm-util.el (mm-delete-duplicates): Add comment.
7895 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
7897 * nnir.el (nnir-ignored-newsgroups): New variable.
7898 (nnir-get-active): Use it.
7900 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7902 * proto-stream.el (proto-stream-open-network): Add some comments.
7904 * nntp.el (nntp-open-connection): Provide a :success condition.
7906 * nnimap.el (nnimap-open-connection-1): Ditto.
7908 * proto-stream.el (proto-stream-open-network): See what the response to
7909 the STARTTLS command is.
7911 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7912 backwards compatibility).
7913 (nnimap-open-connection-1): Really respect nnimap-server-port.
7915 * proto-stream.el (proto-stream-open-network): When doing opportunistic
7916 TLS upgrades we don't really care about the identity of the peer.
7917 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7918 that what we've checked for.
7919 (proto-stream-always-use-starttls): Only default to t if
7920 open-gnutls-stream exists.
7921 (proto-stream-open-network): If STARTTLS failed, then just open a
7923 (proto-stream-open-network): Wait until the greeting before doing
7926 * nntp.el (nntp-open-connection): Report what the connection error is.
7928 * proto-stream.el (open-protocol-stream): Rename from
7931 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7933 * nnimap.el (nnimap-stream): Change default to `undecided'.
7934 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7935 first, and then network.
7936 (nnimap-open-connection-1): Respect nnimap-server-port.
7937 (nnimap-open-connection): Be more backwards-compatible.
7939 * proto-stream.el (proto-stream-always-use-starttls): New variable.
7940 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
7941 (proto-stream-open-starttls): Folded back into the main function.
7942 (proto-stream-open-network): Fix typo in the GnuTLS path.
7943 (proto-stream-command): Refactor out.
7945 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7947 * proto-stream.el (proto-stream-open-starttls): Actually implement the
7948 starttls.el STARTTLS.
7950 * color.el (color-lab->srgb): Fix function call name.
7952 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7953 if we're using tls.el.
7954 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
7955 built in, then don't try to establish a STARTTLS connection.
7957 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7960 * proto-stream.el (open-proto-stream): Use network, not stream.
7961 (open-proto-stream): Add a way to specify what the end of a command is.
7963 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7965 (nntp-open-network-stream): Remove.
7966 (nntp-open-ssl-stream): Remove.
7967 (nntp-open-tls-stream): Remove.
7968 (nntp-ssl-program): Remove.
7970 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7972 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
7974 * nnir.el: Fix typos.
7975 (nnir-retrieve-headers-override-function): Rename variable to reflect
7977 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7979 (nnir-request-article, nnir-request-move-article): Use them.
7980 (nnir-categorize): New function.
7981 (nnir-run-query): Use it.
7982 (nnir-retrieve-headers): Rewrite to batch header retrieval.
7983 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7985 (nnir-group-full-name): Use gnus-group-full-name instead.
7986 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7987 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7989 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7991 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7993 * proto-stream.el: New library to provide protocol-specific
7994 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7996 (open-proto-stream): Complete the documentation.
7997 (proto-stream-open-network): Fix some typos.
7999 * nnimap.el (nnimap-open-connection): Use it.
8001 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
8003 * pop3.el (pop3-open-server): Read server greeting before starting TLS
8006 2010-11-26 Julien Danjou <julien@danjou.info>
8008 * color.el: Rename various rgb functions to srgb.
8010 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8012 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
8015 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8017 * shr.el (shr-insert): Revert last change.
8018 (shr-find-fill-point): Never leave point being at bol;
8019 relax the kinsoku limitation when rendering tables.
8021 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8023 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
8024 results from -accept-article.
8026 * shr-color.el: Require cl when compiling.
8028 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
8031 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
8033 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
8035 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
8036 'add and 'delete to set backend marks.
8038 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
8040 * nnheader.el (nnheader-update-marks-actions): Refactor out.
8042 * nntp.el (nntp-request-set-mark): Use it.
8044 * nnfolder.el (nnfolder-request-set-mark): Ditto.
8046 * nnml.el (nnml-request-set-mark): Ditto.
8048 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
8049 introduces regressions in article selection.
8050 (nnimap-find-uid-response): New function.
8051 (nnimap-request-accept-article): Use the UID returned, if any.
8052 (nnimap-request-move-article): Use the UID returned, if any.
8053 (nnimap-get-groups): Reimplement to work with folded lines.
8054 (nnimap-find-uid-response): The UID is the last element in the list.
8055 (nnimap-request-set-mark): Extend syntax with 'set.
8057 * nnml.el (nnml-request-set-mark): Ditto.
8059 * nnfolder.el (nnfolder-request-set-mark): Ditto.
8061 * nntp.el (nntp-request-set-mark): Ditto.
8063 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8065 * message.el (message-called-interactively-p): A temporary macro.
8066 (message-goto-body): Use it temporarily.
8068 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8070 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
8071 (nnimap-last-response-string): Unfold quoted lines, if they exist.
8072 (nnimap-last-response-string): Fix last unfolding fix.
8074 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8076 * shr.el (shr-insert): Fix the way to fold lines.
8078 2010-11-25 Julien Danjou <julien@danjou.info>
8080 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
8082 * color.el: Rename from color-lab.el
8083 (color-rgb->hex): Add.
8084 (color-complement): Add.
8085 (color-complement-hex): Add.
8087 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
8089 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8091 * shr-color.el (shr-color-visible): Don't bug out if the color names
8094 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8096 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
8097 assuming that article displaying or another mml-preview may be
8098 interrupted for an error or for the like.
8100 * shr.el (shr-get-background): Fix argument name.
8102 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8104 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
8106 * gnus-sum.el (gnus-summary-include-articles): New function.
8108 * message.el (message-goto-body): called-interactively-p needs a
8109 parameter, so use `any'.
8111 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
8112 clear marks before moving, since they're synced from the Gnus side
8115 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
8116 (gnus-summary-move-article): Copy over all marks before moving, so that
8117 IMAP doesn't think a new article has arrived.
8119 2010-11-24 Julien Danjou <julien@danjou.info>
8121 * shr.el (shr-insert-background-overlay): Fix typo.
8122 (shr-render-td): Copy the background before rendering.
8124 * shr-color.el (shr-color-visible): Fix docstring.
8126 * shr.el (shr-tag-table): Add bgcolor support.
8127 (shr-render-td): Add bgcolor support.
8128 (shr-get-background): Add.
8129 (shr-insert-foreground-overlay): Use shr-get-background.
8131 * message.el (message-goto-body): Use called-interactively-p.
8132 (message-in-body-p): message-goto-body returns point.
8134 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8136 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
8137 Fixes something or other in Emacs 23, and is backwards compatible.
8139 * message.el (message-goto-body): Remove the <#secure special-casing,
8140 which is too special.
8142 * shr.el (shr-parse-style): Drop !important from styles.
8144 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
8146 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
8147 this function to return incorrect results when calling it with an
8148 explicit article argument different from
8149 (gnus-summary-article-number).
8151 2010-11-24 Julien Danjou <julien@danjou.info>
8153 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
8154 (shr-tag-body): Add background support.
8155 (shr-descend): Add background support.
8156 (shr-tag-title): Add.
8158 * shr-color.el (shr-color-visible): Really return original background
8161 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8163 * shr.el (shr-color-check): Protect against non-existent color names.
8165 2010-11-24 Julien Danjou <julien@danjou.info>
8167 * color-lab.el: Require 'cl when compiling.
8169 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
8171 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
8174 * color-lab.el: Fix all expt calls to use float type.
8176 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
8178 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
8179 expression to shr-color-check as is.
8181 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
8183 * color-lab.el: Add coding cookie.
8184 (float-pi): Use eval-and-compile.
8186 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8188 * shr.el (shr-insert-color-overlay): Split stuff like
8189 "#444444 !important" to find the real color.
8190 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
8191 parse <font color="red"> entries.
8193 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
8195 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
8196 point when parsing headers.
8198 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
8199 is positioned properly when parsing headers.
8201 2010-11-23 Julien Danjou <julien@danjou.info>
8203 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
8205 * shr-color.el (shr-color->hexadecimal): Add support for color names.
8207 * shr.el (shr-parse-style): Replace \n with space in style parsing.
8209 * shr-color.el (shr-color-hsl-to-rgb-fractions):
8210 Use shr-color-hue-to-rgb.
8211 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
8213 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8215 * shr.el (shr-color->hexadecimal): Autoload.
8216 (shr-descend): Add color to all tags.
8218 2010-11-22 Julien Danjou <julien@danjou.info>
8220 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8221 shr-color->hexadecimal.
8223 * shr-color.el (shr-color->hexadecimal): Add converting functions for
8224 RGB() or HSL() color representation.
8226 * shr.el (shr-tag-font): Add.
8227 (shr-tag-color-check): New function to get better colors.
8228 (shr-tag-insert-color-overlay): Factorize code between tag-font and
8231 * shr-color.el: New file.
8233 * color-lab.el: New file.
8235 * gnus-art.el (gnus-url-mailto): Do not downcase args.
8237 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
8239 * nnir.el: Fix typo in comments.
8240 (nnir-run-imap): Simplify code. No need to reverse artlist.
8241 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
8243 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8245 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
8247 * nnimap.el (nnimap-get-capabilities): Refactor out.
8248 (nnimap-open-connection): Re-request capabilities after STARTTLS.
8250 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
8252 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
8253 appearing when `mm-uu-hide-markers' is nil.
8255 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8257 * nnimap.el (nnimap-unselect-group): Make into its own function.
8258 (nnimap-request-rename-group): Unselect group before renaming.
8259 This had gotten lost somewhere.
8260 (nnimap-request-accept-article): Keep track of examined groups, and
8261 unselect the group before APPENDing to read-only groups.
8262 (nnimap-request-move-article): Clear flags before moving so that they
8263 can be re-set later.
8265 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
8267 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
8268 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
8270 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
8272 * gnus-art.el (gnus-mime-display-single):
8273 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
8274 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
8277 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8279 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
8280 (shr-table-vertical-line): New variable.
8281 (shr-insert-table): Use it.
8283 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
8285 * gnus-html.el (gnus-html-wash-images): Don't display images if
8286 gnus-inhibit-images is non-nil; register displayer for cid images.
8287 (gnus-html-display-image): Work for cid image.
8288 (gnus-html-insert-image): Allow arguments.
8289 (gnus-html-put-image): Inhibit read-only.
8290 (gnus-html-prefetch-images): Don't prefetch images if
8291 gnus-inhibit-images is non-nil.
8293 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8295 * shr.el (shr-put-image): Break lines when inserting big pictures.
8297 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
8299 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
8300 sender, thanks Katsumi Yamaoka.
8302 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
8304 * nnir.el (nnir-run-imap): Reverse the article list for each group
8305 rather than the whole list.
8307 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8309 * shr.el (shr-image-displayer): Protect function against non-existent
8312 * gnus-art.el (gnus-inhibit-images): New user option.
8313 (gnus-mime-display-single): Don't display image if it is non-nil.
8315 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
8316 gnus-inhibit-images.
8318 * shr.el (shr-image-displayer): New function.
8319 (shr-tag-img): Use it.
8321 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
8323 * mml2015.el (mml2015-epg-sign): Use From header.
8325 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8327 * gnus-html.el (gnus-html-wash-images): Register a displayer.
8329 * gnus-util.el (gnus-find-text-property-region): Return markers.
8331 * shr.el (shr-tag-img): Put a displayer in the text property.
8333 * gnus-util.el (gnus-find-text-property-region): New utility function.
8335 * gnus-html.el (gnus-html-display-image): Make the alt optional.
8336 (gnus-html-show-images): Remove.
8338 * gnus-art.el (gnus-article-show-images): New, more general function.
8340 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
8341 image url text properties.
8345 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
8346 gnus-agent-auto-agentize-methods is set. Which it isn't.
8348 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
8350 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
8351 work for two or more articles.
8353 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
8355 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
8356 divide an image that's in an html article to two or more when washing
8357 non-ASCII characters in alt text of it.
8359 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
8361 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8362 smime-decrypt-region using function argument.
8363 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
8365 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
8367 * smime.el (smime-decrypt-region): Catch it.
8369 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8371 * smime.el (smime-mode-map): Move initialization into declaration.
8372 (gnus-run-mode-hooks): Don't autoload.
8373 (smime-mode): Use define-derived-mode.
8375 2010-11-11 Glenn Morris <rgm@gnu.org>
8377 * smime.el (from): Restrict declaration to XEmacs.
8379 * nnir.el (gnus-group-topic-name): Autoload.
8381 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
8383 * shr.el (shr-insert): Don't break long line if it is because of
8384 kinsoku-bol characters in the line end.
8386 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
8388 * nnir.el (nnir-request-move-article): Fix to provide original group
8390 (nnir-warp-to-article): Don't fail on articles whose headers haven't
8393 * gnus-sum.el (gnus-summary-move-article): Use original group and
8394 subject for virtual articles such as those in an nnir summary buffer.
8396 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
8398 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
8401 * smime.el (from): Declare it again for XEmacs.
8403 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8405 * message.el (message-resend): Don't disable encoding unless it's
8408 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
8409 low-numbered articles.
8411 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8413 * rfc2047.el (rfc2047-syntax-table): Simplify.
8415 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8416 set-char-table-range for XEmacs.
8418 2010-11-10 Glenn Morris <rgm@gnu.org>
8420 * smime.el (from): Remove unused declaration.
8422 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8423 (gnus-float-time): On Emacs, always an alias.
8425 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8426 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8428 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8430 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8432 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8434 * shr.el (browse-url-mailto): Autoload.
8436 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8438 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8439 regexp doesn't need quoting.
8441 2010-11-09 Sven Joachim <svenjoac@gmx.de>
8443 * message.el (message-subject-trailing-was-ask-regexp)
8444 (message-subject-trailing-was-regexp): Match was: in addition to was.
8446 2010-11-09 Glenn Morris <rgm@gnu.org>
8448 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8449 (nnbabyl-check-mbox): Use point-at-bol.
8451 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8453 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8455 * message.el (message-mailto): New function.
8456 (message-mailto): Should accept other parameters.
8457 (message-mailto): Remove since it duplicates browse-url-mailto
8460 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8462 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8464 (gnus-read-active-file): Ditto.
8466 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8467 ": " from the prompt.
8468 (gnus-group-make-group): Ditto.
8470 2010-11-07 Glenn Morris <rgm@gnu.org>
8472 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8473 (gnus-bookmark-kill-line): Use point-at-eol.
8475 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8477 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8478 asterisks in From header.
8480 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8482 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8483 string to avoid making the From headers syntactically invalid.
8485 * message.el (message-send-mail): Don't insert courtesy messages if the
8486 message already has List-Post and List-ID messages.
8488 2010-11-06 Glenn Morris <rgm@gnu.org>
8490 * gnus-art.el (gnus-treat-article): Give dynamic local variables
8491 `condition', `type', `length' a prefix.
8492 (gnus-treat-predicate): Update for above name changes.
8494 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
8496 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8497 binding. Handled by `gnus-summary-refer-thread' instead.
8498 (nnir-warp-to-article): New backend function.
8500 * nnimap.el (nnimap-request-thread): Force dependency updating.
8502 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8503 (gnus-summary-refer-thread): Rework to improve thread-referral.
8505 * gnus-int.el (gnus-warp-to-article): New function.
8507 * gnus-sum.el (gnus-summary-article-map): Bind it.
8509 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
8511 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8512 gnus-summary-refer-thread.
8514 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8516 (gnus-summary-limit-include-thread): Prevent articles in thread from
8517 being cut in gnus-cut-threads.
8518 (gnus-summary-refer-thread): Limit retrieved headers to those in
8521 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8523 * message.el (message-send-mail): Use the value of
8524 message-courtesy-message from the message buffer.
8526 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8528 * shr.el (shr-browse-url): Implement mailto: URLs.
8530 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8533 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8534 if it's already selected.
8536 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8538 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8540 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8541 to measure the length and truncate alt text.
8543 2010-11-03 Glenn Morris <rgm@gnu.org>
8545 * nndiary.el (nndiary-generate-nov-databases-1)
8546 (nndiary-generate-active-info): Rename dynamic variable `files' to
8547 something less generic.
8549 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
8551 * nnir.el (nnir-request-move-article): Call the underlying backend to
8552 move articles from nnir.
8554 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8556 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8558 2010-11-02 Julien Danjou <julien@danjou.info>
8560 * nnir.el: Remove wais support.
8562 2010-11-02 Glenn Morris <rgm@gnu.org>
8564 * gnus-html.el: Reorder requirements to quieten compiler.
8566 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8568 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8569 properly for XEmacs as well.
8570 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8571 (gnus-article-natural-long-line-p): Use window-width rather than
8574 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
8576 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
8577 (nnir-read-parms): Don't modify query.
8578 (nnir-run-query): Add ability to search topic on current line.
8579 (nnir-get-active): Clean up.
8581 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8583 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8584 degenerate articles.
8586 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8587 (gnus-print-buffer): Just print the buffer as is, without any copying
8588 to a buffer and then re-highlighting.
8590 * nnimap.el (nnimap-request-group): Store the new updated info.
8591 (nnimap-request-group): Select the group when we don't know whether it
8594 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8597 * gnus-group.el (gnus-group-find-new-groups): Display all the new
8600 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8603 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8604 long-lines case by only filling the long lines.
8606 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8609 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8611 * shr.el: No need to declare `declare-function' since shr.el is for
8612 only Emacsen that provide `libxml-parse-html-region'.
8614 2010-11-01 Glenn Morris <rgm@gnu.org>
8616 * mm-util.el (gnus-completing-read): Autoload.
8617 (mm-read-coding-system): Simplify Emacs definition.
8619 * nnmail.el (gnus-activate-group):
8620 * nnimap.el (gnutls-negotiate):
8621 * nntp.el (netrc-parse): Fix declarations.
8623 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8625 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8626 string-match-p in Emacs >=23.
8628 * gnus-msg.el (gnus-configure-posting-styles):
8629 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8631 2010-11-01 Glenn Morris <rgm@gnu.org>
8633 * nnir.el (declare-function): Add compat stub.
8634 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8635 (nnir-run-gmane): Require 'mm-url.
8637 * mm-util.el (mm-string-to-multibyte): Simplify.
8639 * shr.el (declare-function): Add compat stub.
8640 (url-cache-create-filename): Declare.
8641 (mm-disable-multibyte, widget-convert-button): Autoload.
8643 * smime.el (ldap-search): Declare.
8644 (smime-cert-by-ldap-1): Require ldap on Emacs.
8646 * nnimap.el: Require nnmail, and gnus-sum when compiling.
8647 (nnimap-keepalive): Use gnus-float-time.
8649 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8650 (mail-source-delete-crash-box): Use gnus-float-time.
8652 * gnus-dired.el (gnus-completing-read): Autoload.
8654 * mm-view.el (gnus-rescale-image): Autoload.
8656 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8658 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8660 * sieve-manage.el: Require 'cl when compiling.
8662 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8663 (gnus-iswitchb-completing-read): Require iswitchb.
8664 (gnus-select-frame-set-input-focus): Silence compiler.
8666 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8668 * message.el (message-subject-trailing-was-query): Change default to t,
8669 since I think that's what most people want.
8671 * nnimap.el (nnimap-request-accept-article): Erase buffer before
8672 appending for easier debugging.
8673 (nnimap-wait-for-connection): Take a regexp.
8674 (nnimap-request-accept-article): Wait for the continuation line before
8675 sending anything unless we're streaming.
8677 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8678 leave the header washing to take place.
8680 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
8682 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8683 regular expression match and replace in posting styles.
8685 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
8687 * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8689 (nnir-get-active): New function.
8690 (nnir-run-imap): Use it.
8691 (nnir-run-gmane): Who knew, gmane search returns an article score!
8693 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8694 server on the current line with nnir.
8696 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8698 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8699 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8701 (gnus-article-foldable-buffer): Skip past the prefix when determining
8704 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8705 the raw article, and change `C-u g' to show the article without doing
8708 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8709 on to `gnus-treat-article'.
8710 (gnus-inhibit-article-treatments): New variable.
8712 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8714 * gnus-art.el (gnus-treatment-function-alist): Have
8715 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8716 (gnus-treat-fill-long-lines): Change default to fill all text/plain
8719 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8721 (gnus-article-fill-cited-long-lines): New function.
8722 (gnus-article-fill-cited-article): Allow filling only long sections.
8724 * shr.el (shr-find-fill-point): Don't break lines between punctuation
8725 and non-punctuation (like after the apostrophe in "'We").
8727 * gnus-sum.el (gnus-summary-select-article): Make sure
8728 gnus-original-article-buffer is alive.
8730 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8731 reflect the order they are in the digest.
8733 * gnus.el (gnus-group-startup-message): Move point to the start of the
8736 * nnimap.el (nnimap-capability): New function.
8737 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8740 2010-10-31 David Engster <dengste@eml.cc>
8742 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8743 conform with changes to gnus-completing-read.
8745 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8747 * shr.el (shr-tag-img): Output "*" instead of "[img]".
8749 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8751 * nnir.el: Move defvar, defcustom around to keep file organized
8752 and keep byte-compiler quiet.
8753 (nnir-read-parms): Accept search-engine as arg.
8754 (nnir-run-query): Pass search-engine as arg.
8755 (nnir-search-engine): Remove.
8757 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8759 * shr.el (shr-generic): The text nodes should be text, not :text.
8761 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8764 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8766 * nnir.el: General clean up. Allow searching with multiple engines.
8767 Allow separate extra-parameters for each engine.
8768 Batch queries when possible.
8769 (nnir-imap-default-search-key, nnir-method-default-engines):
8770 Add customize interface.
8771 (nnir-run-gmane): New engine.
8772 (nnir-engines): Use it. Qualify all prompts with engine name.
8773 (nnir-search-engine): Remove global variable.
8774 (nnir-run-hyrex): Restore for now.
8775 (nnir-extra-parms, nnir-search-history): New variables.
8776 (gnus-group-make-nnir-group): Use them.
8777 (nnir-group-server): Remove in favor of gnus-group-server.
8778 (nnir-request-group): Avoid searching twice.
8779 (nnir-sort-groups-by-server): New function.
8781 2010-10-30 Julien Danjou <julien@danjou.info>
8783 * gnus-group.el: Remove gnus-group-fetch-control.
8785 * gnus-start.el (gnus-find-new-newsgroups):
8786 Remove gnus-check-first-time-used.
8788 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8790 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
8792 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8793 set on groups that don't have \* permanentflags.
8795 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8797 * shr.el (shr-tag-span): Drop colorization of regions since we don't
8798 control the background color.
8799 (shr-tag-img): Ignore very small web bug type images.
8800 (shr-put-image): Add help-echo alt texts to the images.
8801 (shr-tag-video): Show the video poster image.
8803 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8805 * shr.el (shr-table-depth): New variable.
8806 (shr-tag-table-1): Only insert the images after the top-level table.
8808 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8810 * gnus-util.el (gnus-list-memq-of-list): New function.
8812 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8814 (nnimap-unsplittable-articles): New slot.
8815 (nnimap-new-articles): Use it.
8817 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
8819 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8820 move to the previous line on `M-g'.
8822 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8824 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8825 *-request-group, which seems unnecessary.
8827 * nnimap.el (nnimap-quote-specials): Function copied over from
8829 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8830 they support that. Suggested by Tom Regner.
8832 2010-10-29 Julien Danjou <julien@danjou.info>
8834 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8836 (gnus-summary-delete-marked-with): Remove obsolete defalias.
8838 * gnus.el: Remove `gnus-nntp-service' variable.
8839 (gnus-secondary-servers): Make obsolete.
8840 (gnus-nntp-server): Make obsolete.
8842 * gnus-start.el (gnus-1): Remove x-splash calls.
8844 * gnus-ems.el (gnus-x-splash): Remove.
8846 * gnus.el (gnus-group-startup-message): Simplify/update code.
8848 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8849 capability before doing anything.
8850 (gnus-group-insert-group-line): Remove useless
8851 gnus-group-remove-excess-properties.
8853 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8855 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8857 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8859 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8860 config after reselecting.
8862 2010-10-28 Julien Danjou <julien@danjou.info>
8864 * shr.el (shr-put-image): Use point even if only inserting text.
8865 (shr-put-image): Save excursion when inserting alt text on non-graphic
8866 display, so the behavior is the same when we are on a graphic display.
8868 * nnir.el (nnir-run-swish-e): Remove hyrex support.
8870 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
8872 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8873 (gnus-mime-copy-part): Check coding system, not charset.
8874 (gnus-mime-view-part-externally): Never remove part.
8875 (gnus-mime-view-part-internally): Don't remove part here.
8876 (gnus-article-part-wrapper): Make sure MIME tag is visible.
8877 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8878 multipart/alternative.
8880 * mm-decode.el (mm-display-part): Take optional arg `force'.
8882 2010-10-26 Julien Danjou <julien@danjou.info>
8884 * gnus-group.el (gnus-group-default-list-level): Add this function to
8885 compute the default list level.
8886 (gnus-group-default-list-level): Add possibility to use a function.
8888 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
8890 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8892 * gnus-group.el (gnus-group-completing-read)
8893 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8894 gnus-replace-in-string.
8896 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8898 * shr.el (shr-tag-div): Add.
8900 2010-10-25 Julien Danjou <julien@danjou.info>
8902 * gnus-util.el: Remove `gnus-with-local-quit'.
8904 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8906 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8908 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8909 the original article buffer.
8911 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8913 * nnimap.el (nnimap-request-head): New function.
8914 (nnimap-request-move-article): Try to be slightly faster by not
8915 requesting the entire message when moving.
8916 (nnimap-transform-headers): Don't bug out on bodiless articles.
8917 (nnimap-send-command): Have no outstanding messages if the IMAP server
8918 doesn't support streaming.
8919 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8921 2010-10-24 Julien Danjou <julien@danjou.info>
8923 * message.el (message-default-headers): Fix type.
8925 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8927 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8930 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8931 backend for unknown groups. This is mainly useful for nnimap groups.
8933 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8934 group isn't covered by the agent.
8936 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
8938 * nnir.el (nnir-method-default-engines): New variable.
8939 (nnir-run-query): Use it.
8940 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8941 (gnus-summary-nnir-goto-thread): Change group if needed.
8943 * gnus-group.el (gnus-group-group-map): Add key binding for
8944 gnus-group-make-nnir-group.
8946 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8948 * shr.el (shr-tag-object): Add.
8950 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8951 original article buffer live.
8952 (gnus-summary-select-article-buffer):
8953 Mention gnus-widen-article-buffer.
8955 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8957 * shr.el (shr-tag-strong): Add.
8959 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8961 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8962 group names. They mess up the group buffer badly.
8964 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8966 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8967 instead of the summary one.
8969 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
8971 * mml.el (mml-preview): Work properly when editing article.
8973 * gnus-start.el (gnus-read-active-file-1): Don't add method to
8974 gnus-have-read-active-file if it's already been in.
8976 2010-10-22 Tom Tromey <tromey@redhat.com>
8978 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8979 gnus-group-completing-read.
8981 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8983 * message.el (message-mode-map): Don't bind M-; to comment region, to
8984 allow the global comment-dwim to work.
8986 2010-10-21 Julien Danjou <julien@danjou.info>
8988 * message.el (message-setup-1): Allow message-default-headers to be a
8991 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8993 * shr.el (shr-tag-table): Simplify.
8995 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8997 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8998 to avoid trying to snarf invalid stuff.
9000 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
9002 * gnus.el (gnus-message-archive-group): Quote value.
9003 (gnus-message-archive-group): Mark as changed.
9005 * shr.el (shr-add-font): Don't put the font properties on the newline
9008 * message.el (message-fix-before-sending): Change options when sending
9009 non-printable characters.
9011 * gnus.el (gnus-message-archive-method): Change the default to
9012 monthly outgoing groups.
9014 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
9015 that have gotten new numbers.
9017 * nnimap.el (nnimap-request-replace-article): New function.
9019 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
9021 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
9022 (nnrss-request-article): Don't use special html washing code.
9024 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
9026 * shr.el (shr-tag-table): Remove useless nconc.
9028 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9030 * gnus-art.el (article-wash-html): Simplify and remove the charset
9031 stuff. Use the normal html rendering code instead of the special html
9034 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
9036 (mm-text-html-washer-alist): Remove.
9038 * mm-decode.el (mm-inline-text-html-renderer): Remove.
9039 (mm-inline-media-tests): Remove use.
9040 (mm-text-html-renderer): Change default to the `shr' symbol.
9042 * mm-view.el (mm-inline-text-html): Remove use.
9044 * gnus-art.el (gnus-blocked-images): New function. Allow the
9045 `gnus-blocked-images' to be a function.
9046 (gnus-article-wash-function): Remove.
9048 2010-10-20 Julien Danjou <julien@danjou.info>
9050 * spam.el (spam-list-of-processors): Mark as obsolete.
9052 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
9053 (nnimap-insert-partial-structure): Fix boundary detection.
9055 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
9057 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9058 run file-truename on remote files. This can be expensive and even
9059 prevent one from editing drafts if some unrelated buffer has a stale
9062 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
9064 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
9065 kinsoku-eol regardless of shr-kinsoku-shorten.
9066 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
9067 (shr-tag-table): Support caption, thead, and tfoot.
9069 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9071 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
9073 (shr-save-contents): New command and keystroke.
9075 * nndoc.el (nndoc-type-alist): Add git support.
9076 (nndoc-git-type-p): New function.
9077 (nndoc-transform-git-article): Ditto.
9078 (nndoc-transform-git-headers): Ditto.
9079 (nndoc-transform-git-headers): Generate Subject headers.
9081 * shr.el (shr-parse-style): New function.
9082 (shr-tag-span): Ditto.
9084 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
9085 to `G G' to avoid collisions.
9087 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9089 * shr.el: Load kinsoku if necessary.
9090 (shr-kinsoku-shorten): New internal variable.
9091 (shr-find-fill-point): Make kinsoku shorten text line if
9092 shr-kinsoku-shorten is bound to non-nil.
9093 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
9094 shr-indentation too when testing if table is wider than frame width.
9095 (shr-insert-table): Use `string-width' instead of `length' to measure
9097 (shr-insert-table-ruler): Make sure indentation is done at bol.
9099 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9101 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
9102 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
9103 undecoded network data.
9105 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9107 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
9108 name in the mode line spec so that the mode line menu works
9111 * message.el (message-get-reply-headers): If we're fed `to-address',
9112 then always use that.
9114 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
9115 aren't so wide as to need to switch off the edit menu.
9117 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
9118 binding. Suggested by Leo <sdl.web@gmail.com> (bug#6613).
9120 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
9122 (nnimap-update-info): Update flags/read marks even if \* isn't part of
9123 the permanent marks.
9125 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
9127 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9128 Splitting according to references/in-reply-to obeys the ignore-groups
9129 variable, while splitting by sender and subject do not.
9131 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9133 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
9134 alist, so that we can look for non-Unicode chars.
9135 (article-translate-strings): Allow both character and string maps.
9137 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
9139 * shr.el (shr-insert): Don't insert space behind a wide character
9140 categorized as kinsoku-bol, or between characters both categorized as
9143 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
9145 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
9146 headers to gnus-newsgroup-headers.
9148 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9150 * shr.el (shr-tag-img): Don't align images -- since we're not
9151 rescaling, this often leads to ugly displays.
9153 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
9155 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
9158 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
9160 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9163 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9165 * gnus.el: Autoload gnus-html-show-images.
9167 * nnimap.el: Use nnheader-message throughout.
9169 * shr.el (shr-tag-img): Ignore images with no data.
9171 2010-10-15 Julien Danjou <julien@danjou.info>
9173 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
9174 a possibility to disable format=flow encoding when using hard newlines.
9176 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9178 * shr.el (shr-insert): Remove space inserted before or after a
9179 breakable character or at the beginning or the end of a line.
9180 (shr-find-fill-point): Do kinsoku; find the second best point or give
9181 it up if there's no breakable point.
9183 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9185 * nnimap.el (nnimap-open-connection): Message when opening connection
9186 for debugging purposes.
9188 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
9189 on every setup buffer call to allow this to change from article to
9192 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
9193 buffers where we have a wide table.
9195 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
9197 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
9198 uses *-request-thread.
9200 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9202 * nnimap.el (nnimap-open-connection): Remove %s from openssl
9203 incantation, which is no longer valid.
9205 2010-10-14 Julien Danjou <julien@danjou.info>
9207 * shr.el: Fix defcustom type (char -> character).
9209 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9211 * nnimap.el (nnimap-open-connection): tls-program should be a list of
9214 2010-10-14 Julien Danjou <julien@danjou.info>
9216 * shr.el (shr-tag-a): Use url-link as widget type.
9218 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
9219 `gnus-group-get-icon'.
9221 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9223 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
9224 This should make server editing work better.
9226 * shr.el (shr-find-fill-point): Don't inloop on indented text.
9228 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
9229 (nnimap-parse-flags): Fix regexp.
9231 * shr.el (shr-find-fill-point): Use a filling algorithm that should
9232 probably work for CJVK text, too.
9234 * nnimap.el (nnimap-extend-tls-programs): Remove.
9235 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
9237 2010-10-13 Julien Danjou <julien@danjou.info>
9239 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
9242 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9244 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
9246 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
9249 * shr.el (shr-current-column): Remove buggy and unnecessary function.
9251 2010-10-13 Julien Danjou <julien@danjou.info>
9253 * shr.el (shr-width): Make shr-width a defcustom with default to
9255 (shr-tag-img): Use shr-width rather than fill-column.
9257 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9259 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
9261 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
9262 position when (X-)Faces exist.
9263 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
9264 avatars when called interactively.
9266 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9268 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
9269 gnus-article-x-face-too-ugly is bound.
9271 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9273 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
9275 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
9276 mailbox that doesn't exist.
9278 2010-10-12 Julien Danjou <julien@danjou.info>
9280 * shr.el (shr-tag-img): Encode URL properly when retrieving.
9281 (shr-get-image-data): Encode URL properly when fetching from cache.
9282 (shr-tag-img): Use aligned-to spaces to align correctly images.
9284 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
9285 before inserting the Gravatar.
9287 * shr.el (shr-tag-img): Add align attribute support for <img>.
9289 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9291 * gnus-gravatar.el (gnus-art): Require.
9293 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
9294 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9295 Remove long obsoleted functions.
9297 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9299 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
9301 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
9302 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
9303 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
9304 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
9305 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
9306 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
9307 Fix comment for declare-function.
9309 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9311 * nnimap.el (nnimap-request-rename-group): Select group read-only
9314 * shr.el (shr-insert): Fix up the white space only regexp.
9316 * nnimap.el (nnimap-transform-split-mail): Not all articles have
9317 bodies. Protect against this. Reported by Michael Welsh Duggan.
9319 * shr.el (shr-current-column): New function.
9320 (shr-find-fill-point): New function.
9322 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9324 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
9327 2010-10-11 Julien Danjou <julien@danjou.info>
9329 * shr.el (shr-hr-line): Add.
9330 (shr-tag-hr): Use shr-hr-line to specify which character to use to
9332 (shr-max-columns): Do not change state to nil if we just inserting
9335 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9337 * gnus-topic.el (gnus-topic-read-group): If after the last group,
9338 select the last group.
9340 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
9342 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
9344 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9346 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
9348 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
9349 (nnimap-update-qresync-info): Mark \Seen articles as read.
9351 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9354 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
9356 (nnimap-update-info): Rely more on the current active than the param
9357 active to avoid marking articles as read too much.
9359 * auth-source.el (auth-source-create): Use (user-login-name) for the
9362 * nnimap.el (nnimap-update-info): If the server doesn't return any
9363 useful info, just use the previous info.
9364 (nnimap-update-info): Prefer old info over start-article.
9365 (nnimap-update-qresync-info): Finish implementing QRESYNC.
9367 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
9369 * nnir.el (autoload): Clean up autoloads.
9370 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
9371 Use key rather than value.
9372 (nnir-imap-search-other): New variable.
9373 (nnir-read-parm): Use it.
9374 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
9375 (gnus-summary-nnir-goto-thread): Modify to work with imap.
9377 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9379 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
9382 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9384 * spam.el (gnus-summary-mode-map): Bind to "$".
9385 Suggested by Russ Allbery.
9387 * shr.el: Rework the way things are indented by <li> slightly.
9389 * gnus.el (gnus-group-set-parameter): Fix typo.
9391 * nnimap.el: Start implementing QRESYNC support.
9393 2010-10-09 Julien Danjou <julien@danjou.info>
9395 * nnir.el (nnir-engines): Fix too many arguments.
9397 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9399 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
9400 group is the "last", so that the backends like nnfolder actually save
9403 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
9404 try to use that for the TLS stream.
9405 (nnimap-retrieve-group-data-early): Rework the marks code to heed
9406 UIDVALIDITY and find out which groups are read-only and not.
9407 (nnimap-get-flags): Use the same marks parsing code as the rest of
9410 2010-10-09 Julien Danjou <julien@danjou.info>
9412 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
9414 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
9415 retrieving gravatars.
9417 * shr.el (shr-table-corner): Add.
9418 (shr-table-line): Add.
9419 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9421 2010-10-08 Julien Danjou <julien@danjou.info>
9423 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9425 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
9427 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9429 * gnus-sum.el (gnus-mark-article-as-unread)
9430 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9431 (gnus-summary-set-bookmark): Use it.
9433 * gnus-msg.el (gnus-setup-message): Use it.
9435 * gnus-demon.el (gnus-demon-remove-handler): Use it.
9437 * gnus.el (gnus-group-remove-parameter): Use it.
9439 * gnus-group.el (gnus-group-make-web-group): Use it.
9441 * gnus-demon.el (gnus-demon-remove-handler): Use it.
9443 * nnregistry.el: Update docs to mention manual.
9445 * gnus-registry.el: Update docs to mention nnregistry.el.
9446 (gnus-registry-initialize): Don't install nnregistry refer method
9448 (gnus-registry-install-nnregistry): Remove it.
9450 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9452 * shr.el (shr-insert): Don't insert double spaces.
9454 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9456 * gnus-gravatar.el (gnus-treat-from-gravatar)
9457 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9458 called interactively.
9460 * gnus-art.el (gnus-mime-view-part-externally)
9461 (gnus-mime-view-part-internally): Make predicate function passed to
9462 gnus-mime-view-part-as-type assume argument is a mime type, not a list
9465 * shr.el (shr-table-widths): Don't use cl function `reduce'.
9467 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9469 * shr.el (require): Require cl when compiling.
9470 (shr-tag-hr): New function.
9472 * nnimap.el (nnimap-update-info): Remove double setting of high.
9473 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9474 This makes nnimap work properly on Courier again.
9476 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9477 the variable for backwards compatibility.
9479 * mm-decode.el (mm-save-part): If given a non-directory result, expand
9480 the file name before using to avoid setting mm-default-directory to
9483 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9484 bidning gnus-agent variables.
9486 * shr.el (shr-render-td): Use a cache for the table rendering function
9487 to avoid getting an exponential rendering behavior in nested tables.
9488 (shr-insert): Rework the line-breaking algorithm.
9489 (shr-insert): Don't leave trailing spaces.
9490 (shr-insert-table): Also insert empty TDs.
9491 (shr-tag-blockquote): Ensure paragraphs after </ul>.
9493 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9495 * gnus-sum.el (gnus-number): Rename from `number'.
9496 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9497 (gnus-summary-limit-children): Update uses correspondingly.
9499 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9501 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9502 (gnus-gravatar-transform-address): Don't show avatars of people of
9503 which mail addresses match gnus-gravatar-too-ugly.
9505 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9507 * shr.el (shr-table-widths): Expand TD elements to fill available
9510 2010-10-07 Julien Danjou <julien@danjou.info>
9512 * nnimap.el (nnimap-request-rename-group): Add this method.
9514 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9516 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9517 name from XEmacs' function-arglist.
9519 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9520 gravatar under XEmacs.
9522 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
9524 * auth-source.el: Update docs with TODO items.
9526 * gnus-sync.el: Update docs to explain state and plans.
9528 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9529 Hooks for mark updates.
9530 (gnus-request-set-mark, gnus-request-update-mark): Use them.
9532 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9533 hooks with arguments, which is needed for mark update hooks.
9535 2010-10-06 Julien Danjou <julien@danjou.info>
9537 * gnus.el (gnus-expand-group-parameter): Only return and act on what
9540 * sieve-manage.el: Update example in `Commentary'.
9542 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9544 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9546 (sieve-manage-authenticate): Re-add function.
9548 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9550 * shr.el (shr-insert): Get 'space transition right.
9551 (shr-render-td): Only delete space at the end of the TD.
9553 * nnimap.el (nnimap-open-connection): Prepare to support
9556 * shr.el: Rearrange function order to be more logical.
9558 2010-10-06 Julien Danjou <julien@danjou.info>
9560 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9561 (nnrss-discover-feed): Remove 404 URL in docstring.
9563 * nnir.el: Fix Swish-E URL.
9566 * message.el (message-change-subject): Remove 404 URL in a comment.
9568 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9570 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9571 called interactively.
9573 * gnus-util.el (gnus-remove-if): Allow hash table.
9574 (gnus-remove-if-not): New function.
9576 * gnus-art.el (gnus-mime-view-part-as-type):
9577 * gnus-score.el (gnus-summary-score-effect):
9578 * gnus-sum.el (gnus-read-move-group-name):
9579 Replace remove-if-not with gnus-remove-if-not.
9581 * gnus-group.el (gnus-group-completing-read):
9582 Regard collection as a hash table if it is not a list.
9584 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9586 * shr.el (shr-render-td): Allow blank/missing <TD>s.
9588 * shr.el: Document the table-rendering algorithm.
9590 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9593 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9595 (shr-tag-img): Ignore image fetching errors.
9596 (shr-overlays-in-region): Compute overlay positions correctly.
9598 * mm-decode.el (mm-shr): Require shr.
9600 * gnus-art.el (gnus-blocked-images): Move variable here.
9602 * shr.el (shr-insert-table): Bind free variable.
9604 * mm-decode.el (mm-shr): Bind shr-content-function.
9606 * shr.el (shr-content-function): New variable.
9608 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9611 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9613 * gnus-group.el (gnus-group-make-group): Doc fix.
9615 * nnimap.el (nnimap-request-newgroups): Return success.
9617 * shr.el (shr-find-elements): New function.
9618 (shr-tag-table): Put all the images after the table.
9619 (shr-tag-table): Really inhibit images inside the table.
9620 (shr-collect-overlays): Copy over overlays from the TD elements to the
9623 * mm-decode.el (mm-shr): Bind shr-blocked-images to
9624 gnus-blocked-images.
9626 2010-10-05 Julien Danjou <julien@danjou.info>
9628 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9630 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9631 (gnus-html-maximum-image-size): Add this function.
9632 (gnus-html-put-image): Use gnus-html-maximum-image-size.
9634 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9635 server-value of the capability is nil.
9637 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9639 * shr.el (shr-tag-em): Add <EM> tag.
9641 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
9643 * sieve-manage.el (sieve-manage-default-stream): Make default stream
9646 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9647 handing broken links to browse-url.
9649 2010-10-05 Julien Danjou <julien@danjou.info>
9651 * gnus-util.el (gnus-emacs-completing-read)
9652 (gnus-iswitchb-completing-read): Use autoload rather than require.
9654 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
9656 * gnus-util.el (gnus-completing-read-function): Exclude
9657 gnus-icompleting-read and gnus-ido-completing-read from candidates for
9658 XEmacs since iswitchb.el is very old and ido.el is unavailable in
9661 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9662 not to use `delete-dups' that is unavailable in XEmacs 21.4.
9664 * gnus-html.el: Don't require help-fns under XEmacs.
9665 (gnus-html-schedule-image-fetching): Work for XEmacs.
9667 * mm-decode.el (mm-shr): Decode contents by charset.
9669 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9671 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9674 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9675 (shr-get-image-data): Ensure against the cache file missing.
9677 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9680 * spam-report.el (spam-report-url-ping-plain): Don't query about
9681 killing the process.
9683 * shr.el (shr-render-td): Protect against too-wide text.
9685 2010-10-04 Julien Danjou <julien@danjou.info>
9687 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9688 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9690 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9693 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9695 * shr.el (browse-url): Require.
9696 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9698 (shr-show-alt-text, shr-browse-image): New commands.
9699 (shr-browse-url, shr-copy-url): New commands.
9701 * gnus-sum.el (gnus-widen-article-window): New variable.
9702 (gnus-summary-select-article-buffer): Use it.
9704 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9707 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9709 * nnir.el (nnir-run-imap): Remove spurious space in search string.
9711 2010-10-04 Julien Danjou <julien@danjou.info>
9713 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9716 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9718 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9720 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9721 (nnimap-close-server): Implement.
9723 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9724 (shr-insert): Tweak line breaking.
9725 (shr-insert): Handle <pre> better.
9726 (shr-tag-li): Get <li> indentation right.
9727 (shr-tag-li): Get <li> indentation even righter.
9728 (shr-tag-blockquote): Ensure paragraph start.
9729 (shr-make-table): Tweak table generation.
9730 (shr-make-table): Fix typo.
9732 * shr.el: Implement table rendering.
9734 2010-10-04 Julien Danjou <julien@danjou.info>
9736 * gnus-html.el (gnus-html-put-image): Fix resize image code.
9738 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9740 * shr.el (shr-insert): Use string anchors instead of line anchors.
9742 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9744 * shr.el: Add headings.
9745 (shr-ensure-paragraph): Actually work.
9746 (shr-tag-li): Make <ul> prettier.
9747 (shr-insert): Get white space at the beginning/end of elements right.
9748 (shr-tag-p): Collapse subsequent <p>s.
9749 (shr-ensure-paragraph): Don't insert double line feeds after blank
9751 (shr-insert): \t is also space.
9752 (shr-tag-s): Fix "s" tag name function.
9753 (shr-tag-s): Fix face prop name.
9755 2010-10-03 Julien Danjou <julien@danjou.info>
9757 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9759 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9760 gnus-window-inside-pixel-edges.
9762 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9765 * mm-view.el (mm-inline-image-emacs): Support image resizing.
9767 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9770 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9773 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9775 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9776 beginning of the buffer.
9778 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9779 article buffer again.
9781 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9783 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9784 when it's at the start of the buffer.
9786 * shr.el (shr-tag-blockquote): Convert name.
9787 (shr-rescale-image): Use the right image-size variant.
9789 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9790 buffer isn't shown, then select the current article first instead of
9792 (gnus-summary-select-article-buffer): Show both the article and summary
9795 * shr.el (shr-fontize-cont): Protect against regions with no text.
9796 Rename tag functions to shr-tag-* for enhanced security.
9797 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9799 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
9801 * shr.el (shr-insert):
9802 * pop3.el (pop3-movemail):
9803 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9806 2010-10-03 Glenn Morris <rgm@gnu.org>
9808 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9810 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9812 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9814 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9816 * gnus-util.el (gnus-make-local-hook): Simplify.
9818 2010-10-02 Julien Danjou <julien@danjou.info>
9820 * gnus-util.el (gnus-iswitchb-completing-read): New function.
9821 (gnus-ido-completing-read): New function.
9822 (gnus-emacs-completing-read): New function.
9823 (gnus-completing-read): Use gnus-completing-read-function.
9824 Add gnus-completing-read-function.
9826 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9828 * shr.el (shr-insert-document): Autoload.
9829 (shr-img): Be silent.
9830 (shr-insert): Add a newline after every picture before text.
9831 (shr-add-font): Use overlays for combining faces.
9832 (shr-insert): Pass upwards the text start point.
9834 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9836 (mm-shr): New function.
9838 2010-10-02 Julien Danjou <julien@danjou.info>
9840 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9843 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
9845 * shr.el (shr): Fix typo in provide call.
9847 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9851 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9853 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9856 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9858 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9859 we're being queried about. Suggested by Dan Jacobson.
9861 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9862 Suggested by Jason Eisner.
9864 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9865 table, too. Suggested by Stefan Wiens.
9866 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9867 the table unnecessary. Suggested by Stefan Wiens.
9869 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9870 longer needed, and probably doesn't work either, as pointed out by
9872 (gnus-summary-exit): Remove call to the clearing function.
9873 (gnus-summary-exit-no-update): Ditto.
9875 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9876 instead of gnus-eval-in-buffer-window to avoid popping up frames.
9877 Reported by Stefan Monnier.
9878 (gnus-summary-save-in-rmail): Ditto.
9880 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9881 article buffer, instead of both the article buffer and the summary
9882 buffer. Sort of suggested by Dan Jacobson.
9884 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9886 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9887 Suggested by Dan Jacobson.
9889 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9890 documentation clearer.
9892 * message.el (message-shorten-references): Comment on the number "21".
9893 Suggested by Stefan Monnier.
9895 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9896 Suggested by Dan Jacobson.
9898 * gnus.el (gnus-large-newsgroup):
9899 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
9901 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9902 externalize attachments. Bug reported by Steve Wen.
9904 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9905 really message anything to the user.
9907 * nnmail.el (nnmail-article-group): Allow using the fancy split method
9910 * nnimap.el (nnimap-request-group): Low higher than high to signal no
9911 messages in empty groups.
9913 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9915 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9918 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9920 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9921 not the value from the collection.
9923 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9924 values. This sometimes happens on some groups that have no info.
9925 (nnimap-request-newgroups): New function.
9927 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9929 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9930 check into `gnus-registry-initialize'.
9931 (gnus-registry-initialize): Ditto.
9932 Fix and extend header docs.
9934 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9936 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9937 regexp backtrace overflows.
9939 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9940 for starttls that tls.el implements; i.e. openssl.
9942 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9944 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9945 (gravatar-create-image): New function that's an alias to
9946 gnus-xmas-create-image, gnus-create-image, or create-image.
9947 (gravatar-data->image): Use it.
9949 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
9951 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9952 install the nnregistry refer method.
9953 (gnus-registry-install-hooks): Use it.
9954 (gnus-registry-unfollowed-groups): Add nnmairix to the default
9957 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
9959 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9962 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9964 * nnir.el: Use the server names without suffixes (bug#7009).
9966 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9967 unencrypted to STARTTLS, if possible.
9969 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9971 * message.el (message-ignored-supersedes-headers): Strip Injection-*
9972 headers before superseding.
9974 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9976 * nnrss.el (nnrss-use-local): Add documentation.
9978 * nnimap.el (nnimap-extend-tls-programs): New function.
9979 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9980 (nnimap-wait-for-connection): Accept the greeting from the stupid
9981 output from openssl s_client -starttls, too.
9983 * nnimap.el (nnimap-find-article-by-message-id): Really return the
9985 (nnimap-split-fancy): New variable.
9986 (nnimap-split-incoming-mail): Use it.
9988 * nntp.el (nntp-server-list-active-group): Document.
9990 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9991 SELECT to get the message-id.
9993 * mail-source.el (mail-sources): Remove webmail support.
9995 (mail-source-fetcher-alist): Ditto.
9996 (mail-source-fetch-webmail): Remove.
9998 * webmail.el: Remove -- doesn't seem relevant any more.
10000 * gnus.el: Fix up make-obsolete-variable declarations throughout.
10002 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
10005 2010-09-30 Julien Danjou <julien@danjou.info>
10007 * gnus-agent.el (gnus-agent-add-group): Fix call to
10008 gnus-completing-read.
10010 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10012 * nndoc.el (nndoc-retrieve-groups): New function.
10014 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
10015 `default', use nnmail-split-methods.
10016 (nnimap-request-article): Downcase the NILs so that they are nil.
10018 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10021 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
10022 code, since if the user has requested network, that's what they ought
10024 (nnimap-request-set-mark): Erase the buffer before issuing commands.
10025 (nnimap-split-rule): Mark as obsolete.
10027 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
10030 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
10033 2010-09-29 Julien Danjou <julien@danjou.info>
10035 * gnus.el (gnus-local-domain): Declare variable obsolete.
10037 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
10038 Fix history computing.
10039 (gnus-ido-completing-read): Require ido.
10041 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10043 * gnus-registry.el: Don't prompt on load, which makes it impossible to
10046 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
10047 when interpreting the structures.
10048 (nnimap-request-accept-article): Add \r\n to the lines to make this
10051 * nndraft.el (nndraft-request-expire-articles): Use the group name
10052 instead if "nndraft". Fix found by Nils Ackermann.
10054 2010-09-29 Ludovic Courtès <ludo@gnu.org>
10056 * nnregistry.el: Add.
10058 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
10060 * nnmail.el (group, group-art-list, group-art):
10061 Remove unneeded directives.
10063 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
10065 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
10067 * rfc2047.el (rfc2047-syntax-table):
10068 * utf7.el (utf7-utf-16-coding-system): Comment fix.
10070 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
10071 rather than `insert-file-contents' and `eval-region'.
10073 2010-09-29 Julien Danjou <julien@danjou.info>
10075 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
10076 replacement of `gnus-gravatar-relief' to mimic
10077 `gnus-faces-properties-alist'.
10078 Add :version property.
10080 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
10082 * mail-source.el (mail-source-report-new-mail):
10083 * message.el (message-default-mail-headers):
10084 * mm-decode.el (mm-valid-image-format-p): Comment fix.
10086 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
10088 2010-09-28 Julien Danjou <julien@danjou.info>
10090 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
10091 mail-address contains the same string as real-name.
10093 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
10094 non-blank in header, otherwise it'll get stripped.
10096 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
10097 real-name, and then for mail address rather than doing : or , search.
10099 2010-09-27 Julien Danjou <julien@danjou.info>
10101 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
10102 right completing-read function.
10103 (gnus-use-ido): New variable
10104 (gnus-completing-read-with-default): Remove.
10105 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
10106 (gnus-agent-add-group):
10107 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
10108 * mm-view.el (mm-view-pkcs7-decrypt):
10109 * mm-util.el (mm-codepage-setup):
10110 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10111 * mml-smime.el (mml-smime-openssl-sign-query):
10112 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
10113 (mml-insert-multipart):
10114 * gnus-msg.el (gnus-summary-yank-message):
10115 * gnus-int.el (gnus-start-news-server):
10116 * mm-decode.el (mm-interactively-view-part):
10117 * gnus-dired.el (gnus-dired-attach):
10118 * gnus.el (gnus-read-method):
10119 * gnus-bookmark.el (gnus-bookmark-jump):
10120 * gnus-art.el (gnus-mime-view-part-as-type)
10121 (gnus-mime-action-on-part, gnus-article-encrypt-body):
10122 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
10123 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
10124 * nnmairix.el (nnmairix-create-server-and-default-group)
10125 (nnmairix-update-groups, nnmairix-get-server)
10126 (nnmairix-backend-to-server, nnmairix-goto-original-article)
10127 (nnmairix-get-group-from-file-path):
10128 * nnrss.el (nnrss-find-rss-via-syndic8):
10129 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
10130 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
10131 (gnus-group-browse-foreign-server):
10132 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
10133 (gnus-summary-execute-command, gnus-summary-respool-article)
10134 (gnus-read-move-group-name):
10135 * gnus-score.el (gnus-summary-increase-score)
10136 (gnus-summary-score-effect):
10137 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
10139 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
10141 * nnimap.el (auth-source-forget-user-or-password)
10142 (auth-source-user-or-password): Autoload.
10144 * message.el (message-from-style, message-interactive)
10145 (message-signature): Remove comment.
10146 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
10148 (message-sendmail-envelope-from): Comment fix.
10149 (message-yank-prefix): Default to mail-yank-prefix always.
10150 (message-indentation-spaces):
10151 Default to mail-indentation-spaces always.
10152 (message-signature-file): Default to mail-signature-file always.
10154 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10156 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
10157 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
10160 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
10162 (nnimap-request-article): Work with the t setting, too.
10164 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
10165 that you don't get flashes of other buffers.
10166 (gnus-summary-show-complete-article): Intern before setting.
10168 2010-09-27 David Engster <dengste@eml.cc>
10170 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
10172 (nnmairix-retrieve-headers): Provide new argument for the above.
10174 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10176 * gnus-sum.el (gnus-summary-move-article): Don't alter
10177 gnus-newsgroup-active. This makes `/ N' work after copying to the same
10180 * nnimap.el (nnimap-update-info): Don't destructively alter active.
10182 * message.el (message-cite-prefix-regexp): Revert my last edit.
10184 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
10185 variable instead of the Gnus variable.
10187 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
10189 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
10191 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
10192 since some servers don't like it.
10193 (nnimap-open-connection): Forget credentials if the server says the
10194 password was wrong.
10195 (nnimap-parse-line): Protect against invalid data.
10197 * gnus-sum.el (gnus-summary-move-article): Add comment.
10198 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
10199 nothing alters it while scanning for new messages.
10201 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
10202 which may or may not help.
10203 (nnimap-open-connection): If we're doing a stream connection, and then
10204 discover we're on a STARTTLS-capable server, then open a STARTTLS
10205 connection instead.
10207 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10209 * nnimap.el (utf7): Require.
10211 * message.el (message-cite-prefix-regexp): Remove "}" from citation
10214 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
10216 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
10218 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10220 * nnimap.el (nnimap-request-accept-article): Message the error on
10223 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
10225 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
10227 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10229 * nndoc.el (nndoc-request-list): Return success always.
10231 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
10232 `fetch-old' -- we only want to fetch the articles we've requested.
10233 The rest are in the agent, probably.
10234 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
10235 disappeared server" to something low. It's not important.
10237 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
10238 arrived before the FETCH data.
10240 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
10241 target here, because we don't know the Gnus name of the group.
10243 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
10244 for the correct group.
10246 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
10248 * gnus.el (gnus): Give a final warning after startup.
10250 * gnus-util.el (gnus-action-message-log): New variable.
10251 (gnus-message): Use it.
10252 (gnus-final-warning): New function.
10254 * nnimap.el (nnimap-open-connection): Record the greeting.
10255 (nnimap): Add greeting.
10257 2010-09-26 Julien Danjou <julien@danjou.info>
10259 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
10261 (gnus-html-wash-images): Fix spec computing to include start/end.
10263 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
10265 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10267 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
10269 (nnimap-retrieve-headers): Don't select the group, because that's
10270 already done by nnimap-possibly-change-group.
10272 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
10273 (gnus-picon-transform-address): Use it.
10275 * mail-source.el (mail-source-value): Revert previous patch.
10277 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
10279 (nnimap-open-connection): Look up both virtual and physical server name
10282 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
10284 2009-02-08 Dave Love <fx@gnu.org>
10286 * gnus-win.el (gnus-window-to-buffer-helper)
10287 (gnus-all-windows-visible-p): Function needn't be a symbol.
10289 * mail-source.el (mail-source-value): Function needn't be a symbol.
10291 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10293 * message.el (message-cite-prefix-regexp): Remove } from the cite
10296 * gnus-art.el (gnus-treatment-function-alist): Do picons before
10297 highlight again, so that the highlight is correct.
10299 * gnus-picon.el (gnus-picon): Remove again.
10300 (gnus-picon-create-glyph): Set the background XPM color explicitly.
10302 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
10303 doing the header highlightling, so that the background color of the
10306 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
10307 (gnus-picon): Ditto.
10308 (gnus-picon): Reinstate. The background color for picons is white.
10309 (gnus-picon-insert-glyph): Make the background white.
10311 * nnml.el (nnml-open-nov): Don't return dead buffers.
10313 * auth-source.el (auth-source-create): Query the user for whether to
10314 store the credentials.
10316 * auth-source.el (auth-source-user-or-password): Use the existing auth
10317 sources, if any, for creation.
10319 * gnus.el (gnus-group-fast-parameter): Return the last matching
10320 parameter instead of the first matching parameter.
10322 2010-09-26 Julien Danjou <julien@danjou.info>
10324 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
10326 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10328 * mml2015.el (mml2015-use): Remove gpg support.
10330 * mml1991.el (mml1991-function-alist): Remove gpg function.
10331 (mml1991-gpg-sign): Remove.
10333 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
10335 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
10336 (gnus-browse-unsubscribe-current-group): Document it.
10337 (gnus-browse-unsubscribe-group): Use it.
10339 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10341 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
10342 address to the To list for easier response.
10344 * gnus.el (gnus-play-startup-jingle): Remove.
10345 (gnus-splash): Don't play jingle.
10346 (gnus): Silence gnus-load message.
10348 * gnus-art.el (gnus-treat-play-sounds): Remove.
10350 * gnus.el (gnus-play-jingle): Remove audio support.
10352 * gnus-cus.el (gnus-score-customize): Remove audio reference.
10354 * earcon.el: Remove -- no users.
10356 * gnus-audio.el: Remove -- no users of this package.
10358 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
10360 * gnus-start.el (gnus-setup-news): Remove nocem support.
10362 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
10364 * gnus.el (gnus-use-nocem): Remove.
10366 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
10369 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
10370 uses NoCeM any more.
10372 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
10373 (gnus-button-ctan-handler): Ditto.
10374 (gnus-button-handle-ctan-bogus-regexp): Ditto.
10375 (gnus-button-ctan-directory-regexp): Ditto.
10376 (gnus-button-handle-ctan): Ditto.
10377 (gnus-button-tex-level): Ditto.
10378 (gnus-button-alist): Remove CTAN stuff.
10380 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10382 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
10383 nnimap-streaming test.
10385 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
10388 * nnimap.el (nnimap-open-connection): Add more error reporting when
10389 nnimap fails early.
10391 * nnheader.el (nnheader-get-report-string): New function.
10392 (nnheader-get-report): Use it.
10394 * gnus-int.el (gnus-check-server): Say what the error was when opening
10397 * nnimap.el (nnimap-wait-for-response): Search further when we're not
10400 2010-09-25 Julien Danjou <julien@danjou.info>
10402 * gnus-html.el (gnus-html-rescale-image): Use our defalias
10403 gnus-window-inside-pixel-edges.
10405 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10407 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
10409 * mm-decode.el (mm-save-part): Allow saving to other directories the
10412 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
10413 Suggested by Jay Berkenbilt.
10415 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10416 there isn't a single byte.
10418 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10419 just do it. It doesn't really seem to matter what the user responds
10420 here, I think, so it's just a confusing question.
10422 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10423 non-streaming case.
10425 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10426 (gnus-article-encrypt-body): Use it.
10428 * gnus-sum.el (gnus-summary-show-complete-article): New command and
10431 * nnimap.el (nnimap-find-wanted-parts-1):
10432 Use gnus-fetch-partial-articles.
10434 * gnus-art.el (gnus-fetch-partial-articles): New variable.
10436 * nnimap.el (nnimap-insert-partial-structure): New function.
10437 (nnimap-get-partial-article): New function.
10438 (nnimap-request-article): Use it.
10439 (nnimap-wait-for-response): Return whether the wait was successful.
10440 (nnimap-finish-retrieve-group-infos): Don't do anything if the
10441 retrieval wasn't successful.
10442 (nnimap-retrieve-group-data-early): Allow throttling servers.
10443 (nnimap-streaming): New variable.
10444 (nnimap-fetch-partial-articles): Remove.
10446 * mm-decode.el (mm-with-part): Protect against killed buffers.
10448 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10449 for prettier summary display.
10451 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
10453 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10455 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10457 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10458 apparently third-party libraries depend on it.
10460 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10461 before starting negotiation.
10463 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10465 (gnus-treat-mail-gravatar): Ditto.
10467 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10468 buffer when inserting images. Inserting text into the headers, for
10469 instance, can make them invalid.
10471 2010-09-25 Julien Danjou <julien@danjou.info>
10473 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10476 * nnheader.el: Remove useless variables news-reply-yank-from and
10477 news-reply-yank-message-id.
10479 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10482 * mml1991.el: Remove useless mml1991-verbose.
10484 * gnus.el: Remove useless variable gnus-use-generic-from.
10485 Remove obsolete variable gnus-topic-indentation.
10487 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10489 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10491 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10493 * gnus-group.el: Remove useless gnus-group-icon-cache.
10494 Remove useless gnus-ephemeral-group-server.
10496 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10498 * mml2015.el: Remove useless mml2015-verbose.
10500 * mml-smime.el: Remove useless mml-smime-verbose.
10502 * gnus.el: Remove useless gnus-local-domain.
10504 * gnus-gravatar.el (gnus-gravatar-transform-address):
10505 Use gnus-gravatar-size.
10507 * gnus-art.el: Remove useless gnus-treat-translate.
10509 2010-09-24 Julien Danjou <julien@danjou.info>
10511 * gnus-sum.el: Add support for Gravatars.
10513 * gnus-art.el: Add support for Gravatars.
10515 * gnus-gravatar.el: Add this file.
10517 * gravatar.el: Add this file.
10519 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10521 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10523 * gnus-group.el (gnus-group-fetch-faq): Remove.
10525 * gnus.el (gnus-group-faq-directory): Remove.
10527 * gnus-group.el (gnus-group-fetch-charter): Remove.
10529 * gnus.el (gnus-group-charter-alist): Remove.
10531 * gnus-group.el (gnus-group-archive-directory): Remove.
10532 (gnus-group-recent-archive-directory): Ditto.
10533 (gnus-group-make-archive-group): Remove.
10535 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10537 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10538 use the same article number for all the cached articles.
10540 * nnimap.el (nnimap-command): Register the last command time so
10541 that we can use it for idling NOOPs.
10542 (nnimap-open-connection): Start the keeplive timer.
10543 (nnimap-make-process-buffer): Store all the process buffers.
10544 (nnimap-keepalive): New function.
10546 * starttls.el (starttls-open-stream): Add autoload cookie.
10548 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
10550 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10553 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10555 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10556 its data structures.
10558 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10559 instead of the cl.el copy-list.
10560 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10563 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
10565 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10566 and tool-bar-local-item-from-menu.
10568 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10569 mode-line-highlight face for Emacs.
10571 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10572 loading gnus-sum.elc; fix comment for canlock-verify.
10573 (gnus-article-jump-to-part): Use read-number.
10574 (gnus-insert-mime-button, gnus-insert-mime-security-button):
10575 Remove Emacs pre-21 compatible code for help-echo.
10576 (gnus-article-next-page-1): No need to adjust the number of lines.
10577 (gnus-article-describe-bindings): Always use help-buffer.
10579 * gnus-audio.el (gnus-audio-inline-sound):
10580 * gnus-cus.el (gnus-custom-mode):
10581 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10583 * gnus-sum.el (gnus-remove-overlays): Doc fix.
10585 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10588 2010-09-24 Glenn Morris <rgm@gnu.org>
10590 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10591 visiting the fcc file in rmail-mode.
10593 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
10595 * nnir.el: Silence the byte compiler.
10597 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10598 alias to browse-url-url-encode-chars if any.
10599 (gnus-html-encode-url): Use it.
10601 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10603 * gnus-start.el (gnus-use-backend-marks): New variable.
10604 (gnus-get-unread-articles-in-group): Use it.
10606 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10609 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
10611 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10613 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10615 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10617 (gnus-setup-news-hook):
10618 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10620 * gnus-int.el (gnus-request-update-info): Protect against backends not
10621 having the function.
10623 * nnimap.el (nnimap-stream): Mention STARTTLS.
10624 (nnimap-open-connection): Add STARTTLS support.
10626 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
10628 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10630 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10632 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10634 (nnimap-transform-headers): Unfold quoted {42} headers.
10636 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10638 (gnus-get-unread-articles): Only call updatep on backends that support
10641 * nnweb.el (nnweb-request-update-info): NOOP.
10643 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10645 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10646 since it only deals with marks.
10648 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10649 gnus-request-marks, and make a new gnus-request-update-info.
10651 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10652 the active instead of the high number, which is usually too low.
10654 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
10656 * encrypt.el: Remove.
10658 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10660 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10661 server in symbolic form.
10663 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10665 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10667 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10668 (nnimap-update-info): Fix up code slightly.
10670 * gnus-int.el (gnus-open-server): Add tracing for performance
10673 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10674 (gnus-group-insert-group-line): Pass the real group name so that it
10675 gets the right data.
10677 * gnus-start.el (gnus-get-unread-articles): Don't have
10678 `gnus-get-unread-articles-in-group' update info, since that can be
10679 really slow and doesn't seem to be needed?
10681 2010-09-22 Julien Danjou <julien@danjou.info>
10683 * gnus-group.el (gnus-group-insert-group-line):
10684 Call gnus-group-highlight-line.
10685 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10687 (gnus-group-update-eval-form): Add new function.
10688 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10689 (gnus-group-get-icon): Use gnus-group-update-eval-form.
10691 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10693 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10694 immediate, then expire all articles.
10695 (nnimap-update-info): Fix off-by-one errors.
10696 (nnimap-flags-to-marks): Would return no marks lists for group with no
10697 flags. Instead return the other data.
10699 2010-09-22 Julien Danjou <julien@danjou.info>
10701 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10702 Only return an icon.
10703 (gnus-group-insert-group-line): Compute icon to return.
10705 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10706 (gnus-html-image-fetched): Only cache if
10707 gnus-html-image-automatic-caching is set.
10708 (gnus-html-image-fetched): Check for errors.
10710 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10712 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10713 once per method on `g'. This ensures that backends like nnfolder don't
10714 open all their folders.
10716 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10717 (nnimap-request-list): Nix out group in the correct buffer.
10718 (nnimap-parse-flags): Implement by using `read' instead of
10720 (nnimap-flags-to-marks): Pass on permanent-flags.
10721 (nnimap-make-process-buffer): Record the server name.
10722 (nnimap-parse-flags): Fix typo.
10723 (nnimap-request-scan): Run split on the server in general, not just a
10726 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10727 parameter, and propagate this downwards.
10729 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10730 since EXAMINE changes it on the server.
10732 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10733 this command might take a while.
10735 2010-09-22 Julien Danjou <julien@danjou.info>
10737 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
10738 harmful if you have 2 images side-by-side, they can't be properly
10739 update on text deletion. Using text-property is safer here.
10740 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10743 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10745 * nnimap.el (nnimap-expunge-inbox): Remove.
10746 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10747 (nnimap-expunge): Flip default to t.
10749 * gnus.el (gnus-method-to-server): Don't push things to the cache
10750 unless it's unique.
10751 (gnus-server-to-method): Ditto.
10753 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
10755 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10757 2010-09-22 Julien Danjou <julien@danjou.info>
10759 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10760 get the start of data.
10761 (gnus-html-encode-url): Add this function to encode special chars in
10763 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10764 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10766 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10768 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10770 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10772 (gnus-html-put-image): Put alt-text as help-echo.
10774 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
10776 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10777 * mm-util.el (mm-decompress-buffer):
10778 * nnir.el (nnir-run-find-grep):
10779 * pop3.el (pop3-list): Use 3rd arg of split-string.
10781 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10783 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10784 outside the active range. Suggested by Dan Christensen.
10786 * gnus-start.el (gnus-get-unread-articles): Get the extended method
10787 slightly later to avoid double-getting it.
10789 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10792 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10794 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
10796 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10798 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10800 * gnus-int.el (gnus-open-server): Give a better error message in the
10803 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10804 marks for nnimap, which is seldom the right thing to do.
10806 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10807 (gnus-same-method-different-name): New function.
10809 * nnimap.el (parse-time): Require.
10811 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10812 method in the presence of many similar methods.
10814 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10816 * nnimap.el (nnimap-find-expired-articles): Don't refer to
10817 nnml-inhibit-expiry.
10819 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10820 find out whether methods are equal.
10822 * nnimap.el (nnimap-find-expired-articles): New function.
10823 (nnimap-process-expiry-targets): New function.
10824 (nnimap-request-move-article): Request the article before looking at
10825 what the Message-ID is. Fix found by Andrew Cohen.
10826 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10828 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10829 for oldness in addition to being a predicate.
10831 * nnimap.el (nnimap-request-group): When we have zero articles, return
10832 the right data to Gnus.
10833 (nnimap-request-expire-articles): Only delete articles immediately if
10834 the target is 'delete.
10836 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10837 method, this would bug out.
10839 * gnus-group.el (gnus-group-expunge-group): Rename from
10840 gnus-group-nnimap-expunge, and implemented as a normal interface
10843 * gnus-int.el (gnus-request-expunge-group): New function.
10845 * nnimap.el (nnimap-request-create-group): Implement.
10846 (nnimap-request-expunge-group): New function.
10848 2010-09-21 Julien Danjou <julien@danjou.info>
10850 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10851 (gnus-html-cache-expired): Add new function.
10852 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10853 wethever we should display image for fetch it.
10854 Compute alt-text earlier to pass it to the fetching function too.
10855 (gnus-html-schedule-image-fetching): Change function argument to only
10856 get one image at a time, not a list.
10857 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10859 (gnus-html-get-image-data): New function to retrieve image data from
10861 (gnus-html-put-image): Change buffer argument to use image data rather
10862 than file, and place image above region rather than inserting a new
10863 one. Do not take alt-text as argument, since it's useless now: we place
10864 the image above alt-text.
10865 (gnus-html-prune-cache): Remove.
10866 (gnus-html-show-images): Start to fetch image when we find one, do not
10867 push into a temporary list.
10868 (gnus-html-prefetch-images): Only fetch image if they have expired.
10869 (gnus-html-browse-image): Fix, use 'gnus-image-url.
10870 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10872 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10874 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10876 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10878 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10879 spec inser "*" if the group isn't active instead of 0.
10881 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10882 opening the server.
10883 (nnimap-request-delete-group): Implement group deletion.
10884 (nnimap-transform-headers): Return the size of the entire message in
10885 the Bytes header, not just the size of the first part.
10886 (nnimap-request-move-article): When moving an article from nnimap,
10887 request the article first so the accepting form has an article to
10888 accept. Reported by Dan Christensen.
10889 (nnimap-command): Make sure that the error message doesn't error out.
10891 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
10893 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10894 we haven't requested anything.
10896 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10898 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10899 "". Fix found by Andrew Cohen.
10901 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10902 instead of -encode-string.
10904 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10906 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10908 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10909 by mm-subst-char-in-string.
10911 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10913 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10914 waiting for the connection string.
10916 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10919 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10920 bogus characters. This allows selecting certain Gmail groups.
10922 * nnimap.el (nnimap-find-wanted-parts-1): New function.
10923 (nnimap-fetch-partial-articles): New variable.
10924 (nnimap-open-connection): When looking for credentials, also use the
10925 nnimap-server-port.
10926 (nnimap-request-article): Return the group/article number, so that Gnus
10927 `^' works as expected.
10928 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10930 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10932 (gnus-methods-sloppily-equal): New function.
10933 (gnus): When using the development version of Gnus, load the gnus-load
10936 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10937 `gnus-open-server' on each method before trying to scan them etc.
10938 This ensures that all the backend parameters are set correctly.
10940 * nnimap.el (nnimap-authenticator): New variable.
10941 (nnimap-open-connection): Allow anonymous login.
10942 (nnimap-transform-headers): The chars header is called Chars not Bytes.
10943 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10945 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10946 patch, found by Knut Anders Hatlen.
10948 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
10950 * gnus-agent.el (gnus-agent-batch-confirmation)
10951 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10953 * gnus-art.el (gnus-article-describe-briefly): Likewise.
10954 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10955 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10956 * gnus-int.el (gnus-open-server): Likewise.
10957 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10958 (gnus-score-check-syntax): Likewise.
10959 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10960 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10962 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10964 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10966 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10967 calling conventions so that prefetch doesn't bug out.
10969 2010-09-19 Julien Danjou <julien@danjou.info>
10971 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10972 rather than `subst-char-in-region' in order to be able to replace ASCII
10973 char by UTF-8 ones.
10975 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10977 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10978 the right URL and ALT text on images.
10979 (gnus-html-wash-tags): Fix tag case.
10980 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
10981 (gnus-article-html): Add -o display_ins_del=2 option.
10982 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10984 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10986 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10987 the extra mail headers, which sometimes seem to happen for unknown
10990 * mail-parse.el (mail-header-encode-parameter): Define as
10991 rfc2045-encode-string instead of as rfc2231-encode-string, since some
10992 (or most, perhaps?) mail readers don't understand the latter, but do
10993 understand the former.
10995 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10996 to nil, so that no methods are automatically agentized. I think this
10997 is probably what most users want.
10999 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
11000 from url-retrieve, for instance about invalid URLs.
11002 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
11003 groups that have no articles.
11004 (nnimap-request-article): Check that we really got an article when we
11007 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
11010 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
11011 nntp buffer so the agent can save it.
11012 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
11013 that CRLF doesn't get translated to \n.
11014 (nnimap-open-connection): Don't make 'shell commands only send \n.
11016 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11018 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
11019 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
11021 (nnml-generate-nov-file): Use dolist.
11022 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
11023 Use with-current-buffer.
11025 2010-09-18 Julien Danjou <julien@danjou.info>
11027 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
11030 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11032 * nnimap.el (nnimap-update-info): When doing partial marks update, get
11033 the range update right.
11034 (nnimap-request-group): Don't make `M-g' bug out on group with no
11036 (nnoo): Require, so that other packages can require nnimap.
11037 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
11038 command we're looking for. This helps when the server sends more
11039 responses after we've gotten everything we expected.
11040 (nnimap): Add a `newlinep' field to keep track of end-of-line
11042 Don't send CRLF to things that don't want it.
11043 (nnimap-request-accept-article): Ditto.
11045 2010-09-18 Julien Danjou <julien@danjou.info>
11047 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
11048 than curl to retrieve images.
11050 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11052 * nnimap.el (nnimap-update-info): Extend the info so that we can set
11054 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
11055 (nnimap-wait-for-connection): New function.
11056 (nnimap-open-connection): If we have PREAUTH, don't query for login
11058 (nnimap-update-info): Fix off-by-one error when concatenating ranges
11059 when doing a partial update.
11061 2010-09-18 Julien Danjou <julien@danjou.info>
11063 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
11066 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11068 * nnimap.el (nnimap-credentials): New function.
11069 (nnimap-open-connection): Use the new function to look for credentials
11070 also on the numeric equivalents of "imap" and "imaps".
11072 * gnus-start.el (gnus-activate-group): Send the info to
11073 gnus-request-group.
11075 * nnimap.el (nnimap-request-group): Have the "check" version of the
11076 function parse flags and update the info, so that a `M-g' get a total
11077 resync of all flags from the group.
11079 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
11080 to allow backends to alter the info on group selection. Also alter all
11081 the backend -request-group functions to take the parameter.
11083 * nnimap.el (nnimap-store-info): New function.
11084 (nnimap-update-info): Store the info for later usage.
11085 (nnimap-request-group): Use the stored info for the dont-check case, so
11086 that we don't retrieve all marks when we enter a group.
11088 * nnimap.el: Use deffoo instead of defun for interface functions.
11090 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
11091 update the group info. This makes the nndraft groups, for instance, go
11092 back to their old behavior.
11094 * gnus-sum.el (gnus-select-newsgroup): Indent.
11096 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
11098 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
11101 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
11102 from methods that are denied.
11104 * gnus-int.el (gnus-method-denied-p): New function.
11106 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
11107 store the password instead of netrc.
11108 (nnimap-open-connection): Don't error out when we can't make a
11111 * auth-source.el (auth-source-create): In the password prompt, say what
11112 we're querying for. Also prompt for user name if that hasn't been
11115 * nnimap.el (nnimap-with-process-buffer): Remove.
11117 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11119 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
11120 method when we're reading from the agent.
11122 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
11124 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
11125 that's probably most useful for users.
11127 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
11128 "failed" all the time.
11130 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
11131 ...)) with (with-current-buffer ...).
11133 * nntp.el (nntp-open-server): Return whether the open was successful or
11136 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
11137 select an unread unseen article first.
11139 * nnimap.el (nnimap-open-connection): If the user doesn't have a
11140 /etc/services, supply some sensible port defaults.
11142 2010-09-17 Julien Danjou <julien@danjou.info>
11144 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
11146 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
11148 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
11149 doesn't have any parameters.
11151 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11153 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
11154 only upcased checks.
11156 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
11158 * nnimap.el (nnimap-open-shell-stream): New function.
11159 (nnimap-open-connection): Use it.
11160 (nnimap-transform-headers): Get the number of lines in each message.
11161 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
11163 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
11166 * utf7.el (utf7-encode): Autoload.
11168 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
11169 to allow the mail splitting to not return a default group. This is
11170 useful for nnimap, which will leave unmatched mail in the inbox.
11172 * nnimap.el: Rewritten.
11174 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
11177 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
11178 if the move is internal, so that nnimap can do fast internal moves.
11180 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
11182 (gnus-read-active-for-groups): Support finishing the early retrieval of
11185 * gnus-range.el (gnus-range-nconcat): New function.
11187 * gnus-int.el (gnus-finish-retrieve-group-infos)
11188 (gnus-retrieve-group-data-early): New functions.
11190 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
11192 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
11193 (nnrss-retrieve-groups):
11194 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
11195 (pop3-quit): Use with-current-buffer.
11197 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
11199 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
11200 instead of nnheader-accept-process-output.
11202 * gnus-html.el (gnus-html-schedule-image-fetching)
11203 (gnus-html-prefetch-images): Replace process-kill-without-query by
11204 gnus-set-process-query-on-exit-flag.
11206 2010-09-16 Romain Francoise <romain@orebokech.com>
11208 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
11210 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11212 * gnus-registry.el (gnus-registry-install-shortcuts): The second
11213 parameter to unintern is mandatory-ish in Emacs 24.
11215 * gnus-html.el (gnus-html-schedule-image-fetching)
11216 (gnus-html-prefetch-images): Check for curl before using it.
11218 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
11219 depend on curl, which isn't essential.
11221 * imap.el: Revert back to version
11222 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
11225 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
11227 * gnus-registry.el (gnus-registry-install-shortcuts):
11228 Explicitly pass `obarray' to `unintern' to avoid a warning.
11230 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11232 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
11235 * nnrss.el (nnrss-request-list): Remove this function and related
11236 functions, including the moreover stuff.
11238 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11240 * nnrss.el (nnrss-retrieve-groups): New function.
11242 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
11244 * .dir-locals.el: Add no-byte-compile cookie.
11246 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
11248 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
11249 for back end that doesn't support request-scan.
11251 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11253 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
11254 then do request scans from the backends.
11256 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
11257 avoid running a hook per line, since this takes a lot of time,
11259 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
11260 directly if gnus-visual-p is true.
11262 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11264 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
11265 groups; replace mapcar with dolist which is a bit faster; pass groups
11266 info to gnus-read-active-file-1.
11267 (gnus-read-active-file-1): Scan only specified groups if the new
11268 optional arg `infos' is given.
11270 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
11272 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
11274 * pop3.el (pop3-movemail): Remove.
11275 (pop3-streaming-movemail): Rename to pop3-movemail.
11277 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
11278 don't restrict end-tag searches to the end of the line.
11280 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11282 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
11283 articles of every unchecked group to t, which means unknown since the
11284 server has never been opened.
11286 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11288 * gnus-html.el (gnus-html-show-alt-text): New command.
11289 (gnus-html-browse-image): Ditto.
11290 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
11291 to browse the image directly.
11292 (gnus-html-wash-tags): Search for images first, so that <a><img> works
11295 * gnus-async.el (gnus-async-article-callback):
11296 Call `gnus-html-prefetch-images' unconditionally.
11298 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
11299 before feeding URLs to curl.
11301 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11303 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
11304 internal images as deletable by `W D D'.
11306 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
11307 (gnus-async-article-callback): Fix typo.
11309 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11311 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
11312 current line to work around bugs in the output from w3m.
11314 * gnus-async.el (gnus-async-article-callback): Always prefetch images
11315 for groups that want that.
11317 * nntp.el (nntp-wait-for-string): Supply a timeout for
11318 accept-process-output to ensure progress.
11320 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
11321 level to get unread articles from, then use that for foreign groups,
11324 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
11325 confuses the rest of the function.
11327 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
11328 for the methods that support -retrieve-groups, too.
11330 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
11332 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
11334 * pop3.el: Require cl when compiling.
11335 (pop3-number-of-responses): Search for "+OK", not "+OK ".
11337 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
11339 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
11340 that aren't going to be activated.
11341 (gnus-get-unread-articles): Fix up the last commit.
11343 * gnus-html.el (gnus-article-html): Allow calling without specifying
11344 the handle. In that case, dissect the buffer first.
11346 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
11348 * nnimap.el (nnimap-open-connection): Revert the change that would look
11349 into authinfo for imaps instead of imap.
11351 * gnus-start.el (gnus-activate-group): Take an optional parameter to
11352 say that you don't want to call gnus-request-group with don-check, but
11353 do check the response. This is for virtual groups only.
11354 (gnus-get-unread-articles): Count the archive groups as secondary, so
11355 that they're activated the same way as before.
11357 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
11358 case-insensitively.
11359 (nnimap-debug): Remove.
11361 * mail-source.el (mail-source-fetch): Don't message if we're fetching
11362 mail from a file, and the file doesn't exist.
11364 * pop3.el (pop3-streaming-movemail): Return t for success.
11366 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
11367 .authinfo if we're using ssl connection.
11369 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
11370 already have if we're in a main Gnus `g' run.
11372 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
11374 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
11376 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
11378 * nnmh.el (nnmh-request-list-1): Bind `file'.
11380 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
11381 alias to set-process-query-on-exit-flag or process-kill-without-query.
11382 (pop3-open-server): Use it.
11384 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11386 * mail-source.el (mail-source-delete-crash-box): Always move the crash
11387 box to the Incoming file. Fixes mistake in previous checkin.
11389 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
11390 request loop (for debugging purposes) removed.
11392 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
11393 culprit is more visible.
11394 (nnml-save-incremental-nov, nnml-open-incremental-nov)
11395 (nnml-add-incremental-nov): New functions to do "incremental" nov
11396 updates, where we just append to the end of the existing nov files
11397 without reading/writing them in full.
11399 * mail-source.el (mail-source-delete-crash-box): Really only check the
11400 incoming files once in a while.
11402 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
11404 * mail-source.el (mail-source-delete-crash-box): Only check the
11405 incoming files for deletion once per day to save a lot of file
11408 * pop3.el (pop3-logon): Fix up unbound variable typo.
11410 * mail-source.el (pop3-streaming-movemail): Autoload.
11412 * pop3.el (pop3-streaming-movemail):
11413 Respect pop3-leave-mail-on-server.
11415 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11418 * pop3.el (pop3-process-filter): Remove unused function.
11419 (pop3-streaming-movemail, pop3-send-streaming-command)
11420 (pop3-wait-for-messages, pop3-write-to-file)
11421 (pop3-number-of-responses): New functions for streaming pop3
11424 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11425 come from no known methods.
11426 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11429 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11431 (pop3-movemail): Use erase-buffer instead of looping and deleting
11432 regions, which seems rather odd.
11434 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11435 file once per `g' run.
11437 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11438 directories. This makes the draft queue directory work.
11440 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11441 data from the backends, so that we only request the list of groups from
11442 each method once. This should speed things up considerably.
11444 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11445 detect that it's not implemented.
11447 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11448 we actually do recurse down into the tree, but don't stat all leaf
11451 * gnus-html.el (gnus-html-show-images): If there are no images to show,
11452 then say so instead of bugging out.
11454 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11455 files exist before trying to read them.
11457 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11460 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11462 * nnmh.el (nnmh-request-list-1): Optimize for speed.
11464 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11466 * mm-util.el (mm-image-load-path): Just return the image directories,
11467 not all directories in the path in addition to the image directories.
11468 (mm-image-load-path): Maintain a cache of the image directories so that
11469 the `g' command in Gnus doesn't have to stat dozens of directories each
11472 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11473 (gnus-html-wash-tags): Add a new `i' command to insert images.
11474 (gnus-html-insert-image): New command and keystroke.
11475 (gnus-html-redisplay-with-images): New command and keystroke.
11476 (gnus-html-show-images): Rename command.
11477 (gnus-html-wash-tags): Remove more white space before <pre_int> image
11479 (gnus-html-wash-tags): Decode entities at the end, so that entities
11480 inside the tags don't mess up the rest of the "parsing".
11482 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11483 so that nnimap methods aren't agentized by default. There's apparently
11484 many problems related to agent/imap behavior.
11486 * gnus-art.el (gnus-article-copy-string): New command and key binding.
11488 * gnus-html.el: Doc fix.
11490 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
11492 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11493 glyph-width and glyph-height instead of display-graphic-p and
11494 image-size; make avoidance of displaying small images work for XEmacs.
11496 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11499 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11500 of symbol that holds plist data.
11501 (gnus-process-plist): Remove plist of process after getting it.
11503 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11505 * message.el (message-generate-hashcash): Change default to
11506 'opportunistic if hashcash is installed.
11508 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11509 (gnus-html-put-image): Only call image-size once, since it's somewhat
11510 time-consuming on remote X servers.
11512 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
11514 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11516 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11518 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11520 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11521 group line format, since it isn't very interesting.
11523 * gnus-agent.el (gnus-agent-short-article),
11524 (gnus-agent-long-article): Increase values for these two variables,
11525 since most people are likely to have more network connection and
11526 storage than before.
11528 * gnus.el (gnus-refer-article-method): Change default to 'current.
11529 When referring an article, the common behavior is to refer it from the
11530 current select method, not the native select method. The chances of
11531 the native select method having the message in question is rather slim
11534 * gnus-sum.el (gnus-auto-select-subject): Change default to
11535 `unseen-or-unread'. I think it's likely that most people want to
11536 select an unseen article over a previously seen, but unread one.
11538 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
11539 means that in the article buffer none of the minor mode elements will
11540 be shown, usually, and this is not desirable in most cases.
11542 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11543 that commands like `d' (and the like) go to the next line in the
11544 buffer, instead of the next unread article. I think this is the
11545 behavior that is most natural for most users.
11546 (gnus-single-article-buffer): Change default to nil, so that people can
11547 have as many article buffers open as they have summary buffer. I think
11548 this is the most natural way for the groups to behave.
11550 * message.el (message-generate-new-buffers): Change default to
11551 `unsent', so that all new message buffers start their names with the
11552 string "*unsent", and it's easier to find the buffers if you move from
11555 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11557 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11558 small. They're probably tracking images.
11559 (gnus-html-wash-tags): Remove all <pre_int> place holders.
11560 (gnus-html-rescale-image): Yet another try at getting the image sizing
11563 * nntp.el (nntp-request-set-mark): Refuse to do marks if
11564 nntp-marks-file-name is nil.
11566 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11568 * gnus-html.el (gnus-html-wash-tags)
11569 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11572 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11574 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11576 * gnus-html.el (gnus-html-wash-tags): Check the value of
11577 gnus-blocked-images in the summary buffer.
11579 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11581 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11583 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11585 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11586 like "a", it seems like.
11587 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11588 since it needs to be picked from the correct buffer.
11590 * nnwfm.el: Remove.
11592 * nnlistserv.el: Remove.
11594 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11596 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11597 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11599 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11601 * nnkiboze.el: Remove.
11605 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11607 (gnus-html-rescale-image): Try to get the rescaling logic right for
11608 images that are just wide and not tall.
11610 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11611 overshadow variable bindings.
11613 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11615 * gnus-html.el (gnus-html-wash-tags)
11616 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11619 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11621 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11622 (gnus-max-image-proportion): New variable.
11623 (gnus-html-rescale-image): New function.
11624 (gnus-html-put-image): Rescale images.
11626 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11628 Fix up some byte-compiler warnings.
11629 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11630 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11631 (gnus-article-fill-cited-article, gnus-article-hide-citation)
11632 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11633 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11634 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11635 (gnus-group-update-group): Use save-excursion and with-current-buffer.
11637 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11639 * gnus-html.el (gnus-article-html): Decode contents by charset.
11641 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11643 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11644 (gnus-html-frame-width, gnus-blocked-images):
11645 * message.el (message-prune-recipient-rules): Add custom version.
11646 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11648 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11651 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11654 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
11656 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11657 instead of lsub directly.
11659 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11661 * nnwarchive.el: Remove.
11663 * gnus-soup.el: Remove.
11665 * nnsoup.el: Remove.
11667 * nnultimate.el: Remove.
11669 * gnus-html.el (gnus-blocked-images): New variable.
11671 * message.el (message-prune-recipients): New function.
11672 (message-prune-recipient-rules): New variable.
11674 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11675 guess whether a long line is natural text or not.
11677 * gnus-html.el (gnus-html-schedule-image-fetching):
11678 Use gnus-process-plist and friends for compatibility.
11680 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11682 * gnus-html.el: Require packages that define macros used in this file.
11683 (gnus-article-mouse-face): Declare to silence byte-compiler.
11684 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11686 (gnus-html-put-image): Use plist-get to avoid getf.
11687 (gnus-html-prefetch-images): Use with-current-buffer.
11689 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
11691 * gnus-ems.el: Provide compatibility functions for
11692 gnus-set-process-plist.
11694 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11695 * gnus.el (gnus-valid-select-methods):
11696 * message.el (message-send-mail-partially-limit):
11697 * mm-decode.el (mm-text-html-renderer):
11698 * mml.el (mml-insert-mime-headers-always):
11699 * smiley.el (smiley-regexp-alist): Bump custom version.
11701 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11703 * gnus-html.el: Require mm-url.
11704 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11705 with the url to `url'.
11706 (gnus-html-wash-tags): Support cid: URLs/images.
11708 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11710 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11711 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11712 bindings, as they aren't useful at all. `w' is moved to `W w'.
11714 * gnus-move.el: Remove file, since it doesn't really work.
11716 * gnus-html.el (gnus-article-html): Tell w3m that the input is
11717 UTF-8. This seems to fix problems with some German web feeds.
11719 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11720 at the top so that the proper colors are applied.
11722 * gnus-art.el (gnus-article-view-part): Doc fix.
11724 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11726 (gnus-html-put-image): Don't do images on non-graphic displays.
11728 * nnslashdot.el: Remove this unused backend.
11730 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11732 (gnus-undo-register-1): Revert last change.
11734 * gnus-group.el (gnus-group-completing-read): Protect against not
11735 having completion-styles bound.
11737 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11738 make broken recipients happier.
11740 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11742 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11745 * gnus-group.el (gnus-group-completing-read): Add 'substring to
11746 completion-styles for group selection.
11748 2009-02-04 Andreas Schwab <schwab@suse.de>
11750 * gnus-score.el (gnus-score-string): Fix regex for matching extra
11751 headers and regexp-quote the match if necessary.
11753 2009-03-24 Miles Bader <miles@gnu.org>
11755 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11756 the blinking smiley.
11758 2009-03-24 Simon Josefsson <simon@josefsson.org>
11760 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11763 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11765 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11766 where the dribbel file lives exists.
11768 * message.el (message-send-mail-partially-limit): Change the default to
11769 nil, since most people don't want this.
11771 * mm-url.el (mm-url-decode-entities): Also decode entities like
11774 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
11776 * gnus-sum.el (gnus-summary-idna-message):
11777 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11778 Hyperlink urls in docstrings with URL `...'.
11780 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
11782 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11785 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11787 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11788 say what the mouseover text should be.
11790 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11791 version of the mm-w3m-safe-url-regexp variable to only download images
11792 in the groups where we want that to happen.
11794 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11796 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11798 (gnus-article-beginning-of-window): Add kludge to allow spacing past
11799 big pictures in the article buffer.
11801 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11803 (mm-text-html-renderer): gnus-article-html needs curl in addition to
11806 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11808 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11810 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11811 which doesn't exist.
11813 * message.el (message-inhibit-ecomplete): New variable to allow some
11814 function to inhibit ecomplete address storage.
11815 (message-resend): Disable ecomplete message storage when resending
11818 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11820 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
11822 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11823 Save excursion while copying, moving, and deleting articles in order to
11824 prevent the cursor from jumping to unforeseen place.
11826 2010-08-17 Glenn Morris <rgm@gnu.org>
11828 * gnus-sync.el: Require gnus components whose functions are used.
11830 * gnus-art.el (bookmark-make-record-function):
11831 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11832 Declare for compiler.
11834 * mm-url.el (mml-compute-boundary): Autoload.
11836 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
11838 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11840 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
11842 Typo fix "hoo4a" -> "hook".
11844 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11846 2010-08-14 Glenn Morris <rgm@gnu.org>
11848 * gnus-sync.el (gnus-sync): Fix defgroup version.
11850 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
11852 Doc fixes and keep unknown groups (ammended for nunion bug fix).
11854 * gnus-sync.el: Fix docs.
11855 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11856 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11858 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11860 Optimizations for gnus-sync.el.
11862 * gnus-sync.el: Add docs about gnus-sync-backend
11864 (gnus-sync-save): Remove unnecessary message.
11865 (gnus-sync-read): Optimize and show what groups were skipped.
11867 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11869 Minor bug fixes for gnus-sync.el.
11871 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11872 Don't read the sync on get-new-news.
11874 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11877 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11880 2010-07-30 Lawrence Mitchell <wence@gmx.li>
11882 Make saving and restoring of hidden threads work with overlays.
11883 Patch applied by Ted Zlatanov.
11885 * gnus-sum.el (gnus-hidden-threads-configuration)
11886 (gnus-restore-hidden-threads-configuration): Update to deal with text
11887 properties, rather than searching for a magic character.
11889 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11891 New gnus-sync.el library for synchronization of marks.
11893 * gnus-sync.el: New library for synchronization of marks.
11895 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11896 renamed from `gnus-registry-grep-in-list'.
11898 * gnus-registry.el (gnus-registry-follow-group-p):
11899 Use `gnus-grep-in-list'.
11901 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11903 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
11905 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11906 determining charset of text fails.
11908 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11910 * nnmail.el (nnmail-get-new-mail-1): Revert.
11912 * nnml.el (nnml-active-number): Make sure names of newly created groups
11913 in nnml-group-alist are encoded.
11915 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11917 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11918 containing non-ASCII characters in active file for nnml back end.
11920 2010-07-24 David Engster <dengste@eml.cc>
11922 * mml-smime.el (mml-smime-epg-verify): Also accept the older
11923 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11925 2010-07-21 Daiki Ueno <ueno@unixuser.org>
11927 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11930 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
11932 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11933 the article buffer, not the summary buffer.
11935 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
11937 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11940 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11942 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11943 Patch applied by Karl Fogel.
11945 * gnus-sum.el (gnus-summary-bookmark-make-record):
11946 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11948 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11950 Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
11951 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
11952 C-w still not working correctly from Article buffers; Thierry's
11953 patch to fix that will be applied after this.
11955 * gnus-art.el (bookmark-make-record-function): New local variable.
11957 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11959 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11961 2010-07-13 Karl Fogel <kfogel@red-bean.com>
11963 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11964 on changes in bookmark.el.
11966 2010-06-22 Mark A. Hershberger <mah@everybody.org>
11968 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11969 the *other* type of HTML form submission.
11971 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
11973 * auth-source.el (auth-source-pick): If choice does not contain a
11974 questioned keyword, set the check to t.
11976 2010-06-12 Romain Francoise <romain@orebokech.com>
11978 * gnus-util.el (gnus-date-get-time): Move up before first use.
11980 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
11982 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11983 (gnus-article-edit-part): Bind it to make last part that is substituted
11984 or deleted visible.
11985 (gnus-mime-display-single): Buttonize part of which id equals to
11986 gnus-mime-buttonized-part-id.
11988 2010-06-10 Dan Christensen <jdc@uwo.ca>
11990 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11991 (gnus-dd-mmm): Use gnus-date-get-time.
11992 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11994 (gnus-summary-limit-to-age): Use gnus-date-get-time.
11995 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11997 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
11999 * auth-source.el (top): Autoload `secrets-list-collections',
12000 `secrets-create-item', `secrets-delete-item'.
12001 (auth-sources): Fix tag string.
12002 (auth-get-source, auth-source-retrieve, auth-source-create)
12003 (auth-source-delete): New defuns.
12004 (auth-source-pick): Rewrite in order to avoid 2 passes.
12005 (auth-source-forget-user-or-password): New parameter USERNAME.
12006 (auth-source-user-or-password): New parameters CREATE-MISSING and
12007 DELETE-EXISTING. Retrieve password interactively, if needed.
12009 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
12011 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
12012 deleting unused directories when gnus-expert-user is t.
12014 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
12016 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
12017 for each temp file when gnus-article-browse-delete-temp is ask.
12019 2010-05-20 Kevin Ryde <user42@zip.com.au>
12021 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
12023 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
12025 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
12026 article unless decoding article to be saved.
12028 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
12030 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
12031 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
12032 generated within the mm-with-unibyte-current-buffer macro.
12034 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
12036 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
12037 to nil when we're in a mml-preview buffer and no group is selected.
12039 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
12041 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
12042 when catching the `C-g'. Reported by "Leo".
12044 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
12046 * message.el (message-forward-make-body-plain)
12047 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
12048 multibyte-string-p.
12050 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
12052 * message.el (message-forward-make-body-mml): Assume original message
12053 is multibyte string; error on unibyte.
12054 (message-forward-make-body-plain): Ditto; don't add excessive newline
12057 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
12059 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
12060 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
12062 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
12064 * mm-extern.el (mm-extern-url): Don't use
12065 mm-with-unibyte-current-buffer.
12066 (mm-extern-cache-contents): Use with-current-buffer instead of
12067 save-excursion + set-buffer.
12069 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
12071 * mm-util.el (mm-emacs-mule): Remove.
12073 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
12075 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
12076 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
12079 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
12081 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
12082 bind the default value of enable-multibyte-characters to nil.
12084 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
12086 * message.el (message-forward-make-body-plain)
12087 (message-forward-make-body-mml):
12088 Don't use mm-with-unibyte-current-buffer.
12090 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
12092 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
12095 2010-05-07 Julien Danjou <julien@danjou.info>
12097 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
12098 it to mm-pipe-part.
12100 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
12103 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
12105 * nnweb.el (nnweb-gmane-search):
12106 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
12109 * gnus-art.el (gnus-article-browse-html-parts):
12110 * gnus-group.el (gnus-read-ephemeral-gmane-group)
12111 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
12114 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
12115 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
12118 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
12119 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
12120 XEmacs when compiling.
12122 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
12123 gnus-pick-mode-off-hook for XEmacs when compiling.
12124 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
12125 gnus-binary-mode-off-hook for XEmacs when compiling.
12127 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
12128 Return nil if char-charset is not available.
12130 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
12133 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
12134 instead of encode-coding-string.
12136 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
12137 'xemacs) instead of mm-emacs-mule to switch function definitions.
12138 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
12140 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
12142 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
12144 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
12146 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
12147 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
12149 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
12151 * mm-util.el (mm-decompress-buffer): Use `delete-file';
12152 alias `jka-compr-delete-temp-file' no longer exists.
12154 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12156 Use define-minor-mode in Gnus where applicable.
12157 * mml.el (mml-mode): Use define-minor-mode.
12158 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
12159 (gnus-undo-mode): Use define-minor-mode.
12160 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
12161 (gnus-dead-summary-mode): Use define-minor-mode.
12162 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
12163 Initialize in declaration.
12164 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
12165 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
12166 (gnus-mailing-list-mode): Use define-minor-mode.
12167 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
12168 (gnus-draft-mode): Use define-minor-mode.
12169 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
12170 (gnus-dired-mode): Use define-minor-mode.
12172 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
12174 * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
12175 handles on recursive mml-to-mime translation and check them for
12176 boundary delimiter collisions. Reported by Greg Troxel.
12178 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
12180 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
12182 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12184 * mm-util.el (mm-find-buffer-file-coding-system):
12185 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
12187 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
12189 * message.el (message-generate-headers): Record insertion of optional
12190 headers as well. Otherwise the check to prevent repeated insertion of
12191 optional headers is a no-op.
12193 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
12195 * smime.el: Don't mention CVS.
12197 * nnrss.el (nnrss-fetch): Don't mention CVS.
12199 * nnir.el: Don't mention CVS.
12201 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12203 * gnus-sum.el (gnus-summary-bookmark-make-record):
12204 Add `location' field.
12206 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12208 * gnus-sum.el: Add bookmark declarations to silence the compiler.
12209 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
12210 Use with-current-buffer to silence the byte-compiler.
12211 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
12212 bother to require `gnus'.
12213 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
12215 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12217 * gnus-sum.el (gnus-summary-bookmark-make-record)
12218 (gnus-summary-bookmark-jump): New functions.
12219 (gnus-summary-mode): Setup bookmark support.
12221 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
12223 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
12226 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
12228 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
12229 gnus-article-browse-html-save-cid-image; make it work recursively for
12230 forwarded messages as well.
12231 (gnus-article-browse-html-parts): Work when prefix arg is given.
12232 (gnus-article-browse-html-article): Doc fix.
12234 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
12236 * message.el (message-default-mail-headers)
12237 (message-default-headers): Carry the value mail-default-headers over
12238 into message-default-mail-headers, rather than message-default-headers.
12240 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
12242 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
12245 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
12246 charset into the <meta> tag when the article is encoded to utf-8.
12248 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
12250 * gnus-art.el (gnus-article-browse-delete-temp-files):
12251 Delete directories as well.
12252 (gnus-article-browse-html-parts): Work for images that do not specify
12253 file names; delete temp directory when quitting; insert header at the
12254 right place; use file: scheme for image files.
12256 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
12258 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
12259 (gnus-article-browse-html-parts): Use it to make temporary cid image
12260 files in addition to html file so that browser may display them.
12262 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
12264 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
12266 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
12268 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
12270 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
12272 * auth-source.el (auth-sources): Change default to be simpler.
12273 Explain about Secret Service API sources. Improve Customize options.
12274 (auth-source-pick): Change to accept any number of search parameters.
12275 Implement fallbacks iteratively, not recursively. Add scoring on the
12276 second pass and sort by score. Call Secret Service API when needed.
12277 (auth-source-user-or-password): Use it. Call Secret Service API
12278 directly when needed to get the user name and the password.
12280 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12282 * message.el (message-interactive): Doc fix.
12283 (message-qmail-inject-args): Reflow.
12284 (message-kill-to-signature): Fix typo in docstring.
12286 * smiley.el (smiley-buffer): Fix typo in docstring.
12288 2010-03-24 Glenn Morris <rgm@gnu.org>
12290 * mail-source.el (gnus-message): Declare.
12291 (mail-source-delete-old-incoming): Require gnus-util.
12293 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
12295 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
12297 * message.el (ecomplete-setup): Autoload it for Emacs <23.
12299 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
12300 password-cache's default if it is not bound.
12301 (mml-secure-passphrase-cache-expiry): Default to 16 that is
12302 password-cache-expiry's default if it is not bound.
12304 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
12305 available in Emacs 21.
12307 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
12309 * auth-source.el (auth-sources): Fix up definition so extra parameters
12312 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
12314 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
12315 wasn't updated after mismatch. Clear cached mailbox info correctly
12316 when uidvalidity changes.
12317 (nnimap-group-prefixed-name): New function to avoid some code
12319 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
12320 (nnimap-request-group): Use it.
12321 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
12322 (nnimap-update-unseen): Significantly improved speed of Gnus startup
12323 with many imap folders. This is done by caching the group status from
12324 the imap server persistently in a group parameter `imap-status'. (This
12325 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
12326 but not persistently, so every Gnus startup was still very slow.)
12328 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12330 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
12331 secrets.el dependency.
12332 (auth-sources): Add optional user name. Add secrets.el configuration
12333 choice (unused right now).
12335 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12337 * gnus-sum.el (gnus-summary-make-menu-bar):
12338 Let `gnus-registry-install-shortcuts' fill in the functions.
12340 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
12342 (gnus-registry-misc-menus): Variable to hold registry mark menus.
12343 (gnus-registry-install-shortcuts): Populate and use it in a
12344 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
12346 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
12348 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
12349 In-place substitutions for the group name encoding/decoding.
12350 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
12351 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
12352 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
12353 (nnimap-update-unseen, nnimap-request-list)
12354 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
12355 (nnimap-request-set-mark, nnimap-split-to-groups)
12356 (nnimap-split-articles, nnimap-request-newgroups)
12357 (nnimap-request-create-group, nnimap-request-accept-article)
12358 (nnimap-request-delete-group, nnimap-request-rename-group)
12359 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
12360 `encoded-mbx' for consistency.
12361 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
12362 variable `imap-current-mailbox'.
12364 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
12365 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
12367 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
12369 * pop3.el (pop3-display-message-size-flag): Display message size byte
12370 counts during POP3 download.
12371 (pop3-movemail): Use it.
12372 (pop3-list): Implement listing of available messages.
12374 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
12376 * nnir.el (nnir-get-article-nov-override-function): New function to
12377 override the normal NOV retrieval.
12378 (nnir-retrieve-headers): Use it.
12380 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
12382 * auth-source.el (netrc-machine-user-or-password): Autoload.
12384 2010-03-19 Glenn Morris <rgm@gnu.org>
12386 Stop message.el from loading about 40 libraries it doesn't always need.
12387 The general approach is to autoload rather than require, and to
12388 require in the specific functions rather than the file. (Bug#5642)
12390 * gmm-utils.el: Don't require wid-edit.
12391 (widget-create-child-value, widget-convert, widget-default-get):
12394 * gnus-util.el: Don't require time-date, netrc.
12395 (message-fetch-field, gnus-group-name-decode): Declare rather than
12397 (gnus-fetch-field): Require message.
12398 (gnus-decode-newsgroups): Require gnus-group.
12400 * ietf-drums.el: Don't require time-date.
12402 * message.el: Don't require hashcash, canlock, ecomplete.
12403 Do require mail-utils. Require nnheader only when compiling.
12404 (smtpmail-default-smtp-server): Remove declaration.
12405 (message-send-mail-function): Check smtpmail-default-smtp-server
12406 is bound rather than requiring smtpmail.
12407 (message-auto-save-directory, message-insert-signature):
12408 Use expand-file-name rather than nnheader-concat.
12409 (nnheader-insert-file-contents): Autoload.
12410 (hashcash-wait-async): Declare.
12411 (message-send-mail): Only call gnus-setup-posting-charset if
12412 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
12413 (message-send-mail-with-sendmail): Require sendmail.
12414 (canlock-password, canlock-password-for-verify): Declare.
12415 (message-canlock-password): Require canlock.
12416 (nnheader-get-report): Autoload.
12417 (gnus-setup-posting-charset): Declare.
12418 (message-send-news): Require gnus-msg.
12419 (message-make-references, message-make-in-reply-to): Use mail-header-id
12420 rather than the alias mail-header-message-id.
12421 (ecomplete-add-item, ecomplete-save): Declare.
12422 (message-put-addresses-in-ecomplete): Require ecomplete.
12423 (ecomplete-display-matches): Autoload.
12425 * mm-decode.el: Don't require mailcap, gnus-util.
12426 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12427 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12429 (mailcap-mime-extensions): Declare.
12431 * mm-encode.el: Don't require mailcap.
12432 (mailcap-extension-to-mime): Autoload.
12434 * mml-sec.el: Don't require password-cache.
12436 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12437 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12438 (mml-minibuffer-read-type): Require mailcap.
12439 (mml-preview): Require gnus-msg.
12441 * mml1991.el: Require password-cache.
12442 (password-cache-expiry): Remove declaration.
12444 * mml2015.el: Require password-cache.
12445 (password-cache-expiry): Remove declaration.
12447 * nneething.el (mailcap): Require mailcap.
12449 * nnheader.el (declare-function): Add compatibility stub.
12450 (message-remove-header): Declare rather than autoload.
12451 (nnheader-replace-header): Require message.
12453 * nnimap.el (declare-function): Add compatibility stub.
12454 (netrc-parse, netrc-machine-user-or-password): Declare.
12455 (nnimap-open-connection): Require netrc.
12457 * nntp.el (declare-function): Add compatibility stub.
12458 (netrc-parse, netrc-machine, netrc-get): Declare.
12459 (nntp-send-authinfo): Require netrc.
12461 * rfc2047.el: Don't require qp.
12462 (quoted-printable-encode-region, quoted-printable-decode-string):
12465 * sieve-mode.el: Don't require easymenu.
12466 (easy-menu-add-item): Autoload it.
12468 * spam-stat.el (time-to-number-of-days): Autoload it.
12470 2010-03-17 Kevin Ryde <user42@zip.com.au>
12472 * mml.el (mml-read-tag): Unquote values with `read' to reverse
12473 prin1 in mml-insert-tag (just stripping the quotes gave wrong
12474 value if any backslash escapes).
12476 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
12478 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12479 if it is available. (bug#5647)
12481 2010-02-26 Glenn Morris <rgm@gnu.org>
12483 * message.el (message-send-mail-function): Change the default, so that
12484 it inherits from a customized send-mail-function. (Bug#5643)
12486 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12488 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12489 shell-command-to-string signals an error (bug#5299).
12491 2010-02-24 Glenn Morris <rgm@gnu.org>
12493 * message.el (message-smtpmail-send-it)
12494 (message-send-mail-with-mailclient): Doc fixes.
12496 2010-02-16 Glenn Morris <rgm@gnu.org>
12498 * message.el (message-default-mail-headers): Change the default value
12499 to ease the transition from mail-mode to message-mode. (Bug#5555)
12501 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
12503 * message.el (message-mail): Just pass yank-action on to message-setup.
12504 (message-setup): Handle (FUN . ARGS) form of yank-action.
12505 (message-with-reply-buffer, message-widen-reply)
12506 (message-yank-original): Handle non-buffer values of
12507 message-reply-buffer (Bug#4080).
12508 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12510 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
12512 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12513 Fix typo in docstring.
12515 2010-01-08 Jason Rumney <jasonr@gnu.org>
12517 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12520 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12522 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12524 * message.el (message-check-news-header-syntax): Protect against a
12525 string that `rfc822-addresses' returns when parsing fails.
12527 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12529 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12530 (gnus-previous-char-property-change): New functions.
12532 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12534 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
12536 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12537 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
12539 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
12541 * message.el (message-exchange-point-and-mark): Rework last change to
12542 avoid using optional arg of exchange-point-and-mark, for backward
12545 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
12547 * message.el (message-exchange-point-and-mark):
12548 Call exchange-point-and-mark with an argument rather than setting
12549 mark-active by hand (Bug#5175).
12551 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
12553 * nntp.el (nntp-service-to-port): Work for service expressed with
12554 numeric string; replace [:digit:] with [0-9] for XEmacs.
12556 2009-12-17 Glenn Morris <rgm@gnu.org>
12558 * gnus-group.el (gnus-bug-group-download-format-alist):
12559 Change emacs entry to debbugs.gnu.org. Bump :version.
12561 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
12563 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12565 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
12567 * message.el (message-info): Explain why we use `Info-goto-node'.
12569 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12571 * message.el (message-completion-in-region): New compatibility function.
12572 (message-expand-group): Use it.
12574 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
12576 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12577 with no unread article should be listed if the 2nd arg `predicate' is
12580 2009-11-29 Juri Linkov <juri@jurta.org>
12582 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12583 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
12584 on `gnus-recenter'. (Bug#4698, Bug#4981)
12586 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
12588 * message.el (message-from-style, message-interactive)
12589 (message-signature): Always set default values from the corresponding
12591 (message-cite-prefix-regexp, message-sendmail-envelope-from)
12592 (message-yank-prefix, message-indentation-spaces)
12593 (message-signature-file, message-default-headers): Use boundp rather
12594 than (featurep 'xemacs) to check if the corresponding mail-* variables
12597 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
12599 * message.el (message-send-mail-with-sendmail): Revert last change.
12601 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
12603 * message.el (message-from-style, message-interactive)
12604 (message-cite-prefix-regexp, message-sendmail-envelope-from)
12605 (message-yank-prefix, message-indentation-spaces, message-signature)
12606 (message-signature-file, message-default-headers): For GNU Emacs, set
12607 default values from the corresponding mail-* variables.
12608 (message-send-mail-with-sendmail): Use envelope-from only if
12609 mail-specify-envelope-from is non-nil.
12611 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
12613 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12614 containing tspecial characters if they have been already quoted.
12616 2009-10-24 Glenn Morris <rgm@gnu.org>
12618 * gnus-art.el (help-xref-stack-item): Define for compiler.
12620 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12622 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12624 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12626 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12627 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12629 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
12631 * gnus.el (gnus-overlay-get): New alias to overlay-get.
12632 (gnus-overlays-in): New alias to overlays-in.
12634 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12635 gnus-overlay-get, and gnus-delete-overlay.
12636 (gnus-summary-show-thread): Make it work as well for systems in which
12637 next-single-char-property-change is not available.
12638 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12640 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
12642 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12644 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12646 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12647 and XEmacs that don't have `remove-overlays'.
12649 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12651 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12652 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12653 selective display. Use overlays instead.
12655 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12657 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12659 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12661 * spam-stat.el (spam-stat-load): Fix typo in message.
12663 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
12665 * gnus-art.el (gnus-article-encrypt-body):
12666 * message.el (message-check-recipients):
12667 * mm-util.el (mm-codepage-setup):
12668 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12669 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12671 2009-09-22 Daiki Ueno <ueno@unixuser.org>
12673 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12674 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12675 keys from the menu if mm-{sign,encrypt}-option is 'guided.
12676 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12677 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12679 2009-09-18 Glenn Morris <rgm@gnu.org>
12681 * gnus-diary.el (gnus-diary-check-message):
12682 * message.el (message-insert-formatted-citation-line):
12683 * nnbabyl.el (top-level):
12684 * nndiary.el (nndiary-schedule):
12685 Fix typos in condition-case handlers.
12687 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
12689 * gnus-art.el (gnus-article-edit-part): Work for the buffer
12690 configuration that provides the sole article window in a frame;
12691 position point correctly after deleting a part.
12693 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
12695 * spam.el (spam-unregister-on-reregister): Add boolean variable.
12696 (spam-resolve-registrations-routine): Use it to unregister articles
12697 that change status.
12699 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12701 * nnrss.el (nnrss-request-article): Remove binding of
12702 default-enable-multibyte-characters that has gotten needless by
12703 the 2007-07-13 change in rfc2047-encode-message-header.
12705 * mml.el (mml-insert-multipart): Error on the message header.
12706 (mml-insert-part): Error on the message header; position point at
12707 the end of a MIME tag.
12709 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12711 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12712 (gnus-float-time): Alias to float-time if it exists.
12714 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12715 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12716 float-time is available; suppress compile warning for time-to-seconds.
12718 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
12720 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12721 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12722 Add the optional argument `encoding' that overrides the default.
12724 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12727 2009-09-04 Glenn Morris <rgm@gnu.org>
12729 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12730 mm-disable-multibyte, rather than default-enable-multibyte-characters.
12731 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12732 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12733 * mm-util.el (mm-with-unibyte-current-buffer)
12734 (mm-find-buffer-file-coding-system):
12735 * yenc.el (yenc-decode-region): Use default-value rather than
12736 default-enable-multibyte-characters.
12738 2009-09-03 Glenn Morris <rgm@gnu.org>
12740 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12741 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12742 than default-enable-multibyte-characters.
12744 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
12746 * gnus-art.el (gnus-article-read-summary-keys):
12747 Fix gnus-buffer-configuration's value temporarily used.
12749 2009-09-02 Glenn Morris <rgm@gnu.org>
12751 * gnus-util.el (gnus-float-time): New function.
12752 * gnus-delay.el (gnus-delay-article):
12753 * gnus-sum.el (gnus-thread-latest-date):
12754 * gnus-util.el (gnus-user-date): Use gnus-float-time.
12755 * nnspool.el (nnspool-request-newgroups):
12756 Use gnus-float-time rather than time-to-seconds.
12757 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12759 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12760 (gnus-header-subject-face, gnus-header-newsgroups-face)
12761 (gnus-header-name-face, gnus-header-content-face):
12762 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12763 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12764 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12765 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12766 (gnus-cite-face-11):
12767 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12768 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12769 (gnus-server-closed-face, gnus-server-denied-face)
12770 (gnus-server-offline-face):
12771 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12772 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12773 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12774 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12775 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12776 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12777 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12778 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12779 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12780 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12781 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12782 (gnus-summary-selected-face, gnus-summary-cancelled-face)
12783 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12784 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12785 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12786 (gnus-summary-high-undownloaded-face)
12787 (gnus-summary-low-undownloaded-face)
12788 (gnus-summary-normal-undownloaded-face)
12789 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12790 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12791 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12792 (gnus-splash-face):
12793 * message.el (message-header-to-face, message-header-cc-face)
12794 (message-header-subject-face, message-header-newsgroups-face)
12795 (message-header-other-face, message-header-name-face)
12796 (message-header-xheader-face, message-separator-face)
12797 (message-cited-text-face, message-mml-face):
12798 * sieve-mode.el (sieve-control-commands-face)
12799 (sieve-action-commands-face, sieve-test-commands-face)
12800 (sieve-tagged-arguments-face):
12801 * spam.el (spam-face):
12802 Mark face aliases with "-face" in the name as obsolete.
12804 2009-09-01 Glenn Morris <rgm@gnu.org>
12806 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12809 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
12811 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12812 Don't move point if the command is invoked inside the message header.
12814 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12816 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12817 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12818 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12819 * nnir.el (nnir-swish-e-index-file):
12820 * gnus-sum.el (gnus-summary-delete-marked-as-read)
12821 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12822 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12823 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12824 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12825 (gnus-treat-display-xface): Add Emacs version of obsolescence.
12827 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
12829 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12830 Don't save excursion.
12832 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12834 * nnheader.el (nnheader-find-file-noselect):
12835 * mm-util.el (mm-insert-file-contents):
12836 Use (default-value 'major-mode) instead of default-major-mode.
12838 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12840 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12842 2009-08-25 Glenn Morris <rgm@gnu.org>
12844 * nnir.el (top-level): Don't require cl at run-time.
12845 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12846 Replace cl-function substitute with gnus-replace-in-string.
12847 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12848 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12849 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12850 simplified expansions.
12852 2009-08-22 Glenn Morris <rgm@gnu.org>
12854 * gnus-art.el (gnus-button-patch): Use forward-line rather than
12857 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
12859 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12861 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12862 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12863 (gnus-mm-display-part, gnus-mime-display-single)
12864 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12865 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12868 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12869 (gnus-summary-move-article): Add expirable mark to articles copied or
12870 moved to group that has auto-expire turned on if the option is non-nil.
12872 2009-07-24 Glenn Morris <rgm@gnu.org>
12874 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12875 Fix typo. (Bug#3903)
12877 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
12879 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12880 gnus-article-read-summary-keys rather than gnus-summary-edit-article
12881 that should not be used for draft articles.
12882 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12883 that has no concern in minor mode keys.
12884 (gnus-article-summary-command, gnus-article-summary-command-nosave):
12887 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
12889 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12890 article without making inquiry to a user for unknown encoding.
12892 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12893 (nnmaildir--scan): Assume i-node and device number that file-attributes
12894 returns might be cons-cell.
12896 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
12898 * auth-source.el: Remove docs now in auth.texi. Don't use
12899 `gnus-message' for logging. Add new variables `auth-source-debug' and
12900 `auth-source-hide-passwords' and use them.
12902 2009-07-15 Glenn Morris <rgm@gnu.org>
12904 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12906 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12908 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12909 excessive whitespace from the default values of title and description.
12911 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
12913 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12914 mail-fetch-field to fetch Content-Description header in order to
12917 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
12919 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12922 2009-05-30 David Engster <dengste@eml.cc>
12924 * nnmairix.el: Remove old documentation in the commentary block.
12925 (nnmairix-request-group): Do not update active file for nnml back ends.
12926 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12927 end so that overview files are ignored.
12928 (nnmairix-update-groups): Make updating the groups more robust by using
12930 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12931 with dollar characters in message-id.
12933 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
12935 * spam.el: Use dns-query instead of query-dns. Was renamed on
12936 2008-12-25 in dns.el.
12938 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12940 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12941 could happen if the text is only composed of spaces and/or tabs.
12943 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
12945 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12946 when sending a queued message to avoid extra mml tags.
12948 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
12950 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12952 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
12954 * gnus-dired.el: Remove autoload for gnus-setup-message.
12955 (gnus-dired-attach): Fake this-command value to prevent Gnus from
12956 displaying Gnus logo; always use compose-mail.
12958 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
12960 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12962 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
12964 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12965 (gnus-nocem-issuers): List currently active issuers; fix custom type.
12966 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12968 (gnus-nocem-epg-verify): New function.
12970 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
12972 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12974 2009-02-15 Glenn Morris <rgm@gnu.org>
12976 * gnus-util.el (rmail-insert-rmail-file-header)
12977 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12979 (rmail-default-rmail-file): Remove unnecessary declaration.
12980 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12982 2009-02-14 Glenn Morris <rgm@gnu.org>
12984 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12985 variable (only used in gnus-util, which declares it anyway).
12986 (rmail-output-to-rmail-file): Remove autoload of deleted function,
12987 which was only needed by gnus-art (changed to not use it any more).
12988 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12989 only used in gnus-util, which autoloads it itself.
12990 (rmail-update-summary): Fix autoload.
12992 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12993 rather than rmail-output-to-rmail-file.
12995 2009-02-07 Glenn Morris <rgm@gnu.org>
12997 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12998 autoload of function that no longer exists.
12999 (rmail-toggle-header): Declare.
13000 (message-forward-rmail-make-body): Handle mbox Rmail.
13002 2009-01-31 Glenn Morris <rgm@gnu.org>
13004 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
13007 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
13009 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
13010 (auth-source-forget-all-cached): New convenience function.
13011 (auth-source-user-or-password): Accept list of modes or a single mode.
13013 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
13016 * nnimap.el (nnimap-open-connection): Use list of
13019 * nntp.el (nntp-send-authinfo): Use list of
13022 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
13024 * auth-source.el: Update docs to reflect epa-file-enable is to be used
13027 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13029 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
13030 coding system in XEmacs; add a workaround for XEmacs.
13032 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
13034 * mm-util.el (mm-coding-system-priorities): Protect against nil value
13035 of current-language-environment.
13037 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
13039 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
13040 available at runtime.
13042 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
13044 * gnus-art.el (article-date-ut): Fix end point of narrowing.
13046 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
13048 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
13049 the greatest positive fixnum value doesn't work under an XEmacs with
13050 bignum support; use the most-positive-fixnum constant instead,
13051 available since Emacs 21.1 with cl and XEmacs 21.1.
13053 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13055 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
13056 XEmacs gets not to work.
13058 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
13060 * mm-util.el (mm-coding-system-priorities): Allow the value like
13061 "Japanese (UTF-8)" of current-language-environment.
13063 2009-01-09 Glenn Morris <rgm@gnu.org>
13065 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
13066 with last-command-event.
13068 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
13070 * message.el (message-fix-before-sending): Amend comment.
13072 2009-01-07 David Engster <dengste@eml.cc>
13074 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
13075 simplified server definitions by converting it via
13076 gnus-server-to-method.
13078 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
13080 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
13081 parameter's operands.
13083 2009-01-06 David Engster <dengste@eml.cc>
13085 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
13086 primary select method (for gnus-group-mark-article-as-read).
13088 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
13090 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
13091 `(gnus)Face', not `(gnus)X-Face'.
13093 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
13095 * mm-util.el (mm-ucs-to-char): New function.
13097 * mm-url.el (mm-url-decode-entities): Use it.
13099 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
13101 * message.el (message-fix-before-sending): Add `eight-bit' to
13102 illegible-text check.
13104 2009-01-03 Michael Olson <mwolson@gnu.org>
13106 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
13107 `headers' is nil. This can occur if the IMAP server does not have
13108 permissions to read messages from a folder, but can write new messages
13110 (nnimap-request-article-part): Do not insert `data' if it is nil.
13112 2009-01-01 Dave Love <fx@gnu.org>
13114 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
13116 * nnimap.el: Fix author email.
13117 (nnimap-split-rule): Add FIXME comment.
13118 (nnimap-debug): Fix doc string.
13120 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
13122 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
13123 overlay-arrow-position and overlay-arrow-string buffer-local; no need
13124 to check if those variables exist (first appeared in Emacs 18.50).
13126 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
13128 * mm-util.el (mm-line-number-at-pos): New function.
13130 * spam-report.el (spam-report-process-queue): Use it.
13132 2008-12-24 David Engster <dengste@eml.cc>
13134 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
13135 parameters that haven't existed as variables as buffer-local variables.
13137 2008-12-23 Dave Love <fx@gnu.org>
13139 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
13142 * sieve-manage.el (sieve-manage-starttls-p): Rename from
13144 (sieve-manage-starttls-open): Rename from imap-starttls-open.
13146 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
13148 * spam-report.el (spam-report-gmane-max-requests): New constant.
13149 (spam-report-gmane-wait): New variable.
13150 (spam-report-gmane-ham, spam-report-gmane-spam)
13151 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
13152 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
13155 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
13158 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
13159 nnheader-accept-process-output and nnheader-read-timeout if available.
13160 (pop3-movemail): Use it.
13162 * message.el (message-check-news-body-syntax): Fix signature check if
13163 there's an attachment.
13165 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
13167 * mm-util.el: Add comments to the mm- emulating functions.
13169 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
13171 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
13172 Reported by Stephen Berman <stephen.berman@gmx.net>.
13174 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
13176 * mm-util.el (mm-substring-no-properties): New function.
13177 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
13178 (mm-special-display-p): Enable those lambda forms to be byte compiled.
13179 (mm-string-to-multibyte): Doc fix.
13181 * mml.el (mml-attach-file): Use mm-substring-no-properties.
13183 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13185 * mml.el (mml-attach-file): Strip text properties from file name.
13188 2008-12-16 Glenn Morris <rgm@gnu.org>
13190 * mm-util.el (mm-charset-override-alist): Declare for compiler.
13192 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
13194 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
13195 knows since the charset specified might be a bogus alias that
13196 mm-charset-synonym-alist provides.
13198 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13200 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
13203 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
13205 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
13207 * mm-util.el (mm-charset-eval-alist):
13208 Define it before mm-charset-to-coding-system.
13209 (mm-charset-to-coding-system): Add optional argument `silent';
13210 define it before mm-charset-override-alist.
13211 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
13212 default value if it can be used in Emacs currently running;
13213 silence mm-charset-to-coding-system.
13215 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
13217 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
13218 `allow-override' which says whether to use `mm-charset-override-alist'.
13219 (rfc2047-decode-encoded-words): Use it.
13221 * mm-util.el (mm-charset-override-alist): Fix custom type;
13222 add `(gb2312 . gbk)' to choices.
13224 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
13226 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
13229 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13231 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
13233 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
13236 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
13238 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
13240 * message.el (message-idna-to-ascii-rhs-1): Protect against local
13241 users' addresses that don't have domain parts.
13242 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
13243 rather than message-narrow-to-head since there will be the message
13246 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13248 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
13249 since the result is inserted in a unibyte buffer anyway.
13250 (nnimap-demule-use-string-to-multibyte): Remove.
13251 (nnimap-demule): Alias it to mm-string-to-multibyte.
13253 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
13255 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
13256 variable for debugging bug#464 and bug#1174.
13257 (nnimap-demule): Use it.
13259 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13261 * gnus-score.el (gnus-score-find-trace): Handle default score in total
13262 score calculation correctly.
13264 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13266 * message.el (message-send-mail): Just set the buffer to unibyte
13267 rather than use mm-with-unibyte-current-buffer which does a lot more.
13268 (message-send-mail-partially): Don't bother with
13269 mm-with-unibyte-current-buffer since it's already been made unibyte by
13272 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
13274 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
13276 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
13278 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
13280 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
13282 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
13283 require itself and to remove `with-no-warnings'.
13285 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
13287 * starttls.el (starttls-any-program-available): Get the name of the
13288 available TLS layer program.
13289 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
13290 well as the host name in the "opening" message.
13292 * auth-source.el (auth-source-cache, auth-source-do-cache)
13293 (auth-source-user-or-password): Cache passwords and logins by default,
13294 allow override with `auth-source-do-cache'.
13295 (auth-source-forget-user-or-password): Allow users to remove cache
13298 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
13300 * ietf-drums.el (ietf-drums-remove-comments): Localize second
13301 condition-case to only the forward-sexp call.
13303 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
13305 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
13306 quotes contained. Make it more robust regardless by an extra
13307 condition-case wrapper.
13309 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
13311 * nnml.el (nnml-request-expire-articles): Check if the function set to
13312 `nnmail-expiry-target' returns the symbol `delete'.
13314 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
13316 * nnmail.el (nnmail-expiry-target): Fix custom type.
13318 2008-10-02 Glenn Morris <rgm@gnu.org>
13320 * mm-util.el (mm-codepage-setup): Tweak codepage error.
13321 Silence compiler warning.
13323 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
13325 * mml.el (mml-menu): Don't assume mml2015 is bound.
13327 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
13329 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
13332 2008-09-27 Glenn Morris <rgm@gnu.org>
13334 * gnus-util.el (mail-header-remove-comments): Autoload it.
13336 2008-09-27 Andreas Schwab <schwab@suse.de>
13338 * gnus-util.el (gnus-split-references): Strip comments.
13339 (gnus-parent-id): Likewise.
13341 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
13343 * message.el (message-confirm-send): Fix version.
13345 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
13347 * message.el (message-idna-to-ascii-rhs-1): Use
13348 mail-extract-address-components rather than mail-header-parse-addresses
13349 that is an alias by default to ietf-drums-parse-addresses that does not
13350 support non-ASCII names in headers' contents.
13352 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13354 * message.el (message-confirm-send): Fix variable documentation to
13355 avoid the "y/n" wording.
13357 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
13359 * message.el (message-set-auto-save-file-name): Save to a different
13360 filename so multiple messages (especially drafts) can be recovered.
13362 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
13364 * message.el (message-confirm-send): Add appropriate version.
13366 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
13368 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
13371 2008-09-22 Daiki Ueno <ueno@unixuser.org>
13373 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
13374 (mm-pkcs7-enveloped-magic): Ditto.
13376 2008-09-17 Simon Josefsson <simon@josefsson.org>
13378 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
13379 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
13381 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
13383 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
13384 default, it's better.
13386 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
13388 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
13389 summary line gnus-number property and ignore them (with a warning
13392 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
13394 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
13395 macro caddr in the interactive form since it won't be expanded.
13397 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
13399 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
13400 `charset'; fix name of function called recursively.
13401 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
13403 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
13405 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
13406 (gnus-mime-set-charset-parameters): New function.
13407 (gnus-mime-view-part-as-charset): Use it to correctly display part
13408 specifying wrong charset.
13410 2008-09-08 David Engster <dengste@eml.cc>
13412 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
13413 in completing-read for back end server.
13415 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
13417 * message.el (message-confirm-send): New variable to confirm sending a
13419 (message-send): Use it.
13421 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
13423 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13425 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
13427 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13429 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
13431 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13432 prevent tracking too many groups.
13433 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13436 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
13438 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13439 moving point to the bottom of the window in order to avoid recentering.
13441 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
13443 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13444 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13445 (gnus-article-beginning-of-window): Fix calculation.
13447 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
13449 * gnus-msg.el (gnus-summary-supersede-article)
13450 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13451 value of gnus-newsgroup-charset to decode non-MIME encoded text in
13454 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
13458 * gnus-registry.el: Remove VMS support.
13460 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
13462 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13464 (rfc2104-hash): Use it.
13466 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
13468 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13469 (gnus-summary-sort-by-most-recent-date): New commands.
13470 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13473 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
13475 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13476 don't redisplay article for raw contents; remove plural articles stuff.
13478 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13479 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13480 on gnus-summary-save-article; display results properly.
13482 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
13484 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13486 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
13488 * gnus-art.el (gnus-summary-save-in-pipe):
13489 Consider gnus-save-all-headers.
13491 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
13493 * gnus-util.el (ns-focus-frame): Remove declaration.
13494 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
13497 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
13499 * rfc2104.el (rfc2104-zero): Delete defconst.
13500 (rfc2104-hex-alist): Likewise.
13501 (rfc2104-hex-to-int): Delete func.
13502 (rfc2104-hexstring-to-bitstring): Likewise.
13503 (rfc2104-nybbles): New defconst.
13504 (rfc2104-hash): Rewrite for speed.
13506 2008-07-16 Glenn Morris <rgm@gnu.org>
13508 * gnus-util.el (ns-focus-frame): Declare for compiler.
13510 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
13512 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13513 set as a group parameter.
13514 (gnus-summary-save-in-pipe): Work when it is called independently.
13515 (gnus-summary-pipe-to-muttprint): Don't modify
13516 gnus-summary-pipe-output-default-command.
13518 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
13520 * message.el (message-send-mail-with-sendmail):
13521 Display the error message.
13523 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
13525 * gnus-art.el (gnus-default-article-saver):
13526 Add gnus-summary-save-in-pipe to choices.
13527 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13528 gnus-summary-pipe-output-default-command as the default command.
13529 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13530 instead of gnus-last-shell-command.
13532 * gnus-sum.el (gnus-summary-pipe-output-default-command):
13534 (gnus-summary-muttprint-program): Mention the value will be changed.
13535 (gnus-summary-save-article): Force showing of all headers.
13536 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13538 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
13540 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13542 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
13544 * nnimap.el (nnimap-id):
13545 * sieve-manage.el (sieve-manage-open): Doc fixes.
13547 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
13549 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13552 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13554 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13556 * nnkiboze.el (nnkiboze-generate-group):
13557 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13559 * nnmairix.el: Require CL.
13561 2008-06-15 David Engster <dengste@eml.cc>
13563 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13565 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
13567 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13568 New macros that expand to an `aset'/`aref' call under Emacs, and to a
13569 runtime choice under XEmacs.
13571 * gnus-sum.el (gnus-summary-set-display-table):
13572 Use `gnus-put-display-table', `gnus-get-display-table',
13573 `gnus-set-display-table' for the display table, instead of `aset'.
13575 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
13577 * nnmairix.el: Add autoloads.
13579 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
13581 * nnmairix.el (nnmairix-delete-recreate-group)
13582 (nnmairix-update-and-clear-marks): Fix error messages.
13584 2008-06-14 David Engster <dengste@eml.cc>
13586 * nnmairix.el: Upgrade to version 0.6.
13587 (nnmairix-group-toggle-propmarks-this-group)
13588 (nnmairix-group-toggle-readmarks-this-group)
13589 (nnmairix-group-delete-recreate-this-group)
13590 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13591 (nnmairix-remove-tick-mark-original-article): New commands.
13592 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13593 (nnmairix-propagate-marks-to-nnmairix-groups)
13594 (nnmairix-only-use-registry, nnmairix-allowfast-default)
13595 (nnmairix-marks-cache, nnmairix-version-output): New variables.
13596 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13597 functions needed for marks propagation and manipulation of read marks.
13598 (nnmairix-update-groups): New function.
13599 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13600 (nnmairix-determine-original-group-from-registry)
13601 (nnmairix-determine-original-group-from-path)
13602 (nnmairix-get-group-from-file-path, nnmairix-map-range)
13603 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13604 New helper functions.
13605 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13606 keystrokes for new commands.
13607 (nnmairix-delete-and-create-on-change): Doc string cleanup.
13608 (nnmairix-request-group): Check allow-fast group parameter.
13609 (nnmairix-request-create-group): Set allow-fast group parameter if
13610 nnmairix-allowfast-default is set.
13611 (nnmairix-close-group): Propagate marks upon closing if needed.
13612 (nnmairix-group-toggle-threads-this-group): Use new.
13613 nnmairix-group-toggle-parameter helper function.
13614 (nnmairix-search): Better check for empty search result.
13615 (nnmairix-goto-original-article): Use new helper functions for
13616 determining original article.
13617 (nnmairix-show-original-article): Make sure message-id is in brackets.
13618 (nnmairix-call-mairix-binary): Change variable name.
13619 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13621 (nnmairix-widget-toggle-activate): Fix doc string.
13623 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
13625 * nnir.el: Require edmacro when compiling with XEmacs.
13626 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13627 available in Emacs 21.
13629 2008-06-11 Glenn Morris <rgm@gnu.org>
13631 * gnus-util.el (x-focus-frame):
13632 * gnus.el (image-size):
13633 * mm-decode.el (image-size): Declare.
13635 * gnus-picon.el (declare-function): Add compat definition.
13636 (image-size): Declare.
13638 * gnus-group.el (tool-bar-map):
13639 * gnus-sum.el (tool-bar-map): Define for compiler.
13641 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13643 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13645 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13646 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13647 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13648 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13649 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13650 * sieve-manage.el, spam-report.el, spam.el:
13651 Remove unnecessary eval-and-compile of autoloads.
13653 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
13655 * auth-source.el: Precise Tramp doc.
13657 2008-06-07 Glenn Morris <rgm@gnu.org>
13659 * nnmairix.el: Remove unnecessary eval-when-compile.
13661 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
13663 * nnir.el: New file.
13665 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13667 * gnus-util.el (gnus-read-shell-command): New function.
13668 * mm-decode.el (mm-pipe-part):
13669 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13671 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
13673 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13675 2008-06-03 Glenn Morris <rgm@gnu.org>
13677 * pop3.el (nnheader-accept-process-output): Autoload it.
13679 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13681 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13682 are not 2-digit hexadecimal characters that follow `%'s.
13684 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
13686 * message.el (message-bogus-recipient-p): Fix type in doc string.
13687 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13688 (message-bogus-addresses): Rename from message-bogus-address-regexp.
13689 Improve custom options.
13690 (message-bogus-recipient-p): Adjust accordingly.
13692 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13694 * nnmairix.el: Require edmacro when compiling with XEmacs.
13696 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
13698 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13699 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13701 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
13703 * auth-source.el: Add more docs.
13705 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13707 * nnheader.el (nnheader-read-timeout): Change the default timeout from
13708 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
13709 retrieval faster in some cases, but might make CPU usage larger.
13710 If this has any bad side effects, we might revert this change.
13712 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13713 seems to make mail retrieval much, much faster.
13714 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13717 * gnus-draft.el (gnus-group-send-queue):
13718 Bind message-send-mail-partially-limit to nil to avoid being prompted.
13720 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13722 * mml.el (mml-attach-buffer): Prompt for `disposition'.
13724 * message.el (message-bogus-address-regexp): Fix and improve custom
13726 (message-setup-hook): Add message-check-recipients as custom option.
13728 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
13730 * message.el (message-cite-function): Remove bogus autoload which crept
13731 in during merge from v5-10.
13733 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
13735 * nnimap.el (nnimap-open-connection): Fix login/password bug.
13737 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13739 * auth-source.el: Preliminary Tramp docs.
13740 (auth-sources): Change the default auth-sources to use
13743 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
13745 * nntp.el: Autoload `auth-source-user-or-password'.
13746 (nntp-send-authinfo): Use it.
13748 * nnimap.el: Autoload `auth-source-user-or-password'.
13749 (nnimap-open-connection): Use it.
13751 * auth-source.el: Add docs on using with url-auth. Import gnus-util
13752 for the gnus-message function.
13753 (auth-source-user-or-password): Use it.
13755 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13757 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13758 rfc2104-hexstring-to-byte-list. Return a unibyte string.
13759 (rfc2104-hash): Use it.
13761 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
13763 * gnus-art.el (gnus-article-toggle-truncate-lines):
13764 Don't use `iff' in docstring.
13766 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
13768 * gnus-registry.el: Adjusted copyright dates and added a keyword.
13770 * gnus-util.el (gnus-extract-address-component-name)
13771 (gnus-extract-address-component-email): Convenience functions around
13772 `gnus-extract-address-components'.
13774 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13775 Use `gnus-extract-address-component-email' to fix bug of comparing full
13776 sender name to `user-mail-address'.
13778 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
13780 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13781 catch/throw to optimize.
13782 (gnus-registry-find-keywords): Just use member to find a keyword.
13784 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13786 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13787 is current before calling gnus-server-prepare.
13788 (gnus-server-setup-buffer, gnus-server-update-server)
13789 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13791 2008-05-04 Juri Linkov <juri@jurta.org>
13793 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13794 (mailcap-file-default-commands): Use mailcap-replace-in-string
13795 instead of replace-regexp-in-string, and mailcap-delete-duplicates
13796 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
13798 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
13800 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13802 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13804 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13806 (gnus-update-read-articles): Speed up non-marks-using users.
13807 (gnus-use-marks): Define gnus-use-marks.
13808 (gnus-propagate-marks): Rename variable to something more sensible.
13810 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
13812 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13813 (gmm-image-load-path-for-library): Fix typos in docstrings.
13814 (gmm-message): Reflow docstring.
13816 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
13818 * mail-source.el (mail-source-set-1, mail-source-bind):
13819 Move auth-source code out of the macro to clean it up and fix bugs.
13821 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
13823 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13824 by sender if it's equal to user-mail-address, it's likely to be
13827 * mail-source.el (mail-source-bind): Don't use user or password if they
13828 are not bound. Unintern them if they are nil. Don't use server unless
13829 it's bound, and default it to empty string otherwise.
13831 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
13833 * mail-source.el: Load auth-source.el.
13834 (mail-source-bind): Add comments. Call auth-source-user-or-password to
13835 get user name or password, if auth-sources is set up.
13837 * gnus-registry.el (gnus-registry-split-strategy): New variable for
13838 strategy of splitting with parent.
13839 (gnus-registry-split-fancy-with-parent)
13840 (gnus-registry-post-process-groups): Use it and fix prior
13841 bug (returning a list as the split result).
13843 * auth-source.el (auth-sources): Remove server parameter.
13844 (auth-source-pick, auth-source-user-or-password)
13845 (auth-source-user-or-password-imap)
13846 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13847 (auth-source-user-or-password-sftp)
13848 (auth-source-user-or-password-smtp): Remove server parameter.
13850 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
13852 * smime.el (smime-sign-region, smime-encrypt-region)
13853 (smime-decrypt-region):
13854 Remove redundant calls to `generate-new-buffer-name'.
13856 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
13858 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13859 Don't use QP for message/rfc822.
13860 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13862 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13864 * sieve-manage.el (sieve-string-bytes): Remove.
13865 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13866 correct byte-length only if the process's coding-system is the same as
13867 the one used internally by Emacs to represent strings.
13869 2008-04-22 Juri Linkov <juri@jurta.org>
13871 * mailcap.el (mailcap-file-default-commands): New function.
13873 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13875 * message.el (message-signature-separator, message-cite-function):
13876 Change custom version.
13878 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13880 * mm-decode.el (mm-display-external): Make temp file read-only.
13882 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13884 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13885 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
13888 2008-04-12 Adrian Aichner <adrian@xemacs.org>
13890 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13892 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
13894 * auth-source.el: Add docs.
13895 (auth-sources): Modify format to support server.
13896 (auth-source-pick, auth-source-user-or-password)
13897 (auth-source-user-or-password-imap)
13898 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13899 (auth-source-user-or-password-sftp)
13900 (auth-source-user-or-password-smtp): Add server parameter.
13902 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
13904 * gnus-registry.el: Initialize the registry when gnus-registry-install
13907 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
13909 * compface.el (uncompface): Make buffer unibyte.
13911 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13913 * mail-source.el (mail-source-value):
13914 Prefer fboundp to functionp so it works with macros as well.
13916 2008-04-05 Glenn Morris <rgm@gnu.org>
13918 * gnus-ems.el (mm-disable-multibyte): Autoload it.
13920 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13922 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13923 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13925 * nnheader.el (nnheader-init-server-buffer): Change buffer's
13926 multibyteness after rather than before erasing it.
13928 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13930 (gnus-request-article-this-buffer): Make sure the proper decoding is
13931 used if gnus-original-article-buffer happens to be unibyte.
13933 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13934 default-enable-multibyte-characters.
13936 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13937 default-enable-multibyte-characters.
13939 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13941 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13943 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13945 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13946 Fix last change in case the element is not even a symbol.
13948 2008-04-02 Simon Josefsson <simon@josefsson.org>
13950 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13951 imap-enable-exchange-bug-workaround.
13952 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13954 2008-04-01 Simon Josefsson <simon@josefsson.org>
13956 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13957 a 100 byte status-checks into a 2-3MB transfer for each group.
13958 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13959 to enable bug workaround or not.
13960 (nnimap-find-minmax-uid): Only enable workaround conditionally.
13962 2008-03-31 Glenn Morris <rgm@gnu.org>
13964 * message.el (mml2015-use): Declare for compiler.
13965 (message-info): Require mml2015 when appropriate.
13967 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13969 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13970 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13971 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13972 (nntp-service-to-port): New function.
13973 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13974 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13975 (nntp-open-netcat-stream): New function.
13976 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13978 2008-03-29 Sven Joachim <svenjoac@gmx.de>
13980 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13982 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13984 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13986 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
13988 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13990 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
13992 * message.el (message-signature-separator): Change default.
13993 Improve custom type.
13994 (message-cite-function): Change default to
13995 message-cite-original-without-signature.
13997 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
14000 * message.el (message-check-news-body-syntax): Fix signature check.
14001 (message-setup-1): Mark buffer as unmodified _after_ running
14002 message-setup-hook and handling message-alternative-emails.
14003 (message-shorten-references): Be more strict when building list of
14004 valid references to comply with GNKSA.
14006 * gnus-group.el (gnus-read-ephemeral-bug-group)
14007 (gnus-read-ephemeral-debian-bug-group)
14008 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
14010 * message.el (message-info): Don't use booleanp which isn't supported
14011 in Emacs 21 and XEmacs.
14013 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
14015 * gnus-group.el (gnus-gmane-group-download-format): Rename from
14016 gnus-group-gmane-group-download-format.
14017 (gnus-group-read-ephemeral-gmane-group): Rename from
14018 gnus-group-read-ephemeral-gmane-group.
14019 (gnus-read-ephemeral-gmane-group-url): Rename from
14020 gnus-group-read-ephemeral-gmane-group-url.
14021 (gnus-bug-group-download-format-alist): New variable.
14022 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
14023 (gnus-read-ephemeral-emacs-bug-group): New commands.
14025 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
14027 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
14028 (gnus-visible-headers): Improve custom type.
14030 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
14032 * mml.el (mml-menu): Add workarounds for XEmacs.
14034 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
14037 * message.el (message-simplify-recipients): Fix previous commit.
14039 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14041 * mm-util.el (mm-set-buffer-multibyte): New function.
14042 * mm-decode.el (mm-copy-to-buffer): Use it.
14044 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
14045 Prefer fboundp to functionp so it works with macros as well.
14047 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
14049 * message.el (message-alter-recipients-discard-bogus-full-name):
14051 (message-alter-recipients-function): New variable.
14052 (message-get-reply-headers): Use it.
14053 (message-replace-header): New helper function.
14054 (message-recipients-without-full-name): New variable.
14055 (message-simplify-recipients): New command.
14057 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
14059 * message.el (message-info): Handle EasyPG manual.
14061 * mml.el (mml-menu): Add entry for EasyPG.
14063 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
14065 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
14068 * message.el (message-disassociate-draft): Specify drafts group name
14071 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
14073 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14074 Eliminate unnecessary duplicates from the match list.
14076 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
14078 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
14079 args of `how-many' of which the XEmacs version doesn't take; declare
14080 Info-index-next as function.
14082 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
14084 * gnus-score.el (gnus-score-headers): Fix handling of
14085 gnus-inhibit-slow-scoring.
14087 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
14089 (gnus-button-url-regexp): Improve handling of parenthesis.
14090 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
14091 (gnus-button-handle-info-keystrokes): Handle index entries.
14093 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
14095 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
14098 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
14100 * auth-source.el (auth-sources): Rename from auth-source-choices.
14101 (auth-source-pick): Use it.
14103 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
14105 * auth-source.el (auth-source-protocols)
14106 (auth-source-protocols-customize, auth-source-choices): Add and
14107 modified variable customizations and defaults.
14108 (auth-source-pick, auth-source-user-or-password)
14109 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
14110 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
14111 (auth-source-user-or-password-sftp)
14112 (auth-source-user-or-password-smtp): Use new variables and provide an
14113 interface to netrc.el.
14115 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
14117 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
14118 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
14119 Make sure the nntp port to specify is a string.
14121 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14123 * nntp.el: Use with-current-buffer.
14124 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
14125 dubious mm-with-unibyte-current-buffer.
14126 (nntp-with-open-group-function): New function extracted from
14127 nntp-with-open-group macro.
14128 (nntp-with-open-group): Use the function, so it's easier to debug.
14129 Add indentation and debugging info.
14130 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
14131 Recommend the use of the netcat alternatives.
14133 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
14134 Avoid mm-string-as-multibyte as well.
14136 * nnweb.el (nnweb-insert-html):
14137 Remove use of nnheader-string-as-multibyte.
14139 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
14140 (nnheader-string-as-multibyte): Remove.
14142 * mm-view.el: Use inhibit-read-only.
14143 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
14144 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
14147 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
14148 (mm-uu-yenc-extract): Use with-current-buffer.
14150 * gnus-soup.el (gnus-soup-send-packet): Don't use
14151 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
14153 * nnmh.el: Use with-current-buffer.
14154 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
14155 mm-string-as-multibyte on the output of mm-encode-coding-string.
14157 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
14158 (nnimap-request-move-article): Use with-current-buffer.
14160 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
14161 inserting the handle-buffer's text, so the implicit multibyte->unibyte
14162 conversion uses string-make-unibyte rather than string-as-unibyte.
14164 * gnus-msg.el: Use with-current-buffer.
14166 * message.el (message-ignored-resent-headers): Add "Delivered-To".
14168 2008-03-10 Daiki Ueno <ueno@unixuser.org>
14170 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
14171 string for caching if it is 'PIN.
14173 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
14175 * mail-source.el (mail-source-delete-old-incoming-confirm):
14176 Change default to nil.
14177 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
14179 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
14181 * gnus-art.el (gnus-narrow-to-page): Position point properly.
14182 (gnus-article-goto-prev-page): Work for articles having ^L's.
14184 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
14186 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
14188 2008-03-07 Karl Fogel <kfogel@red-bean.com>
14190 * gnus-bookmark.el: Adjust for renames in bookmark.el.
14191 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
14192 (gnus-bookmark-jump): Adjust some variable names.
14194 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
14196 * auth-source.el: New package.
14197 (auth-source-choices): Add customization entry point variable.
14199 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
14202 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
14204 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
14205 (gnus-registry-initialize, gnus-registry-install-p): Use it.
14206 (gnus-registry-install-shortcuts): Rename from
14207 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
14208 the `gnus-registry-mark-map' keymap dynamically from
14209 `gnus-registry-marks'. The generated functions update the summary line
14210 when a registry mark is added or deleted, and will call
14211 `gnus-registry-install-p' (see the comments in the code).
14212 (gnus-registry-user-format-function-M): Use concat intelligently.
14214 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
14215 the registry mark functions.
14217 2008-03-05 Glenn Morris <rgm@gnu.org>
14219 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
14220 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
14222 (top-level): No need to load own source when compiling.
14224 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
14226 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
14227 Suggested by <chris.anderton@zetnet.co.uk>.
14229 2008-03-04 Glenn Morris <rgm@gnu.org>
14231 * gnus-sum.el (top-level): No need to require gnus when compiling,
14232 since unconditionally required near start of file.
14233 (gnus-summary-display-while-building): Move definition before use.
14235 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
14237 * gnus-registry.el (gnus-registry-user-format-function-M):
14238 Add formatting function.
14240 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
14242 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
14244 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
14247 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
14249 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
14250 `where-is-internal' that returns a range of key sequences.
14252 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14254 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
14256 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
14257 (gnus-summary-jump-to-group): Consider windows on other displayed
14258 frames as well. Similar changes might be needed elsewhere, but that's
14259 the one I've bumped into during my use.
14261 * nndoc.el (nndoc-oe-dbx-type-p):
14262 * gnus-msg.el (gnus-debug):
14263 * gnus-group.el (gnus-update-group-mark-positions):
14264 Use mm-string-to-multibyte.
14266 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
14268 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
14269 doesn't handle NotDashEscaped.
14271 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
14272 (mml-dnd-attach-options): Fix typo in custom choice.
14274 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
14275 Change nndoc-article-type to mbox.
14276 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
14278 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
14279 to nil, instead of html2text.
14281 * imap.el (imap-debug): Add `imap-ping-server'.
14283 * gnus-bookmark.el: Add FIXMEs.
14285 * message.el (message-form-letter-separator)
14286 (message-send-form-letter-delay): New variables.
14287 (message-send-form-letter): Use them. New command to send form
14288 letters. Requested by Uwe Siart.
14289 (message-send-mail-function): Doc fix. Add "Other" custom option.
14291 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
14293 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
14296 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
14298 * gnus-registry.el (gnus-registry-marks): Add variable for
14299 customization of marks and their appearance.
14300 (gnus-registry-read-mark): Use it.
14301 (gnus-registry-do-marks): Add utility function to loop through
14302 `gnus-registry-marks'.
14303 (gnus-registry-install-shortcuts-and-menus): Add function to install
14304 shortcuts and menus.
14305 (gnus-registry-initialize): Use it.
14306 (gnus-registry-default-mark): Clarify documentation.
14308 2008-02-29 Glenn Morris <rgm@gnu.org>
14310 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
14311 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
14312 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
14313 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
14314 Change defcustom :version from 23.0 to 23.1.
14316 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
14318 * gnus-registry.el (gnus-registry-follow-group-p)
14319 (gnus-registry-post-process-groups): Add functions to aid registry
14320 splitting and improve logging. Clarify behavior in function
14322 (gnus-registry-split-fancy-with-parent): Use them.
14324 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
14326 * gnus-art.el: Use with-current-buffer.
14328 2008-02-27 David Engster <dengste@eml.cc>
14330 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14331 Express real group name in the response.
14333 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
14335 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14336 (nnmairix-last-server, nnmairix-current-server): Defvar them.
14337 (nnmairix-goto-original-article): Defvar gnus-registry-install and
14338 autoload gnus-registry-fetch-group when compiling.
14339 (nnmairix-request-group-with-article-number-correction):
14340 Remove unreferenced argument passed to nnmairix-call-backend.
14342 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
14344 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14345 (mm-uu-extract): Improve face for low color ttys.
14346 Reported by Sascha Wilde.
14348 2008-02-27 Glenn Morris <rgm@gnu.org>
14350 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14351 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14352 variables to defconsts. Convert comments to doc-strings.
14353 (nnmairix-last-server, nnmairix-current-server): Convert from free
14354 variables to defvars. Convert comments to doc-strings.
14355 (gnus-registry-fetch-group): Autoload.
14356 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14357 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14358 (nnmairix-widget-build-editable-fields): Use car cddr rather than
14360 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14361 nnmairix-request-group-with-article-number-correction call.
14362 (nnmairix-fast, nnmairix-group): New, less general names, for free
14363 variables passed from nnmairix-request-group to
14364 nnmairix-request-group-with-article-number-correction. Declare.
14365 (nnmairix-request-group-with-article-number-correction):
14366 Use nnmairix-fast, nnmairix-group rather than fast, group.
14368 2008-02-26 David Engster <dengste@eml.cc>
14370 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
14373 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
14375 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14376 instead of making an extra function call. Don't add the current group
14377 to articles only when they have the group. Use
14378 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14379 Reported by David <de_bb@arcor.de>.
14381 2008-02-24 Miles Bader <miles@gnu.org>
14383 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14384 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14385 (mm-find-mime-charset-region):
14386 * mm-bodies.el (mm-encode-body):
14387 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14389 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
14391 * mail-source.el (mail-source-delete-incoming): Change default.
14392 Supplement doc string.
14394 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14396 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
14398 * nnmail.el (nnmail-message-id-cache-file): Derive from
14399 `gnus-home-directory'.
14401 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
14403 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14404 Document negative prefix.
14406 * gnus-group.el (gnus-group-read-group): Document negative prefix.
14408 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14410 * message.el (message-unsent-separator): Add the Exim bounce
14413 2008-02-10 Daiki Ueno <ueno@unixuser.org>
14415 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14417 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14418 recipient/signer list.
14420 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
14422 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14423 fbound (Emacs 23 unicode), signal an error.
14425 2008-02-08 Glenn Morris <rgm@gnu.org>
14427 * gnus-art.el (pgg-display-output-buffer): Declare as function.
14429 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
14431 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14432 ports to the calls to `netrc-machine-user-or-password' in addition to
14433 "imap" and "imaps".
14435 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
14437 * gnus.el (gnus-group-startup-message): Add `find-image' call before
14438 image-load-path is let-bound. Reported by Harald Hanche-Olsen
14439 <hanche@math.ntnu.no>.
14441 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
14443 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14445 2008-02-01 Zhang Wei <id.brep@gmail.com>
14447 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14449 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14451 2008-02-01 Miles Bader <miles@gnu.org>
14453 * mml.el (mml-parse-1): Remove apparently vestigial use of
14454 `mm-hack-charsets'.
14455 * mm-bodies.el (mm-encode-body): Likewise.
14457 2008-02-01 Kenichi Handa <handa@m17n.org>
14459 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14460 rfc2104-hexstring-to-bitstring and changed to return a byte list.
14461 (rfc2104-hash): Convert the result of concat to unibyte string.
14463 2008-02-01 Dave Love <fx@gnu.org>
14465 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14466 coding-system-for-read.
14467 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14469 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14470 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
14471 (mm-find-mime-charset-region): Remove hack-charsets stuff.
14473 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
14475 * mail-source.el (mail-sources): Add `group' choice.
14477 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14478 parameter `in-group' to control into which group the articles go.
14479 Add treatment of `group' mail-source.
14481 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
14483 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14484 * message.el (message-beginning-of-line): Use featurep instead of bound
14485 tests in order to resolve conditionals at compile time.
14487 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14489 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14491 * mm-decode.el (mm-dissect-buffer): Decode description.
14493 * mml.el (mml-to-mime): Encode message header first.
14495 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
14497 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14498 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14500 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
14502 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14504 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14506 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14508 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14509 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14512 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
14514 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14515 Add new variables for article mark management.
14516 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14517 list of extra data entries which, when present, will indicate that the
14518 article ID should not be trimmed from the registry.
14519 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14521 (gnus-registry-read-mark): New function to read a mark name from the
14523 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14524 (gnus-registry-set-article-mark-internal): New functions to add and
14526 (gnus-registry-get-article-marks): New function to show the marks for
14527 an article, or retrieve them for further use.
14529 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
14531 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14532 keys when no argument is given.
14534 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
14536 * gnus-sum.el (gnus-article-sort-by-random)
14537 (gnus-thread-sort-by-random): Fix doc strings.
14538 Reported by jidanni@jidanni.org.
14540 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
14542 * gnus-art.el (gnus-article-describe-bindings): New function.
14543 (gnus-article-read-summary-keys): Use it.
14544 (gnus-article-mode-map): Bind `C-h b' to it.
14546 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
14548 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14550 (gnus-article-describe-key, gnus-article-describe-key-briefly):
14551 Protect against non-character events.
14553 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
14555 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14557 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14558 instead of END. Change name of the temp file.
14559 (gnus-group-gmane-group-download-format): Add doc string. Make it
14562 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
14564 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14565 bind `S W' to gnus-article-wide-reply-with-original; set default
14566 binding to gnus-article-read-summary-send-keys.
14567 (gnus-article-read-summary-keys): Fix the order of keys; display
14568 continuation keys correctly in the echo area; describe bindings
14569 correctly when keys end with `C-h'.
14570 (gnus-article-read-summary-send-keys): New function.
14571 (gnus-article-describe-key, gnus-article-describe-key-briefly):
14572 Work for gnus-article-read-summary-send-keys; display continuation keys
14573 correctly in the echo area.
14574 (gnus-article-reply-with-original): Ignore prefix argument.
14575 (gnus-article-wide-reply-with-original): New function.
14577 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
14579 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14580 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14582 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
14584 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14585 (gnus-group-read-ephemeral-gmane-group): New command.
14587 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14589 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14591 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
14593 * message.el (message-send-mail-function): Increase custom version.
14595 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14596 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
14598 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
14600 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14601 html parts correctly; support forwarded messages.
14602 (gnus-article-browse-html-article): Remove work buffers.
14604 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14606 (netrc-bound-and-true-p): New macro.
14607 (netrc-parse): Use it instead of bound-and-true-p that is not available
14610 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
14612 * gnus-registry.el (gnus-registry-mark-article)
14613 (gnus-registry-article-marks): Add functionality to mark articles
14614 through the Gnus registry.
14616 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14617 (netrc-parse): Use encrypt-file-alist to determine if
14618 encrypt-find-model or encrypt-insert-file-contents should be used.
14620 2007-12-19 Glenn Morris <rgm@gnu.org>
14622 * mml.el (message-options-set, message-narrow-to-head)
14623 (message-in-body-p, message-mail-p, message-encode-message-body):
14625 (message-remove-header, message-narrow-to-headers-or-head)
14626 (message-subscribed-p, message-make-mail-followup-to)
14627 (message-position-on-field, message-news-p)
14628 (message-options-set-recipient, message-generate-headers)
14629 (message-sort-headers): Declare as functions.
14631 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
14633 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14634 convention in doc string.
14636 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14638 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14639 title to html parts.
14640 (gnus-article-browse-html-article): Pass message header to it.
14642 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14644 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
14646 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14647 or password compatible with XEmacs.
14649 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
14651 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14653 (gnus-mime-delete-part): Don't write description line if empty.
14654 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14656 2007-12-14 Johan Bockgård <bojohan@gnu.org>
14658 * gnus-sum.el (gnus-summary-mark-unread-as-read)
14659 (gnus-summary-mark-read-and-unread-as-read)
14660 (gnus-summary-mark-current-read-and-unread-as-read)
14661 (gnus-summary-mark-unread-as-ticked): Doc fix.
14662 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14664 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
14666 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14667 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14669 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
14671 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14674 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
14676 * mm-decode.el (mm-add-meta-html-tag): New function.
14677 (mm-save-part-to-file, mm-pipe-part): Use it.
14679 * gnus-art.el (gnus-article-browse-delete-temp-files):
14680 Use gnus-y-or-n-p instead of y-or-n-p.
14681 (gnus-article-browse-html-parts): Work with message/external-body; use
14682 mm-add-meta-html-tag.
14684 2007-12-11 Glenn Morris <rgm@gnu.org>
14686 * gnus-cache.el: Require gnus-sum not just when compiling.
14688 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14690 * gnus-int.el (gnus-server-opened, gnus-status-message):
14691 Move definitions before use.
14693 * mm-decode.el: Require gnus-util.
14694 (mm-remove-part): Only call delete-annotation on XEmacs.
14696 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14698 * nnmail.el: Require gnus-int.
14700 * spam.el: Move `require's before `eval-when-compile's.
14702 * gnus-ems.el (gnus-alive-p):
14703 * gnus-fun.el (message-goto-eoh):
14704 * gnus-util.el (gnus-group-name-decode):
14705 * mail-source.el (gnus-compress-sequence):
14706 * message.el (Info-goto-node, format-spec):
14707 * mm-bodies.el (message-options-get):
14708 * mm-decode.el (mm-view-pkcs7):
14709 * mm-util.el (gmm-write-region):
14710 * mml-smime.el (mml-compute-boundary)
14711 (gnus-completing-read-with-default):
14712 * mml.el (widget-button-press, gnus-make-hashtable):
14713 * mml1991.el (mm-decode-content-transfer-encoding)
14714 (mm-encode-content-transfer-encoding)
14715 (message-options-get, message-options-set):
14716 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14717 * nnfolder.el (gnus-request-group):
14718 * nnheader.el (ietf-drums-unfold-fws):
14719 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14720 * smime.el (gnus-run-mode-hooks):
14721 * spam-stat.el (gnus-message): Autoload.
14723 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14724 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14725 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14726 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14727 Add declare-function compatibility definition.
14729 * gnus-cache.el (nnvirtual-find-group-art):
14730 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14731 (gnus-add-image, gnus-add-wash-type):
14732 * gnus-group.el (nnkiboze-score-file):
14733 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14734 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14735 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14736 (message-tokenize-header, gnus-get-buffer-create)
14737 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14738 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14739 * gnus.el (gnus-group-decoded-name):
14740 * mail-source.el (imap-capability):
14741 * mm-bodies.el (message-options-set):
14742 * mm-decode.el (gnus-configure-windows):
14743 * mm-extern.el (message-goto-body):
14744 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14745 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14746 (epg-sub-key-validity, message-options-set):
14747 * mml.el (widget-event-point, gnus-configure-windows):
14748 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14749 * mml2015.el (epg-check-configuration, epg-configuration)
14750 (message-options-set):
14751 * nndb.el (nndb-request-article):
14752 * nnfolder.el (gnus-request-create-group):
14753 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14754 * nnmaildir.el (gnus-group-mark-article-read):
14755 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14756 * rfc1843.el (message-fetch-field):
14757 * spam.el (gnus-extract-address-components):
14758 Declare as functions.
14760 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
14762 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14764 2007-12-09 Glenn Morris <rgm@gnu.org>
14766 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14768 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14769 * message.el, mm-view.el, sieve-manage.el, smime.el:
14770 Add declare-function compatibility definition.
14772 * gnus-art.el (w3-region, w3m-region, Info-menu):
14773 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14774 * gnus-sum.el (gnus-get-predicate):
14775 * gnus-util.el (mm-append-to-file, w32-focus-frame):
14776 * message.el (mail-abbrev-in-expansion-header-p):
14777 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14778 (w3m-detect-meta-charset, w3m-region):
14779 * sieve-manage.el (password-read, password-cache-add)
14780 (password-cache-remove):
14781 * smime.el (password-read-and-add): Declare as functions.
14783 2007-12-08 David Kastrup <dak@gnu.org>
14785 * gnus-sum.el (gnus-summary-simplify-subject-query):
14786 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14789 2007-12-07 Glenn Morris <rgm@gnu.org>
14791 * gnus-art.el (article-make-date-line): Revert previous change.
14793 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14795 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14797 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
14799 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14800 Call gnus-add-to-range ranges only once with a prepared article-list.
14802 2007-12-06 Paul Jarc <prj@po.cwru.edu>
14804 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14805 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14806 group names with backslashes.
14807 Reported by Tassilo Horn <tassilo@member.fsf.org>.
14809 2007-12-06 Deepak Goel <deego3@gmail.com>
14811 * gnus-art.el (article-make-date-line):
14812 * gnus-start.el (gnus-load):
14813 * pop3.el (pop3-read-response): Fix buggy call to `error'.
14815 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14817 * gnus-art.el (gnus-use-idna):
14818 * gnus-start.el (gnus-site-init-file):
14819 * message.el (message-use-idna):
14820 * mm-uu.el (mm-uu-hide-markers):
14821 * smiley.el (smiley-style): Revert changes that suppress warnings.
14823 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14825 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14826 specify charset to html source.
14827 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14829 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14831 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14832 idna-program in order to suppress byte compile warning issued by XEmacs
14833 that came to byte compile the default value section of defcustom forms
14836 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14837 value of installation-directory.
14839 * message.el (message-use-idna): Don't directly refer to the value of
14842 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14844 * smiley.el (smiley-style): Don't directly call face-attribute.
14846 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
14848 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14850 * gnus-dired.el: Reduce Gnus dependencies.
14851 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14852 Don't require. Use autoloads instead.
14853 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14854 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14855 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14856 (gnus-dired-mode): Adjust doc string.
14857 (gnus-dired-mail-mode): New variable.
14858 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14859 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14860 (gnus-dired-mail-buffers): New function. Return mail or message
14861 composition buffers.
14862 (gnus-dired-attach): Use it.
14863 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14865 (gnus-dired-print): Use `gnus-print-buffer' depending on
14866 `gnus-dired-mail-mode'.
14868 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
14870 * rfc2047.el (rfc2047-encoded-word-regexp)
14871 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14872 explaining what regexp patterns are for.
14874 2007-12-04 Glenn Morris <rgm@gnu.org>
14876 * password.el: Move to ../password-cache.el.
14878 * mml1991.el (password-read, password-cache-add, password-cache-remove):
14879 * mml2015.el (password-read, password-cache-add, password-cache-remove):
14880 * mml-smime.el (password-read, password-cache-add)
14881 (password-cache-remove):
14882 No need to autoload, since mml-sec requires password.
14884 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14885 * message.el (gnus-extract-address-components):
14886 * mml-smime.el (gnus-extract-address-components): Define for compiler.
14888 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14891 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
14893 * mailcap.el: Reduce dependencies.
14894 (mail-header-parse-content-type): Autoload.
14895 (mailcap-delete-duplicates): New alias.
14896 (mailcap-mime-info): Add optional argument NO-DECODE.
14897 (mailcap-mime-types): Use mailcap-delete-duplicates.
14899 * message.el (message-ignored-supersedes-headers): Add "X-ID".
14901 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14903 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14906 * gnus-uu.el (gnus-uu-decode-yenc): New command.
14907 (gnus-uu-yenc-article): New function.
14909 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14911 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14913 2007-12-02 Glenn Morris <rgm@gnu.org>
14915 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
14918 * binhex.el, uudecode.el: Move to ../mail.
14920 * encrypt.el: Remove file.
14922 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
14924 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14925 matches on patches.
14927 * gnus-art.el (gnus-article-browse-html-article):
14928 Mention `mm-text-html-renderer' in the doc string.
14930 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14931 string. Add comments.
14933 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14936 2007-12-01 Glenn Morris <rgm@gnu.org>
14938 * dig.el, dns.el: Move to ../net.
14939 * format-spec.el, hex-util.el, sha1.el: Move to ../.
14941 * mail-source.el (top-level): Require format-spec before
14944 2007-11-30 Glenn Morris <rgm@gnu.org>
14946 * encrypt.el: Require password, rather than autoloading password-read.
14948 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
14950 * gnus.el (gnus-method-to-server): Add an optional parameter so the
14951 caller can indicate whether the cache should be disregarded for this
14952 call. This way the result of the call is reproducible at all times and
14953 can be considered a canonical server name for the supplied method.
14954 (gnus-agent-method-p): Canonicalize server names by pushing their
14955 method through `gnus-method-to-server' using the no-cache argument.
14957 * gnus-srvr.el (gnus-server-insert-server-line):
14958 Call `gnus-method-to-server' with `no-cache' argument.
14960 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14961 gnus-agent-possibly-synchronize-flags as this should be called when the
14962 server is actually being opened.
14963 (gnus-agent-possibly-synchronize-flags)
14964 (gnus-agent-possibly-synchronize-flags-server): Move check for the
14965 flags file of an agentized server to the latter function.
14967 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14968 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14969 after a connection has been established successfully.
14971 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
14973 * gnus-art.el (article-display-face): Force to display face if called
14974 interactively; check if gnus-article-x-face-too-ugly matches author.
14975 (article-display-x-face): Display face even if From header is missing
14976 as article-display-face does.
14978 2007-11-28 Richard Stallman <rms@gnu.org>
14980 * md4.el: Move to ../.
14981 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
14983 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
14985 * mail-source.el (mail-sources): Default to fetch from file for
14986 compatibility with default of nnmail-spool-file.
14988 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
14990 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14991 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14992 to look for encoded word that should be encoded again.
14993 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14994 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14996 (rfc2047-decode-region): Switch strict regexp and loose one according
14997 to rfc2047-allow-irregular-q-encoded-words.
14999 2007-11-26 Simon Josefsson <simon@josefsson.org>
15001 * imap.el: Move to ../net directory.
15003 2007-11-25 Romain Francoise <romain@orebokech.com>
15005 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
15007 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
15009 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
15010 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
15012 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
15013 `nnmail-spool-file'.
15015 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
15016 `nnmail-spool-file'.
15018 * gnus-move.el (gnus-change-server): Ditto.
15020 * gnus-kill.el (gnus-batch-score): Ditto.
15022 * gnus-cache.el (gnus-jog-cache): Ditto.
15024 * gnus-msg.el (gnus-summary-reply):
15025 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
15027 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
15029 * gnus-cache.el (gnus-cache-generate-nov-databases):
15030 Use nnml-generate-nov-databases-directory instead of
15031 nnml-generate-nov-databases-1.
15033 2007-11-24 Glenn Morris <rgm@gnu.org>
15035 * message.el (message-tool-bar-retro): Update for rename
15036 mail_send.xpm->mail-send.xpm.
15038 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
15040 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15041 `smime-ldap-search' for Emacs 22 and up.
15043 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
15045 * hashcash.el: Move to ../mail directory.
15047 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
15049 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
15050 `smime-ldap-search' for Emacs 22 and up.
15052 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15054 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
15056 * message.el (message-send-mail-function): Fix error convention.
15057 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
15058 (message-widen-reply, message-send-mail, message-talkative-question)
15059 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
15060 (message-clone-locals, message-send-news): Use with-current-buffer.
15061 (message-insert-or-toggle-importance): Remove unused var `valid'.
15062 (message-make-references): Remove unused var `new-references'.
15063 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
15065 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
15067 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
15068 (spam-split-symbolic-return-positive): Reflow docstring.
15069 (spam-backends, spam-summary-exit-behavior)
15070 (spam-mark-ham-unread-before-move-from-spam-group)
15071 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
15072 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15073 (spam-clear-cache, spam-backend-check, spam-install-backend)
15074 (spam-install-statistical-backend, spam-list-of-processors)
15075 (spam-group-processor-p, spam-split, spam-bogofilter-score)
15076 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
15077 (spam-check-crm114, spam-initialize, spam-unload-hook):
15078 Fix typos in docstrings.
15080 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
15082 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
15083 been checked if they have never been read and those group levels are
15084 higher than the one that a user specified.
15086 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
15088 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
15089 foreign groups unless a group level is specified by a user.
15090 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
15092 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
15094 * message.el (message-send-mail-function): Require sendmail.
15096 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
15098 * message.el (message-send-mail-function): Check for smtpmail too.
15100 * utf7.el (utf7-encode, utf7-decode): Use coding system
15101 `utf-7'/`utf-7-imap' from utf-7.el' if available.
15103 * message.el (message-send-mail-function): New function.
15104 (message-send-mail-function): Set default using
15105 message-send-mail-function. Adjust doc string.
15106 (message-send-mail-with-mailclient): New function.
15108 2007-11-17 Richard Stallman <rms@gnu.org>
15110 * assistant.el: Remove file.
15112 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
15115 * rfc2047.el (message-posting-charset):
15116 * qp.el (mm-use-ultra-safe-encoding):
15117 * pop3.el (parse-time-months):
15118 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
15120 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
15121 (jka-compr-compression-info-list, ange-ftp-path-format)
15123 * nndiary.el (files):
15124 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
15125 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
15126 (epg-digest-algorithm-alist, inhibit-redisplay)
15127 (password-cache-expiry):
15128 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
15129 (pgg-output-buffer, password-cache-expiry):
15130 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
15132 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
15133 (inhibit-redisplay):
15134 * mm-uu.el (file-name, start-point, end-point, entry)
15135 (gnus-newsgroup-name, gnus-newsgroup-charset):
15136 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
15137 (latin-unity-ucs-list):
15138 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
15139 (mm-uu-binhex-decode-function):
15140 * message.el (gnus-message-group-art, gnus-list-identifiers)
15141 (rmail-enable-mime-composing, gnus-local-organization)
15142 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
15143 (gnus-read-active-file, facemenu-add-face-function)
15144 (facemenu-remove-face-function, gnus-article-decoded-p)
15146 * mail-source.el (display-time-mail-function):
15147 * gnus-util.el (nnmail-pathname-coding-system)
15148 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
15149 (gnus-original-article-buffer, gnus-user-agent)
15150 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
15151 (xemacs-codename, sxemacs-codename, emacs-program-version):
15152 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
15153 * gnus-start.el (gnus-agent-covered-methods)
15154 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
15155 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
15156 (gnus-newsgroup-headers, gnus-group-list-mode)
15157 (gnus-group-mark-positions, gnus-newsgroup-data)
15158 (gnus-newsgroup-unreads, nnoo-state-alist)
15159 (gnus-current-select-method, mail-sources)
15160 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
15161 (nnmail-spool-file, gnus-cache-active-hashtb):
15162 * gnus-mh.el (mh-lib-progs):
15163 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
15164 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
15165 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
15166 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
15167 (gnus-group-buffer):
15168 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
15169 (font-lock-set-defaults):
15170 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
15171 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
15172 (gnus-summary-post-menu, total-parts, type, condition, length):
15173 * gnus-agent.el (gnus-agent-read-agentview):
15174 * flow-fill.el (show-trailing-whitespace):
15175 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
15176 eval-and-compile wrappers for byte compiler pacifiers.
15178 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
15179 (mm-display-inline-fontify): Check for featurep 'xemacs not
15182 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
15184 (mm-create-image-xemacs): Only do something for XEmacs.
15185 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
15187 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
15189 * gnus-registry.el (gnus-adaptive-word-syntax-table):
15190 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
15192 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
15194 * nnimap.el (nnimap-split-download-body):
15195 * gnus-demon.el (gnus-demon):
15196 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
15198 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
15200 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
15202 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
15203 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
15204 copy data from unibyte buffer to multibyte current buffer.
15205 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
15206 to copy data from unibyte current buffer to multibyte buffer.
15207 (nntp-make-process-buffer): Make process buffer unibyte.
15209 * pop3.el (pop3-open-server): Fix typo in Lisp code.
15211 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
15213 * pop3.el (pop3-open-server): Accept and process data more robustly at
15214 connection start to avoid spurious "POP SSL connection failed" errors.
15216 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15218 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
15221 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
15223 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
15225 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
15227 * nnmail.el (nnmail-parse-active): Make group names unibyte.
15228 (nnmail-save-active): Use a unibyte buffer when saving active file,
15229 which may contain non-ASCII group names.
15231 * nnml.el (nnml-request-group): Decode group names in messages.
15233 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
15235 * message.el (message-citation-line-function)
15236 (message-insert-formatted-citation-line): Fix spelling of
15237 `message-insert-formated-citation-line'.
15239 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
15241 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15243 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
15245 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15246 nnmail-pathname-coding-system.
15248 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15249 that a user enters; decode group names in messages.
15251 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15253 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
15255 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15257 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15259 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15260 risky local variable.
15262 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15264 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
15266 * encrypt.el: Improve documentation to fix function name typo.
15267 Reported by Daiki Ueno <ueno@unixuser.org>.
15269 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
15271 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15272 even if the point is not in the last page of an article.
15273 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15274 back to the previous page.
15276 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
15278 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15280 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
15282 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15284 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
15286 * message.el (message-check-news-body-syntax):
15287 Avoid mm-string-as-multibyte.
15288 (message-hide-headers): Don't assume (point-min)==1.
15290 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15292 * message.el (message-remove-blank-cited-lines): Fix if remove is
15294 (message-bogus-address-regexp): New variable.
15295 (message-bogus-recipient-p): New function.
15296 (message-check-recipients): New command.
15297 (message-syntax-checks): Add `bogus-recipient'.
15298 (message-fix-before-sending): Add `bogus-recipient'.
15300 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15301 (gnus-treat-body-boundary): Don't test window-system.
15303 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
15305 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15307 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15309 * gnus.el: Bump version to Gnus v5.13.
15311 2007-10-28 Miles Bader <miles@gnu.org>
15313 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15314 at compile-time too.
15316 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
15318 * gnus-msg.el (gnus-message-setup-hook):
15319 Add `message-remove-blank-cited-lines' to options.
15321 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15323 * message.el (message-remove-blank-cited-lines): New function.
15324 Suggested by Karl Plästerer.
15326 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
15328 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15331 * imap.el (imap-open): Replace mapcar called for effect with mapc.
15332 (top-level): Use mapc to set functions to be traced for debugging.
15334 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15335 called for effect with while loop.
15337 * message.el (message-talkative-question): Replace mapcar called for
15340 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15341 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15342 called for effect with dolist.
15344 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15346 * nndiary.el: Use dolist instead of mapcar to add diary headers to
15347 gnus-extra-headers and nnmail-extra-headers.
15349 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15350 called for effect with dolist.
15351 (top-level): Use mapc to set functions to be traced for debugging.
15353 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15354 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15357 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15358 Replace mapcar called for effect with mapc.
15359 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15360 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15361 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15362 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15364 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15365 remove-if that's a cl function.
15367 * webmail.el (webmail-debug): Replace mapcar called for effect with
15370 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
15372 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15373 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15376 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15377 functions from article-* functions.
15378 (gnus-multi-decode-header): Replace mapcar called for effect with
15381 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15382 (gnus-bookmark-show-details): Replace mapcar called for effect with
15385 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15386 called for effect with while loop.
15388 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15391 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15392 Replace mapcar called for effect with dolist.
15394 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15396 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15397 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15398 Replace mapcar called for effect with dolist.
15399 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15402 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15403 Replace mapcar called for effect with dolist.
15404 (gnus-topic-list): Replace mapcar called for effect with mapc.
15406 * gnus.el: Use mapc instead of mapcar to add autoloads.
15408 2007-10-23 Richard Stallman <rms@gnu.org>
15410 * gnus-group.el (gnus-group-highlight): Mark as risky.
15412 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
15414 * gnus.el (gnus-server-to-method): Return method found first in
15417 * gnus-art.el (gnus-article-highlight-signature)
15418 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15419 button overlay without the front stickiness.
15421 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
15423 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15424 overview buffer needed a catch to receive its throw.
15425 (gnus-agent-flush-cache): Declare as interactive to make this function
15428 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
15430 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15433 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
15435 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15436 exclude address matching message-dont-reply-to-names.
15438 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
15440 * gnus-util.el (gnus-string<): New function.
15442 * gnus-sum.el (gnus-article-sort-by-author)
15443 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15445 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
15447 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15448 the frame-focus tag is set in gnus-buffer-configuration.
15450 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
15452 * gnus-art.el (gnus-article-add-button): Make a button overlay without
15453 the front stickiness.
15455 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
15457 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15458 url pattern; remove duplicate one.
15459 (gnus-article-extend-url-button): New function.
15460 (gnus-article-add-buttons): Use it.
15461 (gnus-button-push): Use concatenated url that it makes.
15463 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
15465 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15466 (sieve-manage-open): Use `mapc' instead of `mapcar'.
15468 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15470 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15471 Don't hardcode point-min==1.
15473 2007-09-30 David Kastrup <dak@gnu.org>
15475 * gnus-art.el (gnus-article-reply-with-original)
15476 (gnus-article-followup-with-original): When `transient-mark-mode' is
15477 off, refrain from active-region behavior for followups.
15479 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
15481 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15482 Fix comment about "iso8859-1".
15484 2007-10-08 Daiki Ueno <ueno@unixuser.org>
15486 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15487 ones returned from the verify-function.
15489 * mm-uu.el (mm-uu-pgp-signed-extract-1):
15490 Call mml2015-extract-cleartext-signature if extraction failed.
15492 2007-10-07 Daiki Ueno <ueno@unixuser.org>
15494 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15495 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15498 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15500 * Relicense "GPLv2 or later" files to "GPLv3 or later".
15502 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
15504 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15505 to mark a thread as expirable. Add variable `hide' to handle hiding of
15506 thread for both the null and zero (kill/expire thread) universal prefix
15508 (gnus-summary-expire-thread): Add new function to expire a thread,
15509 using gnus-summary-kill-thread.
15510 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15511 shortcuts for gnus-summary-expire-thread.
15512 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15513 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
15515 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
15517 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15518 extras value, so an extras entry can be deleted.
15519 (gnus-registry-delete-extra-entry): Use it.
15520 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15521 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15522 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15523 storage through the gnus-registry, and provide an appropriate API for
15526 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15528 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15529 Suggested by Leo <sdl.web@gmail.com>.
15533 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15535 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15536 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
15538 * gnus-agent.el (gnus-agent-fetch-headers): Do.
15540 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15541 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15543 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15545 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15547 (nnmbox-request-accept-article): Don't change article in source buffer;
15548 narrow to header to use message-fetch-field rather than
15549 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15550 (nnmbox-request-replace-article): Quote lines that'll be misidentified
15551 as delimiters; make sure article ends with newline.
15552 (nnmbox-delete-mail): Correct last position of article to be deleted;
15553 ignore X-Gnus-Newsgroup header in article body.
15554 (nnmbox-save-mail): Quote lines looking like delimiters at the right
15555 positions; make sure article ends with newline.
15557 * message.el (message-display-abbrev): Don't infloop when a user
15558 inserts SPC in the beginning of header.
15560 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
15562 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15563 list of groups not followed by default. Fix type to be regexp.
15564 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15566 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
15568 * hmac-def.el (define-hmac-function): Switch from old-style to
15569 new-style backquotes.
15571 * md4.el (md4-make-step): Likewise.
15573 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
15575 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15576 raw-text coding system when saving .newsrc file, which may contain
15577 non-ASCII group names.
15579 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
15581 * gnus-cus.el (gnus-score-extra): New widget.
15582 (gnus-score-extra-convert): New function.
15583 (gnus-score-customize): Use it for Extra.
15585 2007-08-31 Daiki Ueno <ueno@unixuser.org>
15587 * mml2015.el (mml2015-extract-cleartext-signature): New function.
15588 (mml2015-mailcrypt-clear-verify): Use it.
15589 (mml2015-gpg-clear-verify): Use it.
15590 (mml2015-pgg-clear-verify): Use it.
15591 (mml2015-epg-clear-verify): Replace the current part with the output
15592 from GnuPG; don't extract the plaintext by itself.
15594 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15595 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15596 mml2015-clear-verify-function; don't touch the armor headers or
15597 dash-escaped text here.
15599 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
15601 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15602 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15603 parts, or application/octet-stream as a last resort.
15604 (gnus-mime-view-part-as-type): Don't toggle display.
15605 (gnus-mime-view-part-as-charset): Don't turn off display before
15608 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15609 stuff to undisplayer function in Emacs.
15610 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15612 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15613 text/calendar parts.
15615 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
15617 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15618 decoding text/calendar parts.
15620 * message.el (message-forward-make-body-mime): Always mark body as
15621 having no illegible text; remove signed-or-encrypted argument.
15622 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15624 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15625 (mml-generate-mime-1): Don't encode body if it is specified to be in
15626 raw form; don't make buffer be unibyte when inserting multibyte string.
15628 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15630 * sha1.el: Fix up comment style.
15631 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15632 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15634 * hex-util.el: Fix up comment style.
15635 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15637 * gnus-salt.el: Use with-current-buffer.
15638 (gnus-pick-setup-message): Fix long-standing typo.
15640 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
15642 * imap.el (imap-logout-timeout): New variable.
15643 (imap-logout, imap-logout-wait): New functions.
15644 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15646 * nnimap.el (nnimap-logout-timeout): New server variable.
15647 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15648 nnimap-logout-timeout.
15650 * gnus-art.el (gnus-article-summary-command-nosave)
15651 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15653 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
15655 * gnus.el (gnus-maximum-newsgroup): New variable.
15657 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15658 according to gnus-maximum-newsgroup.
15660 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15661 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15662 Limit the range of articles according to gnus-maximum-newsgroup.
15664 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
15666 * gnus-art.el (gnus-sticky-article): Fix problems described in
15667 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
15668 Don't perform gnus-configure-windows here; reuse existing sticky
15671 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15672 it doesn't exist in gnus-article-mode.
15674 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
15676 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15677 (gnus-agent-decoded-group-name): New function.
15678 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15679 (gnus-agent-expire-group-1): Use it; decode group name in messages.
15681 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
15683 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15684 Add binding for gnus-sticky-article.
15685 (gnus-summary-exit): Don't kill sticky article buffers.
15687 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15689 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15690 (gnus-kill-sticky-article-buffers): New commands.
15692 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
15694 * nntp.el (nntp-xref-number-is-evil): New server variable.
15695 (nntp-find-group-and-number): If it is non-nil, don't trust article
15696 numbers in the Xref header.
15698 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15700 * gnus-agent.el (gnus-agent-read-group): New function.
15701 (gnus-agent-flush-group, gnus-agent-expire-group)
15702 (gnus-agent-regenerate-group): Use it.
15703 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15704 nnmail-pathname-coding-system.
15706 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
15708 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15710 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15711 that are unread as unread, and also as selected so that information of
15712 marks having been changed by a user may be updated when exiting group.
15714 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
15716 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15718 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
15720 * gnus-art.el (gnus-mime-display-single): Pass part number that is
15721 calculated ignoring signature parts to gnus-treat-article.
15723 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
15725 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15726 a point here in order to keep the window start.
15727 (gnus-insert-mime-security-button): Make a button overlay without the
15729 (gnus-mime-display-security): Goto the end of a button.
15731 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15733 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15735 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15736 group-name-at-point.
15737 (gnus-group-completing-read): New function that offers decoded
15738 non-ASCII group names for completion.
15739 (gnus-fetch-group, gnus-group-read-ephemeral-group)
15740 (gnus-group-jump-to-group, gnus-group-make-group-simple)
15741 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15742 (gnus-group-fetch-control): Use it.
15743 (gnus-fetch-group): Use group-name-at-point for the initial value
15744 rather than the default value; use gnus-alive-p.
15746 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15747 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15748 (gnus-summary-post-news): Use gnus-group-completing-read.
15750 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15751 (gnus-read-move-group-name): Decode group name for completion.
15753 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
15755 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15756 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15757 Yamaoka slightly modified the code).
15759 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
15761 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15762 (nnmail-split-incoming): Bind it.
15764 * nnml.el (nnml-group-name-charset): New function.
15765 (nnml-decoded-group-name): Use it; don't decode group name if
15766 nnmail-group-names-not-encoded-p is non-nil.
15767 (nnml-encoded-group-name): New function.
15768 (nnml-group-pathname): Inline nnml-decoded-group-name.
15769 (nnml-request-expire-articles): Decode group name in message.
15770 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15771 nnmail-pathname-coding-system.
15772 (nnml-save-mail, nnml-active-number): Work with decoded group names and
15773 not decoded ones according to nnmail-group-names-not-encoded-p.
15774 (nnml-generate-active-info): Use nnml-encoded-group-name.
15776 2007-08-08 Glenn Morris <rgm@gnu.org>
15778 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15779 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15780 doc-strings and comments.
15782 2007-07-25 Glenn Morris <rgm@gnu.org>
15784 * Relicense all FSF files to GPLv3 or later.
15786 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
15788 * gnus-sum.el (gnus-summary-move-article):
15789 Make gnus-summary-respool-article work.
15791 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
15793 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15796 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
15798 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
15799 that should be ignored when comparing distant RSS articles with local
15801 (nnrss-make-hash-index): New function. Create a hash index according
15802 to the ignored fields.
15803 (nnrss-check-group): Use it.
15805 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
15807 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15809 * gnus-art.el (article-decode-group-name): Decode Xref header too.
15811 * gnus-group.el (gnus-group-make-group): Encode group name here unless
15812 the new optional argument ENCODED is non-nil.
15813 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15814 coding system for encoding group name.
15815 (gnus-group-make-rss-group): Pass un-encoded group name to
15816 gnus-group-make-group.
15817 (gnus-group-set-info): Tell gnus-group-make-group that group name is
15820 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15821 Encode group name to which articles are moved or copied.
15822 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15823 coding system for encoding Newsgroup, Followup-To and Xref headers.
15825 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15826 marks; use nnheader-file-coding-system to write a file.
15827 (nnagent-retrieve-headers): Bind file-name-coding-system to
15828 nnmail-pathname-coding-system.
15830 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15832 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15833 (nnml-request-article, nnml-request-create-group)
15834 (nnml-request-rename-group, nnml-find-id)
15835 (nnml-possibly-change-directory, nnml-possibly-create-directory)
15836 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15837 (nnml-save-marks): Use nnml-group-pathname instead of
15838 nnmail-group-pathname.
15840 (nnml-request-create-group, nnml-request-expire-articles)
15841 (nnml-request-move-article, nnml-request-delete-group)
15842 (nnml-deletable-article-p, nnml-possibly-create-directory)
15843 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15844 (nnml-open-marks): Bind file-name-coding-system to
15845 nnmail-pathname-coding-system.
15847 (nnml-request-article): Pass server argument to nnml-find-group-number.
15848 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15849 Pass server argument to nnml-possibly-create-directory.
15850 (nnml-request-accept-article): Pass server argument to
15851 nnml-active-number and nnml-save-mail.
15852 (nnml-find-group-number): Pass server argument to nnml-find-id.
15853 (nnml-request-update-info): Pass server argument to
15854 nnml-marks-changed-p.
15856 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15857 (nnml-save-mail, nnml-active-number): Add server argument.
15859 (nnml-request-delete-group): Warn if group is missing.
15860 (nnml-get-nov-buffer): Decode group name.
15861 (nnml-generate-active-info): Encode group name.
15862 (nnml-open-marks): Decode group name in messages.
15864 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
15866 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15867 if it is not specified.
15868 (gnus-article-pipe-part, gnus-article-save-part)
15869 (gnus-article-interactively-view-part, gnus-article-copy-part)
15870 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15871 (gnus-article-inline-part, gnus-article-save-part-and-strip)
15872 (gnus-article-replace-part, gnus-article-delete-part)
15873 (gnus-article-view-part-as-type): Pass raw prefix argument to
15874 gnus-article-part-wrapper.
15876 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
15878 * gnus-agent.el (gnus-agent-save-active):
15879 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15881 * gnus-cache.el (gnus-cache-save-buffers)
15882 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15883 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15884 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15885 (gnus-cache-braid-nov, gnus-cache-braid-heads)
15886 (gnus-cache-generate-active, gnus-cache-rename-group)
15887 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15888 (gnus-cache-update-overview-total-fetched-for):
15889 Bind file-name-coding-system to nnmail-pathname-coding-system.
15890 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15892 (gnus-cache-decoded-group-name): New function.
15893 (gnus-cache-file-name): Use it.
15894 (gnus-cache-generate-active): Use non-decoded group name for active.
15896 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15898 (gnus-write-active-file): Don't break non-ASCII group names.
15900 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15901 nnmail-pathname-coding-system.
15903 * gnus-uu.el (gnus-uu-decode-save): Typo.
15905 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
15907 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15909 2007-07-14 David Kastrup <dak@gnu.org>
15911 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15912 finishing actions if we did not edit the article.
15914 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15916 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15917 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15918 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15919 (gnus-agent-flush-group, gnus-agent-flush-cache)
15920 (gnus-agent-fetch-headers, gnus-agent-load-alist)
15921 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15922 (gnus-agent-retrieve-headers, gnus-agent-request-article)
15923 (gnus-agent-regenerate-group)
15924 (gnus-agent-update-files-total-fetched-for)
15925 (gnus-agent-update-view-total-fetched-for):
15926 Bind file-name-coding-system to nnmail-pathname-coding-system.
15927 (gnus-agent-group-pathname): Don't encode file names by
15928 nnmail-pathname-coding-system.
15929 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15930 coding-system-for-write instead of buffer-file-coding-system to
15931 gnus-agent-file-coding-system.
15933 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15936 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15938 * gnus-start.el (gnus-update-active-hashtb-from-killed)
15939 (gnus-read-newsrc-el-file): Make group names unibyte.
15941 * nnmail.el (nnmail-group-pathname): Don't encode file names by
15942 nnmail-pathname-coding-system.
15944 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15945 (nnrss-request-delete-group): Bind file-name-coding-system to
15946 nnmail-pathname-coding-system.
15947 (nnrss-read-server-data, nnrss-read-group-data):
15948 Bind file-name-coding-system correctly.
15949 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15951 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15952 (nntp-server-to-method-cache): New variable.
15953 (nntp-group-pathname): New function that decodes non-ASCII group names.
15954 (nntp-possibly-create-directory, nntp-marks-changed-p)
15955 (nntp-save-marks, nntp-open-marks): Use it.
15956 (nntp-possibly-create-directory, nntp-open-marks):
15957 Bind file-name-coding-system to nnmail-pathname-coding-system.
15958 (nntp-open-marks): Decode group names when bootstrapping marks.
15960 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15961 Newsgroups and Followup-To headers.
15963 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15965 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15966 (gnus-server-closed-face, gnus-server-denied-face)
15967 (gnus-server-offline-face): Remove variable.
15968 (gnus-server-font-lock-keywords): Use faces that are not aliases.
15970 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15971 of modifying message-stack directly for XEmacs.
15973 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15974 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15975 if the coding-system argument is nil for XEmacs.
15977 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15978 mm-charset-override-alist.
15980 * rfc2047.el: Don't require base64; require rfc2045 for the function
15981 rfc2045-encode-string.
15982 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15983 to quote the parameter value.
15985 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
15987 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15988 form in gnus-group-name-charset-method-alist.
15990 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15991 overrides the default layout edit-form.
15993 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15995 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15997 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
15999 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
16000 as unfetched articles.
16002 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
16004 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
16006 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
16008 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
16009 original back end that keeps marks in the local system.
16011 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
16013 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
16014 arg of pop-to-buffer for XEmacs.
16015 (gnus-article-read-summary-keys): Ditto; don't restore window
16016 configuration if summary command ends up with neither article buffer
16017 nor summary buffer; describe bindings if summary keys end with C-h.
16019 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
16021 * message.el (message-fix-before-sending): Skip raw message part to be
16022 forwarded while checking illegible text.
16023 (message-forward-make-body-mime, message-forward-make-body):
16024 Mark signed or encrypted raw message as having no illegible text.
16026 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
16028 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
16029 (gnus-message-with-timestamp-1): New macro.
16030 (gnus-message-with-timestamp): New function.
16031 (gnus-message): Use them.
16033 * nnheader.el (nnheader-message): Use them.
16035 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
16037 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
16040 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
16042 * gnus-agent.el (gnus-agent-fetch-headers)
16043 (gnus-agent-retrieve-headers):
16044 Bind gnus-decode-encoded-address-function to identity.
16046 * nntp.el (nntp-send-xover-command): Recognize an xover command is
16047 available also when the server returns simply a dot.
16049 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
16051 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
16053 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
16055 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
16057 * gnus-ems.el (gnus-x-splash): Make it work.
16059 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
16062 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
16064 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
16065 the front stickiness.
16066 (gnus-article-summary-command-nosave): Correct the order of the
16067 arguments passed to pop-to-buffer.
16068 (gnus-article-read-summary-keys): Ditto; make it work properly when the
16069 summary command ends up with the article buffer.
16071 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
16074 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
16076 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
16078 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
16080 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
16081 * gnus-sum.el (gnus-summary-highlight):
16082 * mail-source.el (mail-source-delete-old-incoming-confirm):
16083 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
16085 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
16087 * gnus-art.el (gnus-mime-view-part-externally)
16088 (gnus-mime-view-part-internally): Fix predicate function passed to
16091 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
16093 * gnus.el (gnus-update-message-archive-method): Add :version.
16095 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
16097 * gnus.el (gnus-update-message-archive-method): New variable.
16099 * gnus-start.el (gnus-setup-news): Update saved "archive" method
16100 according to gnus-message-archive-method if
16101 gnus-update-message-archive-method is non-nil.
16103 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
16105 * gnus-sum.el (gnus-summary-limit-to-address): New function.
16106 Suggested by Loic Dachary <loic@dachary.org>.
16107 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16109 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
16111 * message.el (message-pop-to-buffer): Add switch-function argument.
16112 (message-mail): Pass switch-function argument to it.
16114 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
16116 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
16117 Improve doc string.
16119 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
16121 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
16122 (gnus-header-content):
16123 * gnus-cite.el (gnus-cite-10):
16124 * gnus-srvr.el (gnus-server-closed):
16125 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
16126 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
16127 (gnus-group-mail-3-empty, gnus-group-mail-low)
16128 (gnus-group-mail-low-empty, gnus-splash):
16129 * message.el (message-header-to, message-header-cc)
16130 (message-header-subject, message-header-other, message-header-name)
16131 (message-header-xheader, message-separator, message-cited-text)
16132 (message-mml): Lighten colors of faces used for dark background.
16134 2007-05-24 Simon Josefsson <simon@josefsson.org>
16136 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
16137 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
16139 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
16141 * message.el (message-narrow-to-headers-or-head):
16142 Ignore mail-header-separator in the body.
16144 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
16146 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
16147 same as window size.
16149 2007-05-22 Kevin Ryde <user42@zip.com.au>
16151 * message.el (message-font-lock-keywords): Use message-header-xheader
16152 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
16153 ahead of the anything pattern, to get it recognized.
16155 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
16157 * gnus-sum.el (gnus-articles-to-read)
16158 (gnus-summary-insert-old-articles): Don't truncate group name for
16161 * gnus-util.el (gnus-limit-string): Delete this function.
16163 * gnus-sum.el (gnus-simplify-subject-fully):
16164 Use `truncate-string-to-width' instead.
16166 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
16168 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
16169 Tell if, on summary exit, the next group has to be selected.
16170 (gnus-summary-exit): Use it.
16172 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
16174 * gnus-art.el (gnus-article-mode): Fix comment about displaying
16177 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
16179 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
16180 Check if group is not a directory.
16181 (nnfolder-request-expire-articles): Don't delete articles if the target
16182 group is not available.
16184 * nnml.el (nnml-request-create-group): Properly check if group is not a
16186 (nnml-request-expire-articles): Don't delete articles if the target
16187 group is not available.
16189 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16190 Don't quote characters that are within parentheses.
16192 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
16194 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
16195 (gnus-handle-ephemeral-exit): Select article according to it.
16197 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
16199 * message.el (message-insert-formated-citation-line): Remove newline.
16200 (message-citation-line-format): Add final \n here so that the user can
16201 avoid a blank line.
16203 2007-05-03 Dan Christensen <jdc@uwo.ca>
16205 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16206 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16207 Update lanl/arXiv support.
16209 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
16211 * gnus.el: Bump version number.
16213 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16215 * gnus.el (gnus-version-number): Bump version.
16217 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16219 * gnus.el: No Gnus v0.6 is released.
16221 2007-04-27 Didier Verna <didier@xemacs.org>
16223 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16224 * gmm-utils.el (gmm-regexp-concat): ... here.
16225 * message.el: Don't require 'gnus-util.
16226 (message-dont-reply-to-names): Handle name change above.
16227 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16229 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
16231 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16232 since the initial value varies according to the system.
16234 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
16236 * mm-util.el (mm-charset-synonym-alist): Defcustom.
16238 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
16240 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16242 2007-04-24 Didier Verna <didier@xemacs.org>
16244 Improve the type of gnus-ignored-from-addresses.
16245 * gnus-util.el (gnus-orify-regexp): New function.
16246 * message.el (gnus-util): Require it.
16247 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16248 * gnus-sum.el (gnus-ignored-from-addresses): New function.
16249 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16251 2007-04-24 Didier Verna <didier@xemacs.org>
16254 * gnus-utils.el: Fix some trailing whitespaces.
16256 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
16258 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16259 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16260 article's Message-ID; refer parent article in summary buffer.
16262 * message.el (message-bounce): Call mime-to-mml.
16264 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
16266 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16268 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
16270 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16271 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16272 displayed of multipart/alternative part if it is invoked from summary
16275 * mm-view.el (mm-inline-text-html-render-with-w3m)
16276 (mm-inline-text-html-render-with-w3m-standalone)
16277 (mm-inline-render-with-function): Use mail-parse-charset by default.
16279 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
16281 * parse-time.el (parse-time-string-chars): Check if CHAR
16282 is less than the length of parse-time-syntax.
16284 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
16286 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16287 from gnus-newsgroup-processable.
16289 2007-04-16 Didier Verna <didier@xemacs.org>
16291 * gnus-msg.el (gnus-configure-posting-styles):
16292 Handle message-signature-directory properly with :file syntax.
16295 2007-04-11 Didier Verna <didier@xemacs.org>
16297 New user option: message-signature-directory.
16298 * gnus-msg.el (gnus-configure-posting-styles): Support it.
16299 * message.el (message-insert-signature): Ditto.
16300 * message.el (message-signature-file): Doc update.
16301 * message.el (message-signature-directory): New.
16303 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
16305 * gnus-msg.el (gnus-inews-yank-articles):
16306 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16308 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
16310 * message.el (message-yank-original): Make sure cited text ends with
16311 newline; don't exchange point and mark.
16313 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
16315 * tls.el (open-tls-stream): Properly handle case where there
16316 is no associated buffer.
16318 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
16320 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16321 message-yank-original, make sure (< mark TEXT point).
16323 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
16325 * message.el (message-fill-column): New variable.
16326 (message-mode): Use it. Add comment on a possible new hook.
16328 * nnmail.el (nnmail-spool-file): Mark as obsolete.
16329 (nnmail-get-new-mail): Reformat.
16331 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16333 * gmm-utils.el: Fix Commentary.
16334 (gmm-tool-bar-from-list): Fix typo in doc string.
16336 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
16338 * message.el (message-yank-original): Don't switch point and mark
16339 unnecessarily to put point and mark as documented.
16341 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16343 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16344 from the message heads.
16346 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
16348 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16349 article buffer does not have a window. This may not be the best
16350 solution but is certainly better than setting the start of the null,
16351 that is the current, window.
16353 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
16355 * gnus-draft.el (gnus-draft-setup-hook): New hook.
16356 (gnus-draft-setup): Run it.
16358 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16359 gnus-score-fast-scoring. Allow regexp.
16360 (gnus-score-headers): Use it.
16362 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16365 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16367 (gnus-button-alist): Also catch `<f1> k ...'.
16368 (gnus-treat-display-x-face): Fix doc string.
16370 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16372 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16373 evaluation of gnus-extended-version to ensure correct generation of the
16374 User-Agent header when message-generate-headers-first is used.
16376 2007-03-24 Simon Josefsson <simon@josefsson.org>
16378 * hashcash.el (hashcash-generate-payment-async): Don't crash if
16379 hashcash-path is nil. Don't call callback with incorrect number of
16380 parameters if val is 0.
16382 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16384 * message.el (message-required-news-headers):
16385 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16387 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
16389 * message.el (message-generate-new-buffers): Change the meaning of the
16390 nil value; add `standard' to the choices; treat t as `unique'; improve
16392 (gnus-select-frame-set-input-focus): Autoload.
16393 (message-buffer-name): Search for the existing message buffer if
16394 message-generate-new-buffers is nil or `standard'; treat the value t of
16395 message-generate-new-buffers as `unique'.
16396 (message-pop-to-buffer): Raise the frame already displaying the message
16397 buffer; clear the echo area after querying.
16398 (message-setup): Pass the `continue' argument to compose-mail.
16399 (message-mail): Prefer `switch-function' if it is given; search for the
16400 existing message buffer if the `continue' argument is non-nil; pass
16401 continue and switch-function arguments to compose-mail by way of
16403 (message-mail-other-window): Adjust argument of message-setup.
16404 (message-mail-other-frame): Ditto.
16406 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
16408 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16409 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16410 to turn font-lock on when turning gnus-message-citation-mode on.
16412 2007-03-06 Daiki Ueno <ueno@unixuser.org>
16414 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16415 (mml-smime-function-alist): New variable; add epg as the backend.
16416 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16417 mml-smime- functions instead.
16418 * mm-view.el: Require smime.
16420 2007-03-05 Didier Verna <didier@xemacs.org>
16422 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16423 instead of just inheritance for posting styles.
16424 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16426 2007-02-24 John Paul Wallington <jpw@pobox.com>
16428 * tls.el (tls-certtool-program): Fix custom type.
16430 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
16432 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16433 and point-at-eol instead of line-(beginning|end)-position.
16435 * assistant.el (assistant-parse-buffer): Ditto.
16437 2007-02-28 Daiki Ueno <ueno@unixuser.org>
16439 * mml2015.el (mml2015-epg-find-usable-key): New function.
16440 (mml2015-epg-sign): Use it.
16441 (mml2015-epg-encrypt): Use it.
16443 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
16445 * message.el (message-make-in-reply-to): Quote name containing
16446 non-ASCII characters. It will make the RFC2047 encoder cause an error
16447 if there are special characters. Reported by NAKAJI Hiroyuki
16448 <nakaji@jp.freebsd.org>.
16450 2007-02-27 Didier Verna <didier@xemacs.org>
16452 Include the group parameters as well as the topic ones in the
16453 inheritance filter process.
16454 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16455 argument GROUP-PARAMS-LIST.
16456 * gnus-topic.el (gnus-group-topic-parameters): Use it.
16458 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
16460 * nntp.el (nntp-never-echoes-commands)
16461 (nntp-open-connection-functions-never-echo-commands): New variables.
16462 (nntp-send-command): Use them.
16464 2007-02-20 Daiki Ueno <ueno@unixuser.org>
16466 * mml2015.el (mml2015-epg-verify): Simplify.
16468 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16470 * mml.el (mml-content-disposition-alist): New user option.
16471 (mml-content-disposition): New function.
16472 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16473 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16475 2007-02-19 Daiki Ueno <ueno@unixuser.org>
16477 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16480 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16482 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16483 articles posted in the last 24 hours.
16485 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
16487 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16489 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
16491 * nntp.el (nntp-send-command): Don't wait for echoes when
16492 nntp-open-ssl-stream is used.
16494 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16496 * gnus-cite.el (gnus-test-font-lock-add-keywords)
16497 (gnus-message-add-citation-keywords)
16498 (gnus-message-remove-citation-keywords): Remove.
16499 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16500 directly, make the variables in font-lock-defaults buffer-local, add
16501 gnus-message-citation-keywords to them and then update the value of
16502 font-lock-keywords.
16504 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
16506 * message.el (message-cite-original-1): Don't call
16507 gnus-article-highlight-citation.
16509 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16510 citations; fix line count.
16512 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
16514 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16515 (gnus-message-add-citation-keywords)
16516 (gnus-message-remove-citation-keywords): Use it; fix the emulating
16517 versions of font-lock-add-keywords and font-lock-remove-keywords to
16518 work with XEmacs correctly.
16520 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16522 * gnus-cite.el (gnus-cite-face-list): Set the values of
16523 gnus-message-max-citation-depth and gnus-message-citation-keywords.
16524 (gnus-message-max-citation-depth): Use defvar rather than defconst.
16525 (gnus-message-cite-prefix-regexp): New variable.
16526 (gnus-message-search-citation-line): Use it; protect against long
16527 citation prefix; fill match data with nil rather than 0 for XEmacs; set
16528 the 0th match data for Emacs.
16529 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16530 (gnus-message-add-citation-keywords): Append keywords rather than
16531 prepending; emulate font-lock-add-keywords if it is not available.
16532 (gnus-message-remove-citation-keywords):
16533 Emulate font-lock-remove-keywords if it is not available.
16535 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16537 * message.el (message-cite-prefix-regexp): Set the value of
16538 gnus-message-cite-prefix-regexp.
16540 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16542 * nnweb.el (nnweb-google-parse-1): Update parser.
16544 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
16546 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16548 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16550 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16553 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16555 * uudecode.el (uudecode-string-to-multibyte): New function emulating
16556 string-to-multibyte.
16557 (uudecode-decode-region-internal): Use it.
16559 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
16561 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16564 * gnus-art.el (gnus-signature-limit): Fix custom choice.
16566 2007-01-22 Daiki Ueno <ueno@unixuser.org>
16568 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16570 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16571 `write-region' to respect `mm-inhibit-file-name-handlers'.
16573 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
16575 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16576 Use gnus-home-directory instead of "~/" or "$HOME".
16578 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
16580 * encrypt.el (encrypt-insert-file-contents): Add better prompt
16581 to mention filename.
16582 Add comments at beginning regarding usage.
16583 (encrypt-write-file-contents): Change interactive so a string is
16584 acceptable. If the file has no associated model, show an error instead
16585 of a nonsense prompt.
16587 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16589 * spam.el (spam-bsfilter-ham-switch): Fix typo.
16590 Thanks to Yoshihiko Yamada for kind notification of this typo.
16592 2007-01-12 Kenichi Handa <handa@m17n.org>
16594 * uudecode.el (uudecode-decode-region-internal): Make it work in a
16597 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
16599 * gnus-score.el (gnus-score-fast-scoring): New variable.
16600 (gnus-score-headers): Use it.
16602 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16604 * message.el (message-cite-original-1):
16605 Call gnus-article-highlight-citation if requested.
16606 (message-make-from): Allow name and address as optional arguments.
16608 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16610 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16611 bugs to doc string.
16612 (gnus-button-alist): Add mid\\|message-id.
16613 (gnus-button-fetch-group): Extend for use in
16614 `browse-url-browser-function'.
16615 (gnus-button-url-regexp): Try to catch paired parentheses like in
16618 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16619 Suggested by Simon Krahnke <overlord@gmx.li>.
16621 2007-01-13 Romain Francoise <romain@orebokech.com>
16623 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16626 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
16628 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16630 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
16632 * gnus-registry.el (gnus-registry-unfollowed-groups)
16633 (gnus-registry-split-fancy-with-parent): Fix documentation.
16635 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16637 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16640 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
16642 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16643 Xref urls. Erase buffer before requesting head.
16645 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16647 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
16649 * gnus-soup.el (gnus-soup): New custom group. Make user variables
16652 2007-01-05 Daiki Ueno <ueno@unixuser.org>
16654 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16655 no signing key is found.
16656 (mml2015-epg-encrypt): Ask user whether to skip or abort if
16657 no encrypting and/or signing key is found.
16659 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16661 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16663 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16665 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16666 headers read from disk with the ones newly found in the current search.
16667 This should no longer cause problems, because the article numbers in
16668 Gmane's `nov.php' output are ignored since the previous change.
16670 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16672 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16674 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
16676 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16678 2007-01-01 Romain Francoise <romain@orebokech.com>
16680 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16682 2006-12-31 Steve Youngs <steve@sxemacs.org>
16684 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16685 `define-minor-mode' macro definition expanded properly.
16686 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16689 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16690 of 2006-12-30. The default is nil on (S)XEmacs already because of the
16692 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16693 This is OK to autoload in (S)XEmacs now.
16695 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16697 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16699 (gnus-summary-limit-to-singletons): Fix typo.
16701 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16704 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16706 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16709 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16710 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16711 (gnus-summary-insert-dormant-articles): Fix typo in message.
16713 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
16715 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16717 (gnus-message-citation-mode): Don't autoload in XEmacs.
16719 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16721 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
16723 * nnimap.el (nnimap-expunge-search-string):
16724 Mention nnimap-search-uids-not-since-is-evil in docstring.
16726 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
16728 * spam.el: Revert to make-obsolete-variable because
16729 define-obsolete-variable-alias is not supported in Emacs 21.
16731 * spam.el (spam-ifile-path, spam-ifile-database-path)
16732 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16733 make-obsolete-variable.
16734 (spam-bsfilter-path, spam-bsfilter-program)
16735 (spam-spamassassin-path, spam-spamassassin-program)
16736 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16737 Don't use "path" inappropriately.
16738 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16739 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16742 2006-12-28 Daiki Ueno <ueno@unixuser.org>
16744 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16747 * password.el (password-cache-remove): Use clear-string to burn
16748 password, if available.
16750 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16752 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16754 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16756 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16757 (gnus-message-highlight-citation): Move defcustom here from
16759 (gnus-message-citation-mode): Autoload.
16761 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
16762 checks to make it compile with XEmacs.
16763 (gnus-message-citation-mode): New minor mode.
16764 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16765 (gnus-message-highlight-citation): New variables.
16766 (gnus-message-search-citation-line)
16767 (gnus-message-add-citation-keywords)
16768 (gnus-message-remove-citation-keywords)
16769 (turn-on-gnus-message-citation-mode)
16770 (turn-off-gnus-message-citation-mode): New functions.
16772 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
16774 * gnus-cite.el: Enable highlighting of different citation levels in
16777 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16779 * message.el (message-make-fqdn): Fix comment.
16780 (message-bogus-system-names): Add ".local".
16782 * spam.el (spam-ifile-path, spam-ifile-program)
16783 (spam-ifile-database-path, spam-ifile-database)
16784 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16785 Don't use "path" inappropriately.
16786 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16788 (spam-check-ifile, spam-ifile-register-with-ifile)
16789 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16790 Use new variable names.
16792 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16793 (gnus-treat-display-smileys): Simplify using
16794 gnus-image-type-available-p.
16796 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16799 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16801 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16802 one after turning on the buffer's multibyteness instead of decoding
16803 them directly in the unibyte buffer that causes unexpected conversion
16804 in Emacs 23 (unicode).
16806 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16808 * message.el (message-generate-hashcash): Fix custom type.
16810 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16812 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16814 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16816 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16817 disconnect icons. Add help text.
16819 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
16821 * spam.el (spam-extra-header-to-number): CRM114 spam score is
16822 negated to be consistent with the others we handle.
16824 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16826 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16827 version of gnus-summary-buffer to something, so that we can use two
16828 article buffers at the same time.
16830 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
16832 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16833 trigger all the extra headers.
16834 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16837 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16839 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16842 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
16844 * legacy-gnus-agent.el: Add Copyright notice.
16846 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
16848 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16850 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16852 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16854 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16855 to make it work reliably in CVS Emacs.
16856 (gnus-summary-limit-strange-charsets-predicate)
16857 (gnus-summary-limit-to-predicate): New functions.
16859 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
16861 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16862 specifying array size.
16863 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16864 array if it is too small.
16865 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16866 (gnus-sort-threads-loop): New function.
16868 2006-12-06 Chris Moore <dooglus@gmail.com>
16870 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16871 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16873 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
16875 * mm-url.el (mm-url-predefined-programs): Call curl with correct
16878 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16880 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16881 DOS-ing the recipient.
16883 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16884 the headers when creating the mapping to avoid mismappings.
16885 (nnweb-gmane-create-mapping): Always nix out old mapping.
16887 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16889 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16890 and mm-verify-option to never.
16892 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16894 * message.el (message-signed-or-encrypted-p): New function.
16895 (message-forward-make-body): Use it.
16897 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16898 Replace encode-coding-string with mm-encode-coding-string.
16900 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
16902 * nneething.el (nneething-decode-file-name):
16903 Replace decode-coding-string with mm-decode-coding-string.
16905 * gnus-int.el (gnus-open-server): Say failed server's name.
16907 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
16909 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16910 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16912 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16913 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16914 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16915 (gnus-group-make-directory-group, gnus-group-transpose-groups):
16916 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16917 (gnus-subscribe-newsgroup, gnus-1):
16918 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16919 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16920 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16921 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16923 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16925 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16927 (gnus-summary-limit-to-bodies): Implement headersp.
16929 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16931 * dns.el (query-dns): Protect against "Process dns deleted" strings.
16933 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
16935 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16937 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16939 * message.el (message-generate-hashcash): Expand range of values to
16940 include `opportunistic'.
16941 (message-send-mail): Use it.
16943 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16945 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16948 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16950 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
16952 * gnus-util.el (gnus-extract-address-components): Improve comment.
16954 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16956 * gnus-util.el (gnus-extract-address-components): Work with address in
16957 which the name portion contains @.
16959 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16961 * gnus.el (gnus-start): Move custom group up.
16962 (gnus-select-method): Don't autoload, but make it available for
16963 `customize-variable'.
16964 (gnus-getenv-nntpserver): Don't autoload.
16966 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
16968 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16970 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16972 * message.el (message-sendmail-extra-arguments): New variable.
16973 (message-send-mail-with-sendmail): Use it.
16975 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16977 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16978 mm-with-unibyte-current-buffer to make string unibyte.
16980 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16981 mm-string-as-multibyte.
16983 2006-11-14 Daiki Ueno <ueno@unixuser.org>
16985 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16986 Reported by Werner Koch <wk@gnupg.org>.
16988 2006-11-14 Daiki Ueno <ueno@p360>
16990 * mml2015.el: Autoload epa-select-keys when compiling.
16992 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16994 * mml2015.el (mml2015-epg-sign): Save the signing keys in
16996 (mml2015-epg-encrypt): Save the recipient keys in message-options.
16998 2006-11-13 Daiki Ueno <ueno@unixuser.org>
17000 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
17002 (mml2015-always-trust): New user option.
17003 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
17006 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
17008 * nntp.el (nntp-authinfo-force): New variable.
17009 (nntp-send-authinfo): Use it.
17011 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
17013 * message.el (message-strip-subject-encoded-words): Allow _not_ to
17014 decode encoded words. Improve prompt. Add comment about forwarding.
17015 (message-replacement-char): Move up.
17017 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
17019 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
17020 instead of gnus-intersection because arguments of gnus-sorted-nunion
17021 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
17023 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
17025 * message.el (message-strip-subject-encoded-words): Reformat prompt.
17026 (message-simplify-subject-functions):
17027 Enable message-strip-subject-encoded-words by default.
17029 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
17031 * message.el (message-strip-subject-encoded-words): New function.
17032 (message-simplify-subject-functions): New variable.
17033 (message-simplify-subject): Use it. Fix typo in doc string.
17034 Support message-strip-subject-encoded-words.
17036 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
17038 * gnus-diary.el (gnus-diary-delay-format-function):
17039 * nndiary.el (nndiary-reminders):
17040 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
17042 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
17044 * gnus-art.el (article-hide-boring-headers): Fetch date from
17045 gnus-original-article-buffer to avoid problems with localized date
17048 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
17050 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
17052 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
17054 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17056 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17057 (mm-charset-synonym-alist): Move some entries to
17058 mm-codepage-iso-8859-list.
17059 (mm-charset-synonym-alist, mm-charset-override-alist):
17060 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17062 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
17064 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
17066 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
17068 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
17069 with Emacs 21 and XEmacs.
17071 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
17073 * spam.el (spam-parse-address): New function for better parsing,
17074 catching errors, etc.
17075 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
17077 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
17079 * mm-view.el: Add interactive arg to html2text autoload.
17081 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
17083 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
17085 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
17087 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
17089 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
17090 (mm-charset-synonym-alist): Move some entries to
17091 mm-codepage-iso-8859-list.
17093 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
17095 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
17097 * message.el (message-citation-line-format)
17098 (message-insert-formated-citation-line): Fix implementation of %E, %N
17099 and %n according to the doc string.
17101 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
17103 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17104 Use car-safe to avoid bad parses.
17106 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
17108 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
17111 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
17113 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
17115 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
17118 * message.el (message-draft-headers): Add Date.
17119 (message-headers-to-generate): Fix typo in docstring.
17121 * nndraft.el (nndraft-required-headers): New variable.
17122 (nndraft-generate-headers): Use it.
17124 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
17126 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
17128 * gnus-registry.el (gnus-registry-wash-for-keywords)
17129 (gnus-registry-find-keywords): New functions to allow easy searching of
17130 articles that are in the registry.
17132 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
17134 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
17135 Use ietf-drums-parse-address instead of gnus-extract-address-components.
17136 Reported by Damien Elmes <damien@repose.cx>.
17138 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
17140 * gnus.el (gnus-mime): Remove unused custom group.
17142 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17144 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
17145 "blank line" when searching for end of armor headers.
17147 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
17149 * gmm-utils.el (gmm-write-region): Fix variable name.
17151 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
17153 * gmm-utils.el (gmm-write-region): New function based on compatibility
17154 code from `mm-make-temp-file'.
17156 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17158 * nnmaildir.el (nnmaildir--update-nov)
17159 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17160 Use `gmm-write-region'.
17162 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
17164 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17165 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17167 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17169 * message.el (message-replacement-char): New variable.
17170 (message-fix-before-sending): Use it.
17171 (message-simplify-subject): New function to remove duplicate code.
17172 (message-reply, message-followup): Use it.
17174 * gnus-sum.el (gnus-summary-make-menu-bar):
17175 Clarify gnus-summary-limit-to-articles.
17177 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
17179 * gnus-util.el (gnus-with-local-quit): New macro.
17181 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17183 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
17185 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17186 ignore non-string data.
17188 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
17190 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17191 non-string data (needs to be done in the registry too).
17193 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17195 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17196 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17197 (gnus-registry-split-fancy-with-parent)
17198 (gnus-registry-fetch-simplified-message-subject-fast)
17199 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17200 Remove text properties on ingress into the registry and when it's saved.
17201 (gnus-registry-clean-empty-function): Fix bug with cleaning the
17202 registry from entries with no groups.
17204 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17206 * gnus-util.el (gnus-string-remove-all-properties): Add utility
17207 function to remove string properties.
17209 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
17211 * gmm-utils.el (gmm): Adjust custom version.
17213 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17214 Adjust custom version.
17216 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17218 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
17220 * gnus-art.el (gnus-insert-prev-page-button)
17221 (gnus-insert-next-page-button): Simplify. Reformat.
17223 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
17225 * gnus-art.el (gnus-insert-prev-page-button)
17226 (gnus-insert-next-page-button): Apply gnus-article-button-face.
17228 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
17230 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17232 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
17234 * gnus-art.el (gnus-insert-mime-button)
17235 (gnus-insert-mime-security-button):
17236 Apply gnus-article-button-face to MIME and security buttons.
17238 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
17240 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17243 2006-09-20 Steve Youngs <steve@sxemacs.org>
17245 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17246 `browse-url-of-file' instead of `browse-url'.
17248 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17250 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17251 regexp. Articles containing quotation were cut prematurely.
17253 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
17255 * message.el (message-cite-original-1): Use nobody by default for the
17256 value of From header.
17257 (message-reply): Ditto.
17259 2006-09-11 Daiki Ueno <ueno@unixuser.org>
17261 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17262 to the gnus-info. This fixes a bug of inline-PGP message verification.
17263 Reported by Michael Piotrowski <mxp@dynalabs.de>.
17265 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
17267 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17268 mails in the doc string. Add some URLs in comment.
17269 (pop3-movemail): Warn about pop3-leave-mail-on-server.
17271 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
17273 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17274 backslashes handling and the way to find boundaries of quoted strings.
17276 2006-09-07 Daiki Ueno <ueno@unixuser.org>
17278 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17279 mml1991-encrypt-to-self is set and mml1991-signers is not set.
17280 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17281 mml2015-encrypt-to-self is set and mml2015-signers is not set.
17283 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
17285 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
17287 (gnus-button-regexp, gnus-button-last): Remove unused variables.
17289 2006-09-06 Simon Josefsson <jas@extundo.com>
17291 * mml2015.el (mml2015-use): Doc fix, mention epg.
17293 2006-09-06 Daiki Ueno <ueno@unixuser.org>
17295 * mml2015.el (mml2015-use): Default to epg, if available.
17297 2006-09-06 Daiki Ueno <ueno@unixuser.org>
17299 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17301 (mml1991-epg-encrypt): Ditto.
17302 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17304 (mml2015-epg-encrypt): Ditto.
17306 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
17308 * message.el (message-send-mail-with-sendmail): Look for sendmail in
17309 several common directories.
17311 2006-09-05 Daiki Ueno <ueno@unixuser.org>
17313 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17314 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17316 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
17318 * gnus-art.el (article-decode-encoded-words): Make it fast.
17320 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
17322 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17324 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17325 in quoted string into `\'.
17327 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
17329 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17330 Use standard-syntax-table.
17332 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
17334 * gnus-art.el (gnus-decode-address-function): New variable.
17335 (article-decode-encoded-words): Use it to decode headers which are
17336 assumed to contain addresses.
17337 (gnus-mime-delete-part): Remove useless `or'.
17339 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17340 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17341 (gnus-nov-parse-line): Use it to decode From header.
17342 (gnus-get-newsgroup-headers): Ditto.
17343 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17345 * mail-parse.el (mail-decode-encoded-address-region): New alias.
17346 (mail-decode-encoded-address-string): New alias.
17348 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17350 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17351 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17352 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17353 (rfc2047-decode-string): Ditto.
17354 (rfc2047-decode-address-region): New function.
17355 (rfc2047-decode-address-string): New function.
17357 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
17359 * message.el (message-caesar-buffer-body): Allow rotating headers.
17361 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17363 * message.el (message-insert-formated-citation-line): Fix %f.
17364 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17366 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
17368 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17369 (gnus-bookmark-mouse-available-p): New macro.
17370 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17371 (gnus-bookmark-bmenu-show-infos): Use it.
17372 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17373 (gnus-bookmark-bmenu-hide-infos): Ditto.
17374 (gnus-bookmark-remove-properties): New function.
17375 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17376 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17377 (gnus-bookmark-write-file): Bind coding-system-for-write.
17378 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17379 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17380 group before selecting it.
17381 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17382 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17383 quit-window if it is not available; use gnus-mouse-2 and bind it to
17384 gnus-bookmark-bmenu-select-by-mouse.
17385 (gnus-bookmark-show-details): Remove unused variable `details-list'.
17386 (gnus-bookmark-bmenu-select-by-mouse): New function.
17388 2006-08-13 Romain Francoise <romain@orebokech.com>
17390 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17393 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
17395 * compface.el (uncompface): Use binary rather than raw-text-unix.
17397 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
17399 * compface.el (uncompface): Make sure the eol conversion doesn't take
17400 place when communicating with the external programs.
17401 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17403 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
17405 * nnheader.el (nnheader-insert-head): Fix typo in comment.
17407 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17409 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17410 Make it more robust by parsing author and date independently.
17412 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
17414 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17416 2006-07-28 Daiki Ueno <ueno@unixuser.org>
17418 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17419 first matching secret key.
17420 (mml2015-epg-encrypt): Ditto.
17422 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17423 first matching secret key.
17424 (mml1991-epg-encrypt): Ditto.
17426 * mml2015.el (mml2015-encrypt-to-self): New user option.
17427 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17428 mml2015-epg-encrypt-to-self is set.
17430 * mml1991.el (mml1991-encrypt-to-self): New variable.
17431 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17432 mml1991-epg-encrypt-to-self is set.
17434 * mml2015.el (mml2015-signers): New user option.
17435 (mml2015-epg-sign): Reflect the value of mml2015-signers.
17436 (mml2015-epg-encrypt): Allow to select signing keys.
17438 * mml1991.el (mml1991-signers): New variable.
17439 (mml1991-epg-sign): Reflect the value of mml1991-signers.
17440 (mml1991-epg-encrypt): Allow to select signing keys.
17442 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
17444 * nnheader.el (nnheader-insert-head): Make it work even if the file
17445 uses CRLF for the line-break code.
17447 2006-07-25 Daiki Ueno <ueno@unixuser.org>
17449 * mml2015.el: Require mml-sec instead of password.
17450 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17451 (mml2015-cache-passphrase): Inherit the default value from
17452 mml-secure-cache-passphrase.
17453 (mml2015-passphrase-cache-expiry): Inherit the default value from
17454 mml-secure-passphrase-cache-expiry.
17456 * mml1991.el: Require mml-sec instead of password.
17457 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17458 (mml1991-cache-passphrase): Inherit the default value from
17459 mml-secure-cache-passphrase.
17460 (mml1991-passphrase-cache-expiry): Inherit the default value from
17461 mml-secure-passphrase-cache-expiry.
17463 * mml-sec.el: Require password.
17464 (mml-secure-verbose): New user option.
17465 (mml-secure-cache-passphrase): New user option.
17466 (mml-secure-passphrase-cache-expiry): New user option.
17468 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
17469 Andreas Vögele <andreas@altroot.de> (tiny change)
17471 * pgg-def.el (pgg-truncate-key-identifier):
17472 Truncate the key ID to 8 letters from the end.
17474 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17476 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17477 workaround for the url package included with Emacs.
17479 * nnweb.el (nnweb-google-create-mapping): Update regexp.
17481 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
17483 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17484 correctly. This fixes a bug caused by the 2006-05-12 change.
17486 2006-07-18 Karl Fogel <kfogel@red-bean.com>
17488 * nnmail.el (nnmail-article-group): If splitting raises an error, give
17489 some information about the error when saying that the `bogus' mail
17490 group will be used.
17492 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
17494 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17497 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
17499 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17501 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17503 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17505 2006-07-10 Daiki Ueno <ueno@unixuser.org>
17507 * mml1991.el (mml1991-function-alist): Add epg.
17508 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17509 (mml1991-epg-encrypt): New functions.
17511 2006-07-10 Daiki Ueno <ueno@unixuser.org>
17513 * mml2015.el (mml2015-verbose): New variable.
17514 (mml2015-cache-passphrase): Ditto.
17515 (mml2015-passphrase-cache-expiry): Ditto.
17516 (mml2015-function-alist): Add epg.
17517 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17518 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17519 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17522 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17524 * message.el (message-cite-original-1): Preserve region when removing
17525 quoted text due to X-No-Archive in order to avoid bogus attribution
17526 when citing multiple messages.
17528 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17530 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17531 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17533 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
17535 * gnus-diary.el (gnus-user-format-function-d)
17536 (gnus-user-format-function-D): Autoload.
17538 * imap.el (Commentary): Fix typo.
17540 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17541 2006-04-22 contribution.
17543 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17545 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17546 It didn't really fix the bogosity I'm seeing with solid web groups.
17548 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17550 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17551 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17552 created using server names. If we use the feature without declaring
17553 it, Gnus does not properly manage server and group state.
17555 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17558 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17560 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17561 looking up the method using GROUP's prefix before inventing a new one.
17562 It is used on killed/unknown groups in various places where returning
17563 an all-new method isn't expected by the caller.
17565 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17566 and match semantics of gnus-group-real-prefix.
17568 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
17570 * nnmail.el (nnmail-broken-references-mailers): New variable.
17571 (nnmail-ignore-broken-references): New function generalizing
17572 nnmail-fix-eudora-headers.
17573 (nnmail-fix-eudora-headers): Now obsolete.
17575 * gnus-art.el (gnus-button-handle-custom):
17576 Support `customize-apropos*'.
17578 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17580 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17582 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17585 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17587 * message.el (message-cite-reply-above): New variable.
17588 (message-yank-original): Use it.
17590 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
17592 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17594 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
17596 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17599 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17601 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
17603 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17604 (gnus-bookmark-default-file): Use gnus-directory.
17605 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17606 Remove "*" in doc string.
17607 (gnus-bookmark-write-file): Simplify.
17608 (gnus-bookmark-maybe-sort-alist): Use `when'.
17609 (gnus-bookmark-get-bookmark): Fix typo in doc string.
17610 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17611 Add FIXME about Emacs 21 and XEmacs compatibility.
17612 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17614 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17616 (gnus-bookmark-menu-heading): Fix version.
17618 2006-06-19 Bastien Guerry <bzg@altern.org>
17620 * gnus-bookmark.el: New file.
17622 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
17624 * message.el (message-syntax-checks): Doc fix.
17626 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17628 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17629 unsubscribed groups as if they were killed ones. It causes duplicate
17630 entries in gnus-newsrc-alist.
17632 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
17634 * message.el (message-syntax-checks): Doc fix.
17635 (message-send-mail): Add check for continuation headers.
17636 (message-check-news-header-syntax): Fix regexp used to check for
17637 continuation headers.
17639 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
17641 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17643 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
17645 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17647 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
17649 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17650 default-truncate-lines.
17652 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
17654 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17655 to fill the utf-8 entry.
17657 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17659 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17661 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
17663 * gnus-agent.el (directory-files-and-attributes): Move all the way
17664 forward (the third and final move).
17665 (gnus-agent-read-agentview): Trap reconstruction errors due to
17666 nonexistent directory. Handle by returning nil.
17668 2006-05-30 Didier Verna <didier@xemacs.org>
17670 * message.el (message-dont-reply-to-names): Update the custom type.
17671 * message.el (message-dont-reply-to-names): New defsubst: potentially
17672 convert a list of regexps into a single one.
17673 * message.el (message-get-reply-headers): Use it.
17674 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17676 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
17678 * gnus-agent.el (directory-files-and-attributes): Move forward.
17680 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
17682 * gnus-ml.el (gnus-mailing-list-subscribe)
17683 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17684 (gnus-mailing-list-message): Fix doc strings.
17686 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17688 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17689 of doing it manually.
17691 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
17693 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17696 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
17698 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17699 (gnus-agent-read-agentview): Fix handling of end-of-file error.
17700 (gnus-agent-read-local): All symbols allocated in my-obarray.
17701 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17702 (gnus-agent-regenerate-group): Check numeric names to see if they are
17703 messages or groups.
17704 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17705 better way of do this...)
17707 * gnus-cache.el (gnus-agent-total-fetched-for):
17708 Ignore 'dummy.group' (there should be a better way of do this...)
17710 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
17712 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17713 (gnus-saved-headers): Ditto.
17714 (gnus-default-article-saver): Mention functions may have properties.
17715 (gnus-article-save): Override gnus-save-all-headers and
17716 gnus-saved-headers by :headers property which saver function may have.
17717 (gnus-summary-save-in-file): Add :headers property.
17718 (gnus-summary-write-to-file): Ditto.
17720 * gnus-sum.el (gnus-summary-save-article): Bind
17721 gnus-prompt-before-saving to t when saving many articles in a file;
17722 always show all headers.
17724 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
17726 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17729 * message.el (message-indent-citation): Add optional arguments to allow
17730 using it outside of message buffers.
17732 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17733 (gnus-article-treat-unfold-headers): Use it.
17734 (gnus-article-truncate-lines): New variable.
17735 (gnus-article-mode): Use it.
17736 (gnus-article-toggle-truncate-lines): New function.
17738 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17739 Add gnus-article-toggle-truncate-lines.
17741 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17742 coding system in XEmacs, use binary.
17744 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
17746 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17749 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17750 this function should save decoded articles.
17751 (gnus-summary-write-to-file): Use property to specify this function
17752 should save decoded articles and specify gnus-summary-save-in-file
17753 should be used to save articles other than the first one when saving
17755 (gnus-summary-save-body-in-file): Use property to specify this
17756 function should save decoded articles.
17757 (gnus-summary-write-body-to-file): Use property to specify this
17758 function should save decoded articles and specify
17759 gnus-summary-save-body-in-file should be used to save articles other
17760 than the first one when saving many articles.
17762 * gnus-sum.el (gnus-summary-save-article): Simplify.
17764 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
17766 * gnus-art.el (gnus-default-article-saver):
17767 Add gnus-summary-write-body-to-file.
17768 (gnus-article-save-coding-system): Don't use coding system object
17770 (gnus-read-save-file-name): Add optional `dir-var' argument which
17771 specifies directory in which files are saved; work even if optional
17772 `variable' argument is not specified.
17773 (gnus-summary-write-to-file): Read file name.
17774 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17775 (gnus-summary-write-body-to-file): New function.
17777 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17778 (gnus-summary-local-variables): Add it.
17779 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17780 (gnus-summary-save-article): Remove optional `decode' argument;
17781 determine whether to decode articles by the value of
17782 gnus-default-article-saver; when saving many files using
17783 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17784 it first and use gnus-summary-save-in-file or
17785 gnus-summary-save-body-in-file thereafter unless
17786 gnus-prompt-before-saving is always; move point to article which
17788 (gnus-summary-save-article-file): Revert.
17789 (gnus-summary-write-article-file): Revert.
17790 (gnus-summary-save-article-body-file): Revert.
17791 (gnus-summary-write-article-body-file): New function.
17793 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
17795 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17797 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
17799 * gnus-art.el (gnus-default-article-saver): Doc fix.
17800 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17801 from gnus-summary-save-article-coding-system, and default to a
17802 certain coding system.
17803 (gnus-output-to-file): Add coding cookie and encode text according
17804 to gnus-article-save-coding-system; don't use mm-append-to-file.
17806 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17807 gnus-art.el and rename to gnus-article-save-coding-system.
17808 (gnus-summary-save-article): Require gnus-art; don't show all
17809 headers if it decodes articles; don't add coding cookie here;
17810 don't bind mm-text-coding-system-for-write.
17811 (gnus-summary-save-article-file): Save decoded articles.
17812 (gnus-summary-write-article-file): When saving many files, use
17813 gnus-summary-write-to-file first and gnus-summary-save-in-file
17814 thereafter unless gnus-prompt-before-saving is always.
17815 (gnus-summary-save-article-body-file): Save decoded articles.
17817 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17819 * nnrss.el (nnrss-check-group): Bind hash-index.
17821 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
17823 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17824 its hash index. Store this hash in `nnrss-group-data'.
17825 (nnrss-read-group-data): Update accordingly.
17827 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17829 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17832 * gnus-sum.el (gnus-summary-make-menu-bar):
17833 Add gnus-article-browse-html-article.
17835 2006-05-23 Hynek Schlawack <hynek@ularx.de>
17837 * gnus-sum.el (gnus-summary-mime-map):
17838 Add gnus-article-browse-html-article.
17840 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17842 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17843 suitable coding systems in customize.
17845 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
17847 * mail-source.el (mail-sources): Fix custom type.
17849 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17851 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17852 (gnus-summary-expire-articles-now): Shorten prompt.
17854 * gmm-utils.el (wid-edit): Require.
17855 (defun-gmm): Rename from `gmm-defun-compat'.
17856 (gmm-image-search-load-path): Use it.
17857 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
17859 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
17861 * gnus-sum.el (gnus-summary-save-article-coding-system):
17863 (gnus-summary-save-article): Add optional `decode' argument.
17864 If it is set and gnus-summary-save-article-coding-system is non-nil,
17865 save decoded article.
17866 (gnus-summary-write-article-file): Save decoded article if
17867 gnus-summary-save-article-coding-system is non-nil.
17869 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17872 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
17874 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17876 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
17878 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17879 first to test gnus-single-article-buffer which may be buffer-local.
17881 * gnus-sum.el (gnus-summary-setup-buffer):
17882 Make gnus-single-article-buffer buffer-local and nil in ephemeral
17883 group; make gnus-article-buffer, gnus-article-current, and
17884 gnus-original-article-buffer always buffer-local.
17885 (gnus-summary-exit): Kill article buffer belonging to ephemeral
17887 (gnus-handle-ephemeral-exit): Don't move to next summary line.
17889 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
17891 * nnml.el (nnml-request-compact-group): Compressed files might not
17892 have .gz extension.
17894 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
17896 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17897 (mm-copy-to-buffer): Use with-current-buffer.
17898 (mm-display-part): Simplify.
17899 (mm-inlinable-p): Add optional arg `type'.
17901 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17903 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17904 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17905 Try harder to show the attachment internally or externally using
17906 gnus-mime-view-part-as-type.
17908 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
17910 * message.el (message-from-style, message-signature-separator)
17911 (message-user-organization-file, message-send-mail-function)
17912 (message-citation-line-function, message-yank-prefix)
17913 (message-indent-citation-function, message-signature)
17914 (message-signature-file, message-signature-insert-empty-line):
17917 * gnus-art.el (gnus-buttonized-mime-types):
17918 Remove "multipart/signed". Revert 2006-04-26 change.
17920 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17922 * gnus.el (gnus-version-number): Bump version.
17924 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17926 * gnus.el: No Gnus v0.5 is released.
17928 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17930 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17931 fetching articles by message-id.
17933 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17935 * message.el (hashcash): Require hashcash as normal.
17937 * ecomplete.el (ecomplete-highlight-match-line):
17939 (ecomplete-highlight-match-line): Use `highlight', because that
17940 face exists in both Emacs and XEmacs.
17942 * message.el (message-display-abbrev): Use point-at-bol.
17944 * mail-source.el: Don't require timer/timer-funcs.
17946 * gnus-async.el: Ditto.
17948 * password.el: Ditto.
17950 * mm-url.el: Ditto.
17952 * mm-util.el: Require timer/timer-funcs.
17954 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17956 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17959 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
17961 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17962 unibyte after clear-decrypt function runs.
17964 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17965 returns as a unibyte string.
17967 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
17969 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17970 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17971 (mml1991-pgg-encrypt): Ditto.
17973 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
17975 * message.el (message-user-organization-file): Check several
17976 locations of the organization file.
17978 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17979 Add gnus-article-view-part-as-type.
17981 * gnus-art.el (gnus-article-view-part-as-type): New function.
17983 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17984 .mobi and .travel. Remove .nato, .bitnet and .uucp.
17986 * mml.el: Simplify autoload.
17987 (mml-mode): defvar dnd-protocol-alist instead of using
17989 (mml-default-directory): New variable.
17990 (mml-minibuffer-read-file): Use it.
17991 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17993 * message.el (message-citation-line-format): New variable.
17994 (message-insert-formated-citation-line): New function.
17995 (message-citation-line-function):
17996 Add `message-insert-formated-citation-line' to custom type.
17998 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
18001 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
18002 depending on mm-verify-option.
18004 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
18006 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
18007 binding pgg-* variables; reimplement the section which prevents
18008 MIME header from being signed.
18009 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
18010 pgg-text-mode; remove a blank line at the top of body.
18012 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
18013 lines at the top of body; use gnus-newsgroup-charset if there's no
18016 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
18018 * message.el (message-self-insert-commands): Doc fix.
18020 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
18021 (mm-uu-pgp-encrypted-test): Ditto.
18022 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
18023 between header and body; return application/pgp-encrypted handle
18024 if decryption failed; decode decrypted body by charset.
18026 * mm-decode.el (mm-automatic-display): Don't make application/pgp
18027 element match to application/pgp-*.
18029 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18031 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
18034 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18036 * mail-source.el (mail-source-call-script): Message the error
18039 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18041 * gnus-util.el (gnus-byte-compile): Use it.
18043 2006-04-22 xyblor <fake@invalid.email> (tiny change)
18045 * gnus-util.el (kill-empty-logs): New function.
18047 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18049 * message.el (message-mail-alias-type): Doc fix.
18050 (message-mail-alias-type-p): New function.
18051 (message-send): Use it.
18052 (message-mode): Ditto.
18053 (message-strip-forbidden-properties): Ditto.
18055 * ecomplete.el (ecomplete-database-file-coding-system):
18057 (ecomplete-save): Use it.
18058 (ecomplete-setup): Use it.
18060 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
18062 * message.el (message-self-insert-commands): New variable.
18063 (message-strip-forbidden-properties): Use it.
18065 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18067 * message.el (message-put-addresses-in-ecomplete): Use a regexp
18068 that doesn't make XEmacs choke.
18070 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
18072 * gnus-util.el (gnus-replace-in-string):
18073 Prefer replace-regexp-in-string over of replace-in-string.
18075 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
18077 * gnus-util.el (gnus-select-frame-set-input-focus):
18078 Use select-frame-set-input-focus if it is available in XEmacs; use
18079 definition defined in Emacs 22 for old Emacsen.
18081 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18083 * mm-view.el (mm-inline-text): Use equal instead of equalp.
18085 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
18087 * gnus-registry.el (gnus-registry-cache-save): Remove text
18088 properties when saving via the temp buffer.
18090 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18092 * message.el (message-generate-hashcash): Honor custom type.
18094 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18096 * message.el (message-generate-hashcash): Default to non-nil when
18099 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18100 (gnus-refer-thread-limit): Increase default to 500.
18102 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18104 * flow-fill.el (fill-flowed): Allow delete-space.
18106 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18108 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18109 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18112 2006-04-18 Simon Josefsson <jas@extundo.com>
18114 * message.el (message-generate-hashcash): Default to.
18116 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
18118 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18119 concatenating segments rather than before concatenating them.
18121 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
18123 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18125 * imap.el (imap-quote-specials): New function.
18126 (imap-login-auth): Quote specials.
18128 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18130 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18132 * message.el (message-forward-make-body-plain):
18133 Allow message-forward-ignored-headers to be a list.
18134 (message-remove-ignored-headers): Factor out into function.
18135 (message-forward-make-body-mml): Use it.
18136 * rfc2231.el (rfc2231-parse-string): Remove dead code.
18137 (rfc2231-parse-string): Allow concatanation of parameters that
18138 aren't contiguous. The test case is
18139 (mail-header-parse-content-type "message/external-body;
18140 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18141 access-type=LOCAL-FILE;
18142 name*1*=plugh%2fhello-sailor%2fbing.pdf")
18144 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
18146 * nntp.el (nntp-accept-process-output): Return the value of
18147 `nnheader-accept-process-output'.
18149 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18151 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18152 (gnus-button-alist): Recognize more diff formats.
18153 (gnus-button-patch): Strip directory.
18155 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
18157 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18158 Emacs 22 when setting focus.
18160 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18162 * gnus-art.el (gnus-article-treat-types): Do treatment of
18163 text/x-verbatim parts.
18164 (gnus-button-patch): New command.
18166 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18167 addresses that contain invalid characters.
18169 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18171 * message.el (message-put-addresses-in-ecomplete):
18172 Use gnus-replace-in-string.
18173 (message-is-yours-p): Use the more correct
18174 mail-header-parse-address instead of
18175 mail-extract-address-components.
18176 (message-put-addresses-in-ecomplete): Fix typo.
18178 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18181 * gnus-art.el (gnus-treatment-function-alist): Change order of
18182 newsgroups/generic header folding to avoid double-folding.
18184 * message.el (message-hidden-headers): Add X-Draft-From.
18186 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18188 (gnus-summary-repeat-search-article-backward): New command.
18190 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18191 groups in the parent topic.
18193 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
18195 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18196 (spam-extra-header-to-number): Return the CRM114 number as a
18197 number instead of a string.
18199 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18201 * gnus-art.el (gnus-face-properties-alist): Move here from
18204 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18206 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18208 * message.el (message-strip-forbidden-properties): Only display on
18209 self-insert-command.
18211 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18213 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18215 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
18217 * smiley.el (smiley-style): Fix typo.
18219 2006-03-23 Kenichi Handa <handa@m17n.org>
18221 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18222 instead of set-buffer-multibyte.
18224 2006-03-23 Kenichi Handa <handa@m17n.org>
18226 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18227 buffer and then decode the buffer text if necessary.
18228 (rfc2231-encode-string): Be sure to work on multibyte buffer at
18229 first, and after mm-encode-body, change the buffer to unibyte.
18231 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18233 * hashcash.el (hashcash-insert-payment-async-2):
18234 Use message-goto-eoh instead of doing it manually.
18235 (mail-add-payment): Use message-narrow-to-header instead of trying
18236 to do the same itself.
18238 * message.el (message-hidden-headers): Add Face.
18240 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18242 (gnus-summary-reparent-children): Refactored out code.
18243 (gnus-summary-thread-map): New keystroke.
18244 (gnus-summary-reparent-children): Make into command.
18246 * smiley.el (smiley-style): Default to `medium' if using a large
18249 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18252 * message.el (message-point-in-header-p): Simplify definition.
18254 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18256 * nnagent.el (nnagent-request-set-mark): Silence log file
18258 (nnagent-request-set-mark): Use write-region instead of
18261 * gnus-sum.el (gnus-read-header): Fudge article number if using a
18262 strange select method.
18264 * ecomplete.el (ecomplete-display-matches): Get highlightling
18266 (ecomplete-display-matches): Use literals.
18267 (ecomplete-display-matches): Disable message logging.
18269 * message.el (message-display-abbrev): Small optimization.
18271 * ecomplete.el (ecomplete-display-matches): Allow automatic
18274 * message.el (message-strip-forbidden-properties):
18276 (message-display-abbrev): Get automatic display right.
18278 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18281 2006-04-13 Romain Francoise <romain@orebokech.com>
18283 TODO: Backport to v5-10!
18285 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18286 Move here (and rename) from gnus-registry.el.
18288 * gnus-registry.el: Require gnus-util.
18289 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18291 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18293 * gnus-group.el (gnus-group-catchup-current):
18294 Change if-then-else-if-then-else into cond.
18295 (gnus-group-catchup): Indent.
18296 (group-name-at-point): New function.
18297 (gnus-fetch-group): Provide default from thing at point.
18299 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18301 * message.el (message-display-abbrev): Fix regexp.
18303 * ecomplete.el (ecomplete-highlight-match-line):
18304 Reimplement choosing.
18305 (ecomplete-highlight-match-line): Fix up code rewrite, remove
18308 * message.el (message-newline-and-indent): Remove debugging.
18309 (message-display-abbrev): Use new implementation.
18311 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
18313 * gnus-art.el (gnus-article-mode):
18314 Set cursor-in-non-selected-windows to nil.
18316 * smiley.el: Revert previous change.
18317 (smiley-data-directory): defvar it before using it in the
18318 defcustom of `smiley-style'.
18320 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18322 * message.el (message-newline-and-indent): New function.
18324 * ecomplete.el: Implement more bits.
18326 * message.el (message-put-addresses-in-ecomplete): Clean up the
18329 * ecomplete.el (ecomplete-add-item): Chop off decimals.
18331 * gnus-sum.el (gnus-summary-save-parts):
18332 Bind gnus-summary-save-parts-counter and use it to make unique file
18335 * gnus-art.el (gnus-ignored-headers): Add some more headers.
18337 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18338 parameter to say whether to actually parse the individual
18341 * message.el (message-put-addresses-in-ecomplete): New function.
18342 (ecomplete): Require.
18343 (message-mail-alias-type): Add ecomplete as an option.
18345 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
18347 * flow-fill.el (fill-flowed): Remove trailing space from blank
18350 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18352 * smiley.el (smiley-style): Move definition later to avoid a
18353 compilation warning.
18355 2006-04-12 Kenichi Handa <handa@m17n.org>
18357 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18358 buffer and then decode the buffer text if necessary.
18359 (rfc2231-encode-string): Be sure to work on multibyte buffer at
18360 first, and after mm-encode-body, change the buffer to unibyte.
18361 Use mm-disable-multibyte instead of set-buffer-multibyte.
18363 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
18365 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18366 Content-Type header instead of Content-Disposition header.
18367 (gnus-mime-inline-part): Ditto.
18368 (gnus-mime-view-part-as-charset): Ignore charset that the part
18371 * mm-decode.el (mm-display-part): Work with external parts and
18372 usual parts similarly.
18374 * mm-extern.el (mm-inline-external-body): Use mm-display-part
18375 instead of gnus-display-mime.
18377 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18378 instead of with-temp-buffer.
18380 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18381 tag to summarized topics part in order to encode non-ASCII text.
18383 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
18385 * smiley.el (smiley-style): New variable.
18386 (smiley-directory): New function.
18387 (smiley-data-directory): Derive from `smiley-style' using
18388 `smiley-directory'.
18389 (smiley-regexp-alist): Add new entries.
18391 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18392 (gnus-article-browse-delete-temp): Add :version.
18394 2006-04-11 Arne Jørgensen <arne@arnested.dk>
18396 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18399 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18401 * gnus.el (gnus-version-number): Bump version.
18403 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
18405 * gnus.el: No Gnus v0.4 is released.
18407 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18409 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18412 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18415 * message.el (message-header-synonyms): Add Original-To to the
18418 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18419 optional parameter.
18421 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
18423 * gnus-fun.el (gnus): Require it for gnus-directory.
18425 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18427 * gnus-fun.el (gnus-face-properties-alist): Add :version.
18429 2006-04-05 Daiki Ueno <ueno@unixuser.org>
18431 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18433 2006-04-05 Simon Josefsson <jas@extundo.com>
18435 * password.el (password-reset): New function.
18437 2006-04-05 Daiki Ueno <ueno@unixuser.org>
18439 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18440 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18442 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18444 * nnweb.el (nnweb-google-create-mapping): Update regexp.
18445 Some whitespace was matched into the url, which broke browsing hits
18446 > 100 when mm-url-use-external was nil.
18448 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
18450 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18451 Check gnus-extra-headers for 'Newsgroups.
18453 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18456 2006-04-04 Daiki Ueno <ueno@unixuser.org>
18458 * pgg-gpg.el: Clean up process buffers every time gpg processes
18461 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
18463 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18466 2006-04-03 Daiki Ueno <ueno@unixuser.org>
18468 * pgg-gpg.el (pgg-gpg-process-filter)
18469 (pgg-gpg-wait-for-completion): Check if buffer is alive.
18471 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18472 lines, temporary fix.
18474 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
18476 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18478 2006-03-29 Daiki Ueno <ueno@unixuser.org>
18480 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18481 default-enable-multibyte-characters. This reverts the change from
18482 revision 6.17 which is no longer necessary because the passphrase
18483 is sent separately now. GnuPG messages are unreadable under
18484 multibyte locales with default-enable-multibyte-characters set to
18487 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
18489 * message.el (message-tool-bar-gnome): Move "spell".
18491 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
18493 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18494 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
18497 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
18499 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18500 Improve newsgroups handling for NNTP overviews which don't include
18503 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18505 * message.el (message-resend): Bind message-generate-hashcash to nil.
18507 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18509 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18510 when searching for already-paid recipients.
18512 2006-03-27 Daiki Ueno <ueno@unixuser.org>
18514 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18515 passphrases when it is not needed.
18516 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18517 passphrase stuff from gpg, should only be necessary when you use
18518 gpg with a smartcard.
18520 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
18522 * mml.el (mml-insert-mime): Ignore cached contents of
18523 message/external-body part.
18525 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18526 (mm-insert-part): Ditto.
18528 2006-03-23 Simon Josefsson <jas@extundo.com>
18530 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18532 (pgg-gpg-use-agent-p): Use it again.
18534 2006-03-23 Simon Josefsson <jas@extundo.com>
18536 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18538 (pgg-gpg-use-agent-p): Don't use it.
18540 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
18542 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18545 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
18547 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18548 (pgg-gpg-update-agent): New function.
18549 (pgg-gpg-use-agent-p): New function.
18550 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18551 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18552 (pgg-gpg-sign-region): Use it.
18554 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
18556 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18557 Reported by Ralf Wachinger <rwachinger@gmx.de>.
18559 2006-03-21 Simon Josefsson <jas@extundo.com>
18561 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18562 <wilde@sha-bang.de>.
18563 (pgg-gpg-use-agent): New variable.
18564 (pgg-gpg-process-region): Use it.
18565 (pgg-gpg-encrypt-region): Likewise.
18566 (pgg-gpg-encrypt-symmetric-region): Likewise.
18567 (pgg-gpg-decrypt-region): Likewise.
18568 (pgg-gpg-sign-region): Likewise.
18569 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18571 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
18573 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18575 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18576 Add comment on version.
18578 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
18580 * smiley.el: Add missing test smiley.
18582 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
18584 * mm-decode.el (mm-with-part): New macro.
18585 (mm-get-part): Use it; work with message/external-body as well.
18586 (mm-save-part): Treat name and filename equally.
18588 * mm-extern.el (mm-extern-cache-contents): New function.
18589 (mm-inline-external-body): Use it; force the part to be displayed;
18590 move undisplayer added to the cached handle to the parent.
18592 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18593 (gnus-mime-view-part-as-type): Work with message/external-body.
18595 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18597 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
18599 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18600 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
18603 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
18605 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18606 path rather than symbol. Always return list of directories.
18607 Guarantee that image directory comes first. [Sync with image.el,
18608 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
18610 * message.el (message-make-tool-bar): Adjust to new API of
18611 `gmm-image-load-path-for-library'.
18613 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18615 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18617 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18619 * gnus-art.el (gnus-article-only-boring-p):
18620 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18622 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18624 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
18626 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18627 Use `defun' instead of `gmm-defun-compat'.
18629 2006-03-14 Simon Josefsson <jas@extundo.com>
18631 * message.el (message-unique-id): Don't use message-number-base36
18632 if (user-uid) is a float.
18633 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18635 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
18637 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18639 * gnus-art.el (gnus-mime-display-single): Make sure there is an
18640 empty line between a part and a message part.
18642 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
18644 * smiley.el: Add more test smileys.
18645 (smiley-data-directory, smiley-regexp-alist)
18646 (gnus-smiley-file-types): Fix doc strings.
18647 (smiley-update-cache): Clear smiley-cached-regexp-alist before
18648 adding new elements.
18649 (smiley-mouse-map): Unused code. Make it a comment.
18651 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
18653 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18654 scan latest NoCeM messages instead of old ones.
18655 (gnus-nocem-check-article): Fix regexps so as to match to PGP
18656 delimiters that are recently used.
18657 (gnus-nocem-load-cache): Add autoload cookie.
18659 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18661 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18662 level which is larger than gnus-use-nocem is specified.
18664 * gnus-group.el (gnus-group-get-new-news): Ditto.
18666 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
18668 * gnus-util.el (gnus-tool-bar-update): New function.
18670 * gnus-group.el (gnus-group-update-tool-bar): New variable.
18671 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18673 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18675 * gnus-group.el (gnus-group-redraw-when-idle)
18676 (gnus-group-redraw-check): Remove.
18677 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18679 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
18681 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18682 if optional last element is specified in splits (FIELD VALUE...).
18684 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
18686 * message.el (message-make-tool-bar): Rename gmm-image-load-path
18687 to gmm-image-load-path-for-library. Call with no-error argument.
18688 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18690 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18692 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18694 * gmm-utils.el (gmm-image-load-path): Remove alias.
18696 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
18698 * gmm-utils.el (gmm-image-load-path): Add alias.
18700 * nnml.el (nnml-generate-nov-databases-directory): Rename from
18701 nnml-generate-nov-databases-1.
18702 (nnml-generate-nov-databases): Use it.
18703 (nnml-generate-nov-databases-directory): Document no-active
18706 * gmm-utils.el (gmm-image-load-path-for-library): Return single
18707 directory if path is t. Add no-error.
18709 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18710 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18712 * gnus-art.el (gnus-article-browse-delete-temp-files):
18713 Simplify resetting gnus-article-browse-html-temp-list.
18715 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18716 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
18717 Add example to docstring. Rename local variables. Move error
18718 checks to default case in cond and simplify.
18720 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
18722 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18723 handle is multipart when calling it recursively.
18724 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18726 2006-03-03 Daniel Pittman <daniel@rimspace.net>
18728 * nnimap.el (nnimap-request-update-info-internal): Optimize.
18729 Don't `gnus-uncompress-range' to avoid excessive memory usage.
18731 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18733 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18736 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18739 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
18741 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18742 to "Emacs 23 (unicode)" in doc string.
18744 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18745 "Emacs 23 (unicode)" in comment.
18747 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18749 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18751 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18752 characters 160 through 255 in Emacs 23.
18754 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18756 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18757 gnus-article-browse-html-temp.
18758 (gnus-article-browse-delete-temp): Make it customizable.
18759 Add `file'. Adjust doc string.
18760 (gnus-article-browse-delete-temp-files): Add argument.
18761 Allow query for each file. Adjust doc string.
18762 (gnus-article-browse-html-parts):
18763 Add `gnus-article-browse-delete-temp-files' to
18764 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18766 2006-03-02 Hynek Schlawack <hynek@ularx.de>
18768 * gnus-art.el (gnus-article-browse-html-temp)
18769 (gnus-article-browse-delete-temp): New variables.
18770 (gnus-article-browse-delete-temp-files): New function.
18771 (gnus-article-browse-html-parts): Use it.
18773 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18775 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18777 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18780 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18781 gnus-summary-insert-new-articles when unplugged.
18782 Remove gnus-summary-search-article-forward.
18784 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18785 display-visual-class instead of display-color-cells.
18787 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
18789 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18790 message/* containing non-ASCII text properly.
18792 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
18794 * message.el: Require gmm-utils, remove autoloads.
18795 (message-tool-bar): Set default based on
18796 gmm-tool-bar-style.
18797 (message-tool-bar-gnome): Add gmm-customize-mode.
18799 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18800 gmm-tool-bar-style.
18801 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18803 * gnus-group.el (gnus-group-tool-bar): Set default based on
18804 gmm-tool-bar-style.
18805 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18807 * gmm-utils.el (gmm-image-directory): Rename variable from
18808 gmm-image-load-path.
18809 (gmm-image-load-path): Use gmm-image-directory.
18810 (gmm-customize-mode): New function.
18811 (gmm-tool-bar-style): New variable.
18813 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18814 gnus-group-redraw-line-number.
18815 (gnus-group-redraw-check): Simplify.
18816 (gnus-group-tool-bar-update): Remove redraw check.
18817 (gnus-group-make-tool-bar): Add redraw check.
18819 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
18821 * gnus-art.el (gnus-button): Add missing parentheses.
18823 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
18825 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18827 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18829 * gnus-art.el (gnus-button): New face.
18830 (gnus-article-button-face): Use it.
18832 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18833 Add gnus-summary-next-page. Re-order.
18835 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18836 next-node are now included.
18837 (gnus-group-redraw-line-number): New internal variable.
18838 (gnus-group-redraw-check): Helper function for updating the tool
18840 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18842 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18844 * spam.el (spam-spamassassin-score-regexp): New internal variable.
18845 (spam-extra-header-to-number, spam-check-spamassassin-headers):
18846 Use it to match format of Spamassassin 3.0 and later.
18847 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18848 (spam-check-bogofilter)
18849 (spam-bogofilter-register-with-bogofilter): Fix args of
18850 `gnus-error' calls.
18852 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18854 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18855 unnecessary interaction when sending queued mails.
18856 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18858 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
18860 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18861 first or last are nil.
18863 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18865 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18867 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18869 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18871 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18873 * dns.el (query-dns): Protect more against buggy tcp output.
18875 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
18877 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18880 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18882 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18883 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18884 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
18885 output on the server side.
18886 (nnweb-google-create-mapping): Update regexps and add some
18887 progress indication.
18889 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
18891 * gnus-group.el (gnus-group-tool-bar-gnome):
18892 Fix gnus-agent-toggle-plugged. Re-order icons.
18893 (gnus-group-tool-bar-gnome):
18894 Add gnus-group-{prev,next}-unread-group.
18895 (gnus-group-tool-bar-gnome): Re-order icons.
18897 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18898 Move gnus-summary-insert-new-articles.
18900 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18903 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
18904 also available in Emacs 21.3.
18906 * message.el (message-fix-before-sending): Change "Emacs 22" to
18907 "Emacs 23 (unicode)" in comment.
18909 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18910 "Emacs 23 (unicode)" in comment.
18912 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18914 (mm-coding-system-p): Add comment about no-MULE XEmacs.
18916 * mm-view.el (mm-fill-flowed): Add :version.
18918 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
18920 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18923 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
18925 * message.el: Autoload gmm-image-load-path.
18926 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18927 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
18930 * gmm-utils.el (gmm-image-load-path): Also search in
18931 "../etc/images". Don't set gmm-image-load-path if we don't find
18934 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
18936 * gmm-utils.el (gmm-image-load-path): Don't make
18937 `gmm-image-load-path' include subdirectories which the second arg
18938 `image' might specify.
18940 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18941 subdirectory to icon file names.
18943 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18945 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
18947 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18948 gmm-image-load-path calls.
18950 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18952 * message.el (message-make-tool-bar): Ditto.
18954 * mml.el (mml-preview): Add comment concerning tool bar icons.
18956 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18957 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18959 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18960 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18962 * message.el (message-tool-bar-gnome): Use new icon names.
18963 (message-make-tool-bar): Use `gmm-image-load-path'.
18965 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18966 New functions from MH-E.
18967 (gmm-image-load-path): New variable from MH-E.
18968 (gmm-image-load-path): New function from MH-E. Add arguments
18969 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
18970 *-image-load-path-called-flag.
18972 2006-02-21 Milan Zamazal <pdm@brailcom.org>
18974 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18976 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
18978 * nnimap.el (nnimap-request-move-article): Change folder back to
18979 source group before deleting.
18981 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
18983 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18985 * gnus-art.el (mm-url-insert-file-contents-external):
18988 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18990 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
18992 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18993 coding system which mm-charset-to-coding-system returns for a
18994 given charset is valid.
18996 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
18998 * html2text.el (html2text-remove-tag-list):
18999 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
19001 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
19003 * gnus-cus.el: Revert 2005-10-17 change.
19005 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
19007 * gnus-art.el (article-strip-banner):
19008 Call article-really-strip-banner only when the regexp match is made.
19010 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
19012 * gnus-art.el (article-strip-banner):
19013 Use gnus-extract-address-components instead of
19014 mail-header-parse-addresses to make it work with non-ASCII text;
19015 remove mail-encode-encoded-word-string.
19017 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
19018 values which are surrounded with \"...\"; make it never cause a
19019 Lisp error; give up parsing of parameters if it failed in
19022 2006-02-14 Arne Jørgensen <arne@arnested.dk>
19024 * smime.el (smime-cert-by-ldap-1): Fix bug where
19025 `smime-ldap-search' returns results without userCertificates.
19027 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
19029 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
19031 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
19033 * spam.el (spam-check-spamassassin-headers): Adapt format for
19034 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
19035 <ari@mbf.ocn.ne.jp>.
19036 (spam-list-of-processors): Add spam-use-gmane.
19038 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
19040 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
19041 make-temp-file; make it work with XEmacs as well.
19043 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
19046 * mm-decode.el (mm-display-external): Use the 3rd arg of
19048 (mm-create-image-xemacs): Ditto.
19050 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
19052 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
19053 with message-narrow-to-headers.
19054 (gnus-draft-setup): Narrow to header to run message-fetch-field.
19055 (gnus-draft-check-draft-articles): New function.
19056 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
19058 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
19060 * gnus-art.el (gnus-article-browse-html-parts):
19061 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
19062 Don't use suffix argument for mm-make-temp-file for Emacs 21
19063 compatibility. Remove useless `format'.
19065 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
19067 * nnweb.el (nnweb-google-wash-article): Update regexps.
19068 (nnweb-group-alist): Use defvoo instead of defvar.
19070 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
19072 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
19073 re-loading nn* modules.
19075 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
19077 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
19078 for `tool-bar-mode' and don't check it's default-value.
19080 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
19082 * message.el (message-make-tool-bar): Ditto.
19084 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
19085 `substring'. Shorten tmp-file name.
19087 * gnus.el: Remove bogus comment.
19089 2006-02-10 Hynek Schlawack <hynek@ularx.de>
19091 * gnus-art.el (gnus-article-browse-html-parts): New function.
19092 (gnus-article-browse-html-article): New function for viewing html
19093 articles with a browser.
19095 2006-02-09 Daiki Ueno <ueno@unixuser.org>
19097 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19098 (mml2015-pgg-encrypt): Ditto.
19100 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19101 (mml1991-pgg-encrypt): Ditto.
19103 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
19105 * nnfolder.el (nnfolder-insert-newsgroup-line):
19106 Use message-make-date instead of current-time-string.
19108 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19109 to gnus-decoded which mm-uu might set.
19111 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
19113 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19114 don't decode quoted parameters; remove misimported Emacs code.
19115 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19116 (rfc2231-decode-encoded-string): Don't use split-string which
19117 behaves differently according to Emacs version; use
19118 mm-decode-coding-region to convert charset to coding-system.
19119 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19120 (rfc2231-encode-string): Remove misimported Emacs code.
19122 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
19124 * gnus-art.el (article-decode-charset): Don't use ignore-errors
19125 when calling mail-header-parse-content-type.
19126 (article-de-quoted-unreadable): Ditto.
19127 (article-de-base64-unreadable): Ditto.
19128 (article-wash-html): Ditto.
19130 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19131 calling mail-header-parse-content-type and
19132 mail-header-parse-content-disposition.
19133 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19134 mail-header-parse-content-type.
19136 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19137 insert charset and format parameters; encode description after
19138 inserting it to buffer.
19139 (mml-insert-parameter): Fold lines properly even if a parameter is
19140 segmented into two or more lines; change the max column to 76.
19142 * rfc1843.el (rfc1843-decode-article-body): Don't use
19143 ignore-errors when calling mail-header-parse-content-type.
19145 * rfc2231.el (rfc2231-parse-string): Return at least type if
19146 possible; don't cause an error even if it fails in parsing of
19147 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19148 (rfc2231-encode-string): Don't break lines at the beginning, leave
19149 it to mml-insert-parameter.
19151 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19152 calling mail-header-parse-content-type.
19154 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
19156 * spam-report.el (spam-report-gmane-use-article-number):
19157 Improve doc string.
19158 (spam-report-gmane-internal): Check if a suitable header was found
19161 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
19163 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19164 (rfc2231-encode-string): Make param*=value always begin with LWSP.
19166 2006-02-05 Romain Francoise <romain@orebokech.com>
19168 Update copyright notices of all files in the gnus directory.
19170 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
19172 * nnweb.el (nnweb-request-group): Avoid growing overview files.
19174 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
19176 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19177 segmented lines of parameter value to cope with Thunderbird 1.5
19178 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19179 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19180 (rfc2231-encode-string): Don't make lines exceeding 76 column.
19182 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
19184 * mml.el (mml-generate-mime-1): Correct the order of inline signed
19187 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
19189 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19190 there's only one active file for all servers.
19191 (nnweb-request-scan): Make sure nnweb-articles is initialized on
19192 solid groups. Gnus might have used a FAST request to select the group.
19193 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19194 and nnweb-search redundantly in the active file.
19195 (nnweb-request-list): Don't list bogus groups. There can only be one.
19196 (nnweb-request-create-group): Don't use ARGS.
19197 (nnweb-possibly-change-server, nnweb-request-group): Remove some
19198 initializations. Let nnoo do the work.
19200 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
19202 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19203 Say the part has been decoded.
19205 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19207 2006-01-31 Kevin Ryde <user42@zip.com.au>
19209 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19210 mailcap-viewer-test-cache when there's no 'test clause, since that
19211 will invert the meaning of a "nil" test previously determined by
19212 mailcap-mailcap-entry-passes-test.
19214 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
19216 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19219 * gnus-sum.el: Ditto.
19221 * message.el: Don't bind tool-bar-map when compiling.
19223 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
19225 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19227 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
19229 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19230 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19231 current Google Groups.
19233 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
19235 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19238 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19241 * message.el (message-tool-bar-update): Simplify.
19242 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19244 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19245 gnus-summary-buffer.
19246 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19247 gnus-summary-reply.
19249 * gmm-utils.el (gmm): Add :version.
19251 2006-01-26 Steve Youngs <steve@sxemacs.org>
19253 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19256 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
19258 * gmm-utils.el (gmm-verbose): Add :group.
19260 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
19262 * message.el: Change some comments WRT tool-bars.
19264 * gnus-sum.el (gnus-summary-tool-bar)
19265 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19266 (gnus-summary-tool-bar-zap-list): New variables.
19267 (gnus-summary-make-tool-bar): Complete rewrite using
19268 `gmm-tool-bar-from-list'.
19270 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19271 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19273 (gnus-group-make-tool-bar): Complete rewrite using
19274 `gmm-tool-bar-from-list'.
19275 (gnus-group-tool-bar-update): New function.
19277 * message.el (message-mode-field-menu): Add "Show hidden Headers".
19279 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
19281 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19282 is dissected into a single part of which the type is the same as
19283 the given one; decode charset.
19285 2006-01-21 Kevin Ryde <user42@zip.com.au>
19287 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19288 into alists as symbol not string, since that's what
19289 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19292 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
19294 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19295 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19297 * message.el (message-tool-bar-gnome): Use gmm-ignore.
19299 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
19301 * gnus-art.el (gnus-mime-security-button-commands): New variable.
19302 (gnus-mime-security-button-menu): New definition.
19303 (gnus-mime-security-button-map): Use them.
19304 (gnus-mime-security-button-menu): New function.
19305 (gnus-insert-mime-security-button): Addition to help echo.
19306 (gnus-mime-security-run-function, gnus-mime-security-save-part)
19307 (gnus-mime-security-pipe-part): New functions.
19309 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19310 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19312 * mm-decode.el (mm-handle-set-disposition): Remove.
19313 (mm-handle-set-description): Remove.
19315 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
19317 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19318 (mm-w3m-standalone-supports-m17n-p): New function.
19319 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19322 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19323 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19325 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
19327 * message.el (message-tool-bar-zap-list):
19328 Use gmm-tool-bar-zap-list as custom type.
19329 (message-tool-bar-update): New function.
19330 (message-tool-bar, message-tool-bar-gnome)
19331 (message-tool-bar-retro): Add message-tool-bar-update.
19332 (message-tool-bar-gnome): Add flyspell-buffer.
19334 * gnus-util.el (gnus-error): Describe `args'.
19336 * gmm-utils.el (gmm-error): Describe `args'.
19337 (gmm-tool-bar-zap-list): New widget.
19338 (gmm-tool-bar-from-list): Improve description of `zap-list'.
19340 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
19342 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19343 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19344 the number of recursive calls.
19346 * mm-decode.el (mm-handle-set-disposition): New macro.
19347 (mm-handle-set-description): New macro.
19349 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
19351 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19354 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
19356 * message.el (message-tool-bar-zap-list, message-tool-bar)
19357 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19358 (message-tool-bar-local-item-from-menu): Remove.
19359 (message-tool-bar-map): Replace by `message-make-tool-bar'.
19360 (message-make-tool-bar): New function.
19361 (message-mode): Use `message-make-tool-bar'.
19363 * gmm-utils.el: New file.
19364 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19365 (gmm-lazy): New widget copied from `nnmail.el'.
19366 (gmm-tool-bar-from-list): New function for creating customizable
19368 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
19370 (gmm): Add :prefix to defgroup.
19372 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
19374 * gmm-utils.el (gmm-widget-p): New function.
19376 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
19378 * mml.el (mml-attach-file): Describe `description' in doc string.
19379 (mml-menu): Add Emacs MIME manual and PGG manual.
19381 2006-01-20 Richard M. Stallman <rms@gnu.org>
19383 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19385 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
19387 * nntp.el (nntp-end-of-line): Doc fix.
19389 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
19391 * imap.el (imap-open): Handle case where buffer is a buffer
19394 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
19396 * gnus-delay.el (gnus-delay): Don't autoload.
19397 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19398 to be re-loaded when customizing the `gnus-delay' group.
19400 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
19402 * message.el (message-insert-citation-line): Use newlines.
19404 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
19406 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19408 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19410 2006-01-19 Mark D. Baushke <mdb@gnu.org>
19412 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19414 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
19416 * mm-decode.el (mm-inlined-types): Add application/pgp.
19417 (mm-automatic-display): Ditto.
19419 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19422 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
19424 * nnrss.el: Update copyright.
19425 (nnrss-opml-import): Query whether to subscribe to each entry.
19430 * mm-view.el: Update copyright.
19432 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
19434 * message.el (message-info): New function.
19435 (message-mode-menu): Add it.
19438 * ChangeLog: Fix and update copyright.
19440 2006-01-13 Romain Francoise <romain@orebokech.com>
19442 * message.el (message-forward-subject-name-subject): Prefer the
19443 address to 'nowhere' if the sender has no name.
19444 Fix typo. Update copyright year.
19446 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
19448 * gnus-art.el (article-wash-html):
19449 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19450 (gnus-article-wash-html-with-w3m-standalone): New function.
19452 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19453 mm-inline-text-html-render-with-w3m-standalone.
19454 (mm-text-html-washer-alist): Map w3m-standalone to
19455 gnus-article-wash-html-with-w3m-standalone.
19456 (mm-inline-text-html-render-with-w3m-standalone): New function.
19458 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
19460 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19463 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
19465 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19466 (nnrss-request-article): Render text/plain parts as HTML.
19468 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19471 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
19473 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19474 custom definition of `gnus-posting-styles'.
19476 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19477 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19479 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
19481 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19482 Use nntp for bug archive.
19484 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
19486 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19488 (nnrss-normalize-date): New function converts ISO 8601 date into
19489 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
19490 (nnrss-check-group): Use it.
19492 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
19494 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19496 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19497 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
19498 (nnrss-insert-w3): Ditto.
19500 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
19502 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19503 the articles to be forwarded including the case where neither a
19504 number of articles nor a region is specified.
19506 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
19508 * nnrss.el (nnrss-request-article): Fix last change; fill
19511 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
19513 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19514 in text/plain part.
19515 (nnrss-check-group): Don't add excessive newline to dc:subject.
19517 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
19519 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19522 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
19524 * nnml.el: Don't require gnus-bcklg. Autoload it.
19525 (nnml-use-compressed-files, nnml-save-mail): Support other
19526 comression programs such as bzip2.
19528 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19530 * dns.el (query-dns): Make sure we check the buffer size before
19531 removing tcp headers.
19533 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
19535 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19536 remove MIME buttons associated with multipart/alternative parts.
19537 (gnus-mime-display-alternative): Tag buttons using `article-type'
19540 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19541 associated with multipart/alternative parts.
19543 * gnus-art.el (gnus-signature-separator): Fix custom type.
19545 * mm-decode.el (mm-inlined-types): Fix custom type.
19546 (mm-keep-viewer-alive-types): Ditto.
19547 (mm-automatic-display): Ditto.
19548 (mm-attachment-override-types): Ditto.
19549 (mm-inline-override-types): Ditto.
19550 (mm-automatic-external-display): Ditto.
19552 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
19554 * spam-report.el (spam-report-user-mail-address)
19555 (spam-report-user-agent): New variables.
19556 (spam-report-url-ping-plain): Use spam-report-user-agent.
19558 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
19560 * gnus-art.el (gnus-button-handle-custom): Do not just use
19561 `customize-apropos' for any "M-x customize-*" button but the
19562 function called for. Accept both the function name and its
19563 argument in order to achieve this.
19564 (gnus-button-alist): Remove support for "custom:" URL's.
19565 Pass function name to `gnus-button-handle-custom' in case of "M-x
19566 customize-*" buttons.
19568 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
19570 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19571 multipart/alternative and add xref to mm-discouraged-alternatives
19574 * mm-decode.el (mm-discouraged-alternatives): Add xref to
19575 gnus-buttonized-mime-types in doc string.
19577 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
19579 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19580 Suggest image/.* in the doc string.
19582 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
19584 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19585 message-marks (Debian bug#342521).
19587 2005-12-12 Simon Josefsson <jas@extundo.com>
19589 * password.el (password-read-from-cache): Add.
19590 (password-read): Use it.
19592 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
19594 * rfc2047.el (rfc2047-charset-to-coding-system):
19595 Recognize us-ascii as a MIME charset.
19597 * mm-bodies.el (mm-decode-content-transfer-encoding):
19598 Protect against the case where the 2nd arg TYPE is nil.
19600 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19602 * pop3.el (pop3-stream-type): Fix custom version.
19604 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19606 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19608 * mm-decode.el (mm-display-external): Add missing cdr.
19610 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
19612 * mm-decode.el (mm-display-external): Use nametemplate (defined in
19613 RFC1524) if it is in mailcap or add a suffix according to
19614 mailcap-mime-extensions when generating a temp filename; postpone
19615 deleting a temp file for 2 seconds for some wrappers, shell
19616 scripts, and so on, which might exit right after having started a
19617 viewer command as a background job.
19619 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
19621 * nntp.el (nntp-marks-directory): Fix custom group.
19623 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19626 * gnus-start.el (gnus-no-server-1):
19627 Mention `gnus-level-default-subscribed' in doc string.
19629 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19631 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19634 2005-11-26 Dave Love <fx@gnu.org>
19636 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19637 (tls-program, tls-success): Provide openssl alternative.
19639 * starttls.el: Doc fixes.
19640 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19643 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
19644 port null or service name.
19645 (starttls-negotiate): Autoload.
19647 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
19649 * message.el (message-kill-to-signature): Fix interactive spec.
19651 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
19653 * pop3.el (pop3-open-server): Recognize a string as a service name.
19655 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
19657 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19659 2005-11-23 Dave Love <fx@gnu.org>
19661 Add pop3s, pop3/starttls.
19663 * pop3.el (pop3-authentication-scheme): Clarify doc.
19664 (open-tls-stream, starttls-open-stream): Autoload.
19665 (pop3-stream-type): New.
19666 (pop3-open-server): Use it.
19668 * mail-source.el (mail-sources): Fix some :types. Add stream type
19670 (mail-source-keyword-map): Add :stream for POP.
19671 (mail-source-fetch-pop): Use pop3-stream-type.
19673 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
19675 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19676 of current-time-string.
19678 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
19680 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19683 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
19685 * gnus-sum.el (gnus-fetch-old-headers): Update docs to warn that
19686 it can seriously impact performance as it bypasses the agent's
19689 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
19691 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19692 must be explicitly online rather than "not explicitly offline" for
19693 its flags to be synchronized.
19695 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19696 that gnus-uu-unmark-thread will function correctly.
19698 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19699 1024K is instead displayed as 1M.
19701 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19703 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19705 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
19707 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19709 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
19711 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19712 error message to display actual error condition.
19713 (gnus-agent-save-local): Avoid saving symbols that are bound to
19714 nil as they simply result in a warning message in
19715 gnus-agent-read-local.
19717 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
19719 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19720 rather than make-variable-buffer-local for file-precious-flag.
19722 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
19724 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19725 for duplicates which are removed. The invalid sort check then
19726 triggers a rescan after the sort as sorting may have moved
19727 duplicate entries such that they can be cheaply detected.
19729 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
19731 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19733 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
19735 * gnus-agent.el (gnus-agent-article-alist-save-format):
19736 Change internal variable to a custom variable. Change default value
19737 from compressed(2) to uncompressed(1).
19738 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19739 support for uncompressed agentview files. Taken together, reading
19740 the agentview file should now be 6-7 times faster.
19742 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
19744 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19745 as a buffer-local variable. This avoids creating truncated
19746 dribble files as a result of a hang up, eg.
19748 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19750 * gnus-start.el (gnus-start-draft-setup):
19751 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19753 * gnus.el (gnus-splash): Change custom group.
19754 (gnus-group-get-parameter, gnus-group-parameter-value):
19755 Describe allow-list argument.
19757 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19760 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
19762 * gnus-art.el (gnus-default-article-saver): Add user-defined
19763 `function' to custom type.
19765 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19767 * imap.el (imap-open): Handle case where buffer is a buffer
19770 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19772 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19774 (gnus-cache-delete-group): Wrap doc strings.
19776 * gnus-agent.el (gnus-agent-rename-group)
19777 (gnus-agent-delete-group): Wrap doc strings.
19779 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19781 * gnus-start.el (gnus-1): Add "native" to
19782 gnus-predefined-server-alist.
19784 * gnus.el (gnus-method-to-server): Don't add "native" to the
19785 lists here, because that leads to problems when
19786 gnus-select-method is bound.
19788 2005-11-09 Simon Josefsson <jas@extundo.com>
19790 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19791 use (not sort-by-date) instead.
19793 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19795 * gnus-delay.el (gnus-delay-group): Don't autoload.
19796 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19797 to be re-loaded when customizing the `gnus-delay' group.
19799 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
19801 * message.el: Revert last changes.
19802 (message-insert-citation-line): Use newlines.
19804 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19806 * message.el (message-courtesy-message)
19807 (message-mark-insert-begin, message-mark-insert-end)
19808 (message-elide-ellipsis, message-cancel-message)
19809 (message-add-header, message-change-subject)
19810 (message-cross-post-followup-to-header)
19811 (message-cross-post-insert-note, message-reduce-to-to-cc)
19812 (message-widen-reply, message-delete-not-region)
19813 (message-kill-to-signature, message-insert-signature)
19814 (message-insert-importance-high, message-insert-importance-low)
19815 (message-insert-or-toggle-importance)
19816 (message-insert-disposition-notification-to)
19817 (message-indent-citation, message-yank-original)
19818 (message-cite-original-without-signature, message-cite-original)
19819 (message-insert-citation-line, message-position-on-field)
19820 (message-fix-before-sending, message-send-mail-partially)
19821 (message-send-mail, message-send-mail-with-sendmail)
19822 (message-send-mail-with-qmail, message-send-news)
19823 (message-check-news-header-syntax, message-generate-headers)
19824 (message-insert-courtesy-copy, message-fill-address)
19825 (message-fill-header, message-shorten-references)
19826 (message-setup-1, message-cancel-news)
19827 (message-forward-make-body-plain, message-forward-make-body-mime)
19828 (message-forward-make-body-mml, message-encode-message-body)
19829 (message-forward-make-body-digest-plain)
19830 (message-forward-make-body-digest-mime)
19831 (message-use-alternative-email-as-from): Insert `hard-newline'
19832 instead of ordinary newlines.
19834 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
19836 * message.el (message-generate-headers): Downcase the argument
19837 given to message-check-element.
19839 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
19841 * nntp.el (nntp-authinfo-rejected): New error condition.
19842 (nntp-wait-for): Use new error condition to signal authentication
19844 (nntp-retrieve-data): Rethrow new error condition to break out of
19845 recursive call to nntp-send-authinfo.
19847 2005-11-08 Romain Francoise <romain@orebokech.com>
19849 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19850 (gnus-summary-exit-map): Bind to `Z p'.
19851 (gnus-summary-make-menu-bar): Add menu item.
19853 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
19855 * gnus-art.el (gnus-article-treat-custom): Add `first'.
19856 (gnus-treat-*): Add `first' in all doc strings.
19858 * gnus-group.el (gnus-group-compact-group): Fix typo.
19860 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
19862 * gnus.el (gnus-parameters-case-fold-search): New variable.
19863 (gnus-parameters-get-parameter): Use it.
19865 * gnus-score.el (gnus-home-score-file): Doc fix.
19867 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
19869 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19871 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
19873 * mm-util.el (mm-special-display-p): New function.
19875 * mml.el (mml-preview): Use it; doc fix.
19877 2005-10-29 Romain Francoise <romain@orebokech.com>
19879 * message.el (message-fix-before-sending): Fix comment.
19881 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19883 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19885 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19887 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19888 Used in gnus-score.el.
19890 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
19892 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19894 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
19896 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19897 whitespace removed in revision 7.8. Use concatenated string to
19898 protect trailing whitespace.
19900 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
19902 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19903 (nnimap-request-expire-articles): Use it to avoid sending 'UID
19904 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19905 Courier IMAP ("some version from 2004"). Mostly based on similar
19906 code in the same function.
19908 2005-10-26 Didier Verna <didier@xemacs.org>
19910 * gnus-group.el (gnus-group-compact-group): Invalidate original
19912 * gnus-srvr.el (gnus-server-compact-server): Ditto.
19913 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19914 NOV database and in article itself.
19915 Invalidate article backlog.
19917 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
19919 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19921 2005-10-26 Simon Josefsson <jas@extundo.com>
19923 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19924 part of 2004-07-25 change.
19926 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
19928 * message.el (message-display-completion-list): New function.
19929 (message-expand-group): Use it; make sure the Completions buffer
19932 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19934 * imap.el (imap-open): Handle case where buffer is a buffer object.
19936 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19943 * pgg.el: Move to the parent lisp directory.
19945 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19947 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19948 user-mail-name is an empty string.
19950 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19952 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19953 depending on gnus-score-decay-constant.
19955 * encrypt.el (encrypt-insert-file-contents)
19956 (encrypt-write-file-contents): Don't use `gnus-message'.
19958 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19960 (mm-uu-type-alist): Add message-marks and insert-marks.
19961 Pass arguments to mm-uu-verbatim-marks-extract.
19962 (mm-uu-hide-markers): New variable.
19963 (mm-uu-extract): Use face similar to `gnus-cite-3'.
19965 * gnus-fun.el (gnus-convert-image-to-x-face-command)
19966 (gnus-convert-image-to-face-command): Use "convert" by default to
19967 allow other input image formats.
19968 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19971 2005-10-23 Simon Josefsson <jas@extundo.com>
19973 * imap.el (imap-gssapi-program): Align command line parameters
19974 with latest GNU SASL.
19975 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19977 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19979 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19981 (nnslashdot-request-article): Ditto.
19983 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19985 * mail-source.el (mail-source-fetch-pop): Require pop3.
19986 (mail-source-check-pop): Ditto.
19988 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
19990 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19993 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
19995 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19996 (gnus-treat-strip-leading-blank-lines): Improve doc string.
19998 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20000 * mm-bodies.el (mm-decode-string):
20001 Call `mm-charset-to-coding-system' with allow-override argument.
20003 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
20005 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20006 (rfc2047-charset-to-coding-system): New function.
20007 (rfc2047-decode-encoded-words): New function.
20008 (rfc2047-decode-region): Use them.
20009 (rfc2047-decode-cte): Remove.
20010 (rfc2047-parse-and-decode): Remove.
20011 (rfc2047-decode): Remove.
20013 2005-10-15 Kenichi Handa <handa@m17n.org>
20015 * rfc2047.el (rfc2047-decode-cte): New function.
20016 (rfc2047-decode-region): Change the way to decode successive
20017 encoded-words: decode B- or Q-encoding in each encoded-word,
20018 concatenate them, and decode it as charset.
20020 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
20022 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
20023 widget-move-and-invoke.
20024 (gnus-custom-mode): Use gnus-custom-map.
20026 2005-10-15 Bill Wohler <wohler@newt.com>
20028 * message.el (message-tool-bar-map): Rename image file from
20029 mail_send to mail/send.
20031 2005-10-16 Masatake YAMATO <jet@gyve.org>
20033 * message.el (message-expand-group): Pass the common
20034 prefix substring of completion to `display-completion-list'.
20036 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
20038 * mml-sec.el (mml-secure-method): New internal variable.
20039 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20040 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20041 New functions using mml-secure-method.
20043 * mml.el (mml-mode-map): Add key bindings for those functions.
20044 (mml-menu): Simplify security menu entries. Suggested by Jesper
20045 Harder <harder@myrealbox.com>.
20046 (mml-attach-file, mml-attach-buffer, mml-attach-external):
20047 Goto end of message if point is the headers of the message.
20049 * message.el (message-in-body-p): New function.
20051 * assistant.el: Autoload gnus-util and netrc.
20053 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20054 Use `mm-charset-override-alist' only when decoding.
20056 * mm-bodies.el (mm-decode-body):
20057 Call `mm-charset-to-coding-system' with allow-override argument.
20059 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20060 `filename' from Content-Disposition if Content-Type doesn't
20062 (gnus-mime-view-part-as-type): Set default instead of
20065 2005-10-09 Daniel Brockman <daniel@brockman.se>
20067 * format-spec.el (format-spec): Propagate text properties of % spec.
20069 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20071 * gnus-art.el (gnus-treat-predicate): Add `first'.
20073 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
20075 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20076 (mm-charset-override-alist): New variable.
20077 (mm-charset-to-coding-system): Use it.
20078 (mm-codepage-setup): New helper function.
20079 (mm-charset-eval-alist): New variable.
20080 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20081 Warn about unknown charsets.
20083 2005-10-04 David Hansen <david.hansen@gmx.net>
20085 * nnrss.el (nnrss-request-article): Add support for the comments tag.
20086 (nnrss-check-group): Ditto.
20088 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
20090 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20091 Rename x-gnus-verbatim to x-verbatim.
20092 (mm-uu-type-alist): Fix regexp for verbatim-marks.
20094 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20097 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20099 * gnus-util.el (gnus-remove-duplicates): Remove.
20101 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20102 instead of gnus-remove-duplicates.
20104 * message.el (message-remove-duplicates): Remove.
20105 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20106 message-remove-duplicates.
20108 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20109 available, else use implementation from `delete-dups'.
20111 * message.el (message-insert-expires): New function.
20112 (message-mode-map): Add key binding.
20113 (message-mode-field-menu): Add menu entry.
20114 (message-mode): Document it.
20115 (message-make-expires-date): Use `message-make-date'.
20117 2005-10-04 Josh Huber <huber@alum.wpi.edu>
20119 * message.el (message-make-expires-date): New function.
20121 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
20123 * time-date.el: Autoload parse-time-string, XEmacs needs it.
20125 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
20127 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20128 function rather than the diff-mode.el package.
20129 (mm-display-external): Use with-current-buffer.
20130 (mm-viewer-completion-map, mm-viewer-completion-map):
20131 Move initialization inside declaration.
20133 2005-09-29 Simon Josefsson <jas@extundo.com>
20135 * spam.el: Load hashcash when compiling, to avoid warnings.
20136 Don't autoload mail-check-payment.
20137 (spam-check-hashcash): Define unconditionally, since hashcash.el
20138 is part of Gnus now. Ignore errors from payment checking.
20140 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
20142 * message.el (message-bold-region, message-unbold-region):
20143 Rename from `bold-region' and `unbold-region'.
20145 * message.el: Remove useless autoloads.
20147 2005-09-28 Simon Josefsson <jas@extundo.com>
20149 * message.el (message-use-idna): Default to t.
20150 (message-use-idna): Test whether encoding works too. Doc fix.
20152 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
20154 * nntp.el (nntp-warn-about-losing-connection): Remove.
20156 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
20158 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20159 customizable. Change default value.
20160 (mm-uu-diff-groups-regexp): Change default value.
20161 (mm-uu-type-alist): Add doc string.
20162 (mm-uu-configure): Add doc string. Make it interactive.
20163 (mm-uu-tex-groups-regexp): New variable.
20164 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20165 (mm-uu-type-alist): Add LaTeX documents.
20166 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20167 of "text/verbatim".
20168 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20170 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20171 instead of "text/verbatim".
20173 * message.el (message-mark-inserted-region)
20174 (message-mark-insert-file): Use slrn style marks when called with
20177 2005-09-27 Simon Josefsson <jas@extundo.com>
20179 * message.el (message-idna-to-ascii-rhs-1): Reformat.
20181 2005-09-27 Arne Jørgensen <arne@arnested.dk>
20183 * message.el (message-remove-duplicates): New function.
20184 Implementation borrowed from `gnus-remove-duplicates'.
20185 (message-idna-to-ascii-rhs): Also encode idna addresses in
20186 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20187 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20188 only ask about the same idna domain once per header and also tell
20189 in what header to replace the idna domain.
20191 * gnus-art.el (article-decode-idna-rhs): Also decode idna
20192 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20193 (article-decode-idna-rhs): Fix regexp so that all idna-address in
20194 a header is decoded and not just the last one.
20196 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
20198 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20201 * mm-decode.el (mm-automatic-display): Add text/verbatim.
20202 (mm-insert-part): Don't modify text if it has been decoded.
20204 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20207 * mm-view.el (mm-inline-text): Don't strip text props unless
20208 decoding enriched or richtext parts.
20210 2005-09-25 Romain Francoise <romain@orebokech.com>
20212 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20213 * gnus-start.el (gnus-subscribe-interactively):
20214 * gnus-uu.el (gnus-uu-grab-articles):
20215 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20218 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
20220 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20221 * mm-view.el (mm-view-pkcs7-decrypt):
20222 * gnus-sum.el (gnus-summary-limit-to-extra)
20223 (gnus-summary-respool-article, gnus-read-move-group-name):
20224 * gnus-score.el (gnus-summary-increase-score):
20225 * gnus-util.el (gnus-completing-read-with-default):
20226 * gnus-art.el (gnus-read-save-file-name)
20227 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20228 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20229 * message.el (message-check-news-header-syntax):
20230 Follow convention for reading with the minibuffer.
20232 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
20234 * spam-report.el (spam-report-url-ping-plain):
20235 Use gnus-extended-version as User-Agent.
20237 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20238 default value is nil.
20240 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20241 (mm-uu-verbatim-marks-extract): New function.
20242 (mm-uu-extract): New face.
20243 (mm-uu-copy-to-buffer): Use it.
20245 * spam-report.el (spam-report-gmane-ham): Rename from
20246 `spam-report-gmane-unspam'.
20247 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20248 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
20250 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20252 (spam-report-gmane-unregister-routine):
20253 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20255 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
20257 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20258 (spam-report-gmane-unregister-routine): Add support for gmane
20261 * spam-report.el (spam-report-gmane-unspam)
20262 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20263 (spam-report-gmane): Change to take a single article and do unspam
20266 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
20268 * mm-url.el (mm-url-decode-entities): Fix regexp.
20270 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
20272 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20273 default to nil, to be able to use Gnus at all. If the default
20274 switches to something else, then the function should be fixed not
20275 be exceedingly slow.
20277 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
20279 * gnus-start.el (gnus-activate-group): If the server is nil, don't
20282 * spam-report.el: Add better Keywords line.
20284 * spam.el: Add Maintainer and better Keywords line.
20286 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
20288 * gnus-art.el (gnus-article-replace-part)
20289 (gnus-mime-replace-part): New functions.
20290 (gnus-mime-action-alist, gnus-mime-button-commands)
20291 (gnus-mime-save-part-and-strip): Add file argument.
20292 (gnus-article-part-wrapper): Add interactive argument.
20294 * gnus-sum.el (gnus-summary-mime-map):
20295 Add `gnus-article-replace-part'.
20297 2005-09-19 Didier Verna <didier@xemacs.org>
20299 The nnml compaction feature:
20300 * nnml.el (nnml-request-compact-group): New function.
20301 * nnml.el (nnml-request-compact): New function.
20302 * gnus-int.el (gnus-request-compact-group): New function.
20303 * gnus-int.el (gnus-request-compact): New function.
20304 * gnus-group.el (gnus-group-compact-group): New function.
20305 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20306 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20307 * gnus-srvr.el (gnus-server-compact-server): New function.
20308 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20309 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20311 2005-09-18 Deepak Goel <deego@gnufans.org>
20313 * sieve.el (sieve-help): Fix `message' call: first arg should be a
20316 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
20318 * gnus.el (gnus-group-startup-message): Bind image-load-path.
20320 2005-09-15 Romain Francoise <romain@orebokech.com>
20322 * message.el (message-fill-paragraph): Clarify docstring.
20324 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
20326 * gnus-art.el (gnus-mime-display-part): Protect against broken
20329 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
20331 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20332 before parsing header.
20334 2005-09-11 Jari Aalto <jari.aalto@cante.net>
20336 * html2text.el (html2text-replace-list): Add new entities.
20338 2005-09-11 Romain Francoise <romain@orebokech.com>
20340 * message.el (message-alternative-emails): Improve docstring.
20341 (message-setup-1): Call `message-use-alternative-email-as-from'
20342 after `message-setup-hook' to give it precedence over posting
20344 (message-use-alternative-email-as-from): Add docstring.
20345 Remove the original From header if present.
20347 * nnml.el (nnml-compressed-files-size-threshold): New variable.
20348 (nnml-save-mail): Use it.
20350 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20351 articles. Add new argument `silent'.
20352 (gnus-uu-mark-all): Report the total number of marked articles.
20354 2005-09-10 Romain Francoise <romain@orebokech.com>
20356 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20357 (gnus-uu-mark-series): Likewise.
20359 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
20361 * spam-report.el (spam-report-gmane): Fix generation of spam
20364 2005-09-10 Simon Josefsson <jas@extundo.com>
20366 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20367 t, based on discussion on the ding list with Robert Epprecht
20368 <epprecht@solnet.ch>.
20370 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
20372 * spam-report.el (spam-report-gmane): Make it work without
20373 X-Report-Spam header. Gmane now only provides Archived-At.
20374 This is only used if `spam-report-gmane-use-article-number' is nil.
20375 (spam-report-gmane-spam-header): Remove. Not used anymore.
20377 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20378 make `gnus-summary-sort-by-recipient' work with threading.
20380 * nnweb.el (nnweb-google-wash-article): Print a message if article
20383 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20385 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20386 change. Decode text/* parts content before displaying.
20388 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
20390 * mml-smime.el: Remove defvar of gnus-extract-address-components.
20392 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
20394 * mm-view.el (mm-display-inline-fontify): Disable support modes.
20396 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
20398 * message.el (message-tab-body-function): Fix mismatched custom type.
20400 * gnus.el (gnus-group-change-level-function): Ditto.
20402 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20404 * gnus-art.el (gnus-signature-limit)
20405 (gnus-article-mime-part-function): Ditto.
20407 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
20409 * mml.el (mml-mode): Silence the byte compiler.
20411 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20412 using `(sit-for 0)' before moving the point to the specified part;
20413 skip unbuttonized parts.
20414 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20415 return to the summary window if gnus-auto-select-part is non-nil.
20417 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
20419 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20421 (mml-dnd-attach-file, mml-mode): Use them.
20423 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20424 Make fetching article by MID work again for Google Groups.
20425 Add FIXME concerning gnus-group-make-web-group.
20427 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20428 Don't depend on Gnus by using mail-extract-address-components if
20429 gnus-extract-address-components is not bound.
20431 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20433 * gnus-art.el (gnus-mime-display-security): Don't display the
20434 signature, but only the signed part.
20436 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
20438 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20440 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20443 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
20445 * mm-encode.el (mm-encode-content-transfer-encoding):
20446 Likewise when encoding.
20448 * mm-bodies.el (mm-decode-content-transfer-encoding):
20449 De-canonicalize CRLF for all text content types, not just
20452 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
20454 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20455 valid article; point arrow and cursor at the MIME button.
20457 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
20459 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20460 Suggested by Dan Christensen <jdc@uwo.ca>.
20462 * mm-decode.el (mm-save-part): Enable change of prompt.
20464 2005-08-29 Jari Aalto <jari.aalto@cante.net>
20466 * gnus-msg.el (gnus-inews-add-send-actions):
20467 Make `message-post-method' lambda parameter ARG `&optional'.
20469 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
20471 * gnus-sum.el (gnus-summary-mime-map):
20472 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20473 gnus-article-jump-to-part.
20475 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20476 (gnus-article-edit-part): Use it.
20477 (gnus-article-part-wrapper): Add no-handle argument.
20478 (gnus-article-save-part-and-strip, gnus-article-delete-part):
20481 2005-08-29 Romain Francoise <romain@orebokech.com>
20483 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20485 (gnus-face-from-file): Likewise.
20487 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
20489 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20490 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20492 (gnus-auto-select-part): New variable.
20493 (gnus-article-jump-to-part): New function.
20494 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20495 (gnus-mime-delete-part): Allow selecting specified part after
20496 deleting or stripping parts.
20497 (gnus-article-jump-to-part): Don't use `read-number'. Use last
20498 part if argument is bogus.
20500 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
20502 * gnus-art.el (w3m-minor-mode-map):
20503 * gnus-spec.el (gnus-newsrc-file-version):
20504 * gnus-util.el (nnmail-active-file-coding-system)
20505 (gnus-original-article-buffer, gnus-user-agent):
20506 * gnus.el (gnus-ham-process-destinations)
20507 (gnus-parameter-ham-marks-alist)
20508 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20509 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20510 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20511 * mm-decode.el (gnus-current-window-configuration):
20512 * mm-extern.el (gnus-article-mime-handles):
20513 * mm-url.el (url-current-object, url-package-name)
20514 (url-package-version):
20515 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20516 (smime-keys, w3m-cid-retrieve-function-alist)
20517 (w3m-current-buffer, w3m-display-inline-images)
20518 (w3m-minor-mode-map):
20519 * mml-smime.el (gnus-extract-address-components):
20520 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20521 (gnus-newsrc-hashtb, message-default-charset)
20522 (message-deletable-headers, message-options)
20523 (message-posting-charset, message-required-mail-headers)
20524 (message-required-news-headers):
20525 * mml1991.el (mc-pgp-always-sign):
20526 * mml2015.el (mc-pgp-always-sign):
20527 * nnheader.el (nnmail-extra-headers):
20528 * rfc1843.el (gnus-decode-encoded-word-function)
20529 (gnus-decode-header-function, gnus-newsgroup-name):
20530 * spam-stat.el (gnus-original-article-buffer): Add defvars.
20532 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
20534 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20535 the end of the date treatments.
20537 2005-08-15 Simon Josefsson <jas@extundo.com>
20539 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20540 it in url-handlers.el and XEmacs in url.el. Reported by Luca
20541 Capello and Romain Francoise.
20542 (pgg-fetch-key-function): Remove, not used?
20543 (pgg-insert-url-with-w3): Require url, to get
20544 url-insert-file-contents regardless of where it is defined.
20546 2005-08-13 Romain Francoise <romain@orebokech.com>
20548 * message.el (message-cite-original-1): New function.
20549 (message-cite-original): Use it.
20550 (message-cite-original-without-signature): Ditto.
20552 2005-08-08 Romain Francoise <romain@orebokech.com>
20554 * message.el (message-yank-empty-prefix): New variable.
20555 (message-indent-citation): Use it.
20556 (message-cite-original-without-signature): Respect X-No-Archive.
20558 2005-08-08 Simon Josefsson <jas@extundo.com>
20560 * pgg.el: Autoload url-insert-file-contents instead of loading
20562 (pgg-insert-url-with-w3): Don't load url here.
20564 2005-08-07 Jesper Harder <harder@phys.au.dk>
20566 * message.el (message-kill-to-signature): Don't insert newline at
20568 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20570 2005-08-06 Romain Francoise <romain@orebokech.com>
20572 * message.el (message-user-fqdn): Fix typo in docstring.
20574 2005-08-05 Daiki Ueno <ueno@unixuser.org>
20576 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20578 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20580 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
20582 * mm-bodies.el (mm-encode-body): Use coding system rather than
20583 charset to encode text.
20585 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20586 number of charsets if utf-8 is available (XEmacs).
20588 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
20590 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20591 taken from `gnus-button-mid-or-mail-regexp'.
20592 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20593 (gnus-button-alist): Improve regexp for domain part of the MIDs
20594 for news:localpart@domain buttons.
20595 (gnus-button-ctan-directory-regexp): Update.
20597 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
20599 * sieve-manage.el (sieve-manage-interactive-login):
20600 Use make-local-variable rather than make-variable-buffer-local.
20601 (sieve-manage-open): Ditto.
20602 (sieve-manage-authenticate): Ditto.
20604 * mml.el (mml-generate-mime-1): Make the content type default to
20605 text/plain if the filename is not specified.
20607 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
20609 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20610 instead of insert-buffer.
20612 * message.el (message-yank-original): Ditto; set the mark at the
20613 end of the yanked message.
20615 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
20617 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20618 lines to scroll rather than to stop it.
20620 * mml.el (mml-generate-default-type): Add doc string.
20621 (mml-generate-mime-1): Use mm-default-file-encoding or make it
20622 default to application/octet-stream when determining the content
20623 type if it is not specified for the part or the mml contents; add
20624 a comment about mml-generate-default-type.
20626 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
20628 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20629 make it default to application/octet-stream when determining the
20630 content type if it is not specified for the external contents.
20632 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
20634 * rfc2231.el (rfc2231-parse-string): Take care that not only a
20635 segmented parameter but also other parameters might be there.
20637 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
20639 * mm-decode.el (mm-display-external): Delete temp file, directory
20640 and buffer immediately if the external process is exited.
20642 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
20644 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20645 fewer lines than that of scroll-margin.
20646 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20648 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
20650 * gnus-art.el (gnus-article-next-page): Revert.
20651 (gnus-article-beginning-of-window): New macro.
20652 (gnus-article-next-page-1): Use it.
20653 (gnus-article-prev-page): Ditto.
20654 (gnus-article-edit-part): Use insert-buffer-substring instead of
20656 (gnus-article-edit-exit): Ditto.
20658 * gnus-util.el (gnus-beginning-of-window): Remove.
20659 (gnus-end-of-window): Remove.
20661 2005-07-25 Simon Josefsson <jas@extundo.com>
20663 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20664 to have the url package without w3. Reported by Daiki Ueno
20665 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20667 2005-07-20 Didier Verna <didier@xemacs.org>
20669 * gnus-diary.el: Remove the description comment (nndiary is now
20670 properly documented in the Gnus manual).
20671 Fix the spelling of "Back End".
20672 * nndiary.el: Ditto.
20673 Fix the copyright notice.
20675 2005-07-18 Romain Francoise <romain@orebokech.com>
20677 * gnus-sum.el (gnus-summary-to-prefix)
20678 (gnus-summary-newsgroup-prefix): New variables.
20679 (gnus-summary-from-or-to-or-newsgroups): Use them.
20681 2005-07-17 Romain Francoise <romain@orebokech.com>
20683 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20684 space as it's generally not especially interesting to the user.
20686 2005-07-16 Romain Francoise <romain@orebokech.com>
20688 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20689 nil to avoid prompting and file modification if one of the
20690 messages at the top of the nnfolder file contains a copyright
20692 Update copyright notice.
20694 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20695 instead of `current-time-string' as the latter creates a time
20696 string that is not RFC 2822 compliant (it lacks the zone).
20697 Update copyright notice.
20699 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
20701 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20702 for text/rtf. Display default in prompt. Pass default for M-n.
20704 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20706 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20708 * gnus-msg.el (gnus-button-mailto):
20709 Remove save-selected-window-window hackery because it relies on
20710 save-selected-window internals.
20712 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
20714 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20715 (gnus-article-next-page-1): Use gnus-beginning-of-window.
20716 (gnus-article-prev-page): Ditto.
20718 * gnus-util.el (gnus-beginning-of-window): New function.
20719 (gnus-end-of-window): New function.
20721 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
20723 * gnus-score.el (gnus-score-edit-all-score):
20724 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20727 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20729 * gnus-msg.el (gnus-button-mailto):
20730 Remove save-selected-window-window hackery because it relies on
20731 save-selected-window internals.
20733 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
20735 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20737 (gnus-binary-mode): Ditto.
20739 * gnus-topic.el (gnus-topic-mode): Ditto.
20741 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
20743 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20744 (gnus-article-prev-page): Take scroll-margin into consideration.
20746 2005-07-04 Lute Kamstra <lute@gnu.org>
20748 Update FSF's address in GPL notices.
20750 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
20752 * gnus.el (gnus-exit):
20753 * gnus-group.el (gnus-group-icons):
20754 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20756 * gnus-nocem.el (gnus-nocem):
20757 * message.el (message-various, message-buffers, message-sending)
20758 (message-interface, message-forwarding, message-insertion)
20759 (message-headers, message-news, message-mail):
20760 * pgg-gpg.el (pgg-gpg):
20761 * pgg-parse.el (pgg-parse):
20762 * pgg-pgp.el (pgg-pgp):
20763 * pgg-pgp5.el (pgg-pgp5):
20764 * pop3.el (pop3): Finish `defgroup' description with period.
20766 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
20768 * gnus-art.el (article-display-face): Improve the efficiency.
20769 (article-display-x-face): Ditto; remove gray x-face stuff.
20771 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
20773 * gnus-art.el (article-display-face): Correct the position in
20774 which Faces are inserted.
20776 2005-06-29 Didier Verna <didier@xemacs.org>
20778 * gnus-art.el (article-display-face): Display faces in correct
20781 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
20783 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20784 (gnus-fill-real-hashtb): Use hash table instead of obarray.
20785 (gnus-nocem-check-article): Fetch the Type header.
20786 (gnus-nocem-message-wanted-p): Fix the way to examine types.
20787 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20788 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20789 make sure gnus-nocem-hashtb is initialized.
20790 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20791 (gnus-nocem-unwanted-article-p): Ditto.
20793 * pgg.el (pgg-verify): Return the verification result.
20795 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20797 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20800 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
20802 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20803 `show-nonbreak-escape'.
20805 2005-06-23 Lute Kamstra <lute@gnu.org>
20807 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20809 * dig.el (dig-mode):
20810 * smime.el (smime-mode): Use gnus-run-mode-hooks.
20812 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
20814 * nnimap.el (nnimap-split-download-body): Fix spellings.
20816 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
20818 * gnus-art.el (gnus-article-encrypt-body):
20819 * gnus-cus.el (gnus-score-customize):
20820 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20821 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20823 2005-06-16 Arne Jørgensen <arne@arnested.dk>
20825 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20826 header by looking for magic "MII" at the beginning.
20828 2005-06-16 Miles Bader <miles@gnu.org>
20830 * assistant.el (assistant-field): Remove "-face" suffix from face name.
20831 (assistant-field-face): New backward-compatibility alias for renamed
20833 (assistant-render-text): Use renamed assistant-field face.
20835 * spam.el (spam): Remove "-face" suffix from face name.
20836 (spam-face): New backward-compatibility alias for renamed face.
20837 (spam-face, spam-initialize): Use renamed spam face.
20839 * message.el (message-header-to, message-header-cc)
20840 (message-header-subject, message-header-newsgroups)
20841 (message-header-other, message-header-name)
20842 (message-header-xheader, message-separator, message-cited-text)
20843 (message-mml): Remove "-face" suffix from face names.
20844 (message-header-to-face, message-header-cc-face)
20845 (message-header-subject-face, message-header-newsgroups-face)
20846 (message-header-other-face, message-header-name-face)
20847 (message-header-xheader-face, message-separator-face)
20848 (message-cited-text-face, message-mml-face):
20849 New backward-compatibility aliases for renamed faces.
20850 (message-font-lock-keywords): Use renamed message faces.
20852 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20853 (sieve-test-commands, sieve-tagged-arguments):
20854 Remove "-face" suffix from face names.
20855 (sieve-control-commands-face, sieve-action-commands-face)
20856 (sieve-test-commands-face, sieve-tagged-arguments-face):
20857 New backward-compatibility aliases for renamed faces.
20858 (sieve-control-commands-face, sieve-action-commands-face)
20859 (sieve-test-commands-face, sieve-tagged-arguments-face):
20860 Use renamed sieve faces.
20862 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20863 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20864 (gnus-group-news-3-empty, gnus-group-news-4)
20865 (gnus-group-news-4-empty, gnus-group-news-5)
20866 (gnus-group-news-5-empty, gnus-group-news-6)
20867 (gnus-group-news-6-empty, gnus-group-news-low)
20868 (gnus-group-news-low-empty, gnus-group-mail-1)
20869 (gnus-group-mail-1-empty, gnus-group-mail-2)
20870 (gnus-group-mail-2-empty, gnus-group-mail-3)
20871 (gnus-group-mail-3-empty, gnus-group-mail-low)
20872 (gnus-group-mail-low-empty, gnus-summary-selected)
20873 (gnus-summary-cancelled, gnus-summary-high-ticked)
20874 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20875 (gnus-summary-high-ancient, gnus-summary-low-ancient)
20876 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20877 (gnus-summary-low-undownloaded)
20878 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20879 (gnus-summary-low-unread, gnus-summary-normal-unread)
20880 (gnus-summary-high-read, gnus-summary-low-read)
20881 (gnus-summary-normal-read, gnus-splash):
20882 Remove "-face" suffix from face names.
20883 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20884 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20885 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20886 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20887 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20888 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20889 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20890 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20891 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20892 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20893 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20894 (gnus-summary-selected-face, gnus-summary-cancelled-face)
20895 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20896 (gnus-summary-normal-ticked-face)
20897 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20898 (gnus-summary-normal-ancient-face)
20899 (gnus-summary-high-undownloaded-face)
20900 (gnus-summary-low-undownloaded-face)
20901 (gnus-summary-normal-undownloaded-face)
20902 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20903 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20904 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20905 (gnus-splash-face):
20906 New backward-compatibility aliases for renamed faces.
20907 (gnus-group-startup-message): Use renamed gnus faces.
20909 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20910 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20911 (gnus-server-agent): Remove "-face" suffix from face names.
20912 (gnus-server-agent-face, gnus-server-opened-face)
20913 (gnus-server-closed-face, gnus-server-denied-face)
20914 (gnus-server-offline-face):
20915 New backward-compatibility aliases for renamed faces.
20916 (gnus-server-agent-face, gnus-server-opened-face)
20917 (gnus-server-closed-face, gnus-server-denied-face)
20918 (gnus-server-offline-face): Use renamed gnus faces.
20920 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20921 Remove "-face" suffix from face names.
20922 (gnus-picon-xbm-face, gnus-picon-face):
20923 New backward-compatibility aliases for renamed faces.
20925 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20926 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20927 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20928 (gnus-cite-11): Remove "-face" suffix from face names.
20929 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20930 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20931 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20932 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20933 New backward-compatibility aliases for renamed faces.
20934 (gnus-cite-attribution-face, gnus-cite-face-list)
20935 (gnus-article-boring-faces): Use renamed gnus faces.
20937 * gnus-art.el (gnus-signature, gnus-header-from)
20938 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20939 (gnus-header-content): Remove "-face" suffix from face names.
20940 (gnus-signature-face, gnus-header-from-face)
20941 (gnus-header-subject-face, gnus-header-newsgroups-face)
20942 (gnus-header-name-face, gnus-header-content-face):
20943 New backward-compatibility aliases for renamed faces.
20944 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20946 * gnus-sum.el (gnus-summary-selected-face)
20947 (gnus-summary-highlight): Use renamed gnus faces.
20948 * gnus-group.el (gnus-group-highlight): Likewise.
20950 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
20952 * gnus-sieve.el (gnus-sieve-article-add-rule):
20953 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20954 * spam-stat.el (spam-stat-buffer-change-to-spam)
20955 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20957 * message.el (message-is-yours-p):
20958 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20960 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
20962 * mm-view.el (mm-inline-text): Withdraw the last change.
20964 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
20966 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20967 executing enriched-decode.
20969 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
20971 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20972 charset of tar files.
20974 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20976 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20978 2005-06-04 Lute Kamstra <lute@gnu.org>
20980 * nnfolder.el (nnfolder-read-folder): Make sure that undo
20981 information is never recorded.
20983 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20985 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20987 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
20989 * pop3.el (pop3-apop): Run md5 in the binary mode.
20991 * starttls.el (starttls-set-process-query-on-exit-flag):
20992 Use eval-and-compile.
20994 2005-05-31 Simon Josefsson <jas@extundo.com>
20996 * smime.el (smime-replace-in-string): Define.
20997 (smime-cert-by-ldap-1): Use it.
20999 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
21001 * gnus-art.el (article-display-x-face): Replace
21002 process-kill-without-query by gnus-set-process-query-on-exit-flag.
21004 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21005 set-process-query-on-exit-flag or process-kill-without-query.
21007 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21008 loop instead of replace-regexp.
21010 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21011 instead of process-kill-without-query if it is available.
21013 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21014 instead of find-file-hooks if it is available.
21016 * mml1991.el: Bind pgg-default-user-id when compiling.
21018 * mml2015.el: Bind pgg-default-user-id when compiling.
21020 * nndraft.el (nndraft-request-associate-buffer):
21021 Use write-contents-functions instead of write-contents-hooks if it is
21024 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21025 instead of find-file-hooks if it is available.
21027 * nntp.el (nntp-open-connection): Replace
21028 process-kill-without-query by gnus-set-process-query-on-exit-flag.
21029 (nntp-open-ssl-stream): Ditto.
21030 (nntp-open-tls-stream): Ditto.
21032 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21033 set-process-query-on-exit-flag or process-kill-without-query.
21034 (starttls-open-stream-gnutls): Use it instead of
21035 process-kill-without-query.
21036 (starttls-open-stream): Ditto.
21038 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
21040 * smime.el (smime-cert-by-ldap-1): Don't use
21041 replace-regexp-in-string.
21043 2005-05-31 Arne Jørgensen <arne@arnested.dk>
21045 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21047 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21048 in PEM format. Adjust to the XEmacs compatibility.
21050 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
21052 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21053 by `string-to-number'.
21054 * gnus-agent.el (gnus-agent-regenerate-group)
21055 (gnus-agent-fetch-articles): Ditto.
21056 * gnus-art.el (gnus-button-fetch-group): Ditto.
21057 * gnus-cache.el (gnus-cache-generate-active)
21058 (gnus-cache-articles-in-group): Ditto.
21059 * gnus-group.el (gnus-group-set-current-level)
21060 (gnus-group-insert-group-line): Ditto.
21061 * gnus-score.el (gnus-score-set-expunge-below)
21062 (gnus-score-set-mark-below, gnus-summary-score-effect)
21063 (gnus-summary-score-entry): Ditto.
21064 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21065 (gnus-soup-pack): Ditto.
21066 * gnus-spec.el (gnus-xmas-format): Ditto.
21067 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21068 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21069 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21070 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21071 * nndb.el (nndb-get-remote-expire-response): Ditto.
21072 * nndiary.el (nndiary-parse-schedule-value)
21073 (nndiary-string-to-number, nndiary-request-replace-article)
21074 (nndiary-request-article): Ditto.
21075 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21076 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21077 * nneething.el (nneething-make-head): Ditto.
21078 * nnfolder.el (nnfolder-request-article)
21079 (nnfolder-retrieve-headers): Ditto.
21080 * nnheader.el (nnheader-file-to-number): Ditto.
21081 * nnkiboze.el (nnkiboze-request-article): Ditto.
21082 * nnmail.el (nnmail-process-unix-mail-format)
21083 (nnmail-process-babyl-mail-format): Ditto.
21084 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21085 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21086 (nnmh-request-create-group, nnmh-request-list-1)
21087 (nnmh-request-group, nnmh-request-article): Ditto.
21088 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21089 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21090 * nnsoup.el (nnsoup-make-active): Ditto.
21091 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21092 * nntp.el (nntp-find-group-and-number)
21093 (nntp-retrieve-headers-with-xover): Ditto.
21094 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21095 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21096 (pgg-format-key-identifier): Ditto.
21097 * pop3.el (pop3-last, pop3-stat): Ditto.
21098 * qp.el (quoted-printable-decode-region): Ditto.
21100 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21103 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
21105 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21107 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21109 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21111 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21113 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21115 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21117 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21118 (gnus-carpal-mode): Ditto.
21120 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21121 (gnus-browse-mode): Ditto.
21123 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21125 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21127 2005-05-29 Richard M. Stallman <rms@gnu.org>
21129 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21131 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
21133 * gnus-util.el (gnus-run-mode-hooks): New function.
21135 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21137 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
21139 * gnus-agent.el (gnus-agent-make-mode-line-string):
21140 Use mode-line-highlight as mouse-face.
21142 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
21144 * canlock.el (canlock): Change the parent group to news.
21146 * deuglify.el (gnus-outlook-deuglify): Add :group.
21148 * dig.el (dig): Add :group.
21150 * dns-mode.el (dns-mode): Add :group.
21152 * encrypt.el (encrypt): Add :group.
21154 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21155 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21156 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21157 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21158 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21160 * gnus-diary.el (gnus-diary): Add :group.
21162 * gnus.el (gnus-group-news-1-face): Add :group.
21163 (gnus-group-news-1-empty-face): Ditto.
21164 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21165 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21166 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21167 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21168 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21169 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21170 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21171 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21172 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21173 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21174 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21175 (gnus-summary-high-ticked-face): Ditto.
21176 (gnus-summary-low-ticked-face): Ditto.
21177 (gnus-summary-normal-ticked-face): Ditto.
21178 (gnus-summary-high-ancient-face): Ditto.
21179 (gnus-summary-low-ancient-face): Ditto.
21180 (gnus-summary-normal-ancient-face): Ditto.
21181 (gnus-summary-high-undownloaded-face): Ditto.
21182 (gnus-summary-low-undownloaded-face): Ditto.
21183 (gnus-summary-normal-undownloaded-face): Ditto.
21184 (gnus-summary-high-unread-face): Ditto.
21185 (gnus-summary-low-unread-face): Ditto.
21186 (gnus-summary-normal-unread-face): Ditto.
21187 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21188 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21190 * hashcash.el (hashcash): New custom group.
21191 (hashcash-default-payment): Add :group.
21192 (hashcash-payment-alist): Ditto.
21193 (hashcash-default-accept-payment): Ditto.
21194 (hashcash-accept-resources): Ditto.
21195 (hashcash-path): Ditto.
21196 (hashcash-extra-generate-parameters): Ditto.
21197 (hashcash-double-spend-database): Ditto.
21198 (hashcash-in-news): Ditto.
21200 * message.el (message-minibuffer-local-map): Add :group.
21202 * netrc.el (netrc): Add :group.
21204 * sieve-manage.el (sieve-manage-log): Add :group.
21205 (sieve-manage-default-user): Diito.
21206 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21207 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21208 (sieve-manage-authenticators): Ditto.
21209 (sieve-manage-authenticator-alist): Ditto.
21210 (sieve-manage-default-port): Ditto.
21212 * sieve-mode.el (sieve-control-commands-face): Add :group.
21213 (sieve-action-commands-face): Ditto.
21214 (sieve-test-commands-face): Ditto.
21215 (sieve-tagged-arguments-face): Ditto.
21217 * smime.el (smime): Add :group.
21219 * spam-report.el (spam-report): Add :group.
21221 * spam.el (spam, spam-face): Add :group.
21223 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
21225 * nntp.el (nntp-next-result-arrived-p): Some news servers may
21226 return \n.\n.\n at the end of articles. Protect against that.
21227 (nntp-with-open-group): Allow debugging.
21229 * nnheader.el (mail-header-set-extra): Make into a function
21230 because I just could't understand how to quote the list properly.
21232 * dns.el (query-dns-cached): New function.
21234 2005-05-26 Lute Kamstra <lute@gnu.org>
21236 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21238 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
21240 * gnus-art.el: Don't autoload mail-extract-address-components.
21242 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21243 eval-and-compile to evaluate it.
21245 * hashcash.el: Don't autoload executable-find.
21247 * nndb.el: Don't declare the nndb back end two or more times; don't
21248 autoload news-reply-mode, news-setup, cancel-timer and telnet.
21250 * nntp.el: Autoload format-spec instead of format; use
21251 eval-and-compile to evaluate autoload forms.
21253 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
21255 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21257 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21259 * gnus.el (gnus-version-number): Bump version.
21261 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21263 * gnus.el: No Gnus v0.3 is released.
21265 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
21267 * gnus-art.el (gnus-article-edit-part): Disable undo.
21269 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
21271 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21272 gnus-article-date-lapsed-new-header is t if date timer is active;
21273 skip headers in which the original date value is empty.
21274 (gnus-article-save-original-date): Redefine it as a macro.
21275 (gnus-display-mime): Use it.
21277 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
21279 * gnus-art.el (article-date-ut): Support converting date in
21280 forwarded parts as well.
21281 (gnus-article-save-original-date): New function.
21282 (gnus-display-mime): Use it.
21284 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
21286 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21287 enclosure element of <item>.
21289 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
21291 * message.el (message-kill-buffer-query): Rename from
21292 `message-kill-buffer-query-if-modified'. Add :version.
21294 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
21296 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21299 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
21301 * mml.el: Autoload dnd when compiling.
21303 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
21305 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21308 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
21310 * qp.el (quoted-printable-encode-region): Save excursion.
21312 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
21314 * message.el (message-kill-buffer-query-if-modified): Add new variable
21315 so the user can kill a modified message buffer quickly.
21316 (message-kill-buffer): Use it.
21318 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
21320 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
21321 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21323 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
21325 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21326 contained in text because xml.el decodes entities) with LFs.
21328 2005-04-11 Lute Kamstra <lute@gnu.org>
21330 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21333 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21335 * mm-util.el (mm-detect-coding-region): Typo.
21337 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
21339 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21341 2005-04-06 Deepak Goel <deego@gnufans.org>
21343 * spam-stat.el (spam-stat-score-buffer): Add a call to a
21344 user-function allow user modifications of the scores.
21345 (spam-stat-score-buffer-user): New function, to allow
21346 user-computed modifications to the score.
21347 (spam-stat-score-buffer-user-functions): List of additional
21349 (spam-stat-error-holder): Global temporary error holder.
21350 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21353 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
21355 * gnus-registry.el (gnus-registry-clean-empty-function)
21356 (gnus-registry-trim, gnus-registry-fetch-groups)
21357 (gnus-registry-delete-group): Groups that match
21358 `gnus-registry-ignored-groups' are removed from the registry
21359 entries, not just ignored for splitting. This helps clean up the
21360 registry. Also, `gnus-registry-fetch-groups' is a convenient way
21361 to get all the groups a message ID is in.
21363 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21364 (spam-stat-split-fancy): Change "threshhold" to "threshold".
21365 (spam-stat-score-buffer-user-functions): Add :number custom type.
21367 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21369 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21370 argument in XEmacs.
21372 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21373 (nnrss-request-group): Decode group name first.
21374 (nnrss-request-article): Make a text/plain article if mml-to-mime
21376 (nnrss-get-encoding): Return a compatible encoding according to
21377 nnrss-compatible-encoding-alist.
21378 (nnrss-find-el): Use consp instead of listp.
21379 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21381 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21383 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21384 which Emacs 20 doesn't support.
21385 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21387 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
21389 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21390 silence the byte compiler inside the defun.
21392 * gnus-demon.el (parse-time-string): Add autoload.
21394 * gnus-delay.el (parse-time-string): Add autoload.
21396 * gnus-art.el (parse-time-string): Add autoload.
21398 * nnultimate.el (parse-time): Require for `parse-time-string'.
21400 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
21402 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21404 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21406 * smime.el (smime-ldap-host-list): Add :version.
21408 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
21410 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21411 pass it to `gnus-browse-read-group'.
21412 (gnus-browse-read-group): Add NUMBER argument and pass it to
21413 `gnus-group-read-ephemeral-group'.
21415 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21416 argument and pass it to `gnus-group-read-group'.
21418 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
21420 * mm-util.el (mm-xemacs-find-mime-charset): Only call
21421 mm-xemacs-find-mime-charset-1 if we have the mule feature
21422 available at runtime.
21424 2005-03-25 Werner Lemberg <wl@gnu.org>
21426 * nnmaildir.el: Replace `illegal' with `invalid'.
21428 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
21430 * gnus-start.el (gnus-display-time-event-handler):
21431 Check display-time-timer at runtime rather than only at load time
21432 in case display-time-mode is turned off in the mean time.
21434 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
21436 * nnimap.el (nnimap-open-connection): Print which authinfo file is
21439 * nneething.el (nneething-map-file-directory): Derive from
21442 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21445 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
21447 * nnmaildir.el (nnmaildir-request-accept-article):
21448 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21450 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
21452 * gnus-async.el: Require timer-funcs at compile time when in
21453 XEmacs for `run-with-idle-timer'.
21455 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
21457 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21458 autoloaded function.
21460 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
21462 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21464 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
21466 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21468 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
21470 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21471 Add gnus-expert-user to default.
21473 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
21475 * nnimap.el (nnimap-open-server): Ditto.
21477 * imap.el (imap-authenticate): Fix typo.
21479 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
21481 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21482 buffer (since IMAP server might return FETCH response out of
21483 order, and the nntp buffer must be sorted).
21485 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
21487 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21488 comparison on string.
21490 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21491 (gnus-agent-score): Rename category keywords to match gnus-cus.
21492 (gnus-agent-summary-fetch-series): Modify to protect against
21493 gnus-agent-summary-fetch-group clearing processable flags.
21494 (gnus-agent-synchronize-group-flags): Update live group buffer as
21495 synchronization may occur due to the user toggle the plugged
21497 (gnus-agent-fetch-group-1): Clear downloadable flag when article
21498 successfully downloaded.
21499 (gnus-agent-expire-group-1): Avoid using markers when the overview
21500 is in ascending order; greatly improves performance.
21501 (gnus-agent-regenerate-group):
21502 Use gnus-agent-synchronize-group-flags to reset read status in both
21504 (gnus-agent-update-files-total-fetched-for): Fix initial size.
21506 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21508 * message.el: Don't autoload former message-utils variables.
21509 (message-strip-subject-trailing-was): Change doc string.
21511 * nnweb.el: Fixes for `gnus-group-make-web-group'.
21512 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
21513 (nnweb-google-search): Add "hl=en" here.
21514 (nnweb-google-parse-1, nnweb-google-create-mapping):
21515 Don't hardcode URL.
21517 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
21519 * message.el (message-get-reply-headers, message-followup):
21520 Mention related variables `message-use-followup-to' and
21521 `message-use-mail-followup-to', in the information buffer.
21523 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21524 of broken groups(-beta).google.com.
21526 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
21528 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21529 parameter to invoked gnus-request-move-article; remove the
21530 redundant gnus-sum-hint-move-is-internal variable; apply the marks
21531 all at once instead of once per article.
21532 (gnus-summary-remove-process-mark): Accept a list of articles as
21533 well as a single article for processing.
21535 * gnus-int.el (gnus-request-move-article): Add move-is-internal
21538 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21540 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21542 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21545 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21548 * nnimap.el (nnimap-request-move-article): Add move-is-internal
21549 parameter and remove the gnus-sum-hint-move-is-internal variable.
21551 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21554 * nndraft.el (nndraft-request-move-article): Add move-is-internal
21557 * nndiary.el (nndiary-request-move-article): Add move-is-internal
21560 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21562 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21565 * nnagent.el (nnagent-request-move-article): Add move-is-internal
21568 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
21570 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21571 a more conservative way.
21573 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21575 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21576 buffer, so it moves the window's cursor.
21578 2005-02-26 Arne Jørgensen <arne@arnested.dk>
21580 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21581 `mm-dissect-multipart' and receive the from field as an (optional)
21582 argument from `mm-dissect-multipart'.
21583 (mm-dissect-multipart): Receive the from field as an argument and
21584 pass it on when we call `mm-dissect-buffer' on MIME parts.
21585 Fixes verification/decryption of signed/encrypted MIME parts.
21587 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
21589 * gnus-sum.el (gnus-summary-move-article):
21590 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21591 whatever it calls (right now, only nnimap-request-move article
21594 * nnimap.el (nnimap-request-move-article):
21595 When gnus-sum-hint-move-is-internal is set, don't do the extra
21596 nnimap-request-article.
21598 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
21600 * nnheader.el (nnheader-find-file-noselect): Add doc string.
21602 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21603 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21605 * gnus-sum.el (gnus-summary-caesar-message):
21606 Apply `gnus-treat-article' after rotation.
21608 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21611 2005-02-22 Simon Josefsson <jas@extundo.com>
21613 * encrypt.el (encrypt-password-cache-expiry): Remove (use
21614 `password-cache-expiry' instead). Reported by Arne Jørgensen
21615 <arne@arnested.dk>.
21616 (encrypt): Add password-cache and password-cache-expiry as group
21619 2005-02-22 Arne Jørgensen <arne@arnested.dk>
21621 * smime.el (smime-ldap-host-list): Doc fix.
21622 (smime-ask-passphrase): Use `password-read-and-add' to read (and
21624 (smime-sign-region): Use it.
21625 (smime-decrypt-region): Use it.
21626 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21627 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21629 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21630 certificate from DER to PEM format rather than calling openssl.
21632 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21634 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21635 for signing/encryption.
21637 * mml.el (mml-parse-1): Use them.
21639 2005-02-21 Arne Jørgensen <arne@arnested.dk>
21641 * nnrss.el (nnrss-verbose): Remove.
21642 (nnrss-request-group): Use `nnheader-message' instead.
21644 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
21646 * nnrss.el (nnrss-verbose): New variable.
21647 (nnrss-request-group): Make it say nnrss is requesting a group.
21649 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
21651 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21652 Handle news URL with given port correctly.
21654 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
21656 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21657 containing special characters.
21659 * gnus-sum.el (gnus-summary-edit-article): Ditto.
21661 * mml.el (mime-to-mml): Ditto.
21663 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21664 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21665 (rfc2047-decode-region): Quote decoded words containing special
21666 characters when rfc2047-quote-decoded-words-containing-tspecials
21669 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
21671 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21673 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21675 2005-02-15 Simon Josefsson <jas@extundo.com>
21677 * nnimap.el (nnimap-debug): Doc fix.
21679 * imap.el (imap-debug): Doc fix.
21681 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
21683 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21685 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
21687 * gnus.el (spam-contents): Improve docs for spam-contents
21688 parameter in its variable incarnation.
21690 2005-02-14 Simon Josefsson <jas@extundo.com>
21692 * smime-ldap.el: Use require instead of load-library for ldap.
21693 (smime-ldap-search): Indent.
21694 (smime-ldap-search-internal): Shorten line.
21696 * smime.el (smime-cert-by-dns): Add doc-string.
21697 (smime-cert-by-ldap-1): Indent.
21699 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21700 mml-smime-get-dns-ldap.
21701 (mml-smime-encrypt-query): Use new function. Default to ldap.
21703 2005-02-14 Arne Jørgensen <arne@arnested.dk>
21705 * smime.el: Require smime-ldap.
21706 (smime-ldap-host-list): New variable.
21707 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21709 * mml-smime.el (mml-smime-encrypt-query): New function.
21710 (mml-smime-encrypt-query): Use it.
21712 * smime-ldap.el: New file.
21714 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
21716 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21718 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
21720 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21721 argument in doc string. Make query for type more clear.
21723 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
21725 * gnus.el (gnus-group-startup-message): Search for gnus images in
21727 * mm-util.el (mm-image-load-path): Likewise.
21728 * smiley.el (smiley-data-directory): Search for smilies in
21729 etc/images/smilies.
21731 2005-02-09 Kim F. Storm <storm@cua.dk>
21733 Change Emacs release version from 21.4 to 22.1 throughout.
21734 Change Emacs development version from 21.3.50 to 22.0.50.
21736 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
21738 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21740 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21741 non-Mule XEmacs as well.
21742 (mm-decompress-buffer): Signal an error intentionally if it does
21743 not decompress compressed data because auto-compression-mode is
21746 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
21748 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21749 an ID in the registry even if it has no groups.
21751 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
21753 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21754 merge it into mm-decompress-buffer.
21755 (gnus-mime-copy-part): Use the MIME part charset, the value which
21756 a user specified or gnus-newsgroup-charset for decoding, like
21757 gnus-mime-inline-part does; set buffer-file-coding-system to tell
21758 save-buffer what was used. Suggested by Kevin Ryde
21759 <user42@zip.com.au>.
21760 (gnus-mime-inline-part): Allow the name parameter as well as the
21761 filename parameter; force decompressing of compressed data; always
21762 display contents being not decoded as unibyte.
21764 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21765 as well as the filename parameter.
21767 * mm-util.el (mm-decompress-buffer):
21768 Merge gnus-mime-jka-compr-maybe-uncompress.
21769 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21770 of compressed data.
21772 2005-02-08 Simon Josefsson <jas@extundo.com>
21774 * imap.el (imap-log): Doc fix.
21776 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
21778 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21779 the coding cookies; decompress compressed parts.
21781 * mml.el (mml-generate-mime-1): Add the charset parameter according
21782 to the value which a user specified manually or the coding cookie.
21784 * mm-util.el (mm-string-to-multibyte): New function.
21785 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21786 (mm-coding-system-to-mime-charset): New function.
21787 (mm-decompress-buffer): New function.
21788 (mm-find-buffer-file-coding-system): New function.
21790 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21791 (mm-display-inline-fontify): Rewrite for decoding and decompressing
21794 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21796 * mm-view.el (mm-display-inline-fontify): Decode a part according
21797 to the charset parameter.
21799 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
21801 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21802 prefix arg is neither nil nor a number, as info specifies.
21804 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
21806 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21809 2005-02-02 Jari Aalto <jari.aalto@cante.net>
21811 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21812 groups error checking and notify user.
21814 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
21816 * message.el (message-send-mail-function): Check existence of
21817 sendmail-program first before using default value
21818 `message-send-mail-with-sendmail'. Otherwise use more generic
21819 `smtpmail-send-it'.
21821 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
21823 * nntp.el (nntp-request-update-info): Always return nil.
21825 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
21827 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21829 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21831 * message.el (message-beginning-of-line): Change the behavior when
21832 invoked between BOL and : so that it first moves backward.
21834 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21836 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21837 article buffer when editing of the article is discarded.
21838 (gnus-article-prepare): Revert.
21840 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21842 * gnus-art.el (gnus-article-prepare):
21843 Remove message-strip-forbidden-properties from the local hook.
21845 2005-01-27 Simon Josefsson <jas@extundo.com>
21847 * password.el (password-cache-add): Only start one timer per key.
21848 Reported by Derek Atkins <warlord@MIT.EDU>.
21850 2005-01-26 Steve Youngs <steve@sxemacs.org>
21852 * run-at-time.el: Remove. It is no longer needed as
21853 timer-funcs.el in the xemacs-base package has a working version of
21856 * password.el: Require timer-funcs instead of run-at-time in
21858 Remove `password-run-at-time' macro.
21859 (password-cache-add): Use `run-at-time' instead of
21860 `password-run-at-time'.
21862 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21863 for `run-with-idle-timer'.
21865 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21868 * mm-url.el: Require timer-funcs at compile time when in XEmacs
21869 for `with-timeout'.
21871 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
21873 * mml.el (mml-generate-mime-1): Convert string into unibyte when
21874 inserting " *mml*" buffer's contents into a unibyte temp buffer.
21876 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
21878 * mail-source.el (mail-source-fetch-imap): Search for ^From case
21881 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
21883 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21885 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
21887 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21888 which will be inserted according to the multibyteness of a buffer
21889 rather than the type of contents. Suggested by ARISAWA Akihiro
21890 <ari@mbf.ocn.ne.jp>.
21892 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21893 of string which old xml.el may return rather than a string.
21895 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
21897 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21899 2005-01-16 Simon Josefsson <jas@extundo.com>
21901 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21902 idn/idna.el isn't available.
21903 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
21904 <michael@waxrat.com>.
21906 * hashcash.el: Remove non-FSF copyright header.
21908 * hashcash.el (hashcash-extra-generate-parameters): New variable.
21909 (hashcash-generate-payment): Use it.
21910 (hashcash-generate-payment-async): Use it.
21912 2005-01-15 Simon Josefsson <jas@extundo.com>
21914 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21915 Suggested by Raymond Scholz <ray-2005@zonix.de>.
21917 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21918 gnus-summary-idna-message.
21919 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21920 (gnus-summary-idna-message): New function.
21922 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
21924 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21927 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
21929 * nnrss.el (nnrss-request-delete-group): Delete entries in
21930 nnrss-group-alist as well.
21931 (nnrss-save-server-data): Insert newline.
21933 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
21935 * gnus.el (gnus-user-agent): Use list of symbols instead of
21936 symbols. Display full version number for (S)XEmacs.
21937 Optionally display (S)XEmacs codename.
21939 * gnus-util.el (gnus-emacs-version): Update for new
21942 * gnus-msg.el (gnus-extended-version): Make it possible to omit
21945 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
21947 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
21948 which is unreadable in some setups.
21950 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
21952 * gnus-spec.el (gnus-update-format-specifications): Flush the
21953 group format spec cache if it doesn't support decoded group names.
21955 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
21957 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21958 Allow to apply decay on score files matching a regexp.
21960 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
21962 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21963 compatibility in %g and %c.
21965 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
21967 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21968 name for only %g and %c.
21969 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21970 of gnus-tmp-group to decoded group name.
21971 (gnus-group-make-rss-group): Exclude `/'s from group names.
21973 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
21975 * nnrss.el (nnrss-get-encoding): Fix regexp.
21977 2004-12-27 Simon Josefsson <jas@extundo.com>
21979 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21980 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21981 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
21983 2004-12-17 Kim F. Storm <storm@cua.dk>
21985 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21987 * gnus-sum.el (gnus-summary-mode-map): Likewise.
21989 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21991 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21993 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
21995 * nnrss.el: Require rfc2047 and mml.
21996 (nnrss-file-coding-system): New variable.
21997 (nnrss-format-string): Redefine it as an inline function.
21998 (nnrss-decode-group-name): New function.
21999 (nnrss-string-as-multibyte): Remove.
22000 (nnrss-retrieve-headers): Decode group name; don't use
22001 nnrss-format-string.
22002 (nnrss-request-group): Decode group name.
22003 (nnrss-request-article): Decode group name; allow a Message-ID as
22004 well as an article number; don't use nnrss-format-string; encode a
22005 Message-ID string which may contain non-ASCII characters; use
22006 mml-to-mime to compose a MIME article.
22007 (nnrss-request-expire-articles): Decode group name.
22008 (nnrss-request-delete-group): Decode group name.
22009 (nnrss-fetch): Clarify error message.
22010 (nnrss-read-server-data): Use insert-file-contents instead of load;
22011 bind file-name-coding-system; use multibyte buffer.
22012 (nnrss-save-server-data): Bind coding-system-for-write to the
22013 value of nnrss-file-coding-system; bind file-name-coding-system;
22015 (nnrss-read-group-data): Use insert-file-contents instead of load;
22016 bind file-name-coding-system; use multibyte buffer.
22017 (nnrss-save-group-data): Bind coding-system-for-write to the
22018 value of nnrss-file-coding-system; bind file-name-coding-system.
22019 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22020 make it work with non-ASCII text.
22021 (nnrss-find-el): Make it work with old xml.el as well.
22023 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
22025 * nnrss.el (nnrss-get-encoding): New function.
22026 (nnrss-fetch): Use unibyte buffer initially; bind
22027 coding-system-for-read while performing mm-url-insert; remove ^Ms;
22028 decode contents according to the encoding attribute.
22029 (nnrss-save-group-data): Add coding cookie.
22030 (nnrss-mime-encode-string): New function.
22031 (nnrss-check-group): Use it to encode subject and author.
22033 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
22035 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22036 imaginary variable.
22038 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
22040 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22041 correctly even if there are wide characters.
22043 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
22045 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22046 downcased symbol names; make a new cache instead of reusing
22049 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
22051 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22052 concatenating segments rather than before concatenating them.
22053 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22055 * message.el (message-get-reply-headers): Bind `extra'.
22057 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22059 * message.el (message-extra-wide-headers): New variable.
22060 (message-get-reply-headers): Use it.
22062 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
22064 * gnus-agent.el (gnus-agent-group-path): Decode group name.
22065 (gnus-agent-group-pathname): Ditto.
22067 * gnus-cache.el (gnus-cache-file-name): Decode group name.
22069 * gnus-group.el (gnus-group-make-group): Decode group name.
22070 (gnus-group-make-rss-group): Register the group data after opening
22073 2004-12-17 Paul Jarc <prj@po.cwru.edu>
22075 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22076 by expiry now get marked as read.
22078 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
22080 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22082 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
22084 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22085 unify Latin characters in XEmacs.
22086 (mm-find-mime-charset-region): Use it.
22088 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
22090 * gnus-util.el (gnus-delete-directory): New function.
22092 * gnus-agent.el (gnus-agent-delete-group): Use it.
22094 * gnus-cache.el (gnus-cache-delete-group): Use it.
22096 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
22098 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22101 2004-12-16 Simon Josefsson <jas@extundo.com>
22103 * hashcash.el (hashcash-payment-alist): Fix custom :type.
22105 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
22107 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22109 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22110 (gnus-group-set-current-level): Decode group name.
22112 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
22114 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22117 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
22119 * gnus-group.el (gnus-group-delete-group): Decode group name.
22120 (gnus-group-make-rss-group): Encode group name.
22121 (gnus-group-catchup-current): Decode group name.
22122 (gnus-group-kill-group): Decode group name.
22124 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
22126 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22128 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
22130 * gnus-group.el (gnus-group-make-rss-group):
22131 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22133 * gnus-start.el (gnus-setup-news): Honor user's setting to
22134 gnus-message-archive-method. Suggested by Lute Kamstra
22137 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
22139 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22140 global counterparts of the buffer-local variables.
22142 2004-11-16 Romain Francoise <romain@orebokech.com>
22144 * gnus-sum.el (gnus-summary-exit): Don't clear the global
22145 counterparts of the buffer-local variables.
22147 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
22149 * message.el (message-forbidden-properties): Fix typo in doc
22152 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
22154 * gnus-util.el (gnus-replace-in-string): Add doc string.
22156 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22157 to avoid problems when splitting mails with many recipients.
22159 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
22161 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22162 pop-to-buffer, covered by the subsequent gnus-configure-windows.
22164 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
22166 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22167 if there is no hashtable in memory or file modification time is
22168 newer than cached timestamp.
22170 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
22172 * gnus-sum.el (gnus-summary-limit-to-recipient):
22173 Implement not-matching option.
22175 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
22177 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22178 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22179 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22180 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22181 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
22182 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22184 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
22186 * message.el (message-forward-make-body-mml): Remove headers
22187 according to message-forward-ignored-headers if a message is decoded.
22189 2004-12-02 Romain Francoise <romain@orebokech.com>
22191 * message.el (message-forward-make-body-plain): Always remove
22192 headers according to message-forward-ignored-headers.
22194 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
22196 * spam.el (spam-summary-prepare-exit): Remove the
22197 gnus-summary-limit pop for now, it has problems with ham marks for
22200 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
22202 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22205 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
22207 * format-spec.el (format-spec): Message the char.
22209 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
22211 * gnus-art.el (gnus-split-methods): Reformat comments.
22213 * spam.el (spam-summary-prepare-exit): Remove article limits
22214 before exiting the summary buffer.
22216 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
22218 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22219 order to silence the byte compiler.
22221 * spam.el: Fix the way to silence the byte compiler, which
22222 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22223 bbdb-search-simple, spam-BBDB-register-routine,
22224 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22225 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22226 spam-stat-buffer-is-spam, spam-stat-load,
22227 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22228 spam-stat-save and spam-stat-split-fancy.
22230 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
22232 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22233 which may confuse users.
22234 (canlock-password-for-verify): Ditto.
22236 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22238 * gnus-art.el (gnus-emphasis-alist): Ditto.
22240 * gnus-registry.el (gnus-registry-max-entries): Ditto.
22242 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22244 * gnus-start.el (gnus-save-killed-list): Ditto.
22246 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22247 (gnus-sum-thread-tree-root): Ditto.
22248 (gnus-sum-thread-tree-false-root): Ditto.
22249 (gnus-sum-thread-tree-single-indent): Ditto.
22251 * message.el (message-courtesy-message): Ditto.
22252 (message-archive-note): Ditto.
22253 (message-subscribed-address-file): Ditto.
22254 (message-user-fqdn): Ditto.
22256 * spam-report.el (spam-report-gmane-regex): Ditto.
22258 * spam.el (spam-blackhole-good-server-regex): Ditto.
22260 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
22262 * mml.el (mml-preview): Widen the message buffer before copying
22263 the contents to the preview buffer; sort headers before previewing.
22265 * message.el (message-hidden-headers): Fix the way to avoid a bug
22266 in the `repeat' widget in Emacs 21.3 or earlier.
22268 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
22270 * message.el (message-hidden-headers): Default to "^References:".
22271 Improve customization type. Suggested by Reiner Steib
22272 <Reiner.Steib@gmx.de>.
22274 2004-11-25 Romain Francoise <romain@orebokech.com>
22276 * message.el (message-strip-forbidden-properties): Remove check for
22277 obsolete `message-hidden' text property, hidden headers are not
22278 accessible in the buffer anymore.
22280 2004-11-22 Romain Francoise <romain@orebokech.com>
22282 * message.el (message-header-format-alist): Add `From' in list
22283 so that it can be sorted.
22284 (message-fix-before-sending): Widen and sort headers before
22286 (message-hide-headers): Use narrowing to hide headers by moving
22287 them to the top of the buffer and narrowing to the region
22290 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22292 * message.el (message-strip-forbidden-properties):
22293 Bind buffer-read-only (etc) to nil.
22295 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
22297 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22298 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22300 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
22302 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22304 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22306 * dns.el (query-dns): Use sit-for to time instead of
22307 accept-process-output, since that doesn't seem to work on udp
22310 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
22312 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22314 2004-11-15 Jesper Harder <harder@ifa.au.dk>
22316 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22317 doc string. Improve doc string.
22319 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
22321 * nntp.el (nntp-request-update-info): Return nil if
22322 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22323 may not call gnus-activate-group which uselessly issues the GROUP
22324 commands for all nntp groups and wastes time. Reported by Romain
22325 Francoise <romain@orebokech.com>.
22327 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22329 2004-11-15 Simon Josefsson <jas@extundo.com>
22331 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22332 headers separately.
22333 (gnus-button-openpgp): New function, inspired by Jochen Küpper
22334 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22336 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
22338 * gnus-start.el (gnus-convert-old-newsrc):
22339 Assign legacy-gnus-agent to 5.10.7.
22341 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
22343 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22344 start of the lines.
22346 2004-11-14 Magnus Henoch <mange@freemail.hu>
22348 * hashcash.el (hashcash-default-payment): Change default to 20.
22349 (hashcash-default-accept-payment): Change default to 20.
22350 (hashcash-process-alist): New variable.
22351 (hashcash-generate-payment-async): Add.
22352 (hashcash-already-paid-p): Add.
22353 (hashcash-insert-payment): Don't generate payments twice.
22354 (hashcash-insert-payment-async): Add.
22355 (hashcash-insert-payment-async-2): Add.
22356 (hashcash-cancel-async): Add.
22357 (hashcash-wait-async): Add.
22358 (hashcash-processes-running-p): Add.
22359 (hashcash-wait-or-cancel): Add.
22360 (mail-add-payment): New optional argument. Conditionally start
22361 asynchronous calculation.
22362 (mail-add-payment-async): Add.
22364 * message.el (message-send-mail): Wait for asynchronous hashcash
22365 results. Don't clobber existing X-Hashcash headers.
22366 (message-setup-1): Call mail-add-payment-async when
22367 message-generate-hashcash is non-nil.
22369 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
22371 * message.el (message-use-alternative-email-as-from): Examine the
22372 From header as well; use message-make-from in order to include a
22375 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
22377 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22378 default; improve customization type.
22379 (gnus-emphasis-custom-with-format): New macro.
22380 (gnus-emphasis-custom-value-to-external): New function.
22381 (gnus-emphasis-custom-value-to-internal): New function.
22383 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
22385 * dns.el (query-dns): Resolve reverse addresses.
22387 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22389 * gnus-group.el (gnus-group-get-new-news): Use it.
22391 * gnus-start.el (gnus-check-reasonable-setup): New function.
22393 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
22395 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22396 "Args out of range" error. Reported by Arnaud Giersch
22397 <arnaud.giersch@free.fr>.
22399 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
22401 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22403 2004-11-04 Richard M. Stallman <rms@gnu.org>
22405 * spam.el (spam group): Add :version.
22407 * pgg-def.el (pgg group): Add :version.
22409 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
22411 * gnus-art.el (gnus-article-edit-article): Don't associate the
22412 article buffer with a draft file. This is a temporary measure
22413 against the 2004-08-22 change to gnus-article-edit-mode.
22415 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
22417 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22418 (html2text-format-tags): Remove unused variable `attr'.
22420 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
22422 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22424 * spam-stat.el (spam-stat): Add :version.
22426 * sieve.el (sieve): Add :version.
22428 * sha1.el (sha1): Add :version.
22429 (sha1-use-external): Remove redundant version.
22431 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22432 (nnmail-cache-ignore-groups, nnmail-spool-hook)
22433 (nnmail-split-fancy-match-partial-words)
22434 (nnmail-split-lowercase-expanded): Add :version.
22436 * nndiary.el (nndiary): Add :version.
22438 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22440 * mml-sec.el (mml-default-sign-method)
22441 (mml-default-encrypt-method, mml-signencrypt-style-alist):
22444 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22446 * mm-url.el (mm-url-use-external, mm-url-program)
22447 (mm-url-arguments): Add :version.
22449 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22450 (mm-attachment-file-modes, mm-decrypt-option)
22451 (mm-w3m-safe-url-regexp): Add :version.
22453 * message.el (message-cite-prefix-regexp)
22454 (message-sendmail-envelope-from, message-minibuffer-local-map)
22455 (message-user-fqdn, message-completion-alist): Add :version.
22457 * gnus-win.el (gnus-configure-windows-hook)
22458 (gnus-use-frames-on-any-display): Add :version.
22460 * gnus-art.el (gnus-article-address-banner-alist)
22461 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22462 (gnus-treat-from-picon, gnus-treat-mail-picon)
22463 (gnus-treat-x-pgp-sig): Add :version.
22465 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22466 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22467 (gnus-summary-article-delete-hook)
22468 (gnus-summary-display-while-building): Add :version.
22470 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22471 (gnus-get-top-new-news-hook): Add :version.
22473 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22474 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22476 * gnus-registry.el (gnus-registry): Add :version.
22478 * gnus-spec.el (gnus-use-correct-string-widths)
22479 (gnus-make-format-preserve-properties): Add :version.
22481 * gnus.el (gnus-group-charter-alist)
22482 (gnus-group-fetch-control-use-browse-url)
22483 (gnus-install-group-spam-parameters): Add :version.
22485 * gnus-diary.el (gnus-diary): Add :version.
22487 * gnus-delay.el (gnus-delay): Add :version.
22489 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22490 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22491 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22494 * gnus-agent.el (gnus-agent-max-fetch-size)
22495 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22496 (gnus-agent-prompt-send-queue): Add :version.
22498 * deuglify.el (gnus-outlook-deuglify): Add :version.
22500 * html2text.el: Beautify code. Improve doc strings.
22501 Some checkdoc cleanup.
22502 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22504 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
22506 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22508 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
22510 * gnus-registry.el (gnus-registry-hashtb): Create the registry
22511 when package is loaded.
22513 * spam.el (spam-summary-score-preferred-header): Add global preference
22514 for people who want to override the default SpamAssassin over
22515 Bogofilter preference (when both are set).
22516 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22517 (spam-user-format-function-S):
22518 Check spam-summary-score-preferred-header.
22519 (spam-extra-header-to-number): Add X-Bogosity header parsing.
22520 (spam-user-format-function-S): Format the score correctly.
22522 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
22524 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22525 signature file. Suggested by Manoj Srivastava
22526 <srivasta@golden-gryphon.com>.
22528 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22529 iso-2022-jp even in the Japanese language environment.
22530 Suggested by Jason Rumney <jasonr@gnu.org>.
22532 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
22534 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22535 use the same characters as the dummy marks; make it free from
22536 getting affected by the language environment.
22537 (gnus-summary-read-group-1): Update mark positions only when the
22538 format spec is updated.
22540 * gnus-spec.el (gnus-update-format-specifications): Return a list
22543 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
22545 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22546 of boundp to check if display-warning is available.
22548 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
22550 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22552 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
22554 * nnspool.el (nnspool-spool-directory): Use news-path if the
22555 news-directory variable is not bound.
22557 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22558 function instead of display-warning if it is not available.
22560 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
22562 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22563 v5-10: Use `point-at-bol'.
22565 2004-10-26 Simon Josefsson <jas@extundo.com>
22567 * hashcash.el: Fix URL in comment, reported by Cheng Gao
22568 <chenggao@gmail.com>.
22570 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
22572 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
22575 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
22577 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22578 to remove a server from the nnimap-server-buffer-alist.
22579 (nnimap-open-connection, nnimap-close-server): Use it.
22581 * gnus-encrypt.el: Remove file in favor of encrypt.el.
22583 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
22585 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22586 running the major-mode function.
22588 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
22590 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22591 dummy marks in the right way.
22593 2004-10-18 David Edmondson <dme@dme.org>
22595 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22598 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
22600 * gnus-util.el (gnus-split-references): Accept a nil references
22601 string and go on blissfully.
22603 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22604 cases where the references string is non-nil but has no references.
22606 * encrypt.el: Add autoload tags.
22608 * spam.el (spam-resolve-registrations-routine): Remove article
22609 from unregistration list too. Reported by David Hanak
22610 <dhanak@isis.vanderbilt.edu>
22612 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
22614 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22615 nil. Change custom type.
22617 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
22619 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22621 * gnus-sum.el (gnus-summary-move-article): Use it.
22623 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
22625 * encrypt.el: Add autoload cookies.
22627 * spam.el (spam-backend-article-list-property)
22628 (spam-backend-get-article-todo-list)
22629 (spam-backend-put-article-todo-list)
22630 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22631 Resolve registrations separately.
22632 (spam-register-routine): Format comments.
22633 (spam-unregister-routine, spam-register-routine): Always call with
22634 specific-articles, no default list.
22635 (spam-summary-prepare-exit): Use the spam-classifications function.
22637 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22640 * encrypt.el: Copied from gnus-encrypt.el.
22642 * gnus-encrypt.el: Commented that it's obsolete.
22644 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
22646 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22647 (gnus-score-save): Use it.
22649 * message.el (message-bury): Use `window-dedicated-p'.
22651 2004-10-15 Simon Josefsson <jas@extundo.com>
22653 * pop3.el (top-level): Don't require nnheader.
22654 (pop3-read-timeout): Add.
22655 (pop3-accept-process-output): Add.
22656 (pop3-read-response, pop3-retr): Use it.
22658 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
22660 * spam.el (spam-register-routine): Move comment.
22661 (spam-verify-bogofilter): Use 'unknown for the initial
22662 spam-bogofilter-valid state, not 'never.
22664 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22667 * nnimap.el (nnimap-open-connection):
22668 Use netrc-machine-user-or-password.
22670 2004-10-17 Richard M. Stallman <rms@gnu.org>
22672 * gnus-registry.el (gnus-registry-unload-hook):
22673 Set as a variable with add-hook.
22675 * nnspool.el (nnspool-spool-directory): Use news-directory instead
22678 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22680 * spam.el: Delete duplicate `provide'.
22681 (spam-unload-hook): Set as a variable with add-hook.
22683 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
22685 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22688 * message.el (message-ignored-news-headers)
22689 (message-ignored-supersedes-headers)
22690 (message-ignored-resent-headers)
22691 (message-forward-ignored-headers): Improve custom type.
22693 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
22695 * message.el (message-tokenize-header): Fix 2004-09-06 change
22696 which used point-min in the wrong place.
22698 2004-10-12 Simon Josefsson <jas@extundo.com>
22700 * tls.el (tls-certtool-program): New variable.
22701 (tls-certificate-information): New function, based on
22702 ssl-certificate-information.
22704 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
22706 * compface.el: Move the version of ELisp-based uncompface program
22707 to the contrib directory because of the copyright problem.
22709 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22711 * message.el (message-kill-buffer): Raise the current frame.
22713 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
22715 * gnus-sum.el: Mention that multibyte characters don't work as marks.
22717 * gnus.el (message-y-or-n-p): Autoload.
22719 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22720 (pop3-password-required, pop3-authentication-scheme)
22721 (pop3-leave-mail-on-server): Make customizable.
22722 (pop3): New custom group.
22723 (pop3-retr): Remove `sleep-for' statements.
22724 Suggested by Dave Love <fx@gnu.org>.
22726 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22729 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22730 (imap-parse-body): Fix incorrect use of `assert'.
22731 Suggested by Dave Love <fx@gnu.org>.
22733 * mml.el (mml-minibuffer-read-disposition): Require match.
22734 Suggested by Dave Love <fx@gnu.org>.
22736 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
22738 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
22741 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
22743 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22745 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22747 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22748 instead of calling `mm-insert-inline', to decode text/* parts
22749 before displaying them.
22751 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
22753 * mm-uu.el (mm-uu-text-plain-type): New variable.
22754 (mm-uu-pgp-signed-extract-1): Use it.
22755 (mm-uu-pgp-encrypted-extract-1): Use it.
22756 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22757 bind mm-uu-text-plain-type with that value.
22758 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22761 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22763 * gnus-group.el (gnus-update-group-mark-positions):
22764 * gnus-sum.el (gnus-update-summary-mark-positions):
22765 * message.el (message-check-news-body-syntax):
22766 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22767 of string-as-multibyte.
22769 2004-10-05 Juri Linkov <juri@jurta.org>
22771 * gnus-group.el (gnus-update-group-mark-positions):
22772 * gnus-sum.el (gnus-update-summary-mark-positions):
22773 * message.el (message-check-news-body-syntax):
22774 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22775 8-bit unibyte values to a multibyte string for search functions.
22777 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22779 * mm-uu.el (mm-uu-dissect): Allow optional arg.
22780 (mm-uu-dissect-text-parts): New function.
22782 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22783 dissect text parts.
22785 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22786 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22788 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22790 * gnus-topic.el (gnus-topic-hierarchical-parameters):
22791 Use gnus-current-topics instead of gnus-current-topic.
22793 2004-10-06 Jesper Harder <harder@ifa.au.dk>
22795 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22797 2004-10-05 Jesper Harder <harder@ifa.au.dk>
22799 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22802 * nnml.el (nnml-generate-active-info): do.
22804 * nndiary.el (nndiary-generate-active-info): do.
22806 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22807 (gnus-topic-move): do.
22809 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22810 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22812 * gnus-srvr.el (gnus-server-prepare)
22813 (gnus-server-open-all-servers): do.
22815 * gnus-msg.el (gnus-summary-cancel-article)
22816 (gnus-summary-resend-message)
22817 (gnus-summary-mail-crosspost-complaint): do.
22819 * gnus-move.el (gnus-change-server): do.
22821 * gnus-group.el (gnus-group-unmark-all-groups)
22822 (gnus-group-set-current-level): do.
22824 2004-10-04 Simon Josefsson <jas@extundo.com>
22826 * message.el (message-generate-hashcash): Doc fix.
22828 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
22830 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22831 avoid infinite recursion via gnus-get-function.
22833 2004-10-02 Jesper Harder <harder@ifa.au.dk>
22835 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22837 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22839 * nnmail.el (nnmail-split-history): do.
22841 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22842 (nnml-request-delete-group): do.
22844 * nnslashdot.el (nnslashdot-read-groups): do.
22846 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22847 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22849 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22850 (nnspool-sift-nov-with-sed): Use last.
22851 (nnspool-retrieve-headers-with-nov): Use mapc.
22852 (nnspool-request-newgroups): Use dolist.
22853 (nnspool-request-group): Use last.
22855 * nntp.el (nntp-read-server-type): Use dolist.
22857 * nnvirtual.el (nnvirtual-create-mapping)
22858 (nnvirtual-update-read-and-marked): Use dolist.
22859 (nnvirtual-convert-headers): Simplify.
22861 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22863 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22864 Add support for sync'ing tick marks.
22866 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
22868 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22869 there's no visible header.
22871 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22873 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22874 When necessary, pass full group name to gnus-request-set-marks.
22876 2004-10-01 Simon Josefsson <jas@extundo.com>
22878 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
22881 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22883 * spam-report.el (spam-report-gmane): Fix interactive.
22885 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22887 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22889 (gnus-agent-synchronize-flags): Don't default to being
22892 2004-09-30 Simon Josefsson <jas@extundo.com>
22894 * message.el (message-generate-hashcash): Add.
22895 (message-send-mail): Use it, call mail-add-payment.
22897 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
22899 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22901 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
22903 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22904 gnus-request-update-info with explicit code to sync the in-memory
22905 info read flags with the marks being sync'd to the backend.
22907 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22909 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22911 * spam.el (spam-verify-bogofilter): Add new function.
22912 (spam-check-bogofilter)
22913 (spam-bogofilter-register-with-bogofilter): Use it.
22914 (spam-verify-bogofilter): Add small fixes.
22916 2004-09-28 Simon Josefsson <jas@extundo.com>
22918 * hashcash.el (hashcash-generate-payment): Revert.
22920 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22922 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22923 Use gnus-extract-references instead of gnus-split-references.
22925 * gnus-util.el (gnus-extract-references): Add new function, analogous
22926 to gnus-split-references but extracts only the message-ID without
22929 * hashcash.el (hashcash-generate-payment)
22930 (hashcash-check-payment): Do the right thing if hashcash-path is
22931 nil (because the hashcash program could not be found).
22933 * spam.el (spam-use-hashcash): Remove comment.
22935 2004-09-27 Jesper Harder <harder@ifa.au.dk>
22937 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22938 (gnus-cache-enter-article, gnus-cache-remove-article)
22939 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22941 * gnus-async.el (gnus-async-prefetch-remove-group): do.
22943 * gnus-art.el (article-hide-boring-headers)
22944 (article-translate-strings, article-display-face)
22945 (gnus-article-mime-match-handle-first)
22946 (gnus-article-highlight-headers)
22947 (gnus-article-add-buttons-to-head): do.
22949 2004-09-27 Simon Josefsson <jas@extundo.com>
22951 * hashcash.el: New version, from
22952 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
22955 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
22957 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22959 2004-09-26 Jesper Harder <harder@ifa.au.dk>
22961 * gnus-dup.el (gnus-dup-open): Use mapc.
22962 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22964 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22965 Reported by Stefan Wiens <s.wi@gmx.net>.
22967 * gnus.el (gnus-shutdown): Use dolist.
22969 * gnus-undo.el (gnus-undo): Use mapc.
22971 * nnrss.el (nnrss-generate-active): do.
22973 * message.el (message-cite-original-without-signature)
22974 (message-cite-original): Use mapc.
22975 (message-do-actions, message-make-forward-subject): Use dolist.
22977 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22979 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22980 deletion to remove entire duplicate line. Fixes merged article
22983 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22985 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22986 servers that are offline. Avoids having gnus-agent-toggle-plugged
22987 first ask if you want to open a server and then, even when you
22988 responded with no, asking if you want to synchronize the server's
22990 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22991 multi-line expressions.
22992 (gnus-agent-synchronize-group-flags): New internal function.
22993 Updates marks in memory (in the info structure) AND in the
22996 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22998 * nnagent.el (nnagent-request-set-mark):
22999 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23000 method, to ensure that synchronization updates marks in the
23001 backend and in the info (in memory) structure.
23003 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
23005 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23006 convention fully; don't miss the root article of a thread; make
23007 the X-Draft-From header with correct article numbers.
23009 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
23011 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23012 unless plugged. Disable the agent so that an open failure causes
23015 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23016 Revert 2004-09-21 change. The backend must be opened while
23017 synchronizing flags even when the backend stores the flags
23020 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
23022 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23023 in `header' match. Reported by Svend Tollak Munkejord.
23025 * message.el (message-cite-original): Fix use of
23026 `message-cite-articles-with-x-no-archive'.
23028 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
23030 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23031 (gnus-window-to-buffer): Ditto.
23033 * mml.el (mml-preview-buffer): New variable.
23034 (mml-preview): Manage window layout with gnus-buffer-configuration.
23036 * gnus-msg.el (gnus-setup-message): Put article numbers into the
23037 X-Draft-From header even if those articles aren't quoted.
23039 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
23041 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23042 (gnus-request-set-mark, gnus-request-update-mark): Use new
23043 g-s-t-u-l-m to decide to use backend even when unplugged.
23045 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
23047 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23048 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
23050 2004-09-20 Simon Josefsson <jas@extundo.com>
23052 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23055 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
23057 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23059 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
23061 * uudecode.el (uudecode-use-external): Add :version.
23063 * smime.el (smime-CA-file, smime-encrypt-cipher)
23064 (smime-dns-server): Add :version.
23066 * smiley.el (gnus-smiley-file-types): Add :version.
23068 * sha1.el (sha1-use-external): Add :version.
23070 * pgg-def.el (pgg-query-keyserver): Add :version.
23072 * nnmail.el (nnmail-fancy-expiry-targets)
23073 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23076 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23077 (nnimap-retrieve-groups-asynchronous): Add :version.
23078 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
23080 * mml.el (mml-content-disposition-parameters)
23081 (mml-insert-mime-headers-always): Add :version.
23083 * mm-util.el (mm-coding-system-priorities): Add :version.
23085 * mm-decode.el (mm-inline-text-html-with-images)
23086 (mm-keep-viewer-alive-types, mm-external-terminal-program)
23087 (mm-verify-option): Add :version.
23088 (mm-text-html-renderer): Change :version.
23090 * message.el (message-fcc-externalize-attachments)
23091 (message-required-headers, message-draft-headers)
23092 (message-subject-trailing-was-query)
23093 (message-subject-trailing-was-ask-regexp)
23094 (message-subject-trailing-was-regexp, message-mark-insert-begin)
23095 (message-mark-insert-end, message-archive-header)
23096 (message-archive-note, message-cross-post-default)
23097 (message-cross-post-note, message-followup-to-note)
23098 (message-cross-post-note-function, message-use-mail-followup-to)
23099 (message-subscribed-address-functions)
23100 (message-subscribed-address-file, message-subscribed-addresses)
23101 (message-subscribed-regexps, message-allow-no-recipients)
23102 (message-yank-cited-prefix, message-signature-insert-empty-line)
23103 (message-hidden-headers, message-hierarchical-addresses)
23104 (message-mail-user-agent, message-use-idna)
23105 (message-valid-fqdn-regexp)
23106 (message-strip-special-text-properties, message-header-synonyms)
23107 (message-beginning-of-line, message-tab-body-function): Add :version.
23108 (message-insert-canlock, message-wide-reply-confirm-recipients):
23111 * mail-source.el (mail-source-ignore-errors): Add :group, :type
23113 (mail-source-delete-old-incoming-confirm)
23114 (mail-source-movemail-program): Add :version.
23116 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23117 (gnus-agent-cache, gnus-agent): Change :version.
23119 * gnus-util.el (gnus-use-byte-compile): Change :version.
23121 * gnus-sum.el (gnus-summary-make-false-root-always)
23122 (gnus-summary-default-high-score)
23123 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23124 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23125 (gnus-read-all-available-headers, gnus-article-emulate-mime)
23126 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23127 (gnus-sum-thread-tree-single-indent)
23128 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23129 (gnus-sum-thread-tree-leaf-with-other)
23130 (gnus-sum-thread-tree-single-leaf): Add :version.
23131 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23132 (gnus-article-loose-mime): Change :version.
23134 * gnus-start.el (gnus-backup-startup-file)
23135 (gnus-save-startup-file-via-temp-buffer): Add :version.
23137 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23138 (gnus-server-offline-face): Add :version.
23140 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23142 * gnus-msg.el (gnus-gcc-externalize-attachments)
23143 (gnus-debug-files, gnus-debug-exclude-variables)
23144 (gnus-discouraged-post-methods): Change :version.
23145 (gnus-confirm-mail-reply-to-news)
23146 (gnus-confirm-treat-mail-like-news): Add :version.
23148 * gnus-int.el (gnus-server-unopen-status): Add :version.
23150 * gnus-group.el (gnus-group-jump-to-group-prompt)
23151 (gnus-large-ephemeral-newsgroup)
23152 (gnus-fetch-old-ephemeral-headers): Add :version.
23154 * gnus-fun.el (gnus-x-face-directory)
23155 (gnus-convert-pbm-to-x-face-command)
23156 (gnus-convert-image-to-x-face-command)
23157 (gnus-convert-image-to-face-command): Add :version.
23159 * gnus-delay.el (gnus-delay-default-hour): Add :version.
23161 * gnus-cite.el (gnus-cite-blank-line-after-header)
23162 (gnus-article-boring-faces): Add :version.
23164 * gnus-art.el (gnus-buttonized-mime-types)
23165 (gnus-inhibit-mime-unbuttonizing)
23166 (gnus-treat-display-face)
23167 (gnus-treat-body-boundary): Change :version.
23168 (gnus-body-boundary-delimiter, gnus-picon-databases)
23169 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23170 (gnus-treat-date-english, gnus-treat-fold-headers)
23171 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23172 (gnus-treat-mail-picon, gnus-treat-wash-html)
23173 (gnus-article-encrypt-protocol)
23174 (gnus-use-idna, gnus-article-over-scroll)
23175 (gnus-mime-display-multipart-alternative-as-mixed)
23176 (gnus-mime-display-multipart-related-as-mixed)
23177 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23178 (gnus-ctan-url, gnus-button-ctan-handler)
23179 (gnus-button-handle-ctan-bogus-regexp)
23180 (gnus-button-ctan-directory-regexp)
23181 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23182 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23183 (gnus-button-man-level, gnus-button-emacs-level)
23184 (gnus-button-message-level, gnus-button-browse-level): Add :version.
23186 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23187 (gnus-agent-go-online): Change :version.
23188 (gnus-agent-expire-unagentized-dirs)
23189 (gnus-agent-auto-agentize-methods): Add :version.
23191 * flow-fill.el (fill-flowed-display-column)
23192 (fill-flowed-encode-column): Add :version.
23194 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23195 (gnus-outlook-deuglify-unwrap-max)
23196 (gnus-outlook-deuglify-cite-marks)
23197 (gnus-outlook-deuglify-unwrap-stop-chars)
23198 (gnus-outlook-deuglify-no-wrap-chars)
23199 (gnus-outlook-deuglify-attrib-cut-regexp)
23200 (gnus-outlook-deuglify-attrib-verb-regexp)
23201 (gnus-outlook-deuglify-attrib-end-regexp)
23202 (gnus-outlook-display-hook): Add :version.
23204 * binhex.el (binhex-use-external): Add :version.
23206 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
23208 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23211 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
23213 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23214 in gnus-registry-trim.
23216 2004-09-13 Simon Josefsson <jas@extundo.com>
23218 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23220 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23222 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23223 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23225 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23226 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23229 * sieve.el (sieve-manage-mode): Ditto.
23231 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
23233 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23235 2004-09-11 Simon Josefsson <jas@extundo.com>
23237 * dns-mode.el: Add.
23239 * mm-view.el (mm-display-dns-inline): Add.
23241 * mm-decode.el (mm-inline-media-tests): Add text/dns.
23242 (mm-automatic-display): Ditto.
23244 * mailcap.el (mailcap-mime-data): Add text/dns.
23245 (mailcap-mime-extensions): Map .soa to text/dns.
23247 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
23249 * gnus-art.el (article-decode-mime-words, article-babel)
23250 (gnus-article-highlight-signature, gnus-article-add-buttons)
23251 (gnus-signature-toggle): Remove unnecessary bindings of
23252 `inhibit-read-only' inherited from v5.10 merge.
23254 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
23256 * nntp.el (nntp): New customization group.
23257 (nntp-authinfo-file): Add customization group.
23259 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23261 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23263 * gnus.el (to-address, to-list, subscribed)
23264 (large-newsgroup-initial): Ditto.
23266 * flow-fill.el (fill-flowed-display-column)
23267 (fill-flowed-encode-column): Ditto.
23269 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
23271 * message.el (message-tokenize-header, message-send-mail-with-qmail):
23272 Use point-min rather than 1.
23273 (message-send-mail): Use buffer-size rather than point-max.
23275 * gnus-sum.el (gnus-summary-search-article-forward):
23276 Signal a specific `search-failed' rather than a generic `error'.
23278 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23279 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23280 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23282 2004-09-10 Simon Josefsson <jas@extundo.com>
23284 * nndb.el (require): Remove tcp and duplicate cl.
23286 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
23288 * gnus-agent.el (directory-files-and-attributes): Move forward.
23290 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
23292 * gnus-agent.el (directory-files-and-attributes):
23293 Optionally defined to support XEmacs.
23295 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
23297 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23298 to avoid run-time CL dependencies.
23299 (gnus-agent-unfetch-articles): New function.
23300 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23301 article numbers even when local .overview file is missing.
23302 (gnus-agent-read-article-number): New function. Only accepts
23303 27-bit article numbers.
23304 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23305 Use gnus-agent-read-article-number.
23306 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23307 from backend while recognizing that article numbers in .overview
23309 (gnus-agent-update-files-total-fetched-for):
23310 Use directory-files-and-attributes to improve performance.
23311 * gnus-int.el (gnus-request-move-article):
23312 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23313 improve performance.
23315 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23316 some users confused by references to .newsrc when they only have a
23318 (gnus-convert-mark-converter-prompt)
23319 (gnus-convert-converter-needs-prompt): Fix use of property list.
23320 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23321 New function. Used internally to only display 'gnus converting
23322 files' message when actually necessary.
23324 * gnus-sum.el (): Remove (require 'gnus-agent) as required
23325 methods now autoloaded.
23327 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
23329 * gnus-sum.el (gnus-summary-insert-subject): Remove list
23332 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
23334 * gnus-picon.el: Fix indentation and closing parenthesis.
23336 2004-09-01 Simon Josefsson <jas@extundo.com>
23338 * message.el (message-canlock-generate): Require sha1, not
23339 sha1-el. (Can we get rid of this require altogether? It is ugly
23340 to require within a function. Sadly, if sha1.el isn't loaded, the
23341 let binding in m-c-g will hide the defcustom definition, which is
23344 * canlock.el: Require sha1, not sha1-el.
23346 * message.el: Don't autoload sha1 (there is a autoload cookie in
23349 * sha1-el.el: Rename to sha1.el.
23351 2004-08-30 Juanma Barranquero <lektu@terra.es>
23353 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23355 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
23357 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23359 2004-08-30 Kim F. Storm <storm@cua.dk>
23361 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23363 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23364 Add :group 'nnimap.
23366 2004-08-30 Andreas Schwab <schwab@suse.de>
23368 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23371 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23372 and ?\' to symbol instead of whitespace.
23374 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
23376 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23378 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23379 instead of re-search-forward.
23381 * gnus-uu.el (gnus-uu-save-article): Ditto.
23382 (gnus-uu-post-encode-uuencode): Ditto.
23384 * html2text.el (html2text-clean-list-items): Ditto.
23385 (html2text-clean-dtdd): Ditto.
23386 (html2text-format-tags): Ditto.
23388 * message.el (message-send-mail-with-sendmail): Fix regexp.
23389 (message-fill-field-general): Use search-forward instead of
23391 (unbold-region): Ditto.
23393 * nnrss.el (nnrss-request-article): Ditto.
23395 * nnslashdot.el (nnslashdot-request-article): Ditto.
23397 * nnweb.el (nnweb-gmane-wash-article): Ditto.
23399 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23400 "Unrecognized menu descriptor" error in XEmacs.
23402 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
23404 * gnus-sum.el (gnus-read-header): Don't remove a header for the
23405 parent article of a sparse article in the thread hashtb.
23407 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
23409 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23410 (nnmail-expand-newtext): Lowercase expanded entries if
23411 nnmail-split-lowercase-expanded is non-nil.
23413 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
23415 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23417 * gnus-group.el (gnus-group-line-format-alist): Convert the value
23418 of gnus-tmp-news-method into string under XEmacs. It will be
23419 passed to gnus-correct-length which takes only a string argument.
23421 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
23423 * gnus-util.el (gnus-bind-print-variables): New macro.
23424 (gnus-prin1): Use it.
23425 (gnus-prin1-to-string): Use it.
23426 (gnus-pp): New function.
23427 (gnus-pp-to-string): New function.
23429 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23430 Replace pp-to-string with gnus-pp-to-string.
23431 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23432 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23433 * gnus-msg.el (gnus-debug): Ditto.
23434 * gnus-score.el (gnus-score-save): Ditto.
23435 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23437 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23439 * score-mode.el (gnus-score-pretty-print): Ditto.
23440 * webmail.el (webmail-debug): Ditto.
23442 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
23444 * gnus-art.el (article-display-face, article-display-x-face):
23445 Use buffer-read-only.
23447 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
23449 * gnus-art.el (article-hide-list-identifiers):
23450 Bind inhibit-read-only as t.
23452 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
23454 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23456 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
23458 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23459 (gnus-narrow-to-page): Don't assume point-min == 1.
23460 (gnus-article-edit-mode): Derive from message-mode.
23462 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23465 * imap.el (imap-parse-address-list, imap-parse-body-ext):
23466 Disable incorrect use of `assert'.
23468 * message.el (message-mode): Set comment-start-skip.
23470 2004-08-22 Sam Steingold <sds@gnu.org>
23472 * pop3.el (pop3-leave-mail-on-server): New user variable.
23473 (pop3-movemail): Delete mail only when it is nil.
23475 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
23477 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23479 * mml.el (mml-preview): Use `pop-to-buffer'.
23481 * message.el (message-goto-mail-followup-to): Insert after "To".
23482 (message-carefully-insert-headers): Add comment.
23484 * gnus.el: Remove unused variable `gnus-article-check-size'.
23486 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23488 * gnus-art.el (gnus-button-alist):
23489 Improve `gnus-button-handle-library' entry.
23491 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
23493 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23494 Use downcase, since XEmacs capitalizes error messages differently.
23496 2004-08-18 Jesper Harder <harder@ifa.au.dk>
23498 * nntp.el: Add (require 'gnus) due to reference to
23499 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
23501 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
23503 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23504 Bind `mm-fill-flowed'.
23506 * mm-decode.el (mm-dissect-singlepart): Check it.
23508 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
23510 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23511 'imap' for netrc parsing.
23513 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
23515 * mailcap.el (mailcap-mime-data): Mark as risky.
23517 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
23519 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23520 may be included in the encoded word.
23521 (rfc2047-encode): Don't append a space if the encoded word
23522 includes close parenthesis.
23524 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
23526 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23527 of text within parentheses.
23529 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
23531 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23532 (gnus-encrypt-write-file-contents): Make the password key the file
23533 name PLUS the cipher, not just the cipher. Also remove failed
23534 passwords from the cache.
23536 2004-08-06 Simon Josefsson <jas@extundo.com>
23538 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23541 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
23543 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23546 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
23548 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23549 Try to append in-reply-to: data to the references: header.
23551 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23552 (netrc-parse): Use gnus-encrypt.el functions.
23554 * gnus-encrypt.el: Add new file for encryption support; currently
23555 does only a few GPG ciphers and an internal XOR cipher.
23557 * password.el: Add comments on using password-read-and-add.
23558 (password-read-and-add): Add function to read and add the
23559 password to the cache at once.
23561 2004-07-28 Simon Josefsson <jas@extundo.com>
23563 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23564 parameter (but don't use it, for now).
23566 * imap.el (imap-ssl-open): Use imap-process-connection-type,
23567 instead of hard coding to nil.
23569 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
23571 * mm-view.el (mm-inline-image-emacs): Open lines under an image
23572 as mm-inline-image-xemacs does.
23574 2004-07-26 Simon Josefsson <jas@extundo.com>
23576 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23577 Revert part of 2004-07-17 change below.
23579 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
23581 * rfc2047.el (rfc2047-encode-region): Don't infloop.
23582 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23584 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
23586 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23587 quotes that actually start with ">" at the beginning of the
23590 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
23592 * rfc2047.el (rfc2047-encode-region): Fix last change.
23593 (rfc2047-encode-parameter): Remove useless concat.
23595 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
23597 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23598 encode special characters; fix some kind of misconfigured headers;
23599 signal a real error if debug-on-quit or debug-on-error is non-nil.
23600 (rfc2047-encode-max-chars): New variable.
23601 (rfc2047-encode-1): Use it.
23602 (rfc2047-encode-parameter): New function.
23604 * mml.el (mml-insert-parameter): Remove an excessive space.
23606 2004-07-17 Simon Josefsson <jas@extundo.com>
23608 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23609 Kai Grossjohann <kai@emptydomain.de>.
23610 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23611 (gnus-group-make-menu-bar): Ditto.
23613 * gnus-util.el (gnus-group-server): Add.
23615 2004-07-16 Jesper Harder <harder@ifa.au.dk>
23617 * message.el (message-clone-locals): Clone sendmail and smtp
23620 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
23622 * rfc2047.el (rfc2047-encode-region): Fix last change.
23624 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
23626 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23627 characters as non-special.
23629 2004-07-09 Simon Josefsson <jas@extundo.com>
23631 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23632 Users will lose all flag changes made while unplugged with
23633 e.g. nntp unless flag synchronization happens, thus `nil' is not a
23634 good default. See numerous reports on ding mailing list.
23636 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
23638 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23639 add generate-head-function and generate-article-function to the
23640 rfc822-forward entry.
23641 (nndoc-rfc822-forward-generate-article): New function.
23642 (nndoc-rfc822-forward-generate-head): New function.
23644 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23646 2004-07-06 Dan Christensen <jdc@uwo.ca>
23648 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23649 respect display group parameter and gnus-summary-expunge-below.
23650 (gnus-articles-to-read): Remove unused reference to display group
23653 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23655 * nnheader.el (nnheader-uniquify-message-id): New experimental
23657 (nnheader-nov-read-message-id): Use it.
23659 * spam-report.el (spam-report-gmane): Add interactive.
23661 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
23663 * mm-encode.el (mm-content-transfer-encoding-defaults):
23664 Use qp-or-base64 for the application/* types.
23666 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
23668 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23670 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
23672 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23675 2004-01-25 Paul Jarc <prj@po.cwru.edu>
23677 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23678 New macro and function.
23679 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23681 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
23683 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23686 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
23688 * gnus-group.el (gnus-group-get-new-news-this-group):
23689 Don't update info that isn't there.
23691 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
23693 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23696 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
23698 * mm-view.el (mm-inline-render-with-function): Use multibyte
23699 buffer; decode html source by charset.
23701 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23703 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23704 Mule-UCS is loaded under XEmacs.
23705 (mm-mime-mule-charset-alist): Avoid duplicated entries.
23707 2004-06-28 Jesper Harder <harder@ifa.au.dk>
23709 * nnheader.el (nnheader-max-head-length): Increase to 8192.
23711 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
23713 * mm-util.el (mm-coding-system-p): Return a coding-system.
23714 (mm-mime-mule-charset-alist): Use shift_jis instead of
23715 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23716 entries for the mime charsets iso-2022-jp-3 and shift_jis.
23717 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23718 instead of japanese-shift-jis and iso-latin-1 respectively in
23719 order to share the default value with both Emacs and XEmacs-mule.
23720 (mm-mule-charset-to-mime-charset):
23721 Make mm-coding-system-priorities effective.
23722 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23723 while predicating of candidates upon the priorities.
23725 2004-06-27 Jesper Harder <harder@ifa.au.dk>
23727 * gnus-sum.el (gnus-summary-make-menu-bar):
23728 Add gnus-uu-invert-processable.
23730 * gnus.el: Autoload gnus-uu-invert-processable.
23732 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
23734 * mm-util.el (mm-with-multibyte-buffer): New macro.
23736 * rfc2047.el (rfc2047-encode-string): Use it.
23737 (rfc2047-encode-region): Move point to the end of the region after
23738 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23740 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23742 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23743 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23745 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23747 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23748 (gnus-cite-parse): Ignore quoted envelope From_.
23749 Suggested by Karl Chen <quarl@nospam.quarl.org>.
23751 2004-06-23 Jesper Harder <harder@ifa.au.dk>
23753 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23756 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
23758 * spam.el: Change section markers, revise TODO list.
23759 (spam-backends): Make new master list of all installed backends.
23760 (spam-summary-exit-behavior): Add new variable to determine how
23761 messages moves are done at summary exit.
23762 (spam-move-spam-nonspam-groups-only)
23763 (spam-process-ham-in-nonham-groups)
23764 (spam-process-ham-in-spam-groups): Remove variables, the
23765 spam-summary-exit-behavior variable should be used to manage this
23767 (spam-old-ham-articles, spam-old-spam-articles): Remove.
23768 (spam-old-articles): Add variable, replacing spam-old-ham-articles
23769 and spam-old-spam-articles.
23770 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23771 Add empty variables, placeholders for the backends they represent.
23772 (spam-set-difference): Move, unchanged.
23773 (spam-list-of-processors): Declare OBSOLETE, not used anymore
23774 unless the user has a processor variable.
23775 (spam-classifications, spam-classification-valid-p)
23776 (spam-backend-properties, spam-backend-property-valid-p)
23777 (spam-backend-function-type-valid-p)
23778 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23779 (spam-report-articles-gmane, spam-report-articles-resend):
23780 Remove functions, they are not needed.
23781 (spam-install-backend-super, spam-backend-list)
23782 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23783 (spam-backend-function, spam-backend-ham-registration-function)
23784 (spam-backend-spam-registration-function)
23785 (spam-backend-ham-unregistration-function)
23786 (spam-backend-spam-unregistration-function)
23787 (spam-backend-statistical-p, spam-backend-mover-p)
23788 (spam-install-backend-alias, spam-install-checkonly-backend)
23789 (spam-install-mover-backend, spam-install-nocheck-backend)
23790 (spam-install-backend, spam-install-statistical-backend)
23791 (spam-install-statistical-checkonly-backend): Add backend installation
23793 (spam-summary-prepare-exit): Rewrite to use the new backend code.
23794 (spam-group-processor-p): Use the new backend code and respect the
23795 summary exit behavior.
23796 (spam-mark-spam-as-expired-and-move-routine): Remove.
23797 (spam-summary-prepare): Change to use the new spam-old-articles
23799 (spam-copy-or-move-routine, spam-copy-spam-routine)
23800 (spam-move-spam-routine, spam-copy-ham-routine)
23801 (spam-move-ham-routine): Add code to copy/move ham or spam.
23802 (spam-fetch-field-fast): Improve doc and code, plus allow the
23804 (spam-list-of-checks, spam-list-of-statistical-checks):
23806 (spam-split, spam-find-spam): Use the new backend code.
23807 (spam-registration-functions): Remove variable.
23808 (spam-unregister-routine): Add convenience wrapper.
23809 (spam-log-undo-registration, spam-register-routine)
23810 (spam-log-processing-to-registry)
23811 (spam-log-unregistration-needed-p): Rename "check" to "backend"
23813 (spam-check-gmane-xref, spam-check-regex-headers)
23814 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23815 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23816 (spam-check-bogofilter-headers, spam-check-spamoracle)
23817 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23818 (spam-check-crm114-headers): Use the spam-split-group that
23819 spam-split prepares, no need to determine it every time.
23821 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23822 to the nnheader-parse-naked-head call.
23824 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23826 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23827 the nnheader-nov-read-message-id call.
23829 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
23831 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23832 gnus-activate-group twice. Suggested by Markus Peter
23835 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
23837 * gnus-art.el (gnus-article-time-format): Exchange the order of
23838 day and month in the default value; fix customization type.
23839 (article-date-ut): Use add-text-properties.
23840 (article-make-date-line): Use message-make-date instead of
23841 current-time-string.
23843 * message.el (message-fetch-field): Don't use set-text-properties.
23844 (message-make-date): Simplify.
23846 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
23848 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23849 (rfc2047-encode-region): Treat text within parentheses as special;
23850 show the original text when error has occurred.
23852 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23853 already-computed method to gnus-activate-group.
23855 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23856 same select-methods identical Lisp objects.
23858 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23859 object when modifying the info.
23861 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
23863 * gnus-srvr.el (gnus-server-set-info): Remove the server from
23864 gnus-opened-servers since it has never been opened with the new
23867 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
23869 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23870 arg to nnheader-generate-fake-message-id.
23872 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
23874 * nnheader.el (nnheader-generate-fake-message-id): Accept a
23875 number and build a fake message ID localized to a group and
23876 article number (so it's repeatable from that point on).
23877 (nnheader-fake-message-id-p): Change regex to accommodate new fake
23880 * gnus-sum.el (gnus-get-newsgroup-headers):
23881 Call nnheader-generate-fake-message-id with the article number.
23883 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
23885 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23888 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23890 * message.el (message-ignored-supersedes-headers): Add Approved.
23892 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
23894 * rfc2047.el (rfc2047-encode-message-header): Remove useless
23896 (rfc2047-encode): Fold the line before encoding.
23898 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
23900 * rfc2047.el (rfc2047-encode-message-header): Disabled header
23901 folding -- not all headers can be folded, and this should be done
23902 by the message composition mode. Probably. I think.
23904 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
23906 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23909 * gnus-ems.el (gnus-remove-image): Don't use
23910 message-text-with-property; remove only the image found first.
23912 2004-06-09 Jesper Harder <harder@ifa.au.dk>
23914 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23916 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
23918 * message.el (message-text-with-property): Make it fast and accept
23919 optional arguments.
23920 (message-strip-forbidden-properties): Use it.
23921 (message-fix-before-sending): Follow the m-t-w-p change.
23923 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23925 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
23927 * gnus-art.el (article-hide-headers): Don't change the buffer
23928 mistakenly when performing mml-preview even if
23929 gnus-single-article-buffer is nil.
23931 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
23933 * message.el (message-expand-name-databases): New user option.
23934 (message-expand-name): Use it.
23936 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
23938 * spam.el (spam-report-articles-resend)
23939 (spam-report-resend-register-routine): Allow ham reporting.
23940 (spam-report-resend-register-ham-routine): Add wrapper.
23941 (spam-registration-functions): Add ham resending functions.
23942 (spam-list-of-processors): Add ham resend processor.
23944 * gnus.el (ham-resend-to): Add new group parameter.
23945 (spam-process): Add ham resend option.
23947 * spam-report.el (spam-report-resend): Allow reporting ham.
23948 (spam-report-resend-ham): Add wrapper.
23950 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23952 * message.el (message-cite-articles-with-x-no-archive):
23954 (message-cite-original): Use it.
23956 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23958 * message.el (message-cite-original): Respect X-No-Archive.
23960 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
23962 * gnus-art.el (article-hide-headers): Refer to the values for
23963 gnus-ignored-headers and gnus-visible-headers in the summary
23964 buffer since a user may have set them as group parameters.
23966 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
23968 * assistant.el (assistant-node-name): Add convenience function.
23969 (assistant-render-text, assistant-render-node): Add error handling,
23970 plus handle multiple next nodes.
23971 (assistant-find-next-node): Comment out for now.
23972 (assistant-find-next-nodes): Add function, returns list of next
23975 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
23977 * mail-source.el (mail-source-directory): Fix doc-string.
23979 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
23981 * assistant.el (assistant-render-text, assistant-eval): Add :set
23982 widget type, which is different because it takes and returns a
23983 list. Much hilarity ensues.
23985 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
23987 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23989 * gnus-group.el (gnus-group-get-new-news-this-group):
23992 * gnus-start.el (gnus-activate-group): Add doc-string.
23994 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
23996 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23998 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
24000 * assistant.el (assistant-render-text): Try to add a :set
24001 widget, more to come.
24003 * spam.el (spam-group-spam-contents-p): Handle empty groupname
24005 (spam-report-articles-resend)
24006 (spam-register-routine): Do registration iff any articles warrant
24008 (spam-summary-prepare-exit): Change log message for nil group
24011 2004-05-27 Daniel Pittman <daniel@rimspace.net>
24013 * spam.el (spam-report-resend-register-routine):
24014 Allow spam-report-resend-to to be a group parameter or a global value.
24016 2004-05-26 Simon Josefsson <jas@extundo.com>
24018 * starttls.el: Merge with my GnuTLS based starttls.el.
24019 (starttls-gnutls-program, starttls-use-gnutls)
24020 (starttls-extra-arguments, starttls-process-connection-type)
24021 (starttls-connect, starttls-failure, starttls-success):
24023 (starttls-program, starttls-extra-args): Doc fix.
24024 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24026 (starttls-negotiate, starttls-open-stream):
24027 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24028 function if it is set.
24030 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
24032 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24035 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
24037 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24039 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
24041 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24043 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
24044 assigning the spam-mark to new messages.
24046 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
24048 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24050 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
24052 * rfc2047.el (rfc2047-encodable-p): Don't move point.
24053 (rfc2047-decode): Treat the ascii coding-system as raw-text by
24056 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
24058 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24061 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
24063 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24064 (spam-group-processor-p): Fix function.
24065 (spam-group-processor-multiple-p)
24066 (spam-group-spam-processor-report-gmane-p)
24067 (spam-group-spam-processor-report-resend-p)
24068 (spam-group-spam-processor-bogofilter-p)
24069 (spam-group-spam-processor-blacklist-p)
24070 (spam-group-spam-processor-ifile-p)
24071 (spam-group-ham-processor-ifile-p)
24072 (spam-group-spam-processor-spamoracle-p)
24073 (spam-group-spam-processor-crm114-p)
24074 (spam-group-ham-processor-bogofilter-p)
24075 (spam-group-spam-processor-stat-p)
24076 (spam-group-ham-processor-stat-p)
24077 (spam-group-ham-processor-whitelist-p)
24078 (spam-group-ham-processor-BBDB-p)
24079 (spam-group-ham-processor-spamoracle-p)
24080 (spam-group-ham-processor-copy-p): Remove functions with some
24081 prejudice against unneeded code.
24082 (spam-report-articles-resend)
24083 (spam-report-resend-register-routine): Allow the group/topic
24084 spam-resend-to value to override spam-report-resend-to.
24085 (spam-summary-prepare-exit): Invoke spam-group-processor-p
24088 * gnus.el (spam-resend-to): Add group/topic parameter.
24089 (spam-process): Move the OBSOLETE processors to the end of the
24092 2004-05-24 Daniel Pittman <daniel@rimspace.net>
24094 * spam-report.el (spam-report-resend-to, spam-report-resend):
24095 Start with resend-to set to nil, and then ask the user if necessary.
24096 (spam-report-resend): spam-report-resend takes a list of articles, not
24097 separate article numbers.
24099 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
24101 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24102 addition to emacs-w3m.
24104 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
24106 * assistant.el (assistant-authinfo-data): New function.
24107 (assistant-eval): Eval for entire assistant.
24109 * netrc.el (netrc-services-file): New variable.
24110 (netrc-parse-services): New function.
24111 (netrc-find-service-name): New function.
24112 (netrc-find-service-number): New function.
24113 (netrc-port-equal): New function.
24114 (netrc-machine): Use it.
24116 * nnimap.el (nnimap-open-connection): Use netrc.
24118 * gnus-util.el (gnus-netrc-get): Remove aliases.
24120 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24122 * assistant.el (wid-edit): Fix compilation.
24124 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24126 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
24128 * gnus-util.el (gnus-set-file-modes): New function. (small
24131 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
24133 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24135 * assistant.el (assistant-render-node): Fix up rendering and
24137 (assistant-render-node): Reset.
24138 (assistant-make-read-only): Not sticky.
24140 2004-05-20 Danny Siu <dsiu@adobe.com>
24142 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24143 centered even when gnus-auto-center-summary is t.
24145 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
24147 * dns.el (dns-get-txt-answer): New function.
24148 (dns-read-txt): Ditto.
24149 (query-dns): Use it.
24151 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
24153 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24154 active for foreign groups even if the group level is higher than
24155 the specified value.
24157 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
24159 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24162 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24164 2004-05-20 Magnus Henoch <mange@freemail.hu>
24166 * dns.el (dns-read-type): Add support for SVR. (small patch)
24168 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
24170 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24171 (spam-crm114-header, spam-crm114-spam-switch)
24172 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24173 (spam-crm114-positive-spam-header)
24174 (spam-crm114-database-directory, spam-list-of-processors)
24175 (spam-group-spam-processor-crm114-p)
24176 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24177 (spam-generic-score, spam-list-of-checks)
24178 (spam-list-of-statistical-checks, spam-registration-functions)
24179 (spam-check-crm114-headers, spam-crm114-score)
24180 (spam-check-crm114, spam-crm114-register-with-crm114)
24181 (spam-crm114-register-spam-routine)
24182 (spam-crm114-unregister-spam-routine)
24183 (spam-crm114-register-ham-routine)
24184 (spam-crm114-unregister-ham-routine): Add CRM114 support.
24186 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
24188 * gnus.el: Add spam-use-crm114.
24190 * spam.el (spam-list-of-processors, spam-registration-functions):
24191 Add spam-use-resend.
24192 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24193 (spam-report-articles-gmane): Add doc fix.
24194 (spam-report-articles-resend, spam-report-resend-register-routine):
24195 Add wrappers around spam-report-resend-to.
24197 * spam-report.el (spam-report-resend-to, spam-report-resend):
24198 Add support for resending spam.
24199 (spam-report-gmane): Fix line length >80.
24201 * gnus.el (spam-process): Add spam-use-resend.
24203 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24205 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24206 number of processed spam messages.
24207 (spam-ham-copy-or-move-routine): Return the number of processed
24209 (spam-summary-prepare-exit): Use the above values to decide
24210 whether status messages should be displayed.
24212 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
24214 * rfc2047.el (rfc2047-encode-function-alist): Rename from
24215 `rfc2047-encoding-function-alist' in order to avoid conflicting
24216 with the old version.
24217 (rfc2047-encode-region): Concatenate words containing non-ASCII
24218 characters in structured fields; don't encode space-delimited
24219 ASCII words even in unstructured fields; don't break words at
24220 char-category boundaries.
24221 (rfc2047-encode-1): New function.
24222 (rfc2047-encode): Use it; encode text so that it occupies the
24223 maximum width within 76-column; work correctly on Q encoding for
24224 iso-2022-* charsets.
24225 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24226 sure not to break a line just after the header name.
24227 (rfc2047-b-encode-region): Remove.
24228 (rfc2047-b-encode-string): New function.
24229 (rfc2047-q-encode-region): Remove.
24230 (rfc2047-q-encode-string): New function.
24232 * mm-util.el (mm-replace-in-string): New function.
24234 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
24236 * gnus-msg.el (gnus-inews-make-draft-meta-information):
24237 Really get it right.
24238 (gnus-inews-make-draft): Really.
24240 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
24242 * nnmh.el (nnmh-request-list-1): Don't check the link count
24243 before descending. (small patch)
24245 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
24247 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24250 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24251 Match on real group name.
24253 * gnus-art.el (gnus-signature-limit): Doc fix.
24255 * gnus-msg.el (gnus-inews-make-draft): Quote list.
24257 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
24259 * gnus-draft.el (gnus-draft-send):
24260 Bind rfc2047-encode-encoded-words.
24262 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24263 (rfc2047-encodable-p): Say that =? needs encoding.
24264 (rfc2047-encode-encoded-words): New variable.
24266 * gnus-group.el (gnus-group-select-group): Doc fix.
24268 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24270 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24273 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24275 * nnheader.el (nnheader-get-lines-and-char): New function.
24277 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
24279 * gnus-msg.el (gnus-summary-followup-with-original):
24280 Document yanking of region when active.
24282 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
24284 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24285 groups if the group level is higher than the specified value.
24287 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
24289 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24290 (gnus-group-jump-to-group): Add prefix argument using
24291 `gnus-group-jump-to-group-prompt'. Query before jumping to
24294 * compface.el (uncompface): Be verbose when changing
24295 `uncompface-use-external'.
24297 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24298 handle manual section.
24300 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
24302 * gnus-art.el (gnus-button-alist): Revert previous change.
24304 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
24306 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24308 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
24310 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24311 whether backend can accept message.
24313 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24315 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
24317 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24318 Avoid creating directory when nntp-marks-is-evil is true.
24319 Reported by Reiner Steib.
24321 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
24323 * gnus-picon.el (gnus-picon-insert-glyph):
24324 Add optional `nostring' argument.
24326 2004-05-18 Jesper Harder <harder@ifa.au.dk>
24328 * gnus-picon.el (gnus-picon-style): New variable.
24329 (gnus-picon-transform-address): Support `gnus-picon-style'.
24331 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
24333 * message.el (message-fill-field): Return point.
24334 (message-generate-headers): Go to end of field.
24336 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24337 stuff for non-living groups.
24339 2004-05-18 Jesper Harder <harder@ifa.au.dk>
24341 * gnus-art.el (gnus-article-followup-with-original)
24342 (gnus-article-reply-with-original): gnus-mark-active-p ->
24343 gnus-region-active-p.
24345 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
24347 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24348 only when there is spam or ham to be processed.
24350 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
24352 * mail-source.el (mail-source-delete-crash-box): Refactor.
24353 (mail-source-fetch): Use it.
24354 (mail-source-fetch-file): Ditto.
24355 (mail-source-fetch-directory): Run PostScript in loop.
24356 (mail-source-fetch-pop): Delete.
24357 (mail-source-fetch-maildir): Ditto.
24358 (mail-source-fetch-imap): Ditto.
24360 * imap.el (imap-authenticators): Comment out sasl.
24362 * message.el (message-skip-to-next-address): New function.
24363 (message-fill-header-address): Refactor.
24364 (message-fill-address): Use it.
24365 (message-delete-address): Use it.
24366 (message-fill-header-general): Refactor.
24367 (message-fill-field-address): Rename.
24368 (message-narrow-to-field): Find the start of the header.
24369 (message-header-format-alist): Don't pre-fill.
24370 (message-fill-header): Remove.
24371 (message-insert-header): New function.
24372 (message-shorten-references): Use it.
24374 * rfc2047.el (rfc2047-field-value): Strip props.
24376 * mail-parse.el (mail-header-make-address): New alias.
24378 * ietf-drums.el (ietf-drums-make-address): New function.
24380 * imap.el: Add compiler directives.
24382 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24384 * gnus-art.el (article-decode-idna-rhs): Don't use
24385 message-idna-inside-rhs-p.
24387 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
24389 * message.el (message-idna-inside-rhs-p): Remove.
24390 (message-idna-to-ascii-rhs-1): Use proper address parsing.
24392 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24395 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24397 * imap.el (imap-sasl-make-mechanisms): Use sasl.
24399 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
24401 * nneething.el (nneething-file-name): Don't create spurious
24404 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24405 (gnus-inews-do-gcc): Remove sleep.
24407 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24410 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24411 (gnus-agent-regenerate-group): Using nil messages aren't valid.
24413 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
24415 * spam.el (spam-summary-prepare-exit): Fix (length).
24417 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
24419 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24420 as expired without moving it" message when there are spam
24423 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
24425 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24428 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
24430 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24431 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24432 (nntp-marks-changed-p): New arg SERVER.
24433 (nntp-request-update-info): Adjust caller.
24435 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
24437 * nntp.el (nntp-save-marks): Pass missing arg.
24439 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
24441 * nntp.el: Support marks.
24442 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24443 (nntp-marks-modtime, nntp-marks-directory): New variables.
24444 (nntp-request-set-mark, nntp-request-update-info)
24445 (nntp-possibly-create-directory, nntp-marks-changed-p)
24446 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24449 2004-05-12 Jesper Harder <harder@ifa.au.dk>
24451 * gnus-score.el (gnus-score-insert-help):
24452 Use gnus-select-lowest-window.
24454 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24455 appt-select-lowest-window and rename to gnus-select-lowest-window.
24459 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24461 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24462 encodings of MIME-encoded words, in order to improve
24463 interoperability with several broken MUAs.
24465 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24467 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24468 tags, only when charsets are not specified in headers.
24469 (mm-inline-text-html-render-with-w3m): Ditto.
24471 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24473 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24474 instead of MIME-decoded from fields when checking
24475 `gnus-article-address-banner-alist'.
24477 2004-05-03 Jesper Harder <harder@ifa.au.dk>
24479 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24480 description rather than subject.
24482 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24484 * gnus.el (gnus-version-number): Bump.
24486 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
24488 * gnus.el: No Gnus v0.2 is released.
24490 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24492 * gnus-agent.el (gnus-agent-read-agentview):
24493 Inline gnus-uncompress-range.
24495 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24497 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24498 `exec-installed-p'.
24500 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24502 * gnus.el (spam-process, spam-autodetect-methods):
24503 Add bsfilter and bsfilter-headers.
24505 * spam.el (spam-bsfilter): New customize group.
24506 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24507 (spam-bsfilter-header, spam-bsfilter-probability-header)
24508 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24509 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24510 (spam-bsfilter-database-directory): New options.
24511 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24512 (spam-list-of-statistical-checks, spam-registration-functions):
24513 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24514 (spam-bsfilter-score): New command.
24515 (spam-check-bsfilter-headers, spam-check-bsfilter)
24516 (spam-bsfilter-register-with-bsfilter)
24517 (spam-bsfilter-register-spam-routine)
24518 (spam-bsfilter-unregister-spam-routine)
24519 (spam-bsfilter-register-ham-routine)
24520 (spam-bsfilter-unregister-ham-routine): New functions.
24521 (spam-generic-score): Support bsfilter; Accept an optional argument
24522 to recalcurate spam score even if scoring header has already been
24524 (spam-bogofilter-score, spam-spamassassin-score): Accept an
24525 optional argument to recalcurate spam score even if scoring header
24526 has already been added.
24528 2004-04-29 Jesper Harder <harder@ifa.au.dk>
24530 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24531 strings! Reported by David D. Smith <davidsmith@acm.org>.
24532 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24535 2004-04-28 Jesper Harder <harder@ifa.au.dk>
24537 * html2text.el (html2text-replace-list): Add & and '.
24538 (html2text-get-attr): Rewrite.
24540 * message.el (message-setup-1): Remove redundant put-text-property
24541 on mail-header-separator.
24543 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
24545 * gnus-registry.el (gnus-registry-cache-whitespace)
24546 (gnus-registry-action, gnus-registry-spool-action)
24547 (gnus-registry-split-fancy-with-parent): Change message levels
24548 from 5 to 3 or 7, as needed.
24550 * spam.el (spam-summary-prepare-exit)
24551 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24552 (spam-split, spam-find-spam, spam-log-undo-registration)
24553 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24556 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
24558 * gnus-ems.el: Autoload appt-select-lowest-window (revert
24559 2004-03-04 change).
24561 2004-04-25 Jesper Harder <harder@ifa.au.dk>
24563 * sieve-manage.el (sieve-manage-open):
24564 * nnweb.el (nnweb-insert-html):
24565 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24566 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24567 * nnspool.el (nnspool-request-group):
24568 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24569 * nnml.el (nnml-request-update-info):
24570 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24571 (nnmh-request-create-group, nnmh-update-gnus-unreads):
24572 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24573 (nnimap-request-set-mark):
24574 * nnfolder.el (nnfolder-request-update-info):
24575 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24576 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24577 * gnus-uu.el (gnus-uu-find-articles-matching):
24578 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24579 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24580 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24581 * gnus-nocem.el (gnus-nocem-scan-groups):
24582 * gnus-int.el (gnus-start-news-server):
24583 * gnus-group.el (gnus-group-make-kiboze-group)
24584 (gnus-group-browse-foreign-server):
24585 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24586 Use mapc when appropriate.
24588 2004-04-22 Dan Christensen <jdc@uwo.ca>
24589 Adam Sjøgren <asjo@koldfront.dk>
24590 Wes Hardaker <wes@hardakers.net>
24591 Michael Shields <shields@msrl.com>
24593 * spam.el (spam-necessary-extra-headers): Get the extra headers we
24594 may need for spam sorting and scoring.
24595 (spam-user-format-function-S): Add user format function suitable for
24597 (spam-article-sort-by-spam-status): Add sorting function for summary
24599 (spam-extra-header-to-number): Add function to get a score from a
24601 (spam-summary-score): Add function to get a numeric score from the
24603 (spam-generic-score): Fix function doc, was in wrong place.
24604 (spam-initialize): Take symbols when it's run, and install the
24605 extra headers that spam-necessary-extra-headers thinks we need.
24607 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
24609 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24610 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24612 2004-04-17 Jesper Harder <harder@ifa.au.dk>
24614 * gnus-sum.el (gnus-set-global-variables)
24615 (gnus-build-all-threads, gnus-get-newsgroup-headers)
24616 (gnus-article-get-xrefs, gnus-summary-best-group)
24617 (gnus-summary-next-article, gnus-summary-enter-digest-group)
24618 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24619 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24620 Use with-current-buffer.
24622 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
24624 * spam.el (spam-summary-prepare-exit): Simplify logic.
24625 (spam-fetch-article-header): Read the article header if it's not
24627 (spam-list-articles): Simplify logic.
24628 (spam-filelist-register-routine): Fix bug with unregister-list.
24630 * gnus-registry.el: Fix comments at beginning.
24632 2004-04-16 Jesper Harder <harder@ifa.au.dk>
24634 * message.el (message-cater-to-broken-inn): Remove.
24635 (message-shorten-references): Make sure the total folded length of
24636 References is shorter than 998 characters to cater to a bug in INN
24637 2.3. Also, don't pretend that references aren't folded -- this
24638 hasn't worked for a while.
24640 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
24642 * gnus-agent.el (gnus-agentize):
24643 gnus-agent-send-mail-real-function no longer set to current value
24644 of message-send-mail-function but rather a lambda that calls
24645 message-send-mail-function. The change makes the agent real-time
24646 responsive to user changes to message-send-mail-function.
24648 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
24650 * legacy-gnus-agent.el
24651 (gnus-agent-convert-to-compressed-agentview): Fix typos with
24652 help from Florian Weimer <fw@deneb.enyo.de>
24654 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
24656 * nnmail.el (nnmail-cache-insert): Revert last change.
24658 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
24660 * nnmail.el (nnmail-cache-insert): Always check whether
24661 nnmail-cache-ignore-groups matches a group name.
24663 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
24665 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24666 (spam-find-spam, spam-log-processing-to-registry)
24667 (spam-log-registered-p, spam-log-unregistration-needed-p)
24668 (spam-log-undo-registration): Use gnus-message instead of
24669 gnus-error, none of these errors are fatal.
24671 * gnus-registry.el (gnus-registry-clean-empty-function)
24672 (gnus-registry-clean-empty): Remove only empty entries without
24675 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
24677 * spam-stat.el (spam-stat-buffer-change-to-spam)
24678 (spam-stat-buffer-change-to-non-spam): Change (error) to
24679 (gnus-message 8) invocation.
24681 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
24683 * nntp.el (nntp-via-netcat-command): New variable.
24684 (nntp-via-netcat-switches): New variable.
24685 (nntp-open-via-rlogin-and-netcat): New function.
24686 (nntp-open-connection-function): Doc fix.
24687 (nntp-telnet-command): Doc fix.
24688 (nntp-end-of-line): Doc fix.
24689 (nntp-via-rlogin-command): Doc fix.
24690 (nntp-via-user-name): Doc fix.
24691 (nntp-via-address): Doc fix.
24693 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
24695 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24696 error in Emacs 21.1.
24698 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
24700 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24702 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
24704 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24705 (gnus-agent-with-refreshed-group): New macro.
24706 (gnus-agent-rename-group): New function.
24707 (gnus-agent-delete-group): New function.
24708 (gnus-agent-save-group-info): Use gnus-command-method when
24709 `method' parameter is nil. Don't write nil entries into the
24711 (gnus-agent-get-group-info): New function.
24712 (gnus-agent-fetch-articles):
24713 Use gnus-agent-update-files-total-fetched-for to increment disk space
24715 (gnus-agent-fetch-headers, gnus-agent-save-alist):
24716 Use gnus-agent-update-view-total-fetched-for to increment disk space
24718 (gnus-agent-get-local): Add optional parameters to avoid calling
24719 gnus-group-real-name and gnus-find-method-for-group.
24720 (gnus-agent-set-local): Delete stored entry if either min, or max,
24722 (gnus-agent-fetch-session): Reworded error/quit messages.
24723 On quit, use gnus-agent-regenerate-group to record existence of any
24724 articles fetched to disk before the quit occurred.
24725 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24726 gnus-agent-update-view-total-fetched-for, and
24727 gnus-agent-update-files-total-fetched-for to decrement disk space
24729 (gnus-agent-retrieve-headers):
24730 Use gnus-agent-update-view-total-fetched-for to increment disk space
24732 (gnus-agent-regenerate-group): Replace gnus-group-update-group
24733 with gnus-agent-update-files-total-fetched-for to decrement disk
24734 space and fresh group buffer.
24735 (gnus-agent-inhibit-update-total-fetched-for): New variable.
24736 (gnus-agent-need-update-total-fetched-for): New variable.
24737 (gnus-agent-update-files-total-fetched-for): New function.
24738 (gnus-agent-update-view-total-fetched-for): New function.
24739 (gnus-agent-total-fetched-for): New function.
24741 * gnus-cache.el (gnus-cache-save-buffers):
24742 Use gnus-cache-update-overview-total-fetched-for to change disk space
24743 used by this group.
24744 (gnus-cache-possibly-enter-article):
24745 Use gnus-cache-update-file-total-fetched-for to increment disk space
24746 used by this group.
24747 (gnus-cache-possibly-remove-article):
24748 Use gnus-cache-update-file-total-fetched-for to decrement disk space
24749 used by this group.
24750 (gnus-cache-generate-nov-databases): Purge total fetched cache.
24751 (gnus-cache-rename-group): New function.
24752 (gnus-cache-delete-group): New function.
24753 (gnus-cache-inhibit-update-total-fetched-for): New variable.
24754 (gnus-cache-need-update-total-fetched-for): New variable.
24755 (gnus-cache-with-refreshed-group): New macro.
24756 (gnus-cache-update-file-total-fetched-for): New function.
24757 (gnus-cache-update-overview-total-fetched-for): New function.
24758 (gnus-cache-rename-group-total-fetched-for): New function.
24759 (gnus-cache-delete-group-total-fetched-for): New function.
24760 (gnus-cache-total-fetched-for): New function.
24762 * gnus-group.el: Require gnus-sum and autoload functions to
24763 resolve warnings when gnus-group.el compiled alone.
24764 (gnus-group-line-format): Document new %F.
24765 (size of Fetched data) group line format; identifies disk space
24766 used by agent and cache.
24767 (gnus-group-line-format-alist): Define new F format.
24768 (gnus-total-fetched-for): New function.
24769 (gnus-group-delete-group): No longer update
24770 gnus-cache-active-altered as gnus-request-delete-group now keeps
24772 (gnus-group-list-active): Let the agent store a server's active
24773 list if currently plugged.
24775 * gnus-int.el (gnus-request-delete-group):
24776 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24777 local disk in sync with the server.
24778 (gnus-request-rename-group):
24779 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24780 local disk in sync with the server.
24782 * gnus-start.el (gnus-get-unread-articles):
24783 Cosmetic simplification to logic.
24785 * gnus-util.el (gnus-rename-file): New function.
24787 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
24789 * mm-util.el (mm-image-load-path): Handle nil in load-path.
24791 2004-04-07 Jesper Harder <harder@ifa.au.dk>
24793 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24794 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
24796 2004-04-06 Jesper Harder <harder@ifa.au.dk>
24798 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24799 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
24801 2004-04-03 Jesper Harder <harder@ifa.au.dk>
24803 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24805 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
24807 * spam.el (spam-set-difference): Add function to replace
24808 gnus-set-difference in spam.el.
24809 (spam-summary-prepare-exit): Use spam-set-difference.
24811 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
24813 * gnus-registry.el (gnus-registry-cache-file): Update to use
24814 gnus-dribble-directory OR gnus-home-directory OR ~.
24815 (gnus-registry-split-fancy-with-parent): Fix doc.
24817 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
24819 * message.el (message-exchange-point-and-mark):
24820 Use message-mark-active-p. Suggested by Jesper Harder
24821 <harder@ifa.au.dk>.
24823 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
24825 * message.el (message-exchange-point-and-mark): Don't activate
24826 region if it was inactive. Suggested by Hiroshi Fujishima
24827 <pooh@nature.tsukuba.ac.jp>.
24829 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
24831 * gnus-art.el (article-display-face): Display Faces in the same
24834 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
24836 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24838 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
24840 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24841 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24842 (gnus-article-mime-hierarchy): Remove.
24843 (gnus-article-mime-hierarchy-next): Remove.
24844 (gnus-article-mode): Revert 2004-03-19 change.
24845 (gnus-article-setup-buffer): Revert 2004-03-19 change.
24846 (gnus-insert-mime-button): Revert 2004-03-19 change.
24847 (gnus-mime-accumulate-hierarchy): Remove.
24848 (gnus-mime-enter-multipart): Remove.
24849 (gnus-mime-leave-multipart): Remove.
24850 (gnus-mime-display-part): Revert 2004-03-19 change.
24851 (gnus-mime-display-alternative): Revert 2004-03-19 change.
24853 * mml.el (mml-preview): Revert 2004-03-19 change.
24855 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
24857 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24859 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
24861 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24862 t while entering a file name using the mm-with-multibyte macro.
24863 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24865 * mm-util.el (mm-with-multibyte): New macro.
24867 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
24869 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24871 (gnus-mime-multipart-functions): Doc and customization fix.
24872 (gnus-article-mime-hierarchy): New variable.
24873 (gnus-article-mime-hierarchy-next): New variable.
24874 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24875 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24876 gnus-article-mime-hierarchy-next to nil.
24877 (gnus-insert-mime-button): Show hierarchy numbers.
24878 (gnus-mime-accumulate-hierarchy): New function.
24879 (gnus-mime-enter-multipart): New function.
24880 (gnus-mime-leave-multipart): New function.
24881 (gnus-mime-display-part): Recompute hierarchical MIME structure.
24882 (gnus-mime-display-alternative): Show hierarchy numbers.
24884 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24885 gnus-article-mime-hierarchy-next to nil.
24887 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
24889 * dns.el: Don't require gnus-xmas.
24891 2004-03-17 Jesper Harder <harder@ifa.au.dk>
24893 * mml.el (mml-generate-mime-1): Don't use format=flowed with
24895 (mml-menu): Disable mml-quote-region if mark is inactive.
24897 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
24899 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24900 when the group's active is not available.
24902 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
24904 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24907 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
24909 * imap.el (imap-store-password): New variable.
24910 (imap-interactive-login): Use it.
24911 Suggested by Mark Plaksin <happy@mcplaksin.org>.
24913 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
24915 * gnus-art.el (gnus-article-read-summary-keys): Restore new
24916 window-start and hscroll to summary window.
24918 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
24920 * gnus-start.el (gnus-convert-old-newsrc): Only write the
24921 conversion message to newsrc-dribble when an actual conversion is
24924 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
24926 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24928 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
24930 * mm-decode.el (mm-complicated-handles): New function reviving
24931 former definition of mm-multiple-handles.
24933 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24934 (gnus-mime-delete-part): Use it.
24936 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
24938 * gnus-agent.el (gnus-agent-read-local):
24939 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24940 avoid the implicit assumption that they will always be equal.
24941 (gnus-agent-save-local): Bind buffer-file-coding-system, not
24942 coding-system-for-write, as the with-temp-file macro first prints
24943 to a buffer then saves the buffer.
24945 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
24947 * gnus-art.el (gnus-article-edit-part): New function.
24948 (gnus-mime-save-part-and-strip): Use it; do query instead of
24949 signaling an error; don't use mm-multiple-handles.
24950 (gnus-mime-delete-part): Ditto.
24952 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
24954 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24956 (gnus-group-prepare-hook): Remove function that converted list
24957 form of gnus-agent-expire-days to group properties.
24959 * gnus-int.el: Autoload gnus-agent-regenerate-group.
24960 (gnus-request-accept-article): Re-indented.
24962 * gnus-start.el (gnus-convert-old-newsrc): Registered new
24963 converters to handle old agent file formats. Add logic for a
24964 "backup before upgrading warning".
24965 (gnus-convert-mark-converter-prompt): Developers can mark
24966 functions as needing (default), or not needing,
24967 gnus-convert-old-newsrc's "backup before upgrading warning".
24968 (gnus-convert-converter-needs-prompt): Tests whether the user
24969 should be protected from potentially irreversable changes by the
24972 * legacy-gnus-agent.el: New. Provides converters that are only
24973 loaded when gnus-convert-old-newsrc needs to call them.
24975 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
24977 * mail-source.el (mail-source-touch-pop): Doc fix.
24979 * message.el (message-smtpmail-send-it): Doc fix.
24981 2004-03-05 Jesper Harder <harder@ifa.au.dk>
24983 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24985 * nnmail.el (nnmail-split-fancy): do.
24987 * gnus-kill.el (gnus-kill, gnus-execute): do.
24989 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
24991 * gnus-sum.el (gnus-widget-reversible-match)
24992 (gnus-widget-reversible-to-internal)
24993 (gnus-widget-reversible-to-external): New functions.
24994 (gnus-widget-reversible): New widget.
24995 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24997 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
24999 * gnus-sum.el (gnus-thread-sort-functions)
25000 (gnus-article-sort-functions): Document `(not F)' items.
25002 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
25004 * spam.el (spam-use-gmane-xref): Add new backend.
25005 (spam-gmane-xref-spam-group): Add variable to control the name of the
25007 (spam-blackhole-servers, spam-blackhole-good-server-regex)
25008 (spam-regex-headers-spam, spam-regex-headers-ham)
25009 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25010 (spam-list-of-checks): Add spam-use-gmane-xref to list of
25011 backends and checks.
25012 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25014 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25015 an autodetect method.
25017 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
25019 * gnus-int.el (gnus-request-accept-article): Inform the agent that
25020 articles are being added to a group.
25021 (gnus-request-replace-article): Inform the agent that articles
25022 need to be uncached as the cached contents are no longer valid.
25024 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
25026 * binhex.el: Don't autoload executable-find.
25028 * canlock.el: Don't autoload mail-fetch-field.
25030 * gnus-ems.el: Don't autoload appt-select-lowest-window.
25032 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25033 rmail-dont-reply-to and rmail-output.
25035 * gnus-score.el: Don't autoload ffap-string-at-point.
25037 * gnus-setup.el: Don't autoload sc-cite-original.
25039 * imap.el: Don't autoload base64-decode-string,
25040 base64-encode-string and md5.
25042 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25043 and rmail-msg-restore-non-pruned-header.
25045 * mm-decode.el: Don't autoload executable-find.
25047 * mm-url.el: Don't autoload executable-find.
25049 * mm-view.el: Don't autoload diff-mode.
25051 * nndb.el: Don't autoload news-reply-mode, news-setup,
25052 cancel-timer and telnet.
25054 * password.el: Don't autoload run-at-time for Emacs.
25056 * sha1-el.el: Don't autoload executable-find.
25058 * sieve-mode.el: Don't autoload c-mode.
25060 * uudecode.el: Don't autoload executable-find.
25062 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
25064 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25065 (gnus-agent-possibly-alter-active): Avoid null in numeric
25067 (gnus-agent-set-local): Refuse to save null in local object table.
25068 (gnus-agent-regenerate-group): The REREAD parameter can now be a
25069 list of articles that will be marked as unread.
25071 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
25073 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25075 2004-03-04 Jesper Harder <harder@ifa.au.dk>
25077 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25080 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
25082 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25083 Don't bind "obarray".
25085 * gnus-sum.el (gnus-thread-sort-functions):
25086 Add `gnus-thread-sort-by-most-recent-number' and
25087 `gnus-thread-sort-by-most-recent-date'.
25088 Reported by Kai Grossjohann <kai@emptydomain.de>.
25090 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
25092 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25094 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
25096 * gnus-cus.el (gnus-agent-customize-category):
25097 Remove ignore-errors macro reference that required cl to be loaded at
25100 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25101 single-interval range of the form (min . max). Previously the
25102 range had to look like ((min . max)). Likewise, return
25103 (min . max) rather than ((min . max)).
25104 (gnus-range-map): Use gnus-range-normalize to accept
25105 single-interval range.
25107 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25108 the cache, but not the agent, now appear with their usual face.
25110 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
25112 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25113 w3m-safe-url-regexp variable buffer-local.
25115 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25117 2004-02-27 Simon Josefsson <jas@extundo.com>
25119 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25120 gnus-group-real-prefix.
25121 (gnus-summary-move-article): Use it, instead of
25122 gnus-group-real-prefix.
25124 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
25126 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25127 w3m-safe-url-regexp variable buffer-local and set it as the value
25128 of mm-w3m-safe-url-regexp.
25130 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25132 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25133 parsing gnus-posting-styles when the message is not for replying.
25135 * nnrss.el (nnrss-opml-export):
25136 Use mm-set-buffer-file-coding-system instead of
25137 set-buffer-file-coding-system.
25139 2004-02-27 Jesper Harder <harder@ifa.au.dk>
25141 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25144 * gnus-mlspl.el: do.
25146 * gnus-srvr.el: do.
25148 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25150 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
25152 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25153 Corrections to custom-manual links.
25155 * gnus-art.el (gnus-article): Ditto.
25157 * mm-decode.el (mime-display, mime-security): Ditto.
25159 2004-02-26 Jesper Harder <harder@ifa.au.dk>
25161 * flow-fill.el: Typo.
25163 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
25165 * spam-wash.el: New file.
25167 2004-02-26 Mark A. Hershberger <mah@everybody.org>
25169 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25171 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
25173 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25174 to be run with new-articles as LIST1, not LIST2.
25175 (spam-registration-functions): Add spam-use-ham-copy as a nil
25176 registration backend.
25178 2004-02-26 Jesper Harder <harder@ifa.au.dk>
25180 * spam-stat.el (spam-stat-washing-hook): New option.
25181 (spam-stat-buffer-words): Use it.
25182 (spam-stat-process-directory, spam-stat-test-directory):
25183 Use insert-file-contents-literally.
25184 (spam-stat-coding-system): New variable.
25185 (spam-stat-load, spam-stat-save): Use it.
25187 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
25189 * spam-report.el (spam-report-plug-agent):
25190 Quote spam-report-url-to-file and spam-report-url-ping-plain.
25192 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
25194 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25195 Allow / in mailto URLs.
25197 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
25199 * spam-report.el (spam-report-process-queue): Fix interactive use.
25200 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25201 (spam-report-unplug-agent): Doc fixes.
25202 (spam-report-url-ping-mm-url, spam-report-url-to-file)
25203 (spam-report-agentize, spam-report-deagentize):
25204 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
25206 * message.el (message-setup-fill-variables): Add mml tags to
25207 paragraph-start and paragraph-separate. Suggested by Andrew Korty
25209 (message-mode): Don't modify paragraph-separate there.
25211 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
25213 * compface.el (uncompface-use-external): Default to undecided.
25214 (uncompface-use-external-threshold): New variable.
25215 (uncompface-float-time): New macro.
25216 (uncompface): Determine whether to use the external decoder if
25217 uncompface-use-external is undecided.
25219 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
25221 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25224 * gnus-art.el (gnus-mime-display-single): Remove dead code.
25226 2004-02-14 Jesper Harder <harder@ifa.au.dk>
25228 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25230 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25232 * gnus-sum.el (gnus-summary-limit-to-age)
25233 (gnus-summary-limit-children): do.
25235 * gnus-int.el (gnus-request-scan): do.
25237 * gnus-group.el (gnus-group-suspend): do.
25239 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25241 * gnus-cite.el (gnus-cite-parse-attributions): do.
25243 * gnus-agent.el (gnus-summary-set-agent-mark)
25244 (gnus-agent-regenerate-group): do.
25246 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25248 * binhex.el (binhex-decode-region-internal): do.
25250 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
25252 * gnus-fun.el (gnus-face-properties-alist): New user option.
25253 (gnus-display-x-face-in-from): Use it.
25255 * gnus-art.el (article-display-face): Ditto.
25257 * compface.el (uncompface-use-external): Default to nil.
25259 2004-02-12 Jesper Harder <harder@ifa.au.dk>
25261 * nntp.el (nntp-erase-buffer): New function.
25262 (nntp-retrieve-data, nntp-send-command)
25263 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25264 (nntp-possibly-change-group): Use it.
25266 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25267 Use with-current-buffer.
25269 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
25271 * compface.el: Merge the ELisp-based uncompface program.
25272 (compface): New customization group.
25273 (uncompface-use-external): New user option.
25274 (uncompface): Call uncompface-internal if uncompface-use-external
25276 (uncompface-internal): New function. Note that there are also
25277 some other functions and variables added for this function.
25279 2004-02-10 Jesper Harder <harder@ifa.au.dk>
25281 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25284 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
25286 * spam-report.el (spam-report-unplug-agent)
25287 (spam-report-plug-agent, spam-report-deagentize)
25288 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25289 Add support for the Agent in spam-report: when unplugged, report to a
25290 file; when plugged, submit all the requests.
25292 * spam.el (spam-register-routine): Fix message about
25295 2004-02-09 Jesper Harder <harder@ifa.au.dk>
25297 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25299 (rfc2047-encode): Use it.
25301 * gnus-art.el (gnus-button-marker-list): Move before first
25304 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25305 (imap-parse-body): Fix format string mismatch.
25307 * gnus-score.el (gnus-summary-increase-score): do.
25309 * nnrss.el (nnrss-close): New function.
25311 2004-02-08 Jesper Harder <harder@ifa.au.dk>
25313 * nnrss.el (nnrss-make-filename): New function.
25314 (nnrss-request-delete-group, nnrss-read-server-data)
25315 (nnrss-save-server-data, nnrss-read-group-data)
25316 (nnrss-save-group-data): Use it.
25317 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25318 (nnrss-read-server-data, nnrss-read-group-data): Use load.
25319 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25321 2004-02-07 Jesper Harder <harder@ifa.au.dk>
25323 * mml.el (mml-compute-boundary-1): Don't uncompress files.
25325 2004-02-06 Jesper Harder <harder@ifa.au.dk>
25327 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25330 * message.el (message-generate-headers-first): Don't quote nil
25331 and t in docstrings.
25333 * imap.el (imap-id): do.
25335 * gnus-agent.el (gnus-agent-consider-all-articles)
25336 (gnus-agent-queue-mail): do.
25338 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
25340 * spam-report.el (spam-report-process-queue): New function.
25341 Process requests from `spam-report-requests-file'.
25342 (spam-report-process-queue): Doc fix.
25344 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
25346 * spam.el (spam-register-routine)
25347 (spam-log-processing-to-registry, spam-log-registered-p)
25348 (spam-log-unregistration-needed-p, spam-log-undo-registration):
25349 Change "check" to "spam-check" for semi-clarity.
25351 2004-02-05 Jesper Harder <harder@ifa.au.dk>
25353 * pop3.el: Require nnheader.
25355 * mml-smime.el: Require cl. Autoload message-fetch-field.
25357 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25359 * gnus-picon.el: Require cl.
25361 * gnus-fun.el: Require gnus-ems and gnus-util.
25363 * gnus.el (gnus-method-to-server): Move defsubst before first use.
25365 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25367 * gnus-art.el (gnus-article-edit-mode): Define before first
25370 2004-02-04 Jesper Harder <harder@ifa.au.dk>
25372 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25373 (gnus-uu-post-encoded): Use point-at-bol.
25375 * gnus-topic.el (gnus-group-active-topic-p): do.
25377 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25379 * gnus-group.el (gnus-group-kill-region): do.
25381 * gnus-art.el (article-date-ut): do.
25383 * message.el (message-fetch-field): Remove redundant
25384 case-fold-search binding.
25385 (message-narrow-to-field): Simplify.
25387 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
25389 * spam.el (spam-directory): Derive from `gnus-directory'.
25391 * spam-report.el (spam-report-url-to-file)
25392 (spam-report-requests-file): New function and variable for offline
25394 (spam-report-url-ping-function): Add `spam-report-url-to-file'
25395 and user defined function.
25396 (spam-report-url-ping-mm-url): Remove doubled slash.
25398 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
25400 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25402 2004-02-03 Jesper Harder <harder@ifa.au.dk>
25404 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25405 Fix format string mismatch.
25407 * sieve.el (sieve-deactivate-all): do.
25409 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25411 * nnlistserv.el (nnlistserv-kk-wash-article): do.
25413 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25415 * mm-bodies.el (mm-7bit-chars): Don't include \r.
25417 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
25419 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25420 the list of checks.
25422 2004-01-31 Jesper Harder <harder@ifa.au.dk>
25424 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25427 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
25429 * mm-view.el (mm-fill-flowed): New variable.
25430 (mm-inline-text): Use it.
25432 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
25434 * spam.el (spam-spamassassin-register-ham-routine)
25435 (spam-spamassassin-register-spam-routine): Fix function names.
25437 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
25439 * gnus.el (gnus-tmp-grouplens): Remove.
25440 (gnus-summary-line-format): Remove grouplens.
25442 * gnus-group.el (gnus-group-line-format): Ditto.
25444 * gnus-spec.el (gnus-format-specs): Ditto.
25445 (gnus-update-format-specifications): Flush the group format spec
25446 cache if there's the grouplens stuff.
25447 (gnus-parse-simple-format): Replace %l with the empty string.
25449 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
25451 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25454 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
25456 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25457 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25459 2004-01-25 Paul Jarc <prj@po.cwru.edu>
25461 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25462 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25463 New macros and functions.
25464 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25465 Handle > NLINK_MAX messages.
25466 * nnmaildir.el (nnmaildir-request-set-mark):
25467 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25469 2004-01-25 Alex Schroeder <alex@gnu.org>
25471 * spam-stat.el (spam-stat-process-directory-age): New option.
25472 (spam-stat-process-directory): Use it.
25474 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
25476 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25477 (spam-stat-save): Accept prefix argument.
25479 2004-01-23 Paul Jarc <prj@po.cwru.edu>
25481 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25484 2004-01-23 Jesper Harder <harder@ifa.au.dk>
25486 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25487 compatibility with old .newsrc.eld files.
25489 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25491 * gnus-start.el (gnus-1): do.
25493 * gnus-group.el (gnus-group-line-format-alist): do.
25495 * gnus.el (gnus-use-grouplens, gnus-visual): do.
25497 * gnus-gl.el: Remove.
25499 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
25501 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25502 marks consisting of a single range {for example, (3 . 5)} rather
25503 than a list of a single range { ((3 . 5)) }.
25505 2004-01-23 Jesper Harder <harder@ifa.au.dk>
25507 * spam-stat.el (spam-stat-store-gnus-article-buffer):
25508 Use with-current-buffer.
25509 (spam-stat-store-current-buffer): Use insert-buffer-substring to
25510 avoid consing a string.
25512 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25513 Remove obsolete entries for big5 and gb2312.
25515 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
25517 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25520 2004-01-22 Jesper Harder <harder@ifa.au.dk>
25522 * spam-stat.el (spam-stat-strip-xref): New function.
25523 (spam-stat-process-directory): Use it.
25525 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25526 here -- it's done in message-fetch-field.
25528 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
25530 * gnus-agent.el (gnus-agent-queue-mail)
25531 (gnus-agent-prompt-send-queue): New variables.
25532 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25533 * gnus-draft.el (gnus-group-send-queue): Pass the group name
25534 "nndraft:queue" along to gnus-draft-send.
25535 Use gnus-agent-prompt-send-queue.
25536 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25537 is "nndraft:queue". Suggested by Gaute Strokkenes
25538 <gs234@srcf.ucam.org>
25540 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25541 (agent-enable-undownloaded-faces): Add.
25542 (gnus-agent-cat-groups): Use eval-and-compile, not
25543 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25544 method of gnus-agent-cat-groups even when the buffer has been
25546 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25547 delete gnus-agent-save-active-1.
25548 (gnus-agent-save-groups): Delete. Identical to
25549 gnus-agent-save-active.
25550 (gnus-agent-write-active): No longer adjust agent's copy of active
25551 file as agent's adjustments are now stored in their own
25552 file. Remove optional parameter.
25553 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25554 servers. Add use of min/max range limits from server's local
25556 (gnus-agent-save-alist): Remove unused optional argument.
25557 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25558 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25559 (gnus-agent-set-local): A per-server file that keeps min/max range
25560 limits for articles known to the agent. Provides a fast mechanism
25561 for altering many active ranges.
25562 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25563 active file (local makes it unnecessary).
25564 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25566 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25567 (agent-enable-undownloaded-faces): Add.
25569 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25570 disable it when sending to "nndraft:queue".
25571 (gnus-group-send-queue): Add safety check to avoid sending queue
25574 * gnus-group.el (gnus-group-catchup): Use new
25575 gnus-sequence-of-unread-articles, not
25576 gnus-list-of-unread-articles, to avoid exhausting memory with huge
25577 numbers of articles. Use gnus-range-map to avoid having to
25578 uncompress the unread list.
25579 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25580 Fix invalid ange-ftp reference.
25582 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25583 (gnus-sorted-range-intersection): Intersection of two ranges
25584 without requiring that they first be uncompressed.
25586 * gnus-start.el (gnus-activate-group): Unless blocked by the
25587 caller, possibly expand the active range to include both cached
25588 and agentized articles.
25589 (gnus-convert-old-newsrc): Rewrote in anticipation of having
25590 multiple version-dependent converters.
25591 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25592 gnus-agent-save-active.
25593 (gnus-save-newsrc-file): Save dirty agent range limits.
25595 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25596 gnus-agent-possibly-alter-active.
25597 (gnus-adjust-marked-articles): Faster handling of simple lists.
25599 2004-01-21 Jesper Harder <harder@ifa.au.dk>
25601 * spam-stat.el (spam-stat-test-directory): New optional argument
25602 displays a list of files detected. Suggested by Andrew Cohen
25603 <cohen@andy.bu.edu>.
25604 (spam-stat-buffer-words-with-scores): Don't narrow and change
25605 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
25607 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
25609 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25610 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25611 (spam-spamassassin-arguments)
25612 (spam-spamassassin-spam-flag-header)
25613 (spam-spamassassin-positive-spam-flag-header)
25614 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25615 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25616 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25617 (spam-list-of-processors, spam-list-of-checks)
25618 (spam-list-of-statistical-checks, spam-registration-functions)
25619 (spam-check-spamassassin-headers, spam-check-spamassassin)
25620 (spam-spamassassin-score)
25621 (spam-spamassassin-register-with-sa-learn)
25622 (spam-spamassassin-register-spam-routine)
25623 (spam-spamassassin-register-ham-routine)
25624 (spam-assassin-register-spam-routine)
25625 (spam-assassin-register-ham-routine): Add SpamAssassin support.
25626 (spam-bogofilter-score): Fix to show article before scoring.
25628 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
25630 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25631 default scoring function.
25632 (spam-generic-score): Call spam-spamassassin-score if
25633 spam-use-spamassassin or spam-use-spamassassin-headers is on;
25634 spam-bogofilter-score otherwise.
25636 * gnus.el (spam-process, spam-autodetect-methods):
25637 Add spamassassin and spamassassin-headers.
25639 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
25641 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25642 Suppress unnecessary messages.
25644 2004-01-20 Jesper Harder <harder@ifa.au.dk>
25646 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25649 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
25651 * canlock.el (base64-encode-string): Don't autoload it.
25653 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
25655 * run-at-time.el: Remove useless (require 'itimer),
25656 eval-and-compile and (featurep 'xemacs).
25658 2004-01-16 Jesper Harder <harder@ifa.au.dk>
25660 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25661 GROUP is a virtual group.
25663 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
25665 * gnus.el: Autoload `message-y-or-n-p'.
25667 2004-01-15 Jesper Harder <harder@ifa.au.dk>
25669 * pgg-parse.el: Remove unnecessary (require 'custom).
25675 * gnus-undo.el: do.
25677 * gnus-picon.el: do.
25679 * gnus-util.el: do.
25681 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
25683 * gnus-sum.el (gnus-pick-line-number): Add autoload.
25685 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
25687 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25688 handle, as well as a list.
25690 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25691 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25692 (mm-w3m-cid-retrieve): Simplify.
25694 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
25696 * message.el (message-kill-to-signature): Allow prefix arg to
25697 specify number of lines to keep before signature.
25699 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
25701 * message.el (message-kill-to-signature): Change docstring.
25703 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
25705 * canlock.el: Always require sha1-el.
25706 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25708 * message.el: Autoload sha1 only when compiling.
25710 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
25712 * message.el (message-canlock-generate): Require sha1-el.
25714 2004-01-13 Jesper Harder <harder@ifa.au.dk>
25716 * message.el (message-expand-name): Silence the byte compiler.
25718 2004-01-13 Simon Josefsson <jas@extundo.com>
25720 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25721 Invoke gnus-score-mode.
25722 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25724 * gnus-range.el (gnus-compress-sequence): Doc fix.
25725 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25727 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25729 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25731 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
25733 * spam.el (spam-get-article-as-string): Update to use
25734 gnus-request-article-this-buffer, much simpler.
25735 (spam-get-article-as-buffer): Remove.
25737 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
25739 * message.el (message-expand-name): Use EUDC if the user uses that.
25741 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25743 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25744 character for the encoding to avoid consing a string.
25746 * rfc2047.el (rfc2047-decode-string): Don't cons a string
25749 * mm-util.el (mm-replace-chars-in-string): Remove.
25751 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25752 of mm-replace-chars-in-string.
25754 2004-01-11 Jesper Harder <harder@ifa.au.dk>
25756 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25758 * mm-util.el (mm-subst-char-in-string): Support inplace.
25760 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25761 a new string in every iteration. Use shy groups.
25763 2004-01-10 Jesper Harder <harder@ifa.au.dk>
25765 * gnus-srvr.el (gnus-browse-unsubscribe-group):
25766 * gnus-soup.el (gnus-soup-group-brew):
25767 * gnus-msg.el (gnus-put-message):
25768 * gnus-move.el (gnus-group-move-group-to-server):
25769 * gnus-kill.el (gnus-batch-score):
25770 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25771 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25772 (gnus-group-update-group, gnus-group-read-group)
25773 (gnus-group-make-group, gnus-group-make-help-group)
25774 (gnus-group-make-archive-group, gnus-group-make-directory-group)
25775 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25776 (gnus-group-sort-by-unread, gnus-group-catchup)
25777 (gnus-group-unsubscribe-group, gnus-group-kill-group)
25778 (gnus-group-yank-group, gnus-group-set-info)
25779 (gnus-group-list-groups):
25780 * gnus.el (gnus-generate-new-group-name):
25781 * gnus-delay.el (gnus-delay-send-queue):
25782 * nnvirtual.el (nnvirtual-catchup-group):
25783 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25784 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25785 (gnus-group-prepare-topics, gnus-topic-check-topology):
25786 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25787 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25788 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25789 (gnus-group-make-articles-read):
25790 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25791 (gnus-group-change-level, gnus-kill-newsgroup)
25792 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25793 (gnus-get-unread-articles, gnus-make-articles-unread)
25794 (gnus-make-ascending-articles-unread): Use accessor
25795 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25796 to get group information for improved readability.
25798 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25800 * gnus-art.el (article-decode-mime-words, article-babel)
25801 (gnus-article-highlight-signature, gnus-article-add-buttons)
25802 (gnus-signature-toggle): Use gnus-with-article-buffer.
25804 * gnus-art.el (gnus-article-highlight-headers)
25805 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25807 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25808 (gnus-article-set-globals, gnus-request-article-this-buffer)
25809 (gnus-button-message-id, gnus-article-maybe-hide-headers)
25810 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25811 (gnus-mime-display-alternative): Use with-current-buffer.
25813 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25815 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25816 also under 80 char limit, and call gnus-error if needed.
25817 (spam-fetch-article-header): Fix - it was a
25818 buffer-local variable (gnus-newsgroup-data).
25819 (spam-find-spam): Use spam-generate-fake-headers, forget about
25820 spam-insert-fake-headers.
25821 (spam-insert-fake-headers): Remove.
25823 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25825 * deuglify.el (gnus-article-outlook-unwrap-lines)
25826 (gnus-outlook-rearrange-article)
25827 (gnus-outlook-repair-attribution-outlook)
25828 (gnus-outlook-repair-attribution-block)
25829 (gnus-outlook-repair-attribution-other): Remove redundant
25832 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25834 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25835 (spam-fetch-field-subject-fast)
25836 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25837 (spam-fetch-article-header): Add functions to deal with Gnus
25838 internals for fast retrieval of article header data.
25839 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25841 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25843 * pop3.el (pop3-md5): Remove.
25844 (pop3-apop): Replace pop3-md5 with md5.
25846 * mm-bodies.el: base64 is always built-in.
25848 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25849 Use with-current-buffer.
25851 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
25853 * canlock.el (canlock-insert-header): Remove excessive grouping in
25856 * gnus-sum.el (gnus-summary-read-document): Ditto.
25858 * gnus-uu.el (gnus-uu-part-number): Ditto.
25860 * html2text.el (html2text-remove-tags): Ditto.
25861 (html2text-format-tags): Ditto.
25862 (html2text-format-single-elements): Ditto.
25864 * mml.el (mml-parse-1): Ditto.
25866 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25868 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25870 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25872 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25874 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25876 2003-11-15 Simon Josefsson <jas@extundo.com>
25878 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25879 (pgg-gpg-lookup-key): Use regexp match instead of
25880 split-string (split-string is different between emacs 21.2 and
25881 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
25883 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25885 * gnus-art.el (gnus-mime-view-all-parts)
25886 (gnus-article-part-wrapper, gnus-article-view-part):
25887 Use with-current-buffer.
25889 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25891 * spam.el (spam-disable-spam-split-during-ham-respool)
25892 (spam-spamoracle-database, spam-cache-lookups)
25893 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25894 (spam-group-ham-mark-p, spam-group-spam-mark-p)
25895 (spam-group-ham-marks, spam-group-spam-marks)
25896 (spam-group-spam-contents-p, spam-group-ham-contents-p)
25897 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25898 also add spam-use-blackholes to the statistical checks.
25899 (spam-fetch-field-fast): Add interface to fetching fields, may
25901 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25902 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25903 (spam-insert-fake-headers): Fake an article when needed.
25904 (spam-find-spam): Fake article when possible.
25905 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25906 (spam-check-bogofilter-headers): Use message-fetch-field instead
25907 of nnmail-fetch-field.
25909 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
25911 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25913 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25915 * spam.el (spam-split): Do not require spam-use-CHECK to be
25916 enabled if that check is passed to spam-split explicitly; also
25917 fix so 'spam doesn't get converted to spam-split-group when
25918 spam-split-symbolic-return is t.
25919 (spam-find-spam): Find registrations of the article and use those
25920 instead of re-running spam-split to find the spam/ham
25921 classification of the article.
25922 (spam-log-processing-to-registry, spam-log-registered-p)
25923 (spam-log-unregistration-needed-p, spam-log-undo-registration):
25924 Use gnus-error instead of gnus-message.
25925 (spam-log-registration-type): Add function to determine the
25926 classification of a message based on registry entries; will
25927 return nil if both 'spam and 'ham are found.
25928 (spam-check-BBDB): Expand all the BBDB macros here so we can have
25929 a reasonably fast local cache without the loading errors.
25930 (spam-cache-lookups): Set to t by default.
25931 (spam-find-spam): Don't try to guess spam-cache-lookups.
25932 (spam-enter-whitelist, spam-enter-blacklist): Clear the
25934 (spam-filelist-build-cache, spam-filelist-check-cache):
25935 Fix caching of whitelist/blacklist entries.
25936 (spam-check-whitelist, spam-check-blacklist):
25937 Invoke spam-from-listed-p with a type, not a cache variable.
25938 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25940 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25942 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25944 * nnmail.el (nnmail-split-fancy): do.
25946 * mml.el (mml-parse): do.
25948 * gnus-score.el (gnus-enter-score-words-into-hashtb)
25949 (gnus-score-adaptive): do.
25951 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25953 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25954 (gnus-mime-button-map): Don't set keymap parent.
25955 (gnus-button-ctan-directory-regexp): Use shy grouping.
25956 (gnus-prev-page-map): Don't set keymap parent.
25957 (gnus-prev-page-map): Remove duplicated one.
25958 (gnus-next-page-map): Don't set keymap parent.
25959 (gnus-mime-security-button-map): Ditto.
25961 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25964 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25966 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25968 * canlock.el (canlock-sha1-function): Remove.
25969 (canlock-sha1-function-for-verify): Remove.
25970 (canlock-openssl-program): Remove.
25971 (canlock-openssl-args): Remove.
25972 (canlock-ignore-errors): Remove.
25973 (canlock-sha1-with-openssl): Remove.
25974 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25975 (canlock-verify): Don't use canlock-ignore-errors.
25977 * sha1-el.el (sha1-string-external): Make it can return a string
25979 (sha1-region-external): Ditto.
25980 (sha1-string-internal): Ditto.
25981 (sha1-region-internal): Ditto.
25982 (sha1-region): Ditto.
25983 (sha1-string): Ditto.
25986 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
25988 * spam.el (spam-report-articles-gmane): New command.
25990 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25992 * gnus.el: Don't make unnecessary *Group* buffer when loading.
25994 * run-at-time.el (run-at-time-saved): Remove.
25995 (run-at-time): Doc fix.
25997 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25999 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26000 (gnus-summary-limit-map): Add it.
26001 (gnus-summary-make-menu-bar): do.
26003 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
26005 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26006 Make attempt at some caching support (done for BBDB only now).
26007 (spam-find-spam): Set spam-cache-lookups if there are more than 2
26008 addresses to be checked.
26009 (spam-clear-cache-BBDB): Add function, to be invoked by
26010 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26011 (spam-check-BBDB): Check and use the caches, if
26012 spam-cache-lookups is on, remove superfluous (provide).
26014 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
26016 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26018 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
26020 * run-at-time.el (run-at-time-saved): Move to after the definition
26023 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
26025 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26026 mm-w3m-local-map-property.
26028 * mm-view.el (mm-w3m-mode-map): Remove.
26029 (mm-w3m-local-map-property): Remove.
26030 (mm-inline-text-html-render-with-w3m): Don't use
26031 mm-w3m-local-map-property.
26033 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
26035 * run-at-time.el: New file.
26037 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26038 of gnus-set-text-properties.
26040 * gnus-uu.el (gnus-uu-save-article): Ditto.
26042 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26044 * gnus-cite.el (gnus-cite-parse): Ditto.
26046 * gnus-art.el (gnus-button-push): Use set-text-properties instead
26049 * gnus.el: Change calls to nnheader-run-at-time and
26050 password-run-at-time throughout to use run-at-time directly.
26052 * password.el: Remove definition of run-at-time.
26054 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
26056 * mml.el (mml-minibuffer-read-disposition): Show attachment type
26059 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
26061 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26064 * dns.el (dns-make-network-process): Use `open-network-stream'
26065 instead of `gnus-xmas-open-network-stream'.
26067 * .cvsignore: Add auto-autoloads.el, custom-load.el.
26069 2004-01-06 Jesper Harder <harder@ifa.au.dk>
26071 * gnus-art.el (gnus-mime-display-alternative)
26072 (gnus-insert-mime-button, gnus-insert-mime-security-button)
26073 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26074 Don't use gnus-local-map-property.
26076 * gnus-util.el (gnus-local-map-property): Remove.
26078 * mm-view.el (mm-view-pkcs7-decrypt):
26079 Replace gnus-completing-read-maybe-default with completing-read.
26081 * gnus-util.el (gnus-completing-read): do.
26082 (gnus-completing-read-maybe-default): Remove.
26084 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
26086 * password.el: Only autoload `run-at-time' if not XEmacs.
26087 Only autoload the itimer functions if XEmacs.
26089 2004-01-06 Jesper Harder <harder@ifa.au.dk>
26091 * gnus-art.el (gnus-read-string): Remove.
26092 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26095 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
26097 * netrc.el: Autoload password-read.
26098 (netrc): Add configuration group.
26099 (netrc-encoding-method, netrc-openssl-path):
26100 Add variables for encoding and decoding of files with symmetric
26102 (netrc-encode): Add assistant function to encode a file with
26103 netrc-encoding-method.
26104 (netrc-parse): Add interactive parameter, added optional
26105 decoding if netrc-encoding-method is non-nil but otherwise
26106 behavior is standard.
26107 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26108 Do s/encode/encrypt/ everywhere.
26110 * spam.el: Remove executable-find autoload.
26112 2004-01-05 Jesper Harder <harder@ifa.au.dk>
26114 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26116 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26118 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
26120 * gnus-art.el (gnus-treat-ansi-sequences)
26121 (article-treat-ansi-sequences): New variable and function.
26122 Suggested by Dan Jacobson <jidanni@jidanni.org>.
26124 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26127 2004-01-05 Jesper Harder <harder@ifa.au.dk>
26129 * mm-util.el (mm-quote-arg): Remove.
26131 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26132 shell-quote-argument.
26134 * gnus-uu.el (gnus-uu-command): do.
26136 * gnus-sum.el (gnus-summary-insert-pseudos): do.
26138 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26141 * mm-util.el (mm-make-char): Remove.
26143 * mml.el (mml-mode): Replace gnus-add-minor-mode with
26146 * gnus-undo.el (gnus-undo-mode): do.
26148 * gnus-topic.el (gnus-topic-mode): do.
26150 * gnus-sum.el (gnus-dead-summary-mode): do.
26152 * gnus-start.el (gnus-slave-mode): do.
26154 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26156 * gnus-ml.el (gnus-mailing-list-mode): do.
26158 * gnus-gl.el (gnus-grouplens-mode): do.
26160 * gnus-draft.el (gnus-draft-mode): do.
26162 * gnus-dired.el (gnus-dired-mode): do.
26164 * gnus-ems.el (gnus-add-minor-mode): Remove.
26166 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26167 Replace gnus-char-width with char-width.
26169 * gnus-ems.el (gnus-char-width): Remove.
26171 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26172 Replace gnus-char-width with char-width.
26174 * gnus-ems.el (gnus-char-width): Remove.
26176 * spam-stat.el (with-syntax-table): Remove with-syntax-table
26178 Remove Emacs 20 hash table compatibility code.
26180 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26181 20 compatibility code.
26183 * spam.el (spam-point-at-eol): Replace with point-at-eol.
26185 * smime.el (smime-point-at-eol): Replace with point-at-eol.
26187 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26188 Replace with point-at-{eol,bol}.
26190 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26192 * imap.el (imap-point-at-eol): Replace with point-at-eol.
26194 * flow-fill.el (fill-flowed-point-at-bol)
26195 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26197 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26198 Replace with point-at-{eol,bol} throughout all files.
26200 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
26202 * ntlm.el (ntlm-string-as-unibyte): New macro.
26203 (ntlm-build-auth-response): Use it.
26205 Remove Emacs 20 stuff:
26206 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26207 of delq and copy-sequence.
26208 * gnus-art.el (popup-menu): Remove the compiler macro.
26209 * nnmail.el (nnmail-split-fancy): Don't support customizing with
26212 2004-01-05 Simon Josefsson <jas@extundo.com>
26214 * ntlm.el: Fix namespace. Change smb-passwd-hash into
26215 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26216 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26217 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26218 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26219 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26220 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26221 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26222 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26223 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26224 ntlm-string-permute, string-lshift into ntlm-string-lshift,
26225 string-xor into ntlm-string-xor.
26226 Suggested by Jesper Harder <harder@myrealbox.com>.
26228 * ntlm.el: Don't include poem.
26230 * md4.el (print-int32, print-string-hexa): Remove.
26231 Suggested by Jesper Harder <harder@myrealbox.com>.
26233 * sasl-ntlm.el, ntlm.el, md4.el: New files.
26235 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
26236 probably breaks emacs with DL patch, but do we care? Is anyone
26237 still using the DL stuff?)
26239 * sieve-manage.el: Use the password package.
26240 (sieve-manage-read-passwd): Remove.
26241 (sieve-manage-interactive-login): Use password. Re-add
26242 condition-case around loop.
26244 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26245 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26246 Use the password package.
26248 2003-02-19 Simon Josefsson <jas@extundo.com>
26250 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26253 2002-08-07 Simon Josefsson <jas@extundo.com>
26255 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26256 (sieve-manage-authenticators)
26257 (sieve-manage-authenticator-alist): Add some SASL mechs.
26258 (sieve-sasl-auth): New function.
26259 (sieve-manage-cram-md5-auth)
26260 (sieve-manage-plain-auth): Rewrite using SASL library.
26261 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26262 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26263 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26264 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26266 2004-01-05 Simon Josefsson <jas@extundo.com>
26268 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26271 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
26273 * gnus-group.el (gnus-no-groups-message): Update.
26275 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26277 2003-11-09 Simon Josefsson <jas@extundo.com>
26279 * imap.el: Support for ID IMAP extension (RFC 2971).
26280 (imap-local-variables): Add imap-id.
26281 (imap-id): New variable.
26282 (imap-id): New function.
26283 (imap-parse-response): Parse untagged ID response.
26284 * nnimap.el (nnimap-id): New variable.
26285 (nnimap-open-connection): Use it.
26287 2003-12-28 Simon Josefsson <jas@extundo.com>
26289 * gnus-score.el (gnus-score-edit-all-score): New.
26290 * gnus-group.el (gnus-group-score-map): Bind it to W e.
26292 2004-01-04 Simon Josefsson <jas@extundo.com>
26294 * password.el: Add.
26296 2004-01-04 Mario Lang <lang@zid.tugraz.at>
26298 * dns.el (dns-query-types): Fix typo.
26299 (dns-query-types): New function.
26300 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
26301 PTR and SOA replies, see RFC 1035.
26303 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
26305 * gnus.el (gnus-logo-color-style): Change colors to `no'.
26307 * Move to Changelog.2.
26309 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
26311 * gnus.el (gnus-version-number): Bump version.
26313 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
26315 * gnus.el: No Gnus v0.1 is released.
26317 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
26319 * gnus.el: No Gnus v0.0 is released.
26321 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
26323 * gnus.el (gnus-version-number): Bump.
26324 (gnus-version): No.
26326 See ChangeLog.2 for earlier changes.
26328 Copyright (C) 2004-2016 Free Software Foundation, Inc.
26330 This file is part of GNU Emacs.
26332 GNU Emacs is free software: you can redistribute it and/or modify
26333 it under the terms of the GNU General Public License as published by
26334 the Free Software Foundation, either version 3 of the License, or
26335 (at your option) any later version.
26337 GNU Emacs is distributed in the hope that it will be useful,
26338 but WITHOUT ANY WARRANTY; without even the implied warranty of
26339 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26340 GNU General Public License for more details.
26342 You should have received a copy of the GNU General Public License
26343 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
26345 ;; Local Variables:
26348 ;; add-log-time-zone-rule: t