diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-09-08 20:09:06 +0000 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-09-08 20:09:06 +0000 |
commit | 34e10694b47a49961b67c96230fbf1823548f657 (patch) | |
tree | 35a290742f63a608eca09df652958f1ff54f7c67 | |
parent | 2698dbcc5c8805380c5fc77ca1928ec582c84728 (diff) |
vte 0.17.3.vte_0_17_3
svn path=/trunk/; revision=2092
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | doc/reference/tmpl/reaper.sgml | 32 | ||||
-rw-r--r-- | doc/reference/tmpl/vte-unused.sgml | 30 |
5 files changed, 53 insertions, 32 deletions
@@ -1,3 +1,10 @@ +2008-09-08 Christian Persch <chpe@gnome.org> + + Release 0.17.3. + + * NEWS: + * configure.in: Updated. + 2008-09-07 Christian Persch <chpe@gnome.org> * python/vte.defs: Update python bindings. @@ -1,3 +1,15 @@ +0.17.3 +====== +- Update python bindings to bind new API from 0.17.1 +- Bugs fixed in this release: + Bug 538344 – Anjuta hangs when program is executed in terminal + + +0.17.2 +====== +- Bugs fixed in this release: + Bug 546940 – Crash when selecting text + 0.17.1 ====== - New API to: diff --git a/configure.in b/configure.in index f8011f4..17ea680 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ m4_define([vte_version_major],[0]) m4_define([vte_version_minor],[17]) -m4_define([vte_version_micro],[1]) +m4_define([vte_version_micro],[3]) m4_define([vte_version],[vte_version_major.vte_version_minor.vte_version_micro]) AC_PREREQ(2.56) @@ -15,7 +15,7 @@ AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2]) # Libtool shared library versioning stuffs. # REVISION gets incremented whenever the source code changes without adding # an API or ABI change. -LTVERSION_REVISION=0 +LTVERSION_REVISION=2 # CURRENT must be incremented when an API or ABI change (addition or removal) # is made, and REVISION must be reset to 0 when this happens. LTVERSION_CURRENT=12 diff --git a/doc/reference/tmpl/reaper.sgml b/doc/reference/tmpl/reaper.sgml index 92ed24c..4c80438 100644 --- a/doc/reference/tmpl/reaper.sgml +++ b/doc/reference/tmpl/reaper.sgml @@ -23,3 +23,35 @@ a proxy for glib's own functionality. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### STRUCT VteReaper ##### --> +<para> +This should not be accessed directly. +</para> + + +<!-- ##### SIGNAL VteReaper::child-exited ##### --> +<para> +Emitted when the #VteReaper object detects that a child of the current process has exited. +</para> + +@vtereaper: the object which received the signal. +@arg1: the process ID of the exited child. +@arg2: the status of the exited child, as returned by waitpid(). + +<!-- ##### FUNCTION vte_reaper_get ##### --> +<para> + +</para> + +@Returns: + + +<!-- ##### FUNCTION vte_reaper_add_child ##### --> +<para> + +</para> + +@pid: +@Returns: + + diff --git a/doc/reference/tmpl/vte-unused.sgml b/doc/reference/tmpl/vte-unused.sgml index 5938ed9..3198646 100644 --- a/doc/reference/tmpl/vte-unused.sgml +++ b/doc/reference/tmpl/vte-unused.sgml @@ -172,21 +172,6 @@ VteBg @VTE_DEBUG_KEYBOARD: @VTE_DEBUG_LIFECYCLE: -<!-- ##### STRUCT VteReaper ##### --> -<para> -This should not be accessed directly. -</para> - - -<!-- ##### SIGNAL VteReaper::child-exited ##### --> -<para> -Emitted when the #VteReaper object detects that a child of the current process has exited. -</para> - -@vtereaper: the object which received the signal. -@arg1: the process ID of the exited child. -@arg2: the status of the exited child, as returned by waitpid(). - <!-- ##### STRUCT VteReaperClass ##### --> <para> @@ -348,21 +333,6 @@ Emitted when the #VteReaper object detects that a child of the current process h @rows: @Returns: -<!-- ##### FUNCTION vte_reaper_add_child ##### --> -<para> - -</para> - -@pid: -@Returns: - -<!-- ##### FUNCTION vte_reaper_get ##### --> -<para> - -</para> - -@Returns: - <!-- ##### FUNCTION vte_ring_append ##### --> <para> |