From: root Date: Tue, 3 Oct 2006 10:28:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=0b0cf97d4d541a58e1053d862e82da721df5d7b8;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index 57a284cd..72d5b817 100644 --- 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 diff --git a/doc/rxvtd.1.pod b/doc/rxvtd.1.pod index 4d63037e..25281390 100644 --- a/doc/rxvtd.1.pod +++ b/doc/rxvtd.1.pod @@ -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 diff --git a/src/rxvtfont.C b/src/rxvtfont.C index 56a35ed1..40484fd5 100644 --- a/src/rxvtfont.C +++ b/src/rxvtfont.C @@ -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;