diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 11 | ||||
-rw-r--r-- | doc/libempathy-gtk/tmpl/empathy-images.sgml | 7 | ||||
-rw-r--r-- | doc/libempathy-gtk/tmpl/empathy-status-presets.sgml | 9 |
5 files changed, 36 insertions, 5 deletions
@@ -1,5 +1,13 @@ 2007-08-12 Xavier Claessens <xclaesse@gmail.com> + * configure.ac: Update libtool version. + + * doc/libempathy-gtk/tmpl/empathy-images.sgml: + * doc/libempathy-gtk/tmpl/empathy-status-presets.sgml: + * NEWS: Updated. + +2007-08-12 Xavier Claessens <xclaesse@gmail.com> + * data/irc.profile: Removed spaces in the SupportedPresences key to workaround a MC warning SF bug 1772539. @@ -1,3 +1,9 @@ +NEW in 0.11: +=========== + - Change main window's title to "Contact list". + - Do not list profiles that don't have the corresponding CM installed when + creating a new account. + NEW in 0.10: =========== - Align param names on the left in the generic account settings widget. diff --git a/configure.ac b/configure.ac index e438ba15b..961887e15 100644 --- a/configure.ac +++ b/configure.ac @@ -18,16 +18,17 @@ AC_HEADER_STDC # (Interfaces removed: CURRENT++, AGE=0, REVISION=0) # (Interfaces added: CURRENT++, AGE++, REVISION=0) # (No interfaces changed: REVISION++) -LIBEMPATHY_CURRENT=1 +LIBEMPATHY_CURRENT=2 LIBEMPATHY_AGE=0 LIBEMPATHY_REVISION=0 + +LIBEMPATHY_GTK_CURRENT=2 +LIBEMPATHY_GTK_AGE=1 +LIBEMPATHY_GTK_REVISION=0 + AC_SUBST(LIBEMPATHY_CURRENT) AC_SUBST(LIBEMPATHY_AGE) AC_SUBST(LIBEMPATHY_REVISION) - -LIBEMPATHY_GTK_CURRENT=1 -LIBEMPATHY_GTK_AGE=0 -LIBEMPATHY_GTK_REVISION=0 AC_SUBST(LIBEMPATHY_GTK_CURRENT) AC_SUBST(LIBEMPATHY_GTK_AGE) AC_SUBST(LIBEMPATHY_GTK_REVISION) diff --git a/doc/libempathy-gtk/tmpl/empathy-images.sgml b/doc/libempathy-gtk/tmpl/empathy-images.sgml index 354bc81a4..c55b21f1c 100644 --- a/doc/libempathy-gtk/tmpl/empathy-images.sgml +++ b/doc/libempathy-gtk/tmpl/empathy-images.sgml @@ -24,6 +24,13 @@ empathy-images +<!-- ##### MACRO EMPATHY_IMAGE_HIDDEN ##### --> +<para> + +</para> + + + <!-- ##### MACRO EMPATHY_IMAGE_AVAILABLE ##### --> <para> diff --git a/doc/libempathy-gtk/tmpl/empathy-status-presets.sgml b/doc/libempathy-gtk/tmpl/empathy-status-presets.sgml index e40cf81e8..1adabe284 100644 --- a/doc/libempathy-gtk/tmpl/empathy-status-presets.sgml +++ b/doc/libempathy-gtk/tmpl/empathy-status-presets.sgml @@ -43,6 +43,15 @@ empathy-status-presets @status: +<!-- ##### FUNCTION empathy_status_presets_remove ##### --> +<para> + +</para> + +@state: +@status: + + <!-- ##### FUNCTION empathy_status_presets_reset ##### --> <para> |