X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=7a64828026a431f58724fe736d462e20f9210af6;hb=ac910f70b3eab14b9341e9214cb0a5a5f3c218b6;hp=695fb16c9e7c82009cb23a5cdbf4b52b20e6075a;hpb=6e62edb5c345e5d733470a5b8fd9c9a400b9b3c6;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 695fb16c9..7a6482802 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,46 @@ +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. + + * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we + don't shadow mode-specific bindings. + + * eww.el (eww-browse-url): Don't push stuff onto history if there's + nothing to push. + + * shr.el (shr-map): Bind [down-mouse-1] to browse URLs. + +2013-06-19 Glenn Morris + + * gnus-group.el (gnus-mark-article-as-read): Fix declaration. + +2013-06-18 Teodor Zlatanov + + * auth-source.el (auth-source-netrc-parse-entries): Remove debugging. + +2013-06-18 Lars Magne Ingebrigtsen + + * shr.el (shr-make-table-1): Implement . + (shr-table-horizontal-line): Allow nil as a value, and change the + default. + (shr-insert-table-ruler): Respect the nil value. + +2013-06-18 Tom Tromey + + * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): + New defvars. + (eww-open-file): New defun. + (eww-render): Initialize new variables. + (eww-display-html): Handle "link" and "a". + (eww-handle-link, eww-tag-link, eww-tag-a): New defuns. + (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u". + (eww-back-url): Rename from eww-previous-url. + (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New + defuns. + 2013-06-18 Lars Magne Ingebrigtsen * shr.el (shr-tag-table): Insert the images after the table, so that @@ -5,6 +48,9 @@ awkward. (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for
,
and
. + (shr-make-table-1): Implement support. + (shr-insert-document): Use one less than window width if `shr-width' is + nil, since otherwise things may get one character too wide. 2013-06-18 Katsumi Yamaoka