# HG changeset patch # User John Bailey # Date 1254604487 0 # Node ID b115a252abe5d0bae4ae8e123af71d484ef17265 # Parent 89a523641c6476e878a42ab3a1b6d87b55301006 ChangeLog the work on the dialogs and the added functions. diff -r 89a523641c64 -r b115a252abe5 ChangeLog --- a/ChangeLog Sat Oct 03 20:49:02 2009 +0000 +++ b/ChangeLog Sat Oct 03 21:14:47 2009 +0000 @@ -5,6 +5,14 @@ * Changed GTK+ minimum version requirement to 2.10.0. * Changed GLib minimum version requirement to 2.12.0. + Pidgin: + * Moved the "Debugging Information" section of the About box to a + "Build Information" dialog accessible on the Help menu. + * Moved the Developer and Crazy Patch Writer information from the About + box to a "Developer Information" dialog accessible on the Help menu. + * Moved the Translator information from the About box to a "Translator + Information" dialog accessible on the Help menu. + version 2.6.3 (??/??/20??): XMPP: * Fix a crash when attempting to validate an invalid JID. diff -r 89a523641c64 -r b115a252abe5 ChangeLog.API --- a/ChangeLog.API Sat Oct 03 20:49:02 2009 +0000 +++ b/ChangeLog.API Sat Oct 03 21:14:47 2009 +0000 @@ -5,6 +5,12 @@ Added: * purple_account_get_name_for_display * purple_network_get_all_local_system_ips + + Pidgin: + Added: + * pidgin_dialogs_buildinfo (should not be used by anything but Pidgin) + * pidgin_dialogs_developers (should not be used by anything but Pidgin) + * pidgin_dialogs_translators (should not be used by anything but Pidgin) version 2.6.2 (09/05/2009): Perl: