]> git.lyx.org Git - features.git/commit
Add converter to plain text and fix child format buglet
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 31 Jul 2006 17:43:59 +0000 (17:43 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 31 Jul 2006 17:43:59 +0000 (17:43 +0000)
commitf3b66682f272645bef8f270f766cc6e70392da25
treedd7d4db597437259e25457f6f4314757fd35b1ac
parent96313cdcb5ff4cfb9eaad5ebf4d338e22c897772
Add converter to plain text and fix child format buglet
* src/graph.C
(Graph::getReachable): Only add a child format to only viewable
formats if the child or parent has a viewer. Previously a child
format was also added when there was no viewer at all.

* lib/configure.py
(checkFormatEntries): add text2, text3 and text4 formats
(checkConverterEntries): add ps2ascii , pstotext and catdvi converters

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14528 a592a061-630c-0410-9148-cb99ea01b6c8
lib/configure.py
src/graph.C