pidgin/android/android

ChangeLog GTK+3 support.

2012-08-11, Elliott Sales de Andrade
b3c7113a4681
Parents 5b33496ed88f
Children b9a5b8ddf92c
ChangeLog GTK+3 support.
  • +7 -0
    ChangeLog
  • --- a/ChangeLog Sat Aug 11 19:34:36 2012 -0400
    +++ b/ChangeLog Sat Aug 11 19:43:26 2012 -0400
    @@ -1,6 +1,13 @@
    Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
    version 3.0.0 (??/??/????):
    + Pidgin:
    + * Support building with the GTK+ 3.x toolkit. When configuring the
    + build, use --with-gtk=<2|3> to determine which toolkit to use. Using
    + either 2 or 3 will attempt to build with specifically 2.x or 3.x
    + support. The default is 'auto', which will first look for 3.x
    + development headers and then 2.x development headers.
    +
    Finch:
    * Support the conversation-extended signal for extending the
    conversation menu. (Howard Chu) (#14818)