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

X Strike Force XFree86 SVN commit: r2196 - in trunk/debian: . patches



Author: branden
Date: 2005-02-18 12:55:37 -0500 (Fri, 18 Feb 2005)
New Revision: 2196

Added:
   trunk/debian/patches/099w_fix_XGetWProp_manpage.diff
Modified:
   trunk/debian/CHANGESETS
   trunk/debian/changelog
Log:
Fix missing .HP tag in XGetWindowProperty() (et al.) manpage.  Thanks to
Tollef Fog Heen for bringing this to my attention.


Modified: trunk/debian/CHANGESETS
===================================================================
--- trunk/debian/CHANGESETS	2005-02-15 16:47:00 UTC (rev 2195)
+++ trunk/debian/CHANGESETS	2005-02-18 17:55:37 UTC (rev 2196)
@@ -20,4 +20,8 @@
 (Closes: #295175)
     2195
 
+Fix missing .HP tag in XGetWindowProperty() (et al.) manpage.  Thanks to
+Tollef Fog Heen for bringing this to my attention.
+    2196
+
 vim:set ai et sts=4 sw=4 tw=80:

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-02-15 16:47:00 UTC (rev 2195)
+++ trunk/debian/changelog	2005-02-18 17:55:37 UTC (rev 2196)
@@ -3,6 +3,8 @@
   * Urgency set to medium due to fix for release-critical bug #295175
     (xfree86-common fails to purge; see below).
 
+  Changes by Branden Robinson:
+
   * Fix xfree86-common and xdm's postrm scripts to shunt update-rc.d's
     standard output to /dev/null; the #DEBHELPER# expando causes the postrm to
     be re-executed with the debconf frontend, which is notorious for mistaking
@@ -11,8 +13,11 @@
     Steve Lanagasek for walking me through the issue on IRC.
     (Closes: #295175)
 
- -- Branden Robinson <branden@debian.org>  Tue, 15 Feb 2005 11:31:33 -0500
+  * Fix missing .HP tag in XGetWindowProperty() (et al.) manpage.  Thanks to
+    Tollef Fog Heen for bringing this to my attention.
 
+ -- Branden Robinson <branden@debian.org>  Fri, 18 Feb 2005 12:49:00 -0500
+
 xfree86 (4.3.0.dfsg.1-11) unstable; urgency=medium
 
   * Urgency set to medium due to fix for release-critical bug #286181

Added: trunk/debian/patches/099w_fix_XGetWProp_manpage.diff
===================================================================
--- trunk/debian/patches/099w_fix_XGetWProp_manpage.diff	2005-02-15 16:47:00 UTC (rev 2195)
+++ trunk/debian/patches/099w_fix_XGetWProp_manpage.diff	2005-02-18 17:55:37 UTC (rev 2196)
@@ -0,0 +1,18 @@
+$Id$
+
+Fix missing .HP tag in XGetWindowProperty() (et al.) manpage.
+
+This patch by Branden Robinson.
+
+Not submitted to XFree86 or X.Org.
+
+--- xc/doc/man/X11/XGetWProp.man~	2005-02-15 03:12:11.000000000 -0500
++++ xc/doc/man/X11/XGetWProp.man	2005-02-15 03:12:27.000000000 -0500
+@@ -153,6 +153,7 @@
+ .HP
+ Atom *XListProperties\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, int
+ *\fInum_prop_return\fP\^); 
++.HP
+ int XChangeProperty\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, Atom
+ \fIproperty\fP\^, Atom \fItype\fP\^, int \fIformat\fP\^, int \fImode\fP\^,
+ unsigned char *\fIdata\fP\^, int \fInelements\fP\^); 


Property changes on: trunk/debian/patches/099w_fix_XGetWProp_manpage.diff
___________________________________________________________________
Name: svn:keywords
   + Id



Reply to: