vte r2092 - in trunk: . doc/reference/tmpl
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: vte r2092 - in trunk: . doc/reference/tmpl
- Date: Mon, 8 Sep 2008 20:09:07 +0000 (UTC)
Author: chpe
Date: Mon Sep 8 20:09:06 2008
New Revision: 2092
URL: http://svn.gnome.org/viewvc/vte?rev=2092&view=rev
Log:
vte 0.17.3.
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
trunk/doc/reference/tmpl/reaper.sgml
trunk/doc/reference/tmpl/vte-unused.sgml
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Sep 8 20:09:06 2008
@@ -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:
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon Sep 8 20:09:06 2008
@@ -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 @@
# 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
Modified: trunk/doc/reference/tmpl/reaper.sgml
==============================================================================
--- trunk/doc/reference/tmpl/reaper.sgml (original)
+++ trunk/doc/reference/tmpl/reaper.sgml Mon Sep 8 20:09:06 2008
@@ -23,3 +23,35 @@
<!-- ##### 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:
+
+
Modified: trunk/doc/reference/tmpl/vte-unused.sgml
==============================================================================
--- trunk/doc/reference/tmpl/vte-unused.sgml (original)
+++ trunk/doc/reference/tmpl/vte-unused.sgml Mon Sep 8 20:09:06 2008
@@ -172,21 +172,6 @@
@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 @@
@rows:
@Returns:
-<!-- ##### FUNCTION vte_reaper_add_child ##### -->
-<para>
-
-</para>
-
- pid:
- Returns:
-
-<!-- ##### FUNCTION vte_reaper_get ##### -->
-<para>
-
-</para>
-
- Returns:
-
<!-- ##### FUNCTION vte_ring_append ##### -->
<para>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]