comparison ChangeLog @ 31641:a47a82a009bf

propagate from branch 'im.pidgin.pidgin.mxit' (head 60960f69854c3b350f48451efaf9adbe770bd810) to branch 'im.pidgin.pidgin' (head 752daf02d2f9e9917b9b36fdecdb7719efe07391)
author Ethan Blanton <elb@pidgin.im>
date Mon, 06 Jun 2011 21:46:57 +0000
parents a8cf2003ee7c 8b434ffd4efc
children de3ee7b6f080
comparison
equal deleted inserted replaced
31640:5b51e5fb8d76 31641:a47a82a009bf
16 streams on the fly. (Jakub Adam) (half of #13535) 16 streams on the fly. (Jakub Adam) (half of #13535)
17 * Don't cancel an ongoing call when rejecting the addition of a 17 * Don't cancel an ongoing call when rejecting the addition of a
18 stream to the existing call. (Jakub Adam) (#13537) 18 stream to the existing call. (Jakub Adam) (#13537)
19 * Pidgin plugins can now override tab completion and detect clicks on 19 * Pidgin plugins can now override tab completion and detect clicks on
20 usernames in the chat userlist. (kawaii.neko) (#12599) 20 usernames in the chat userlist. (kawaii.neko) (#12599)
21 * Fix the tooltip being destroyed when it is full of information and
22 cover the mouse (dliang) (#10510)
21 23
22 libpurple: 24 libpurple:
23 * media: Allow obtaining active local and remote candidates. (Jakub 25 * media: Allow obtaining active local and remote candidates. (Jakub
24 Adam) (#11830) 26 Adam) (#11830)
25 * media: Allow getting/setting video capabilities. (Jakub Adam) (half 27 * media: Allow getting/setting video capabilities. (Jakub Adam) (half
36 * media: Allow libpurple and plugins to set SDES properties for RTP 38 * media: Allow libpurple and plugins to set SDES properties for RTP
37 conferences. (Jakub Adam) (#12981) 39 conferences. (Jakub Adam) (#12981)
38 * proxy: Add new "Tor/Privacy" proxy type that can be used to 40 * proxy: Add new "Tor/Privacy" proxy type that can be used to
39 restrict operations that could leak potentially sensitive data 41 restrict operations that could leak potentially sensitive data
40 (e.g. DNS queries). (#11110, #13928) 42 (e.g. DNS queries). (#11110, #13928)
43 * media: Add support for using TCP relaying with TURN (will only work with
44 libnice 0.1.0 and later).
45
46 AIM:
47 * Fix setting icons with dimensions greater than 64x64 pixels by scaling
48 them down to at most 64x64. (#12874, #13165)
41 49
42 Gadu-Gadu: 50 Gadu-Gadu:
43 * Allow showing your status only to buddies. (Mateusz Piękos) (#13358) 51 * Allow showing your status only to buddies. (Mateusz Piękos) (#13358)
44 * Updated internal libgadu to version 1.10.1. (Robert Matusewicz, 52 * Updated internal libgadu to version 1.10.1. (Robert Matusewicz,
45 Krzysztof Klinikowski) (#13525) 53 Krzysztof Klinikowski) (#13525)
54 * Updated internal libgadu to version 1.11.0. (Tomasz Wasilczyk)
55 (#14248)
46 * Suppress blank messages that happen when receiving inline 56 * Suppress blank messages that happen when receiving inline
47 images. (Tomasz Wasilczyk) (#13554) 57 images. (Tomasz Wasilczyk) (#13554)
48 * Fix sending inline images to remote users, don't crash when 58 * Fix sending inline images to remote users, don't crash when
49 trying to send large (> 256kB) images. (Tomasz Wasilczyk) (#13580) 59 trying to send large (> 256kB) images. (Tomasz Wasilczyk) (#13580)
50 * Support typing notifications. (Jan Zachorowski, Tomasz Wasilczyk, 60 * Support typing notifications. (Jan Zachorowski, Tomasz Wasilczyk,
51 Krzysztof Klinikowski) (#13362, #13590) 61 Krzysztof Klinikowski) (#13362, #13590)
52 * Require libgadu 1.10.1 to avoid using internal libgadu. 62 * Require libgadu 1.11.0 to avoid using internal libgadu.
53 * Optional SSL connection support for GNUTLS users (not on Windows 63 * Optional SSL connection support for GNUTLS users (not on Windows
54 yet!). (Tomasz Wasilczyk) (#13613, #13894) 64 yet!). (Tomasz Wasilczyk) (#13613, #13894)
55 * Don't count received messages or statuses when determining whether 65 * Don't count received messages or statuses when determining whether
56 to send a keepalive packet. (Jan Zachorowski) (#13699) 66 to send a keepalive packet. (Jan Zachorowski) (#13699)
57 * Fix a crash when receiving images on Windows or an incorrect 67 * Fix a crash when receiving images on Windows or an incorrect
62 * Accept poorly formatted URLs from other third-party clients in 72 * Accept poorly formatted URLs from other third-party clients in
63 the same manner as the official client. (Tomasz Wasilczyk) 73 the same manner as the official client. (Tomasz Wasilczyk)
64 (#13886) 74 (#13886)
65 75
66 ICQ: 76 ICQ:
77 * Fix setting icons with dimensions greater than 64x64 pixels by scaling
78 them down to at most 64x64. (#12874, #13165)
67 * Fix unsetting your mood when "None" is selected. (Dustin Gathmann) 79 * Fix unsetting your mood when "None" is selected. (Dustin Gathmann)
68 (#11895) 80 (#11895)
69 * Ignore Daylight Saving Time when performing calculations related to 81 * Ignore Daylight Saving Time when performing calculations related to
70 birthdays. (Dustin Gathmann) (#13533) 82 birthdays. (Dustin Gathmann) (#13533)
71 * It is now possible to specify multiple encodings on the Advanced 83 * It is now possible to specify multiple encodings on the Advanced
94 XMPP: 106 XMPP:
95 * Remember the previously entered user directory when searching. 107 * Remember the previously entered user directory when searching.
96 (Keith Moyer) (#12451) 108 (Keith Moyer) (#12451)
97 * Correctly handle a buddy's unsetting his/her vCard-based avatar. 109 * Correctly handle a buddy's unsetting his/her vCard-based avatar.
98 (Matthew W.S. Bell) (#13370) 110 (Matthew W.S. Bell) (#13370)
111 * Squash one more situation that resulted in duplicate entries in
112 the roster (this one where the server reports the buddy as being
113 in the same (empty) group. (Reported by Danny Mayer)
99 114
100 Plugins: 115 Plugins:
101 * The Voice/Video Settings plugin now includes the ability to test 116 * The Voice/Video Settings plugin now includes the ability to test
102 microphone settings. (Jakub Adam) (#13182) 117 microphone settings. (Jakub Adam) (#13182)
103 * Fix a crash when handling some saved settings in the Voice/Video 118 * Fix a crash when handling some saved settings in the Voice/Video