comparison ChangeLog @ 29774:2140074fa387

Wordsmith 'to' => 'from' and 80-wide-wrap with an 8-char tab
author Paul Aurich <paul@darkrain42.org>
date Thu, 22 Apr 2010 05:18:52 +0000
parents 9e60e300541a
children 446f208e5765 31f20c9c7674
comparison
equal deleted inserted replaced
29773:9e60e300541a 29774:2140074fa387
16 The format is "host=priority;host2=priority;...". The default 16 The format is "host=priority;host2=priority;...". The default
17 priority can be overridden by using "*" as the host. See the 17 priority can be overridden by using "*" as the host. See the
18 GnuTLS manual for documentation on the format of the priority 18 GnuTLS manual for documentation on the format of the priority
19 strings. 19 strings.
20 * Fix autoconf detection of Python. (Brad Smith) 20 * Fix autoconf detection of Python. (Brad Smith)
21 * Fix a crash when a Windows proxy (in IE) does not have a port. 21 * Fix a crash when a Windows proxy (from IE) does not have a port.
22 (Marten Klencke) 22 (Marten Klencke)
23 23
24 Pidgin: 24 Pidgin:
25 * Moved the "Debugging Information" section of the About box to a 25 * Moved the "Debugging Information" section of the About box to a
26 "Build Information" dialog accessible on the Help menu. 26 "Build Information" dialog accessible on the Help menu.
39 * Added a menu set mood globally for all mood-supporting accounts 39 * Added a menu set mood globally for all mood-supporting accounts
40 (currently XMPP and ICQ). 40 (currently XMPP and ICQ).
41 * Default binding of Ctrl+Shift+v to 'Paste as Plain Text' in 41 * Default binding of Ctrl+Shift+v to 'Paste as Plain Text' in
42 conversation windows. This can be changed in .gtkrc-2.0. For example, 42 conversation windows. This can be changed in .gtkrc-2.0. For example,
43 Ctrl+v can be bound to 'Paste as Plain Text' by default. 43 Ctrl+v can be bound to 'Paste as Plain Text' by default.
44 * Plugins can now handle markup in buddy names by attaching to the signal 44 * Plugins can now handle markup in buddy names by attaching to the
45 "drawing-buddy". (Daniele Ricci, Andrea Piccinelli) 45 "drawing-buddy" signal. (Daniele Ricci, Andrea Piccinelli)
46 * Be more accommodating when scaling down large images for use as 46 * Be more accommodating when scaling down large images for use as
47 buddy icons. 47 buddy icons.
48 * The 'Message Timestamp Formats' plugin allows changing the timestamp 48 * The 'Message Timestamp Formats' plugin allows changing the timestamp
49 format from the timestamps' context menu in conversation log. 49 format from the timestamps' context menu in conversation log.
50 * Fix pastes from Chrome (rich-text pastes and probably URLs 50 * Fix pastes from Chrome (rich-text pastes and probably URLs
58 Klinikowski for the work and testing put in here!) 58 Klinikowski for the work and testing put in here!)
59 * Minimum requirement for external libgadu is now also 1.9.0-rc2. 59 * Minimum requirement for external libgadu is now also 1.9.0-rc2.
60 60
61 AIM and ICQ: 61 AIM and ICQ:
62 * X-Status (Custom ICQ status icon) support. Since most of the icons 62 * X-Status (Custom ICQ status icon) support. Since most of the icons
63 available reflect moods, this is labeled "Set Mood" on the Accounts->ICQ 63 available reflect moods, this is labeled "Set Mood" on the
64 Account menu. (Andrew Ivanov, Tomáš Kebert, Yuriy Yevgrafov, and trac 64 Accounts->ICQ Account menu. (Andrew Ivanov, Tomáš Kebert,
65 users bob007, salieff, and nops) 65 Yuriy Yevgrafov, and trac users bob007, salieff, and nops)
66 * Allow setting and displaying icons between 1x1 and 100x100 pixels for 66 * Allow setting and displaying icons between 1x1 and 100x100 pixels for
67 ICQ. Previously only icons between 48x48 and 52x64 were allowed. 67 ICQ. Previously only icons between 48x48 and 52x64 were allowed.
68 * When using the clientLogin authentication method, prompt for a 68 * When using the clientLogin authentication method, prompt for a
69 password on reconnect when "Remember Password" is not checked and 69 password on reconnect when "Remember Password" is not checked and
70 authentication fails due to an incorrect password. (This is the same 70 authentication fails due to an incorrect password. (This is the same
77 77
78 XMPP: 78 XMPP:
79 * Direct messages to a specific resource only upon receipt of a message 79 * Direct messages to a specific resource only upon receipt of a message
80 with content (as opposed to a typing notification, etc). (Thanks to 80 with content (as opposed to a typing notification, etc). (Thanks to
81 rjoly for testing) 81 rjoly for testing)
82 * When sending data using in-band-bytestreams, interpret the block-size
83 attribute as the size of the BASE64-encoded representation of the data.
84 * Validate the hash on incoming BoB data objects (for custom smileys etc.),
85 cache based per JID when the CID is not a valid hash (as specified by the
86 BoB XEP).
87 * Present a better error message when authentication fails while trying 82 * Present a better error message when authentication fails while trying
88 to connect to Facebook. (David Reiss, Facebook) 83 to connect to Facebook. (David Reiss, Facebook)
84 * When sending data using in-band-bytestreams, interpret the block-size
85 attribute as the size of the BASE64-encoded representation of the
86 data.
87 * Validate the hash on incoming BoB data objects (for custom smileys
88 etc.), cache based per JID when the CID is not a valid hash (as
89 specified by the BoB XEP).
89 * Send whitespace keepalives if we haven't sent data in a while (2 90 * Send whitespace keepalives if we haven't sent data in a while (2
90 minutes). This fixes an issue with Openfire disconnecting a 91 minutes). This fixes an issue with Openfire disconnecting a
91 libpurple-baesd client that has just been quiet for about 6 92 libpurple-baesd client that has just been quiet for about 6
92 minutes. 93 minutes.
93 94
94 Yahoo/Yahoo JAPAN: 95 Yahoo/Yahoo JAPAN:
95 * Attempt to better handle transparent proxies interfering with HTTP-based 96 * Attempt to better handle transparent proxies interfering with
96 login. 97 HTTP-based login.
97 * Fix handling of P2P packets, thus fixing the loss of some messages. 98 * Fix handling of P2P packets, thus fixing the loss of some messages.
98 * Retrieve the pager server address from Yahoo!'s servers directly. 99 * Retrieve the pager server address from Yahoo!'s servers directly.
99 * Removed the "Pager server" account option, as it is no longer needed. 100 * Removed the "Pager server" account option, as it is no longer needed.
100 * The authentication code is now less order-sensitive with the components 101 * The authentication code is now less order-sensitive with the
101 of the server's response. 102 components of the server's response.
102 * The authentication process now acts more like the official client. 103 * The authentication process now acts more like the official client.
103 104
104 Finch: 105 Finch:
105 * New action 'history-search', with default binding ctrl+r, to search 106 * New action 'history-search', with default binding ctrl+r, to search
106 the entered string in the input history. 107 the entered string in the input history.