- 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.
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.