X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=592e49ebf30b1767c9ef16af43ba8bd94d8b5116;hp=2a27f19fb6ac92a0b422ad6c73c333bdc4d4466a;hb=2f2e0573e0add206e089cdf20ff8774ee22933ae;hpb=f03aee0974ddab2895c85647ca516fad9cffe6be diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2a27f19fb..592e49ebf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,38 @@ +2013-07-02 Daiki Ueno + + * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead + of 'create-image' for XEmacs compatibility; check errors when decoding + image. Reported by Uwe Brauer. + +2013-06-28 Katsumi Yamaoka + + * gnus-art.el (gnus-article-extend-url-button): Make it work again with + gnus-button-push revised at 2011-01-19. + +2013-06-23 Lars Magne Ingebrigtsen + + * eww.el, shr.el, shr-color.el: Removed from the Gnus repository. They + now live in the lisp/net Emacs 24 repository. + +2013-06-21 Lars Magne Ingebrigtsen + + * eww.el (eww-update-header-line-format): Quote % characters. + +2013-06-19 Lars Magne Ingebrigtsen + + * eww.el (eww-process-text-input): Display passwords as asterisks. + + * shr.el (shr-make-table-1): Protect against invalid column-spans. + +2013-06-19 Tom Tromey + + * eww.el (eww-top-url): Remove. + (eww-home-url, eww-start-url, eww-contents-url): New defvars. + (eww-render): Set new variables. Don't set eww-top-url. + (eww-handle-link): Handle "prev", "home", and "contents". + Downcase the rel text. + (eww-top-url): Choose best top URL. + 2013-06-19 Lars Magne Ingebrigtsen * eww.el: Rewrite to implement form elements "by hand" instead of @@ -117,7 +152,7 @@ (eww-colorize-region): Use `add-face-text-property'. * shr.el (shr-add-font): Append face data, so that we get the correct - presedence: The innermost value (which is applied first) wins. + precedence: The innermost value (which is applied first) wins. (shr-make-overlay): Obsolete function. * mm-decode.el (mm-convert-shr-links): New function to convert @@ -177,7 +212,7 @@ (eww-update-header-line-format): New function. (eww-tag-title): New function. - * shr.el (shr-dom-to-xml): (shr-dom-to-xml): New function. + * shr.el (shr-dom-to-xml): New function. (shr-tag-svg): Add support for the SVG tag. (shr-bullet): New custom variable. (shr-tag-li): Support custom bullet in unordered lists. @@ -281,7 +316,7 @@ * sieve-manage.el (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. + the work. Has the nice benefit of enabling STARTTLS. 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 @@ -334,10 +369,10 @@ 2013-06-10 Albert Krewinkel * sieve.el: 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 + (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'. 2013-06-10 Roy Hashimoto (tiny change) @@ -591,7 +626,7 @@ (nnir-request-update-info): Improve marks updating. (nnir-request-scan): Don't duplicate marks updating. (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group): - Use 'assq rather than 'assoc. Quote anonymous function. + Use 'assq rather than 'assoc. Quote anonymous function. (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group): Use 'gnus-group-prefixed-p. (gnus-summary-create-nnir-group): Make sure server for method is open. @@ -649,13 +684,13 @@ buffer use the posting-style and gcc of the original article group. (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups. - * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come + * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come after other deffoos. 2013-03-25 Andrew Cohen - * nnir.el: Major rewrite. Cleaner separation between searches and group - management. Marks are now shown in nnir summary buffers. Rudimentary + * nnir.el: Major rewrite. Cleaner separation between searches and group + management. Marks are now shown in nnir summary buffers. Rudimentary support for real (i.e. not ephemeral) nnir groups. (gnus-summary-make-nnir-group): New function for initiating searches from a summary buffer. @@ -869,9 +904,9 @@ 2012-12-25 Adam Sjøgren - * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than - temporary file to get PGP key image. Pass no-show-photos when extracting - image to avoid having it pop up twice. + * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than + temporary file to get PGP key image. Pass no-show-photos when + extracting image to avoid having it pop up twice. 2012-12-26 Lars Ingebrigtsen @@ -1460,7 +1495,7 @@ 2012-08-10 Daiki Ueno - * auth-source.el: (auth-source-plstore-search) + * auth-source.el (auth-source-plstore-search) (auth-source-secrets-search): Ignore :require and :type in search spec. 2012-08-06 Julien Danjou @@ -10845,7 +10880,7 @@ 2010-08-31 Lars Magne Ingebrigtsen - * gnus-html.el: require mm-url. + * gnus-html.el: Require mm-url. (gnus-html-wash-tags): Clarify the code a bit by renaming the variable with the url to `url'. (gnus-html-wash-tags): Support cid: URLs/images.