gnus
10 years ago(eww-tag-input): Support <input type=image>.
Lars Magne Ingebrigtsen [Mon, 17 Jun 2013 22:46:18 +0000 (00:46 +0200)]
(eww-tag-input): Support <input type=image>.

10 years ago(eww-convert-widgets): Fix last patch.
Lars Magne Ingebrigtsen [Mon, 17 Jun 2013 21:59:46 +0000 (23:59 +0200)]
(eww-convert-widgets): Fix last patch.

10 years ago* eww.el (eww-tag-select): Don't render totally empty <select> forms.
Lars Magne Ingebrigtsen [Mon, 17 Jun 2013 21:49:24 +0000 (23:49 +0200)]
* eww.el (eww-tag-select): Don't render totally empty <select> forms.

10 years agoMake input fields on their own lines work
Lars Magne Ingebrigtsen [Mon, 17 Jun 2013 21:48:00 +0000 (23:48 +0200)]
Make input fields on their own lines work

(shr-ensure-paragraph): Don't delete empty lines that have text
properties, because these may be input fields.

10 years ago(shr-tag-base): Protect against base specs that are degenerate.
Lars Magne Ingebrigtsen [Mon, 17 Jun 2013 21:02:26 +0000 (23:02 +0200)]
(shr-tag-base): Protect against base specs that are degenerate.

10 years ago* shr.el (shr-insert-table): Respect border-collapse: collapse.
Lars Magne Ingebrigtsen [Mon, 17 Jun 2013 20:29:01 +0000 (22:29 +0200)]
* shr.el (shr-insert-table): Respect border-collapse: collapse.

10 years agoFix syntax error
Lars Magne Ingebrigtsen [Mon, 17 Jun 2013 20:02:15 +0000 (22:02 +0200)]
Fix syntax error

10 years agoMake it possible to TAB to the form elements again
Lars Magne Ingebrigtsen [Mon, 17 Jun 2013 19:59:50 +0000 (21:59 +0200)]
Make it possible to TAB to the form elements again

* eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
we can navigate to them.

(shr-tag-span): Don't respect the <title>, because that overwrites the
help-echo from links inside the spans.
(shr-next-link): Use `help-echo' for navigation, so that we can
navigate to form elements, too.

10 years agoMake shr table rendering somewhat faster
Lars Magne Ingebrigtsen [Mon, 17 Jun 2013 19:42:29 +0000 (21:42 +0200)]
Make shr table rendering somewhat faster

(shr-inhibit-decoration): New variable.
(shr-add-font): Use it to inhibit text property decorations while doing
preliminary table renderings.  This speeds up typical Wikipedia page
renderings by 15%.

10 years ago* shr.el (shr-colorize-region): Put the colours over the entire region.
Lars Magne Ingebrigtsen [Mon, 17 Jun 2013 15:08:11 +0000 (17:08 +0200)]
* shr.el (shr-colorize-region): Put the colours over the entire region.

10 years agoMake buttons prettier
Lars Magne Ingebrigtsen [Mon, 17 Jun 2013 11:07:46 +0000 (13:07 +0200)]
Make buttons prettier

* eww.el (eww-button): New face.
(eww-convert-widgets): Use it to make submit buttons more button-like.

10 years ago(mm-convert-shr-links): Override the shr local map, so that Gnus commands work.
Lars Magne Ingebrigtsen [Mon, 17 Jun 2013 10:41:44 +0000 (12:41 +0200)]
(mm-convert-shr-links): Override the shr local map, so that Gnus commands work.

10 years ago* shr.el (shr-render-td): Support horizontal alignment.
Lars Magne Ingebrigtsen [Mon, 17 Jun 2013 10:20:30 +0000 (12:20 +0200)]
* shr.el (shr-render-td): Support horizontal alignment.

10 years agoMake eww use `add-face-text-property', too.
Lars Magne Ingebrigtsen [Mon, 17 Jun 2013 10:07:08 +0000 (12:07 +0200)]
Make eww use `add-face-text-property', too.

(shr-make-overlay): Obsolete function.

* eww.el (eww-put-color): Removed.
(eww-colorize-region): Use `add-face-text-property'.

10 years agoGet correct presedence for font data
Lars Magne Ingebrigtsen [Mon, 17 Jun 2013 09:55:17 +0000 (11:55 +0200)]
Get correct presedence for font data

* shr.el (shr-add-font): Append face data, so that we get the correct
presedence: The innermost value (which is applied first) wins.

10 years agomm-decode.el (shr-map): Silence the byte compiler
Katsumi Yamaoka [Mon, 17 Jun 2013 09:36:16 +0000 (09:36 +0000)]
mm-decode.el (shr-map): Silence the byte compiler

10 years agosieve.el (sieve-edit-script): Avoid beginning-of-buffer
Stefan Monnier [Mon, 17 Jun 2013 09:16:36 +0000 (09:16 +0000)]
sieve.el (sieve-edit-script): Avoid beginning-of-buffer
shr.el (browse-url): Require `url'
eww.el (url): Require format-spec

10 years agoConvert shr.el from using overlays into using text properties
Lars Magne Ingebrigtsen [Mon, 17 Jun 2013 09:04:25 +0000 (11:04 +0200)]
Convert shr.el from using overlays into using text properties

* eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
widget commands, since we're no longer using widgets for links.

* mm-decode.el (mm-convert-shr-links): New function to convert
new-style shr URL links into widgets.
(mm-shr): Use it.

* shr.el (shr-next-link): New command.
(shr-previous-link): New command.
(shr-urlify): Don't use `widget-convert', because that's slow.
(shr-put-color-1): Use `add-face-text-property' instead of overlays,
because collecting the overlays and reapplying them when generating
tables is slow.
(shr-insert-table): Ditto.

10 years agoDon't add User-Agent.
Lars Magne Ingebrigtsen [Sun, 16 Jun 2013 22:20:51 +0000 (00:20 +0200)]
Don't add User-Agent.

(eww-browse-url): Don't add a User-Agent header (twice), because that
makes Bing refuse connection.

10 years ago* eww.el (eww-display-html): Default to using the entire window width.
Lars Magne Ingebrigtsen [Sun, 16 Jun 2013 20:14:22 +0000 (22:14 +0200)]
* eww.el (eww-display-html): Default to using the entire window width.

10 years agoSpeed up table rendering at bit
Lars Magne Ingebrigtsen [Sun, 16 Jun 2013 19:42:07 +0000 (21:42 +0200)]
Speed up table rendering at bit

* shr.el (shr-make-table): Cache the table rendering at the table
level, and not the <td> level.  This is a bit faster.

10 years agoSupport #anchors
Lars Magne Ingebrigtsen [Sun, 16 Jun 2013 18:14:40 +0000 (20:14 +0200)]
Support #anchors

* eww.el (eww-render): Go to the correct ID when given URLs ending with
#id.

(shr-descend): Allow marking elements that have certain IDs.

10 years ago(shr-descend): Respect display: none.
Lars Magne Ingebrigtsen [Sun, 16 Jun 2013 18:00:17 +0000 (20:00 +0200)]
(shr-descend): Respect display: none.

10 years ago(shr-parse-base): Chop off the anchor before using.
Lars Magne Ingebrigtsen [Sun, 16 Jun 2013 17:41:20 +0000 (19:41 +0200)]
(shr-parse-base): Chop off the anchor before using.

10 years ago(shr-expand-url): Respect #anchor links.
Lars Magne Ingebrigtsen [Sun, 16 Jun 2013 17:33:47 +0000 (19:33 +0200)]
(shr-expand-url): Respect #anchor links.

10 years agoMake <li> rendering more compact
Lars Magne Ingebrigtsen [Sun, 16 Jun 2013 17:29:29 +0000 (19:29 +0200)]
Make <li> rendering more compact

* shr.el (shr-tag-li): Don't require a new paragraph, since other
browsers don't.

10 years agoDon't bug out on zero-length links
Lars Magne Ingebrigtsen [Sun, 16 Jun 2013 15:49:06 +0000 (17:49 +0200)]
Don't bug out on zero-length links

* eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.

* shr.el (shr-expand-url): Don't bug out on zero-length links.

10 years ago* eww.el (eww-tag-textarea): Support <textarea>.
Lars Magne Ingebrigtsen [Sun, 16 Jun 2013 15:42:37 +0000 (17:42 +0200)]
* eww.el (eww-tag-textarea): Support <textarea>.

10 years ago* shr.el (shr-dom-to-xml): Fixed function call.
Rüdiger Sonderfeld [Sun, 16 Jun 2013 15:30:45 +0000 (17:30 +0200)]
* shr.el (shr-dom-to-xml): Fixed function call.

10 years agoPut the <title> into a page header
Rüdiger Sonderfeld [Sun, 16 Jun 2013 14:23:23 +0000 (16:23 +0200)]
Put the <title> into a page header

* eww.el (eww): New group.
(eww-header-line-format): New custom variable.
(eww-current-title): New variable.
(eww-display-html): Update header and handle title tag.
(eww-update-header-line-format): New function.
(eww-tag-title): New function.

10 years agoAllow customizing the <li> "bullet"
Rüdiger Sonderfeld [Sun, 16 Jun 2013 14:19:38 +0000 (16:19 +0200)]
Allow customizing the <li> "bullet"

(shr-bullet): New custom variable.
(shr-tag-li): Support custom bullet in unordered lists.

10 years agoAdd support for SVG images
Rüdiger Sonderfeld [Sun, 16 Jun 2013 14:18:02 +0000 (16:18 +0200)]
Add support for SVG images

* shr.el (shr-dom-to-xml): (shr-dom-to-xml): New function.
(shr-tag-svg): Add support for the SVG tag.

10 years agoGet the base URL right when being redirected
Lars Magne Ingebrigtsen [Sun, 16 Jun 2013 14:03:31 +0000 (16:03 +0200)]
Get the base URL right when being redirected

(eww-render): When being redirected, use the redirect URL as the new
base URL.

* shr.el (shr-expand-url): Respect // URLs.

10 years agoMake <body> background colour rendering prettier.
Lars Magne Ingebrigtsen [Sun, 16 Jun 2013 13:39:38 +0000 (15:39 +0200)]
Make <body> background colour rendering prettier.

* eww.el (eww-tag-body): Override the shr body rendering so that we can
put a background colour onto the entire buffer.

10 years ago* shr.el (shr-parse-base): Fix parsing error.
Lars Magne Ingebrigtsen [Sun, 16 Jun 2013 13:20:21 +0000 (15:20 +0200)]
* shr.el (shr-parse-base): Fix parsing error.

10 years agoExpand relative URLs more correctly by using `url-generic-parse-url'
Lars Magne Ingebrigtsen [Sun, 16 Jun 2013 12:14:34 +0000 (14:14 +0200)]
Expand relative URLs more correctly by using `url-generic-parse-url'

* eww.el (eww-submit): Pass the base in to `shr-expand-url'.

* shr.el (shr-parse-base): New function.
(shr-expand-url): Use it to expand relative URLs reliably.

10 years agoauth-source netrc backend: Support single-quoted strings, multiline entries.
Ted Zlatanov [Sat, 15 Jun 2013 08:03:04 +0000 (04:03 -0400)]
auth-source netrc backend: Support single-quoted strings, multiline entries.

10 years agoeww submit button logic
Lars Magne Ingebrigtsen [Fri, 14 Jun 2013 10:58:57 +0000 (12:58 +0200)]
eww submit button logic

* eww.el (eww-submit): Get submit button logic right when hitting RET
on non-submit buttons.

* shr.el: Remove shr-preliminary-table-render, since that can't really
be used for anything in practice.

10 years agolisp/ChangeLog: Add an entry for the recent change in sieve.el
Katsumi Yamaoka [Fri, 14 Jun 2013 09:37:41 +0000 (09:37 +0000)]
lisp/ChangeLog: Add an entry for the recent change in sieve.el

10 years agomml2015.el (mml2015-maximum-key-image-dimension): Add :version
Glenn Morris [Fri, 14 Jun 2013 09:33:32 +0000 (09:33 +0000)]
mml2015.el (mml2015-maximum-key-image-dimension): Add :version

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.