diff lisp/gnus/ChangeLog @ 111032:1ed05f12a0bc

shr.el: Improve kinsoku and table rendering.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Tue, 19 Oct 2010 07:57:50 +0000
parents 4bed37ddc92b
children 8ad626575f8a
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Mon Oct 18 20:13:27 2010 -0400
+++ b/lisp/gnus/ChangeLog	Tue Oct 19 07:57:50 2010 +0000
@@ -1,3 +1,15 @@
+2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+	* shr.el: Load kinsoku.
+	(shr-kinsoku-shorten): New internal variable.
+	(shr-find-fill-point): Make kinsoku shorten text line if
+	shr-kinsoku-shorten is bound to non-nil.
+	(shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
+	shr-indentation too when testing if table is wider than frame width.
+	(shr-insert-table): Use `string-width' instead of `length' to measure
+	text width.
+	(shr-insert-table-ruler): Make sure indentation is done at bol.
+
 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* nnimap.el (nnimap-request-move-article, nnimap-parse-line)