[gnus git] annotated tag n0-19 created: n0-19 =0=
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
at 30fc4fc0cc4d2c2aafc8b770e0f2edf4393fb30f (tag)
tagging 350e1951f0f9d171ec0907732707b2a7c4b754b3 (commit)
replaces n0-17
tagged by Lars Ingebrigtsen
on Tue Jan 31 17:37:59 2012 +0100
- Log -----------------------------------------------------------------
No Gnus v0.19 is released
Adam W (1):
mail-source.el (mail-source-fetch-maildir): Don't expect the return value of `delete-file', that returns nil for a local file but returns t for a remote file using ssh.
Andreas Schwab (3):
gnus-score.el (gnus-all-score-files): Use copy-sequence instead of copy-list.
html2text.el (html2text-get-attr): Correctly handle attribute values containing "=".
html2text.el (html2text-clean-anchor): Check for quotes around `href' value.
Andrew Cohen (20):
* nnimap.el (nnimap-find-article-by-message-id): return nil when no
(gnus-request-article-this-buffer): Use `gnus-refer-article-methods'.
Allow nnir as a gnus-refer-article-method.
nnir.el (nnir-request-article): Fix error message text.
(nnir-run-imap): Allow halting search once article found.
(gnus-request-thread): Add group argument and ensure search is in
(gnus-handle-ephemeral-exit): Set the right select-method when not
(nnimap-make-thread-query): New utility function to format a thread query.
(gnus-group-make-nnir-group): Allow optional query argument.
Allow thread-referral to use nnir to search across groups.
* nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
* nnir.el (nnir-search-thread): Position point on referring article line.
* nnir.el (nnir-warp-to-article): Clean up summary buffer.
* nnir.el (nnir-read-server-parm): Add an argument to restrict to
* gnus.el (registry-ignore): Add nnir groups to the ignore-list.
* gnus-sum.el (gnus-summary-refer-article): Warp to article.
* nnimap.el (nnimap-transform-headers): Fix parsing message size for
gnus-sum.el: Update gnus-newsgroup-articles when adding articles.
* gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
* gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
Brian Sniffen (1):
Adjust deletion timeout upwards for slow programs
Chong Yidong (2):
message.el (message-pop-to-buffer): Default to switch-to-buffer.
gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24, calling a minor mode from Lisp with nil arg enables it, so we have to make the working a bit ambiguous here).
Chris Gray (1):
* mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a live buffer.
Daiki Ueno (16):
Merge changes made Emacs trunk.
Fix the last commit, do revert-buffer when plstore-revert.
mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG is not fully working.
Merge changes made in Emacs trunk.
auth-source.el (plstore-delete): Autoload.
* auth-source.el (auth-source-token-passphrase-callback-function):
auth-source.el (auth-source-token-passphrase-callback-function): Reindent.
* gnus-start.el (gnus-get-unread-articles): Don't connect to the
plstore.el: Add documentation.
plstore.el: Revert the editing feature since it is not urgent.
mml1991.el (mml1991-epg-find-usable-key)
Don't use the 4th arg of mm-replace-in-string for compatibility issues.
plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify documentation.
Skip the whole GPG key if the primary key is marked as disabled.
Fix changelog entry for the last mml2015-epg-find-usable-key change.
Support quoting <#secure> tag.
Dave Abrahams (4):
* gnus.texi (Startup Files): Clarify that we're talking about numbered
(gnus-summary-refer-thread): Since lambdas aren't closures, quote the form properly
* nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to overflows.
If the subtree is hidden, show the thread after expansion
David Engster (2):
Bind functions for XEmacs and Emacs22 to silence byte-compiler.
Adapt nnmairix to new gnus-registry API.
Eli Zaretskii (2):
message.el (message-setup-1): Return t (Bug#9392).
Add autoload cookies for functions used by sendmail.el.
Elias Pipping (1):
(shr-browse-url): Fix the name of the `browse-url-mail' function call.
Emacs developers (5):
Fix typos.
Fix typos.
Fix typos
Fix typos; gnus.texi: remove gnus-group-fetch-faq
message.el (message-pop-to-buffer): Partially revert 2011-11-30 change (Bug#10200). By Chong Yidong <[email protected]>.
Glenn Morris (12):
gnus-start.el (gnus-propagate-marks): Declare.
proto-stream.el (gnutls-negotiate): Fix declarations.
message.el (message-send-mail-with-sendmail): Assume sendmail-program is bound, since this function requires sendmail.
gnus.texi (Face): Fix typo.
gnus-group.el (gnus-bug-group-download-format-alist): Use the "maintainer" version of debbugs.gnu.org reports.
gnus-group.el (gnus-bug-group-download-format-alist): Use the "maintainer" version of debian reports as well.
mm-util.el (mm-charset-synonym-alist): Move definition before use.
gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
gnus-group.el (gnus-bug-group-download-format-alist): Once again get the "maintainer" version of debbugs.gnu.org reports.
Fix ChangeLog attribution.
binhex.el (binhex-begin-line): Give it basic doc-string.
Add 2012 to FSF copyright years for Emacs files.
Jim Meyering (1):
Fix doubled-word typos.
Juanma Barranquero (7):
message.el (message-return-action): Fix typo in docstring.
Fix typos.
Fix typos.
Fix typos.
Fix typo.
Fix typos.
Fix typos.
Julien Danjou (18):
shr: make shr-link not that ugly by default
shr: fix error when face is a face symbol
shr: add support for del tag
smiley: add gif in supported types
mm-decode: add a default content-disposition in mm handle if none is specified
auth-source: switch obfuscation method so it works with non-ASCII data
auth-source: add auth-source-format-cache-entry
password-cache: fix negative caching invalidation
auth-source: allow to specify a dynamically computed default password
auth-source: remove leftover debug code
auth-source: fix default value evaluation
auth-source: typo fixes
nnimap: fix an error when all articles UIDs change
color: make color-name-to-rgb work on all display system
color: add missing float
Fix color-rgb-to-hsl computation.
color: add new functions
color: add saturate, lighten functions
Juri Linkov (1):
mm-decode.el (mm-inline-media-tests): Add missing `mm-handle-media-subtype'.
Kan-Ru Chen (6):
Add the new nnir `notmuch' backend.
Use default value from global variable.
* nnir.el (nnir-compose-result): Fix matching of server type.
ecomplete.el: Intercept key sequence from terminal as well.
* ecomplete.el (ecomplete-display-matches): Use a local keymap to
* ecomplete.el (ecomplete-display-matches): Use a local keymap to handle bindings.
Katsumi Yamaoka (51):
shr.el (shr-put-image-function): New variable.
gnus-art.el (gnus-article-mode): Move binding of shr-put-image-function here from gnus-article-prepare-display.
Update.
gnus-html.el (gnus-html-put-image): Register a displayer.
gnus-html.el (gnus-html-put-image): Fix last change.
nntp.el (nntp-open-connection): Check if process-type is available.
Update.
mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading whitespace in base64 data lines.
gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in ephemeral group.
Improve dribble data handling.
auth-source.el (auth-source-netrc-cache): Move forward.
nnmh.el (nnmh-request-list-1): Work on MS Windows.
Update.
dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg is available.
Replace string-match-p with string-match for old Emacsen.
gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
gnus-draft.el (gnus-draft-clear-marks): Revert last change; mark actually existing articles as unread rather than the ones that active asserts.
nndraft.el (nndraft-update-unread-articles): New function.
nndraft.el (nndraft-update-unread-articles): Don't show group having no unread article unless it matches gnus-permanently-visible-groups.
nndraft.el: Require gnus-group.
ChangeLog (2011-07-14): Fix function name.
s/\\n\\n\\n/\\n\\n/
nndraft.el (nndraft-update-unread-articles): Don't send delayed articles.
gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative): Make button keymap non-sticky after buttons.
gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
auth-source.el: Autoload help-mode.
(2011-09-01): Synch wording with that of Emacs.
gnus-art.el (article-date-ut): Work properly even when
message.el (message-read-from-minibuffer): Make abbrev expansion work.
gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
mm-view.el ( mm-display-inline-fontify ) : Don't run doc-view-mode because it displays images using overlays that aren't easy to copy to the article buffer.
mml.el (mml-inhibit-compute-boundary): New internal variable.
shr.el (shr-tag-img): Don't get images displayed in tables.
Bugfix: message.el (message-signed-or-encrypted-p): Exclude header when checking if there is signed or encrypted body in text/plain message.
Fix line folding and spacing following Emacs' convention.
gnus.texi (Other Gnus Versions): Remove.
gnus-art.el (gnus-article-setup-buffer): Decode group name used for article buffers' name.
Fix last commit.
gnus-art.el (gnus-article-browse-html-parts): Convert link file names for Cygwin.
gnus-art.el (gnus-article-browse-html-parts): Fix previous commit.
Share the value of the buffer-local `message-options' variable between a draft buffer and temprary working buffers.
Update the header format of icon data for the most recent icontopbm program.
contrib/compface.el (uncompface): Update the header format of icon data for the most recent icontopbm program.
message.el (message-pop-to-buffer): Use pop-to-buffer instead of pop-to-buffer-same-window for old Emacsen.
gnus-sum.el (gnus-summary-show-article): Don't load shr unconditionally.
gnus-sum.el (gnus-summary-mode): Force paragraph direction to be left-to-right.
gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction bound in old Emacsen and XEmacsen.
gnus-sum.el (gnus-summary-mode): Comment fix.
gnus-sum.el (gnus-summary-mode): Fix last change.
Lars Ingebrigtsen (16):
(tiny change) the last change.
(nnmaildir-request-accept-article): Don't call `unix-sync' unless it's defined.
Fix nnir/gnus-sum mutually recursive requirements
nnir-related build warning fixed
Try harder not to display ephemeral servers in the server buffer
Don't propagate marks to backends that don't have server marks
Wait for :end-of-capability, not :end-of-command.
Conflict resolution.
In case of errors, make sure that no retrievals are marked "in progress"
Fix problem with nnimap on Emacs 23.
Paperwork has arrived for Dave Abrahams, so remove "(tiny change)".
Make fontification of org modes work again
Ignore .gitattributes
Include the imap server name in the message for greater debuggability.
Don't fold filename="..." parameters when doing rfc2047 encoding
No Gnus v0.19 is released
Lars Magne Ingebrigtsen (224):
No Gnus v0.18 is begun
* pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
(open-tls-stream): Remove superfluous tls/starttls autoloads.
Anchor the match for STLS just to make sure.
* pop3.el (pop3-open-server): Error messages are "-ERR".
It's `tls', not :tls.
(nnheader-insert-buffer-substring): Renamed from nntp- and moved from that file for reuse.
Store articles in the agent if we haven't already (bug#8502).
Use `url-queue-retrieve', if it exists.
Define url-queue-retrieve to avoid an XEmacs buildbot failure.
Define url-queue-retrieve better to avoid warnings.
Use shr-add-font to make underlines be less ugly at the end of lines.
Use shr-add-font to make underlines be less ugly at the end of lines.
* pop3.el (pop3-retr): Error out if the server closes the connection.
(nnimap-transform-headers): Simplify regexp to hopefully avoid regexp overflow.
Partially revert last regexp simplification, which was too simple.
* message.el (message-cite-reply-position): Doc string fix.
Auto-expiry doesn't make sense in read-only groups.
(nnvirtual-request-article): Bind `gnus-command-method' so that the call chain it correct when we call "upwards".
(pop3-open-server): Erase the buffer after the greeting.
(gnus-group-mark-article-read): Keep `gnus-newsgroup-unselected' sorted.
Resolve conflict.
* shr.el (shr-browse-image): Copy the URL if called interactively.
(shr-rescale-image): Add an :ascent of 100 to images so that the underline comes at the bottom.
(shr-rescale-image): Add an :ascent of 100 to images so that the underline comes at the bottom.
Indent.
Don't print all tokens in %S format, since that looks odd.
auth-source.el (auth-source-netrc-create): Don't print all tokens in %S format, since that looks odd.
Merge branch 'master' of https://git.gnus.org/gnus
(auth-source-netrc-create): Don't query the bits that we already know.
Default to using the built-in gnutls support, if available.
New command `gnus-summary-reply-to-list-with-original'.
Require spam-stat in a normal fashion without binding `spam-stat-install-hooks' to avoid compilation warnings.
(with-auth-source-epa-overrides): Fix compilation error with `find-file-hooks' on Emacs 22.
Ugly hack to wrap the `find-file-hook' things in `symbol-value' to avoid compilation warnings on all architectures.
Bind `gnutls-available-p' to `ignore' on XEmacs to avoid compiler warnings.
* shr.el (shr-put-image): Use the new interface for animating images.
(shr-put-image): Animate for 60 seconds.
(gnus-registry-user-format-function-M): Reinstate, since removing it breaks people upgrading.
Stop any animations going on at article exit time.
Make the timer warning go away on XEmacs.
Bail out in nnimap if the server has closed the connection.
(auth-source-netrc-saver): If the user says "don't ask again, save the choice via customize.
Tweak the function to default to saying that we're not in the headers if there is no separator at all.
(message-point-in-header-p): Fix last checkin to work with an empty mail-header-separator, too.
(mm-charset-to-coding-system): Recognise all ansi_x3.4 variations as ASCII (bug#5458).
(nnimap-process-expiry-targets): Say what target we're expiring articles to.
(nnimap-split-incoming-mail): If `nnimap-split-fancy' is non-nil, and `nnimap-split-methods' is nil, use the former.
(epg-context-set-passphrase-callback): Remove duplicate autoload.
(gnus-read-ephemeral-emacs-bug-group): Take an optional quit window configuration.
*** empty log message ***
* dgnushack.el: Autoload sha1 on XEmacs.
* gnus-msg.el (gnus-configure-posting-styles): Get the local
* message.el (message-get-reply-headers): Delete all duplicates, instead of the first.
(message-get-reply-headers): Ensure that we have progress while deleting duplicates.
* gnus-msg.el (gnus-configure-posting-styles): Don't try to select
* gnus-group.el (gnus-bug-group-download-format-alist): Get the mboxstat instead of the maintbox, since the stat seems to be fuller.
* gnus.el (gnus-list-debbugs): New command.
(gnus-read-ephemeral-emacs-bug-group): Hook into debbugs mode, if possible.
(gnus-read-ephemeral-emacs-bug-group): Make sure that the id is always a number.
Backport :end-of-capability fixes from Emacs 24 open-network-stream
* gnus.el (gnus-summary-line-format): Link to the info node for %U
* gnus.texi (Subscription Methods): Link to "Group Levels" to explain zombies.
Fix syntax error.
(Subscription Methods): Link to "Group Levels" to explain killed groups.
* gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
(Checking New Groups): Moved the reference to the right place.
* nnimap.el (nnimap-request-scan): Say that splitting has finished.
* gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
* pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
* gnus-msg.el (gnus-bug): Fix the MML tag.
* mm-decode.el (mm-text-html-renderer): Doc fix.
* gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
gnus.el (gnus-refer-article-method): Remove mention of nnspool, which no longer is much used.
(Filtering New Groups): Clarify how simple the "options -n" format is.
(Agent Expiry): Remove mention of `gnus-request-expire-articles', which is internal.
(gnus-summary-line-format): Link to "Marking Articles" instead of "Read Articles".
* gnus-art.el (gnus-ignored-headers): Removed obsolete and non-working use of :custom-show.
* gnus-msg.el (gnus-bug): Don't insert user variables.
(gnus-read-ephemeral-emacs-bug-group): `debbugs-*' renamed to `debbugs-gnu-*'.
* dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
Mysterious `subject' bug work-around
* gnus.el (debbugs-gnu): Renamed from `debbugs-emacs'.
(gnus-group-read-ephemeral-group): Start Gnus if it hasn't already been started.
If the ~/Mail directory doesn't exist, use ~ as the auto-save directory
(message-unique-id): Don't use the undocumented return value from (random t)
Remove duplicates with `A T' when running unthreaded.
(gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
* gnus-html.el (mm-util): Require (bug#9073).
Make `W D W' work with w3m.
* gnus.el (gnus-refer-article-method): Allow entering any sexp
When inserting new headers, keep track of which ones are unread
Make sure we don't enter invalid buffer configurations into the quit form
(gnus-group-tool-bar-gnome): Replace connect/disconnect with unplugged/plugged.
* shr.el (shr-tag-comment): Ignore HTML comments.
* gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
(gnus-summary-insert-new-articles): Protect against servers that are down.
Indent.
* spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
(starttls-available-p): Renamed from `starttls-any-program-available' and changed return convention.
(auth-source-netrc-saver): Make the .authinfo file non-world-readable.
Clean up last commit slightly.
* message.el (message-is-yours-p): Allow disabling canlock checking
Use ./ as the auto-save directory if the message directory isn't writable
Introduce LRM markers when needed in the address part of the subject lines.
Use 8206 instead of ?\x200e to make things work in Emacs 22 and XEmacs, too.
(gnus-auto-select-subject): Allow specifying a function from custom (bug#9260)
(message-fix-before-sending): Make a different warning about NUL characters
Commit resolve.
* nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
(gnus-group-clear-data): Add a y-or-n query, since it's a pretty destructive command.
Reinstate the message-clearing y-or-n-p versions which Gnus use when appropriate.
Commit resolve.
Protect against (NIL ...) bodystructures (bug#9314).
Fix last ChangeLog update.
Kill the process before deleting the buffer to avoid warnings.
(pop3-wait-for-messages): If the pop3 process dies, stop processing.
* gnus-util.el (gnus-process-live-p): Copy over compat function.
* pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
(nntp-authinfo-file): Mark as obsolete -- use auth-source instead.
* gnus-html.el (gnus-html-image-fetched): Don't cache zero-length images.
(gnus-article-update-date-headers): Flip the default to nil since some many people are fuddy-duddies.
Ignore non-openable groups when expiring.
If one mail source bugs out, continue on and do the clean-up phase
Fix typo in last checkin.
Also allow continuing on `quit'.
* gnus-group.el (gnus-group-name-charset): Don't bug out on server names.
* nnimap.el (nnimap-open-connection-1): Use the correct port number in the error message.
* gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first thing (bug#9426).
* gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms (bug#9425).
* gnus-score.el (gnus-summary-increase-score): Doc clarification (bug#9421).
* gnus.el (gnus-home-directory): Add warning about setting in .gnus.el (bug#9405).
* gnus-int.el (gnus-open-server): Make the "denied" message clearer
* gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right' has been renamed.
* gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right' has been renamed.
(gnus-lrm-string-p): Include RLM and PDF, too.
Remove usages of `gnus-recent-mark' and friends, which are no longer used.
Silence compiler warnings by renaming function arguments from `this'
* gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the string.
* gnus.el (gnus-article-mark-lists): Remove `recent'.
Extend `gnus-interactive-exit' to `quiet'.
Fix typo in last checkin.
Don't save `gnus-format-specs' in the newsrc file.
(gnus-group-name-charset): Always return `utf-7' when decoding nnimap groups.
Redo the charset handling for group names in nnimap.
* gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
* gnus-sum.el (gnus-fetch-headers): Bump message level.
Explain `gnus-group-list-limit'.
(Finding the News): Doc clarification.
(Terminology): Mention naming.
gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing duplicates" to a higher level.
* gnus.el (gnus-interactive-exit): Update defcustom spec.
* gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving" message level.
White space fix.
* mm-decode.el (mm-inline-media-tests): Support imagemagick images.
mm-view.el (mm-inline-image-emacs): Indent.
* mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
Merge
* message.el (message-indent-citation): Revert last change which made `F' not work.
New function to connect to 993 instead of "imaps" to word around Windows problems.
* gnus.texi (Archived Messages): Note the default (bug#9552).
* ecomplete.el (ecomplete-display-matches): Revert patch since it doesn't work under XEmacs.
* message.el (message-default-send-rename-function): Break out into its own function.
* gnus-art.el (gnus-treat-hide-citation): Add doc.
* pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
* nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
* message.el (message-indent-citation): Really make sure there's a newline at the end.
Support a new variable `shr-ignore-cache' to re-fetch images when hitting `g' in Gnus.
(pop3-wait-for-messages): Rewrite to take linear time instead of exponential time.
* mml.el (mml-generate-mime-1): Don't alter the contents if we're computing the boundary.
* shr.el (shr-tag-table): Render totally broken tables better.
Revert ecomplete patch, which didn't work on XEmacs.
Don't message so much when reading nnimap stuff.
(nnimap-insert-partial-structure): The charset parameter isn't case-sensitive.
* gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
Further fix up member-ignore-case.
Resolve conflict.
(gnus-uu-grab-articles): Require gnus-async so that `gnus-asynchronous' isn't shadowed.
Add a space at the end of an ALT image text to make asynchronous adjacent image insertion work better.
* gnus.texi (Gnus Utility Functions): Add more references and explanations (bug#9683).
* gnus-win.el (gnus-configure-windows): Protect against reading ephemeral groups outside of Gnus.
Merge fix.
* message.el (message-send-and-exit): Document `arg'.
Indent.
(gnus-articles-to-read): Change wording in prompt to be slightly clearer.
Make the font-lock variables buffer-local instead of binding them to avoid warnings.
(font-lock-mode-hook): Shut up byte compiler.
* dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that doesn't have it.
Further `with-demoted-errors' fixes.
Revert infinite loops introduced by Paul Eggert's spellfixes two days ago.
Further future-proof the code against future "spelling fixes".
(shr-table-horizontal-line): Use "?\s" instead of "? " to avoid later breakage.
Indent.
(nnimap-finish-retrieve-group-infos): Check the connection status in the correct buffer.
* gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
Resurrect the code that allows specifying the daemon time as "06:34"
Typo fix.
Make sure that we're not issuing two concurrent asyncronous retrievals at the same time.
* shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture, too.
Leo <[email protected]> has signed papers; remove (tiny change)
Note `gnus-parameters' precedence.
Mark last change as "tiny".
(nnir-retrieve-headers): Protect against the article not existing on the server
Mark last change as "tiny".
Disable starttls.el on Windows and MS-DOS
* gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
Fix up the prompt to be less confusing
Ensure that the buffer is alive before we try to find its window.
Make `C-- T k' work so tick messages
If the head is completely empty, narrow to the empty region
Make note of the precedence rules for `gnus-parameters'
Protect better against async retrievals happening concurrently
Fix up Agent expiry of opportunistically cached messages
(gnus-agent-summary-fetch-series): Add doc string.
(gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
(gnus-group-read-ephemeral-group): Doc clarification (bug#9692).
(gnus-activate-group): Document more parameters (bug#9694).
Adjust `gnus-parameters' precedence rules to be more consistent
Allow preview in message-mode to work outside of Gnus
Fix up ido completion on MIME parts
(gnus-summary-read-group): Document more parameters
(gnus-summary-setup-buffer): Document return value (bug#9697)
Put the cursor in the logical place after rendering shr
* mm-decode.el (mm-interactively-view-part): Fix prompt.
Leo (2):
* gnus-topic.el (gnus-topic-goto-next-group): Don't move point around when opening topics (bug#10407).
* nndraft.el (nndraft-update-unread-articles): Don't move point around in the group buffer.
Marcus Harnisch (1):
(gnus-article-stop-animations): Use `elt' instead of `aref' for XEmacs compatibiltiy.
Nick Alcock (1):
Make group parameters work again.
Paul Eggert (20):
nntp.el (nntp-record-command):
gnus-sum.el (gnus-parent-headers): Spelling fix in doc string.
Spelling fix.
Spelling fixes.
Spelling fixes.
ChangeLog.2 (2003-01-14): Spelling fix.
Spelling fixes.
Spelling fix.
Spelling fixes.
Spelling fixes.
gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
Spelling fixes.
Spelling fixes.
Spelling fixes.
ChangeLog.2 (2003-02-02): Spelling fix.
Spelling fixes.
Spelling fixes.
Spelling fixes.
Spelling fixes.
Spelling fixes.
Peter Münster (1):
(gnus-group-get-new-news): New parameter `one-level' for scanning exactly one level
Philipp Haselwarter (1):
Fix up outdated Gnus Agent documentation
Sam Steingold (1):
gnus-score.el (gnus-score-find-alist): Keep the score files already in the reverse order to avoid modifying the cache with `nreverse'.
Simon Josefsson (2):
* starttls.el (starttls-any-program-available): Define as obsolete function.
Make message prettier.
Stefan Monnier (7):
nntp.el (nntp-open-connection): Set TCP keepalive option.
Don't quote lambda expressions with `quote'.
mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed mm-with-unibyte-current-buffer. The buffer should not contain any multibyte chars anyway at this stage.
gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
message.el (message-completion-function): Make sure message-tab-body-function is not attempted if one of message-completion-alist fails to find a completion (bug#9158).
nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
message.el (message-pop-to-buffer): Revert 2011-09-11 change.
Steve Purcell (1):
* nnimap.el (nnimap-get-groups): Decode "&" correctly.
Tassilo Horn (4):
Enhance thread sorting docs / fix doc bug.
Mark Peter's doc fix as tiny change
Resynchronize with emacs bzr trunk eieio.
* message.el (message-valid-fqdn-regexp): Udate with newly approved
Ted Zlatanov (57):
* registry.el (registry-insert): Make error message more helpful.
Add shr-link face for links.
* registry.el (registry-reindex): Fix percentage message.
Small fix, but shr-urlify+shr-link face is still broken.
* shr.el (shr-urlify, shr-link): Fix shr-link face.
Try to prune the Gnus registry if it's full.
* registry.el (registry-full): Fix logic.
* registry.el (registry-insert): Use it. Fix logic here too.
Prune the registry to the soft and hard limits and accept a sort function.
* registry.el (registry-prune): Make the sort function optional.
* registry.el (registry-usage-test): Disable pruning test.
Use a prune factor when pruning the registry over the hard limit, instead of 10.
* gnus-sum.el (gnus-summary-hide-all-threads): Add update message every 1000 iterations.
* nntp.el (nntp-send-authinfo): Use the "force" token for NNTP authentication with auth-source.
Update Gnus registry docs for gnus-registry-user-format-function-*.
Gnus registry mark facility improvements.
* gnus-registry.el (gnus-registry-user-format-function-M2): Make "," the mark text separator.
* gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide the thread moves us backwards and so we loop forever.
Use `gnus-registry-article-marks-to-chars' and `gnus-registry-article-marks-to-names' instead of `gnus-registry-user-format-function-{M,M2}'.
Refer to `gnus-registry-article-marks-to-{chars,names}' in user-format example.
* gnus-registry.el (gnus-registry-remove-ignored): New function to remove entries with groups we ignore.
Netrc field encryption support.
* auth-source.el (with-auth-source-epa-overrides): Don't depend on the EPA variables being defined.
More GPG token support: allow per-file configuration and fix XEmacs incompatibility.
* auth-source.el (with-auth-source-epa-overrides): Fix backquoting bug.
Set `gnus-bug' to report to the Emacs bug list.
Improve the netrc field encryption (GPG tokens) by calling EPA/EPG functions directly.
Autoload EPA/EPG functions.
Rename "arg" auth-source-backend member to "data".
Reindent and untabify auth-source.el.
Merge branch 'master' of https://git.gnus.org/gnus
Minor doc update for auth-source.el.
Update EIEIO from GNU Emacs trunk
* gnus-msg.el (gnus-bug): Give the Version and Package headers to debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
* gnus-msg.el (gnus-bug): Bring the Version and Package pseudo-headers back.
* spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when searching. Drop `bbdb-cache'.
Introduce gnus-registry-enabled and use it consistently.
nnir.el,nnmairix.el (gnus-registry-enabled): Defvar to keep the compiler happy.
Add gnus-bound-and-true-p macro for XEmacs compatibility and use it in nnir.el and nnmairix.el.
Add the LeSync gnus-sync backend.
Mark Dave Abrahams' gnus-registry-enabled patch as a tiny change.
json.el fallback support for gnus-sync.el in XEmacs and Emacs 22.x.
* gnus-sync.el: (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
gnus-sync-lesync-setup: Small fix and XML CouchDB output.
gnus-registry-enabled fixes to give default value.
gnus-bound-and-true-dumper-p to fix XEmacs build.
Merge branch 'master' of https://git.gnus.org/gnus
* gnus-sync.el: Improve docs about CouchDB admins.
Rename `gnus-bound-and-true-dumber-p' to `gnus-bound-and-true-p'.
Commentary fixes.
* gnus-sync.el: More commentary about setup.
Fix spam.el to BBDB 2 and 3 glue.
* post-receive: Get the user name and e-mail correctly.
Test commit.
Minor gnus-sync.el fixes.
* auth-source.el (auth-source-user-and-password): Add convenience wrapper to search by just host and optionally user.
* nntp.el (nntp-send-authinfo): Query `auth-source-search' with the logical server name in addition to the actual machine address.
Teodor Zlatanov (1):
proto-stream.el (network-stream-open-starttls): Adjust to call `gnutls-negotiate' with :process and :hostname arguments.
Tetsuo Tsukamoto (1):
* nnrss.el (nnrss-retrieve-groups): Decode the charset before looking up the file
Vida Gábor (1):
Fix the HH:MM case for the Gnus daemon
Wolfgang Jenkner (2):
* pop3.el (pop3-open-server): Use :end-of-capability.
* gnus-agent.el (gnus-agent-load-local): Recompute gnus-agent-article-local on changing method.
Łukasz Stelmach (1):
message: fix indent citation
-----------------------------------------------------------------------
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The annotated tag, n0-19 has been created
hooks/post-receive
--
Gnus Project