comparison ChangeLog @ 30243:f14cbb6a28a7

propagate from branch 'im.pidgin.pidgin' (head d2cd6030fc66f726f61a1d7576facd0ef6ea5fe5) to branch 'im.pidgin.cpw.malu.ft_thumbnails' (head 71882b1055f5d7bf391080b3061785a661c5c8e9)
author Marcus Lundblad <ml@update.uu.se>
date Mon, 22 Mar 2010 21:45:23 +0000
parents 9f59abd49def
children 1bde873d1b94
comparison
equal deleted inserted replaced
30242:93f6a5d48a46 30243:f14cbb6a28a7
2 2
3 version 2.7.0 (??/??/????): 3 version 2.7.0 (??/??/????):
4 General: 4 General:
5 * Changed GTK+ minimum version requirement to 2.10.0. 5 * Changed GTK+ minimum version requirement to 2.10.0.
6 * Changed GLib minimum version requirement to 2.12.0. 6 * Changed GLib minimum version requirement to 2.12.0.
7 * Using the --disable-nls argument to configre now works properly. You
8 will no longer be forced to have intltool to configure and build.
7 9
8 Pidgin: 10 Pidgin:
9 * Moved the "Debugging Information" section of the About box to a 11 * Moved the "Debugging Information" section of the About box to a
10 "Build Information" dialog accessible on the Help menu. 12 "Build Information" dialog accessible on the Help menu.
11 * Moved the Developer and Crazy Patch Writer information from the About 13 * Moved the Developer and Crazy Patch Writer information from the About
21 distinguishes between no activity and a small amount of activity 23 distinguishes between no activity and a small amount of activity
22 in the distant past. (Greg McNew) 24 in the distant past. (Greg McNew)
23 * Added a menu set mood globally for all mood-supporting accounts 25 * Added a menu set mood globally for all mood-supporting accounts
24 (currently XMPP and ICQ). 26 (currently XMPP and ICQ).
25 * Use standard (but small) GTK+ buttons instead of custom "X" symbol. 27 * Use standard (but small) GTK+ buttons instead of custom "X" symbol.
28 * Default binding of Ctrl+Shift+v to 'Paste as Plain Text' in
29 conversation windows. This can be changed in .gtkrc-2.0. For example,
30 Ctrl+v can be bound to 'Paste as Plain Text' by default.
26 31
27 Bonjour: 32 Bonjour:
28 * Added support for IPv6. (Thanks to T_X for testing) 33 * Added support for IPv6. (Thanks to T_X for testing)
29 34
30 Gadu-Gadu: 35 Gadu-Gadu:
48 * Direct messages to a specific resource only upon receipt of a message 53 * Direct messages to a specific resource only upon receipt of a message
49 with content (as opposed to a typing notification, etc). (Thanks to 54 with content (as opposed to a typing notification, etc). (Thanks to
50 rjoly for testing) 55 rjoly for testing)
51 * When sending data using in-band-bytestreams, interpret the block-size 56 * When sending data using in-band-bytestreams, interpret the block-size
52 attribute as the size of the BASE64-encoded representation of the data. 57 attribute as the size of the BASE64-encoded representation of the data.
58 * Validate the hash on incoming BoB data objects (for custom smileys etc.).
53 59
54 Yahoo: 60 Yahoo:
55 * Attempt to better handle transparent proxies interfering with HTTP-based 61 * Attempt to better handle transparent proxies interfering with HTTP-based
56 login. 62 login.
57 * Fix handling of P2P packets, thus fixing the loss of some messages. 63 * Fix handling of P2P packets, thus fixing the loss of some messages.