Mercurial > pidgin
comparison ChangeLog @ 31501:12676cfd4a1e
propagate from branch 'im.pidgin.pidgin' (head 726c5220207c01e8799797c7d6d4455d23159281)
to branch 'im.pidgin.pidgin.mxit' (head 02bbb3e7ba9e029ba05484caae8c91a948bb0b35)
author | andrew.victor@mxit.com |
---|---|
date | Mon, 11 Apr 2011 18:27:03 +0000 |
parents | acd92b7d8511 ba00769a1493 |
children | 99b03406e433 |
comparison
equal
deleted
inserted
replaced
31500:80bbed4cb649 | 31501:12676cfd4a1e |
---|---|
2 | 2 |
3 version 2.8.0 (??/??/????): | 3 version 2.8.0 (??/??/????): |
4 General: | 4 General: |
5 * Implement simple silence suppression for voice calls, preventing wasted | 5 * Implement simple silence suppression for voice calls, preventing wasted |
6 bandwidth for silent periods during a call. (Jakub Adam) (half of #13180) | 6 bandwidth for silent periods during a call. (Jakub Adam) (half of #13180) |
7 * Added the DigiCert High Assurance CA-3 intermediate CA, needed for | |
8 validation of the Facebook XMPP interface's certificate. | |
7 | 9 |
8 Pidgin: | 10 Pidgin: |
9 * Duplicate code cleanup. (Gabriel Schulhof) (#10599) | 11 * Duplicate code cleanup. (Gabriel Schulhof) (#10599) |
10 * Voice/Video call window adapts correctly to adding or removing streams | 12 * Voice/Video call window adapts correctly to adding or removing streams |
11 on the fly. (Jakub Adam) (half of #13535) | 13 on the fly. (Jakub Adam) (half of #13535) |
19 * Simple Silence Suppression is optional per-account. (Jakub Adam) (half | 21 * Simple Silence Suppression is optional per-account. (Jakub Adam) (half |
20 of #13180) | 22 of #13180) |
21 * Fix purple-url-handler being unable to find an account. | 23 * Fix purple-url-handler being unable to find an account. |
22 * media: Allow adding/removing streams on the fly. (Jakub Adam) (half of | 24 * media: Allow adding/removing streams on the fly. (Jakub Adam) (half of |
23 #13535) | 25 #13535) |
26 * Support new connection states in NetworkManager 0.9. (Dan Williams) | |
27 (#13505) | |
28 * When removing a buddy, delete the pounces associated with it. | |
29 (Kartik Mohta) (#1131) | |
24 | 30 |
25 Gadu-Gadu: | 31 Gadu-Gadu: |
26 * Allow showing your status only to buddies. (Mateusz Piękos) (#13358) | 32 * Allow showing your status only to buddies. (Mateusz Piękos) (#13358) |
27 * Updated internal libgadu to version 1.10.1. (Robert Matusewicz, | 33 * Updated internal libgadu to version 1.10.1. (Robert Matusewicz, |
28 Krzysztof Klinikowski) (#13525) | 34 Krzysztof Klinikowski) (#13525) |
29 * Suppress blank messages that happen when receiving inline | 35 * Suppress blank messages that happen when receiving inline |
30 images. (Tomasz Wasilczyk) (#13554) | 36 images. (Tomasz Wasilczyk) (#13554) |
31 * Fix sending inline images to remote users, don't crash when | 37 * Fix sending inline images to remote users, don't crash when |
32 trying to send large (> 256kB) images. (Tomasz Wasilczyk) (#13580) | 38 trying to send large (> 256kB) images. (Tomasz Wasilczyk) (#13580) |
33 * Support incoming typing notifications. (Jan Zachorowski) (#13362) | 39 * Support typing notifications. (Jan Zachorowski, Tomasz Wasilczyk, |
40 Krzysztof Klinikowski) (#13362, #13590) | |
34 * Require libgadu 1.10.1 to avoid using internal libgadu. | 41 * Require libgadu 1.10.1 to avoid using internal libgadu. |
42 * SSL connection support for GNUTLS users (not on Windows yet!). | |
43 (Tomasz Wasilczyk) (#13613) | |
35 | 44 |
36 ICQ: | 45 ICQ: |
37 * Fix unsetting your mood when "None" is selected. (Dustin Gathmann) | 46 * Fix unsetting your mood when "None" is selected. (Dustin Gathmann) |
38 (#11895) | 47 (#11895) |
39 * Ignore Daylight Saving Time when performing calculations related to | 48 * Ignore Daylight Saving Time when performing calculations related to |
40 birthdays. (Dustin Gathmann) (#13533) | 49 birthdays. (Dustin Gathmann) (#13533) |
41 * It is now possible to specify multiple encodings on the Advanced tab of | 50 * It is now possible to specify multiple encodings on the Advanced tab of |
42 an ICQ account's settings by using a comma-delimited list. (Dmitry | 51 an ICQ account's settings by using a comma-delimited list. (Dmitry |
43 Utkin (#13496) | 52 Utkin (#13496) |
44 | 53 |
45 MXit: | 54 IRC: |
46 * Support for an Invite Message when adding a buddy. | 55 * Add "authserv" service command. (tomos) (#13337) |
47 * Fix bug when splitting a long messages with lots of links. | 56 |
48 * Fix detection of new kick message from a MultiMX room. | 57 XMPP: |
49 * Fix crash caused by fast-queue timer not being removed on session | 58 * Remember the previously entered user directory when searching. |
50 close. (broken in 2.7.11) | 59 (Keith Moyer) (#12451) |
51 | 60 |
52 Plugins: | 61 Plugins: |
53 * The Voice/Video Settings plugin now includes the ability to test | 62 * The Voice/Video Settings plugin now includes the ability to test |
54 microphone settings. (Jakub Adam) (#13182) | 63 microphone settings. (Jakub Adam) (#13182) |
55 | 64 |