log ChangeLog.API @ 17736:c9a046a7f326

age author description
Tue, 22 May 2007 06:03:42 +0000 Sadrul Habib Chowdhury New function purple_conversation_do_command. This is almost like
Tue, 22 May 2007 03:28:12 +0000 Sadrul Habib Chowdhury New api function purple_conversation_get_extended_menu.
Sat, 19 May 2007 08:30:37 +0000 Richard Laager ChangeLog the pidgin_create_window() function.
Sat, 19 May 2007 08:03:48 +0000 Richard Laager Document the API changes.
Thu, 07 Jun 2007 14:47:30 +0000 Richard Laager I think it's a good idea to document thing that we deprecate.
Fri, 04 May 2007 04:15:57 +0000 Stu Tomlinson Add some dates
Wed, 02 May 2007 03:22:11 +0000 Sadrul Habib Chowdhury Add a missing function useful for dbus clients, requested by Andrey Kostenko. And fix a crash from badly written dbus code.
Sun, 29 Apr 2007 07:03:26 +0000 Richard Laager A brief note about the buddy icon and imgstore API changes.
Sun, 29 Apr 2007 07:01:55 +0000 Richard Laager Whitespace fixes to Evan's ChangeLog.API entry.
Thu, 26 Apr 2007 12:25:49 +0000 Evan Schoenberg Added account, who, and conversation parameters to the request API calls, and updated all code to match. I can't compile the Perl module, so I'd appreciate it if someone who knows it would verify that this doesn't break Perl.
Sat, 14 Apr 2007 07:39:02 +0000 Sadrul Habib Chowdhury merge of '1eb0be7082a7d25b66cdd441b3fdb604ad46796f'
Sat, 14 Apr 2007 07:15:02 +0000 Sean Egan Death to Binreloc\!
Sat, 14 Apr 2007 04:23:30 +0000 Richard Laager Adding a note to ChangeLog.API to briefly document that API. I shamelessly
Fri, 13 Apr 2007 04:15:14 +0000 Richard Laager Patch cleanups:
Sat, 31 Mar 2007 20:33:54 +0000 Evan Schoenberg The network module now registers the signal 'network-configuration-changed' and emits it when a network change is detected via libnm or the win32 network monitor. The UI could also emit this signal if it knows something network.c doesn't. UPnP and NAT-PMP respond to the signal by clearing their IP address caches; changing networks without quitting/relaunching will now lead to the new IP address being (lazily) determined. This commit also enables nat-pmp and adds nat-pmp.[h|c] to the build process; please let me know if there are any problems building, as I only have OS X test machines.