*** empty log message ***
authorroot <root>
Tue, 3 Oct 2006 10:28:25 +0000 (10:28 +0000)
committerroot <root>
Tue, 3 Oct 2006 10:28:25 +0000 (10:28 +0000)
Changes
doc/rxvtd.1.pod
src/rxvtfont.C

diff --git a/Changes b/Changes
index 57a284cdd72a59492423eb716d549bc2470e3a22..72d5b8172abf309f5f302e630da5a6c5038193ab 100644 (file)
--- a/Changes
+++ b/Changes
@@ -36,6 +36,8 @@ TODO: (exg) rxvt -fn -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1 U
           working directory (reported by Roland Baer, possibly fixes gentoo
           bug #143985).
         - fixed many minor issues reported by Roland Baer.
+        - Leonid Khramov spotted a minor glitch in rxvtfont.C that
+          should not have any consequences, but was buggy nonetheless.
 
 7.9  Mon Aug  7 18:16:07 CEST 2006
         - fix the crashing bug people encountered with 7.8 + urxvtd + perl
index 4d63037e3d3893ba2293b2484ed963906f8e442d..25281390bcc4062b566211a682f5e2f72d3a731f 100644 (file)
@@ -59,7 +59,7 @@ socket.
 This is a useful invocation of B<@@RXVT_NAME@@d> in a F<.xsession>-style
 script:
 
-   B<@@RXVT_NAME@@d> -q -f -o
+   @@RXVT_NAME@@d -q -f -o
 
 This waits till the control socket is available, opens the current display
 and forks into the background. When you log-out, the server is reset and
index 56a35ed1037be16ce95355258b8f2547030cfd34..40484fd53625d2d729241ff8adb287f71874bda3 100644 (file)
@@ -483,7 +483,6 @@ struct rxvt_font_x11 : rxvt_font {
 
   bool slow; // wether this is a proportional font or has other funny characteristics
   XFontStruct *f;
-  codeset cs;
   bool enc2b, encm;
 
   char *get_property (XFontStruct *f, Atom property, const char *repl) const;