gnus
9 years ago* gnus-art.el: Fix up compiler warnings
Stefan Monnier [Thu, 18 Dec 2014 22:37:00 +0000 (22:37 +0000)]
* gnus-art.el: Fix up compiler warnings

(article-display-face, article-display-x-face): Remove unused `face'.
(gnus-article-browse-html-save-cid-content): Remove unused var `type'.
(article-date-ut): Remove unused var `first'.
(gnus-article-prepare): Remove unused var `gnus-article'.
(gnus-mime-save-part-and-strip): Remove unused var `param'.
(gnus-mime-inline-part): Remove unused vars `charset', `contents', and
`coding-system' along with corresponding dead code.
(gnus-mime-view-part-externally): Remove unused var
`mm-user-display-methods'.
(gnus-insert-mime-button): Let-bind gnus-tmp-id explicitly.
(gnus-display-mime): Remove unused var `handle'.
(gnus-mime-display-alternative): Remove unused var `props'.
(gnus-article-read-summary-keys): Remove unused var `up-to-top'.
(gnus-article-edit-done): Remove unused var `p'.
(gnus-url-mailto): Remove unused var `to'.
(gnus-treat-article): Let-bind gnus-treat-condition, part-number,
total-parts, and gnus-treat-type explicitly.  Remove unused var `elem'.

* mm-util.el (mm-with-unibyte-current-buffer): Mark obsolete and add warning.

9 years ago* registry.el (registry-db): Fix default registry-db max-size.
Ted Zlatanov [Thu, 18 Dec 2014 19:49:33 +0000 (14:49 -0500)]
* registry.el (registry-db): Fix default registry-db max-size.

9 years agoFix Gnus registry pruning and sorting, and rename file.
Eric Abrahamsen [Thu, 18 Dec 2014 10:06:02 +0000 (05:06 -0500)]
Fix Gnus registry pruning and sorting, and rename file.

* lisp/gnus-registry.el (gnus-registry-prune-factor): Add new variable.
(gnus-registry-max-pruned-entries): Remove obsolete variable.
(gnus-registry-cache-file): Change default
filename extension to "eieio".
(gnus-registry-read): Add new function, split out from
`gnus-registry-load', that does the actual object reading.
(gnus-registry-load): Use it. Add condition case handler to check for
old filename extension and rename to the new one.
(gnus-registry-default-sort-function): New variable to specify a sort
function to use when pruning.
(gnus-registry-save, gnus-registry-insert): Use it.
(gnus-registry-sort-by-creation-time): Define a default sort function.

* lisp/tests/gnustest-registry.el (gnustest-registry-make-testable-db):
Adjust test for new object signature.
(gnustest-registry-pruning-test): Add new pruning test.
(gnustest-registry-sort-function): Default sort function for testing.
(gnustest-registry-pruning-sort-test): New test for sorting.

* lisp/registry.el (registry-db): Consolidate the :max-hard and :max-soft
slots into a :max-size slot.
(registry-db-version): Add new variable for database version number.
(registry-prune): Use :max-size slot. Accept and use a sort-function
argument.
(registry-collect-prune-candidates): Add new function for finding
non-precious pruning candidates.
(registry-prune-hard-candidates, registry-prune-soft-candidates):
Remove obsolete functions.
(initialize-instance): Upgrade registry version when starting.

* texi/gnus.texi (Gnus Registry Setup): Explain pruning changes. Mention
gnus-registry-prune-factor. Explain sorting changes and
gnus-registry-default-sort-function. Correct file extension.

9 years agognus-bookmark.el (gnus-bookmark-write-file): Spelling fix
Paul Eggert [Sun, 14 Dec 2014 11:55:12 +0000 (11:55 +0000)]
gnus-bookmark.el (gnus-bookmark-write-file): Spelling fix

9 years agoFix misspellings like "an unibyte buffer"
Paul Eggert [Wed, 10 Dec 2014 02:12:25 +0000 (02:12 +0000)]
Fix misspellings like "an unibyte buffer"

9 years agoRefactored out gnus-article-mime-handles
Lars Magne Ingebrigtsen [Tue, 9 Dec 2014 20:29:04 +0000 (21:29 +0100)]
Refactored out gnus-article-mime-handles

* gnus-art.el (gnus-article-mime-handles): Refactored out into own
function for reuse.
(gnus-mime-buttonize-attachments-in-header): Adjusted.

9 years agomessage.el (message-change-subject): Really check whether the subject changed
Lars Magne Ingebrigtsen [Sun, 7 Dec 2014 22:05:21 +0000 (22:05 +0000)]
message.el (message-change-subject): Really check whether the subject changed

9 years agomailcap.el: Make it easier to use mailcap for viewing single files
Lars Magne Ingebrigtsen [Sat, 6 Dec 2014 01:41:19 +0000 (01:41 +0000)]
mailcap.el: Make it easier to use mailcap for viewing single files

9 years agognus-art.el (article-hide-list-identifiers): Fix a typo in doc string
Sam Steingold [Sat, 6 Dec 2014 01:39:04 +0000 (01:39 +0000)]
gnus-art.el (article-hide-list-identifiers): Fix a typo in doc string

9 years agognus-cloud.el (gnus-cloud): Add :version tag
Glenn Morris [Mon, 1 Dec 2014 09:29:35 +0000 (09:29 +0000)]
gnus-cloud.el (gnus-cloud): Add :version tag

9 years agoFix XEmacs compilation
Katsumi Yamaoka [Thu, 27 Nov 2014 01:32:19 +0000 (01:32 +0000)]
Fix XEmacs compilation

9 years agoauth-source.el: Fix Mac OS X keychain lookups
John Mastro [Wed, 26 Nov 2014 22:29:51 +0000 (22:29 +0000)]
auth-source.el: Fix Mac OS X keychain lookups

9 years agognus-start.el (gnus-save-newsrc-file-check-timestamp): Add :version tag
Glenn Morris [Tue, 25 Nov 2014 09:09:24 +0000 (09:09 +0000)]
gnus-start.el (gnus-save-newsrc-file-check-timestamp): Add :version tag

9 years agonnimap.el, pop3.el: Make IMAP and POP3 warn unless encrypted
Lars Magne Ingebrigtsen [Mon, 24 Nov 2014 12:59:04 +0000 (12:59 +0000)]
nnimap.el, pop3.el: Make IMAP and POP3 warn unless encrypted

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 agoStart collecting a newsrc
Lars Ingebrigtsen [Wed, 2 Jul 2014 14:26:02 +0000 (16:26 +0200)]
Start collecting a newsrc

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

9 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

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

9 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.

9 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.

9 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

9 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

9 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.

9 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.

9 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)

9 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.

9 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

9 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

9 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.

9 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'

9 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

9 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

9 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.

9 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).

9 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.

9 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

9 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)

9 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.

9 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.)

9 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.

9 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

9 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