log

age author description
2008-03-12 Stu Tomlinson Make SILC errors disconnect the account and reduce unwanted notify dialogs.
2008-03-12 Stu Tomlinson Fix a couple of memory leaks
2008-03-12 Stu Tomlinson Fix a memory leak
2008-03-11 Evan Schoenberg merge of '1ba8fbd2ac54a6b25df759681a854ccc43e6abff'
2008-03-11 Evan Schoenberg Only allow one keepalive_timeout at a time. This prevents us from starting a
2008-03-11 Daniel Atallah Further changes to use UTF-16 instead of UCS-2. Also, fix #5167 by making sure that the encoding conversion worked before using the result.
2008-03-11 Stu Tomlinson GDK_WINDOW_TYPE_HINT_TOOLTIP is new with Gtk 2.10
2008-03-11 Will Thompson Set the TOOLTIP hint on imhtml link tooltips. Thanks to Danny Baumann for
2008-03-11 Will Thompson Remove duplicated docs for _varg variants of request functions; correct and
2008-03-11 Will Thompson Make PurpleAccount's documentation actually show up; also, sprinkle some
2008-03-09 Ka-Hing Cheung When Andrew was working on the memleak fixes, he pondered why buffer was
2008-03-09 Andrew Gaul some memleak fixes from Andrew Gaul again:
2008-03-09 Stu Tomlinson merge of '2df22d7ed44f0ccc912fc22ea2e0389c0e445b6f'
2008-03-09 Evan Schoenberg If we receive a Full Name and no nickname, use the Full Name as the serverside alias for an XMPP contact. If we receive just a nickname or both a full name and a nickname, prefer the nickname.
2008-03-09 Mark Doliner Some AIM screen names have periods in them, but it's like impossible
2008-03-09 Stu Tomlinson Fix Topic in chat node tooltips, and turn on using the transient chat node
2008-03-09 Stu Tomlinson Make "Show when offline" work on group nodes too, which sets the flag for
2008-03-09 Stu Tomlinson Escape conversation title for use in infopane so that ampersands don't
2008-03-09 Stu Tomlinson Avoid a compile warning when building with NetworkManager support because
2008-03-09 Stu Tomlinson Improve "Get Info" parsing on MSN - ignore all URLs in fields instead of
2008-03-08 Ethan Blanton Increase XMPP ping timeout from 20s to 120s
2008-03-08 Sadrul Habib Chowdhury merge of '83a8dbf04d73ded7b026f8b63a26f5656d8fb25b'
2008-03-07 Jochen Kemnade another update for the German translation
2008-03-07 Mark Doliner This is pretty important for our 7 zephyr users.
2008-03-07 Mark Doliner merge of '6b600951723c4797bafdc840f751b75c3f0f95af'
2008-03-07 Stu Tomlinson Add some notable items to the ChangeLog
2008-03-07 Sadrul Habib Chowdhury Patch from Kyle Turman to show the alias when available in the typing notification. Closes #4957.
2008-03-07 Sadrul Habib Chowdhury merge of '1aa8a701c81527c4f91549a4546a54262fccce6d'
2008-03-07 Ethan Blanton Change OSCAR to use UTF-16 rather than UCS-2 conversions. Apparently
2008-03-07 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.
2008-03-07 Sadrul Habib Chowdhury This fixes some cases of the 1-px height bug.
2008-03-06 Sadrul Habib Chowdhury finch port of e4b22781 ('Tell gstreamer not to fork').
2008-03-06 Jochen Kemnade German translation update
2008-03-06 Sadrul Habib Chowdhury merge of '372b94fab52b770bd853506200652575d0588539'
2008-03-06 Sadrul Habib Chowdhury Make sure an existing conversation selected from the 'Send IM' dialog is given the focus.
2008-03-05 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head e4cc3b79eb04e4937c5fa764f6839a8e07397651)
2008-03-06 Will Thompson Tell gstreamer not to fork; remove the SIGCHLD -> SIGALRM hack, which made
2008-03-06 Mark Doliner Patch #3874 from beret. There was a similar patch #2712 from rschnz,
2008-03-06 Mark Doliner I realized that I don't like initializing variables when I declare
2008-03-06 Mark Doliner Fix a missing a comma
2008-03-06 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.
2008-03-05 Mark Doliner Bring back the lines that free info.whatever on subsequent calls to
2008-03-05 Mark Doliner merge of 'e4cc3b79eb04e4937c5fa764f6839a8e07397651'
2008-03-05 Mark Doliner Improve our error handling of Gnome proxy settings.
2008-03-05 Mark Doliner Short circuit and return out of the function early if gconftool-2
2008-03-05 Mark Doliner disapproval of revision 'd5ef30aafa0c0ecff773017ab7ac542f9ba7b4b4'
2008-03-05 Mark Doliner These things are always NULL, so these if statements are never triggered
2008-03-05 Evan Schoenberg Fixed bug in which Yahoo contacts were erroneously considered to be blocked,
2008-03-04 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.
2008-03-04 Evan Schoenberg Prefer more available resources to less available ones when priorities are the same. Fixes #5079.
2008-03-04 Stu Tomlinson Correct documentation in --help and man page for -l command line option.
2008-03-04 Mark Doliner Move the status note parsing into a separate function, which I think
2008-03-04 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.
2008-03-03 Bartoz Oler Patch from Tomasz Salacinski to allow setting buddy icons in GG prpl.
2008-03-03 Daniel Atallah Fix a regression in presenting the existing instance of Pidgin on Windows when the executable is launched a subsequent time. Fixes #5041.
2008-03-03 Mark Doliner Make sure we tell stuff that oscar supports offline messages for AIM
2008-03-03 Mark Doliner Fix a crash in the zephyr normalize function that I added when gc is
2008-03-03 Mark Doliner Fix coverity CID 382: Remove an unused variable
2008-03-03 Mark Doliner I believe this fixes Coverity 383:
2008-03-03 Mark Doliner Switch to using "username" instead of "screen name." I really really
2008-03-03 Ka-Hing Cheung serv_got_joined_chat() emits "chat-joined" but it also calls
2008-03-02 Kevin Stange merge of '2b67a6080c2cabe152977731157b424f9e83dd5c'
2008-03-02 Jeffrey Connelly propagate from branch 'im.pidgin.soc.2007.msimprpl' (head bd0e8a231d64a1834cf27ddf420ece1cd9889327)
2008-03-02 Jeffrey Connelly In msimprpl, allow some levels of nested bold/italic/underline formatting.
2008-03-02 Sadrul Habib Chowdhury merge of 'b3b5983d1eb17af3007d26447c9215e9e8203189'
2008-03-02 Sadrul Habib Chowdhury merge of 'd1ef38716fb62522b4d8ce47ed39d9e34d2b2c77'
2008-03-02 Jeffrey Connelly merge of 'b3b5983d1eb17af3007d26447c9215e9e8203189'
2008-03-01 Kevin Stange Avoid saying "Cyrus SASL: Disabled" in the About box on Win32 when it's not true!
2008-03-02 Sadrul Habib Chowdhury Allow translation/transliteration foo in the plugin window tooltip.
2008-02-29 Stu Tomlinson Truncate password to 16 characters on MSN, before encoding.
2008-02-29 Stu Tomlinson Merge 2 "if ENABLE_GTK" sections
2008-02-29 Stu Tomlinson Minor whitespace cleanup
2008-02-29 Ethan Blanton do what now?
2008-02-29 Will Thompson Document PurpleEventLoopUiOps and associated misc.
2008-02-29 Stu Tomlinson Fixes #4948
2008-02-29 Stu Tomlinson Fix building with glib < 2.6
2008-02-29 Stu Tomlinson Bump!
2008-02-29 Stu Tomlinson NEWS!
2008-02-29 Andrew Gaul Fixes a memleak:
2008-02-29 Stu Tomlinson merge of '6694efeab877d30da766aff29ae0e59bad4860fd'
2008-02-29 Ka-Hing Cheung Patch from Qulogic that fixes #4951 by making sure that the buffer is NUL-
2008-02-29 Stu Tomlinson Final changes for 2.4.0, release imminent (for some definition of imminent)
2008-02-29 Daniel Atallah Enable SASL support for xmpp in the win32 build.
2008-02-29 Daniel Atallah Update the win32 changelog to reflect new GTK+ runtime and updated libmeanwhile.
2008-02-29 Ka-Hing Cheung (17:59:47) stu.tomlinson: khc: say something random
2008-02-29 Sadrul Habib Chowdhury NEWS
2008-02-29 John Bailey NEWSing
2008-02-28 Stu Tomlinson - Remove --with-howl options as we no longer support using howl for bonjour
2008-02-28 Stu Tomlinson Silence errors during RPM installation when gtk-update-icon-cache does not
2008-02-28 Stu Tomlinson Add Sinhala language and translator to Help -> About. I promise to try to
2008-02-28 Jochen Kemnade German translation was also updated
2008-02-28 Stu Tomlinson French translation updated (Éric Boumaour)
2008-02-28 Stu Tomlinson Finnish translation updated (Timo Jyrinki)
2008-02-28 Stu Tomlinson Greek translation updated (Bouklis Panos)
2008-02-28 Stu Tomlinson Hebrew translation updated (Shalom Craimer)
2008-02-28 Stu Tomlinson Slovak translation updated (loptosko)
2008-02-28 Stu Tomlinson Arabic translation updated (Khaled Hosny)
2008-02-28 Stu Tomlinson Fix errors in translations
2008-02-28 Stu Tomlinson Belarusian Latin translation updated (Ihar Hrachyshka)
2008-02-28 Stu Tomlinson Dutch translation updated (Daniël Heres)
2008-02-28 Stu Tomlinson Vietnamese translation updated (Clytie Siddall)
2008-02-28 Stu Tomlinson Norwegian Nynorsk translation updated (Yngve Spjeld Landro)
2008-02-28 Stu Tomlinson Norwegian Bokmål translation updated
2008-02-28 Stu Tomlinson Polish translation updated (Emil Nowak)
2008-02-28 Stu Tomlinson Spanish translation updated (Javier Fernández-Sanguino)
2008-02-28 Stu Tomlinson Slovenian transalation updated (Martin Srebotnjak)
2008-02-28 Stu Tomlinson Sinhala translation added (Danishka Navin)
2008-02-28 Richard Nelson Fix showing a contact's log, and don't access struct internals
2008-02-28 Richard Nelson merge of '6c2edffe33d42d0d4190eea6c634aa46a22ec2d0'
2008-02-28 Ka-Hing Cheung Fixes an error detected by valgrind:
2008-02-28 Peter Hjalmarsson Updated Swedish translation
2008-02-28 Mark Doliner * Don't flag outgoing oscar messages as "offline deliverable" if the
2008-02-28 Stu Tomlinson Disable invisible text things, if someone can conclusively prove this is
2008-02-27 Stu Tomlinson Fix make distcheck
2008-02-27 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.
2008-02-27 Stu Tomlinson Specify the base to convert from to prevent interpreting 0-prefixed client
2008-02-27 Mark Doliner Add support for offline messages for AIM, thanks to some info from
2008-02-27 Ka-Hing Cheung Patch from Jorge Villaseñor, treat the client id as unsigned so 0x80000000
2008-02-27 Ka-Hing Cheung merge of 'a4c768e127679f724617481cff7d907dab10463f'
2008-02-27 John Bailey Mention the new API.
2008-02-27 John Bailey Felipe is technically no longer retired :)
2008-02-27 John Bailey This is part of a patch from felipec, also known as shx, that adds
2008-02-26 Stu Tomlinson Add some things to the ChangeLog
2008-02-26 Stu Tomlinson Give IRC channel owners the founder icon on networks that report supporting
2008-02-26 Stu Tomlinson chomp chomp chomp chomp chomp chomp chomp chomp chomp chomp
2008-02-26 Stu Tomlinson I'm going to pretend this solves all my problems, except I can't see how
2008-02-26 Stu Tomlinson Use connect server as FQDN for SASL auth except when it is an IP address.
2008-02-25 Sadrul Habib Chowdhury This should fix the issue with persistent conversations getting closed all unexpected like.
2008-02-25 Jeffrey Connelly merge of 'd7446f6ac5bc209e6a03852945edf2f8cecffe9f'
2008-02-25 Jeffrey Connelly In msimprpl, support dynamically-allocated strings in message element names,
2008-02-27 Sean Egan new about logo
2008-02-24 John Bailey merge of '26a24e2e90db8354c4d854df5f8e833e3d1086e3'
2008-02-24 John Bailey Give credit where it's due for Gideon N. Guillen's Yahoo patch.
2008-02-24 John Bailey merge of '4bc84ea5ca10129cd5e46b2f0f8f8e6b6a9146b3'
2008-02-24 Jochen Kemnade completed German translation for 2.4.0
2008-02-24 John Bailey merge of '7a17d421ad7600c57d0ecdb59f7881de03bf2027'
2008-02-22 John Bailey Kill off some uses of account->gc.
2008-02-22 Stu Tomlinson Don't call NULL callbacks. Fixes #4901
2008-03-01 Sean Egan disapproval of revision 'fb186fe2307039838fc0d044506008a9eb2f8438'
2008-02-22 Sean Egan the 2.10.10 check is wrong. if 0 this until it's figured out.
2008-02-20 Daniel Atallah Plug some leaks caused by GtkTreePaths not being freed.
2008-02-20 Daniel Atallah Patch from eperez to plug a leak in the ntlm proxy authentication. Fixes #4702
2008-02-19 Jochen Kemnade updated German translation
2008-02-25 Sadrul Habib Chowdhury Attempt at a better error message.
2008-02-25 Sadrul Habib Chowdhury Modified patch ('big_smiley_change.patch') from Mauro and Jorge (Masca) to
2008-02-25 Sadrul Habib Chowdhury Fix a leak, and correct the docs.
2008-02-25 Sadrul Habib Chowdhury Hide PurpleSmiley internals.
2008-02-19 Sadrul Habib Chowdhury Add the smiley files for translation.
2008-02-19 Sadrul Habib Chowdhury Make sure deleting one smiley doesn't accidentally delete a few others.
2008-02-19 Sadrul Habib Chowdhury Make some functions static, plug a leak.
2008-02-19 Sadrul Habib Chowdhury Revert some bits of the earlier patch not related to custom smileys.
2008-02-19 Sadrul Habib Chowdhury Plug a leak.
2008-02-19 Sadrul Habib Chowdhury Apply the custom smiley patches from #1187, from Jorge Villaseño (Masca) and
2008-02-18 Jeffrey Connelly merge of '27ebb66171c1a1a757cd8d3e325c91e159b1d048'
2008-02-17 Sadrul Habib Chowdhury Single clicking a menuitem should activate it.
2008-02-17 Sadrul Habib Chowdhury merge of '679333d47d0d179f9027ef1c5f82a2eef5811b95'
2008-02-17 Sadrul Habib Chowdhury Right-clicking on a widget should trigger the context-menu.
2008-02-18 Jeffrey Connelly If the user sets a username (because they don't have one), and it succeeds,
2008-02-16 Jeffrey Connelly In msimprpl, add msim_is_valid_username() to check whether a username
2008-02-16 Jeffrey Connelly In msimprpl, define a new set of symbolic constants for the command to
2008-02-16 Jeffrey Connelly In msimprpl, change to patch from Jaywalker regarding setting
2008-02-16 Jeffrey Connelly In msimprpl, if the user signs in without any username set (this will happen
2008-02-16 Jeffrey Connelly merge of '24f58c58bb8d22c0e8e6c5ce43c536c47b719bc6'
2008-02-16 Will Thompson I think it's reasonable to just say "don't do this".
2008-02-16 Will Thompson Pull setting the urgent hint on the blist when it is unfocused into its own
2008-02-16 Will Thompson Rework update_account_error_state to reuse existing mini-dialogs if they exist,
2008-02-16 Will Thompson Don't clear account errors during account-error-changed emission. I can't
2008-02-14 Stu Tomlinson Fix the "Finch doesn't work" bug. More specifically, it turned out to be
2008-02-14 Stu Tomlinson Fix setting vCard buddy icons when we don't have any other user info set.
2008-02-14 Stu Tomlinson merge of '5e11f89fad2bba2d5ef3307befb618c9ca110561'
2008-02-16 Jeffrey Connelly Add get-attention.png, a toolbar icon from hbons that we can use later for
2008-02-14 Jeffrey Connelly In msimprpl, for server-side contacts, first search for an existing group
2008-02-13 Sadrul Habib Chowdhury merge of '29e93f056359d961762bcff9702089c1cf491fd0'
2008-02-12 John Bailey merge of 'a86cc370be80c0a0f0688ae2dec4f55775779fa1'
2008-02-13 Sadrul Habib Chowdhury '\n' (ctrl-j) should behave similar to '\r' (ctrl-m). Fixes #4833.
2008-02-12 Sadrul Habib Chowdhury merge of '902c6324faa755dfbceafd40ebf88ef850d06c9b'
2008-02-12 Stu Tomlinson Bring back the "Close IMs immediately when the tab is closed" pref. As far
2008-02-12 John Bailey propagate from branch 'im.pidgin.cpw.rekkanoryo.yahoop15ft' (head 722549d96d82fd56433f18b78bda898eef6a56ed)
2008-02-11 Jeffrey Connelly merge of '8d0a8e8a3f64465f6fe98c9344417e6f5f60cace'
2008-02-11 Jeffrey Connelly Update COPYRIGHT for patches from #4790 and #2788.
2008-02-10 Mark Doliner A patch from oliver to speed up oscar's normalize function a little by
2008-02-09 Jeffrey Connelly merge of '74350098695c8021af246fd51aa5389109e8fa3b'
2008-02-09 Jeffrey Connelly disapproval of revision '8bec06d2cd0a64ece46cb3cd73db9b085b91e161'
2008-02-12 Sadrul Habib Chowdhury Ignore the recv/send flags when the system flag is set for a message.
2008-02-12 Sadrul Habib Chowdhury Highlighted message color has a higher priority over an action message color.
2008-02-09 Sadrul Habib Chowdhury merge of '39442c11d97da922ca44df85a3b376341c44f186'
2008-02-09 Jeffrey Connelly merge of '4c2c343355f23e33c5b251b3d61f07af3fd8ac8b'
2008-02-09 Sadrul Habib Chowdhury merge of '4c2c343355f23e33c5b251b3d61f07af3fd8ac8b'
2008-02-09 Jeffrey Connelly Pidgin attention GUI from nok. Adds "Send Attention" to conversation
2008-02-09 Etan Reisner This may or may not fix a crash that may or may not affect the version of GTK+
2008-02-09 Etan Reisner merge of '72a2b71dfe259097d115f67e0442fb44934ce686'
2008-02-08 Jochen Kemnade Updated German translation
2008-02-06 John Bailey Simplified version of the newest patch on #4533 to not try Yahoo protocol
2008-02-06 Luke Schierer merge of 'c68bf74889268c55c15cf101e1d593966b55c2a9'
2008-02-09 Jeffrey Connelly Patch from oliver:
2008-02-06 Jeffrey Connelly In msimprpl, if login fails, and the user's password is greater than
2008-02-05 Daniel Atallah felipec noticed that this include was missing.
2008-02-04 Stu Tomlinson purple_status_type_new_with_attrs() must be NULL terminated. Finally all
2008-02-04 Jeffrey Connelly merge of '127e166396532169c471488d7be34927a0f32b39'
2008-02-04 Jeffrey Connelly In msimprpl, use a PURPLE_STATUS_TUNE presence type to hold the "now playing"
2008-02-03 Mark Doliner Get rid of some privacy checking code from zephyr that is done in
2008-02-03 John Bailey Kill off gc->prpl in the core everywhere but connection.c (when the struct
2008-02-03 Mark Doliner Remove the privacy prpl callbacks in Zephyr since they're basically a
2008-02-03 Mark Doliner Remove some empty PRPL callbacks
2008-02-03 Stu Tomlinson Display buddies' phone numbers in the tooltip for MSN buddies if we have
2008-02-03 Stu Tomlinson Fix the bug where mid-session notification server transfers end up with the
2008-02-03 Mark Doliner The Gnome Human Interface Guidelines say, "if pressing this button by
2008-02-03 Mark Doliner Mark some strings for translation
2008-02-03 Mark Doliner Slightly cleaner
2008-02-03 Mark Doliner Improve the spacing in Pidgin's certificate manager window
2008-02-03 Mark Doliner Add the list of certificates in Pidgin's certificate manager to a
2008-02-03 Richard Nelson I always forget something...
2008-02-02 Richard Nelson fix unblocking
2008-02-02 Richard Nelson Add a [X] Blocked item to the buddy context menu, and add a dialog to
2008-02-02 Richard Nelson Make this clearer
2008-02-02 Richard Nelson Add a finch log viewer. This is largely copied from Pidgin.
2008-02-01 Will Thompson Passing NULL to msn_user_set_friendly_name explodes, and msn_user_new is called
2008-02-01 Mark Doliner Rename 'add_buddies_in_permit' to 'add_all_buddies_to_permit_list'
2008-02-01 Mark Doliner Our Yahoo! protocol has this crappy implementation where it tries
2008-02-01 Mark Doliner In Pidgin's privacy dialog:
2008-02-01 Mark Doliner Clean up a function
2008-02-01 Mark Doliner Yahoo! has no permit list, so get rid of the add_permit and rem_permit prpl
2008-02-01 Evan Schoenberg Don't tell the user to check the debug log if debug logging isn't enabled.
2008-02-01 Mark Doliner Remove whitespace on empty lions
2008-01-31 Mark Doliner Use the group passed into yahoo_add_buddy() instead of looking
2008-01-31 Mark Doliner Get rid of yahoo_privacy_check and use purple_privacy_check directly.
2008-01-31 Mark Doliner Update a comment. I think it was missing a word or three.
2008-01-31 Mark Doliner Some very minor cleanup
2008-01-31 Will Thompson Update silc10 to use purple_connection_error_reason(), matching the uses in
2008-01-31 Mark Doliner Fix some minor 'make docs' errors. For some reason the callback
2008-01-31 Richard Nelson Fix a crash when pressing backspace at a menu
2008-01-31 Richard Nelson merge of '04e7d54475c3ddf91ad523e3e58521bc4fa59c85'
2008-01-31 Eoin Coffey Made account.c use purple_connection_get_prpl instead of gc->prpl.
2008-01-31 Mark Doliner Revert bfc4df11256d088d75b0512bb0c4790967b68b19 because the code is
2008-01-29 Jeffrey Connelly merge of '9d22bc3a3d82cb26e7196d41b472b81c7660274d'
2008-01-28 Mark Doliner From the gethostname() man page:
2008-01-28 Mark Doliner One more g_idle_add call
2008-01-29 Jeffrey Connelly In msim_uid2username_from_blist(), return a static string as the documentation
2008-01-27 Jeffrey Connelly Fix zap functionality in MySpaceIM.
2008-01-27 Mark Doliner Change some g_idle_add(...) calls in libpurple to purple_timeout_add(0, ...)
2008-01-27 Mark Doliner Stop unconditionally setting oscar's server-side preference "allow
2008-01-27 Mark Doliner merge of '2e288b76540410af9b0ca21669ffb7e085633d59'
2008-01-27 Sadrul Habib Chowdhury Forgot the since tag here.
2008-01-27 Sadrul Habib Chowdhury Update finch to not touch the internals of PurpleGroup.
2008-01-27 Sadrul Habib Chowdhury Add accessor and update finch to not touch the internals of PurpleBuddy and PurpleChat.
2008-01-26 Sadrul Habib Chowdhury Include finch.h from these files, instead of internal.h.
2008-01-26 Sadrul Habib Chowdhury We will probably eventually use purple_object_[get|set]_ui_data. Until then, this will do.
2008-01-26 Sadrul Habib Chowdhury Add accessor and update finch to not touch the internals of PurpleXfer.
2008-01-26 Sadrul Habib Chowdhury Update finch to not touch the internals of PurpleConversation.
2008-01-26 Sadrul Habib Chowdhury Add accessor and update finch to not touch the internals of PurpleConnection.
2008-01-26 Sadrul Habib Chowdhury Update finch to not touch the internals of PurpleAccount. This also includes a change I made to reduce the Cyclomatic Complexity of one of the functions.
2008-01-26 Sadrul Habib Chowdhury Add API so Finch doesn't need to touch the internals of PurpleBlistNode.
2008-01-26 Sadrul Habib Chowdhury Update the ChangeLog.API for the buddylist managers.
2008-01-26 Will Thompson merge of '0f37c6a913d5207fa0fa327f5b11b215c7d35926'
2008-01-25 Will Thompson Make autogen.sh return a non-zero exit code when it fails so that
2008-01-26 Stu Tomlinson Use xdg-open instead of gnome-open, if possible. We might want to use
2008-01-26 Evan Schoenberg If falling back on the old auth method for Jabber, be sure to set js->auth_type to JABBER_AUTH_IQ_AUTH.
2008-01-25 Evan Schoenberg merge of '468a779996a2b7c9313bb894084fb632307d35fc'
2008-01-25 Evan Schoenberg disapproval of revision 'ee1257d20b20bbbf3654ef8675e774ccb8b63dfd'
2008-01-25 Evan Schoenberg I'm not sure how to disapprove a local change without it ever getting pushed... sorry for the double commit. I didn't intend to leave a trailing colon, since we didn't use punctuation at the end previously.
2008-01-25 Evan Schoenberg Fixed grammatically incorrect text when sending a file to an XMPP buddy with multiple online resources. I'm +/- on ending such requests with a period... but ending on a preposition, while acceptable if needed to make a sentence significantly more natural, should be avoided when smoothly possible.
2008-01-25 Stu Tomlinson send_keepalive needs to return TRUE to ensure it'll get called again, and
2008-01-25 Stu Tomlinson Kill this warning when using -Wstrict-prototypes:
2008-01-25 Stu Tomlinson compile fix
2008-01-25 Mark Doliner One more test. This is actually the one I cared about. It passes,
2008-01-25 Sadrul Habib Chowdhury merge of '7e6f3aa974ad4672e16bd0ac3839d416c87160f1'
2008-01-25 Mark Doliner Add a few tets to make sure we're catching some invalid email formats
2008-01-25 Sean Egan ChangeLog.API last_received
2008-01-25 Sean Egan merge of '7a2d6f31a70791d5e6e8af6fae041e30d5a1c48f'
2008-01-24 Mark Doliner merge of '4b11e0842d46778d47f4901ed6e00169c970471d'
2008-01-24 John Bailey Fix some issues with the infopane and dragging when the infopane takes the
2008-01-24 Sadrul Habib Chowdhury Pay attention to the 'show_offline' setting for the buddylist.
2008-01-24 Mark Doliner Change purple_markup_html_to_xhtml() to convert <strong> tags to
2008-01-23 Sadrul Habib Chowdhury Init and uninit the buddylist managers at appropriate times.
2008-01-23 Sadrul Habib Chowdhury Allow customizing the expander in the tree. This is mostly a hack ;)
2008-01-23 Sadrul Habib Chowdhury merge of '310bb375db205bf93c93b7bdc96853f6f1832a5d'
2008-01-23 Jochen Kemnade updated German translation
2008-01-23 Sadrul Habib Chowdhury Add a meebo-like grouping, where online contacts show up under the default
2008-01-23 Sadrul Habib Chowdhury We need to store the img in the hashtable only after we have removed the old
2008-01-23 Sadrul Habib Chowdhury Some minor doc update.
2008-01-23 Sadrul Habib Chowdhury Fix some small leaks when destroying a statusbox.
2008-01-23 Sadrul Habib Chowdhury Changelog the grouping option.
2008-01-23 Sadrul Habib Chowdhury Rework some of the code that deals with adding and removing blist nodes in the tree. There were some typoed code that just happened to work. This fixes those.
2008-01-23 Sadrul Habib Chowdhury When computing priority buddies for a contact, a buddy on an online account will always have a higher priority over a buddy on an offline account.
2008-01-23 Sadrul Habib Chowdhury This is supposed to return the key, not the row itself.
2008-01-22 Sadrul Habib Chowdhury Remember the selected grouping option.
2008-01-22 Sadrul Habib Chowdhury Reconstruct the 'Grouping' menu when a blist manager is un/installed.
2008-01-22 Sadrul Habib Chowdhury Add the plugin in the pot.
2008-01-22 Sadrul Habib Chowdhury merge of '4ca258deda6a50b61f8431bb3a742805c180a583'
2008-01-22 Sadrul Habib Chowdhury Mark some strings for translation.
2008-01-22 Sadrul Habib Chowdhury Add a plugin to provide 'Online/Offline' grouping and no grouping.
2008-01-22 Sadrul Habib Chowdhury Do not show a context menu for an unknown node.
2008-01-22 Sadrul Habib Chowdhury Add a buddy list manager for finch. This allows plugins to show the buddylist
2008-01-22 Sadrul Habib Chowdhury Function to get the parent key.
2008-01-22 Sadrul Habib Chowdhury Add an accessor function for PurpleChat.
2008-01-21 Sadrul Habib Chowdhury Add some accessor functions for PurpleBlistNode.
2008-01-21 Mark Doliner Undo revision accb4afcd6bbf17cf99d9aac0b4b448293190647. This should
2008-01-21 Mark Doliner disapproval of revision 'd77adf1b9a4b44f121620f20e2643602e3f6776e'
2008-01-20 Evan Schoenberg Track validity of flap_connections to prevent a crash when a disconnect is initiated via purple_timeout_add in flap_connection_schedule_destroy() and then is subsequently destroyed before the timeout is actually called.
2008-01-20 Will Thompson merge of '131ee6ac42d38162c4fce7a7200a0afa01aed6ce'
2008-01-20 Björn Voigt Fix for $(top_builddir) != $(top_srcdir)
2008-01-27 Jeffrey Connelly a
2008-01-20 Jeffrey Connelly a
2008-01-20 Jeffrey Connelly a
2008-01-20 Jeffrey Connelly a
2008-01-20 Jeffrey Connelly a
2008-01-20 Jeffrey Connelly a
2008-01-20 Jeffrey Connelly a
2008-01-19 John Bailey Fix (hopefully) the last problem in this function. Refs #3295.
2008-01-19 Sadrul Habib Chowdhury Perhaps using a lighter font-weight will make the typing notification less distracting.
2008-01-18 Sadrul Habib Chowdhury Fix the bug where removing the typing notification would cause the text to
2008-01-18 Sadrul Habib Chowdhury merge of '2ab65ec8302949b83f1a2ce4fd9abfef611e3690'
2008-01-18 Sadrul Habib Chowdhury 'make -f Makefile.oot' will successfully compile the nullclient out-of-tree.
2008-01-17 Jochen Kemnade updated German translation
2008-01-23 Sean Egan Don't send keep-alives if we've received data since in the last KEEPALIVE_INTERVAL seconds
2008-01-17 Sean Egan Only use invisible text with gtk 2.10.10 or later due to GnomeBug:382565
2008-01-17 Sean Egan merge of '3b6aca6b8be6a2416cca6f8f28a7f23eaea5a974'
2008-01-17 Sean Egan merge of '4b5e932e01a84088124dee9791809545cdc9240b'
2008-01-17 Sadrul Habib Chowdhury merge of '74dec26c42145486ebbc521d7df8e3f33c5b168a'
2008-01-17 Mark Doliner merge of '43413f6662ecd55ea083fbbacb3f16c01843e655'
2008-01-17 Mark Doliner A few more of those "default_action" fixes
2008-01-17 Mark Doliner A few more "purple_request_action" default action corrections
2008-01-17 Sadrul Habib Chowdhury merge of '43413f6662ecd55ea083fbbacb3f16c01843e655'
2008-01-17 Mark Doliner Apparently gcc gives a warning here even though it's perfectly valid
2008-01-17 Mark Doliner rlaager suggested the possibility of documenting this. Sure, why not?
2008-01-17 Mark Doliner Minor improvements to the default_action used in purple_action_request
2008-01-17 Mark Doliner Improve oscar's default actions a tad bit
2008-01-17 Mark Doliner * Clarify the documentation for purple_request_action's 'default_ation'
2008-01-17 John Bailey Plug a leak.
2008-01-17 John Bailey Since I needed to bring back yahoo_convert_to_numeric, I figured I could at
2008-01-17 John Bailey merge of '773c6dde93b5b2109d9c627dca717dd6c5468094'
2008-01-16 Richard Laager (13:48:49) Stu Tomlinson (nosnilmot): rlaager: printf() should probably
2008-01-16 Richard Laager Use g_strerror() instead of strerror() in a few places.
2008-01-20 Will Thompson Improve some PurpleAcountOption documentation, and sanify some whitespace.
2008-01-16 Mark Doliner Only try to set the itmsurl attribute for the available status. I'd
2008-01-16 Mark Doliner It's ok for us to use == here because status_id is set to one of these
2008-01-16 Mark Doliner merge of '15fcc72f6db29d572909078a86fb269698314506'
2008-01-16 Mark Doliner Two performance/network bandwidth related changes here, care of meebo.
2008-01-16 Mark Doliner merge of '167b1c9f831eb7790b419ee62343bb62ad1be92b'
2008-01-16 Mark Doliner Fix a memleak that doesn't matter because it's in a child process
2008-01-17 John Bailey disapproval of revision '947ccb889812585e6d53eac13fc12734d8481e33'
2008-01-16 John Bailey const-ify paramteters to some of the new API I added. I thought I did this already.
2008-01-16 John Bailey Remove `yahoo_convert_to_numeric`, which I apparently did not examine closely
2008-01-16 John Bailey Get rid of an unnecessary allocation.
2008-01-15 Will Thompson Clarify documentation of purple_account_set_status_list(), and use @copydoc to
2008-01-15 Mark Doliner merge of '59861e303c2e7d7bfe9c10a06497b1aaa47d6588'
2008-01-15 Mark Doliner Update some comments in oscar's prpl callback structs
2008-01-15 John Bailey ChangeLog the /notice stuff I added to IRC a while ago and forgot about.
2008-01-15 John Bailey Patch from Yusuke Odate, modified by me, to support retrieving the full
2008-01-15 Etan Reisner Recommit the correct parts of 55eb5e28f52c9cdccc6229a8314ffbdac2260843,
2008-01-15 Etan Reisner disapproval of revision '55eb5e28f52c9cdccc6229a8314ffbdac2260843'
2008-01-15 Etan Reisner Remove a variable that isn't used anywhere, if it was supposed to do something
2008-01-14 Daniel Atallah Prevent a crash caused by freed memory being accessed.
2008-01-14 Daniel Atallah Some more little leak fixes.
2008-01-14 Daniel Atallah Don't keep a handle to the "pidgin_is_running" mutex in the installer - this causes the uninstaller to fail. There probably is a better solution, but this works for now.
2008-01-14 Daniel Atallah Plug a small leak.
2008-01-14 Mark Doliner More compiler warning fixes from o_sukhodolsky (with additions by me).
2008-01-14 Mark Doliner I forgot that we're supposed to be using g_strerror() to guarantee a
2008-01-14 Mark Doliner More of ticket #1344 from o_sukhodolsky, which rlaager has been
2008-01-14 Mark Doliner I'm gonna try adding in an easter egg here, see what people thing.
2008-01-14 Richard Laager Fix a compiler warning:
2008-01-14 Richard Laager merge of '464169ffadabb173b3052074b132f38025b2e88d'
2008-01-14 Jeffrey Connelly merge of '15b495a6774e316e3d7962181284bcf13b9ccffa'
2008-01-14 Jeffrey Connelly Implement prpl_info->normalize for msimprpl, modified patch from Jaywalker.
2008-01-13 John Bailey Fix overzealous hyphenation in the ChangeLog's text.
2008-01-13 John Bailey Update the ChangeLog.API to reflect my API additions.
2008-01-13 John Bailey This adds accessor and mutator API for the PurpleAttentionType struct.
2008-01-17 Sadrul Habib Chowdhury Focus the button for the default action, if possible.
2008-01-13 Sadrul Habib Chowdhury Make sure the 'connection-error' signal doesn't cause a dbus error message.
2008-01-13 Sadrul Habib Chowdhury merge of '1ae0a697e31d7fa2a7f231ecd1719149f5348d82'
2008-01-13 Sadrul Habib Chowdhury Show the grouped items initially. This fixes the issues with the size of the entry box in the conversation windows.
2008-01-13 Mark Doliner merge of '735c3286464306d43a2109836ecbdc3bc26b479f'
2008-01-13 John Bailey From what little I could see, it appears that for Yahoo Japan there is only
2008-01-13 John Bailey Fix a typo that's technically correct but is irritating me.
2008-01-12 Sadrul Habib Chowdhury Make setting 'now listening' actually work, thanks to khc.
2008-01-12 Sadrul Habib Chowdhury Destroy the icon box only when there's one. This gets rid of a runtime warning for statusboxes without a buddy-icon selector (e.g., for an IRC account).
2008-01-12 Sadrul Habib Chowdhury It turns out the tree-models need to be unref'ed.
2008-01-12 Sadrul Habib Chowdhury Clean up an earlier commit. Fixes CID #379, and #378.
2008-01-12 Sadrul Habib Chowdhury Fix CID #380 by using an assigned variable.
2008-01-17 Sean Egan disapproval of revision '4b5e932e01a84088124dee9791809545cdc9240b'
2008-01-17 Sean Egan disapproval of revision '3a3d731ceddf62d569fa8c7488782167189f44c1'
2008-01-12 Sadrul Habib Chowdhury Use the 'invisible' property for text-tags (only in GTK+2.8 or above). This allows toggling on/off the timestamps on existing conversation history. References #3829.
2008-01-12 Sadrul Habib Chowdhury merge of '3dc120bb73d0a2d3ce3f6339e0882bd0321e24c8'
2008-01-12 John Bailey propagate from branch 'im.pidgin.pidgin' (head cc7917983d28560aebe8a2b4ba1d8135b856dce5)
2008-01-14 Richard Laager Disable the DBus "Functions not exported" list. It's huge and buries the
2008-01-14 Richard Laager Remove a useless NULL check before a g_free().
2008-01-14 Richard Laager Revert some of my -Wstrict-prototypes fixes here, as they are causing more
2008-01-14 Richard Laager Part of a large patch from o_sukhodolsky to fix some build warnings.
2008-01-13 Richard Laager Part of a large patch from o_sukhodolsky to fix some build warnings.
2008-01-13 Richard Laager Part of a large patch from o_sukhodolsky to fix some build warnings.
2008-01-13 Richard Laager Part of a large patch from o_sukhodolsky to fix some build warnings.
2008-01-13 Richard Laager Part of a large patch from o_sukhodolsky to fix some build warnings.
2008-01-13 Richard Laager Part of a large patch from o_sukhodolsky to fix some build warnings.
2008-01-13 Richard Laager Fix a compiler warning:
2008-01-13 Richard Laager Part of a large patch from o_sukhodolsky to fix some build warnings.
2008-01-13 Richard Laager Part of a large patch from o_sukhodolsky to fix some build warnings.
2008-01-13 Richard Laager Part of a large patch from o_sukhodolsky to fix some build warnings.
2008-01-13 Richard Laager Allow --sync to reach gtk initialization. This is basically the same as
2008-01-13 Andreas Stührk A patch from Andreas Stührk (Trundle) to fix a problem with our DBus code
2008-01-13 Richard Laager Add some files to po/POTFILES.in to silence warnings from intltool.
2008-01-11 Mark Doliner Default for "do you want to add this buddy?" for oscar is now "no"
2008-01-10 Will Thompson Sir Alec Guinness was horrified to see this.
2008-01-10 Daniel Atallah Patch from Will Hawkins to implement sending a SIP-If-Match header on subsequent PUBLISHes after receiving a SIP-Etag header. I made some minor tweaks to this, hopefully I didn't break anything. Fixes #4422.
2008-01-11 Sadrul Habib Chowdhury Ignore both NULL and empty strings.
2008-01-10 Sadrul Habib Chowdhury merge of '2654fa4bf505fd6b8e400e329323a4b8fb67126f'
2008-01-08 Hallvard Glad merge of 'd32a0c1772bb88a80d5370ff93e7c4b8cf007608'
2007-12-30 Hallvard Glad update on the norwegian bokmål translation (nb.po)
2008-02-24 John Bailey A patch from Gideon N. Guillen, with some minor modifications from me. This
2008-01-10 Sadrul Habib Chowdhury merge of '6523df90f67ed0428e11d3ebc7bf15777986ebcf'
2008-01-09 Daniel Atallah This makes authorization requests go away when the account is disconnected. It will leak the protocol's user_data, but without an API change, there isn't much that can be done about that. References #4609
2008-01-09 Daniel Atallah Fix a crash when accepting/denying a yahoo auth. request when the account is disconnected. References #4581
2008-01-09 Daniel Atallah Fix the _presence._tcp. record not to be referred to as the ICHAT_PRESENCE, that has been bothering me for a while.
2008-01-09 Daniel Atallah Fix an issue where the Start Menu shortcut wasn't selected by default when not installed. Fixes #4489.
2008-01-10 Sadrul Habib Chowdhury Prpls seem to be sending '\n' (or '\r\n') for newlines, instead of '<br>' to the core. Fixes #4545.
2008-01-09 Sadrul Habib Chowdhury Don't print 'file transfer complete' message more than once for the same xfer.
2008-01-09 Sadrul Habib Chowdhury Remove the completed/cancelled xfers when 'Clear finished transfers' is selected. (Did anyone notice our 'purple_xfer_is_canceled' is typoed?)
2008-01-09 Sadrul Habib Chowdhury merge of '1c032cc023d809fb900c6bbf99dcd8619b815131'
2008-01-08 Evan Schoenberg merge of '5d18b4aee9c05f592af532f9155aadb23ad11d4b'
2008-01-08 Ethan Blanton Fix notice on /me
2008-01-08 Jochen Kemnade German translation update
2008-01-08 Stu Tomlinson Use a unique chat id across all sessions for multi-user chats, probably
2008-01-08 Stu Tomlinson Huh, you want to be able to compile? I clearly (or not so clearly) need new
2008-01-08 Stu Tomlinson Adjust some network error fatalities and things
2008-01-08 Stu Tomlinson Apparently "nil" is an Objective-C thing
2008-01-08 Stu Tomlinson merge of 'a5456268d56c1a4745ac4abb84a176ecc6f68109'
2008-01-08 Sean Egan shorted the 'typing then stopped' message
2008-01-08 Sean Egan ifdef out the typing menu tray icon, as the inline typing notifications do a better job notifying, I think
2008-01-08 Evan Schoenberg If the UI sets a cache directory before purple_buddy_icons_init() is called
2008-01-08 Evan Schoenberg There's nothing wrong with calling purple_buddy_icons_find() can not receiving an icon in return - it just means that no icon was found. We shouldn't attempt to call purple_buddy_icon_ref() on NULL, which will trigger a failed assertion.
2008-01-08 Andreas Monitzer Now checking the hostname supplied by the user, or the host-part of the JID when no host name is given against the CN of the domain. This makes libpurple comply to the RFC. Fixes http://trac.adiumx.com/ticket/8787
2008-01-07 Evan Schoenberg Remove spurious braces
2008-01-07 Björn Voigt German update
2008-01-07 Mark Doliner merge of '5fc55e3a78ccb0a463df332592e62c5a371cd8b4'
2008-01-07 Richard Laager Add Shreevatsa R for the Python she-bang line changes.
2008-01-09 Sadrul Habib Chowdhury I am going to go ahead and commit+push this revision/fix of purple_conversation_new.
2008-01-07 Sadrul Habib Chowdhury Unset some stuff to make sure Sylar can't kill us.
2008-01-07 Sadrul Habib Chowdhury compile
2008-01-07 Sadrul Habib Chowdhury merge of 'd11aaeee05a52eb367ad7d81f82a36b7a0501bcf'
2008-01-07 Evan Schoenberg If the cached buddy icon can't be loaded, delete the preferences which point to it. Among other things, this fixes OSCAR buddy icon retrieval when the cache has been removed - since previously the icon hash was kept around and was used to determine that (so far as the prpl could tell) no icon retrieval was needed, libpurple would never have an icon for the contact.
2008-01-07 Sadrul Habib Chowdhury Remember the size of the roomlist window. Handle the categories better.
2008-01-06 Sadrul Habib Chowdhury Typo can cause crashes.
2008-01-06 John Bailey Fix a couple compile warnings.
2008-01-06 John Bailey Fix my typo
2008-01-06 John Bailey Some readability changes. Refs #4533.
2008-01-06 John Bailey Give credit where due.
2008-01-06 Thanumalayan This patch from Thanumalayan S. implements Yahoo protocol version 15 file
2008-01-06 John Bailey Revert patch that added receive-only transfer support for Yahoo protocol
2008-01-06 Sadrul Habib Chowdhury merge of '534709237b5a9cb6acf039eba7344401c9cf8ac4'
2008-01-05 Richard Laager Don't assume perl is at /usr/bin/perl, use /usr/bin/env instead. This is not
2008-01-05 Richard Laager These don't seem to require bash.
2008-01-05 Richard Laager A small patch from shreevatsa: "Some of the Python scripts start with
2008-01-05 Richard Laager merge of '418bc7dd4e063c50039bba0d51b489b568f9aaaa'
2008-01-05 Richard Laager Squash some compiler warnings, some from my -Wstrict-prototypes fixing.
2008-01-05 Richard Laager Clarify a comment that was confusing me. Thanks resiak!
2008-01-05 Moos Heintzen Save the conversation "Enable Logging" option per-contact.
2008-01-03 Richard Laager Turn off -Wstrict-prototypes until the issues in these libraries are fixed:
2008-01-03 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
2008-01-06 Sadrul Habib Chowdhury Implementation of the roomlist API.
2008-01-06 Sadrul Habib Chowdhury Add a function to get a widget for a request field.
2008-01-06 Sadrul Habib Chowdhury A list of accessor functions to the roomlist API.
2008-01-05 Ethan Blanton An additional push from Gabriel's omgp.pidgin.add-widget-util branch.
2008-01-05 Ethan Blanton Allow INTLTOOL_MSGFMT to also be a valid value of MSGFMT for our
2008-01-05 Jochen Kemnade German translation update
2008-01-05 Sadrul Habib Chowdhury Utility functions to set and format song information. Closes #4398.
2008-01-05 Sadrul Habib Chowdhury merge of '1858be5916da7bce36f3c991bcd71fc65271048d'
2008-01-07 Mark Doliner Credit for 1858be5916da7bce36f3c991bcd71fc65271048d. References #4052.
2008-01-05 Mark Doliner Some changes intended to make oscar not emit so many
2008-01-05 Mark Doliner Now that oscar throttles itself as it approaches the rate limit, we can
2008-01-05 Mark Doliner Minor comment changes
2008-01-05 Mark Doliner We're not actually using these KNOWNGOOD defines, but should we ever
2008-01-05 Mark Doliner Partial support for reading ICQ 6 status notes. The status note will
2008-01-05 Gabriel Schulhof Remove a lot of duplication from a lot of places. Closes #4558.
2008-01-05 Sadrul Habib Chowdhury Show the emblem in conversation infopane correctly for chats.
2008-01-04 Sadrul Habib Chowdhury Fix an infinite loop. Fixes #4486.
2008-01-04 Sadrul Habib Chowdhury merge of '26afdc5e8f0e60ae1cc245decbcee7ece0a2f29f'
2008-01-04 Daniel Atallah We can't rely on g_strerror() being set by g_file_test().
2008-01-04 Daniel Atallah Detect the mdnsresponder crashing in the DnsSD implementation and disconnect the account instead of pegging the CPU.
2008-01-04 Sadrul Habib Chowdhury Show prpl icons in the tooltip for groups.
2008-01-04 Sadrul Habib Chowdhury Get rid of some wasted empty space in the tooltips for chats and groups.
2008-01-04 Sadrul Habib Chowdhury merge of '30ea4e4dc3c93772f4022f23b41bb489eb0ac56b'
2008-01-04 Björn Voigt German update: GTK plugin
2008-01-04 Jochen Kemnade update for German translation
2008-01-04 Sadrul Habib Chowdhury Blink the buddies that signed on/off recently for six seconds.
2008-01-04 Daniel Atallah This is how the error handling for the win32 single instance mutex is supposed to work.
2008-01-04 Daniel Atallah Improve error handling, particularly the debug output. I was hoping that this would provide some debug output that could be used to figure out how to detect and disconnect when the mdnsResponder crashes, but that doesn't appear to be the case.
2008-01-03 Björn Voigt German update
2008-01-03 Stu Tomlinson Fixes for incorrectly displaying user tune emblem and empty current media.
2008-01-03 Sadrul Habib Chowdhury New actions: window-next-urgent (alt+tab), and window-prev-urgent (alt+shift+tab).
2008-01-02 Richard Laager merge of '46216b10d02d4e5cae2343e469f0e405088537d3'
2008-01-02 Will Thompson Clear up some documentation.
2008-01-02 Will Thompson Masca noticed that dc6923294f5f33ff7a52a998e1b9e9ad47be0211 made jabber.c not
2008-01-02 Sadrul Habib Chowdhury Remove unused code.
2008-01-02 Sadrul Habib Chowdhury Modified patch from Gabriel (Sylar?) Schulof to deprecate PIDGIN_DIALOG. Closes #4535. (PS: I am aware of --author).
2008-01-02 Sadrul Habib Chowdhury Mark a string for translation.
2008-01-02 Evan Schoenberg merge of '7e8103bd3c5298a43a4e18bb59037980f5c213c9'
2007-12-31 John Bailey Felipe Contreras, one of our older Crazy Pacth Writers, noticed that these
2007-12-30 John Bailey Added /notice support for IRC. If I didn't do this properly, feel free
2007-12-30 Sadrul Habib Chowdhury merge of '1e815cbbfe7f16f64d88932b88cb027889830b52'
2007-12-30 Sadrul Habib Chowdhury Fix a double-free when unloading dependent plugins. Fixes #4488.
2008-01-02 Evan Schoenberg Keep track of the keepalive timeout source so it can be removed when the account disconnects. This prevents a possible crash if the timeout fired after the account disconnected.
2007-12-30 Evan Schoenberg merge of 'a8b520be697763fb22572a1a5f50fe2d01738644'
2007-12-30 Will Thompson I think that now that it's easy to re-enable accounts that got a connection
2007-12-29 Ka-Hing Cheung bring ChangeLog.win32 up2date with 2.3.1
2007-12-29 Sadrul Habib Chowdhury nacho points out that we need to connect to 'style-set' on a widget that uses the default style, because the signal is not emitted for widgets that uses custom styles. This is part of his earlier patch. References #4351.
2007-12-29 Sadrul Habib Chowdhury Show the prpl icon in the account-specific statusboxes to avoid ambiguity.
2007-12-29 Sadrul Habib Chowdhury merge of '136abe99803d125464bb1268eb7041051ad4c9ae'
2007-12-29 Will Thompson Clarify documentation of confusingly-named and -valued signal priority
2007-12-29 Sadrul Habib Chowdhury Patch from Ignacio Casal Quinteiro (nacho) to fix style issues with the headline in the buddylist. Closes #4351.
2007-12-29 Sadrul Habib Chowdhury Patch from QuLogic to correctly set the length. Closes #4515.
2007-12-29 Sadrul Habib Chowdhury Docu patch from Simon Wenner. Closes #4497.
2007-12-30 Evan Schoenberg merge of '09b67b44dabe98093e6dc706c0d731212e129a79'
2007-12-29 John Bailey ChangeLog entry for QuLogic's patch.