*** empty log message ***
authorroot <root>
Wed, 7 Dec 2005 20:55:52 +0000 (20:55 +0000)
committerroot <root>
Wed, 7 Dec 2005 20:55:52 +0000 (20:55 +0000)
Changes
doc/rxvt.1.pod

diff --git a/Changes b/Changes
index 372bc3183473663fc3e353f487cf32f94e6f0d72..6a945cef3896088d9536a4dee8e6bf738888d7f8 100644 (file)
--- 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.
index d04c22fedcb41e410d85c84e7514772420924463..da8018f2780d73ee98b4086bb30f39e8db53936a 100644 (file)
@@ -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.