]> granicus.if.org Git - neomutt/commitdiff
Manual: Run lynx with --display_charset=us-ascii, see #3286.
authorRocco Rutte <pdmef@gmx.net>
Tue, 30 Jun 2009 15:31:44 +0000 (17:31 +0200)
committerRocco Rutte <pdmef@gmx.net>
Tue, 30 Jun 2009 15:31:44 +0000 (17:31 +0200)
ChangeLog
doc/Makefile.am

index 494d5d8ccc8aed3e102b893238a5a27d954abee5..71aa95b347e4a2bc8d7fb47a513d4f6d7003a53b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2009-06-29 18:20 +0000  Rocco Rutte  <pdmef@gmx.net>  (03c65df651e0)
+
+       * UPDATING, doc/manual.xml.head: Manual: Move new mail detection into
+       its own section
+
+       This also updates some parts of docs and adds missing ones. It also
+       adds a note about the recent changes, also to UPDATING.
+
+2009-06-29 18:03 +0200  Rocco Rutte  <pdmef@gmx.net>  (d3a7e0334e5d)
+
+       * url.c, url.h: Revert URL path encoding for now
+
+       It breaks gmail url display and makes bcache use different paths.
+       Still we need to think about whether we want to allow any character
+       in bcache paths (possibly multibyte, possibly depending on
+       $charset).
+
 2009-06-28 20:49 -0700  Brendan Cully  <brendan@kublai.com>  (298194c414f0)
 
        * configure.ac, curs_lib.c: Allow tabs in index subject. Closes #3270.
index 88ab4a093681d803655f16fd32a84b22d2ae9e1b..493b440003cfb8cb3b537a18039a7b92d1ed2f2f 100644 (file)
@@ -102,7 +102,7 @@ uninstall-local:
 
 check:
 manual.txt: manual.html
-       -LC_ALL=C lynx -dump -nolist -with_backspaces manual.html > $@ || \
+       -LC_ALL=C lynx -dump -nolist -with_backspaces -display_charset=us-ascii manual.html > $@ || \
        LC_ALL=C w3m -dump manual.html > $@ || \
        LC_ALL=C elinks -dump -no-numbering -no-references manual.html | sed -e 's,\\001, ,g' > $@