Mercurial > pidgin
changeset 29118:b115a252abe5
ChangeLog the work on the dialogs and the added functions.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sat, 03 Oct 2009 21:14:47 +0000 |
parents | 89a523641c64 |
children | 0f1d7aad073c |
files | ChangeLog ChangeLog.API |
diffstat | 2 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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: