]> git.0d.be Git - empathy.git/commitdiff
Bump version to 0.14. Updated.
authorXavier Claessens <xclaesse@gmail.com>
Fri, 28 Sep 2007 14:08:50 +0000 (14:08 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 28 Sep 2007 14:08:50 +0000 (14:08 +0000)
2007-09-28  Xavier Claessens  <xclaesse@gmail.com>

* configure.ac: Bump version to 0.14.
* doc/*: Updated.

svn path=/trunk/; revision=333

ChangeLog
configure.ac
doc/libempathy-gtk/tmpl/empathy-contact-list-view.sgml
doc/libempathy-gtk/tmpl/empathy-images.sgml
doc/libempathy/tmpl/empathy-avatar.sgml
doc/libempathy/tmpl/empathy-contact.sgml
doc/libempathy/tmpl/empathy-idle.sgml
doc/libempathy/tmpl/empathy-utils.sgml

index be553ecf8b7064e8211cf328faf0edc9f04d85cb..17a687988f21039ce53f390616266b435ff6052b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-28  Xavier Claessens  <xclaesse@gmail.com>
+
+       * configure.ac: Bump version to 0.14.
+       * doc/*: Updated.
+
 2007-09-28  Xavier Claessens  <xclaesse@gmail.com>
 
        * ChangeLog:
index 5c1b281c6f5869666356ecb0389ca6f799467ced..f3fe4694560a705809f3f97d8940c07f1c967440 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(Empathy, 0.13, http://bugzilla.gnome.org/browse.cgi?product=empathy)
+AC_INIT(Empathy, 0.14, http://bugzilla.gnome.org/browse.cgi?product=empathy)
 AC_PREREQ(2.59)
 AC_COPYRIGHT([
   Copyright (C) 2003-2007 Imendio AB
index 9c3aefc753d48afb13aaa04959af57fa4b572e80..cf73e4eb34a9e9494b0a94efcb3dd1c08a70d0a2 100644 (file)
@@ -53,6 +53,24 @@ EmpathyContactListView
 @Returns: 
 
 
+<!-- ##### FUNCTION empathy_contact_list_view_set_interactive ##### -->
+<para>
+
+</para>
+
+@view: 
+@interactive: 
+
+
+<!-- ##### FUNCTION empathy_contact_list_view_get_interactive ##### -->
+<para>
+
+</para>
+
+@view: 
+@Returns: 
+
+
 <!-- ##### FUNCTION empathy_contact_list_view_get_selected ##### -->
 <para>
 
index e1cab5f54f19d37ab36cae429daa45926f8d0bb1..aa1fe1b69604af4e94511da901730d311498a368 100644 (file)
@@ -101,3 +101,10 @@ empathy-images
 
 
 
+<!-- ##### MACRO EMPATHY_IMAGE_VOIP ##### -->
+<para>
+
+</para>
+
+
+
index a3439245208f1bba5bc8893b243bf8d6beee010f..ccd7bbc7c2190c48dad7f4dd9c601d5cccaccb10 100644 (file)
@@ -32,6 +32,7 @@ empathy-avatar
 @data: 
 @len: 
 @format: 
+@token: 
 @refcount: 
 
 <!-- ##### FUNCTION empathy_avatar_get_type ##### -->
@@ -50,6 +51,16 @@ empathy-avatar
 @avatar: 
 @len: 
 @format: 
+@token: 
+@Returns: 
+
+
+<!-- ##### FUNCTION empathy_avatar_new_from_cache ##### -->
+<para>
+
+</para>
+
+@token: 
 @Returns: 
 
 
index 43969ae2a31342f0d892899e5f6b498009d5fc1e..e388cb15834c886917dcee3d3612737ea93d933c 100644 (file)
@@ -63,6 +63,14 @@ EmpathyContact
 
 </para>
 
+<!-- ##### ENUM EmpathyCapabilities ##### -->
+<para>
+
+</para>
+
+@EMPATHY_CAPABILITIES_AUDIO: 
+@EMPATHY_CAPABILITIES_VIDEO: 
+
 <!-- ##### FUNCTION empathy_contact_new ##### -->
 <para>
 
@@ -191,6 +199,24 @@ EmpathyContact
 @handle: 
 
 
+<!-- ##### FUNCTION empathy_contact_get_capabilities ##### -->
+<para>
+
+</para>
+
+@contact: 
+@Returns: 
+
+
+<!-- ##### FUNCTION empathy_contact_set_capabilities ##### -->
+<para>
+
+</para>
+
+@contact: 
+@capabilities: 
+
+
 <!-- ##### FUNCTION empathy_contact_is_user ##### -->
 <para>
 
@@ -227,6 +253,15 @@ EmpathyContact
 @Returns: 
 
 
+<!-- ##### FUNCTION empathy_contact_can_voip ##### -->
+<para>
+
+</para>
+
+@contact: 
+@Returns: 
+
+
 <!-- ##### FUNCTION empathy_contact_equal ##### -->
 <para>
 
index 68edcafedef485826689a841742a232f0bd30546..78a046d714c41de2420185053b4165753bf274fc 100644 (file)
@@ -126,3 +126,39 @@ EmpathyIdle
 @status: 
 
 
+<!-- ##### FUNCTION empathy_idle_get_auto_away ##### -->
+<para>
+
+</para>
+
+@idle: 
+@Returns: 
+
+
+<!-- ##### FUNCTION empathy_idle_set_auto_away ##### -->
+<para>
+
+</para>
+
+@idle: 
+@auto_away: 
+
+
+<!-- ##### FUNCTION empathy_idle_get_auto_disconnect ##### -->
+<para>
+
+</para>
+
+@idle: 
+@Returns: 
+
+
+<!-- ##### FUNCTION empathy_idle_set_auto_disconnect ##### -->
+<para>
+
+</para>
+
+@idle: 
+@auto_disconnect: 
+
+
index 0ea1a1fa1e5755e70d3eebf62c1eee8a0bf6031c..fb8edba30851864028fbd6105bae35995ca9e22b 100644 (file)
@@ -80,6 +80,25 @@ empathy-utils
 @Returns: 
 
 
+<!-- ##### FUNCTION empathy_strdiff ##### -->
+<para>
+
+</para>
+
+@left: 
+@right: 
+@Returns: 
+
+
+<!-- ##### FUNCTION empathy_escape_as_identifier ##### -->
+<para>
+
+</para>
+
+@name: 
+@Returns: 
+
+
 <!-- ##### FUNCTION empathy_xml_validate ##### -->
 <para>
 
@@ -169,13 +188,3 @@ empathy-utils
 @Returns: 
 
 
-<!-- ##### FUNCTION empathy_strdiff ##### -->
-<para>
-
-</para>
-
-@left: 
-@right: 
-@Returns: 
-
-