. Update to 0.7.1 from the announce: New features: - Better (more compact) font rendering - (Rough) support for non fixed-width fonts - Added icons (.svg and .png) - More accurate blinking - Added --mode option to specify the GGI mode Fixes: - Check buffer size before accessing it in parse_ansi_sequences() - Send debugging output on stderr (non buffered) - in *_delete_chars() we didn"t clear the end of the line (fixes the rendering bug in nano spotted by C. Egger) - The el1 capability (erase line up to cursor position) did not erase the character at cursor position - Fix the Ctrl-C while scrolling hangs - Fix the "less search mode" bug Build system: - Use libtool to hardcode library paths (requested by N. Pilgrim) (this requires autotools 1.9) - Compilation failed with --without-freetype (patch from C. Egger) - Require freetype >= 2.1.3, needed for FT_LOAD_TARGET_MONO - autogen.sh parses configure instead of Makefile which may not exist at that time - Suggest using --without-freetype when default ./configure cannot find the freetype lib . Take maintainership . Don't use X_PREFIX, you can run ggiterm without X using display-vgl for example . Don't use INSTALLS_SHLIB (I don't know why it was there) . The patch is not needed anymore
State Changed From-To: open->closed Committed, thanks!