summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* shr indentation fixesshr-fontifiedLars Magne Ingebrigtsen2015-02-104-18/+36
* (shr-insert-table): Expand table alignments in any buffer at the end.Lars Magne Ingebrigtsen2015-02-092-10/+5
* Don't infloop on unbreakable, indented linesLars Magne Ingebrigtsen2015-02-091-18/+25
* (shr-fold-line): Keep breaking unbreakable text.Lars Magne Ingebrigtsen2015-02-092-7/+8
* Fix up last change to really get colspans rightLars Magne Ingebrigtsen2015-02-091-0/+1
* Further colspan fixesLars Magne Ingebrigtsen2015-02-092-47/+52
* shr filling fix-upsLars Magne Ingebrigtsen2015-02-092-3/+13
* (shr-fold-line): Handle lines that end with a space at the fill point.Lars Magne Ingebrigtsen2015-02-092-2/+6
* shr/Gnus face fixup and <li> rendering fixLars Magne Ingebrigtsen2015-02-094-18/+35
* Rework the indentation to work more generallyLars Magne Ingebrigtsen2015-02-081-42/+44
* Further <td> speedupsLars Magne Ingebrigtsen2015-02-082-24/+37
* Use a single `with-window-excursion' instead of twoLars Magne Ingebrigtsen2015-02-081-10/+12
* Compute the natural widths of nested layouts betterLars Magne Ingebrigtsen2015-02-082-26/+41
* Revert previous change since that didn't really workLars Magne Ingebrigtsen2015-02-081-94/+78
* Get line breaking again in complex layoutsLars Magne Ingebrigtsen2015-02-082-78/+98
* * lisp/net/eww.el (eww-toggle-fonts): New command.Lars Magne Ingebrigtsen2015-02-083-62/+84
* Use different fonts for elementsLars Magne Ingebrigtsen2015-02-072-31/+40
* Allow rendering using fixed-width fontsLars Magne Ingebrigtsen2015-02-072-81/+132
* (shr-insert-table-ruler): Compute the separator pixel width only once.Lars Magne Ingebrigtsen2015-02-072-19/+26
* Add more table layout cachingLars Magne Ingebrigtsen2015-02-072-62/+81
* (shr-expand-alignments): Get indentation of nested tables right.Lars Magne Ingebrigtsen2015-02-072-25/+51
* Revert the window-text-pixel-size change from the trunkLars Magne Ingebrigtsen2015-02-071-26/+10
* (shr-fold-line): Fix up implementation based on `window-text-pixel-size'.Lars Magne Ingebrigtsen2015-02-062-41/+46
* Rely more on `vertical-motion'Lars Magne Ingebrigtsen2015-02-062-14/+13
* Use `window-text-pixel-size'Lars Magne Ingebrigtsen2015-02-052-69/+24
* Cherry-pick the `window-text-pixel-size' changeMartin Rudalics2015-02-056-37/+302
* (shr-glyph-widths): Reimplemented based on `char-script-table'.Lars Magne Ingebrigtsen2015-01-312-32/+24
* Speed up line width computationLars Magne Ingebrigtsen2015-01-312-14/+54
* Fix up shr table width renderingLars Magne Ingebrigtsen2015-01-302-33/+59
* Fix computation of unfolded textLars Magne Ingebrigtsen2015-01-301-3/+3
* Use the correct width for laying out HTMLLars Magne Ingebrigtsen2015-01-302-2/+10
* Implement a faster pixel-based text algorithmLars Magne Ingebrigtsen2015-01-303-81/+96
* Don't have shr bug out on degenerate fontsLars Magne Ingebrigtsen2015-01-282-3/+9
* (shr-insert-table): Get colorisation right again.Lars Magne Ingebrigtsen2015-01-282-18/+28
* Make shr use variable-width fontsLars Magne Ingebrigtsen2015-01-282-50/+66
* (shr-make-table-1): Make colspan display more sensibly.Lars Magne Ingebrigtsen2015-01-262-5/+17
* (shr-make-table-1): Add comments.Lars Magne Ingebrigtsen2015-01-262-5/+12
* * lisp/net/shr.el (shr-make-table-1): Fix colspan typo.Lars Magne Ingebrigtsen2015-01-262-1/+3
* Update the etc/publicsuffix.txt fileLars Magne Ingebrigtsen2015-01-262-856/+1860
* [Gnus] Fixups when displaying certain attachmentsPeder O. Klingenberg2015-01-262-6/+22
* [Gnus] Make moving IMAP articles faster in large groupsLars Ingebrigtsen2015-01-264-51/+93
* lisp/calculator.el (calculator-update-display): Bug fix & improvement.Eli Barzilay2015-01-251-5/+11
* * lisp/net/eww.el (eww-add-bookmark): Fix promptLars Ingebrigtsen2015-01-262-13/+17
* Use bool for boolean in w32term.cEli Zaretskii2015-01-262-59/+76
* Use bool for boolean in w32fns.cEli Zaretskii2015-01-253-39/+52
* Use bool for boolean in xfns.cPaul Eggert2015-01-254-117/+130
* Count MANY function args more reliablyPaul Eggert2015-01-2536-624/+422
* * lisp/emacs-lisp/cl-generic.el: Fix next-method-p testStefan Monnier2015-01-252-22/+42
* lisp/gnus/gnus-group.el (gnus-group-suspend): Close all backendsLars Ingebrigtsen2015-01-252-0/+9
* * indent/shell.sh (bar): Use '[ $# -eq 0 ]', not '[ $# == 0 ]'.Paul Eggert2015-01-242-8/+14