2005-04-07 Abduxukur Abdurixit * configure.in: Added "ug" to ALL_LINGUAS. 2005-04-01 Adi Attar * configure.in: Added "xh" to ALL_LINGUAS. 2005-03-31 Steve Murphy * configure.in: Added "rw" to ALL_LINGUAS. 2005-03-29 Kjartan Maraas * autogen.sh: Use head -n 1 instead of head -1 to avoid warning about the latter being deprecated in newer versions. Reported by Ali Akcaagac. Closes bug #156022. * vte.spec: Bump version 2005-03-16 Manish Singh * python/vtemodule.c: Remove stray underscores so python module works again. Fixes bug #150760. 2005-03-14 Kjartan Maraas * src/Makefile.am: * src/interpret.c: (main): * src/matcher.c: (_vte_matcher_add), (_vte_matcher_init), (_vte_matcher_create), (_vte_matcher_destroy), (_vte_matcher_new), (_vte_matcher_free): * src/matcher.h: * src/vte.c: (vte_terminal_set_emulation), (vte_terminal_init): * src/vtetc.c: (_vte_termcap_create), (_vte_termcap_destroy), (_vte_termcap_new), (_vte_termcap_free): * src/vtetc.h: Add patch for excessive memory consumption when opening new tabs. This patch makes struct _vte_matcher and struct _vte_termcap shared between terminals and should reduce memory consumption with multiple tabs a lot. Patch from Aivars Kalvans . From bug #160993. 2005-03-14 Kjartan Maraas * src/vte.c: (vte_terminal_scroll_region), (vte_sequence_handler_al), (vte_sequence_handler_dl), (vte_sequence_handler_sr), (vte_sequence_handler_insert_lines), (vte_sequence_handler_delete_lines), (vte_terminal_handle_scroll): Back out one of the fedora patches since it apparently causes screen corruption for some users. It was rumored to have issues from the start, so...