gnus
9 years agotime-date.el (time-add, time-subtract, time-less-p): Use eval-and-compile, not eval...
Paul Eggert [Tue, 18 Nov 2014 08:01:59 +0000 (08:01 +0000)]
time-date.el (time-add, time-subtract, time-less-p): Use eval-and-compile, not eval-when-compile

9 years agotime-date.el: Port new time stamp handling to old Emacs and to XEmacs
Paul Eggert [Mon, 17 Nov 2014 08:59:40 +0000 (08:59 +0000)]
time-date.el: Port new time stamp handling to old Emacs and to XEmacs

9 years agoAccept new TLDs when validating FQDNs
Albert Krewinkel [Sat, 15 Nov 2014 10:53:15 +0000 (11:53 +0100)]
Accept new TLDs when validating FQDNs

The fully qualified domain name validation regex in message didn't
accept new top-level domain names, causing additional confirmation
steps or failures when sending mail.  This adds the
non-internationalized new TLDs listed here:
https://en.wikipedia.org/wiki/GTLD

Signed-off-by: Julien Danjou <julien@danjou.info>
9 years agotime-date.el: Improve time stamp handling, and be more consistent about it
Paul Eggert [Mon, 17 Nov 2014 06:42:49 +0000 (06:42 +0000)]
time-date.el: Improve time stamp handling, and be more consistent about it

9 years agoDon't query about discarding changes in ephemeral groups
Lars Magne Ingebrigtsen [Fri, 14 Nov 2014 04:17:19 +0000 (04:17 +0000)]
Don't query about discarding changes in ephemeral groups

9 years agoietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
Lars Magne Ingebrigtsen [Fri, 14 Nov 2014 04:16:25 +0000 (04:16 +0000)]
ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about

9 years agognus-notifications: use both photo and app-icon
Julien Danjou [Thu, 13 Nov 2014 16:38:26 +0000 (17:38 +0100)]
gnus-notifications: use both photo and app-icon

9 years agoAllow uploading files from eww
Kenjiro NAKAYAMA [Mon, 10 Nov 2014 23:23:34 +0000 (23:23 +0000)]
Allow uploading files from eww

2014-11-10 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
  * mm-url.el (mm-url-encode-multipart-form-data):
  Restore to handle "multipart/form-data" by eww.

9 years agomml2015.el (mml2015-display-key-image): Adjust :version
Katsumi Yamaoka [Mon, 10 Nov 2014 23:09:50 +0000 (23:09 +0000)]
mml2015.el (mml2015-display-key-image): Adjust :version

9 years agognus.texi (Top): Add missing `HTML' menu.
Katsumi Yamaoka [Mon, 10 Nov 2014 02:17:19 +0000 (02:17 +0000)]
gnus.texi (Top): Add missing `HTML' menu.
(HTML): Fix xref to FAQ 4-16.

9 years agoFix docstring typo.
Tassilo Horn [Fri, 7 Nov 2014 19:50:02 +0000 (20:50 +0100)]
Fix docstring typo.

* gnus-start.el (gnus-activate-group): Fix typo reported by Tim
Landscheidt.

9 years agognus.texi (HTML): Fix xref to EWW
Katsumi Yamaoka [Fri, 7 Nov 2014 14:50:52 +0000 (14:50 +0000)]
gnus.texi (HTML): Fix xref to EWW

9 years agoAdd link to EWW manual.
Tassilo Horn [Fri, 7 Nov 2014 07:58:14 +0000 (08:58 +0100)]
Add link to EWW manual.

9 years agoUpdate docs wrt shr/html mail.
Tassilo Horn [Fri, 7 Nov 2014 07:14:40 +0000 (08:14 +0100)]
Update docs wrt shr/html mail.

* gnus.texi (HTML): Update section so that it mentions shr and w3m.

* gnus-faq.texi (FAQ 4 - Reading messages, FAQ 4-16): Add Q&A on how to
increase contrast when displaying HTML mail with shr.

9 years ago* auth.texi (Help for users): Explain quoting rules better.
Ted Zlatanov [Sun, 2 Nov 2014 20:45:34 +0000 (15:45 -0500)]
* auth.texi (Help for users): Explain quoting rules better.

9 years agognus-util.el (gnus-float-time): Use 2-arg defalias, since XEmacs 21.4 doesn't support...
Paul Eggert [Wed, 29 Oct 2014 04:42:30 +0000 (04:42 +0000)]
gnus-util.el (gnus-float-time): Use 2-arg defalias, since XEmacs 21.4 doesn't support 3-arg

9 years agognus-util.el (gnus-float-time): Don't pass the third argument docstring to `defalias...
Katsumi Yamaoka [Wed, 29 Oct 2014 03:26:31 +0000 (03:26 +0000)]
gnus-util.el (gnus-float-time): Don't pass the third argument docstring to `defalias' for XEmacs

9 years agoSimplify use of current-time and friends
Paul Eggert [Wed, 29 Oct 2014 02:19:38 +0000 (02:19 +0000)]
Simplify use of current-time and friends

* gnus-delay.el (gnus-delay-article):
* gnus-sum.el (gnus-summary-read-document):
* gnus-util.el (gnus-seconds-today, gnus-seconds-month):
* message.el (message-make-expires-date):
Omit unnecessary call to current-time.
* gnus-util.el (gnus-float-time): Simplify to an alias because
time-to-seconds now behaves like float-time with respect to nil arg.
(gnus-seconds-year): Don't call current-time twice to get the current
time stamp, as this can lead to inconsistent results.
* time-date.el (time-to-seconds) [!float-time]:
Use current time if arg is nil, to be compatible with float-time.
(time-date--day-in-year): New function, with most of the guts of
the old time-to-day-in-year.
(time-to-day-in-year): Use it.
(time-to-days): Use it, to avoid decoding the same time stamp twice.

9 years agognus.el (gnus-mode-line-buffer-identification): Don't add image data for a non-graphi...
Katsumi Yamaoka [Mon, 27 Oct 2014 03:51:08 +0000 (03:51 +0000)]
gnus.el (gnus-mode-line-buffer-identification): Don't add image data for a non-graphic display (bug#18813)

9 years agotexi/gnus-coding.texi: Neutralized language specific to a repository type
Eric S. Raymond [Sun, 26 Oct 2014 13:00:31 +0000 (13:00 +0000)]
texi/gnus-coding.texi: Neutralized language specific to a repository type

9 years agolisp/ChangeLog (2014-10-24): Add bug#
Katsumi Yamaoka [Fri, 24 Oct 2014 09:28:59 +0000 (09:28 +0000)]
lisp/ChangeLog (2014-10-24): Add bug#

9 years agognus.el (gnus-mode-line-buffer-identification): Don't shadow load-path, it blocks...
Katsumi Yamaoka [Fri, 24 Oct 2014 08:34:20 +0000 (08:34 +0000)]
gnus.el (gnus-mode-line-buffer-identification): Don't shadow load-path, it blocks autoloading of find-image (bug#18813)

9 years agonnimap.el (nnimap-wait-for-response): Ignore NOOP response requested to keep connecti...
enami tsugutomo [Fri, 24 Oct 2014 06:05:44 +0000 (06:05 +0000)]
nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested to keep connection open

9 years agolisp/ChangeLog (2013-11-21): Unmark tiny change
Katsumi Yamaoka [Thu, 23 Oct 2014 08:52:37 +0000 (08:52 +0000)]
lisp/ChangeLog (2013-11-21): Unmark tiny change

9 years agolisp/ChangeLog: Merge from emacs-24
Stefan Monnier [Tue, 21 Oct 2014 11:09:56 +0000 (11:09 +0000)]
lisp/ChangeLog: Merge from emacs-24

9 years agolisp/ChangeLog: Merge from emacs-24; up to r117596 (Emacs trunk)
Glenn Morris [Mon, 20 Oct 2014 23:39:44 +0000 (23:39 +0000)]
lisp/ChangeLog: Merge from emacs-24; up to r117596 (Emacs trunk)

9 years agoMake signature respect format=flowed
Jorge A. Alfaro Murillo [Thu, 16 Oct 2014 01:33:29 +0000 (21:33 -0400)]
Make signature respect format=flowed

* lisp/message.el (message-insert-signature): Use `newline' instead of
inserting explicit "\n".

9 years agognus-icalendar.el: Support vcal format timezones
Sylvain Chouleur [Thu, 16 Oct 2014 12:40:58 +0000 (08:40 -0400)]
gnus-icalendar.el: Support vcal format timezones

Old version only supported emacs known timezone.
Here we reuse icalendar code to extract timezone definition from
vcalendar format.

* gnus-icalendar.el: Support vcal format timezones
(gnus-icalendar-event--decode-datefield): use icalendar functions to
compute dates with associated timezone
(gnus-icalendar-event-from-ical): compute all timezones

9 years agoOptionally check the newsrc.eld file's timestamp before saving it.
Ted Zlatanov [Tue, 14 Oct 2014 19:33:22 +0000 (15:33 -0400)]
Optionally check the newsrc.eld file's timestamp before saving it.

* gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
check the newsrc.eld file's timestamp before saving it.
(gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
timestamp has changed to be newer.

9 years agolisp/ChangeLog: gnus-icalendar.el (gnus-icalendar-identities): Include message-altern...
Katsumi Yamaoka [Mon, 6 Oct 2014 22:11:26 +0000 (22:11 +0000)]
lisp/ChangeLog: gnus-icalendar.el (gnus-icalendar-identities): Include message-alternative-emails

9 years agognus-icalendar.el (gnus-icalendar-identities): include message-alternative-emails
Jan Tatarik [Mon, 6 Oct 2014 08:43:24 +0000 (10:43 +0200)]
gnus-icalendar.el (gnus-icalendar-identities): include message-alternative-emails

9 years agontlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
Katsumi Yamaoka [Sun, 5 Oct 2014 23:47:14 +0000 (23:47 +0000)]
ntlm.el (ntlm-string-make-unibyte, ntlm-secure-hash):
 New compatibility functions.
(ntlm-build-auth-response): Use them.

9 years agolisp/ChangeLog: Cleanup
Katsumi Yamaoka [Sat, 4 Oct 2014 23:51:01 +0000 (23:51 +0000)]
lisp/ChangeLog: Cleanup

9 years agontlm.el: Fix last commit
Katsumi Yamaoka [Sat, 4 Oct 2014 23:47:49 +0000 (23:47 +0000)]
ntlm.el: Fix last commit

9 years agontlm.el (ntlm-build-auth-request): Add NTLM2 Session support (Bug#15603)
Thomas Fitzsimmons [Sat, 4 Oct 2014 23:44:08 +0000 (23:44 +0000)]
ntlm.el (ntlm-build-auth-request): Add NTLM2 Session support (Bug#15603)

9 years agontlm.el (ntlm-build-auth-request): Add NTLM2 Session support (Bug#15603)
Thomas Fitzsimmons [Sat, 4 Oct 2014 23:43:31 +0000 (23:43 +0000)]
ntlm.el (ntlm-build-auth-request): Add NTLM2 Session support (Bug#15603)

9 years agoOnly reverse list of expired messages when in wrong order.
Alan Schmitt [Sat, 4 Oct 2014 22:08:22 +0000 (18:08 -0400)]
Only reverse list of expired messages when in wrong order.

* lisp/nnimap.el (nnimap-process-expiry-targets): Reverse the list of
expired messages only when it was built in reverse order.

9 years agoMake `gnus-delay-header' available in `message-send-hook'
Ted Zlatanov [Sat, 4 Oct 2014 22:03:08 +0000 (18:03 -0400)]
Make `gnus-delay-header' available in `message-send-hook'

* gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
last so it can be used in `message-send-hook'.

9 years agoRename 24.5 to 25.1
Stefan Monnier [Mon, 29 Sep 2014 22:14:38 +0000 (22:14 +0000)]
Rename 24.5 to 25.1

gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
gnus-fun.el (gnus-x-face-omit-files, gnus-face-directory)
(gnus-face-omit-files):
message.el (message-forward-included-headers):
mml2015.el (mml2015-display-key-image): Bump Emacs version.

9 years agomml.el (mml-parse-1): Error out if unknown mode is specified in <#secure> tag (bug...
Daiki Ueno [Mon, 29 Sep 2014 22:08:18 +0000 (22:08 +0000)]
mml.el (mml-parse-1): Error out if unknown mode is specified in <#secure> tag (bug#18513)

9 years agoparse-time.el: Require cl when compiling
Katsumi Yamaoka [Sat, 27 Sep 2014 13:03:05 +0000 (13:03 +0000)]
parse-time.el: Require cl when compiling

9 years agoparse-time.el: Use cl-lib as much as possible following the 2014-09-26 change in...
Katsumi Yamaoka [Fri, 26 Sep 2014 09:44:48 +0000 (09:44 +0000)]
parse-time.el: Use cl-lib as much as possible following the 2014-09-26 change in the Emacs trunk

9 years agoSpelling fixes
Paul Eggert [Thu, 11 Sep 2014 23:54:12 +0000 (23:54 +0000)]
Spelling fixes

9 years agognus-art.el (gnus-article-browse-html-save-cid-content, gnus-article-browse-html...
Katsumi Yamaoka [Tue, 26 Aug 2014 23:56:00 +0000 (23:56 +0000)]
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

9 years agognus-art.el (gnus-article-browse-html-save-cid-content, gnus-article-browse-html...
Katsumi Yamaoka [Tue, 26 Aug 2014 23:28:03 +0000 (23:28 +0000)]
gnus-art.el (gnus-article-browse-html-save-cid-content, gnus-article-browse-html-parts): Make cid file names relative

9 years agomm-view.el (mm-display-inline-fontify): Make the working buffer temporarily displayed...
Katsumi Yamaoka [Thu, 21 Aug 2014 23:02:11 +0000 (23:02 +0000)]
mm-view.el (mm-display-inline-fontify): Make the working buffer temporarily displayed when running a mode function (at least org-mode requires it)

9 years agognus-sum.el (gnus-summary-expire-articles): Reinstall improved version of the 2014...
Alan Schmitt [Thu, 14 Aug 2014 11:30:34 +0000 (11:30 +0000)]
gnus-sum.el (gnus-summary-expire-articles): Reinstall improved version of the 2014-08-05 change

9 years agognus-art.el (gnus-hidden-properties): Drop the evil `intangible'
Stefan Monnier [Tue, 12 Aug 2014 10:49:31 +0000 (10:49 +0000)]
gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'

9 years agognus-sum.el (gnus-summary-expire-articles): Revert last change
Katsumi Yamaoka [Wed, 6 Aug 2014 11:13:51 +0000 (11:13 +0000)]
gnus-sum.el (gnus-summary-expire-articles): Revert last change

9 years agoWhen expiring, tell functions where the articles are going
Eric Abrahamsen [Tue, 5 Aug 2014 17:27:53 +0000 (19:27 +0200)]
When expiring, tell functions where the articles are going

* gnus-sum.el (gnus-summary-expire-articles): Functions registered to
the gnus-summary-article-expire-hook should be told where the function
is going. In particular, the Gnus registry might want to know.

9 years agoparse-time.el (parse-time-rules), time-date.el (date-to-time): Don't mishandle year...
Paul Eggert [Sun, 3 Aug 2014 23:56:45 +0000 (23:56 +0000)]
parse-time.el (parse-time-rules), time-date.el (date-to-time): Don't mishandle year-9999 dates (Bug#18176)

9 years agoFix a typo.
Tassilo Horn [Thu, 31 Jul 2014 11:57:25 +0000 (13:57 +0200)]
Fix a typo.

9 years agoAllow list-valued gcc-self group params.
Tassilo Horn [Thu, 31 Jul 2014 09:24:38 +0000 (11:24 +0200)]
Allow list-valued gcc-self group params.

* gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
groups and t.
* gnus.texi (Group Parameters): Document that `gcc-self' may also be a
list.

9 years agognus-utils.el (gnus-recursive-directory-files): Unify hard or symbolic links (bug...
Katsumi Yamaoka [Tue, 22 Jul 2014 06:37:25 +0000 (06:37 +0000)]
gnus-utils.el (gnus-recursive-directory-files): Unify hard or symbolic links (bug#18063)

9 years ago* gnus-msg.el (gnus-configure-posting-style):
Albert Krewinkel [Fri, 18 Jul 2014 08:19:26 +0000 (08:19 +0000)]
* gnus-msg.el (gnus-configure-posting-style):
Allow string replacements in values when matching against a header.

* gnus.texi (Posting Styles): Document the possibility to perform
string replacements when matching against headers.

9 years agognus-start.el (gnus-dribble-read-file): Don't stop auto-saving
Katsumi Yamaoka [Mon, 7 Jul 2014 05:39:50 +0000 (05:39 +0000)]
gnus-start.el (gnus-dribble-read-file): Don't stop auto-saving

9 years agomm-util.el (help-function-arglist): Remove outdated declaration
Glenn Morris [Thu, 26 Jun 2014 07:34:48 +0000 (07:34 +0000)]
mm-util.el (help-function-arglist): Remove outdated declaration

9 years agohtml2text.el (html2text-get-attr): Rewrite to handle spaces in quoted attribute value...
Andreas Schwab [Tue, 24 Jun 2014 22:11:06 +0000 (22:11 +0000)]
html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted attribute values (Bug#17834)

9 years agognus-sum.el (gnus-summary-edit-article-done): Prefer point-marker to copy-marker...
Dmitry Antipov [Sun, 22 Jun 2014 22:32:43 +0000 (22:32 +0000)]
gnus-sum.el (gnus-summary-edit-article-done): Prefer point-marker to copy-marker of point

10 years agotexi/Makefile.in (install, uninstall): Fix last commit
Katsumi Yamaoka [Wed, 11 Jun 2014 10:33:26 +0000 (10:33 +0000)]
texi/Makefile.in (install, uninstall): Fix last commit

10 years agoconfigure: Regenerate
Katsumi Yamaoka [Wed, 11 Jun 2014 08:54:40 +0000 (08:54 +0000)]
configure: Regenerate

10 years agoCompress Lisp source files and info files by gzip by default
Katsumi Yamaoka [Wed, 11 Jun 2014 08:53:43 +0000 (08:53 +0000)]
Compress Lisp source files and info files by gzip by default

* configure.in: Add --without-compress-install option; check for gzip.

* Makefile.in (GZIP_PROG): Be substituted by configure.

* lisp/Makefile.in (install-el, install-el-elc): Compress .el files.
(uninstall): Remove compressed .el files.

* texi/Makefile.in (.texi, makeinfo): Don't split info files.
(install): Compress info files.
(uninstall): Remove compressed info files.
(gnus-manual-a4.ps.gz, gnus-manual-standard.ps.gz): Use GZIP_PROG.

* texi/infohack.el (infohack): Don't split info files.

* texi/gnus.texi (Ma Gnus): Mention that Lisp source files and info files
to be installed will be compressed by gzip by default.

10 years agoAdd .info extension to info files (synch with Emacs)
Katsumi Yamaoka [Tue, 10 Jun 2014 07:39:23 +0000 (07:39 +0000)]
Add .info extension to info files (synch with Emacs)

2014-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
 * Makefile.in (.texi, makeinfo):
 Don't specify output file name for makeinfo.
 (clean, distclean, install, uninstall): Delete old info files.

2014-06-10 Glenn Morris <rgm@gnu.org>
 * auth.texi, emacs-mime.texi, epa.texi, gnus-coding.texi, gnus.texi,
 message.texi, sieve.texi: Add .info extension to @setfilename commands.

10 years agognus-faq.texi, gnus.texi, message.texi: Markup fixes
Glenn Morris [Mon, 9 Jun 2014 01:20:56 +0000 (01:20 +0000)]
gnus-faq.texi, gnus.texi, message.texi: Markup fixes

10 years agognus-art.el (gnus-mime-buttonize-attachments-in-header): Improve criterion that finds...
Katsumi Yamaoka [Thu, 5 Jun 2014 22:43:21 +0000 (22:43 +0000)]
gnus-art.el (gnus-mime-buttonize-attachments-in-header): Improve criterion that finds parts to display

10 years agoFix last change
Katsumi Yamaoka [Thu, 5 Jun 2014 04:31:15 +0000 (04:31 +0000)]
Fix last change

* gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
(gnus-article-read-summary-keys):
Don't bug out when there is no article in the summary buffer.

* gnus-art.el (gnus-mm-display-part):
* mm-decode.el (mm-shr):
* mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
(mm-insert-inline): Revert last changes.

10 years agoBugfixes to make `gnus-mime-save-part-and-strip' work again
Katsumi Yamaoka [Thu, 5 Jun 2014 01:38:19 +0000 (01:38 +0000)]
Bugfixes to make `gnus-mime-save-part-and-strip' work again

* gnus-art.el (gnus-mm-display-part):
* mm-decode.el (mm-shr):
* mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
(mm-insert-inline): Set insertion type of end-marker, not only
start-marker, of undisplayer so as to stay after inserted text.

10 years agohtml2text.el (html2text-get-attr): Fix typo when splitting value from attribute ...
Andreas Schwab [Mon, 2 Jun 2014 06:55:48 +0000 (06:55 +0000)]
html2text.el (html2text-get-attr): Fix typo when splitting value from attribute (Bug#17613)

10 years agomm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
Stefan Monnier [Thu, 29 May 2014 05:54:00 +0000 (05:54 +0000)]
mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.

10 years agognus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Fix last change
Katsumi Yamaoka [Thu, 15 May 2014 23:31:15 +0000 (23:31 +0000)]
gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Fix last change

10 years agognus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't delete next part...
Katsumi Yamaoka [Thu, 15 May 2014 06:53:33 +0000 (06:53 +0000)]
gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't delete next part button; keep spacing between buttons

10 years agognus-art.el, mm-uu.el: Misc improvements for displaying MIME parts
Katsumi Yamaoka [Wed, 14 May 2014 08:50:25 +0000 (08:50 +0000)]
gnus-art.el, mm-uu.el: Misc improvements for displaying MIME parts

* gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
Work for the last MIME part in an article.
(gnus-mime-display-single): Suppress excessive newlines between parts.

* mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
by leading or trailing newline.

10 years agotime-date.el (seconds-to-string): Avoid function from `cl'
Sam Steingold [Tue, 13 May 2014 01:09:31 +0000 (01:09 +0000)]
time-date.el (seconds-to-string): Avoid function from `cl'

10 years agotime-date.el (seconds-to-string): New function to pretty print time delay in seconds
Sam Steingold [Mon, 12 May 2014 22:09:13 +0000 (22:09 +0000)]
time-date.el (seconds-to-string): New function to pretty print time delay in seconds

10 years agolisp/ChangeLog (2014-05-08): Add CVE numbers for recent issue
Glenn Morris [Mon, 12 May 2014 08:19:35 +0000 (08:19 +0000)]
lisp/ChangeLog (2014-05-08): Add CVE numbers for recent issue

10 years agognus-art.el: Misc improvements for displaying MIME parts
Katsumi Yamaoka [Fri, 9 May 2014 09:49:48 +0000 (09:49 +0000)]
gnus-art.el: Misc improvements for displaying MIME parts

* gnus-art.el (gnus-mm-display-part): Don't put article out of sight
while prompting a user for a file name, etc.
(gnus-mime-display-single): Display part with a common appearance no
matter whether MIME button is omitted or not; don't add duplicate entry
to gnus-article-mime-handle-alist.
(gnus-mime-buttonize-attachments-in-header): Use copied buttons.

10 years agoUse the correct version (thanks Katsumi).
Adam Sjøgren [Fri, 9 May 2014 07:10:27 +0000 (09:10 +0200)]
Use the correct version (thanks Katsumi).

10 years ago* mml2015.el (mml2015-display-key-image): New variable.
Adam Sjøgren [Thu, 8 May 2014 18:01:40 +0000 (20:01 +0200)]
* mml2015.el (mml2015-display-key-image): New variable.

10 years ago*.texi: Standardize case of "Front-Cover Texts" in texi file permissions notices
Glenn Morris [Thu, 8 May 2014 04:00:51 +0000 (04:00 +0000)]
*.texi: Standardize case of "Front-Cover Texts" in texi file permissions notices

10 years agognus-fun.el (gnus-grab-cam-face): Do not use predictable temp-file name (http://bugs...
Glenn Morris [Thu, 8 May 2014 04:00:19 +0000 (04:00 +0000)]
gnus-fun.el (gnus-grab-cam-face): Do not use predictable temp-file name (bugs.debian.org/747100)

10 years agomessage.texi (Header Commands): Replace `iff'.
Glenn Morris [Sun, 4 May 2014 23:48:30 +0000 (23:48 +0000)]
message.texi (Header Commands): Replace `iff'.
gnus-registry.el (gnus-registry-install-p): Doc fix.

10 years agoMake gnus-mime-inline-part and gnus-mm-display-part work similarly
Katsumi Yamaoka [Fri, 2 May 2014 09:48:54 +0000 (09:48 +0000)]
Make gnus-mime-inline-part and gnus-mm-display-part work similarly

(The last commit message was mistaken, sorry.)

10 years agoMake gnus-mime-inline-part and gnus-mime-inline-part work similarly
Katsumi Yamaoka [Fri, 2 May 2014 09:44:11 +0000 (09:44 +0000)]
Make gnus-mime-inline-part and gnus-mime-inline-part work similarly

* gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
the displaying state of a part.
(gnus-mime-inline-part): Don't insert a newline in the beginning of
a part like gnus-mime-inline-part doesn't; work for XEmacs.

* mm-decode.el (mm-display-part): Don't insert a newline in the top.
(mm-shr): Make undisplayer unbreakable.

* mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
insert excessive newline.
(mm-inline-text-html-render-with-w3m, mm-inline-text)
(mm-insert-inline): Make undisplayer unbreakable.

10 years agoMa Gnus v0.12 is begun
Lars Magne Ingebrigtsen [Thu, 1 May 2014 17:44:36 +0000 (19:44 +0200)]
Ma Gnus v0.12 is begun

10 years agoMa Gnus v0.11 is released
Lars Magne Ingebrigtsen [Thu, 1 May 2014 17:44:35 +0000 (19:44 +0200)]
Ma Gnus v0.11 is released

10 years agognus-art.el (gnus-mm-display-part): Highlight header attachment buttons
Katsumi Yamaoka [Thu, 1 May 2014 07:59:19 +0000 (07:59 +0000)]
gnus-art.el (gnus-mm-display-part): Highlight header attachment buttons

10 years agognus-art.el (gnus-mm-display-part): Fix previous commit (again)
Katsumi Yamaoka [Wed, 30 Apr 2014 09:20:57 +0000 (09:20 +0000)]
gnus-art.el (gnus-mm-display-part): Fix previous commit (again)

10 years agognus-art.el (gnus-mm-display-part): Fix previous commit
Katsumi Yamaoka [Wed, 30 Apr 2014 04:20:56 +0000 (04:20 +0000)]
gnus-art.el (gnus-mm-display-part): Fix previous commit

10 years agognus-art.el (gnus-mm-display-part): Bugfix for the 2014-02-05 change
Katsumi Yamaoka [Wed, 30 Apr 2014 04:05:15 +0000 (04:05 +0000)]
gnus-art.el (gnus-mm-display-part): Bugfix for the 2014-02-05 change

10 years agognus-art.el (gnus-mime-display-attachment-buttons-in-header): Fix custom group
Katsumi Yamaoka [Mon, 28 Apr 2014 06:30:19 +0000 (06:30 +0000)]
gnus-art.el (gnus-mime-display-attachment-buttons-in-header): Fix custom group

10 years agoauth-source-search: return boolean on :max 0
Ted Zlatanov [Sun, 27 Apr 2014 21:28:56 +0000 (17:28 -0400)]
auth-source-search: return boolean on :max 0

* auth-source.el (auth-source-search, auth-source-search-backends):
Treat :max 0 as an indicator that a boolean return is wanted, as
documented. Reported by Joe Bloggs.

10 years agognus-icalendar.el: Silence the byte compiler
Katsumi Yamaoka [Sun, 20 Apr 2014 22:36:33 +0000 (22:36 +0000)]
gnus-icalendar.el: Silence the byte compiler

10 years ago* gnus-icalendar.el (gnus-icalendar--update-org-event): don't generate duplicates...
Jan Tatarik [Sun, 20 Apr 2014 13:27:17 +0000 (15:27 +0200)]
* gnus-icalendar.el (gnus-icalendar--update-org-event): don't generate duplicates of empty
property tags in org drawers

10 years ago* gnus-icalendar.el (gnus-icalendar-event--get-attendee-names): list of participants...
Jan Tatarik [Sun, 20 Apr 2014 13:24:49 +0000 (15:24 +0200)]
* gnus-icalendar.el (gnus-icalendar-event--get-attendee-names): list of participants should
contain even attendees without common name attribute

10 years ago* gnus-icalendar.el (gnus-icalendar-event->org-entry)
Jan Tatarik [Sun, 20 Apr 2014 13:19:36 +0000 (15:19 +0200)]
* gnus-icalendar.el (gnus-icalendar-event->org-entry)
(gnus-icalendar--update-org-event): put event timestamp in
the org entry body instead of the drawer

10 years agomessage.el (message-insert-formatted-citation-line): Use the original author's time...
Katsumi Yamaoka [Tue, 15 Apr 2014 23:34:25 +0000 (23:34 +0000)]
message.el (message-insert-formatted-citation-line): Use the original author's time zone to express a date string

10 years ago* gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
Stefan Monnier [Mon, 7 Apr 2014 22:21:00 +0000 (22:21 +0000)]
* gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
(gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
(gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
Silence compiler warnings.
(gnus-server-insert-server-line): Don't use dyn-bind var as argument.

10 years agonnmairix.el: Fix up Version: header that might confuse package.el
Glenn Morris [Wed, 2 Apr 2014 22:37:55 +0000 (22:37 +0000)]
nnmairix.el: Fix up Version: header that might confuse package.el

10 years agomml.el: Require url when compiling
Katsumi Yamaoka [Mon, 24 Mar 2014 01:56:17 +0000 (01:56 +0000)]
mml.el: Require url when compiling

10 years agolisp/ChangeLog: Fix last commit
Katsumi Yamaoka [Mon, 24 Mar 2014 00:42:41 +0000 (00:42 +0000)]
lisp/ChangeLog: Fix last commit