Hello community,

here is the log from the commit of package xditview for openSUSE:Factory 
checked in at 2013-01-22 18:05:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xditview (Old)
 and      /work/SRC/openSUSE:Factory/.xditview.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xditview", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/xditview/xditview.changes        2012-05-08 
12:02:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xditview.new/xditview.changes   2013-01-22 
18:05:25.000000000 +0100
@@ -1,0 +2,13 @@
+Sat Jan 19 10:59:39 UTC 2013 - [email protected]
+
+- Update to version 1.0.3:
+  + config:
+    - Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
+    - Replace deprecated AC_HELP_STRING with AS_HELP_STRING.
+    - Use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS.
+    - Move man pages into their own directory.
+  + man:
+    - Replace hard coded man page section with substitution strings
+    - Remove trailing spaces and tabs.
+
+-------------------------------------------------------------------

Old:
----
  xditview-1.0.2.tar.bz2

New:
----
  xditview-1.0.3.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xditview.spec ++++++
--- /var/tmp/diff_new_pack.HRELt9/_old  2013-01-22 18:05:29.000000000 +0100
+++ /var/tmp/diff_new_pack.HRELt9/_new  2013-01-22 18:05:29.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xditview
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           xditview
-Version:        1.0.2
+Version:        1.0.3
 Release:        0
-License:        MIT
 Summary:        Utility to display ditroff output
-Url:            http://xorg.freedesktop.org/
+License:        MIT
 Group:          System/X11/Utilities
+Url:            http://xorg.freedesktop.org/
 Source0:        
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(x11)

++++++ xditview-1.0.2.tar.bz2 -> xditview-1.0.3.tar.bz2 ++++++
++++ 12135 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xditview-1.0.2/ChangeLog new/xditview-1.0.3/ChangeLog
--- old/xditview-1.0.2/ChangeLog        2010-08-07 01:08:39.000000000 +0200
+++ new/xditview-1.0.3/ChangeLog        2013-01-13 01:43:50.000000000 +0100
@@ -1,3 +1,69 @@
+commit 23371e39e595056b3db2e361fad8a21ed4a0d9e7
+Author: Alan Coopersmith <[email protected]>
+Date:   Sat Jan 12 16:36:26 2013 -0800
+
+    xditview 1.0.3
+    
+    Signed-off-by: Alan Coopersmith <[email protected]>
+
+commit 257b2cdcaeb19a75b3e61e11a038244af89d3179
+Author: Gaetan Nadon <[email protected]>
+Date:   Wed Jan 19 10:06:56 2011 -0500
+
+    config: move man pages into their own directory
+    
+    Use services provided by XORG_MANPAGE_SECTIONS.
+    Use standard Makefile for man pages.
+    
+    Signed-off-by: Gaetan Nadon <[email protected]>
+
+commit a81efa4ac87783a42ffb5f8099b05016903fb1a4
+Author: Gaetan Nadon <[email protected]>
+Date:   Thu Jan 13 17:15:36 2011 -0500
+
+    man: replace hard coded man page section with substitution strings
+    
+    Signed-off-by: Gaetan Nadon <[email protected]>
+
+commit a274cf7cbf58d9e3b40c7146c191a63a995e9f2d
+Author: Gaetan Nadon <[email protected]>
+Date:   Thu Jan 13 11:15:47 2011 -0500
+
+    man: remove trailing spaces and tabs
+    
+    Using s/[ \t]*$//
+    
+    Signed-off-by: Gaetan Nadon <[email protected]>
+
+commit e65ffae36608a8c7d4cf24d6c1c1a686b70abc00
+Author: Gaetan Nadon <[email protected]>
+Date:   Wed Jan 12 16:28:02 2011 -0500
+
+    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
+    
+    This silences an Autoconf warning
+
+commit 78fe41b9f00cd8ad5ee8532ae70771b0e0fe6756
+Author: Gaetan Nadon <[email protected]>
+Date:   Wed Jan 12 15:29:50 2011 -0500
+
+    config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
+    
+    This silences an Automake warning.
+    
+    Signed-off-by: Gaetan Nadon <[email protected]>
+
+commit 1616e2d2e5c632c7a175dee2b0ae4e2b737bb648
+Author: Gaetan Nadon <[email protected]>
+Date:   Wed Jan 12 11:54:40 2011 -0500
+
+    config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
+    
+    It depends on util-macros 1.8 or later
+    The existing statement can now be removed from the configuration file.
+    
+    Signed-off-by: Gaetan Nadon <[email protected]>
+
 commit b05d3efcd5ecceb73edc9e64cc07a5c7fcfaa321
 Author: Alan Coopersmith <[email protected]>
 Date:   Fri Aug 6 16:08:20 2010 -0700
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xditview-1.0.2/Makefile.am new/xditview-1.0.3/Makefile.am
--- old/xditview-1.0.2/Makefile.am      2010-08-06 17:54:00.000000000 +0200
+++ new/xditview-1.0.3/Makefile.am      2013-01-13 01:36:33.000000000 +0100
@@ -19,6 +19,7 @@
 #  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 #  PERFORMANCE OF THIS SOFTWARE.
 
+SUBDIRS = man
 bin_PROGRAMS = xditview
 
 AM_CFLAGS = $(XDITVIEW_CFLAGS)
@@ -40,9 +41,6 @@
         XFontName.c \
         XFontName.h
 
-appman_PRE = \
-        xditview.man
-
 # App default files
 
 DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults
@@ -59,20 +57,7 @@
 
 EXTRA_DIST = xdit.bm xdit_mask.bm
 
-appmandir = $(APP_MAN_DIR)
-
-appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
-
-EXTRA_DIST += $(appman_PRE)
 MAINTAINERCLEANFILES = ChangeLog INSTALL
-CLEANFILES = $(appman_DATA)
-
-SUFFIXES = .$(APP_MAN_SUFFIX) .man
-
-# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
-.man.$(APP_MAN_SUFFIX):
-       $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
-
 
 .PHONY: ChangeLog INSTALL
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xditview-1.0.2/configure.ac new/xditview-1.0.3/configure.ac
--- old/xditview-1.0.2/configure.ac     2010-08-07 01:07:31.000000000 +0200
+++ new/xditview-1.0.3/configure.ac     2013-01-13 01:36:33.000000000 +0100
@@ -23,7 +23,7 @@
 
 AC_PREREQ([2.60])
 AC_INIT([xditview],
-       [1.0.2],
+       [1.0.3],
        [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
        [xditview])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
@@ -35,9 +35,8 @@
 XORG_MACROS_VERSION(1.8)
 XORG_DEFAULT_OPTIONS
 
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
 
-AC_PROG_INSTALL
 
 AC_CHECK_FUNC([mkstemp], 
    AC_DEFINE(HAS_MKSTEMP,1,[Define to 1 if you have the "mkstemp" function.]))
@@ -48,10 +47,13 @@
 PKG_CHECK_MODULES(APPDEFS, xt)
 xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt`
 AC_ARG_WITH(appdefaultdir,
-       AC_HELP_STRING([--with-appdefaultdir=<pathname>],
+       AS_HELP_STRING([--with-appdefaultdir=<pathname>],
          [specify directory for app-defaults files (default is autodetected)]),
        [appdefaultdir="$withval"], [appdefaultdir="${xt_appdefaultdir}"])
 AC_SUBST(appdefaultdir)
 
 
-AC_OUTPUT([Makefile])
+AC_CONFIG_FILES([
+       Makefile
+       man/Makefile])
+AC_OUTPUT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xditview-1.0.2/man/Makefile.am new/xditview-1.0.3/man/Makefile.am
--- old/xditview-1.0.2/man/Makefile.am  1970-01-01 01:00:00.000000000 +0100
+++ new/xditview-1.0.3/man/Makefile.am  2013-01-13 01:36:33.000000000 +0100
@@ -0,0 +1,12 @@
+
+appmandir = $(APP_MAN_DIR)
+appman_PRE = xditview.man
+appman_DATA = $(appman_PRE:man=$(APP_MAN_SUFFIX))
+
+EXTRA_DIST = $(appman_PRE)
+CLEANFILES = $(appman_DATA)
+SUFFIXES = .$(APP_MAN_SUFFIX) .man
+
+# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
+.man.$(APP_MAN_SUFFIX):
+       $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xditview-1.0.2/man/xditview.man new/xditview-1.0.3/man/xditview.man
--- old/xditview-1.0.2/man/xditview.man 1970-01-01 01:00:00.000000000 +0100
+++ new/xditview-1.0.3/man/xditview.man 2013-01-13 01:36:33.000000000 +0100
@@ -0,0 +1,177 @@
+.\" $XConsortium: xditview.man,v 1.10 94/04/17 20:43:37 gildea Exp $
+.\"
+.\" $XFree86: xc/programs/xditview/xditview.man,v 1.4 2003/03/19 01:49:28 
dawes Exp $
+.\"
+.TH XDITVIEW 1 __xorgversion__
+.SH NAME
+xditview \- display ditroff output
+.SH SYNOPSIS
+.B xditview
+[ \-\fItoolkitoption\fP .\|.\|. ] [ \-\fIoption\fP .\|.\|. ] [ \fIfilename\fP ]
+.SH DESCRIPTION
+The
+.I xditview
+program displays
+.I ditroff
+output on an X display.  It uses no special
+metrics and automatically converts the printer coordinates into screen
+coordinates; using the user-specified screen resolution, rather than the
+actual resolution so that the appropriate fonts can be found.  If
+``\fB\-\fP'' is given as the
+.I filename,
+.I xditview
+reads from standard input.
+If ``\fB|\fP'' is the first character of
+.I filename,
+.I xditview
+forks
+.I sh
+to run the rest of the ``file name'' and uses the
+standard output of that command.
+.SH OPTIONS
+.I Xditview
+accepts all of the standard X Toolkit command line options along with the
+additional options listed below:
+.TP 8
+.B \-page \fIpage-number\fP
+This option specifies the page number of the document to be displayed at
+start up time.
+.TP 8
+.B \-resolution \fIscreen-resolution\fP
+This specifies the desired screen resolution to use; fonts will be opened by
+requesting this resolution field in the XLFD names.
+.TP 8
+.B \-noPolyText
+Some X servers incorrectly implement PolyText with multiple strings
+per request.  This option suppresses the use of this feature in
+.I xditview.
+.TP 8
+.B \-backingStore \fIbacking-store-type\fP
+Redisplay can take up to a second or so; this option causes
+the server to save the window contents so that when it is scrolled around the
+viewport, the window is painted from contents saved in backing store.
+\fIbacking-store-type\fP can be one of \fBAlways\fP, \fPWhenMapped\fP or
+\fPNotUseful\fP.
+.PP
+The following standard X Toolkit command line arguments are commonly used with
+.I xditview:
+.TP 8
+.B \-bg \fIcolor\fP
+This option specifies the color to use for the background of the window.
+The default is \fIwhite\fP.
+.TP 8
+.B \-bd \fIcolor\fP
+This option specifies the color to use for the border of the window.
+The default is \fIblack\fP.
+.TP 8
+.B \-bw \fInumber\fP
+This option specifies the width in pixels of the border surrounding the window.
+.TP 8
+.B \-fg \fIcolor\fP
+This option specifies the color to use for displaying text.  The default is
+\fIblack\fP.
+.TP 8
+.B \-fn \fIfont\fP
+This option specifies the font to be used for displaying widget text.  The
+default is \fIfixed\fP.
+.TP 8
+.B \-rv
+This option indicates that reverse video should be simulated by swapping
+the foreground and background colors.
+.TP 8
+.B \-geometry \fIgeometry\fP
+This option specifies the preferred size and position of the window.
+.TP 8
+.B \-display \fIhost\fP:\fIdisplay\fP
+This option specifies the X server to contact.
+.TP 8
+.B \-xrm \fIresourcestring\fP
+This option specifies a resource string to be used.
+.SH X DEFAULTS
+This program uses a
+.I Dvi
+widget.  It understands all of the core resource names and
+classes as well as:
+.PP
+.TP 8
+.B width (\fPclass\fB Width)
+Specifies the width of the window.
+.TP 8
+.B height (\fPclass\fB Height)
+Specifies the height of the window.
+.TP 8
+.B foreground (\fPclass\fB Foreground)
+Specifies the default foreground color.
+.TP 8
+.B font (\fPclass\fB Font)
+Specifies the font to be used for error messages.
+.TP 8
+.B FontMap (\fBclass\fB FontMap)
+To associate the
+.I ditroff
+fonts with appropriate X fonts, this string
+resource contains a set of new-line separated specifications, each of which
+consists of a ditroff name, some white space and an XLFD pattern with *
+characters in appropriate places to allow all sizes to be listed.  The
+default fontMap is:
+.nf
+.sp
+R      \-*\-times\-medium\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
+I      \-*\-times\-medium\-i\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
+B      \-*\-times\-bold\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
+F      \-*\-times\-bold\-i\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
+BI     \-*\-times\-bold\-i\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
+C      \-*\-courier\-medium\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
+CO     \-*\-courier\-medium\-o\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
+CB     \-*\-courier\-bold\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
+CF     \-*\-courier\-bold\-o\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
+H      \-*\-helvetica\-medium\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
+HO     \-*\-helvetica\-medium\-o\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
+HB     \-*\-helvetica\-bold\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
+HF     \-*\-helvetica\-bold\-o\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
+N      \-*\-new century 
schoolbook\-medium\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
+NI     \-*\-new century 
schoolbook\-medium\-i\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
+NB     \-*\-new century 
schoolbook\-bold\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
+NF     \-*\-new century 
schoolbook\-bold\-i\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
+A      \-*\-charter\-medium\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
+AI     \-*\-charter\-medium\-i\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
+AB     \-*\-charter\-bold\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
+AF     \-*\-charter\-bold\-i\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
+S      
\-*\-symbol\-medium\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-adobe\-fontspecific\en\e
+S2     
\-*\-symbol\-medium\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-adobe\-fontspecific\en
+.sp
+.fi
+.SH "USING XDITVIEW WITH DITROFF"
+.PP
+You can use any ditroff output file with
+.I xditview,
+although files which use
+the fonts appropriate to the fontMap will look more accurate on the screen.
+On servers which support scaled fonts, all requested font sizes will be
+accurately reflected on the screen; for servers which do not support scaled
+.I xditview
+will use the closest font from the same family.
+.SH "SEE ALSO"
+.IR X (__miscmansuffix__),
+.IR xrdb (__appmansuffix__),
+.IR ditroff (__appmansuffix__),
+.I "X Logical Font Description Conventions"
+.SH ORIGIN
+Portions of this program originated in
+.I xtroff which was derived
+from
+.I suntroff.
+.SH COPYRIGHT
+Copyright 1994 X Consortium
+.br
+See \fIX\fP(__miscmansuffix__) for a full statement of rights and permissions.
+.SH AUTHORS
+Keith Packard (MIT X Consortium)
+.br
+Richard L. Hyde (Purdue)
+.br
+David Slattengren (Berkeley)
+.br
+Malcom Slaney (Schlumberger Palo Alto Research)
+.br
+Mark Moraes (University of Toronto)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xditview-1.0.2/xditview.man new/xditview-1.0.3/xditview.man
--- old/xditview-1.0.2/xditview.man     2009-10-16 23:39:00.000000000 +0200
+++ new/xditview-1.0.3/xditview.man     1970-01-01 01:00:00.000000000 +0100
@@ -1,177 +0,0 @@
-.\" $XConsortium: xditview.man,v 1.10 94/04/17 20:43:37 gildea Exp $
-.\"
-.\" $XFree86: xc/programs/xditview/xditview.man,v 1.4 2003/03/19 01:49:28 
dawes Exp $
-.\"
-.TH XDITVIEW 1 __xorgversion__
-.SH NAME
-xditview \- display ditroff output
-.SH SYNOPSIS
-.B xditview
-[ \-\fItoolkitoption\fP .\|.\|. ] [ \-\fIoption\fP .\|.\|. ] [ \fIfilename\fP ]
-.SH DESCRIPTION
-The
-.I xditview 
-program displays
-.I ditroff
-output on an X display.  It uses no special
-metrics and automatically converts the printer coordinates into screen
-coordinates; using the user-specified screen resolution, rather than the
-actual resolution so that the appropriate fonts can be found.  If
-``\fB\-\fP'' is given as the
-.I filename,
-.I xditview
-reads from standard input.
-If ``\fB|\fP'' is the first character of
-.I filename,
-.I xditview
-forks
-.I sh
-to run the rest of the ``file name'' and uses the
-standard output of that command.
-.SH OPTIONS
-.I Xditview
-accepts all of the standard X Toolkit command line options along with the 
-additional options listed below:
-.TP 8
-.B \-page \fIpage-number\fP
-This option specifies the page number of the document to be displayed at
-start up time.
-.TP 8
-.B \-resolution \fIscreen-resolution\fP
-This specifies the desired screen resolution to use; fonts will be opened by
-requesting this resolution field in the XLFD names.
-.TP 8
-.B \-noPolyText
-Some X servers incorrectly implement PolyText with multiple strings
-per request.  This option suppresses the use of this feature in
-.I xditview.
-.TP 8
-.B \-backingStore \fIbacking-store-type\fP
-Redisplay can take up to a second or so; this option causes
-the server to save the window contents so that when it is scrolled around the
-viewport, the window is painted from contents saved in backing store. 
-\fIbacking-store-type\fP can be one of \fBAlways\fP, \fPWhenMapped\fP or
-\fPNotUseful\fP.
-.PP
-The following standard X Toolkit command line arguments are commonly used with 
-.I xditview:
-.TP 8
-.B \-bg \fIcolor\fP
-This option specifies the color to use for the background of the window.  
-The default is \fIwhite\fP.
-.TP 8
-.B \-bd \fIcolor\fP
-This option specifies the color to use for the border of the window.
-The default is \fIblack\fP.
-.TP 8
-.B \-bw \fInumber\fP
-This option specifies the width in pixels of the border surrounding the window.
-.TP 8
-.B \-fg \fIcolor\fP
-This option specifies the color to use for displaying text.  The default is 
-\fIblack\fP.
-.TP 8
-.B \-fn \fIfont\fP
-This option specifies the font to be used for displaying widget text.  The
-default is \fIfixed\fP.
-.TP 8
-.B \-rv
-This option indicates that reverse video should be simulated by swapping
-the foreground and background colors.
-.TP 8
-.B \-geometry \fIgeometry\fP
-This option specifies the preferred size and position of the window.
-.TP 8
-.B \-display \fIhost\fP:\fIdisplay\fP
-This option specifies the X server to contact.
-.TP 8
-.B \-xrm \fIresourcestring\fP
-This option specifies a resource string to be used.
-.SH X DEFAULTS
-This program uses a
-.I Dvi
-widget.  It understands all of the core resource names and
-classes as well as:
-.PP
-.TP 8
-.B width (\fPclass\fB Width)
-Specifies the width of the window.
-.TP 8
-.B height (\fPclass\fB Height)
-Specifies the height of the window.
-.TP 8
-.B foreground (\fPclass\fB Foreground)
-Specifies the default foreground color.
-.TP 8
-.B font (\fPclass\fB Font)
-Specifies the font to be used for error messages.
-.TP 8
-.B FontMap (\fBclass\fB FontMap)
-To associate the
-.I ditroff
-fonts with appropriate X fonts, this string
-resource contains a set of new-line separated specifications, each of which
-consists of a ditroff name, some white space and an XLFD pattern with *
-characters in appropriate places to allow all sizes to be listed.  The
-default fontMap is:
-.nf
-.sp
-R      \-*\-times\-medium\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
-I      \-*\-times\-medium\-i\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
-B      \-*\-times\-bold\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
-F      \-*\-times\-bold\-i\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
-BI     \-*\-times\-bold\-i\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
-C      \-*\-courier\-medium\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
-CO     \-*\-courier\-medium\-o\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
-CB     \-*\-courier\-bold\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
-CF     \-*\-courier\-bold\-o\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
-H      \-*\-helvetica\-medium\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
-HO     \-*\-helvetica\-medium\-o\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
-HB     \-*\-helvetica\-bold\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
-HF     \-*\-helvetica\-bold\-o\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
-N      \-*\-new century 
schoolbook\-medium\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
-NI     \-*\-new century 
schoolbook\-medium\-i\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
-NB     \-*\-new century 
schoolbook\-bold\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
-NF     \-*\-new century 
schoolbook\-bold\-i\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
-A      \-*\-charter\-medium\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
-AI     \-*\-charter\-medium\-i\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
-AB     \-*\-charter\-bold\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
-AF     \-*\-charter\-bold\-i\-normal\-\^\-*\-*\-*\-*\-*\-*\-iso8859\-1\en\e
-S      
\-*\-symbol\-medium\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-adobe\-fontspecific\en\e
-S2     
\-*\-symbol\-medium\-r\-normal\-\^\-*\-*\-*\-*\-*\-*\-adobe\-fontspecific\en
-.sp
-.fi
-.SH "USING XDITVIEW WITH DITROFF"
-.PP
-You can use any ditroff output file with
-.I xditview,
-although files which use
-the fonts appropriate to the fontMap will look more accurate on the screen.
-On servers which support scaled fonts, all requested font sizes will be
-accurately reflected on the screen; for servers which do not support scaled
-.I xditview
-will use the closest font from the same family.
-.SH "SEE ALSO"
-.IR X (__miscmansuffix__),
-.IR xrdb (1),
-.IR ditroff (1),
-.I "X Logical Font Description Conventions"
-.SH ORIGIN
-Portions of this program originated in
-.I xtroff which was derived
-from
-.I suntroff.  
-.SH COPYRIGHT
-Copyright 1994 X Consortium
-.br
-See \fIX\fP(1) for a full statement of rights and permissions.
-.SH AUTHORS
-Keith Packard (MIT X Consortium)
-.br
-Richard L. Hyde (Purdue)
-.br
-David Slattengren (Berkeley)
-.br
-Malcom Slaney (Schlumberger Palo Alto Research)
-.br
-Mark Moraes (University of Toronto)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to