22
33 * etc/AUTHORS: Update.
44
5- 2019-08-29 Nicolas Petton <nicolas@petton.fr>
652019-08-29 Nicolas Petton <nicolas@petton.fr>
76
87 * etc/NEWS: Delete temporary markup.
6493964938
6494064939 (eww-setup-buffer): Restore left-to-right defaults
6494164940
64942- * eww.el (eww-setup-buffer): Restore left-to-right defaults.
64941+ * lisp/net/eww.el (eww-setup-buffer): Restore left-to-right
64942+ defaults.
6494364943
64944649442015-12-27 Lars Ingebrigtsen <larsi@gnus.org>
6494564945
6495564955
64956649562015-12-26 Lars Ingebrigtsen <larsi@gnus.org>
6495764957
64958- * shr.el (shr-descend): Allow using lambdas in external functions.
64958+ * lisp/net/shr.el (shr-descend): Allow using lambdas in external
64959+ functions.
6495964960
64960649612015-12-25 Stefan Monnier <monnier@iro.umontreal.ca>
6496164962
6502265023
65023650242015-12-25 Lars Ingebrigtsen <larsi@gnus.org>
6502465025
65025- * eww.el (eww-display-html): Support <button> tags (bug#20485).
65026+ * lisp/net/eww.el (eww-display-html): Support <button> tags
65027+ (bug#20485).
6502665028
65027650292015-12-25 Lars Ingebrigtsen <larsi@gnus.org>
6502865030
6504865050
65049650512015-12-25 Lars Ingebrigtsen <larsi@gnus.org>
6505065052
65051- * eww.el (eww-mode-map): Fix command name of eww-toggle-colors.
65053+ * lisp/net/eww.el (eww-mode-map): Fix command name of
65054+ eww-toggle-colors.
6505265055
65053650562015-12-25 Samer Masterson <samer@samertm.com>
6505465057
@@ -65072,38 +65075,39 @@
6507265075
6507365076 Follow meta refresh tags in eww
6507465077
65075- * eww.el (eww-tag-meta): Follow meta refresh tags (bug#22234).
65078+ * lisp/net/eww.el (eww-tag-meta): Follow meta refresh tags
65079+ (bug#22234).
6507665080
65077650812015-12-24 Lars Ingebrigtsen <larsi@gnus.org>
6507865082
6507965083 More eww file name coding fixes
6508065084
65081- * eww.el (eww-decode-url-file-name): Use the base coding
65085+ * lisp/net/ eww.el (eww-decode-url-file-name): Use the base coding
6508265086 system to check for encodability.
6508365087
65084650882015-12-24 Lars Ingebrigtsen <larsi@gnus.org>
6508565089
6508665090 Always save eww history
6508765091
65088- * eww.el (eww-setup-buffer): Always save history, even when
65089- called from outside the eww buffer (bug#19638).
65092+ * lisp/net/ eww.el (eww-setup-buffer): Always save history, even
65093+ when called from outside the eww buffer (bug#19638).
6509065094
65091650952015-12-24 Lars Ingebrigtsen <larsi@gnus.org>
6509265096
6509365097 Default web pages to right-to-left
6509465098
65095- * eww.el (eww-mode): Most web pages are left-to-right, so make
65096- that the default (bug#19801).
65099+ * lisp/net/ eww.el (eww-mode): Most web pages are left-to-right,
65100+ so make that the default (bug#19801).
6509765101
65098- * shr.el (shr-tag-html): Respect "dir" attributes
65102+ * lisp/net/ shr.el (shr-tag-html): Respect "dir" attributes
6509965103 (left-to-right, right-to-left).
6510065104
65101651052015-12-24 Lars Ingebrigtsen <larsi@gnus.org>
6510265106
6510365107 Make toggling checkboxes work again
6510465108
65105- * eww.el (eww-update-field): Make toggling checkboxes work
65106- again (bug#21881).
65109+ * lisp/net/ eww.el (eww-update-field): Make toggling checkboxes
65110+ work again (bug#21881).
6510765111
65108651122015-12-24 Lars Ingebrigtsen <larsi@gnus.org>
6510965113
6511865122
6511965123 Fixes: 22117
6512065124
65121- * shr.el (shr-descend): Stop rendering before we run out of
65122- specpdl room (bug#22117).
65125+ * lisp/net/ shr.el (shr-descend): Stop rendering before we run out
65126+ of specpdl room (bug#22117).
6512365127
65124651282015-12-24 Lars Ingebrigtsen <larsi@gnus.org>
6512565129
6512965133
6513065134 Allow several <tbody> tags in shr
6513165135
65132- * shr.el (shr-table-body): New function to find the real body
65136+ * lisp/net/ shr.el (shr-table-body): New function to find the real body
6513365137 of a table.
6513465138 (shr-tag-table): Use it to render several <tbody> tags in a
6513565139 table (bug#22170).
6514565149
6514665150 Decode hex-encoded URLs before using them as file names
6514765151
65148- * eww.el (eww-decode-url-file-name): New function.
65152+ * lisp/net/ eww.el (eww-decode-url-file-name): New function.
6514965153 (eww-download-callback): Use it to decode file names before
6515065154 saving them.
6515165155
@@ -65162,23 +65166,23 @@
6516265166
6516365167 Allow overriding shr functions from eww
6516465168
65165- * eww.el (eww-display-html): Allow overriding elements in
65169+ * lisp/net/ eww.el (eww-display-html): Allow overriding elements in
6516665170 `shr-external-rendering-functions'.
6516765171
65168651722015-12-24 Lars Ingebrigtsen <larsi@gnus.org>
6516965173
6517065174 Ignore invalid SVG images
6517165175
65172- * shr.el (shr-tag-svg): Ignore SVG images that have no width
65173- or height, because these can't be displayed by ImageMagick,
65176+ * lisp/net/ shr.el (shr-tag-svg): Ignore SVG images that have no
65177+ width or height, because these can't be displayed by ImageMagick,
6517465178 anyway.
6517565179
65176651802015-12-24 Lars Ingebrigtsen <larsi@gnus.org>
6517765181
6517865182 shr table rendering fix
6517965183
65180- * shr.el (shr-tag-table): Allow rendering body-less tables
65181- that have headers.
65184+ * lisp/net/ shr.el (shr-tag-table): Allow rendering body-less
65185+ tables that have headers.
6518265186
65183651872015-12-22 Sam Steingold <sds@gnu.org>
6518465188
@@ -66531,7 +66535,7 @@ See ChangeLog.1 for earlier changes.
6653166535;; coding: utf-8
6653266536;; End:
6653366537
66534- Copyright (C) 2015-2019 Free Software Foundation, Inc.
66538+ Copyright (C) 2015-2020 Free Software Foundation, Inc.
6653566539
6653666540 This file is part of GNU Emacs.
6653766541
0 commit comments