Sat, 05 May 2007 23:19:27 +0000 |
Richard Laager |
merge of '43641085a7c20c6fca287f571d7662bf3c916f21'
|
Sat, 05 May 2007 23:08:20 +0000 |
Richard Laager |
Remove VERSION from the CFLAGS all over, to prevent similar re-declaration
|
Sat, 05 May 2007 22:45:34 +0000 |
Richard Laager |
merge of '15f0eb2e525749743a7089f3d897fb1e8f4f91af'
|
Sat, 05 May 2007 22:30:46 +0000 |
Casey Harkins |
merge of 'c10371b38b40e6f540b80461f2ca6c931b0665aa'
|
Sat, 05 May 2007 22:31:32 +0000 |
Sadrul Habib Chowdhury |
merge of '423a721fddd927f3df88692418420a12e6ff3e14'
|
Sat, 05 May 2007 22:04:26 +0000 |
Luke Schierer |
merge of 'bcc638c7caff684bb6ee1563ef0c5862931d8287'
|
Sat, 05 May 2007 22:29:58 +0000 |
Casey Harkins |
Telcontar on #pidgin-win32 pointed out that the "New..." and "Saved..."
|
Sat, 05 May 2007 21:20:05 +0000 |
Casey Harkins |
Let glib handle quoting filenames for shell, it'll escape other quotes as needed.
|
Wed, 09 May 2007 01:50:06 +0000 |
Nathan Walp |
this should fix 647, and a few others
|
Sat, 05 May 2007 16:48:06 +0000 |
Evan Schoenberg |
I expanded your patch, Richard, to also do appropriate header checking in the configure script and then use that information. I removed some other #includes which don't appear to be needed.
|
Sat, 05 May 2007 14:50:00 +0000 |
Richard Laager |
Change the nat-pmp code to use glib's integer types instead of those from
|
Sat, 05 May 2007 19:15:44 +0000 |
Richard Laager |
Fix some compiler warnings. I don't see any reason we need to define VERSION
|
Sat, 05 May 2007 19:09:15 +0000 |
Richard Laager |
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)
|
Sat, 05 May 2007 19:08:07 +0000 |
Richard Laager |
s/Jabber/XMPP in user-visible places.
|
Sat, 05 May 2007 18:29:49 +0000 |
Evan Schoenberg |
If the read() in resolved() fails, we should detect the failure and set size (which it would otherwise set, since it is passed by reference) to 0 and res to NULL. This ''may'' fix a rather odd crash described in Adium Trac #6623 (http://trac.adiumx.com/ticket/6623), and it is certainly good sanity checking.
|
Sat, 05 May 2007 22:30:19 +0000 |
Sadrul Habib Chowdhury |
Changelog for finch.
|
Sat, 05 May 2007 18:14:48 +0000 |
Evan Schoenberg |
merge of '45c1f04f71cf4ccbd70b37318474175c0cd4d0a9'
|
Sat, 05 May 2007 18:11:32 +0000 |
Ethan Blanton |
heh
|
Sat, 05 May 2007 16:27:44 +0000 |
Sadrul Habib Chowdhury |
Fix tab-completion.
|
Sat, 05 May 2007 14:36:31 +0000 |
Luke Schierer |
fixes #650
|
Sat, 05 May 2007 05:19:11 +0000 |
William Ehlhardt |
merge of '124e6be3465f8d19ae38e557d6609fe2fa4f787a'
|
Sat, 05 May 2007 04:08:07 +0000 |
Stu Tomlinson |
Prevent bogus configure errors if perl isn't found. This isn't major but
|
Sat, 05 May 2007 02:19:19 +0000 |
Casey Harkins |
Escape filename when using the command sound method. Fixes ticket #607.
|
Sat, 05 May 2007 01:58:20 +0000 |
Ethan Blanton |
Speed up blist manipulations, by Scott Wolchok (EvilSporkMan)
|
Fri, 04 May 2007 23:24:04 +0000 |
Sadrul Habib Chowdhury |
Add a /users command to toggle the userlist in chat windows.
|
Fri, 04 May 2007 22:33:57 +0000 |
Richard Nelson |
Conversation menus
|
Fri, 04 May 2007 21:40:45 +0000 |
Sean Egan |
Update version
|
Fri, 04 May 2007 21:39:22 +0000 |
Sean Egan |
New string
|
Fri, 04 May 2007 15:53:24 +0000 |
Sadrul Habib Chowdhury |
Fix some ickyness in the tab-completion. Now, if there's only one suggest word, then the first tab will just complete the suggestion. If there's only one suggest word, and it's already completed, then tab will take focus to the next widget. If there is a dropdown, then you can select a suggest word by pressing tabs to move to it, then either space or enter to accept it.
|
Fri, 04 May 2007 15:10:57 +0000 |
Sadrul Habib Chowdhury |
Ask before exiting when ctrl+c is pressed.
|
Fri, 04 May 2007 14:55:10 +0000 |
Sadrul Habib Chowdhury |
The name is not translatable.
|
Fri, 04 May 2007 06:01:56 +0000 |
Daniel Atallah |
I forgot to commit this :(
|
Sat, 05 May 2007 18:14:18 +0000 |
Evan Schoenberg |
Similarly, aim_ssi_sync() should return the success value of its determining function, aim_ssi_addmoddel()
|
Sat, 05 May 2007 18:10:33 +0000 |
Evan Schoenberg |
It is more useful for these aim_ssi methods to return a real value (the result of aim_ssi_sync()) than to always return 0 regardless of their success or failure
|
Sat, 05 May 2007 18:07:47 +0000 |
Evan Schoenberg |
Free nombre as soon as we're done using it, for clarity
|
Sat, 05 May 2007 18:05:48 +0000 |
Evan Schoenberg |
Pass the screenname properly to purple_account_request_authorization(), passing the nick (if available) separately. Store the nick for use in callbacks in data->nick where possible.
|
Fri, 04 May 2007 05:34:31 +0000 |
Daniel Atallah |
merge of '4c64205053dd22085e69d50ef995f28f4c6fa0f3'
|
Fri, 04 May 2007 05:28:46 +0000 |
Stu Tomlinson |
merge of '23377eb2770b8f45c3d732466c4fae99a90220f1'
|
Fri, 04 May 2007 05:31:48 +0000 |
Daniel Atallah |
NEWS
|
Fri, 04 May 2007 05:35:03 +0000 |
Sadrul Habib Chowdhury |
merge of '23377eb2770b8f45c3d732466c4fae99a90220f1'
|
Fri, 04 May 2007 05:22:31 +0000 |
Stu Tomlinson |
merge of '59a190439abc8839aa54a23443bfa1db9f13eaf6'
|
Fri, 04 May 2007 05:20:34 +0000 |
Stu Tomlinson |
merge of '8c85b8f2a28b806d70350b08b71305b56d542665'
|
Fri, 04 May 2007 05:19:18 +0000 |
Stu Tomlinson |
merge of 'ad9bb588fbd8b674c2bcc3cc1260a0f0dd68c01d'
|
Fri, 04 May 2007 05:21:19 +0000 |
Sean Egan |
version update
|
Fri, 04 May 2007 05:29:09 +0000 |
Sadrul Habib Chowdhury |
merge of 'cb9f1ad1bee7ac594a8c66dcb82cc016bba741d3'
|
Fri, 04 May 2007 05:18:07 +0000 |
Sean Egan |
merge of 'ad9bb588fbd8b674c2bcc3cc1260a0f0dd68c01d'
|
Fri, 04 May 2007 05:17:15 +0000 |
Sadrul Habib Chowdhury |
My first NEWS
|
Fri, 04 May 2007 05:18:02 +0000 |
Sean Egan |
NEWS
|
Fri, 04 May 2007 05:16:09 +0000 |
Richard Laager |
My NEWS and tab fixes for Stu.
|
Fri, 04 May 2007 04:51:19 +0000 |
Richard Laager |
Fix a reference counting bug.
|
Fri, 04 May 2007 04:34:48 +0000 |
Daniel Atallah |
Fix declaration after statement.
|
Fri, 04 May 2007 04:23:24 +0000 |
Evan Schoenberg |
Removed a stray )
|
Fri, 04 May 2007 04:17:16 +0000 |
Stu Tomlinson |
merge of 'bf466048990ccb60520e0e2e3aec2fb084bf3bf6'
|
Fri, 04 May 2007 04:14:46 +0000 |
Evan Schoenberg |
merge of '2882b6ab8f7547ad0d1682e61648c6fe29a36f8a'
|
Fri, 04 May 2007 04:14:19 +0000 |
Evan Schoenberg |
Noting NAT-PMP support and adding R. Tyler Ballance, author of most of the nat-pmp.c code, to COPYRIGHT
|
Fri, 04 May 2007 04:15:57 +0000 |
Stu Tomlinson |
Add some dates
|
Fri, 04 May 2007 04:12:17 +0000 |
Casey Harkins |
Docklet icon is now tied to the saved status, so listen to the
|
Fri, 04 May 2007 04:02:14 +0000 |
Daniel Atallah |
merge of '27e1df003532e1209f1f56770923ca4c7674d7ca'
|
Sat, 05 May 2007 23:55:29 +0000 |
Richard Laager |
From my reading of the documentation, g_mkstemp() is a strict superset of
|
Fri, 04 May 2007 04:01:23 +0000 |
Daniel Atallah |
_mktmp() sucks, so use g_mkstemp() instead. This probably doesn't have to be done differently for win32 and elsewhere, but I don't want to be changing things right now.
|