+2005-04-23 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * dvi/mdvi-lib/private.h:
+ * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
+
+ Suppess output for kpathsea during font generation. Thanks to
+ James Bowes
+
Fri Apr 22 19:57:46 2005 Jonathan Blandford <jrb@redhat.com>
* NEWS:
#include <kpathsea/cnf.h>
#include <kpathsea/proginit.h>
#include <kpathsea/progname.h>
+#include <kpathsea/tex-make.h>
#define ISSP(p) (*(p) == ' ' || *(p) == '\t')
#define SKIPSP(p) while(ISSP(p)) p++
const char *mfmode, const char *font, int dpi)
{
const char *p;
+
+ /* Stop meaningless output generation. */
+ kpse_make_tex_discard_errors = FALSE;
p = strrchr(program, '/');
p = (p ? p + 1 : program);