[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r531 - in trunk/debian: . patches/general



Author: ender
Date: 2005-08-16 10:25:54 -0500 (Tue, 16 Aug 2005)
New Revision: 531

Added:
   trunk/debian/patches/general/025f_XPutImage_manpage_macros_fix.diff
Modified:
   trunk/debian/changelog
Log:
Fixed some macros in XPutImage.3x, that left trailing characters in the lines above the insertions (closes: #323210).


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-08-16 10:16:24 UTC (rev 530)
+++ trunk/debian/changelog	2005-08-16 15:25:54 UTC (rev 531)
@@ -63,8 +63,12 @@
   [ David Nusinow ]
   * Add missing libfs-dev depends. Thanks Guillem Jover (Closes: #321641)
 
- -- Branden Robinson <branden@debian.org>  Thu, 11 Aug 2005 18:20:46 -0500
+  [ David Martínez Moreno ]
+  * Fixed some macros in XPutImage.3x, that left trailing characters in the
+    lines above the insertions (closes: #323210).
 
+ -- David Martínez Moreno <ender@debian.org>  Tue, 16 Aug 2005 11:32:54 +0200
+
 xorg-x11 (6.8.2.dfsg.1-5) unstable; urgency=low
 
   [ David Nusinow ]

Added: trunk/debian/patches/general/025f_XPutImage_manpage_macros_fix.diff
===================================================================
--- trunk/debian/patches/general/025f_XPutImage_manpage_macros_fix.diff	2005-08-16 10:16:24 UTC (rev 530)
+++ trunk/debian/patches/general/025f_XPutImage_manpage_macros_fix.diff	2005-08-16 15:25:54 UTC (rev 531)
@@ -0,0 +1,39 @@
+$Id$
+
+Filed up as X.Org bug #4112.
+
+Index: xc/doc/man/X11/XPutImage.man
+===================================================================
+--- xc/doc/man/X11/XPutImage.man.orig	2005-07-19 11:32:42.427624740 +0200
++++ xc/doc/man/X11/XPutImage.man	2005-08-16 12:25:41.186349924 +0200
+@@ -163,16 +163,16 @@
+ Specifies the drawable. 
+ .IP \fIdest_image\fP 1i
+ Specifies the destination image.
+-.ds Dx , which are relative to the origin of the drawable
+-and are the coordinates of the subimage
+-or which are relative to the origin of the destination rectangle,
+-specify its upper-left corner, and determine where the subimage
++.ds Dx , which are relative to the origin of the drawable \
++and are the coordinates of the subimage \
++or which are relative to the origin of the destination rectangle, \
++specify its upper-left corner, and determine where the subimage \
+ is placed in the destination image
+ .IP \fIdest_x\fP 1i
+ .br
+ .ns
+ .IP \fIdest_y\fP 1i
+-Specify the x and y coordinates\*(Dx. 
++Specify the x and y coordinates\*(Dx.
+ .IP \fIdisplay\fP 1i
+ Specifies the connection to the X server.
+ .IP \fIformat\fP 1i
+@@ -204,7 +204,7 @@
+ .ns
+ .IP \fIheight\fP 1i
+ Specify the width and height\*(Wh.
+-.ds Xy , which are relative to the origin of the drawable
++.ds Xy , which are relative to the origin of the drawable \
+ and define the upper-left corner of the rectangle
+ .IP \fIx\fP 1i
+ .br


Property changes on: trunk/debian/patches/general/025f_XPutImage_manpage_macros_fix.diff
___________________________________________________________________
Name: svn:keywords
   + Id



Reply to: