log

age author description
Tue, 28 Aug 2007 03:59:44 +0000 Daniel Atallah Move purple_prefs_load() to purple_prefs_init() - there's been a TODO for this for a long time. I have no idea why this wasn't done sooner; it seems to work just fine and fixes some bugs where stuff isn't loaded before being used. Fixes #1848 (and I'm sure others). Yell at me if this breaks anything.
Tue, 28 Aug 2007 08:58:36 +0000 Sadrul Habib Chowdhury Add a new flag PURPLE_MESSAGE_INVISIBLE which can be used to send a message
Tue, 28 Aug 2007 08:53:48 +0000 Sadrul Habib Chowdhury Don't trigger 'receiving-' and 'received-' signals when sending attention request.
Tue, 28 Aug 2007 04:32:52 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 4313008137cace2c9699584ec7308c1e888ae137)
Tue, 28 Aug 2007 03:46:31 +0000 William Ehlhardt - Change g_assert to purple_debug_error
Tue, 28 Aug 2007 03:34:06 +0000 William Ehlhardt merge of 'db94e3dde2f5edb422e7d7c1ec30474e2000997c'
Tue, 28 Aug 2007 03:31:38 +0000 William Ehlhardt - Change assert on ssl init failure to a mere warning
Tue, 28 Aug 2007 03:21:18 +0000 Daniel Atallah Don't allow duplicate accounts to be added. Ideally some of these checks should be in the core, but I don't see a way of doing that without forcing 3.0.0. Fixes #2269 (the part that was actually broken).
Tue, 28 Aug 2007 03:15:48 +0000 Daniel Atallah Fix the win32 build for the cert SoC branch merge.
Tue, 28 Aug 2007 03:14:54 +0000 Daniel Atallah Make the gtkcert stuff compile on GTK+ older than 2.8
Tue, 28 Aug 2007 03:11:11 +0000 Daniel Atallah Update .mtn-ignore for emotes size change.
Tue, 28 Aug 2007 01:57:49 +0000 Daniel Atallah Install rtl 11px status pixmaps on win32 too.
Tue, 28 Aug 2007 01:57:16 +0000 Daniel Atallah Fix purple_util_write_data_to_file signature.
Tue, 28 Aug 2007 01:14:08 +0000 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head 1ade185e4daf699979b517ddb70cee47cd15e7ee)
Sat, 25 Aug 2007 20:32:15 +0000 William Ehlhardt - Add purple_util_write_data_to_file_absolute; glib's