commit 1ac999c8790c871be8214c9a9e83d0f74a4e4a37 Author: Christian Persch Date: Mon Feb 29 18:28:22 2016 +0100 Version 0.43.91 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e3d9eef71fe29f658d1376a215b02cfddc7a68bc Author: Anthony G. Basile Date: Mon Feb 29 18:28:22 2016 +0100 lib: Use nullptr as sentinel instead of NULL On some non-GCC/GLIBC systems, NULL may not be a suitable 0 pointer constant. https://bugzilla.gnome.org/show_bug.cgi?id=762863 src/vte.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a17b9e3a968e72e327db25e4d64c109cf560fb5e Author: Anthony G. Basile Date: Mon Feb 29 18:20:27 2016 +0100 lib: Use nullptr as sentinel instead of NULL On some non-GCC/GLIBC systems, NULL may not be a suitable 0 pointer constant. https://bugzilla.gnome.org/show_bug.cgi?id=762863 (cherry picked from commit a9fa01991ab7fb068af6d2a81691f32b44b91a9c) src/pty.cc | 2 +- src/vte.cc | 6 +++--- src/vtedraw.cc | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) commit a768840384d570bfded988384bdf8e50516a7995 Author: Christian Persch Date: Mon Feb 29 18:20:27 2016 +0100 build: Add -Wstrict-null-sentinel to CXXFLAGS https://bugzilla.gnome.org/show_bug.cgi?id=762863 (cherry picked from commit 5351f75712fa62dc0016d0cece4b212b5dd43ece) configure.ac | 1 + 1 file changed, 1 insertion(+) commit 288068ee0ee9202f696d120e75340fa12774a26e Author: Christian Persch Date: Thu Feb 25 18:42:00 2016 +0100 widget: Don't deselect when updating the clipboard gtk_clipboard_set_with_data() differs from gtk_clipboard_set_with_owner() in that the old clear callback is *always* invoked instead of only when the owner (user_data) is different from the last owner (user_data). I think this is a gtk+ bug, but that code has been that way since 2000, so who knows why it does it this way. Adapt to this by guarding the clear callback to gtk_clipboard_set_with_owner() with a bool that is set/unset around the call and makes the callback bail out early if we're updating the clipboard from within vte. https://bugzilla.gnome.org/show_bug.cgi?id=762446 (cherry picked from commit cf72edc15a73cdaa21a459fa2b5e8f470334e3ea) src/vte.cc | 9 ++++++++- src/vteinternal.hh | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) commit a143cedadb1f934c547868afc654b34465ab3315 Author: Christian Persch Date: Sat Feb 20 12:17:28 2016 +0100 lib: Neuter _VTE_GNUC_NONNULL when compiling libvte (cherry picked from commit b2ee030f02b49ce44a3999d58d1bd3d486a38bd1) src/vte/vtemacros.h | 4 ++++ 1 file changed, 4 insertions(+) commit d65d10809b7813a779b83be9c8cc63f6f48f39d3 Author: Christian Persch Date: Sun Feb 14 21:19:02 2016 +0100 docs: Remove leftovers https://bugzilla.gnome.org/show_bug.cgi?id=762043 (cherry picked from commit d0a2e72476ca052a7623ea4ef65794ab19b5215c) doc/Makefile.am | 1 - doc/utmpwtmp.txt | 31 ------------------------------- 2 files changed, 32 deletions(-) commit 8ebb4837baacc994831d637fdc8cb6fab20422b9 Author: Christian Persch Date: Sat Feb 13 20:00:15 2016 +0100 build: Don't export internal API src/vte/vteregex.h | 6 ------ 1 file changed, 6 deletions(-)