X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=e3ba10ed55a41402cb81af4e5d8e03d64cc9a14d;hb=12f0d4b89c61c49e5aa8767d9db2b0839f9b27bf;hp=2306e82ecf6afcc93d9548ce87bc9a166fd78b97;hpb=224209579a4bbad483f41f7af6840fe1a81d8130;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2306e82ec..e3ba10ed5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,187 @@ +2012-03-14 Lars Magne Ingebrigtsen + + * shr.el (shr-table-widths): Divide the extra width more fairly over + the TDs (bug#10973). + (shr-render-td): Don't delete too much padding. + + * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be + using a `gnus-use-full-window' setup (bug#11013). + +2012-03-12 Lars Magne Ingebrigtsen + + * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs + 24.1 release. + +2012-03-10 David Edmondson + + * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the + 'Forwarded Message' header and the start of the message. + +2012-03-04 Thierry Volpiatto + + * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus + isn't running (bug#10897). + +2012-03-03 Lars Magne Ingebrigtsen + + * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag. + This is inconsistent with all the other stream functions, which leave + the setting up to the higher levels (if so wanted) (bug#10931). + +2012-02-28 Glenn Morris + + * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el, + mm-decode.el: Standardize possessive apostrophe usage. + +2012-02-25 Lars Magne Ingebrigtsen + + * shr.el (shr-column-specs): Protect against TDs with "width: 0%". + +2012-02-25 Andreas Schwab + + * parse-time.el (parse-time-string): Allow extractor to return nil. + +2012-02-23 Katsumi Yamaoka + + * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo. + +2012-02-20 Lars Ingebrigtsen + + * mm-decode.el (mm-shr): Remove "soft hyphens". + + * nnimap.el (nnimap-request-list): Return the group names encoded as + utf8. Otherwise non-European group names don't work. + (nnimap-request-newgroups): Ditto. + + * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for + the default in `read-string' (bug#10757). + + * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on + topics (bug#10843). + + * nnimap.el (nnimap-log-command): Add the IMAP address to the log + buffer. Suggested by Herbert Valerio Riedel. + (nnimap-request-move-article): Delete the message from the correct IMAP + server. + +2012-02-19 Vida Gábor (tiny change) + + * gnus-demon.el (gnus-demon-init): Don't multiply time twice. + Reported by Peter Münster. + +2012-02-18 Lars Ingebrigtsen + + * shr.el (shr-image-fetched): Make sure we really kill the right + buffer. + +2012-02-16 Leo Liu + + * gnus-start.el (gnus-1): Avoid duplicate entries. + +2012-02-15 Lars Ingebrigtsen + + * shr.el (shr-remove-trailing-whitespace): Really delete the padding on + too-wide lines. + +2012-02-15 Paul Eggert + + * shr.el (shr-rescale-image): Undo previous change; see + . + +2012-02-13 Lars Ingebrigtsen + + * nnimap.el (nnimap-record-commands): New variable. + (nnimap-log-command): Use it. + (nnimap-make-process-buffer): Add a space to the process buffer. + (nnimap-transform-headers): Don't bug out on header lines containing + stuff that look like IMAP length encodings. + + * shr.el (shr-rescale-image): Allow viewing large images. + +2012-02-12 Lars Ingebrigtsen + + * nnml.el (nnml-request-compact-group): Delete the marks file after + compaction (bug#10800). + + * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on + group exit. + + * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed + QRESYNC/FETCH output. + +2012-02-11 Glenn Morris + + * sieve-manage.el (sieve-manage-default-stream): + * shr.el (shr): + * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format) + (nnir-retrieve-headers-override-function) + (nnir-imap-default-search-key, nnir-notmuch-program) + (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix) + (nnir-method-default-engines): + * message.el (message-cite-reply-position): + * gssapi.el (gssapi-program): + * gravatar.el (gravatar): + * gnus-sum.el (gnus-refer-thread-use-nnir): + * gnus-registry.el (gnus-registry-unfollowed-addresses) + (gnus-registry-max-pruned-entries): + * gnus-picon.el (gnus-picon-inhibit-top-level-domains): + * gnus-int.el (gnus-after-set-mark-hook) + (gnus-before-update-mark-hook): + * gnus-async.el (gnus-async-post-fetch-function): + * auth-source.el (auth-source-cache-expiry): + Add missing :version tags to new defcustoms and defgroups. + +2012-02-10 Lars Ingebrigtsen + + * message.el (message-default-send-mail-function): Made into own + function for reuse by emacsbug.el. + +2012-02-09 Juanma Barranquero + + * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst + `gnus-sloppily-equal-method-parameters' to avoid a warning. + +2012-02-09 Lars Ingebrigtsen + + * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't + running. + + * nnimap.el (nnimap-wait-for-response): Minor fixup of message string. + + * gnus.el (gnus-server-extend-method): Don't add an -address component + if the method already has one (bug#9676). + +2012-02-08 Lars Ingebrigtsen + + * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead + of an initial-input for consistency (bug#10757). + + * dgnushack.el: Fix XEmacs compilation warning. + + * shr.el: Inhibit getting and sending cookies when fetching pictures. + + * gnus-html.el (gnus-html-schedule-image-fetching): Ditto. + +2012-02-07 Lars Ingebrigtsen + + * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from + lines that are narrower than the window width. Otherwise background + "blocks" will look less readable. + +2012-02-07 Katsumi Yamaoka + + * gnus-sum.el (gnus-summary-show-thread): Revert last two changes. + 2012-02-07 Lars Ingebrigtsen + * nnimap.el (nnimap-transform-headers): Remove unused variable. + (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that + have newlines within the strings, and where the UID comes after the + BODYSTRUCTURE element (bug#10537). + + * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix + (bug#10732). + * shr.el (shr-insert-document): Add doc string. (shr-visit-file): Ditto. (shr-remove-trailing-whitespace): New function. @@ -286,7 +468,7 @@ * gnus.el (gnus-parameters): Note precedence. -2012-01-04 Leo +2012-01-04 Leo Liu * nndraft.el (nndraft-update-unread-articles): Don't move point around in the group buffer. @@ -318,7 +500,7 @@ * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection status in the correct buffer. -2012-01-03 Leo +2012-01-03 Leo Liu * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around when opening topics (bug#10407). @@ -7506,7 +7688,7 @@ accept. Reported by Dan Christensen. (nnimap-command): Make sure that the error message doesn't error out. -2010-09-20 David Edmondson (tiny change) +2010-09-20 David Edmondson * nnimap.el (nnimap-request-set-mark): Don't wait for a response when we haven't requested anything. @@ -12496,7 +12678,7 @@ * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine". (gnus-treat-body-boundary): Don't test window-system. -2007-10-28 Leo +2007-10-28 Leo Liu * gnus-art.el (gnus-treat-emphasize): Don't test window-system.