summaryrefslogtreecommitdiff
path: root/lisp/net/shr.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/net/shr.el (shr-string-pixel-width): Return pixel-width,Katsumi Yamaoka2017-12-181-4/+5
* Avoid reordering of output in 'shr-insert-document'Eli Zaretskii2017-12-161-3/+8
* Escape column-zero doc parensGlenn Morris2017-12-121-1/+1
* Allow shr to use data: URLs without encodingLars Ingebrigtsen2017-12-031-1/+2
* Avoid jumbled order in HTML rendered by shr.elEli Zaretskii2017-11-251-1/+3
* Fix the bug#24034 change (revno 9eb028f) causing infloop (bug#29047)Katsumi Yamaoka2017-10-301-3/+7
* Fix doc typosGlenn Morris2017-10-281-1/+1
* Revert last change in 'shr-descend'Eli Zaretskii2017-10-061-2/+16
* Support indirection for all shr-tag-* callsVasilij Schneidermann2017-10-051-16/+19
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update uses of if-let and when-letMark Oteiza2017-09-121-3/+3
* Ensure that we parse images right in shr.elGrégoire Jadi2017-07-241-0/+1
* Fix image/svg+xml display in shrLars Ingebrigtsen2017-07-231-1/+1
* Split shr-copy-url dwim behavior into separate functions (Bug#26826)Noam Postavsky2017-07-021-35/+51
* * lisp/net/shr.el (shr-fill-text): Actually fill the text. (Bug#27399)Glenn Morris2017-06-221-0/+1
* * lisp/net/shr.el: Use cl-lib instead of cl.Stefan Monnier2017-05-231-14/+15
* Avoid unnecessary loading of subr-x at run-timeGlenn Morris2017-04-181-1/+1
* shr-image-fetched: Work for narrowed Gnus articleKatsumi Yamaoka2017-03-271-11/+13
* Fix issues with dedicated windows in shr.elDavid Bremner2017-03-041-0/+6
* Fix rendering of some complex SVG imagesLars Ingebrigtsen2017-01-241-5/+7
* Clarify the last clarificationLars Ingebrigtsen2017-01-241-2/+2
* shr-width doc clarificationLars Ingebrigtsen2017-01-241-2/+3
* Allow passing in max-width/heightLars Ingebrigtsen2017-01-241-4/+11
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-12-071-0/+3
|\ \ | |/
| * Avoid errors in shr-pixel-column due to dedicated windowsEli Zaretskii2016-11-201-0/+3
| * * lisp/net/shr.el (shr-fill-line): Withdraw the last commit (4157159).Katsumi Yamaoka2016-07-211-4/+5
| * * lisp/net/shr.el (shr-fill-line):Katsumi Yamaoka2016-07-201-5/+4
| * Render empty <ul><li><ul> correctlyLars Magne Ingebrigtsen2016-03-201-0/+4
| * Ignore invalid base64 encoded embedded imagesLars Magne Ingebrigtsen2016-03-201-1/+2
| * Fix <p> and <div> newlines with or without <li> in shrLars Magne Ingebrigtsen2016-03-201-3/+12
| * Use the correct background color when filling nested <divs>Lars Ingebrigtsen2016-02-291-1/+2
| * Make <div> in <li> not insert extra newlinesLars Ingebrigtsen2016-02-291-1/+1
* | shr.el: Don't render a normal table twiceKatsumi Yamaoka2016-11-291-3/+3
* | Don't collect strings existing out of <tr>...</tr>Katsumi Yamaoka2016-11-211-11/+12
* | Update parameter :version to 26.1 in several defcustomTino Calancha2016-11-171-1/+1
* | * lisp/net/shr.el (shr-collect-extra-strings-in-table): Fix indentation.Katsumi Yamaoka2016-11-141-2/+2
* | * lisp/net/shr.el (shr-tag-table): Avoid duplication of images.Katsumi Yamaoka2016-11-141-41/+37
* | * lisp/net/shr.el (shr--preferred-image): Add CR to whitespace regexps.Katsumi Yamaoka2016-11-111-28/+42
* | * lisp/net/shr.el (shr--preferred-image): Ignore whitespace (bug#24893).Katsumi Yamaoka2016-11-111-2/+4
* | * lisp/net/shr.el (shr-collect-extra-strings-in-table) New functionKatsumi Yamaoka2016-11-041-0/+37
* | Turn on lexical-binding in some net libsMark Oteiza2016-10-311-6/+6
* | Don't bug out on all-whitespace URLsLars Ingebrigtsen2016-09-141-3/+4
* | * lisp/net/shr.el (shr-fill-line):Katsumi Yamaoka2016-07-211-5/+4
* | Fix shr.el/image build problemLars Ingebrigtsen2016-07-201-0/+1
* | Fix the prefix action of shr-copy-urlLars Magne Ingebrigtsen2016-06-271-2/+4
* | :max-width/height fixes for shr after the scaling changesLars Ingebrigtsen2016-05-141-2/+5
* | Support srcset in <img>Lars Ingebrigtsen2016-05-121-2/+40
* | (shr-rescale-image): Clarify logic slightlyLars Ingebrigtsen2016-05-031-2/+2