Fri, 07 Mar 2008 16:57:40 +0000 |
Stu Tomlinson |
Add some notable items to the ChangeLog
|
Fri, 07 Mar 2008 22:03:24 +0000 |
Sadrul Habib Chowdhury |
Patch from Kyle Turman to show the alias when available in the typing notification. Closes #4957.
|
Fri, 07 Mar 2008 16:56:02 +0000 |
Sadrul Habib Chowdhury |
merge of '1aa8a701c81527c4f91549a4546a54262fccce6d'
|
Fri, 07 Mar 2008 04:01:20 +0000 |
Ethan Blanton |
Change OSCAR to use UTF-16 rather than UCS-2 conversions. Apparently
|
Fri, 07 Mar 2008 16:51:36 +0000 |
Sadrul Habib Chowdhury |
The names history-next and history-prev were backwards! Make them right, and add c-n/c-p bindings as the default bindings. Thanks to shofixti for reporting the bug. Fixes #4593.
|
Fri, 07 Mar 2008 01:27:25 +0000 |
Sadrul Habib Chowdhury |
This fixes some cases of the 1-px height bug.
|
Thu, 06 Mar 2008 16:45:45 +0000 |
Sadrul Habib Chowdhury |
finch port of e4b22781 ('Tell gstreamer not to fork').
|
Thu, 06 Mar 2008 17:00:51 +0000 |
Jochen Kemnade |
German translation update
|
Thu, 06 Mar 2008 15:55:39 +0000 |
Sadrul Habib Chowdhury |
merge of '372b94fab52b770bd853506200652575d0588539'
|
Thu, 06 Mar 2008 15:54:30 +0000 |
Sadrul Habib Chowdhury |
Make sure an existing conversation selected from the 'Send IM' dialog is given the focus.
|
Wed, 05 Mar 2008 17:18:09 +0000 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head e4cc3b79eb04e4937c5fa764f6839a8e07397651)
|
Thu, 06 Mar 2008 11:34:11 +0000 |
Will Thompson |
Tell gstreamer not to fork; remove the SIGCHLD -> SIGALRM hack, which made
|
Thu, 06 Mar 2008 07:41:52 +0000 |
Mark Doliner |
Patch #3874 from beret. There was a similar patch #2712 from rschnz,
|
Thu, 06 Mar 2008 07:29:39 +0000 |
Mark Doliner |
I realized that I don't like initializing variables when I declare
|
Thu, 06 Mar 2008 06:59:56 +0000 |
Mark Doliner |
Fix a missing a comma
|
Thu, 06 Mar 2008 00:04:03 +0000 |
Evan Schoenberg |
Added some comments and debug logging to yahoo_process_ignore() gleaned from libyahoo2's implementation, from which I guess our prpl was forked (?) given how similar many functions are.
|
Wed, 05 Mar 2008 18:17:25 +0000 |
Mark Doliner |
Bring back the lines that free info.whatever on subsequent calls to
|
Wed, 05 Mar 2008 18:13:11 +0000 |
Mark Doliner |
merge of 'e4cc3b79eb04e4937c5fa764f6839a8e07397651'
|
Wed, 05 Mar 2008 10:00:45 +0000 |
Mark Doliner |
Improve our error handling of Gnome proxy settings.
|
Wed, 05 Mar 2008 09:43:31 +0000 |
Mark Doliner |
Short circuit and return out of the function early if gconftool-2
|
Wed, 05 Mar 2008 18:11:02 +0000 |
Mark Doliner |
disapproval of revision 'd5ef30aafa0c0ecff773017ab7ac542f9ba7b4b4'
|
Wed, 05 Mar 2008 09:40:16 +0000 |
Mark Doliner |
These things are always NULL, so these if statements are never triggered
|
Wed, 05 Mar 2008 00:26:44 +0000 |
Evan Schoenberg |
Fixed bug in which Yahoo contacts were erroneously considered to be blocked,
|
Tue, 04 Mar 2008 23:53:44 +0000 |
Evan Schoenberg |
Just write out the buddy icon file; there's no need to check to see if it exists. This is for the cache, and if the blist.xml gets out of sync with the cache on disk (for example, because the user moves the blist.xml file out of the way), the existing code will never update the cached icon again.
|
Tue, 04 Mar 2008 18:50:16 +0000 |
Evan Schoenberg |
Prefer more available resources to less available ones when priorities are the same. Fixes #5079.
|
Tue, 04 Mar 2008 16:23:07 +0000 |
Stu Tomlinson |
Correct documentation in --help and man page for -l command line option.
|
Tue, 04 Mar 2008 09:41:44 +0000 |
Mark Doliner |
Move the status note parsing into a separate function, which I think
|
Tue, 04 Mar 2008 00:11:22 +0000 |
Evan Schoenberg |
When purple_buddy_icons_set_account_icon() is called, it unrefs the old PurpleStoredImage and refs the new one. Previously, it notified the prpl of the change in the buddy icon before updating pointer_icon_cache, which meant that if the prpl then called purple_buddy_icons_find_account_icon() it would get the old PurpleStoredImage (which is at this point not only old but also a pointer to invalid memory if unref'ing it caused it to be destroyed). This happens in jabber_set_info() as of 2.4.0, causing a crash when setting no-buddy-icon for an account after it has previously had an icon. I think this also means that XMPP accounts in 2.4.0 will also always set serverside the *last* icon set, not the current one, when changing icons, but I didn't test that.
|
Mon, 03 Mar 2008 21:44:40 +0000 |
Bartoz Oler |
Patch from Tomasz Salacinski to allow setting buddy icons in GG prpl.
|
Mon, 03 Mar 2008 16:35:15 +0000 |
Daniel Atallah |
Fix a regression in presenting the existing instance of Pidgin on Windows when the executable is launched a subsequent time. Fixes #5041.
|
Mon, 03 Mar 2008 09:03:47 +0000 |
Mark Doliner |
Make sure we tell stuff that oscar supports offline messages for AIM
|
Mon, 03 Mar 2008 08:50:27 +0000 |
Mark Doliner |
Fix a crash in the zephyr normalize function that I added when gc is
|
Mon, 03 Mar 2008 08:40:39 +0000 |
Mark Doliner |
Fix coverity CID 382: Remove an unused variable
|
Mon, 03 Mar 2008 08:36:35 +0000 |
Mark Doliner |
I believe this fixes Coverity 383:
|
Mon, 03 Mar 2008 08:26:44 +0000 |
Mark Doliner |
Switch to using "username" instead of "screen name." I really really
|
Mon, 03 Mar 2008 07:03:54 +0000 |
Ka-Hing Cheung |
serv_got_joined_chat() emits "chat-joined" but it also calls
|
Sun, 02 Mar 2008 22:35:56 +0000 |
Kevin Stange |
merge of '2b67a6080c2cabe152977731157b424f9e83dd5c'
|
Sun, 02 Mar 2008 20:09:54 +0000 |
Jeffrey Connelly |
propagate from branch 'im.pidgin.soc.2007.msimprpl' (head bd0e8a231d64a1834cf27ddf420ece1cd9889327)
|
Sun, 02 Mar 2008 20:05:34 +0000 |
Jeffrey Connelly |
In msimprpl, allow some levels of nested bold/italic/underline formatting.
|
Sun, 02 Mar 2008 16:44:08 +0000 |
Sadrul Habib Chowdhury |
merge of 'b3b5983d1eb17af3007d26447c9215e9e8203189'
|
Sun, 02 Mar 2008 16:43:55 +0000 |
Sadrul Habib Chowdhury |
merge of 'd1ef38716fb62522b4d8ce47ed39d9e34d2b2c77'
|
Sun, 02 Mar 2008 20:08:27 +0000 |
Jeffrey Connelly |
merge of 'b3b5983d1eb17af3007d26447c9215e9e8203189'
|
Sat, 01 Mar 2008 09:42:07 +0000 |
Kevin Stange |
Avoid saying "Cyrus SASL: Disabled" in the About box on Win32 when it's not true!
|
Sun, 02 Mar 2008 16:43:22 +0000 |
Sadrul Habib Chowdhury |
Allow translation/transliteration foo in the plugin window tooltip.
|
Fri, 29 Feb 2008 21:11:47 +0000 |
Stu Tomlinson |
Truncate password to 16 characters on MSN, before encoding.
|
Fri, 29 Feb 2008 20:23:02 +0000 |
Stu Tomlinson |
Merge 2 "if ENABLE_GTK" sections
|
Fri, 29 Feb 2008 20:06:55 +0000 |
Stu Tomlinson |
Minor whitespace cleanup
|
Fri, 29 Feb 2008 18:04:03 +0000 |
Ethan Blanton |
do what now?
|
Fri, 29 Feb 2008 15:45:48 +0000 |
Will Thompson |
Document PurpleEventLoopUiOps and associated misc.
|
Fri, 29 Feb 2008 14:47:34 +0000 |
Stu Tomlinson |
Fixes #4948
|
Fri, 29 Feb 2008 13:45:05 +0000 |
Stu Tomlinson |
Fix building with glib < 2.6
|
Fri, 29 Feb 2008 12:10:37 +0000 |
Stu Tomlinson |
Bump!
|
Fri, 29 Feb 2008 12:08:08 +0000 |
Stu Tomlinson |
NEWS!
|
Fri, 29 Feb 2008 07:55:20 +0000 |
Andrew Gaul |
Fixes a memleak:
|
Fri, 29 Feb 2008 04:31:07 +0000 |
Stu Tomlinson |
merge of '6694efeab877d30da766aff29ae0e59bad4860fd'
|
Fri, 29 Feb 2008 04:23:00 +0000 |
Ka-Hing Cheung |
Patch from Qulogic that fixes #4951 by making sure that the buffer is NUL-
|
Fri, 29 Feb 2008 04:27:51 +0000 |
Stu Tomlinson |
Final changes for 2.4.0, release imminent (for some definition of imminent)
|
Fri, 29 Feb 2008 03:47:21 +0000 |
Daniel Atallah |
Enable SASL support for xmpp in the win32 build.
|
Fri, 29 Feb 2008 03:24:10 +0000 |
Daniel Atallah |
Update the win32 changelog to reflect new GTK+ runtime and updated libmeanwhile.
|
Fri, 29 Feb 2008 02:08:23 +0000 |
Ka-Hing Cheung |
(17:59:47) stu.tomlinson: khc: say something random
|
Fri, 29 Feb 2008 01:41:13 +0000 |
Sadrul Habib Chowdhury |
NEWS
|
Fri, 29 Feb 2008 01:22:37 +0000 |
John Bailey |
NEWSing
|
Thu, 28 Feb 2008 21:49:37 +0000 |
Stu Tomlinson |
- Remove --with-howl options as we no longer support using howl for bonjour
|
Thu, 28 Feb 2008 21:38:05 +0000 |
Stu Tomlinson |
Silence errors during RPM installation when gtk-update-icon-cache does not
|
Thu, 28 Feb 2008 19:08:30 +0000 |
Stu Tomlinson |
Add Sinhala language and translator to Help -> About. I promise to try to
|
Thu, 28 Feb 2008 16:39:24 +0000 |
Jochen Kemnade |
German translation was also updated
|
Thu, 28 Feb 2008 16:26:17 +0000 |
Stu Tomlinson |
French translation updated (ric Boumaour)
|
Thu, 28 Feb 2008 16:25:22 +0000 |
Stu Tomlinson |
Finnish translation updated (Timo Jyrinki)
|
Thu, 28 Feb 2008 16:24:37 +0000 |
Stu Tomlinson |
Greek translation updated (Bouklis Panos)
|
Thu, 28 Feb 2008 16:23:19 +0000 |
Stu Tomlinson |
Hebrew translation updated (Shalom Craimer)
|
Thu, 28 Feb 2008 16:22:14 +0000 |
Stu Tomlinson |
Slovak translation updated (loptosko)
|
Thu, 28 Feb 2008 16:21:19 +0000 |
Stu Tomlinson |
Arabic translation updated (Khaled Hosny)
|
Thu, 28 Feb 2008 16:08:22 +0000 |
Stu Tomlinson |
Fix errors in translations
|
Thu, 28 Feb 2008 15:44:07 +0000 |
Stu Tomlinson |
Belarusian Latin translation updated (Ihar Hrachyshka)
|
Thu, 28 Feb 2008 15:42:09 +0000 |
Stu Tomlinson |
Dutch translation updated (Danil Heres)
|
Thu, 28 Feb 2008 15:39:42 +0000 |
Stu Tomlinson |
Vietnamese translation updated (Clytie Siddall)
|
Thu, 28 Feb 2008 15:38:12 +0000 |
Stu Tomlinson |
Norwegian Nynorsk translation updated (Yngve Spjeld Landro)
|
Thu, 28 Feb 2008 15:36:23 +0000 |
Stu Tomlinson |
Norwegian Bokml translation updated
|
Thu, 28 Feb 2008 15:29:27 +0000 |
Stu Tomlinson |
Polish translation updated (Emil Nowak)
|
Thu, 28 Feb 2008 15:24:34 +0000 |
Stu Tomlinson |
Spanish translation updated (Javier Fernndez-Sanguino)
|
Thu, 28 Feb 2008 15:22:25 +0000 |
Stu Tomlinson |
Slovenian transalation updated (Martin Srebotnjak)
|
Thu, 28 Feb 2008 15:20:19 +0000 |
Stu Tomlinson |
Sinhala translation added (Danishka Navin)
|
Thu, 28 Feb 2008 11:25:49 +0000 |
Richard Nelson |
Fix showing a contact's log, and don't access struct internals
|
Thu, 28 Feb 2008 11:18:43 +0000 |
Richard Nelson |
merge of '6c2edffe33d42d0d4190eea6c634aa46a22ec2d0'
|
Thu, 28 Feb 2008 08:41:23 +0000 |
Ka-Hing Cheung |
Fixes an error detected by valgrind:
|
Thu, 28 Feb 2008 09:23:37 +0000 |
Peter Hjalmarsson |
Updated Swedish translation
|
Thu, 28 Feb 2008 08:15:27 +0000 |
Mark Doliner |
* Don't flag outgoing oscar messages as "offline deliverable" if the
|
Thu, 28 Feb 2008 01:42:51 +0000 |
Stu Tomlinson |
Disable invisible text things, if someone can conclusively prove this is
|
Wed, 27 Feb 2008 20:31:46 +0000 |
Stu Tomlinson |
Fix make distcheck
|
Wed, 27 Feb 2008 20:19:54 +0000 |
Daniel Atallah |
Initialize the stock stuff before doing anything else so that stock items used in error messages are ready to be used. Fixes #4917.
|
Wed, 27 Feb 2008 12:30:48 +0000 |
Stu Tomlinson |
Specify the base to convert from to prevent interpreting 0-prefixed client
|
Wed, 27 Feb 2008 09:18:06 +0000 |
Mark Doliner |
Add support for offline messages for AIM, thanks to some info from
|
Wed, 27 Feb 2008 04:49:20 +0000 |
Ka-Hing Cheung |
Patch from Jorge Villaseor, treat the client id as unsigned so 0x80000000
|
Wed, 27 Feb 2008 04:36:23 +0000 |
Ka-Hing Cheung |
merge of 'a4c768e127679f724617481cff7d907dab10463f'
|
Wed, 27 Feb 2008 00:43:27 +0000 |
John Bailey |
Mention the new API.
|
Wed, 27 Feb 2008 00:42:30 +0000 |
John Bailey |
Felipe is technically no longer retired :)
|
Wed, 27 Feb 2008 00:41:51 +0000 |
John Bailey |
This is part of a patch from felipec, also known as shx, that adds
|
Tue, 26 Feb 2008 14:28:52 +0000 |
Stu Tomlinson |
Add some things to the ChangeLog
|
Tue, 26 Feb 2008 14:17:12 +0000 |
Stu Tomlinson |
Give IRC channel owners the founder icon on networks that report supporting
|
Tue, 26 Feb 2008 14:11:59 +0000 |
Stu Tomlinson |
chomp chomp chomp chomp chomp chomp chomp chomp chomp chomp
|
Tue, 26 Feb 2008 14:02:06 +0000 |
Stu Tomlinson |
I'm going to pretend this solves all my problems, except I can't see how
|
Tue, 26 Feb 2008 13:53:22 +0000 |
Stu Tomlinson |
Use connect server as FQDN for SASL auth except when it is an IP address.
|
Mon, 25 Feb 2008 15:24:49 +0000 |
Sadrul Habib Chowdhury |
This should fix the issue with persistent conversations getting closed all unexpected like.
|
Mon, 25 Feb 2008 00:25:51 +0000 |
Jeffrey Connelly |
merge of 'd7446f6ac5bc209e6a03852945edf2f8cecffe9f'
|
Mon, 25 Feb 2008 00:25:23 +0000 |
Jeffrey Connelly |
In msimprpl, support dynamically-allocated strings in message element names,
|
Wed, 27 Feb 2008 01:27:40 +0000 |
Sean Egan |
new about logo
|
Sun, 24 Feb 2008 18:33:00 +0000 |
John Bailey |
merge of '26a24e2e90db8354c4d854df5f8e833e3d1086e3'
|
Sun, 24 Feb 2008 18:30:40 +0000 |
John Bailey |
Give credit where it's due for Gideon N. Guillen's Yahoo patch.
|
Sun, 24 Feb 2008 18:21:02 +0000 |
John Bailey |
merge of '4bc84ea5ca10129cd5e46b2f0f8f8e6b6a9146b3'
|
Sun, 24 Feb 2008 18:30:33 +0000 |
Jochen Kemnade |
completed German translation for 2.4.0
|
Sun, 24 Feb 2008 01:47:42 +0000 |
John Bailey |
merge of '7a17d421ad7600c57d0ecdb59f7881de03bf2027'
|
Fri, 22 Feb 2008 00:11:25 +0000 |
John Bailey |
Kill off some uses of account->gc.
|