--- rxvt-unicode/Changes 2012/01/19 16:37:28 1.1072 +++ rxvt-unicode/Changes 2012/04/10 15:25:41 1.1080 @@ -21,6 +21,19 @@ TODO: command line editing when icanon? TODO: split ROW into a ROW_fast (0..total*2-1) and ROW macros? +9.16 + - remove support for libafterimage. + - the font height is not augmented anymore when lineSpace is non zero. + - fix "new pagemap" vs. "delete pagemap" mismatch ([] vs. non-[]), + as diagnosed by clang. + - fix height mismatch between active and inactive cursor when + lineSpace is non zero (patch by Stanislav Seletskiy). + - make it compile with LOCAL_X_IS_UNIX again (reported by + nickfailure@gmail.com). + +9.15 Sat Jan 21 13:36:56 CET 2012 + - remove "using namespace std" because clang erroneously + thinks thats an error. - finding a matching font (e.g. bold version of the base font) was broken (reported by Eamon Walker). - fix parsing of bg image styles. They really work now.