comparison ChangeLog @ 21440:d8106b63b0a4

I thought I was just fixing a leak in this commit, but it turns out I forgot to add the new files in the previous commit.
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 12 Nov 2007 04:17:10 +0000
parents 6de09629f091
children dde2859a3225
comparison
equal deleted inserted replaced
21439:8fbd51946259 21440:d8106b63b0a4
4 http://developer.pidgin.im/query?status=closed&milestone=2.3.0 4 http://developer.pidgin.im/query?status=closed&milestone=2.3.0
5 5
6 libpurple: 6 libpurple:
7 * We now honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to 7 * We now honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to
8 catch deprecated functions earlier rather than later. 8 catch deprecated functions earlier rather than later.
9 * Thanks to a patch from Intel, the Bonjour prpl now supports file
10 transfers using XEP-0096 and XEP-0065. This should enable file
11 transfers between libpurple clients and Gaijm clients, but will
12 not work with iChat or Adium as they use a different file transfer
13 implementation.
9 14
10 Pidgin: 15 Pidgin:
11 * If a plugin says it can't be unloaded, we now display an error and 16 * If a plugin says it can't be unloaded, we now display an error and
12 remove the plugin from the list of saved plugins so it won't load 17 remove the plugin from the list of saved plugins so it won't load
13 at the next startup. Previously, we were ignoring this case, which 18 at the next startup. Previously, we were ignoring this case, which