From: root Date: Wed, 7 Dec 2005 20:55:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=8e99ee3b3bba7012fcc38e587745b008c5c18509;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index 372bc318..6a945cef 100644 --- a/Changes +++ b/Changes @@ -17,9 +17,9 @@ WISH: just for fun, do shade and tint with XRender. - fix a bug in the menu code of unknown impact, found by darix. - clean up signal handling to be global, not per terminal (matters only for rxvtd). + - fix small typoe in rxvt.1 (found by Mike Fabian). - don't crash when broken xft/fontconfig/freetype versions return - bogus data, ignore the xft font instead (experienced on a suse 10.1 - alpha). + bogus data, ignore the xft font instead (experienced on suse). 5.8 Tue Oct 25 22:21:45 CEST 2005 - INCOMPATIBLE CHANGE: many configure options are now on by default. diff --git a/doc/rxvt.1.pod b/doc/rxvt.1.pod index d04c22fe..da8018f2 100644 --- a/doc/rxvt.1.pod +++ b/doc/rxvt.1.pod @@ -1079,7 +1079,7 @@ supported in rxvt-unicode. Bug me if you need this. You can, however, switch fonts at runtime using escape sequences (and therefore using the menubar), e.g.: - printf '\e]701;%s\007' "9x15bold,xft:Kochi Gothic" + printf '\e]710;%s\007' "9x15bold,xft:Kochi Gothic" rxvt-unicode will automatically re-apply these fonts to the output so far.