Mercurial > pidgin
graph
-
Fix build.2007-11-12, by Daniel Atallah
-
propagate from branch 'im.pidgin.pidgin' (head d2826de9438a8a8756c77368c1f585807a3984d0)2007-11-11, by Will Thompson
-
Mention PidginMiniDialog in ChangeLog.API2007-11-11, by Will Thompson
-
Use the error icon rather than the disconnect icon in connection error2007-11-11, by Will Thompson
-
Switch to purple_connection_error_reason in msnp9, and a few places I missed in2007-11-11, by Will Thompson
-
Don't open a dialog window on connection errors --- they're shown in the buddy2007-11-11, by Will Thompson
-
Clarify PURPLE_CONNECTION_ERROR_INVALID_USERNAME slightly.2007-11-11, by Will Thompson
-
Use PURPLE_CONNECTION_ERROR_INVALID_USERNAME in oscar and yahoo, which were2007-11-11, by Will Thompson
-
I don't think that incorrect passwords can be helpfully distinguished from2007-11-11, by Will Thompson
-
Consensus on #pidgin is that certificate errors and AUTHENTICATION_IMPOSSIBLE2007-11-11, by Will Thompson
-
Add PURPLE_CONNECTION_ERROR_{INVALID_USERNAME,INCORRECT_PASSWORD}, to be used2007-11-11, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin' (head 0f99eebc17d3efab8dac3d72feb857ab25b06cb7)2007-11-11, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin' (head 18b9b46acf72ed063fad2e2779a5202fd6d8126b)2007-11-11, by Will Thompson
-
Propagating ipp to im.pidgin.cpw.resiak.disconnectreason caused2007-11-10, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin' (head d8103be97302efb404e2f6922925f661c807ad23)2007-11-10, by Will Thompson
-
Make mini-dialogs follow the blist's size changes.2007-11-07, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 58a7a68ec9891c7989ec16c0a3d52f9756de75db)2007-11-05, by Will Thompson
-
Really actually hide the description label inside a minidialog, even when2007-11-05, by Will Thompson
-
De-magic-number (and correct) the width request of PidginMiniDialog's labels.2007-11-05, by Will Thompson
-
Say that an account has been disabled if it has been in the title of a generic2007-11-05, by Will Thompson
-
Remove a redundant hbox around PidginMiniDialog's description label.2007-11-05, by Will Thompson
-
Hide the description label of the PidginMiniDialog used for signed on elsewhere2007-11-05, by Will Thompson
-
Use PidginMiniDialog to display signed in elsewhere errors in the blist.2007-11-05, by Will Thompson
-
Remove redundant gtk_widget_show_all()s.2007-11-05, by Will Thompson
-
Don't override any of the GtkContainer API in PidginMiniDialog. It's more2007-11-05, by Will Thompson
-
Add pidgin_mini_dialog_get_num_children(), a convenient way to check how many2007-11-04, by Will Thompson
-
Use an idle callback to destroy PidginMiniDialogs when a button is pressed.2007-11-04, by Will Thompson
-
Don't leak all bar one of the closure structs allocated by2007-11-04, by Will Thompson
-
Add some padding to PidginMiniDialogClass. Padding is not needed in2007-11-04, by Will Thompson
-
Make PidginMiniDialog do more things right when used as a GtkContainer. _add,2007-11-04, by Will Thompson
-
Create a PidginMiniDialog widget; make pidgin_make_mini_dialog() in gtkutils.c2007-11-04, by Will Thompson
-
Display all connection errors in a scrollbook, which is packed inside2007-11-03, by Will Thompson
-
Fix iterating over accounts_signed_on_elsewhere while doing things that will2007-11-03, by Will Thompson
-
Remove padding and size-grouping from buttons in minidialogs to save horizontal2007-11-03, by Will Thompson
-
Use minidialogs rather than horrifying buttons with red text to notify the user2007-11-03, by Will Thompson
-
Work around a bug in vim's bracket matching, whereby it doesn't realise that2007-11-03, by Will Thompson
-
Add a tooltip to each account's label in the signed on elsewhere minidialog,2007-11-03, by Will Thompson
-
Restore error notifications on the buddy list after a restart. Make the Ignore2007-11-03, by Will Thompson
-
purple_account_clear_current_error is public API, so should not be static.2007-11-03, by Will Thompson
-
Save accounts' current errors to accounts.xml, and restore them at startup.2007-11-03, by Will Thompson
-
PurpleConnectionErrorInfo.description should not be const.2007-11-03, by Will Thompson
-
Extract setting an account's current error to a static function. In the2007-11-02, by Will Thompson
-
Add purple_account_clear_current_error(), which does what it says on the tin.2007-11-02, by Will Thompson
-
Fix the return type of pidgin_make_mini_dialog() to be GtkWidget * rather than2007-11-02, by Will Thompson
-
Don't pop up a separate error dialog when an account is disconnected by2007-10-31, by Will Thompson
-
Re-set URGENT on the buddy list when a new account is added to a pre-existing2007-10-31, by Will Thompson
-
Group all NAME_IN_USE errors together into one neat mini-dialog on the buddy2007-10-31, by Will Thompson
-
Document that callbacks for mini-dialogs may be NULL.2007-10-31, by Will Thompson
-
Break creating and removing generic error boxes by account into their own2007-10-31, by Will Thompson
-
Improve the documentation of pidgin_make_mini_dialog().2007-10-31, by Will Thompson
-
I have no idea why checking for an OFFLINE status type on an account would be2007-10-30, by Will Thompson
-
Fix a type error. I could have sworn I did this before committing...2007-10-30, by Will Thompson
-
* When an account error changes, just recreate its button rather than every2007-10-30, by Will Thompson
-
Document exactly how long the PurpleConnectionErrorInfo pointers given out by2007-10-30, by Will Thompson
-
The two PurpleConnectionErrorInfo parameters are meant to be const.2007-10-28, by Will Thompson
-
Mark pointed out that PurpleConnectionErrorPair is not a very good name for the2007-10-28, by Will Thompson
-
Document the gc parameter of purple_connection_error_reason to shut doxygen up.2007-10-28, by Will Thompson
-
Deprecate pidgin_blist_update_account_error_state() and2007-10-28, by Will Thompson
-
PurpleConnectionErrorPair is a better name for struct { PurpleConnectionError;2007-10-28, by Will Thompson
-
Add the old error to the account-error-changed signal.2007-10-28, by Will Thompson
-
merge of '37c3d8dfb803b6da542ca98ccd64739e1943072c'2007-10-28, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head a6e1d13e8af0e00ac47c87b5e118bb3c7ed5064f)2007-10-27, by Will Thompson
-
Connect to connection-error in account.c so that the account error is actually2007-10-28, by Will Thompson
-
Call pidgin_blist_update_account_error_state in response to2007-10-27, by Will Thompson
-
Remove repeated calls to purple_*_get_handle().2007-10-27, by Will Thompson
-
Changelog purple_account_get_current_error() and account-error-changed.2007-10-27, by Will Thompson
-
Make PurpleAccount keep track of the last connection error suffered (or not, if2007-10-27, by Will Thompson
-
Document connection-error signal.2007-10-27, by Will Thompson
-
I figured a signal firing on a connection error would be useful.2007-10-24, by Will Thompson
-
Having read the XMPP SASL specification, these errors seem more accurate.2007-10-24, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 08acda06a60a49c86dd22b679a931a22c62e3c13)2007-10-24, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 365b126365cc18309aea7f8eef0e9b2a19e6bda8)2007-10-17, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head bd8f1d754a1b94e5ade30c3b135178b236f7b49a)2007-10-15, by Will Thompson
-
Document that the char * parameter of purple_connection_error{,_reason} may2007-10-14, by Will Thompson
-
Rename:2007-10-14, by Will Thompson
-
rlaager suggested using the last element of the PurpleDisconnectReason enum2007-10-14, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 6f090c623ea4e9357e5b4238348a888b4c869ab7)2007-10-13, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 4018add8ebbf0e7dfc0fa002ebaeedb7048a26a6)2007-10-12, by Will Thompson
-
merge of '1037fab539d2a95db4fc657f42420566f7e53440'2007-11-16, by Richard Laager
-
merge of '00bf7296307f96f5c68d6e5edf219fb4a50bb947'2007-11-16, by Richard Laager
-
merge of '12ad71995f63338f624cb01c1e25710a0307ca31'2007-11-16, by Richard Laager
-
merge of '55275a531f00a6cabade1b8bfe74eafa3c2db4ba'2007-11-16, by Richard Laager
-
merge of '1d521d53265eb98ae00fd955fb78a1d39e4c8ba6'2007-11-16, by Richard Laager
-
merge of '88ea7f54513c734e65a7fc3f4318f393093f6fb6'2007-11-16, by Richard Laager
-
merge of '2b4dccc8587d65d95c8698baa12619b506cec2f7'2007-11-16, by Richard Laager
-
merge of '53b79b2ce557c515c1eb6d234e40ede98328a82e'2007-11-16, by Richard Laager
-
merge of 'b2a396d17dcaf8a381d711f406c759863a99557c'2007-11-16, by Richard Laager
-
merge of '2a243210bfd2514b2f7d77cba01c2cf78b8fe8a5'2007-11-16, by Richard Laager
-
merge of '2511e448b3af6dfc5daebf1f6d4b485ef647c245'2007-11-16, by Richard Laager
-
merge of '2af6143b8106e9e17b15eacee5bd408d8b7fc91a'2007-11-16, by Richard Laager
-
merge of '2c0e5c4e8381b58fde7f6ed1f20e1bf8bcf46201'2007-11-16, by Richard Laager
-
explicit merge of '2762c6075c0dc52a96098c5478c5bf68cfd890a3'2007-11-16, by Richard Laager
-
Reverted changes from ef7ac46f90a801547f7dfc4295927a956f90e869 to2007-11-16, by Richard Laager
-
disapproval of revision 'ce13b5ca4994abbd4934b3bc568c8b115335c426'2007-11-16, by Richard Laager
-
disapproval of revision '2ce5a939a395a946ffcf7f9c862b4c54aba7457f'2007-11-16, by Richard Laager
-
disapproval of revision '0e51fd6f70ba330cbc25cff479b5c6325e939196'2007-11-16, by Richard Laager
-
disapproval of revision 'd0c23dfc8d64e57036509dd2e2248caaea3e6d9f'2007-11-16, by Richard Laager
-
disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'2007-11-16, by Richard Laager
-
disapproval of revision '77472405559c3b4779b5a300cc433f2e03b4e336'2007-11-16, by Richard Laager
-
Fix win32 build following death of share/Makefile.mingw2007-11-11, by Stu Tomlinson
-
merge of '73057ee4da2b6a1bb75ad46fec3e2df323aa3e42'2007-11-11, by Stu Tomlinson
-
merge of '0f99eebc17d3efab8dac3d72feb857ab25b06cb7'2007-11-11, by Stu Tomlinson
-
Kill off another redundant Makefile2007-11-11, by Stu Tomlinson
-
Add tooltips when hovering over rooms in the roomlist so the full channel2007-11-11, by Stu Tomlinson
-
Some versions of libgadu use __GG_LIBGADU_HAVE_OPENSSL, others use2007-11-11, by Stu Tomlinson
-
merge of '0d945ca4ad9da6d9547272ea91c99f3dc3909ac6'2007-11-11, by Will Thompson
-
An identity does not always have a name; for example, Google Talk web folks can have type 'web', category 'client', no name.2007-11-11, by Evan Schoenberg
-
I think this is what the fwrite is actually meant to be doing.2007-11-11, by Stu Tomlinson
-
fix a bunch of these warnings from running configure:2007-11-11, by Stu Tomlinson
-
May as well use an existing string as the title for the error notification.2007-11-11, by Will Thompson
-
Actually properly fix this gg "write my buddy list to a file" callback by just2007-11-11, by Will Thompson
-
Hungarian translation updated2007-11-11, by Kelemen Gábor
-
merge of '2fb075583d4e52527a1045112f38c7a76f2c7e80'2007-11-11, by Will Thompson
-
Explicitly cast from xmlChar (== unsigned char) to char, squishing a warning.2007-11-11, by Will Thompson
-
Use distinct variables for the result of g_strerror (which is const) and a2007-11-11, by Will Thompson
-
Handle fwrite returning 0 in gg's "save my buddy list to a file" code,2007-11-11, by Will Thompson
-
update for next version (probably 2.3.0)2007-11-11, by Jochen Kemnade
-
Might help if we include msnp9 in the dist2007-11-11, by Stu Tomlinson
-
Update the list of files to be translated2007-11-11, by Stu Tomlinson
-
Add MSNP9 back as an alternative alongside the existing MSN prpl. Cowardly2007-11-11, by Stu Tomlinson
-
propagate from branch 'im.pidgin.elb.make' (head 7697ab7a2d1718ea16e52b2c03007343c5beb37e)2007-11-11, by Ethan Blanton
-
Fix my typo.2007-11-11, by John Bailey
-
Some final tweaking on the man page.2007-11-11, by John Bailey
-
merge of '535e513c571856e9e31d51a83dca552c8a8433dc'2007-11-10, by Stu Tomlinson
-
Fix for the crash reported by WormFood in #pidgin when right clicking on2007-11-10, by Stu Tomlinson
-
Clear the tags when the textview is cleared.2007-11-12, by Sadrul Habib Chowdhury
-
Cancel the typeahead search when escape is pressed.2007-11-11, by Sadrul Habib Chowdhury
-
Fix size calculation when shadow is enabled.2007-11-10, by Sadrul Habib Chowdhury
-
merge of 'e3fd21e6dabb99e5604e8337380353fcbe1a7279'2007-11-10, by Stu Tomlinson
-
Consolidation of icons Makefiles2007-11-10, by Stu Tomlinson
-
propagate from branch 'im.pidgin.pidgin' (head e3fd21e6dabb99e5604e8337380353fcbe1a7279)2007-11-10, by Stu Tomlinson
-
Escape any un-escaped entities in purple_markup_html_to_xhtml when parsing2007-11-10, by Stu Tomlinson
-
Allow win32 builds to define EXTRAVERSION in local.mak to do the equivalent2007-11-10, by Stu Tomlinson
-
Make purple.h a generated file so plugins can just include this and never2007-11-10, by Stu Tomlinson
-
disapproval of revision 'b681959692589499c04b181e1db18edf0d6b2dc5'2007-11-10, by Stu Tomlinson
-
Make purple.h a generated file so plugins can just include this and never2007-11-10, by Stu Tomlinson
-
Allow myspace to build outside of the source tree2007-11-10, by Stu Tomlinson
-
Double include fix2007-11-10, by Gabriel Schulhof
-
Another transience fix2007-11-10, by Gabriel Schulhof
-
A grammar fix for finch(1).2007-11-10, by Will Thompson
-
Removed typedef2007-11-10, by Gabriel Schulhof
-
Removed typedef2007-11-10, by Gabriel Schulhof
-
Make it compile2007-11-10, by Gabriel Schulhof
-
Use only the first 16 characters of the password, and plug a leak.2007-11-10, by Ka-Hing Cheung
-
make our xmlnode preserve prefixes2007-11-10, by Ka-Hing Cheung
-
propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)2007-11-10, by Ka-Hing Cheung
-
Minor adjustments to prevent a crash, correct a data type and fix drawing.2007-11-10, by Sadrul Habib Chowdhury
-
Use gobject properties for labels.2007-11-09, by Sadrul Habib Chowdhury
-
I feel good when I am able to send messages, instead of just typing them.2007-11-06, by Sadrul Habib Chowdhury
-
Hitting Return in the entry will trigger the 'activate' signal.2007-11-05, by Sadrul Habib Chowdhury
-
Enable auto-complete in the pounce dialog.2007-11-05, by Sadrul Habib Chowdhury
-
Buttons were leaking all this time!2007-10-31, by Sadrul Habib Chowdhury
-
Hitting enter on a file will trigger the 'select' button in the file selector dialog.2007-10-30, by Sadrul Habib Chowdhury
-
Pressing 'insert' in the plugins window triggers the 'Install Plugin..' button.2007-10-30, by Sadrul Habib Chowdhury
-
Get rid of unnecessary strdup.2007-10-30, by Sadrul Habib Chowdhury
-
Close #2810. ('Non-XHTML-IM messages with links in them are broken.')2007-10-30, by Sadrul Habib Chowdhury
-
Do not ellipsize in a column of size 1.2007-10-30, by Sadrul Habib Chowdhury
-
Patch from Josh Davis to correct ellipsization for right-aligned columns.2007-10-30, by Sadrul Habib Chowdhury
-
Do not do unnecessary processing when updating text in a column.2007-10-30, by Sadrul Habib Chowdhury
-
Rolling back docklet geometry changes. These will have to wait until next2007-10-28, by Casey Harkins
-
propagate from branch 'im.pidgin.charkins.dockletgeom' (head 0a163d30bd4e04f722543b3868eb2d934e5e1db8)2007-10-28, by Casey Harkins
-
Bring silcpurple_create_keypair for silc 1.0 in line with the new2007-10-28, by Ethan Blanton
-
Patch from Gabriel Schulhof to transiate yet another window.2007-10-28, by Gabriel Schulhof
-
Add 'yank' action in the entry boxes.2007-10-26, by Sadrul Habib Chowdhury
-
Fix doxygen foo, thanks to resiak\!2007-10-26, by Sadrul Habib Chowdhury
-
Draw the 'header' correctly when not showing borders.2007-10-26, by Sadrul Habib Chowdhury
-
Show alias in restored conversation.2007-10-26, by Sadrul Habib Chowdhury
-
transpose-chars action for the entry boxes.2007-10-26, by Sadrul Habib Chowdhury
-
Add properties to boxes. This is the Right Way of doing things.2007-10-24, by Sadrul Habib Chowdhury
-
Fix menu hiding.2007-10-21, by Sadrul Habib Chowdhury
-
merge of '433b476c9aefc965849a15060e0feeccb640d283'2007-10-20, by Sadrul Habib Chowdhury
-
ChangeLog.API the new docklet geometry API. Fixes #521. Refs #1632.2007-10-18, by Casey Harkins
-
propagate from branch 'im.pidgin.charkins.dockletgeom' (head 0ac7285573f2998a702d7cbc62e7e8cc91e616e8)2007-10-18, by Casey Harkins
-
Add gnt_menuitem_activate, and 'activate' signal for GntMenuItem.2007-10-20, by Sadrul Habib Chowdhury
-
Prevent occasional crashes on quit.2007-10-20, by Sadrul Habib Chowdhury
-
Readjust the column widths when a column is hidden/redisplayed.2007-10-20, by Sadrul Habib Chowdhury
-
Doxygen for gnt.2007-10-16, by Sadrul Habib Chowdhury
-
Missing changelog entries and @since tags from 3f567df17490f68b4feb8cf26ad004a34eb7cc9a.2007-10-16, by Sadrul Habib Chowdhury
-
Add the menu-binding stuff in the manpage.2007-10-16, by Sadrul Habib Chowdhury
-
Add gnt_color_pair, which will replace color codes with 'appropriate' text2007-10-16, by Sadrul Habib Chowdhury
-
ChangeLog.API some of the current-media changes.2007-10-16, by Sadrul Habib Chowdhury
-
Add and call a purple_util_uninit() to free user_dir and customer_home_dir2007-10-15, by Richard Laager
-
disapproval of revision 'ddd8161138d003646cb2960438fe8011a3d71a8b'2007-11-16, by Richard Laager
-
A missing s/PURPLE_REQUEST_HINT/PURPLE_REQUEST_UI_HINT/2007-10-15, by Richard Laager
-
Document the addition of the PURPLE_REQUEST_UI_HINT_* defines.2007-10-14, by Richard Laager
-
Re-namespace the #defines to all be PURPLE_REQUEST_UI_HINT_*. I see no2007-10-14, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head e8fa6e02ff781b7fa39b211e7617c5083ea42688)2007-10-14, by Richard Laager
-
Document the UI hint defines and remove some bad ui_hint @param lines from2007-10-14, by Richard Laager
-
Mark some libpurple-internal functions as deprecated to further help keep2007-10-14, by Richard Laager
-
disapproval of revision '3588a68b11327f068eea391242fa5896bb72f8dd'2007-11-16, by Richard Laager
-
Use the PURPLE_REQUEST_HINT defines for comparisons.2007-10-14, by Richard Laager
-
disapproval of revision '0bca057095e209f4b41abe027de4864301ead50e'2007-11-16, by Richard Laager
-
disapproval of revision '4b2b98ecc70947f687d13c902b1b031247b49392'2007-11-16, by Richard Laager
-
Converted string literal UI hints to #define-ed constants and fixed two cast-warnings in gtkblist.c2007-10-14, by Gabriel Schulhof
-
Wrap the newly deprecated functions with #ifndef PURPLE_DISABLE_DEPRECATED.2007-10-14, by Richard Laager
-
Document the with_hint API changes.2007-10-14, by Richard Laager
-
propagate from branch 'org.maemo.garage.pidgin.pidgin.dialog-transience' (head 675607eb0ab04822a33c6d542694e94dbb731035)2007-10-14, by Richard Laager
-
disapproval of revision '403dd7caf39b853d3f3620441ea1abebb19cfa03'2007-11-16, by Richard Laager
-
Fix up some broken changes in the request API UI hint changes.2007-10-14, by Richard Laager
-
merge of '1bcf84e26d11f259b3c5ec663e3fecc2f01aed33'2007-10-14, by Richard Laager
-
Document the window transient_for changes. Refs #26172007-10-13, by Richard Laager
-
propagate from branch 'org.maemo.garage.pidgin.pidgin.dialog-transience' (head 49d0219884ede2c6c571f2df73e29dffa86f54ad)2007-10-13, by Richard Laager
-
purple_lt_current needed to be bumped (as per the comment at the start of2007-10-13, by Will Thompson
-
propagate from branch 'im.pidgin.pidgin' (head 26e91b9e80a9d63c85455f11102f75f36cb95afc)2007-10-12, by Richard Laager
-
Merge the ChangeLog.API entries for 2.3.02007-10-12, by Richard Laager
-
merge of '87d5331b62c3e62aaacddc0fe0a8c3f0787cda2b'2007-10-12, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head fa0e512d79dfe479bc36c2436089b51854ef3eb5)2007-10-12, by Sadrul Habib Chowdhury
-
Changelog some of the stuff.2007-10-12, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head d42511319051bcfa8adb3ed8e3f11a26cabc43f4)2007-10-12, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.sadrul.currentmedia' (head 734d4a6e0655850d5f891d22d4c37f15d0ccf1bd)2007-10-12, by Sadrul Habib Chowdhury
-
Missing buddylist request field stuff.2007-10-04, by Sadrul Habib Chowdhury
-
Add marshalling functions for the authorization signals.2007-10-04, by Sadrul Habib Chowdhury
-
Convert the inputs to UTF8 first before doing anything. Thanks a lot to Ionic` on #pidgin for testing.2007-10-03, by Sadrul Habib Chowdhury
-
Add a note: Perhaps look at menu-labels if it doesn't have an ID when processing an accelerator key.2007-10-03, by Sadrul Habib Chowdhury
-
Add IDs to the menuitems in the buddylist menu so they can have acceletor keys.2007-10-03, by Sadrul Habib Chowdhury
-
Toplevel boxes don't have menus.2007-10-03, by Sadrul Habib Chowdhury
-
Allow binding key-shortcuts to menuitems.2007-10-03, by Sadrul Habib Chowdhury
-
disapproval of revision '6ed8ed5b5440b381d08d2a36c8b60d05d935aaa8'2007-11-14, by Sadrul Habib Chowdhury
-
Sample use of the buddylist node request field.2007-10-03, by Sadrul Habib Chowdhury
-
merge of '7ad0c13aa61f79d4ac1cfaf922642b4b63ebc914'2007-10-03, by Sadrul Habib Chowdhury
-
merge of '0aa0a220a3346cbd27a0595bb2136c61712a5a4e'2007-09-19, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head abd68a0284028e1f6620c0f7ef517a13458d49d1)2007-09-19, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head b7ee9ed3d96546482462baf63c4127858553c275)2007-10-10, by Richard Laager
-
Move 2.2.2 to the right place.2007-10-10, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 1e697229b1c9a564fa1e509cc9a4a83da6e664df)2007-10-10, by Richard Laager
-
Move the PURPLE_DISABLE_DEPRECATED entry to 2.3.0 and document the new plugin unload handling.2007-10-07, by Richard Laager
-
Use purple_plugin_disable() to get the right behavior with plugins that2007-10-07, by Richard Laager
-
Use the new purple_plugin_disable() function and purple_plugin_unload()'s2007-10-07, by Richard Laager
-
Bump the version to 2.3.02007-10-07, by Richard Laager
-
* Add purple_plugin_disable() to prevent plugins from loading on the next2007-10-07, by Richard Laager
-
If there is no secondary text in a notify, avoid adding "\n\n" and creating2007-10-07, by Richard Laager
-
Document the addition of purple_plugin_disable() and the changes to2007-10-07, by Richard Laager
-
Fix the last two entries: we've used lowercase version elsewhere.2007-10-07, by Richard Laager
-
I think we're doing the proper checks now, so remove a TODO. If this is2007-10-07, by Richard Laager
-
Use g_list_delete_link() instead of g_list_remove() in this new code, as2007-10-07, by Richard Laager
-
Re-add a loop I removed in b5acf346a6ed692acc613d71a9ebbfcf4726cc63. It's2007-10-07, by Richard Laager
-
Fix a syntax error so this compiles.2007-10-06, by Richard Laager
-
merge of '6b5f1f48667171fe73de619dd8f80cacd231a2e2'2007-10-06, by Richard Laager
-
Honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to catch2007-10-06, by Richard Laager
-
Remove some TODOs on deprecated code.2007-10-06, by Richard Laager
-
Honor the return value of a plugin's unload function.2007-10-06, by Richard Laager
-
German translation update2007-11-09, by Jochen Kemnade
-
applied changes from f0cdd16c20f9773e28cd79b36ffcf1c66057e32e2007-11-09, by Stu Tomlinson
-
This changelog entry was weak, considering all the work John actually2007-11-09, by Kevin Stange
-
The last of the man page updating that I had planned to do. Constructive2007-11-09, by John Bailey
-
merge of '3df0bc5b9537dc64833bb97fe2a03920e6f0c304'2007-11-09, by John Bailey
-
merge of '54be730b876d8dcb239390730afc8620f96bc429'2007-11-09, by Daniel Atallah
-
merge of '375ee8dbfbcb119caf0510839f43bc2b0a2d8ff1'2007-11-09, by Andreas Monitzer
-
merge of 'c37fee6ba3de411437645ccbbe48c947adee7414'2007-11-09, by Daniel Atallah
-
merge of 'fbe5808a8fa8c35651a2920d4aa62f1781d51246'2007-11-08, by Ethan Blanton
-
jtb indirectly points out that we need a fflush() before the fsync(),2007-11-08, by Ethan Blanton