Indent.
[gnus] / lisp / shr.el
2010-10-20 Katsumi Yamaokashr.el (shr-tag-table): Fix last change.
2010-10-20 Katsumi Yamaokashr.el: (shr-tag-table): Support caption, thead, and...
2010-10-20 Katsumi Yamaokashr.el (shr-find-fill-point): Shorten line if the prece...
2010-10-19 Lars Magne Ingebri... (shr-save-contents): New command and keystroke.
2010-10-19 Lars Magne Ingebri... (shr-find-fill-point): Don't leave blanks at the start...
2010-10-19 Lars Magne Ingebri... Have shr support span style="color: ..."
2010-10-19 Katsumi Yamaokashr.el: Fix last change.
2010-10-19 Katsumi Yamaokashr.el: Improve kinsoku and table rendering.
2010-10-18 Katsumi Yamaokashr.el (shr-insert): Comment fix.
2010-10-18 Katsumi Yamaokashr.el (shr-insert): Don't insert space behind a wide...
2010-10-16 Lars Magne Ingebri... * shr.el (shr-tag-img): Don't align images.
2010-10-15 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-10-15 Lars Magne Ingebri... Ignore images with no data.
2010-10-15 Katsumi Yamaokashr.el (shr-insert): Remove space inserted before or...
2010-10-14 Lars Magne Ingebri... Have shr switch buffer truncation on if there are big...
2010-10-14 Lars Magne Ingebri... Indent.
2010-10-14 Julien Danjoushr: fix defcustom
2010-10-14 Julien Danjoushr: Use url-link as widget type
2010-10-13 Lars Magne Ingebri... * shr.el (shr-find-fill-point): Don't inloop on indente...
2010-10-13 Lars Magne Ingebri... Use a filling algorithm that should probably work for...
2010-10-13 Lars Magne Ingebri... * shr.el (shr-current-column): Remove buggy and unneces...
2010-10-13 Julien Danjoushr: make shr-width a defcustom, use it in shr-tag-img
2010-10-12 Julien Danjoushr: Use aligned-to spaces to align correctly images
2010-10-12 Julien Danjoushr: Encode URL properly when fetching from cache
2010-10-12 Julien Danjoushr: Encode URL properly when retrieving
2010-10-12 Julien Danjoushr: Add align attribute support for <img>
2010-10-11 Lars Magne Ingebri... * shr.el (shr-insert): Fix up the white space only...
2010-10-11 Lars Magne Ingebri... Start thinking about breaking CJVK text.
2010-10-11 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-10-11 Julien Danjoushr: Do not change state to nil if we just inserting...
2010-10-11 Julien Danjoushr: Use shr-hr-line to specify which character to...
2010-10-09 Lars Magne Ingebri... * shr.el: Rework the way things are indented by <li...
2010-10-09 Julien DanjouAllow shr table char to be customized
2010-10-08 Lars Magne Ingebri... * shr.el (shr-insert): Don't insert double spaces.
2010-10-08 Katsumi Yamaokashr.el (shr-table-widths): Don't use cl function `reduce'.
2010-10-07 Lars Magne Ingebri... (shr-tag-hr): New function.
2010-10-07 Lars Magne Ingebri... * shr.el (require): Require cl when compiling.
2010-10-07 Lars Magne Ingebri... (shr-tag-blockquote): Ensure paragraphs after </ul>.
2010-10-07 Lars Magne Ingebri... (shr-insert-table): Also insert empty TDs.
2010-10-07 Lars Magne Ingebri... (shr-insert): Don't leave trailing spaces.
2010-10-07 Lars Magne Ingebri... (shr-insert): Rework the line-breaking algorithm.
2010-10-07 Lars Magne Ingebri... * shr.el (shr-render-td): Use a cache for the table...
2010-10-07 Lars Magne Ingebri... * shr.el: Expand TD elements to fill available space.
2010-10-07 Lars Magne Ingebri... Keep track of the natural width of TD elements, so...
2010-10-06 Lars Magne Ingebri... (shr-render-td): Only delete space at the end of the TD.
2010-10-06 Lars Magne Ingebri... (shr-insert): Get 'space transition right.
2010-10-06 Lars Magne Ingebri... * shr.el: Rearrange function order to be more logical.
2010-10-05 Lars Magne Ingebri... * shr.el: Document the table-rendering algorithm.
2010-10-05 Lars Magne Ingebri... Fix comment typo.
2010-10-05 Lars Magne Ingebri... (shr-render-td): Allow blank/missing <TD>s.
2010-10-05 Lars Magne Ingebri... (shr-overlays-in-region): Compute overlay positions...
2010-10-05 Lars Magne Ingebri... (shr-tag-img): Ignore image fetching errors.
2010-10-05 Lars Magne Ingebri... Shorten ALT texts and allow them to be line-broken.
2010-10-05 Lars Magne Ingebri... (shr-insert-table): Bind free variable.
2010-10-05 Lars Magne Ingebri... Allow displaying cid: images from shr.el.
2010-10-05 Lars Magne Ingebri... Copy over overlays from the TD elements to the main...
2010-10-05 Lars Magne Ingebri... (shr-tag-table): Really inhibit images inside the table.
2010-10-05 Lars Magne Ingebri... Put all the images after the table.
2010-10-05 Lars Magne Ingebri... (shr-tag-em): Add <EM> tag.
2010-10-05 Katsumi Yamaokashr.el: Revert last change.
2010-10-05 Katsumi Yamaokashr.el (shr-encode-url-chars): New function.
2010-10-04 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-10-04 Lars Magne Ingebri... (shr-get-image-data): Ensure against the cache file...
2010-10-04 Lars Magne Ingebri... (shr-tag-blockquote): Ensure paragraph after quote...
2010-10-04 Lars Magne Ingebri... * shr.el (shr-render-td): Protect against too-wide...
2010-10-04 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-10-04 Lars Magne Ingebri... Add the rest of the useful interactive commands.
2010-10-04 Lars Magne Ingebri... Start implementing the various url and image interactiv...
2010-10-04 Lars Magne Ingebri... Don't insert a new newline after empty-ish lines.
2010-10-04 Lars Magne Ingebri... (browse-url): Required.
2010-10-04 Lars Magne Ingebri... Fix some compilation warnings.
2010-10-04 Lars Magne Ingebri... (shr-make-table): Tweak table generation.
2010-10-04 Lars Magne Ingebri... Implement table rendering.
2010-10-04 Lars Magne Ingebri... (shr-tag-blockquote): Ensure paragraph start.
2010-10-04 Lars Magne Ingebri... (shr-tag-li): Get <li> indentation even righter.
2010-10-04 Lars Magne Ingebri... (shr-tag-li): Get <li> indentation right.
2010-10-04 Lars Magne Ingebri... (shr-insert): Handle <pre> better.
2010-10-04 Lars Magne Ingebri... (shr-insert): Tweak line breaking.
2010-10-04 Lars Magne Ingebri... (shr-ensure-paragraph): Fix the non-empty line case.
2010-10-04 Lars Magne Ingebri... (shr-insert): Use string anchors instead of line anchors.
2010-10-03 Lars Magne Ingebri... (shr-tag-s): Fix face prop name.
2010-10-03 Lars Magne Ingebri... (shr-tag-s): Fix "s" tag name function.
2010-10-03 Lars Magne Ingebri... Merge branch 'master' of https://git.gnus.org/gnus
2010-10-03 Lars Magne Ingebri... (shr-insert): \t is also space.
2010-10-03 Chong YidongAvoid using plusp; cl may not be loaded.
2010-10-03 Lars Magne Ingebri... Add h6.
2010-10-03 Lars Magne Ingebri... (shr-ensure-paragraph): Don't insert double line feeds...
2010-10-03 Lars Magne Ingebri... (shr-tag-p): Collapse subsequent <p>s.
2010-10-03 Lars Magne Ingebri... Tweak <li> rendering.
2010-10-03 Lars Magne Ingebri... (shr-insert): Get white space at the beginning/end...
2010-10-03 Lars Magne Ingebri... (shr-tag-li): Make <ul> prettier.
2010-10-03 Lars Magne Ingebri... (shr-ensure-paragraph): Actually work.
2010-10-03 Lars Magne Ingebri... * shr.el: Add headings.
2010-10-03 Lars Magne Ingebri... Don't insert newlines on empty tags at the beginning...
2010-10-03 Lars Magne Ingebri... Implement indentation in blockquotes.
2010-10-03 Lars Magne Ingebri... (shr-tag-p): Don't insert newlines at the start of...
2010-10-03 Lars Magne Ingebri... (shr-rescale-image): Use the right image-size variant.
2010-10-03 Lars Magne Ingebri... (shr-tag-blockquote): Convert name.
2010-10-03 Lars Magne Ingebri... Rename the tag functions a bit, and add some new ones.
2010-10-02 Lars Magne Ingebri... (shr-add-font): Use overlays for combining faces.
next