commit b8ea15489cb31079d235b34235db44d7d4c1eb9c Author: Christian Persch Date: Mon Mar 25 21:07:32 2013 +0100 Version 0.34.3 NEWS | 7 +++++++ 1 file changed, 7 insertions(+) commit 4ed69e422a4a203b9c9bb3f4d594daa6d41f8c37 Author: Brad Smith Date: Sat Feb 23 22:49:00 2013 +0100 pty: Use posix_openpt() if available https://bugzilla.gnome.org/show_bug.cgi?id=694494 configure.in | 2 +- src/pty.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) commit df69676c65361cfd35227e987de79a14db30ab42 Author: TmTFx Date: Fri Dec 28 22:58:04 2012 -0200 Updated Friulian translation po/LINGUAS | 1 + po/fur.po | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) commit d1fb78fb00388b3e76fa1c8c71149d64c931b68e Author: Colin Watson Date: Thu Dec 20 11:23:18 2012 +0000 Use @basename@ rather than @filename@ in vtetypebuiltins.h On Debian/Ubuntu-based systems it is helpful for headers to be identical across architectures, thereby allowing the -dev packages from multiple architectures to be installed simultaneously; in particular, this simplifies cross-building. When building out-of-tree, the use of @filename@ causes the build directory to end up in the generated header file, which means that it isn't reliably identical on all architectures. Using @basename@ instead fixes this problem. Although it isn't necessary to change the corresponding .c file as well, I did so for consistency. https://bugzilla.gnome.org/show_bug.cgi?id=690554 src/vtetypebuiltins.c.template | 2 +- src/vtetypebuiltins.h.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 30a37fa36077a9920d86e9d1cd5900516a90f954 Author: Behdad Esfahbod Date: Mon Dec 10 18:08:47 2012 -0500 Mark attributes with caller-allocates annotation Part of Bug 690003 - get_text method moved src/vte.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit e39a9aa0e628ff1a32398f3556f387eabf75b130 Author: Behdad Esfahbod Date: Mon Dec 10 18:07:37 2012 -0500 Mark is_selected functions with allow-none Part of Bug 690003 - get_text method moved src/vte.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 2ba27999b537300f4beb92ca27830fbd4197740e Author: Simon Schampijer Date: Wed Nov 28 21:14:59 2012 +0100 Move definition of VteCharAttributes up, #676999 I found the element-type for the attributes in vte_terminal_get_text vte_terminal_get_text_include_trailing_spaces and vte_terminal_get_text_range strange to be of type "Vte.CharAttributes" and not VteCharAttributes but when I changed it I only got a warning. Then I saw that there was already a warning about "Unknown namespace for identifier 'vte_char_attributes'", so I moved the definition of VteCharAttributes and now those functions are introspectable. src/vte.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6800607c98ad7c11d4579852dfe2edd35abb44ff Author: Christian Persch Date: Mon Nov 12 23:20:49 2012 +0100 Post release version bump configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)