X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=05576bdefc036ced88a794376de71f2ebb1b474a;hp=9d4eab89e27e2ad9226413a0a4d148c196babfaa;hb=7796f76a4215ea0651b2c12d4f25a25e1c8facff;hpb=c280d483026ebb0b8df0cb6aeb7d750ae7f888d1 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9d4eab89e..05576bdef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,369 @@ +2013-07-03 Katsumi Yamaoka + + * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): + Revert 2013-01-14 change. + +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 + relying in widget.el. Using widget.el leads to too many + user interface inconsistencies. + (eww-self-insert): Implement entering commands in text fields. + (eww-process-text-input): New function to make text input field editing + work. + (eww-submit): Rewrite to use the new-style form methods. + (eww-select-display): Display the correct selected item. + (eww-change-select): Implement changing the select value. + (eww-toggle-checkbox): Implement radio/checkboxes. + (eww-update-field): Fix compilation error. + (eww-tag-textarea): Implement