From: Rocco Rutte Date: Thu, 29 Nov 2007 15:03:47 +0000 (+0100) Subject: Add ascii-replacements for 0x2dc (tilde) and 0x2026 (...) too. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c86bdb96fd829513b09acfb69a0e3dec8f41e43;p=neomutt Add ascii-replacements for 0x2dc (tilde) and 0x2026 (...) too. The manual cannot be clean us-acii but now we should have at least latin1 --- diff --git a/ChangeLog b/ChangeLog index 20cb89960..ef1045996 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2007-11-29 15:24 +0100 Rocco Rutte (c64cb80a90a6) + + * doc/Makefile.am, doc/db-cleanup.xsl: Add a really ugly hack to make + sure the plain text manual is us-ascii. The hack is filtering + manual.html to another HTML file but replacing unicode chars by + their ascii equivalents. The intermediate file is used to dump HTML + to us-ascii text (and only for that). + +2007-11-29 10:18 +0100 Rocco Rutte (33895288520e) + + * ChangeLog, hcache.c: Fix hcache build issue when building with gdbm + if qdbm is installed, too + 2007-11-21 13:19 +0100 Miroslav Lichvar (9286a76e79a2) * send.c: Don't ignore $from in batch send mode. diff --git a/doc/db-cleanup.xsl b/doc/db-cleanup.xsl index d146a98e3..4b7692bf1 100644 --- a/doc/db-cleanup.xsl +++ b/doc/db-cleanup.xsl @@ -42,9 +42,24 @@ + + - + + + + + + ... + + + + + + + +