Fri, 07 Mar 2008 23:14:23 +0000 |
Sadrul Habib Chowdhury |
Make it simple to create a stored-image from a filename.
|
Fri, 07 Mar 2008 21:32:09 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 6ff3e48f37ce327ca03e8d3394cac62e40b6fe05)
|
Thu, 20 Mar 2008 00:20:27 +0000 |
Evan Schoenberg |
Now that Adium has cyrus-sasl enabled, I'm having a lot of users report problems connecting to servers which ultimately turn out to be that the server supports GSSAPI in addition to other mechanisms and the user isn't configured serverside or clientside to authenticate properly. Generally speaking, a user/password combination is the expectation for most people for connecting.
|
Wed, 19 Mar 2008 03:13:19 +0000 |
Daniel Atallah |
Fix protocolhandler invocation. Fixes #5248
|
Tue, 18 Mar 2008 19:03:12 +0000 |
Daniel Atallah |
Use the new cyrus-sasl package containing msvcrt dependent MIT gssapi libraries.
|
Tue, 18 Mar 2008 02:13:24 +0000 |
Sadrul Habib Chowdhury |
Uninitialize the python interpreter only if gnt started it. This fixes a crash when quitting pygnt apps.
|
Mon, 17 Mar 2008 20:32:02 +0000 |
Daniel Atallah |
I was wondering why the more sane error messges were never appearing... now I know. There is also a fix here that uses glib's internal rename stuff on recent versions because it is more robust than our win32 version.
|
Mon, 17 Mar 2008 14:43:28 +0000 |
Stu Tomlinson |
merge of '058ee765cda4210b0bbd2e709b93a6e8bd956b21'
|
Mon, 17 Mar 2008 14:39:03 +0000 |
Stu Tomlinson |
gtk_window_has_toplevel_focus() is new in Gtk 2.4, making pidgin_auto_parent_window()
|
Mon, 17 Mar 2008 14:43:07 +0000 |
Stu Tomlinson |
G_UNLIKELY is new in Glib 2.2 and resiak said this wasn't important here
|
Mon, 17 Mar 2008 14:35:33 +0000 |
Stu Tomlinson |
gdk_display_get_name() and gdk_display_get_default() are new in Gtk 2.2
|
Mon, 17 Mar 2008 14:30:30 +0000 |
Stu Tomlinson |
gtk_event_box_set_visible_window() is new in Gtk 2.4
|