2006-02-11 Behdad Esfahbod Released vte-0.11.18. * NEWS: Updated. * configure.in: Bumped version to 0.11.18. 2006-02-11 Behdad Esfahbod * src/iso2022.c: Change INVALID_CODEPOINT from 0xFFFF to 0xFFFD. (bug #317235, Egmont Koblinger) 2006-02-11 Behdad Esfahbod * src/vte.c (_vte_invalidate_cells): Guard more against off values. 2006-02-10 Behdad Esfahbod Update the build infrastructure. make distcheck works now! * autogen.sh: Use a generic autogen.sh that uses gnome-common. * configure.in: Simplify gtk-doc stuff. Update to newer syntax. * Makefile.am, src/Makefile.am, doc/reference/Makefile.am: Updated. 2006-02-10 Behdad Esfahbod * src/vte.c (_vte_invalidate_cells): Throttle invalidating to at most 40 times per second, using a timeout. 2006-02-10 Behdad Esfahbod * src/vteseq.c: Removed the huge sequence handler table. Changed to use the compact tables in vteseq-table.h. * src/vteseq-gen.c: Generator containing the table removed from above, that generates compact tables. * src/vteseq-table.h: Table generated by above. Can be regenerated using make. * src/Makefile.am: Adjusted. * src/vteapp.c: Set default font to Monospace instead of Sans. 2006-02-10 Behdad Esfahbod * src/vte.c: Allocate terminal->pvt using GObject private data. 2006-02-10 Behdad Esfahbod Moved all sequence handler codes into a separate file. * src/vte.c: Stuff moved to other files. * src/vte-private.h: Includes all struct definitions from vte.c. * src/vteseq.c, src/vteseq.h, src/vteseq-list.h: The sequence handlers are all here now. 2006-02-09 Behdad Esfahbod * src/vteapp.c: Make a couple debug messages conditional on DEBUG_MISC. 2006-02-03 Behdad Esfahbod * src/vte.c: Warning cleanup. A couple were actually bugs. * src/vteapp.c: No need to run $SHELL by default. Handled by vte.c now. A bug was causing nothing to be run... 2006-02-03 Behdad Esfahbod * src/debug.c, src/debug.h, src/matcher.c: Add the debug flag TRIE for printing out the trie (previous was using MISC.) * src/vte.c (vte_invalidate_cells): Update row_count and column_count when clamping their respective _start values. * src/vte.c (vte_terminal_extend_selection, _vte_terminal_select_text): Pass row_count to vte_invalidate_cells(), instead of row_stop. * src/vteapp.c: Run $SHELL by default. 2006-02-01 Behdad Esfahbod * doc/reference/tmpl/internals.sgml: Added to CVS. * vte/src/vte.c: Fix selection vs. primary that have been borked forever. Closes bug #123844. 2006-01-30 Guilherme de S. Pastore * src/trie.c: applied patch from Tomas Mraz to fix a double free. Closes bug #161337. 2006-01-30 Erdal Ronahi * configure.in: added ku (Kurdish) to ALL_LINGUAS