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.
|
Fri, 04 May 2007 03:58:29 +0000 |
Stu Tomlinson |
You may have timezonally precluded me from NEWS-ing for most of the last
|
Fri, 04 May 2007 03:52:10 +0000 |
Stu Tomlinson |
merge of '069be2b4bd499fec1fb9220c617ecdd271e0fd16'
|
Fri, 04 May 2007 03:44:00 +0000 |
Evan Schoenberg |
newsination
|
Fri, 04 May 2007 03:20:34 +0000 |
Luke Schierer |
I have tried to keep the fustration I feel in dealing with some of the feedback we have gotten in check. I have only partially suceeded.
|
Fri, 04 May 2007 02:49:23 +0000 |
Luke Schierer |
pt_BR.po from MauricioC
|
Fri, 04 May 2007 02:48:12 +0000 |
Luke Schierer |
de.po update
|
Fri, 04 May 2007 01:56:42 +0000 |
Luke Schierer |
merge of 'b43df8fea8317fa8538ab5f3ef70d19b207e2046'
|
Fri, 04 May 2007 01:30:48 +0000 |
Stu Tomlinson |
I'm allowed to hope, am I not?
|
Fri, 04 May 2007 01:13:19 +0000 |
Stu Tomlinson |
- Add missing BuildRequires: startup-notification-devel, if you really
|
Thu, 03 May 2007 23:42:41 +0000 |
Stu Tomlinson |
merge of '7e7267707ddd99ff7c8448e07a20e74d728dc553'
|
Thu, 03 May 2007 23:23:44 +0000 |
Richard Laager |
merge of 'df3320af10ba54cf6129f203dedb82f35baf6800'
|
Thu, 03 May 2007 23:17:16 +0000 |
Daniel Atallah |
merge of '8948aba7b9483266336ba61d523cddcda48dbb78'
|
Thu, 03 May 2007 23:01:25 +0000 |
Casey Harkins |
merge of '3e5e8d1aaf2c505b4a94800d8fae315582920517'
|
Thu, 03 May 2007 23:16:09 +0000 |
Daniel Atallah |
Remove a bunch of unnecessary NULL checking for g_free()
|
Thu, 03 May 2007 23:13:03 +0000 |
Daniel Atallah |
This should fix #569. I'm waiting for a debug log to see exactly what is up.
|
Thu, 03 May 2007 22:47:04 +0000 |
Daniel Atallah |
merge of '4211727f90723644e020052649b64a5641a1607f'
|
Thu, 03 May 2007 23:01:05 +0000 |
Casey Harkins |
Make AUTHORS and pidgin.1.in consistent with the developers and crazy
|
Thu, 03 May 2007 22:07:59 +0000 |
Ethan Blanton |
Fix broken IRC servers which do not send a 255 numeric
|
Thu, 03 May 2007 23:41:30 +0000 |
Stu Tomlinson |
CARLOSMERAHORTI says:
|
Thu, 03 May 2007 19:55:50 +0000 |
Stu Tomlinson |
Fix calculating SHA1C for buddy icons
|
Fri, 04 May 2007 03:48:12 +0000 |
Sean Egan |
Make MSN mobile buddies offline, mobile, and offline-messagable. Fixes #215
|
Fri, 04 May 2007 01:46:42 +0000 |
Sean Egan |
Fixes #601
|
Thu, 03 May 2007 22:39:37 +0000 |
Hylke Bons |
goat emoticon
|
Thu, 03 May 2007 19:16:24 +0000 |
Stu Tomlinson |
merge of '3fafcf318bcb0b0099bc0ba5781451dd8ce0aa17'
|
Thu, 03 May 2007 19:13:08 +0000 |
Evan Schoenberg |
merge of 'ca195759088f27094497f24bfba6f5c070ad1800'
|
Thu, 03 May 2007 19:12:19 +0000 |
Evan Schoenberg |
flags of 0x00 in oscar_icon_req() can apparently mean 'you should upload your buddy icon' just as flags of 0x41 can. I'm really unclear as to why Adium with libpurple is getting the 0x00 response while Pidgin with the same libpurple code is getting 0x41 after sending identical data (with identical md5 hashes) for a buddy icon... but that's the way it is. This may fix other conditions in which AIM people claim that their buddy icon isn't being properly set; further insight into what's going on would certainly be appreciated.
|
Thu, 03 May 2007 18:57:50 +0000 |
Ka-Hing Cheung |
add Graham Cole for the msn smiley theme file change
|
Thu, 03 May 2007 19:16:16 +0000 |
Stu Tomlinson |
SUBSIRS ?
|
Thu, 03 May 2007 18:38:04 +0000 |
Sean Egan |
Update smiley theme
|
Thu, 03 May 2007 18:37:33 +0000 |
Hylke Bons |
New Send File icon
|
Thu, 03 May 2007 18:29:59 +0000 |
Sean Egan |
Remove the icon file
|
Thu, 03 May 2007 18:29:14 +0000 |
Sean Egan |
kill the Help > About star icon
|
Thu, 03 May 2007 18:27:54 +0000 |
Hylke Bons |
Kill the 'ear' icon
|
Thu, 03 May 2007 18:02:54 +0000 |
Ethan Blanton |
Stu pointed out that I made an error, and Josh made it clear that the
|
Thu, 03 May 2007 17:56:31 +0000 |
Evan Schoenberg |
If we're sent text/plain by an AIM client and it specifies a charset, we can now use that charset via oscar_encoding_extract() instead of ignoring it and therefore assuming UTF-8
|
Thu, 03 May 2007 17:50:36 +0000 |
Evan Schoenberg |
Protect icon with ref/unref guards since it may be freed over the course of the while() loop. I thought this would fix #398, but something else is wrong, too.
|
Thu, 03 May 2007 17:43:07 +0000 |
Sadrul Habib Chowdhury |
Remove two warnings, one compile-time, one runtime. Plug two leaks, both runtime.
|
Thu, 03 May 2007 16:50:31 +0000 |
Daniel Atallah |
Additional fix for another crash similar to #412.
|
Thu, 03 May 2007 22:10:19 +0000 |
Richard Laager |
Anything used to the gaim_buddy_icons_find semantics would leak.
|
Thu, 03 May 2007 22:08:05 +0000 |
Richard Laager |
merge of '97e870becfebf23b3637ffafe51a21ace03dadcc'
|
Thu, 03 May 2007 21:57:49 +0000 |
Richard Laager |
Rework purple_buddy_icons_find() to return a reference for the caller, which
|
Thu, 03 May 2007 15:37:25 +0000 |
Stu Tomlinson |
I don't know why I thought these were necessary here.
|
Thu, 03 May 2007 15:22:29 +0000 |
Stu Tomlinson |
merge of '2243863663e3841c304af2c4ab1db4fbb766eb7e'
|
Thu, 03 May 2007 15:21:56 +0000 |
Stu Tomlinson |
Finish the removal of purple_presence_remove_buddy() and
|
Thu, 03 May 2007 15:05:13 +0000 |
Sadrul Habib Chowdhury |
Do not build the context menu if one is already being shown.
|
Thu, 03 May 2007 14:48:29 +0000 |
Nathan Walp |
merge of '57b4e954f5830e1dddd9bffb697deb057fb35943'
|
Thu, 03 May 2007 12:04:04 +0000 |
Nathan Walp |
this should fix jabber buddy icons (but it will re-introduce the behavior of overwriting your vCard whenever you sign in).
|
Thu, 03 May 2007 14:29:04 +0000 |
Luke Schierer |
merge of '1059632ecbace7c85e35918f6c6d139494fdc250'
|
Thu, 03 May 2007 13:39:07 +0000 |
Stu Tomlinson |
Proabably fixes ticket #578, it's the recommended way of initializing NSS
|
Thu, 03 May 2007 13:12:16 +0000 |
Stu Tomlinson |
Fix ticket #559:
|
Thu, 03 May 2007 08:34:53 +0000 |
Mark Doliner |
This is ugly and probably not a "correct" fix, but it seems to fix
|
Thu, 03 May 2007 07:55:32 +0000 |
Mark Doliner |
Change a few functions to free a linked list while iterating through
|
Thu, 03 May 2007 07:51:51 +0000 |
Mark Doliner |
I noticed a new error code a few days ago: "IP address connecting too
|
Thu, 03 May 2007 07:48:32 +0000 |
Mark Doliner |
merge of '45d1b5cb6bcf0cce3082b5b48045a5b708ed27d5'
|
Thu, 03 May 2007 05:30:29 +0000 |
Ka-Hing Cheung |
merge of '2771f100bd7470cecd0f1ff5497c5ba679c43278'
|
Thu, 03 May 2007 07:43:27 +0000 |
Sean Egan |
Don't play the same sound twice within 2 seconds. Maybe this will fix Luke's gst problems. It fixes #140 in either case
|
Thu, 03 May 2007 06:47:51 +0000 |
Sean Egan |
Remove AOL emblem
|
Thu, 03 May 2007 06:43:11 +0000 |
Sean Egan |
Update gaim-compat.h for API changeS
|
Thu, 03 May 2007 06:41:59 +0000 |
Sean Egan |
Give offline buddies that support offline messaging a higher score than offline buddies that don't.
|
Thu, 03 May 2007 06:32:42 +0000 |
Sean Egan |
Change some of the PurplePresence stuff to reflect how it's actually used
|
Thu, 03 May 2007 06:31:27 +0000 |
Sean Egan |
Apparently there needs to be a space between the exclamation point and the filename
|
Thu, 03 May 2007 04:49:24 +0000 |
Sean Egan |
add them to makefile.am
|
Thu, 03 May 2007 04:46:52 +0000 |
Sean Egan |
Some hidden smileys back.
|
Thu, 03 May 2007 04:41:33 +0000 |
Sean Egan |
We're told by users that Hiptop is not the same thing as mobile, and should not be treated as such.
|
Thu, 03 May 2007 03:44:45 +0000 |
Daniel Atallah |
merge of '7032201189ec1dc62ce932ab6e6b2d6f95ca6f7b'
|
Thu, 03 May 2007 02:59:12 +0000 |
Etan Reisner |
Add the function_list.pl script to the dist tarball. It's useful for people
|
Thu, 03 May 2007 01:30:12 +0000 |
Luke Schierer |
zh_TW.po updated by acli
|
Thu, 03 May 2007 01:28:55 +0000 |
Luke Schierer |
hu.po updated by kelemeng
|
Thu, 03 May 2007 01:26:32 +0000 |
Luke Schierer |
updated ja.po from taihana
|
Thu, 03 May 2007 03:43:03 +0000 |
Daniel Atallah |
This fixes #412. Apparently gtk_file_chooser_set_filename() doesn't like it when the filename specified doesn't actually exist. This is a GTK+ bug, which I will report.
|
Wed, 02 May 2007 20:57:57 +0000 |
Daniel Atallah |
merge of 'adfb9df43624e2797f0706cd8d96efdec4640b26'
|
Wed, 02 May 2007 20:54:01 +0000 |
Stu Tomlinson |
Remove 'comments' from the end of QQ smiley definitions.
|
Wed, 02 May 2007 20:08:22 +0000 |
Daniel Atallah |
Update 4bit tray icons.
|
Wed, 02 May 2007 16:18:45 +0000 |
Sadrul Habib Chowdhury |
Add a python script plugins/startup.py which will first check whether a
|
Wed, 02 May 2007 16:14:09 +0000 |
Sadrul Habib Chowdhury |
gchar returning functions should also be exposed for dbus.
|
Wed, 02 May 2007 15:47:39 +0000 |
Sadrul Habib Chowdhury |
Expose some utility function to dbus.
|
Wed, 02 May 2007 15:38:14 +0000 |
Sadrul Habib Chowdhury |
Fix context menu unusualness in the buddylist.
|
Wed, 02 May 2007 14:27:45 +0000 |
Richard Laager |
merge of '5f4a03fa07b74453c3b8312c388af42739fd16db'
|
Wed, 02 May 2007 11:55:04 +0000 |
Evan Schoenberg |
merge of '92952767b5290dd3324e325476ad8aecd0e2a3f1'
|
Wed, 02 May 2007 11:54:27 +0000 |
Evan Schoenberg |
The last name from /etc/passwd may have additional comma-delimited data which we should ignore when determining the default Bonjour name. Fixes #477
|
Wed, 02 May 2007 14:17:40 +0000 |
Richard Laager |
Fix #pidgwin in .po files.
|
Wed, 02 May 2007 07:04:07 +0000 |
Kevin Stange |
A few more changes to whitespace to make the file more readable
|
Wed, 02 May 2007 06:54:25 +0000 |
Kevin Stange |
Added back the :-/ smiley to ICQ as well, since it'll probably be found missing there by someone. I also fixed up the whitespace on all the Yahoo smileys to make the theme a little more readable.
|
Wed, 02 May 2007 05:23:57 +0000 |
Daniel Atallah |
Bump the spellchecking download timeout to 10 seconds.
|
Wed, 02 May 2007 05:14:05 +0000 |
Daniel Atallah |
Don't automatically proceed to the installer's "Finished" page - allow the log to be reviewed and make the user choose to move on. (Fixes #456).
|
Wed, 02 May 2007 05:03:47 +0000 |
Daniel Atallah |
Fix some installer issues (#416, #433)
|
Wed, 02 May 2007 04:42:06 +0000 |
Sadrul Habib Chowdhury |
Fix this spectacularly braindead code. I must've been on the good stuff when I wrote this. Fixes #364.
|
Wed, 02 May 2007 03:51:51 +0000 |
Sadrul Habib Chowdhury |
We don't really need an active connection to get the name of a chat.
|
Wed, 02 May 2007 03:41:22 +0000 |
Sadrul Habib Chowdhury |
merge of '1222310dce4224af3958f2c83c4894f4f32d7ebc'
|
Wed, 02 May 2007 03:22:11 +0000 |
Sadrul Habib Chowdhury |
Add a missing function useful for dbus clients, requested by Andrey Kostenko. And fix a crash from badly written dbus code.
|
Thu, 03 May 2007 04:26:37 +0000 |
Ka-Hing Cheung |
patch from chckens to make MSN emoticon codes more consistent with the
|
Wed, 02 May 2007 03:20:20 +0000 |
Nathan Walp |
if you're offline, and right-click on a group, you shouldn't be presented
|
Wed, 02 May 2007 00:56:11 +0000 |
Evan Schoenberg |
Fix a crash if userinfo->itmsurl is NULL on Windows / OS X
|
Wed, 02 May 2007 00:25:09 +0000 |
Sean Egan |
forgot the icons.
|
Tue, 01 May 2007 23:43:26 +0000 |
Luke Schierer |
merge of 'a2807c22fd57a663e23edf2038c1a172c779f921'
|
Tue, 01 May 2007 23:36:35 +0000 |
Daniel Atallah |
Fix #470 (change spellchecker language to not select every language)
|
Tue, 01 May 2007 23:40:37 +0000 |
Luke Schierer |
an updated af.po from fwolff
|
Tue, 01 May 2007 23:08:31 +0000 |
Kevin Stange |
Fix #478: :-/ smiley is broken
|
Tue, 01 May 2007 22:45:30 +0000 |
Luke Schierer |
merge of '4b34ba91b3be407b1921ddbb7a7ff43a418af188'
|
Tue, 01 May 2007 12:20:46 +0000 |
Luke Schierer |
disapproval of revision 'dbf636254e3583cfa0c136ce175dbb91756e4302'
|
Tue, 01 May 2007 12:20:07 +0000 |
Luke Schierer |
zh_CN from fundawang
|
Thu, 03 May 2007 13:00:36 +0000 |
Stu Tomlinson |
Fix this reference to the build dir for includes
|
Thu, 03 May 2007 12:57:57 +0000 |
Stu Tomlinson |
gnt should reference genmarshal in the srcdir to allow building in a
|
Thu, 03 May 2007 12:54:47 +0000 |
Stu Tomlinson |
Now that version.h is a generated source file, we need to add
|
Tue, 01 May 2007 22:08:10 +0000 |
Sean Egan |
Forgot to add the ico file
|
Tue, 01 May 2007 21:43:51 +0000 |
Sean Egan |
And make them used
|
Tue, 01 May 2007 19:59:11 +0000 |
Sean Egan |
New tray icons from hbons
|
Tue, 01 May 2007 19:32:22 +0000 |
Sadrul Habib Chowdhury |
I believe this fixes #439.
|
Tue, 01 May 2007 16:50:52 +0000 |
Ethan Blanton |
eperez correctly pointed out that there is no reason to disallow the
|
Tue, 01 May 2007 14:52:42 +0000 |
Richard Laager |
Revert the s/Jabber/XMPP/ here as well.
|
Tue, 01 May 2007 14:19:44 +0000 |
Luke Schierer |
merge of 'b7add4f0aed4d53f564e4fde2227f70a42923e31'
|
Tue, 01 May 2007 14:09:24 +0000 |
Luke Schierer |
merge of '65b5bccbe0e6fa4f2c4894ecd8b53505171a44a0'
|
Tue, 01 May 2007 06:03:44 +0000 |
Richard Laager |
Ticket #473: Updated Simplified Chinese translation for pidgin
|
Tue, 01 May 2007 05:54:26 +0000 |
Richard Laager |
merge of 'c0c4c168411c9fbc5ccb9790a43e21a62f6dcd55'
|
Tue, 01 May 2007 05:01:55 +0000 |
Casey Harkins |
merge of '89aee9cfd6a64bcb3656a2ba271a600f3558f891'
|
Tue, 01 May 2007 04:38:24 +0000 |
Sean Egan |
Documentation update
|
Tue, 01 May 2007 04:10:29 +0000 |
Etan Reisner |
merge of 'c5e7969e6df3aa79a90a1841303171954f97bc53'
|
Tue, 01 May 2007 03:21:27 +0000 |
Etan Reisner |
Clean up a bunch of the perl api stuff. Eventually I'll dump the entire list
|
Tue, 01 May 2007 02:34:22 +0000 |
Etan Reisner |
Remove the const-c and const-xs stuff and replace it with real constants
|
Thu, 31 May 2007 03:06:38 +0000 |
Jeffrey Connelly |
Stylistic improvements - use type *name instead of type* name for pointers
|
Thu, 31 May 2007 02:17:03 +0000 |
Jeffrey Connelly |
Enable usage of RC4 in libpurple, now that it is in 2.0.1.
|
Wed, 23 May 2007 04:18:05 +0000 |
Jeffrey Connelly |
Use MsimMessage via msim_send(), instead of msim_send_raw(). This is a more
|
Tue, 22 May 2007 06:03:18 +0000 |
Jeffrey Connelly |
Add partial implementation of MsimMessage (not used anywhere yet).
|
Sun, 20 May 2007 20:56:04 +0000 |
Jeffrey Connelly |
Replacement magic numbers by symbolic constants.
|
Sun, 20 May 2007 19:12:32 +0000 |
Jeffrey Connelly |
Clean up a few TODO's.
|
Sun, 20 May 2007 19:08:26 +0000 |
Jeffrey Connelly |
Add field type codes.
|
Sun, 20 May 2007 08:21:01 +0000 |
Jeffrey Connelly |
Incomplete attempt at using msim_send() instead of msim_send_raw().
|
Sun, 20 May 2007 07:08:57 +0000 |
Jeffrey Connelly |
Implement msim_pack(), msim_sendh(), msim_send().
|
Sun, 13 May 2007 19:53:34 +0000 |
Jeffrey Connelly |
Do not localize any debug messages, as described in #648.
|
Thu, 10 May 2007 04:25:40 +0000 |
Jeffrey Connelly |
Use _ for translations in msimprpl. See #648.
|
Thu, 10 May 2007 04:05:49 +0000 |
Jeffrey Connelly |
Use g_return_if_fail() instead of g_assert(), as to not crash the whole program.
|
Wed, 09 May 2007 04:43:24 +0000 |
Jeffrey Connelly |
Check for RC4 in libpurple on plugin initialization.
|
Sun, 06 May 2007 06:48:30 +0000 |
Jeffrey Connelly |
Re-add RC4 code from Samba, whose use is enabled by not defining
|
Sat, 05 May 2007 02:08:27 +0000 |
Jeffrey Connelly |
Add note about logging in using email address.
|
Fri, 04 May 2007 04:49:01 +0000 |
Jeffrey Connelly |
Add initializers for reserved fields in plugin and prpl structures.
|
Tue, 01 May 2007 04:09:37 +0000 |
Jeffrey Connelly |
Update for Pidgin 2.0.0beta7.
|
Tue, 01 May 2007 03:11:38 +0000 |
Jeffrey Connelly |
explicit merge of '92e787fa231318dd21ddc9dd68f17b636033b13e'
|
Sat, 12 May 2007 23:58:11 +0000 |
Richard Nelson |
Let windows know when the workspace they are in is being hidden/shown
|
Mon, 30 Apr 2007 12:02:15 +0000 |
Richard Nelson |
propagate from branch 'im.pidgin.pidgin' (head 15e8fddee885a9fd505a14ff31f33608aebc8e28)
|
Tue, 01 May 2007 14:02:55 +0000 |
Stu Tomlinson |
- Run gtk-update-icon-cache on installation/uninstallation
|
Tue, 01 May 2007 14:11:35 +0000 |
Luke Schierer |
disapproval of revision 'c0c4c168411c9fbc5ccb9790a43e21a62f6dcd55'
|
Tue, 01 May 2007 05:53:57 +0000 |
Richard Laager |
s/Jabber/XMPP/ in user-visible places.
|
Tue, 01 May 2007 04:49:01 +0000 |
Casey Harkins |
Initialize docklet from pidgin_ui_init. This ensures docklet prefs are
|
Tue, 01 May 2007 02:30:37 +0000 |
Richard Laager |
s/PIDGINHOME/PURPLEHOME/
|
Mon, 30 Apr 2007 23:01:41 +0000 |
Daniel Atallah |
Fix #432 - "Start Pidgin on Windows startup" doesn't work.
|
Mon, 30 Apr 2007 22:36:47 +0000 |
Daniel Atallah |
Clean up old stuff in pixmaps mingw Makefile.
|
Mon, 30 Apr 2007 18:04:25 +0000 |
Stu Tomlinson |
Build, but don't install, some of the other plugins we ship, to reduce bitrot
|
Mon, 30 Apr 2007 18:03:57 +0000 |
Stu Tomlinson |
Add padding to structs to fix compiler warnings
|
Mon, 30 Apr 2007 17:57:50 +0000 |
Stu Tomlinson |
Build, but don't install, some additional plugins that we ship the sources
|
Mon, 30 Apr 2007 17:53:27 +0000 |
Stu Tomlinson |
Add padding to structs as necessary to silence compiler warnings
|
Mon, 30 Apr 2007 17:46:14 +0000 |
Stu Tomlinson |
We are no longer Gaim!
|
Mon, 30 Apr 2007 17:44:33 +0000 |
Stu Tomlinson |
merge of '1b3ba1167062fa424c4b5178877923d11a74faa2'
|
Mon, 30 Apr 2007 17:19:54 +0000 |
Stu Tomlinson |
Remove execute attribute from codeinline.c
|
Mon, 30 Apr 2007 15:11:22 +0000 |
Stu Tomlinson |
Fix for upgrading from pidgin 1.5.1, which doesn't exist yet
|
Mon, 30 Apr 2007 17:34:31 +0000 |
Luke Schierer |
I saw this got committed. I did not check that it is in fact the same person. Daniel?
|
Mon, 30 Apr 2007 14:31:57 +0000 |
Daniel Atallah |
Add the Afrikaans translation from Friedel Wolff to the win32 installer (while humming 'De La Rey') now that NSIS 2.26 has been released and inclues an Afrikaans translation.
|
Mon, 30 Apr 2007 11:20:37 +0000 |
Nathan Walp |
fix an off-by-one NEWS error ;-)
|
Mon, 30 Apr 2007 07:11:51 +0000 |
Mark Doliner |
Add padding to silc and bonjour to get rid of a bunch of warnings.
|
Mon, 30 Apr 2007 07:03:10 +0000 |
Mark Doliner |
Get rid of two harmless warnings:
|
Mon, 30 Apr 2007 05:06:29 +0000 |
Sean Egan |
merge of '1a714629d05ac070d2a906784c700521755eb827'
|
Mon, 30 Apr 2007 04:43:46 +0000 |
Sean Egan |
merge of 'be134ee07584101535313fbde8fb2b64f890b5bf'
|
Mon, 30 Apr 2007 04:30:44 +0000 |
Richard Laager |
merge of '09a96b6a4f098dbeae9318fcbec85cf16d2ea8d8'
|
Mon, 30 Apr 2007 04:29:32 +0000 |
Richard Laager |
Typo fix.
|
Mon, 30 Apr 2007 04:12:02 +0000 |
Kevin Stange |
My contribution to the NEWS file!
|
Mon, 30 Apr 2007 03:46:27 +0000 |
Ethan Blanton |
I should NEWS a few times a year, I guess
|
Mon, 30 Apr 2007 03:35:46 +0000 |
Gary Kramlich |
Newsination
|
Thu, 03 May 2007 22:07:58 +0000 |
Richard Laager |
disapproval of revision '6784458226495385202ec621f5d645002ea93d07'
|
Mon, 30 Apr 2007 05:06:25 +0000 |
Sean Egan |
Re-comment that out
|
Mon, 30 Apr 2007 04:39:13 +0000 |
Sean Egan |
Solicit bug reports
|
Mon, 30 Apr 2007 03:23:29 +0000 |
Sean Egan |
NEWS
|
Mon, 30 Apr 2007 02:58:54 +0000 |
Daniel Atallah |
Remove generated files in the 'clean' target.
|
Mon, 30 Apr 2007 01:28:41 +0000 |
Gary Kramlich |
propagate from branch 'im.pidgin.padding' (head 4e0b1f990f77ad0ba6efa8bf6f73f422956b36fa)
|
Mon, 30 Apr 2007 01:03:42 +0000 |
Gary Kramlich |
Adding John 'rekkanoryo' Bailey to the CPW lists
|
Mon, 30 Apr 2007 00:45:01 +0000 |
Richard Laager |
merge of '45bdc7f0cf3d3c9229f3fcd9de71b882131c05c0'
|
Wed, 25 Apr 2007 02:25:53 +0000 |
Tim Ringenbach |
Update the comments about yahoo buddy icons. Only send the filename and not the whole path.
|
Wed, 25 Apr 2007 01:12:47 +0000 |
Tim Ringenbach |
merge of '65f2c26feb0bf8de0c50edb97ab36ff815b40daa'
|