gnus
10 years agoMerge remote-tracking branch 'tarleb/sieve'
Julien Danjou [Fri, 14 Jun 2013 07:28:20 +0000 (09:28 +0200)]
Merge remote-tracking branch 'tarleb/sieve'

Signed-off-by: Julien Danjou <julien@danjou.info>
Conflicts:
lisp/ChangeLog

10 years agomml2015.el: Limit the size of key images inserted into articles
David Edmondson [Thu, 13 Jun 2013 09:47:51 +0000 (10:47 +0100)]
mml2015.el: Limit the size of key images inserted into articles

* Add `mml2015-maximum-key-image-dimension', which specifies a limit
  on the width or height of any key images that are inserted into the
  article buffer.

10 years ago* eww.el (eww-submit): Compute the submission URL correctly.
Lars Magne Ingebrigtsen [Thu, 13 Jun 2013 23:19:51 +0000 (01:19 +0200)]
* eww.el (eww-submit): Compute the submission URL correctly.

10 years agosieve-manage.el (sieve-manage-open-server): Don't quote lambda; Use plist-get rather...
Stefan Monnier [Thu, 13 Jun 2013 22:13:12 +0000 (22:13 +0000)]
sieve-manage.el (sieve-manage-open-server): Don't quote lambda; Use plist-get rather than CL's getf
(sieve-manage-parse-capability): Avoid CL's remove-if

10 years agosieve.texi: Update documentation to reflect recent changes
Albert Krewinkel [Thu, 13 Jun 2013 16:02:13 +0000 (18:02 +0200)]
sieve.texi: Update documentation to reflect recent changes

10 years agosieve.el: Bind Q / q to quit and bury Manage Sieve, respectively
Albert Krewinkel [Thu, 13 Jun 2013 16:09:50 +0000 (18:09 +0200)]
sieve.el: Bind Q / q to quit and bury Manage Sieve, respectively

10 years ago(shr-expand-url): Expansion should chop off the bits after the last slash
Lars Magne Ingebrigtsen [Thu, 13 Jun 2013 13:15:44 +0000 (15:15 +0200)]
(shr-expand-url): Expansion should chop off the bits after the last slash

10 years ago* eww.el (eww-tag-select): Use the first value as the default value.
Lars Magne Ingebrigtsen [Thu, 13 Jun 2013 12:44:38 +0000 (14:44 +0200)]
* eww.el (eww-tag-select): Use the first value as the default value.

10 years agoMake file:// links work
Rüdiger Sonderfeld [Thu, 13 Jun 2013 05:42:37 +0000 (07:42 +0200)]
Make file:// links work

(eww-parse-headers): Parse headers from beginning of buffer so that
file:// links work.

10 years ago(eww-mode): Use `define-derived-mode'.
Rüdiger Sonderfeld [Thu, 13 Jun 2013 05:41:06 +0000 (07:41 +0200)]
(eww-mode): Use `define-derived-mode'.

10 years ago* eww.el (eww): Prepend urls with http:// if scheme is missing.
Rüdiger Sonderfeld [Thu, 13 Jun 2013 05:39:34 +0000 (07:39 +0200)]
* eww.el (eww): Prepend urls with  if scheme is missing.

10 years ago* eww.el (eww-detect-charset): Detect charset from the <meta> tag.
Katsumi Yamaoka [Thu, 13 Jun 2013 05:38:23 +0000 (07:38 +0200)]
* eww.el (eww-detect-charset): Detect charset from the <meta> tag.

10 years agoIgnore <svg>
Lars Magne Ingebrigtsen [Wed, 12 Jun 2013 20:57:34 +0000 (22:57 +0200)]
Ignore <svg>

* shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
to handle them at all.

10 years ago(eww-tag-select): Implement <select>.
Lars Magne Ingebrigtsen [Tue, 11 Jun 2013 16:23:57 +0000 (18:23 +0200)]
(eww-tag-select): Implement <select>.

10 years ago* eww.el (eww-convert-widgets): Make widgets from non-tabular layouts work, too.
Lars Magne Ingebrigtsen [Tue, 11 Jun 2013 16:09:32 +0000 (18:09 +0200)]
* eww.el (eww-convert-widgets): Make widgets from non-tabular layouts work, too.

10 years agoAllow toggling checkboxes.
Lars Magne Ingebrigtsen [Tue, 11 Jun 2013 15:44:44 +0000 (17:44 +0200)]
Allow toggling checkboxes.

10 years agosievel-manage.el: fully support STARTTLS, fix bit rot
Albert Krewinkel [Wed, 5 Jun 2013 16:47:34 +0000 (18:47 +0200)]
sievel-manage.el: fully support STARTTLS, fix bit rot

* Make sieve-manage-open work with STARTTLS: shorten stream managing
  functions by using open-protocol-stream to do most of the work.  Has
  the nice benefit of enabling STARTTLS.

* Remove unneeded functions and options: the following functions and
  options are neither in the API, nor called by any other function, so
  they are deleted:
  - sieve-manage-network-p
  - sieve-manage-network-open
  - sieve-manage-starttls-p
  - sieve-manage-starttls-open
  - sieve-manage-forward
  - sieve-manage-streams
  - sieve-manage-stream-alist

  The options could not be applied in a meaningful way anymore; they
  didn't happen to have much effect before.

* Cosmetic changes and code clean-up

* Enable Multibyte for SieveManage buffers: The parser won't properly
  handle umlauts and line endings unless multibyte is turned on in the
  process buffer.

* Wait for capabilities after STARTTLS: following RFC5804, the server
  sends new capabilities after successfully establishing a TLS
  connection with the client.  The client should update the cached list
  of capabilities, but we just ignore the answer for now.

Signed-off-by: Julien Danjou <julien@danjou.info>
10 years ago(eww-submit): Support POST.
Lars Magne Ingebrigtsen [Tue, 11 Jun 2013 02:20:24 +0000 (04:20 +0200)]
(eww-submit): Support POST.

10 years ago* eww.el (eww-tag-input): Support password fields.
Lars Magne Ingebrigtsen [Tue, 11 Jun 2013 02:08:29 +0000 (04:08 +0200)]
* eww.el (eww-tag-input): Support password fields.

10 years ago* eww.el (eww-tag-form): Protect against degenerate forms.
Lars Magne Ingebrigtsen [Mon, 10 Jun 2013 22:16:08 +0000 (00:16 +0200)]
* eww.el (eww-tag-form): Protect against degenerate forms.

10 years ago(shr-expand-url): Expand URLs that start with a slash correctly.
Lars Magne Ingebrigtsen [Mon, 10 Jun 2013 21:49:06 +0000 (23:49 +0200)]
(shr-expand-url): Expand URLs that start with a slash correctly.

10 years ago* eww.el (eww-submit): Get submit button logic right.
Lars Magne Ingebrigtsen [Mon, 10 Jun 2013 21:36:05 +0000 (23:36 +0200)]
* eww.el (eww-submit): Get submit button logic right.

10 years agoHandle hidden form elements
Lars Magne Ingebrigtsen [Mon, 10 Jun 2013 21:07:24 +0000 (23:07 +0200)]
Handle hidden form elements

(eww-submit): Handle hidden elements.

* shr.el (shr-final-table-render): New variable to signal when we're
doing the final table rendering so that we can collect more data at
that point.

10 years ago(eww-click-radio): Implement radio and checkboxes.
Lars Magne Ingebrigtsen [Mon, 10 Jun 2013 20:44:50 +0000 (22:44 +0200)]
(eww-click-radio): Implement radio and checkboxes.

10 years ago(eww-tag-input): Implement submit buttons.
Lars Magne Ingebrigtsen [Mon, 10 Jun 2013 20:14:37 +0000 (22:14 +0200)]
(eww-tag-input): Implement submit buttons.

10 years agoSupport POST.
Lars Magne Ingebrigtsen [Mon, 10 Jun 2013 13:49:06 +0000 (15:49 +0200)]
Support POST.

10 years agoMake form submission work
Lars Magne Ingebrigtsen [Mon, 10 Jun 2013 13:43:56 +0000 (15:43 +0200)]
Make form submission work

* eww.el (eww-submit): Make form submission work.

(shr-expand-url): Strip query strings from URLs before expanding them.

10 years agoAdd form support.
Lars Magne Ingebrigtsen [Mon, 10 Jun 2013 12:11:46 +0000 (14:11 +0200)]
Add form support.

* eww.el: Don't require cl-lib.
(eww-tag-form): Start form support.

* shr.el (shr-descend): Allow other packages to override (or provide)
rendering of elements.

10 years ago* eww.el: Don't require cl-lib.
Lars Magne Ingebrigtsen [Mon, 10 Jun 2013 09:58:48 +0000 (11:58 +0200)]
* eww.el: Don't require cl-lib.

10 years ago* dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
Lars Magne Ingebrigtsen [Mon, 10 Jun 2013 09:57:32 +0000 (11:57 +0200)]
* dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.

10 years ago(eww-quit): New command.
Lars Magne Ingebrigtsen [Mon, 10 Jun 2013 09:53:44 +0000 (11:53 +0200)]
(eww-quit): New command.

10 years ago(eww-previous-url): New command.
Lars Magne Ingebrigtsen [Mon, 10 Jun 2013 09:47:26 +0000 (11:47 +0200)]
(eww-previous-url): New command.

10 years ago* eww.el: Start writing a new, tiny web browser.
Lars Magne Ingebrigtsen [Mon, 10 Jun 2013 09:10:49 +0000 (11:10 +0200)]
* eww.el: Start writing a new, tiny web browser.

10 years ago* eww.el: Start writing a new, tiny web browser.
Lars Magne Ingebrigtsen [Mon, 10 Jun 2013 09:12:31 +0000 (11:12 +0200)]
* eww.el: Start writing a new, tiny web browser.

10 years agoAllow <base> to have contents.
Lars Magne Ingebrigtsen [Mon, 10 Jun 2013 08:52:34 +0000 (10:52 +0200)]
Allow <base> to have contents.

10 years agosieve.el: fix handling of PORT parameter, quitting
Albert Krewinkel [Sun, 19 May 2013 10:51:33 +0000 (12:51 +0200)]
sieve.el: fix handling of PORT parameter, quitting

* Put point at beginning of buffer when viewing a script.

* (sieve-open-server): respect the PORT parameter.

* Show the correct port number in sieve-buffer's header.
  Fixed code to also work with a string as port specifier.

* Properly close the connection on pressing 'q'.  Make sieve-manage-quit
  close the connection and process buffer.  Also, remove duplicate
  keybinding for 'q'.

10 years agoepa.texi (Cryptographic operations on files): Update epa-decrypt-file
Glenn Morris [Mon, 10 Jun 2013 05:24:30 +0000 (05:24 +0000)]
epa.texi (Cryptographic operations on files): Update epa-decrypt-file

10 years agoCorrect PKCS7 regexps to match messages with 0x0a bytes.
Roy Hashimoto [Sun, 9 Jun 2013 17:37:15 +0000 (17:37 +0000)]
Correct PKCS7 regexps to match messages with 0x0a bytes.

Signed-off-by: Roy Hashimoto <roy.hashimoto@gmail.com>
10 years agolisp/ChangeLog (2013-06-05): Fix file name
Katsumi Yamaoka [Mon, 10 Jun 2013 02:11:32 +0000 (02:11 +0000)]
lisp/ChangeLog (2013-06-05): Fix file name

10 years ago(gnus-image-type-available-p): Test `display-images-p' before `image-type-available-p'.
Ted Zlatanov [Thu, 6 Jun 2013 16:31:14 +0000 (12:31 -0400)]
(gnus-image-type-available-p): Test `display-images-p' before `image-type-available-p'.

10 years agolisp/ChangeLog (2013-06-05): Fix encoding
Katsumi Yamaoka [Wed, 5 Jun 2013 22:25:05 +0000 (22:25 +0000)]
lisp/ChangeLog (2013-06-05): Fix encoding

10 years agotls.el (open-tls-stream): Remove unneeded buffer contents when opening the connection
Ted Zlatanov [Wed, 5 Jun 2013 22:19:15 +0000 (22:19 +0000)]
tls.el (open-tls-stream): Remove unneeded buffer contents when opening the connection

10 years ago* gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
David Engster [Wed, 5 Jun 2013 16:39:37 +0000 (18:39 +0200)]
* gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
  ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
  to see whether the group was synced before.

  See also:

  http://thread.gmane.org/gmane.emacs.gnus.general/82121
  http://thread.gmane.org/gmane.emacs.gnus.general/83231

10 years agognus.texi (Article Date): Fix description of gnus-article-update-date-headers
Katsumi Yamaoka [Tue, 4 Jun 2013 08:42:49 +0000 (08:42 +0000)]
gnus.texi (Article Date): Fix description of gnus-article-update-date-headers

10 years agognus-art.el: Don't assume Date header begins with "Date"
Katsumi Yamaoka [Tue, 4 Jun 2013 08:14:08 +0000 (08:14 +0000)]
gnus-art.el: Don't assume Date header begins with "Date"

10 years agoregistry.el: Do not wrap methods in `eval-and-compile'
David Engster [Sun, 2 Jun 2013 22:30:48 +0000 (22:30 +0000)]
registry.el: Do not wrap methods in `eval-and-compile'

10 years agoshr.el (shr-put-image): Silence compiler
Glenn Morris [Thu, 30 May 2013 06:34:24 +0000 (06:34 +0000)]
shr.el (shr-put-image): Silence compiler

10 years agospam-stat.el (spam-stat-save): No need to tweak font-lock in temp buffers
Glenn Morris [Thu, 30 May 2013 06:34:06 +0000 (06:34 +0000)]
spam-stat.el (spam-stat-save): No need to tweak font-lock in temp buffers

10 years agoshr.el (shr-put-image): Silence compiler
Glenn Morris [Thu, 30 May 2013 06:33:39 +0000 (06:33 +0000)]
shr.el (shr-put-image): Silence compiler

10 years agoSilence some compilation warnings
Glenn Morris [Wed, 29 May 2013 14:36:02 +0000 (14:36 +0000)]
Silence some compilation warnings

10 years agosieve: fix default port printing
Julien Danjou [Fri, 24 May 2013 12:45:13 +0000 (14:45 +0200)]
sieve: fix default port printing

Signed-off-by: Julien Danjou <julien@danjou.info>
10 years agoSilence some gnus compilation warnings (XEmacs)
Katsumi Yamaoka [Thu, 23 May 2013 09:31:57 +0000 (09:31 +0000)]
Silence some gnus compilation warnings (XEmacs)

10 years agoSilence some gnus compilation warnings
Glenn Morris [Thu, 23 May 2013 08:57:33 +0000 (08:57 +0000)]
Silence some gnus compilation warnings

10 years agoTry to maximize compatibility.
Adam Sjøgren [Mon, 20 May 2013 16:37:31 +0000 (18:37 +0200)]
Try to maximize compatibility.

10 years agomml2015: Make sure to insert newline after the signed data
Daiki Ueno [Wed, 22 May 2013 07:18:05 +0000 (16:18 +0900)]
mml2015: Make sure to insert newline after the signed data

* mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
signed data to conform the standard.  (Bug#14232)

10 years agoformat-spec.el (format-spec): Allow spec chars with nil (Bug#14420)
Glenn Morris [Mon, 20 May 2013 22:37:05 +0000 (22:37 +0000)]
format-spec.el (format-spec): Allow spec chars with nil (Bug#14420)

10 years agognus-spec.el (gnus-parse-complex-format): Use unicode escape for left double angle...
Adam Sjøgren [Sun, 19 May 2013 22:17:20 +0000 (00:17 +0200)]
gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left double angle quotation mark.

10 years agomessage.el (message-insert-formatted-citation-line): handle case I broke - LASTNAME...
Adam Sjøgren [Sun, 19 May 2013 18:59:23 +0000 (20:59 +0200)]
message.el (message-insert-formatted-citation-line): handle case I broke - LASTNAME, FIRSTNAME.

10 years agoFix missing space.
Adam Sjøgren [Sun, 19 May 2013 18:37:38 +0000 (20:37 +0200)]
Fix missing space.

10 years agomessage.el (message-insert-formatted-citation-line): handle finding first/lastname...
Adam Sjøgren [Thu, 16 May 2013 22:00:02 +0000 (00:00 +0200)]
message.el (message-insert-formatted-citation-line): handle finding first/lastname when more than 2 names appear.

10 years agognus.texi: Fix missing backslash on \\&.
Adam Sjøgren [Tue, 20 Sep 2011 18:56:45 +0000 (20:56 +0200)]
gnus.texi: Fix missing backslash on \\&.

10 years agoShow title attribute of span elements as mouse over text.
Adam Sjøgren [Sun, 27 Mar 2011 08:29:08 +0000 (10:29 +0200)]
Show title attribute of span elements as mouse over text.

* shr.el (shr-tag-span): New function.

10 years agomessage.el (message-mode): Use message-mode-abbrev-table, with text-mode-abbrev-table...
Glenn Morris [Sat, 18 May 2013 12:27:40 +0000 (12:27 +0000)]
message.el (message-mode): Use message-mode-abbrev-table, with text-mode-abbrev-table as parent (Bug#14413)

10 years agomessage.el (message-expand-group): Decode group names
Katsumi Yamaoka [Thu, 16 May 2013 23:28:58 +0000 (23:28 +0000)]
message.el (message-expand-group): Decode group names

10 years agognus-notifications: use photo-file as app-icon
Julien Danjou [Thu, 16 May 2013 15:51:47 +0000 (17:51 +0200)]
gnus-notifications: use photo-file as app-icon

Signed-off-by: Julien Danjou <julien@danjou.info>
10 years agoshr-color.el (shr-color-visible-luminance-min, shr-color-visible-distance-min): Use...
Glenn Morris [Thu, 16 May 2013 02:40:59 +0000 (02:40 +0000)]
shr-color.el (shr-color-visible-luminance-min, shr-color-visible-distance-min): Use shr-color group

10 years agognus-vm.el: Make it loadable without VM
Glenn Morris [Sun, 12 May 2013 11:46:03 +0000 (11:46 +0000)]
gnus-vm.el: Make it loadable without VM

10 years agoFix a bunch of custom types, and more
Glenn Morris [Thu, 9 May 2013 22:29:11 +0000 (22:29 +0000)]
Fix a bunch of custom types, and more

10 years agognus-art.el (gnus-article-describe-bindings): Add a comment
Katsumi Yamaoka [Tue, 7 May 2013 11:43:26 +0000 (11:43 +0000)]
gnus-art.el (gnus-article-describe-bindings): Add a comment

10 years agolisp/ChangeLog: Revert last bogus change
Katsumi Yamaoka [Tue, 7 May 2013 10:24:37 +0000 (10:24 +0000)]
lisp/ChangeLog: Revert last bogus change

10 years agolisp/ChangeLog: Remove `(Bug#14356)' in the 2013-05-07 entry
Katsumi Yamaoka [Tue, 7 May 2013 10:21:08 +0000 (10:21 +0000)]
lisp/ChangeLog: Remove `(Bug#14356)' in the 2013-05-07 entry

10 years agognus-art.el (gnus-article-describe-bindings): Require help-mode because of let-bindin...
Katsumi Yamaoka [Tue, 7 May 2013 00:28:13 +0000 (00:28 +0000)]
gnus-art.el (gnus-article-describe-bindings): Require help-mode because of let-binding help-xref-following (Bug#14356)

10 years agoRevert "message.el (message-bury): Make `buffer' optional;"
Tassilo Horn [Mon, 6 May 2013 12:54:14 +0000 (14:54 +0200)]
Revert "message.el (message-bury): Make `buffer' optional;"

This reverts commit 1d2c4fbb9bdc1078d1727b27139e4df5ba7cb2cb.

10 years agomml2015.el (mml2015-epg-sign): Add name="signature.asc" (Bug#13465)
Glenn Morris [Mon, 6 May 2013 10:46:16 +0000 (10:46 +0000)]
mml2015.el (mml2015-epg-sign): Add name="signature.asc" (Bug#13465)

10 years agomessage.el (message-bury): Make `buffer' optional;
Thierry Volpiatto [Sat, 4 May 2013 22:42:46 +0000 (22:42 +0000)]
message.el (message-bury): Make `buffer' optional;
 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
 (bug#14085)

10 years agognus-sum.el (gnus-read-header): Prefix group when entering into registry.
Andrew Cohen [Sat, 4 May 2013 18:20:59 +0000 (14:20 -0400)]
gnus-sum.el (gnus-read-header): Prefix group when entering into registry.

10 years agoMa Gnus v0.8 is begun
Lars Magne Ingebrigtsen [Wed, 1 May 2013 20:11:17 +0000 (22:11 +0200)]
Ma Gnus v0.8 is begun

10 years agoMa Gnus v0.7 is released
Lars Magne Ingebrigtsen [Wed, 1 May 2013 20:11:07 +0000 (22:11 +0200)]
Ma Gnus v0.7 is released

10 years agolisp/ChangeLog: Add Bug#
Katsumi Yamaoka [Wed, 1 May 2013 00:37:27 +0000 (00:37 +0000)]
lisp/ChangeLog: Add Bug#

10 years agognus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs
Katsumi Yamaoka [Wed, 1 May 2013 00:28:57 +0000 (00:28 +0000)]
gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs

10 years agolpath.el: Don't fbind debbugs-gnu for GNU Emacs (declare-function is available in...
Katsumi Yamaoka [Mon, 29 Apr 2013 23:09:34 +0000 (23:09 +0000)]
lpath.el: Don't fbind debbugs-gnu for GNU Emacs (declare-function is available in Emacs >= 22.2)

11 years agolpath.el: Fbind debbugs-gnu
Katsumi Yamaoka [Sat, 27 Apr 2013 23:57:13 +0000 (23:57 +0000)]
lpath.el: Fbind debbugs-gnu

11 years agognus.el (gnus-list-debbugs): Use require rather than autoload (Bug#14262)
Glenn Morris [Sat, 27 Apr 2013 23:55:54 +0000 (23:55 +0000)]
gnus.el (gnus-list-debbugs): Use require rather than autoload (Bug#14262)

11 years agosieve-manage: update sieve port number
Julien Danjou [Sat, 27 Apr 2013 21:10:09 +0000 (23:10 +0200)]
sieve-manage: update sieve port number

Signed-off-by: Julien Danjou <julien@danjou.info>
11 years agomail-source.el (mail-source-fetch-pop, mail-source-check-pop): Fix again
Katsumi Yamaoka [Fri, 26 Apr 2013 13:56:21 +0000 (13:56 +0000)]
mail-source.el (mail-source-fetch-pop, mail-source-check-pop): Fix again

11 years agoMerge branch 'master' of https://git.gnus.org/gnus
Katsumi Yamaoka [Fri, 26 Apr 2013 13:45:47 +0000 (13:45 +0000)]
Merge branch 'master' of https://git.gnus.org/gnus

11 years agomail-source.el (mail-source-fetch-pop, mail-source-check-pop): Fix last change
Katsumi Yamaoka [Fri, 26 Apr 2013 10:36:24 +0000 (10:36 +0000)]
mail-source.el (mail-source-fetch-pop, mail-source-check-pop): Fix last change

11 years agomail-source.el (mail-source-fetch-pop, mail-source-check-pop): Don't set the MAILHOST...
Katsumi Yamaoka [Fri, 26 Apr 2013 10:21:53 +0000 (10:21 +0000)]
mail-source.el (mail-source-fetch-pop, mail-source-check-pop): Don't set the MAILHOST environment variable permanently (Bug#14271)

11 years agomessage.el (message-bury): Revert 2013-03-18 change (Bug#14117)
Glenn Morris [Fri, 26 Apr 2013 10:15:04 +0000 (10:15 +0000)]
message.el (message-bury): Revert 2013-03-18 change (Bug#14117)

11 years ago* gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
Andrew Cohen [Fri, 26 Apr 2013 01:29:37 +0000 (21:29 -0400)]
* gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
string values of 'gcc-self.

11 years agoMerge branch 'master' of https://git.gnus.org/gnus
Katsumi Yamaoka [Thu, 25 Apr 2013 13:56:04 +0000 (13:56 +0000)]
Merge branch 'master' of https://git.gnus.org/gnus

11 years ago* nnir.el (nnir-close-group): Make sure we are in the right group.
Andrew Cohen [Wed, 24 Apr 2013 15:18:31 +0000 (11:18 -0400)]
* nnir.el (nnir-close-group): Make sure we are in the right group.

11 years ago* gnus-sum.el (gnus-summary-insert-articles): Force dependencies
Andrew Cohen [Wed, 24 Apr 2013 14:21:02 +0000 (10:21 -0400)]
* gnus-sum.el (gnus-summary-insert-articles): Force dependencies
  update with newly retrieved headers.

11 years agoMerge branch 'master' of https://git.gnus.org/gnus
Katsumi Yamaoka [Wed, 17 Apr 2013 12:55:47 +0000 (12:55 +0000)]
Merge branch 'master' of https://git.gnus.org/gnus

11 years agoMerge branch 'master' of https://git.gnus.org/gnus
Katsumi Yamaoka [Wed, 17 Apr 2013 12:55:09 +0000 (12:55 +0000)]
Merge branch 'master' of https://git.gnus.org/gnus

Conflicts:
lisp/ChangeLog

11 years agolisp/ChangeLog: Fix last change
Katsumi Yamaoka [Tue, 16 Apr 2013 06:48:39 +0000 (06:48 +0000)]
lisp/ChangeLog: Fix last change

11 years agoshr.el: Support <img src="data:...">
David Edmondson [Tue, 16 Apr 2013 06:44:20 +0000 (06:44 +0000)]
shr.el: Support <img src="data:...">

11 years agognus-msg.el (gnus-msg-mail): Make it avoid using posting styles corresponding to...
Katsumi Yamaoka [Sun, 14 Apr 2013 22:15:38 +0000 (22:15 +0000)]
gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles corresponding to any existing group (Bug#14166)

11 years agonnir.el (nnir-request-set-mark): Make sure we are in the right group.
Andrew Cohen [Sun, 14 Apr 2013 19:10:14 +0000 (15:10 -0400)]
nnir.el (nnir-request-set-mark): Make sure we are in the right group.

11 years agognus-msg.el (gnus-msg-mail): Make it avoid using posting styles corresponding to...
Katsumi Yamaoka [Fri, 12 Apr 2013 15:17:35 +0000 (15:17 +0000)]
gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles corresponding to any existing group (Bug#14166)