2 Apr 2012 11:11
[gnus git] branch master updated: m0-3-107-g2dcbc9a =1= shr.el (shr-find-fill-point): Don't break a line before kinsoku-bol characters.
Katsumi Yamaoka <yamaoka <at> jpl.org>
2012-04-02 09:11:32 GMT
2012-04-02 09:11:32 GMT
via 2dcbc9ada5ed5213959b54678a333e5d7ad4d4f8 (commit)
from 840686ad5fde9d9ab16f57d989e7e19e0e352f99 (commit)
- Log -----------------------------------------------------------------
commit 2dcbc9ada5ed5213959b54678a333e5d7ad4d4f8
Author: Katsumi Yamaoka <yamaoka <at> jpl.org>
Date: Mon Apr 2 09:11:52 2012 +0000
shr.el (shr-find-fill-point): Don't break a line before kinsoku-bol characters.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 54930b3..5e14048 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
<at> <at> -1,3 +1,8 <at> <at>
+2012-04-02 Katsumi Yamaoka <yamaoka <at> jpl.org>
+
+ * shr.el (shr-find-fill-point): Don't break a line before kinsoku-bol
+ characters.
+
2012-03-27 Katsumi Yamaoka <yamaoka <at> jpl.org>
* gnus-sync.el (gnus-topic-alist, gnus-group-topic)
diff --git a/lisp/shr.el b/lisp/shr.el
index b0cbc1b..4ee573f 100644
--- a/lisp/shr.el
+++ b/lisp/shr.el
<at> <at> -461,6 +461,13 <at> <at> size, and full-buffer size."
(if (looking-at "\\(\\c<+\\)\\c<")
(goto-char (match-end 1))
(Continue reading)
RSS Feed