[gnus git] annotated tag m0-13 created: m0-13 =0=
Lars Magne Ingebrigtsen <[email protected]> Fri, 01 May 2015 15:59:16 +0200
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
at 00cedbb63f5a81e36b64fc699717d2216a6d0076 (tag)
tagging 770ddfe9a8a5f67a331740f2fabdfcfb4791ad50 (commit)
replaces m0-11
tagged by Lars Magne Ingebrigtsen
on Fri May 1 15:59:13 2015 +0200
- Log -----------------------------------------------------------------
Ma Gnus v0.13 is released
Adam Sjøgren (8):
* mml2015.el (mml2015-display-key-image): New variable.
Use the correct version (thanks Katsumi).
Make %F fall back to email address in message-citation-line-format.
Fixup of previous commit de5278e5. "I should have done as Katsumi
Fix for compilation on XEmacs of commit 4c012447.
Replace x-focus-frame kludge by calling gnus-select-frame-set-input-focus.
Document gnus-block-private-groups.
Add "Display HTML images" to "Display" menu.
Alan Schmitt (2):
gnus-sum.el (gnus-summary-expire-articles): Reinstall improved version of the 2014-08-05 change
Only reverse list of expired messages when in wrong order.
Albert Krewinkel (2):
* gnus-msg.el (gnus-configure-posting-style):
Accept new TLDs when validating FQDNs
Andreas Schwab (4):
html2text.el (html2text-get-attr): Fix typo when splitting value from attribute (Bug#17613)
html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted attribute values (Bug#17834)
Fix content decoding in gnus-read-ephemeral-bug-group
Fix missing quotes in post-receive script
Ben Bacarisse (1):
nnmh.el (nnmh-request-expire-articles): Work for the case nnmail-expiry-target is an nnmh group (bug#20170)
Daiki Ueno (2):
mml.el (mml-parse-1): Error out if unknown mode is specified in <#secure> tag (bug#18513)
plstore.el (plstore--decrypt): Clear entry in `plstore-passphrase-alist' if decryption failed (bug#20030)
Dmitry Antipov (1):
gnus-sum.el (gnus-summary-edit-article-done): Prefer point-marker to copy-marker of point
Elias Oltmanns (1):
nnimap.el (nnimap-find-expired-articles): nnimap `never' expiration fix
Eric (clem) (1):
Handle unquoted IMAP group names
Eric Abrahamsen (12):
When expiring, tell functions where the articles are going
Fix Gnus registry pruning and sorting, and rename file.
Make nnmairix always select the correct article
* nnir.el (nnir-run-imap): Enable non-ASCII IMAP searches.
Revert "Enable non-ASCII IMAP searches."
Handle unquoted IMAP group names
registry.el: Fix call to cl-subseq
Allow registry to reach full size before pruning
Use slot names in references to object slot values
Don't split imap messages back into original group
lisp/ChangeLog: Add log for 4196f8fc4237ddd8099d54fbc1f5b0bac802f2ed
Fix registry pruning routine
Eric S. Raymond (1):
texi/gnus-coding.texi: Neutralized language specific to a repository type
Francesc Rocher (1):
etc/images/splash.*: Splash images refurbished
Glenn Morris (14):
message.texi (Header Commands): Replace `iff'.
gnus-fun.el (gnus-grab-cam-face): Do not use predictable temp-file name (http://bugs.debian.org/747100)
*.texi: Standardize case of "Front-Cover Texts" in texi file permissions notices
lisp/ChangeLog (2014-05-08): Add CVE numbers for recent issue
gnus-faq.texi, gnus.texi, message.texi: Markup fixes
mm-util.el (help-function-arglist): Remove outdated declaration
lisp/ChangeLog: Merge from emacs-24; up to r117596 (Emacs trunk)
gnus-start.el (gnus-save-newsrc-file-check-timestamp): Add :version tag
gnus-cloud.el (gnus-cloud): Add :version tag
gnus-registry.el: Tweak recent gnus-registry.el changes
auth.texi (Multiple GMail accounts with Gnus): Markup fix
message.el (message-valid-fqdn-regexp): Bump :version
message.el (gnus-extract-address-components): Remove bogus declaration that was masking previous problem
Function declaration updates prompted by 'make check-declare'
Ivan Shmakov (1):
Make `url-retrieve-synchronously' work again with news:
Jan Tatarik (1):
gnus-icalendar.el (gnus-icalendar-identities): include message-alternative-emails
Johan Bockgård (1):
gnus-sum.el (gnus-summary-refer-thread): Don't clobber unread articles
John Mastro (1):
auth-source.el: Fix Mac OS X keychain lookups
Jorge A. Alfaro Murillo (1):
Make signature respect format=flowed
João Távora (2):
message.el: Improve sexp-based movement in message-mode
message.el (message-mode): Don't use `setq-local' in Gnus code
Julien Danjou (1):
gnus-notifications: use both photo and app-icon
Katsumi Yamaoka (66):
Make gnus-mime-inline-part and gnus-mime-inline-part work similarly
Make gnus-mime-inline-part and gnus-mm-display-part work similarly
gnus-art.el: Misc improvements for displaying MIME parts
gnus-art.el, mm-uu.el: Misc improvements for displaying MIME parts
gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't delete next part button; keep spacing between buttons
gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Fix last change
Bugfixes to make `gnus-mime-save-part-and-strip' work again
Fix last change
gnus-art.el (gnus-mime-buttonize-attachments-in-header): Improve criterion that finds parts to display
Add .info extension to info files (synch with Emacs)
Compress Lisp source files and info files by gzip by default
configure: Regenerate
texi/Makefile.in (install, uninstall): Fix last commit
gnus-start.el (gnus-dribble-read-file): Don't stop auto-saving
gnus-utils.el (gnus-recursive-directory-files): Unify hard or symbolic links (bug#18063)
gnus-sum.el (gnus-summary-expire-articles): Revert last change
mm-view.el (mm-display-inline-fontify): Make the working buffer temporarily displayed when running a mode function (at least org-mode requires it)
gnus-art.el (gnus-article-browse-html-save-cid-content, gnus-article-browse-html-parts): Make cid file names relative
gnus-art.el (gnus-article-browse-html-save-cid-content, gnus-article-browse-html-parts): Revert last change that breaks links other than cid contents
parse-time.el: Use cl-lib as much as possible following the 2014-09-26 change in the Emacs trunk
parse-time.el: Require cl when compiling
ntlm.el: Fix last commit
lisp/ChangeLog: Cleanup
ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
lisp/ChangeLog: gnus-icalendar.el (gnus-icalendar-identities): Include message-alternative-emails
lisp/ChangeLog (2013-11-21): Unmark tiny change
gnus.el (gnus-mode-line-buffer-identification): Don't shadow load-path, it blocks autoloading of find-image (bug#18813)
lisp/ChangeLog (2014-10-24): Add bug#
gnus.el (gnus-mode-line-buffer-identification): Don't add image data for a non-graphic display (bug#18813)
gnus-util.el (gnus-float-time): Don't pass the third argument docstring to `defalias' for XEmacs
gnus.texi (HTML): Fix xref to EWW
gnus.texi (Top): Add missing `HTML' menu.
mml2015.el (mml2015-display-key-image): Adjust :version
Fix XEmacs compilation
registry.el (cl-remf, cl-loop, cl-subseq): Alias to remf, loop, and subseq respectively for old Emacsen
gnus-group.el (gnus-read-ephemeral-bug-group): Use mm-enable-multibyte instead of set-buffer-multibyte
gnus-group.el (gnus-read-ephemeral-bug-group): Use mm-disable-multibyte instead of mm-enable-multibyte
dgnushack.el (dgnushack-compile-file): Excluse dir in message output
gnus-compat.el (string-bytes): Work for XEmacs
gnus-compat.el (string-bytes): Replace encode-coding-string with mm-encode-coding-string
lisp/ChangeLog: Synch with Emacs trunk
lisp/ChangeLog fixes
mm-decode.el: Fix previous commit
mm-decode.el: Fix previous commit
gnus-art.el (gnus-article-browse-html-save-cid-content, gnus-article-browse-html-parts): Make cid file names relative if and only if html doesn't specify <base> directory
sasl-scram-rfc.el (sasl-cl-coerce, sasl-cl-mapcar-many, sasl-cl-map, sasl-string-prefix-p): New compatibility functions
nnimap.el (nnimap-retrieve-headers): Remove trailing whitespace
nnimap.el (nnimap-get-groups): Fix XEmacs compilation
gnus-art.el (gnus-mime-display-single): Avoid "End of buffer" error
Revert my bogus changes (2014-06-05)
Improve parts deletion and stripping behavior
lisp/ChangeLog: Fix typo
Fix point motion when removing displayed MIME part
registry.el (registry-db): Temporary fix old Emacsen compilation
registry.el (registry-db): Fix last change
lisp/ChangeLog (2015-03-28): Fix file name
lisp/ChangeLog (2015-04-01): Fix file name
gnus-art.el (gnus-article-browse-html-parts): Make external links absolute and cid file names relative
dgnushack.el (define-obsolete-function-alias): Redefine for XEmacs
lpath.el: Bind syntax-propertize-function for Emacs<=23, fbind string-to-syntax for XEmacs
gnus-topic.el (gnus-topic-mode): Use gmm-called-interactively-p
lpath.el: Fbind cursor-sensor-mode for XEmacs
lpath.el: Bind cursor-sensor-mode for XEmacs
Catch the invalid-operation that idna.el will issue
lisp/ChangeLog: Fix last commit
hashcash.el (mail-add-payment): Remove debugger entry
Kenjiro NAKAYAMA (1):
Allow uploading files from eww
Lars Ingebrigtsen (7):
Start collecting a newsrc
Merge branch 'master' of https://git.gnus.org/gnus
mm-decode.el (mm-shr): Bind `shr-width' to `fill-column' so that lines don't get overlong when responding
* lisp/gnus-group.el (gnus-group-suspend): Close all backends.
Ignore .info files
Make moving IMAP articles faster in large groups
nnimap respooling fix
Lars Magne Ingebrigtsen (33):
Ma Gnus v0.12 is begun
ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
Don't query about discarding changes in ephemeral groups
nnimap.el, pop3.el: Make IMAP and POP3 warn unless encrypted
mailcap.el: Make it easier to use mailcap for viewing single files
message.el (message-change-subject): Really check whether the subject changed
Refactored out gnus-article-mime-handles
* nntp.el (nntp-send-authinfo): Error out if the password is wrong.
Check for literal+ capability in IMAP
Add changelog entry to last fix
* lisp/gnus-compat.el (fboundp): Avoid compilation error on XEmacs.
nnimap group request bug fix
Make non-standard mail header separators work with smtpmail
nnimap group activation problems fixed
Make it possible to enter nnimap groups again
nnimap group selection fix
Nore X-GM-LABELS
* gnus.texi (Using IMAP): Fix menu node name.
Further `M-g' group fixes
Add X-GM-LABELS to `gnus-extra-headers'
mm-decode.el: Allow using variable-width fonts in eww
Don't buttonize URLs in HTML
Allow expiring nnimap to a group again
Buffer-local warning fix
Fix inserting parts with `E' in Gnus
Revert previous patch
Don't mark nnimap articles as read on a server hangup
Avoid compilation error on Emacs 23
Clean up gnus-uu saving code slightly
Fix fallout from `save-excursion' changes
Use letf instead of cl-letf for XEmacs compat
Revert previous change
Ma Gnus v0.13 is released
Magnus Henoch (3):
sasl-scram-rfc.el: New file
Implement SCRAM-SHA-1 SASL mechanism
Fix SCRAM-SHA-1 SASL mechanism
Paul Eggert (20):
parse-time.el (parse-time-rules), time-date.el (date-to-time): Don't mishandle year-9999 dates (Bug#18176)
Spelling fixes
Simplify use of current-time and friends
gnus-util.el (gnus-float-time): Use 2-arg defalias, since XEmacs 21.4 doesn't support 3-arg
time-date.el: Improve time stamp handling, and be more consistent about it
time-date.el: Port new time stamp handling to old Emacs and to XEmacs
time-date.el (time-add, time-subtract, time-less-p): Use eval-and-compile, not eval-when-compile
Fix misspellings like "an unibyte buffer"
gnus-bookmark.el (gnus-bookmark-write-file): Spelling fix
registry.el (registry-db): Set default slot later
system-name's returned value can vary
Update copyright year to 2015
* dgnushack.el (dgnushack-compile-file): New function.
mm-decode.el (mm-display-external): Spelling fix
lisp/ChangeLog: Spelling fixes
auth.texi (Multiple GMail accounts with Gnus): Spelling fixes
Spacing and punctuation fixes
rtree.el: Use American spelling for 'normalize'
deuglify.el: Adjust to renamed ChangeLog history files
Minor quoting etc. fixes to misc manuals
Peder O. Klingenberg (1):
Fixups when displaying certain attachments
Sam Steingold (3):
time-date.el (seconds-to-string): New function to pretty print time delay in seconds
time-date.el (seconds-to-string): Avoid function from `cl'
gnus-art.el (article-hide-list-identifiers): Fix a typo in doc string
Stefan Monnier (12):
mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'
Rename 24.5 to 25.1
lisp/ChangeLog: Merge from emacs-24
* gnus-art.el: Fix up compiler warnings
registry.el: Don't use <class> as a variable
mm-util.el (mm-with-unibyte-current-buffer): Don't emit a warning
*registry.el: Use slot names rather than initarg names
* registry.el (registry-db): Don't oset-default an instance slot.
gnus-art.el (gnus-hidden-properties): Simplify
Misc changes in gnus-group.el and gnus-topic.el
(gnus-group--setup-tool-bar-update): Fix last change
Sylvain Chouleur (1):
gnus-icalendar.el: Support vcal format timezones
Tassilo Horn (8):
Allow list-valued gcc-self group params.
Fix a typo.
Update docs wrt shr/html mail.
Add link to EWW manual.
Fix docstring typo.
Fix gnus-load.el generation.
Complete ChangeLog entry.
Support PDF Tools for PDF viewing of attachments
Ted Zlatanov (6):
Make `gnus-delay-header' available in `message-send-hook'
Optionally check the newsrc.eld file's timestamp before saving it.
* auth.texi (Help for users): Explain quoting rules better.
* registry.el (registry-db): Fix default registry-db max-size.
* auth.texi (Multiple GMail accounts with Gnus): Add FAQ.
gnus-start.el: always check newsrc timestamp when saving it.
Thomas Fitzsimmons (2):
ntlm.el (ntlm-build-auth-request): Add NTLM2 Session support (Bug#15603)
ntlm.el (ntlm-build-auth-request): Add NTLM2 Session support (Bug#15603)
Timo Lilja (1):
Pop up an error buffer if a mail script fails
Trevor Murphy (2):
Allow using the Google X-GM-LABELS, if present
Document Gmail labels
Vincent Bernat (1):
Make `M-g' in the group buffer work again
enami tsugutomo (1):
nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested to keep connection open
rasmus (2):
gnus-notifications: Raise frame when clicking Read
gnus-notification.el: Add mark as read
-----------------------------------------------------------------------
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, m0-13 has been created
hooks/post-receive
--
Gnus Project