*** empty log message ***
authorroot <root>
Sat, 26 Jan 2008 19:54:13 +0000 (19:54 +0000)
committerroot <root>
Sat, 26 Jan 2008 19:54:13 +0000 (19:54 +0000)
Changes
doc/rxvt.1.man.in

diff --git a/Changes b/Changes
index 9ae981b84d9d06db2da104a94b8d8867c3746abd..e1c96b26c09fc1438d6f9cc366313b351049d6ab 100644 (file)
--- a/Changes
+++ b/Changes
@@ -17,11 +17,11 @@ WISH: load system-wide config file even if we don't have one
 WISH: look into XAddConnectionWatch, does anybody need that?
 DUMB: support tex fonts
 
-9.01
-       - add buffered resource to disable xft double-buffering.
+9.01 Sat Jan 26 20:49:27 CET 2008
        - be more aggressive about handling X events, this seems to be required
           with newer xlibs (should fix the "screen stays black until event is
           received" problem, again :)
+       - add buffered resource to control xft double-buffering.
 
 9.0  Fri Jan 25 19:34:04 CET 2008
        - fix a crash bug where urxvtd would crash when urxvtc was called
index 0e55d9d577b970416f9185c363c6c65f653c68dd..44cf7aefbe0b0199f6945860192bbd48925bb1c3 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "@@RXVT_NAME@@ 1"
-.TH @@RXVT_NAME@@ 1 "2008-01-25" "8.9" "RXVT-UNICODE"
+.TH @@RXVT_NAME@@ 1 "2008-01-26" "9.0" "RXVT-UNICODE"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -230,6 +230,11 @@ respected). In the absence of this option, the display specified by the
 .IX Item "-depth bitdepth"
 Compile \fIxft\fR: Attempt to find a visual with the given bit depth;
 resource \fBdepth\fR.
+.Sp
+[Please note that many X servers (and libXft) are buggy with
+respect to \f(CW\*(C`\-depth 32\*(C'\fR and/or alpha channels, and will cause all sorts
+of graphical corruption. This is harmless, but we can't do anything about
+this, so watch out]
 .IP "\fB\-geometry\fR \fIgeom\fR" 4
 .IX Item "-geometry geom"
 Window geometry (\fB\-g\fR still respected); resource \fBgeometry\fR.
@@ -639,6 +644,12 @@ extensions not documented here):
 .IX Item "depth: bitdepth"
 Compile \fIxft\fR: Attempt to find a visual with the given bit depth;
 option \fB\-depth\fR.
+.IP "\fBbuffered:\fR \fIboolean\fR" 4
+.IX Item "buffered: boolean"
+Compile \fIxft\fR: Turn on/off double-buffering for xft (default enabled).
+On some card/driver combination enabling it slightly decreases
+performance, on most it greatly helps it. The slowdown is small, so it
+should normally be enabled.
 .IP "\fBgeometry:\fR \fIgeom\fR" 4
 .IX Item "geometry: geom"
 Create the window with the specified X window geometry [default 80x24];