2005-12-12 Kjartan Maraas * vte.pc.in: Cleanups for the pkg-config file. Patch from Steve Langasek. Closes bug #322240. 2005-12-12 Kjartan Maraas * python/vte.override: python-vte seems to have a small bug in the override file that prevents the forkpty() method to be generated. The attached patch fixes this problem. Patch from Michael Vogt. Closes bug #169201. 2005-11-30 Kjartan Maraas * src/vte.c: (vte_terminal_preedit_length): Remove some unused code. (vte_terminal_process_incoming): Don't emit signals for every character that's output. Patch from Padraig O'Briain. Huge performance gain when a11y is activated. 2005-11-16 Timur Jamakeev * confgiure.in: Added 'ky' to ALL_LINGUAS 2005-11-08 Kjartan Maraas * NEWS: Update. * Makefile.am: * autogen.sh: * configure.in: * python/Makefile.am: I'm attaching a patch that modernizes the python binding build stuff. Notably, it excludes python/vte.c from the dist. Right now as it stands, the file is disted, which means people's builds will not work unless they build against pygtk 2.8, which makes this bug somewhat important. Patch from Manish Sing Closes bug #320931. 2005-11-01 Bill Haneman * src/vteaccess.c: (vte_terminal_accessible_get_text): Swap offsets if start > end; fixes crasher bug #153405. Patch from padraig o'briain, thanks to Kjartan for review. 2005-10-02 Kjartan Maraas * src/vtebg.c: (_vte_property_get_pixmaps): * src/vterdb.c: (_vte_property_get_string): Fix gdk warnings. Patch from Michele Baldessari. Closes bug #309025. 2005-09-16 Kjartan Maraas * src/vtexft.c: (_vte_xft_font_for_char): Optimize memory usage by releasing fonts that aren't needed early. Patch from Mike Hearn. Closes bug #309322.