Changeset 3621

Show
Ignore:
Timestamp:
09/13/05 13:05:16 (3 years ago)
Author:
nk
Message:

add a comment

Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.8.2/Changelog

    r3457 r3621  
    22 
    33  * Fix so Gajim runs in pygtk2.8.x 
    4   * Gajim now uses pydns too to do SRV lookup 
     4  * Gajim can use pydns too (apart from dnspython) to do SRV lookup 
    55  * Other minor fixes 
    66 
  • trunk/src/common/helpers.py

    r3618 r3621  
    2626 
    2727try: 
    28         import winsound 
     28        import winsound # windows-only built-in module for playing wav 
    2929except: 
    3030        pass 
  • www-website/index.php

    r3503 r3621  
    5555$array_news_items[0] = array( 
    5656        0 => _("X11 Session Management support"), 
     57        1 => _("Gajim registers and handles xmpp: and xmpp://"), 
    5758        19 => "<a href = \"http://trac.gajim.org/query?status=closed&milestone=0.8\">"._("Bugs closed for 0.9")."</a>", 
    5859        );