| Thu, 27 Jun 2013 16:39:16 +0200 | gibus | For some reason, BeautifulSoup wants now fromEncoding='UTF-8' in some unidentified cases. | file | diff | annotate |
| Wed, 27 Mar 2013 17:51:18 +0100 | gibus | do not skip span for newline textnodes otherwise compute_new_comment_positions() will return bad results for pandoc texts. | file | diff | annotate |
| Mon, 12 Nov 2012 12:58:34 +0100 | gibus | Do not spannify empty text nodes, prevents abiword crash. | file | diff | annotate |
| Mon, 24 Sep 2012 01:12:12 -0700 | gibus | For some reasons BeautifulSouf does not convert entities with convertEntities=["xml","html"], use convertEntities=BeautifulSoup.ALL_ENTITIES instead. | file | diff | annotate |