1Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2
3version 2.14.8 (10/14/2021):
4	libpurple:
5	* Fix a regression in purple_str_to_time. (PIDGIN-17552) (RR 931) (Gary
6	  Kramlich)
7
8	XMPP:
9	* Fix a double free in jabber/message.c. (PIDGIN-17547) (RR 932) (Gary
10	  Kramlich, pv32768)
11
12	Pidgin:
13	* Fix the link to the support mailing list archive in the About Dialog.
14	  (RR 929) (Gary Kramlich)
15
16version 2.14.7 (09/16/2021):
17	libpurple:
18	* Fix leak in purple_markup_find_tag on error. (OSS-FUZZ 35816) (RR 924)
19	  (Elliott Sales de Andrade)
20	* Fix an issue where the XMPP utility tests would fail if libidn was
21	  disabled. (RR 922) (Gary Kramlich)
22	* Fix an assert in purple_markup_html_to_xhtml (OSS-FUZZ 35029) (RR 921)
23	  (Elliott Sales de Andrade)
24	* Fix building on Haiku (RR 916) (Haiku Ports Team)
25	* Correctly free parse tags at end of purple_html_to_xhtml (OSS-FUZZ 34996)
26	  (RR 913) (Elliott Sales de Andrade)
27	* Fix leak that may occur when xmlnode_from_str fails (OSS-FUZZ 34988)
28	  (RR 911) (Elliott Sales de Andrade)
29	* Cleanup, standardize and create starting corpora for all of the fuzzers.
30	  (RR 920) (Gary Kramlich)
31	* Port purple_str_to_time to use a regular expression and add additional
32	  unit tests for it. (RR 923) (Gary Kramlich)
33
34version 2.14.6 (07/08/2021):
35	General:
36	* Update references to point to our current websites. (RR 766) (Gary
37	  Kramlich)
38	* Add a donate link to the help menu. (RR 749) (Gary Kramlich)
39
40	Finch:
41	* Check pkg-config for ncurses before looking for it manually. (RR 729)
42	  (Justin Lecher)
43
44	Pidgin:
45	* Replace newlines in topics with spaces. (PIDGIN-16704) (RR 730) (Gary
46	  Kramlich)
47
48	libpurple:
49	* Added support for the no_proxy environment variable. (PIDGIN-17518)
50	  (RR #667) (Alynx Zhou and Gary Kramlich)
51	* Added infrastructure for fuzzing as well as some initial fuzzers.
52	  (RR #760) (Jordy Zomer)
53	* Fix an out of bounds write in purple_markup_linkify. (RR 781) (Thomas
54	  Roth, Dominik Maier, and Fabian Freyer)
55
56	XMPP:
57	* Enable session management after binding a resource. (PIDGIN-17520) (RR
58	  759) (defanor)
59
60	Zephyr:
61	* Fix a clang logical-not-parentheses warning. (PIDGIN-17528) (RR 731)
62	  (Gary Kramlich)
63
64version 2.14.5 (06/03/2021):
65	General:
66	* Updated our bundled certificates to the latest version from Mozilla.
67	  (RR #722) (PIDGIN-17535) (Gary Kramlich)
68	* Made the project scan-build clean. (RR #692-705, #707-714, #716-#719)
69	  (Gary Kramlich)
70	* Fixed some of Gary's scan-build fixes that were a bit verbose. (RR #715)
71	  (Elliott Sales de Andrade)
72	* Disabled UPnP and NAT-PMP by default for new user. (RR #706) (Gary
73	  Kramlich)
74
75	IRC:
76	* Changed the default server to irc.libera.chat. (RR #675) (Gary Kramlich)
77
78	Windows Specific Changes:
79	* Fixed the installer not running when Mandatory ASLR was turned on.
80	  (RR #721) (PIDGIN-17524) (Gary Kramlich)
81
82version 2.14.4 (04/29/2021):
83	General:
84	* Use LT_LIB_M to find the math library.  This should simplify things for
85	  various distros including the BSD's. (RR #608) (and, Justin Lechner)
86
87	libpurple:
88	* Removed a dangling reference to oscar that was causing the unit tests
89	  to fail. (RR #605) (Gary Kramlich)
90	* Update purple-remote and purple-url-handler to have a Python 3 shebang.
91	  (RR #609) (Richard Laager)
92
93	Pidgin:
94	* Install our AppData file into the $prefix/share/metainfo. (RR 607)
95	  (Lars Wendler)
96	* Re-enable the Gevolution plugin and set the evolution-data-server
97	  requirement to >= 3.6. (RR #610) (Ed Catmur, Lars Wendler)
98
99	Windows-Specific Changes:
100	* Output pkg-config files so that our Windows builds can be seen by meson.
101	  Grim owes a blog post on how this works. (RR #615) (Gary Kramlich)
102	* Update the debug symbols download in the installer to the inetc plugin.
103	  (RR #627) (Gary Kramlich)
104	* Make sure the uninstaller removes all files that we install. (RR #612)
105	  (Gary Kramlich)
106
107version 2.14.3 (04/08/2021):
108	libpurple:
109	* Removed the AIM protocol plugin. AIM has been shut down since December
110	  15th of 2017. We left it around because of a third party server, but our
111	  plugin no longer works with it. (RR #598) (Gary Kramlich)
112
113	Windows-Specific Changes:
114	* Standardize on wprintf in pidgin/win32/winpidgin.c (RR #593) (Gary
115	  Kramlich)
116	* Use the inetc nsis plugin that supports https (RR #593, #594)
117	  (PIDGIN-17511) (Gary Kramlich)
118	* If building under msys2 copy libgcc_s_dw2-1.dll and libwinpthread to the
119	  install directory. (RR #593) (PIDGIN-17511) (Gary Kramlich)
120
121version 2.14.2 (04/01/2021):
122	* Fix a build issue when compiling with gstreamer but without voice and
123	  video. (RR #25)
124	* Enable cyrus-sasl by default. (RR #26)
125	* Fix an issue with opening link in Firefox. (RR #503) (PIDGIN-16589)
126	* Fix a regression from 2.14.0 where extra whitespace would be displayed
127	  when pasting <p> elements from HTML. (RR #504) (PIDGIN-17437)
128	* Require Python 3 for generating the D-Bus bindings. (RR #550)
129	* Fix an issue where pasting <hr>'s and other HTML elements would
130	  eventually lead to a crash. (RR #514) (PIDGIN-17446)
131
132version 2.14.1 (11/06/2020):
133	* Fixed issues with Windows installer that always thought Pidgin was
134	  running. (Eion Robb)
135	* Fixed an issue where the Windows installer was not using Unicode while
136	  doing checksums which made it fail. (Eion Robb)
137	* Fixed an issue in the released source code that caused the Mercurial
138	  revision in the About box to be "unknown". (Gary Kramlich)
139
140version 2.14.0 (10/06/2020):
141	General:
142	* Fixed a memory leak in search results. (#17292 PR #320 David Woodhouse)
143	* Support SNI with GNUTLS. (#17300 tiagosalem) (PR #659 Mihai Moldovan)
144	* Add additional error handling to NSS and GNUTLS. (PR #679 Samuel Thibault)
145
146	libpurple:
147	* Add invisible buddy support to support presence/name/photos for non
148	  buddies. (#17295 PR 321 David Woodhouse)
149	* Make purple-remote compatible with both Python 2 and Python 3. (Jan
150	  Synacek of RedHat)
151	* Fixed some leaky deprecation warnings.  (PR #586 Gary Kramlich)
152	* Fixed HTML logs which were writing invalid HTML. (#17280 stars PR #312
153	  Daniel Kamil Kozar)
154	* Fixed a use after free in purple_smiley_set_data_impl. (PR #694 Gary
155	  Kramlich)
156	* Added the chat_send_file ability to protocol plugins. (PR #701 David
157	  Woodhouse)
158
159	Pidgin:
160	* Treat <p> tags as line breaks when pasting. (PR #678 Colin Xu)
161	* Reverted Ticket #17232/PR #695.  It caused more harm than good and a new
162	  solution needs to be found.  (PR #695 Gary Kramlich)
163
164	Bonjour:
165	* Always use port fallback for IPv4 addresses. (PR #382 Michael Osborne)
166
167	XMPP:
168	* Support for XEP-0198 Stream Management (PR #309 defanor)
169	* Decrease delay for file transfer using streamhosts (PR #464 #627 Evert
170	  Mouw)
171
172	Voice & Video:
173	* Improve webcam failure handling. (PR #322 David Woodhouse)
174	* Show error when creating media pipeline fails. (#17290 PR 322 David
175	  Woodhouse)
176	* Clip audio level reporting. (#14426 PR #322 David Woodhouse)
177	* Keep track of devices managed by GstDeviceMonitor. (PR #322 David
178	  Woodhouse)
179	* Ignore PulseAudio monitors.  (PR #322 David Woodhouse)
180	* Backport native Voice & Video prefs from 3.0.  (PR #322 David Woodhouse)
181	* Fixed building against GStreamer 0.10 (PR #325 David Woodhouse)
182	* Fixed initial delay on incoming audio (PR #379 David Woodhouse)
183	* Properly cleanup timeouts. (PR #383 Jakub Adam)
184	* Added an audio mixer so mixed sources don't cause a pipe failure. (PR #522
185	  Fabrice Bellet)
186	* Added screen share support for Wayland via XDP Portal. (PR #337 David
187	  Woodhouse)
188	* Handle unplug and replug events of selected media device. (PR #699 David
189	  Woodhouse)
190
191version 2.13.0 (03/08/2018):
192	libpurple:
193	* Unified string comparison. (PR #186) (Arkadiy Illarionov)
194	* Properlly shell escape URI's when opening them. (PR #271 Daniel Kamil Kozar)
195	* Fix a one byte buffer overread in function purple_markup_linkify
196	* Fix an issue were utf8 was incorrectly truncated which could lead to
197	  crashes as we were potentially feeding garbage into glib/gtk.
198
199	libgnt:
200	* Fixed build against curses 6.0 with opaque structs set. (#16764 dimstar)
201	  (PR #268 Daniel Kamil Kozar)
202	* Fixed a crash when resizing the window. (#16680 marcus) (PR #269 Daniel Kamil Kozar)
203
204	General:
205	* Fixed bashism in autotools. (#16836 lameventanas) (PR #267 Daniel Kamil Kozar)
206
207	XMPP:
208	* Show XEP-0066 OOB URLs in any message, not just headlines
209	* Fix a user after free (#17200 debarshiray) (PR #266 Ethan Blanton)
210	* Removed pipelining from BOSH connections (#17025 PR #295 Tom Li)
211	* Don't try to TLS already secured BOSH connections (#17270 PR #293 Tom Li)
212
213	IRC:
214	* Fix "Registration timeout" on SASL auth with InspIRCd servers
215	  (and possibly others not based on charybdis/ratbox/ircd-seven)
216	* Fix issues with plugins that modify outgoing messages
217	  (such as the custom PART/QUIT feature of the IRC More plugin)
218	* Fix IRC buffer handling.  (#12562 PR #272 Shivaram Lingamneni)
219	* Properly handle AUTHENTICATE as a normal command with server prefix.
220	  (PR #316 dx)
221	* Fix a crash caused by a use after free of the MOTD.
222	* Fix an out of bounds read in irc_nick_skip_mode.
223	* Fix a write of a single byte before the start of a buffer in
224	  irc_parse_ctcp.
225
226	Pidgin:
227	* Better support for dark themes. (#12572 Alyssa Rosenzweig and Gary Kramlich)
228	* Fixed IPv6 links by not escaping []'s. (#16391 cyisfor) (PR #270 Daniel Kamil Kozar)
229	* Only write buddy icons to the cache if they're not already cached.  (PR #276 David Woodhouse)
230	* Rejoin persistent chats after reconnect.  (#15687 PR #285 Christof Meerwald)
231	* Made the WIN32 Transparency plugin work on all platforms. (#3124 PR #287 Daniel Kamil Kozar)
232	* Ensure search results buttons are labeled (Backport from de2d88e575ee)
233	* Fix matching unicode smilies.  (#17232 gnubfx PR #262 Daniel Kamil Kozar)
234	* Correctly update mute/unmute status when the remote side mutes/unmutes us. (#17273 PR #302 David Woodhouse)
235	* Rework the status icon blinking to not used deprecated API.  (#17174 zelch PR #264 Daniel Kamil Kozar)
236	* Don't allow adding a buddy to protocols that don't have an add_buddy callback.  (#4061 Paradox)
237
238	Finch:
239	* Fix handling of search results (#17238 David Woodhouse)
240
241	Voice & Video:
242	* Port backend-fs to newer api for farstream relay-info property  (#17274 bellet)
243
244version 2.12.0 (03/09/2017):
245	libpurple:
246	* Fix an out of bounds memory write in purple_markup_unescape_entity.
247	  CVE-2017-2640
248	* Fix use of uninitialised memory if running non-debug-enabled versions of glib
249	* Updated AIM dev and dist ID's to new ones that were assigned by AOL.
250	* TLS certificate verification now uses SHA-256 checksums.
251	* Fixed SASL external auth for Freenode.
252	* Removed the MSN protocol plugin. It has been unusable and dormant for some
253	  time. MSNP18 has been discontinued and the protocol plugin would require a
254	  large update to start working again. See: http://ismsndeadyet.com/ The
255	  third-party Pidgin SkypeWeb plugin, however, should provide enough
256	  functionality as a replacement if people still want to use MSN:
257	  https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb
258	* Removed Mxit protocol plugin. The service was closed at the end of
259	  September 2016. See
260	  https://pidgin.im/pipermail/devel/2016-September/024078.htm
261	* Removed the MySpaceIM protocol plugin. The service has been defunct for a
262	  long time. (#15356)
263	* Remove the Yahoo! protocol plugin. Yahoo has completely
264	  reimplemented their protocol, so this version is no longer operable as
265	  of August 5th, 2016:
266	  https://yahoo.tumblr.com/post/145715934739/q2-2016-progress-report-on-our-product
267	  A new protocol plugin has been written to support the new protocol.
268	  It can be found here: https://github.com/EionRobb/funyahoo-plusplus
269	  This also removes support for Yahoo! Japan. According to
270	  http://messenger.yahoo.co.jp/ the service ended March 26th, 2014.
271	* Remove the Facebook (XMPP) account option. According to
272	  https://developers.facebook.com/docs/chat the XMPP Chat API service
273	  ended April 30th, 2015. A new protocol plugin has been written,
274	  using a different method, to support Facebook. It can be found at
275	  https://github.com/dequis/purple-facebook/wiki
276	* Fixed gnutls certificate validation errors that mainly affected google (Dequis)
277
278	General
279	* Replaced instances of d.pidgin.im with developer.pidgin.im and updated the
280	  urls to use https. (#17036)
281
282	IRC
283	* Fixed issue of messages being silently cut off at 500 characters. Large
284	  messages are now split into parts and sent one by one. (#4753)
285
286version 2.11.0 (06/21/2016):
287	General:
288	* 2.10.12 was accidentally released with new additions to the API and
289	  should have been released as 2.11.0.  Unfortunately, we did not catch
290	  the mistake until after 2.10.12 was released, but we're fixing it now.
291	  See ChangeLog.API for more information.
292	* Include the Mozilla certificate bundle. This fixes connecting to servers
293	  with certificates from Let's Encrypt.
294	* Remove all 1024-bit CAs
295
296	libpurple:
297	* media: fix an issue with ximagesink displaying only a corner cut-out of
298	  a larger webcam video (Jakub Adam)
299	* mediamanager: update output window destruction so that it reflects recent
300	  changes in the media pipeline structure (Jakub Adam)
301	* Ported Instantbird's CommandUiOps to libpurple (Dequis)
302
303	Pidgin:
304	* Fixed #14962
305	* Fixed alignment of incoming right-to-left messages in protocols that
306	  don't support rich text
307	* Fix a potential crash while exiting pidgin
308
309	Windows-Specific Changes:
310	* Use getaddrinfo for DNS to enable IPv6 (#1075)
311	* Updates to dependencies:
312		* NSS 3.24 and NSPR 4.12.
313
314	AIM:
315	* Add support for the newer kerberos-based authentication of AIM 8.x
316
317	Bonjour
318	* Fixed building on Mac OSX (Patrick Cloke) (#16883)
319
320	ICQ:
321	* Stop truncating passwords to 8 characters like old ICQ clients did.
322	  (#16692). If you actually needed this, truncate your password
323	  manually by pressing backspace a few times.
324
325	IRC:
326	* Base64-decode SASL messages before passing to libsasl (#16268)
327
328	MXit
329	* Fixed a buffer overflow.  Discovered by Yves Younan of Cisco Talos.
330	  (TALOS-CAN-0120)
331	* Fixed a remote out-of-bounds read.  Discovered by Yves Younan of Cisco
332	  Talos.  (TALOS-CAN-0140)
333	* Fixed a remote out-of-band read.  Discovered by Yves Younan of Cisco
334	  Talos.  (TALOS-CAN-0138, TALOS-CAN-0135)
335	* Fixed an invalid read.  Discovered by Yves Younan of Cisco Talos
336	  (TALOS-CAN-0118)
337	* Fixed a remote buffer overflow vulnerability.  Discovered by Yves
338	  Younan of Cisco Talos.  (TALOS-CAN-0119)
339	* Fixed an out-of-bounds read discovered by Yves Younan of Cisco Talos.
340	  (TALOS-CAN-0123)
341	* Fixed a directory traversal issue.  Discovered by Yves Younan of Cisco
342	  Talos (TALOS-CAN-0128)
343	* Fixed a remote denial of service vulnerability that could result in
344	  a null pointer dereference.  Discovered by Yves Younan of Cisco Talos.
345	  (TALOS-CAN-0133)
346	* Fixed a remote denial of service that could result in an out-of-bounds
347	  read.  Discovered by Yves Younan of Cisco Talos (TALOS-CAN-0134)
348	* Fixed multiple remote buffer overflows.  Discovered by Yves Younan of
349	  Cisco Talos.  (TALOS-CAN-0136)
350	* Fixed a remote NULL pointer dereference.  Discovered by Yves Younan of
351	  Cisco Talos (TALOS-CAN-0137)
352	* Fixed a remote code execution issue discovered by Yves Younan of Cisco
353	  Talos.  (TALOS-CAN-0142)
354	* Fixed a remote denial of service vulnerability in contact mood
355	  handling.  Discovered by Yves Younan of Cisco Talos (TALOS-CAN-0141)
356	* Fixed a remote out-of-bounds write vulnerability.  Discovered by Yves
357	  Younan of Cisco Talos. (TALOS-CAN-0139)
358	* Fix a remote out-of-bounds read.  Discovered by Yves Younan of Cisco
359	  Talos.  (TALOS-CAN-0143)
360
361version 2.10.12 (12/31/2015):
362	General:
363	* purple-url-handler now works with Python 3.x (Daniël van Eeden)
364	* Fixed an issue where transient startup statuses could be deleted
365	  (Jakub Adam) (#16762)
366
367	Pidgin:
368	* The shout smile now matches the default theme (Steve Vaught)
369
370	Windows-Specific Changes:
371	* Updates to dependencies:
372		* Cyrus SASL 2.1.26
373		* libxml2 2.9.2
374		* NSS 3.20.1 and NSPR 4.10.10
375		* Perl 5.20.1
376		* SILC 1.1.12
377	* Remove support for Tcl plugins
378
379	Gadu-Gadu:
380	* Updated internal libgadu to version 1.12.1.
381
382version 2.10.11 (11/23/2014):
383	General:
384	* Fix handling of Self-Signed SSL/TLS Certificates when using the NSS
385	  plugin (#16412)
386	* Improve default cipher suites used with the NSS plugin (#16262)
387	* Add NSS Preferences plugin which allows the SSL/TLS Versions and
388	  cipher suites to be configured (#8061)
389
390	Gadu-Gadu:
391	* Fix a bug that prevented plugin to load when compiled without GnuTLS.
392	  (mancha) (#16431)
393	* Fix build for platforms without AF_LOCAL definition. (#16404)
394
395	MSN:
396	* Fix broken login due to server change (dx, TReKiE). (#16451, #16455)
397	* Fail early when buddy list is unavailable instead of wasting bandwidth
398	  endlessly re-trying.
399
400version 2.10.10 (10/22/2014):
401	General:
402	* Check the basic constraints extension when validating SSL/TLS
403	  certificates. This fixes a security hole that allowed a malicious
404	  man-in-the-middle to impersonate an IM server or any other https
405	  endpoint. This affected both the NSS and GnuTLS plugins. (Discovered
406	  by an anonymous person and Jacob Appelbaum of the Tor Project, with
407	  thanks to Moxie Marlinspike for first publishing about this type of
408	  vulnerability. Thanks to Kai Engert for guidance and for some of the
409	  NSS changes) (CVE-2014-3694)
410	* Allow and prefer TLS 1.2 and 1.1 when using the NSS plugin for SSL.
411	  (Elrond and Ashish Gupta) (#15909)
412
413	libpurple3 compatibility:
414	* Encrypted account passwords are preserved until the new one is set.
415	* Fix loading Google Talk and Facebook XMPP accounts.
416
417	Windows-Specific Changes:
418	* Don't allow overwriting arbitrary files on the file system when the
419	  user installs a smiley theme via drag-and-drop. (Discovered by Yves
420	  Younan of Cisco Talos) (CVE-2014-3697)
421	* Updates to dependencies:
422		* NSS 3.17.1 and NSPR 4.10.7
423
424	Finch:
425	* Fix build against Python 3. (Ed Catmur) (#15969)
426
427	Gadu-Gadu:
428	* Updated internal libgadu to version 1.12.0.
429
430	Groupwise:
431	* Fix potential remote crash parsing server message that indicates that
432	  a large amount of memory should be allocated. (Discovered by Yves Younan
433	  and Richard Johnson of Cisco Talos) (CVE-2014-3696)
434
435	IRC:
436	* Fix a possible leak of unencrypted data when using /me command
437	  with OTR. (Thijs Alkemade) (#15750)
438
439	MXit:
440	* Fix potential remote crash parsing a malformed emoticon response.
441	  (Discovered by Yves Younan and Richard Johnson of Cisco Talos)
442	  (CVE-2014-3695)
443
444	XMPP:
445	* Fix potential information leak where a malicious XMPP server and
446	  possibly even a malicious remote user could create a carefully crafted
447	  XMPP message that causes libpurple to send an XMPP message containing
448	  arbitrary memory. (Discovered and fixed by Thijs Alkemade and Paul
449	  Aurich) (CVE-2014-3698)
450	* Fix Facebook XMPP roster quirks. (#15041, #15957)
451
452	Yahoo:
453	* Fix login when using the GnuTLS library for TLS connections. (#16172)
454
455version 2.10.9 (2/2/2014):
456	XMPP:
457	* Fix problems logging into some servers including jabber.org and
458	  chat.facebook.com. (#15879)
459
460version 2.10.8 (1/28/2014):
461	General:
462	* Python build scripts and example plugins are now compatible with
463	  Python 3. (Ashish Gupta) (#15624)
464
465	libpurple:
466	* Fix potential crash if libpurple gets an error attempting to read a
467	  reply from a STUN server. (Discovered by Coverity static analysis)
468	  (CVE-2013-6484)
469	* Fix potential crash parsing a malformed HTTP response. (Discovered by
470	  Jacob Appelbaum of the Tor Project) (CVE-2013-6479)
471	* Fix buffer overflow when parsing a malformed HTTP response with
472	  chunked Transfer-Encoding. (Discovered by Matt Jones, Volvent)
473	  (CVE-2013-6485)
474	* Better handling of HTTP proxy responses with negative Content-Lengths.
475	  (Discovered by Matt Jones, Volvent)
476	* Fix handling of SSL certificates without subjects when using libnss.
477	* Fix handling of SSL certificates with timestamps in the distant future
478	  when using libnss. (#15586)
479	* Impose maximum download size for all HTTP fetches.
480
481	Pidgin:
482	* Fix crash displaying tooltip of long URLs. (CVE-2013-6478)
483	* Better handling of URLs longer than 1000 letters.
484	* Fix handling of multibyte UTF-8 characters in smiley themes. (#15756)
485
486	Windows-Specific Changes:
487	* When clicking file:// links, show the file in Explorer rather than
488	  attempting to run the file. This reduces the chances of a user
489	  clicking on a link and mistakenly running a malicious file.
490	  (Originally discovered by James Burton, Insomnia Security. Rediscovered
491	  by Yves Younan of Sourcefire VRT.) (CVE-2013-6486)
492	* Fix Tcl scripts. (#15520)
493	* Fix crash-on-startup when ASLR is always on. (#15521)
494	* Updates to dependencies:
495		* NSS 3.15.4 and NSPR 4.10.2
496		* Pango 1.29.4-1daa
497			Patched for https://bugzilla.gnome.org/show_bug.cgi?id=668154
498
499	AIM:
500	* Fix untrusted certificate error.
501
502	AIM and ICQ:
503	* Fix a possible crash when receiving a malformed message in a Direct IM
504	  session.
505
506	Gadu-Gadu:
507	* Fix buffer overflow with remote code execution potential. Only
508	  triggerable by a Gadu-Gadu server or a man-in-the-middle.
509	  (Discovered by Yves Younan and Ryan Pentney of Sourcefire VRT)
510	  (CVE-2013-6487)
511	* Disabled buddy list import/export from/to server (it didn't work
512	  anymore). Buddy list synchronization will be implemented in 3.0.0.
513	* Disabled new account registration and password change options, as it
514	  didn't work either. Account registration also caused a crash. Both
515	  functions are available using official Gadu-Gadu website.
516
517	IRC:
518	* Fix bug where a malicious server or man-in-the-middle could trigger
519	  a crash by not sending enough arguments with various messages.
520	  (Discovered by Daniel Atallah) (CVE-2014-0020)
521	* Fix bug where initial IRC status would not be set correctly.
522	* Fix bug where IRC wasn't available when libpurple was compiled with
523	  Cyrus SASL support. (#15517)
524
525	MSN:
526	* Fix NULL pointer dereference parsing headers in MSN.
527	  (Discovered by Fabian Yamaguchi and Christian Wressnegger of the
528	  University of Goettingen) (CVE-2013-6482)
529	* Fix NULL pointer dereference parsing OIM data in MSN.
530	  (Discovered by Fabian Yamaguchi and Christian Wressnegger of the
531	  University of Goettingen) (CVE-2013-6482)
532	* Fix NULL pointer dereference parsing SOAP data in MSN.
533	  (Discovered by Fabian Yamaguchi and Christian Wressnegger of the
534	  University of Goettingen) (CVE-2013-6482)
535	* Fix possible crash when sending very long messages. Not
536	  remotely-triggerable. (Discovered by Matt Jones, Volvent)
537
538	MXit:
539	* Fix buffer overflow with remote code execution potential.
540	  (Discovered by Yves Younan and Pawel Janic of Sourcefire VRT)
541	  (CVE-2013-6489)
542	* Fix sporadic crashes that can happen after user is disconnected.
543	* Fix crash when attempting to add a contact via search results.
544	* Show error message if file transfer fails.
545	* Fix compiling with InstantBird.
546	* Fix display of some custom emoticons.
547
548	SILC:
549	* Correctly set whiteboard dimensions in whiteboard sessions.
550
551	SIMPLE:
552	* Fix buffer overflow with remote code execution potential.
553	  (Discovered by Yves Younan of Sourcefire VRT) (CVE-2013-6490)
554
555	XMPP:
556	* Prevent spoofing of iq replies by verifying that the 'from' address
557	  matches the 'to' address of the iq request. (Discovered by Fabian
558	  Yamaguchi and Christian Wressnegger of the University of Goettingen,
559	  fixed by Thijs Alkemade) (CVE-2013-6483)
560	* Fix crash on some systems when receiving fake delay timestamps with
561	  extreme values. (Discovered by Jaime Breva Ribes) (CVE-2013-6477)
562	* Fix possible crash or other erratic behavior when selecting a very
563	  small file for your own buddy icon.
564	* Fix crash if the user tries to initiate a voice/video session with a
565	  resourceless JID.
566	* Fix login errors when the first two available auth mechanisms fail but
567	  a subsequent mechanism would otherwise work when using Cyrus SASL.
568	  (#15524)
569	* Fix dropping incoming stanzas on BOSH connections when we receive
570	  multiple HTTP responses at once. (Issa Gorissen) (#15684)
571
572	Yahoo!:
573	* Fix possible crashes handling incoming strings that are not UTF-8.
574	  (Discovered by Thijs Alkemade and Robert Vehse) (CVE-2012-6152)
575	* Fix a bug reading a peer to peer message where a remote user could
576	  trigger a crash. (CVE-2013-6481)
577
578	Plugins:
579	* Fix crash in contact availability plugin.
580	* Fix perl function Purple::Network::ip_atoi
581	* Add Unity integration plugin.
582
583version 2.10.7 (02/13/2013):
584	Alien hatchery:
585	* No changes
586
587	General:
588	* The configure script will now exit with status 1 when specifying
589	  invalid protocol plugins using the --with-static-prpls and
590	  --with-dynamic-prpls arguments. (Michael Fiedler) (#15316)
591
592	libpurple:
593	* Fix a crash when receiving UPnP responses with abnormally long values.
594	  (CVE-2013-0274)
595	* Don't link directly to libgcrypt when building with GnuTLS support.
596	  (Bartosz Brachaczek) (#15329)
597	* Fix UPnP mappings on routers that return empty <URLBase/> elements
598	  in their response. (Ferdinand Stehle) (#15373)
599	* Tcl plugin uses saner, race-free plugin loading.
600	* Fix the Tcl signals-test plugin for savedstatus-changed.
601	  (Andrew Shadura) (#15443)
602
603	Pidgin:
604	* Make Pidgin more friendly to non-X11 GTK+, such as MacPorts' +no_x11
605	  variant.
606
607	Gadu-Gadu:
608	* Fix a crash at startup with large contact list. Avatar support for
609	  buddies will be disabled until 3.0.0. (#15226, #14305)
610
611	IRC:
612	* Support for SASL authentication. (Thijs Alkemade, Andy Spencer)
613	  (#13270)
614	* Print topic setter information at channel join. (#13317)
615
616	MSN:
617	* Fix SSL certificate issue when signing into MSN for some users.
618	* Fix a crash when removing a user before its icon is loaded. (Mark
619	  Barfield) (#15217)
620
621	MXit:
622	* Fix two bugs where a remote MXit user could possibly specify a local
623	  file path to be written to. (CVE-2013-0271)
624	* Fix a bug where the MXit server or a man-in-the-middle could
625	  potentially send specially crafted data that could overflow a buffer
626	  and lead to a crash or remote code execution. (CVE-2013-0272)
627	* Display farewell messages in a different colour to distinguish
628	  them from normal messages.
629	* Add support for typing notification.
630	* Add support for the Relationship Status profile attribute.
631	* Remove all reference to Hidden Number.
632	* Ignore new invites to join a GroupChat if you're already joined, or
633	  still have a pending invite.
634	* The buddy's name was not centered vertically in the buddy-list if they
635	  did not have a status-message or mood set.
636	* Fix decoding of font-size changes in the markup of received messages.
637	* Increase the maximum file size that can be transferred to 1 MB.
638	* When setting an avatar image, no longer downscale it to 96x96.
639
640	Sametime:
641	* Fix a crash in Sametime when a malicious server sends us an abnormally
642	  long user ID. (CVE-2013-0273)
643
644	Yahoo!:
645	* Fix a double-free in profile/picture loading code. (Mihai Serban)
646	  (#15053)
647	* Fix retrieving server-side buddy aliases. (Catalin Salgau) (#15381)
648
649	Plugins:
650	* The Voice/Video Settings plugin supports using the sndio GStreamer
651	  backends. (Brad Smith) (#14414)
652	* Fix a crash in the Contact Availability Detection plugin. (Mark)
653	  (#15327)
654	* Make the Message Notification plugin more friendly to non-X11 GTK+,
655	  such as MacPorts' +no_x11 variant.
656
657	Windows-Specific Changes:
658	* Compile with secure flags (Jurre van Bergen) (#15290)
659	* Installer downloads GTK+ Runtime and Debug Symbols more securely.
660	  Thanks goes to Jacob Appelbaum of the Tor Project for identifying
661	  this issue and suggesting solutions. (#15277)
662	* Updates to a number of dependencies, some of which have security
663	  related fixes. Thanks again to Jacob Appelbaum and Jurre van Bergen
664	  for identifying the vulnerable libraries and to Dieter Verfaillie
665	  for helping getting the libraries updated. (#14571, #15285, #15286)
666		* ATK 1.32.0-2
667		* Cyrus SASL 2.1.25
668		* expat 2.1.0-1
669		* freetype 2.4.10-1
670		* gettext 0.18.1.1-2
671		* Glib 2.28.8-1
672		* libpng 1.4.12-1
673		* libxml2 2.9.0-1
674		* NSS 3.13.6 and NSPR 4.9.2
675		* Pango 1.29.4-1
676		* SILC 1.1.10
677		* zlib 1.2.5-2
678	* Patch libmeanwhile (sametime library) to fix crash. (Jonathan Rice)
679	  (#12637)
680
681version 2.10.6 (07/06/2012):
682	Pidgin:
683	* Fix a bug that requires a triple-click to open a conversation
684	  window from the buddy list. (#15199)
685
686version 2.10.5 (07/05/2012):
687	libpurple:
688	* Add support for GNOME3 proxy settings. (Mihai Serban) (#15054)
689
690	Pidgin:
691	* Fix a crash that may occur when trying to ignore a user who is
692	  not in the current chat room. (#15139)
693
694	MSN:
695	* Fix building with MSVC on Windows (broken in 2.10.4). (Florian
696	  Quèze)
697
698	MXit:
699	* Fix a buffer overflow vulnerability when parsing incoming messages
700	  containing inline images.  Thanks to Ulf Härnhammar for reporting
701	  this! (CVE-2012-3374)
702
703version 2.10.4 (05/06/2012):
704	General:
705	* Support building against Farstream in addition to Farsight.
706	  (Olivier Crete) (#14936)
707
708	IRC:
709	* Disable periodic WHO timer.  IRC channel user lists will no
710	  longer automatically display away status, but libpurple will be
711	  much kinder to the network.
712	* Print unknown numerics to channel windows if we can associate
713	  them.  Thanks to Marien Zwart. (#15090)
714
715	MSN:
716	* Fix a possible crash when receiving messages with certain characters
717	  or character encodings.  Thanks to Fabian Yamaguchi for reporting
718	  this! (CVE-2012-2318)
719
720	XMPP:
721	* Fix a possible crash when receiving a series of specially crafted
722	  file transfer requests.  Thanks to José Valentín Gutiérrez for
723	  reporting this!  (CVE-2012-2214)
724
725	Windows-Specific Changes:
726	* Words added to spell check dictionaries are saved across restarts of
727	  Pidgin (#11886)
728
729version 2.10.3 (03/26/2012):
730	MSN:
731	* Fix buddies not going offline. (#14997)
732
733version 2.10.2 (03/14/2012):
734	General:
735	* Fix compilation when using binutils 2.22 and new GDK pixbuf. (#14799)
736	* Fix compilation of the MXit protocol plugin with GLib 2.31. (#14773)
737
738	Pidgin:
739	* Add support for the GNOME3 Network dialog. (#13882)
740	* Fix rare crash. (#14392)
741	* Add support for the GNOME3 Default Application dialog for configuring
742	  the Browser.
743
744	libpurple:
745	* Support new connection states and signals for NetworkManager 0.9+.
746	  (Dan Williams) (#13859)
747
748	AIM and ICQ:
749	* Fix a possible crash when receiving an unexpected message
750	  from the server. (Thijs Alkemade) (#14983)
751	* Allow signing on with usernames containing periods and
752	  underscores. (#13500)
753	* Allow adding buddies containing periods and underscores. (#13500)
754	* Don't try to format ICQ usernames entered as email addresses.
755	  Gets rid of an "Unable to format username" error at login. (#13883)
756
757	MSN:
758	* Fix possible crashes caused by not validating incoming messages as
759	  UTF-8. (Thijs Alkemade) (#14884)
760	* Support new protocol version MSNP18. (#14753)
761	* Fix messages to offline contacts. (#14302)
762
763	Windows-Specific Changes:
764	* Fix the installer downloading of spell-checking dictionaries (#14612)
765	* Fix compilation of the Bonjour protocol plugin. (#14802)
766
767	Plugins:
768	* The autoaccept plugin will no longer reset the preference for unknown
769	  buddies to "Auto Reject" in certain cases. (#14964)
770
771version 2.10.1 (12/06/2011):
772	Finch:
773	* Fix compilation on OpenBSD.
774
775	AIM and ICQ:
776	* Fix remotely-triggerable crashes by validating strings in a few
777	  messages related to buddy list management.  Thanks to Evgeny Boger
778	  for reporting this!  (#14682)
779
780	Bonjour:
781	* IPv6 fixes (Linus Lüssing)
782
783	Gadu-Gadu:
784	* Fix problems linking against GnuTLS. (#14544)
785
786	IRC:
787	* Fix a memory leak when admitting UTF-8 text with a non-UTF-8 primary
788	  encoding.  (#14700)
789
790	Jabber:
791	* Fix crashes and memory leaks when receiving malformed voice
792	  and video requests.  Thanks to Thijs Alkemade for reporting this!
793
794	Sametime:
795	* Separate "username" and "server" when adding new Sametime accounts.
796	  (#14608)
797	* Fix compilation in Visual C++. (#14608)
798
799	SILC:
800	* Fix CVE-2011-3594, by UTF-8 validating incoming messages before
801	  passing them to glib or libpurple.  Identified by Diego Bauche
802	  Madero from IOActive.  (#14636)
803
804	Yahoo!:
805	* Fetch buddy icons in some cases where we previously weren't. (#13050)
806
807	Windows-Specific Changes:
808	* Fix compilation
809
810version 2.10.0 (08/18/2011):
811	Pidgin:
812	* Make the max size of incoming smileys a pref instead of hardcoding it.
813	  (Quentin Brandon) (#5231)
814	* Added a plugin information dialog to show information for plugins
815	  that aren't otherwise visible in the plugins dialog.
816	* Fix building with GTK+ earlier than 2.14.0 (GTK+ 2.10 is still the
817	  minimum supported) (#14261)
818
819	libpurple:
820	* Fix a potential crash in the Log Reader plugin when reading QIP logs.
821	* Fix a large number of strcpy() and strcat() invocations to use
822	  strlcpy() and strlcat(), etc., forestalling an entire class of
823	  string buffer overrun bugs.
824	  (The Electronic Frontier Foundation, Dan Auerbach, Chris Palmer,
825	  Jacob Appelbaum)
826	* Change some filename manipulations in filectl.c to use MAXPATHLEN
827	  instead of arbitrary length constants.  (The Electronic Frontier
828	  Foundation, Dan Auerbach, Chris Palmer, Jacob Appelbaum)
829	* Fix endianness-related crash in NTLM authentication (Jon Goldberg)
830	  (#14163)
831
832	Gadu-Gadu:
833	* Fixed searching for buddies in public directory. (Tomasz Wasilczyk)
834	  (#5242)
835	* Better status message handling. (Tomasz Wasilczyk) (#14314)
836	* Merged two buddy blocking methods. (Tomasz Wasilczyk) (#5303)
837	* Fix building of the bundled libgadu library with older versions
838	  of GnuTLS. (patch plucked from upstream) (#14365)
839
840	ICQ:
841	* Fix crash selecting Tools->Set Mood when you're online with an
842	  ICQ account that is configured as an AIM account. (#14437)
843
844	IRC:
845	* Fix a crash when remote users have certain characters in their
846	  nicknames. (Discovered by Djego Ibanez) (#14341)
847	* Fix the handling of formatting following mIRC ^O (#14436)
848	* Fix crash when NAMES is empty. (James McLaughlin) (#14518)
849
850	MSN:
851	* Fix incorrect handling of HTTP 100 responses when using the HTTP
852	  connection method.  This can lead to a crash. (Discovered by Marius
853	  Wachtler)
854	* Fix seemingly random crashing. (#14307)
855	* Fix a crash when the account is disconnected at the time we are doing a
856	  SB request. (Hanzz, ported by shlomif) (#12431)
857
858	XMPP:
859	* Do not generate malformed XML ("</>") when setting an empty mood.
860	  (#14342)
861	* Fix the /join <room> behavior.  (Broken when adding support for
862	  <room>@<server>)  (#14205)
863
864	Yahoo!/Yahoo! JAPAN:
865	* Fix coming out of idle while in an unavailable state
866	* Fix logging into Yahoo! JAPAN.  (#14259)
867
868	Windows-Specific Changes:
869	* Open an explorer.exe window at the location of the file when clicking
870	  on a file link instead of executing the file, because executing a file
871	  can be potentially dangerous.  (Discovered by James Burton of
872	  Insomnia Security) (Fixed by Eion Robb)
873
874version 2.9.0 (06/23/2011):
875	Pidgin:
876	* Fix a potential remote denial-of-service bug related to displaying
877	  buddy icons.
878	* Significantly improved performance of larger IRC channels (regression
879	  introduced in 2.8.0).
880	* Fix Conversation->Add on AIM and MSN.
881	* Entries in the chat user list are sorted properly again.  This was
882	  inadvertenly broken in 2.8.0.
883
884	Finch:
885	* Fix logging in to ICQ.
886
887	libpurple:
888	* media: Actually use the specified TCP port from the TURN configuration to
889	  create a TCP relay candidate.
890
891	AIM and ICQ:
892	* Fix crashes on some non-mainstream OSes when attempting to
893	  printf("%s", NULL).  (Clemens Huebner) (#14297)
894
895	Plugins:
896	* The Evolution Integration plugin compiles again.
897
898version 2.8.0 (06/07/2011):
899	General:
900	* Implement simple silence suppression for voice calls, preventing
901	  wasted bandwidth for silent periods during a call. (Jakub Adam)
902	  (half of #13180)
903	* Added the DigiCert High Assurance CA-3 intermediate CA, needed for
904	  validation of the Facebook XMPP interface's certificate.
905	* Removed the QQ protocol plugin.  It hasn't worked in a long time and
906	  isn't being maintained, therefore we no longer want it.
907
908	Pidgin:
909	* Duplicate code cleanup.  (Gabriel Schulhof) (#10599)
910	* Voice/Video call window adapts correctly to adding or removing
911	  streams on the fly. (Jakub Adam) (half of #13535)
912	* Don't cancel an ongoing call when rejecting the addition of a
913	  stream to the existing call. (Jakub Adam) (#13537)
914	* Pidgin plugins can now override tab completion and detect clicks on
915	  usernames in the chat userlist. (kawaii.neko) (#12599)
916	* Fix the tooltip being destroyed when it is full of information and
917	  cover the mouse (dliang) (#10510)
918
919	libpurple:
920	* media: Allow obtaining active local and remote candidates. (Jakub
921	  Adam) (#11830)
922	* media: Allow getting/setting video capabilities. (Jakub Adam) (half
923	  of #13095)
924	* Simple Silence Suppression is optional per-account. (Jakub Adam)
925	  (half of #13180)
926	* Fix purple-url-handler being unable to find an account.
927	* media: Allow adding/removing streams on the fly. (Jakub Adam)
928	  (half of #13535)
929	* Support new connection states in NetworkManager 0.9. (Dan Williams)
930	  (#13505)
931	* When removing a buddy, delete the pounces associated with it.
932	  (Kartik Mohta) (#1131)
933	* media: Allow libpurple and plugins to set SDES properties for RTP
934	  conferences. (Jakub Adam) (#12981)
935	* proxy: Add new "Tor/Privacy" proxy type that can be used to
936	  restrict operations that could leak potentially sensitive data
937	  (e.g. DNS queries).  (#11110, #13928)
938	* media: Add support for using TCP relaying with TURN (will only work with
939	  libnice 0.1.0 and later).
940
941	AIM:
942	* Fix setting icons with dimensions greater than 64x64 pixels by scaling
943	  them down to at most 64x64. (#12874, #13165)
944
945	Gadu-Gadu:
946	* Allow showing your status only to buddies. (Mateusz Piękos) (#13358)
947	* Updated internal libgadu to version 1.10.1. (Robert Matusewicz,
948	  Krzysztof Klinikowski) (#13525)
949	* Updated internal libgadu to version 1.11.0. (Tomasz Wasilczyk)
950	  (#14248)
951	* Suppress blank messages that happen when receiving inline
952	  images. (Tomasz Wasilczyk) (#13554)
953	* Fix sending inline images to remote users, don't crash when
954	  trying to send large (> 256kB) images. (Tomasz Wasilczyk) (#13580)
955	* Support typing notifications. (Jan Zachorowski, Tomasz Wasilczyk,
956	  Krzysztof Klinikowski) (#13362, #13590)
957	* Require libgadu 1.11.0 to avoid using internal libgadu.
958	* Optional SSL connection support for GNUTLS users (not on Windows
959	  yet!). (Tomasz Wasilczyk) (#13613, #13894)
960	* Don't count received messages or statuses when determining whether
961	  to send a keepalive packet. (Jan Zachorowski) (#13699)
962	* Fix a crash when receiving images on Windows or an incorrect
963	  timestamp in the log when receiving images on Linux. (Tomasz
964	  Wasilczyk) (#10268)
965	* Support XML events, resulting in immediate update of other users'
966	  buddy icons. (Tomasz Wasilczyk) (#13739)
967	* Accept poorly formatted URLs from other third-party clients in
968	  the same manner as the official client.  (Tomasz Wasilczyk)
969	  (#13886)
970
971	ICQ:
972	* Fix setting icons with dimensions greater than 64x64 pixels by scaling
973	  them down to at most 64x64. (#12874, #13165)
974	* Fix unsetting your mood when "None" is selected.  (Dustin Gathmann)
975	  (#11895)
976	* Ignore Daylight Saving Time when performing calculations related to
977	  birthdays. (Dustin Gathmann) (#13533)
978	* It is now possible to specify multiple encodings on the Advanced
979	  tab of an ICQ account's settings by using a comma-delimited list.
980	  (Dmitry Utkin) (#13496)
981
982	IRC:
983	* Add "authserv" service command.  (tomos) (#13337)
984
985	MSN:
986	* Fix a hard-to-exploit crash in the MSN protocol when using the
987	  HTTP connection method (Reported by Marius Wachtler).
988
989	MXit:
990	* Support for an Invite Message when adding a buddy.
991	* Fixed bug in splitting-up of messages that contain a lot of links.
992	* Fixed crash caused by timer not being disabled on disconnect.
993	  (introduced in 2.7.11)
994	* Clearing of the conversation window now works.
995	* When receiving an invite you can display the sender's profile
996	  information, avatar image, invite message.
997	* The Change PIN option was moved into separate action.
998	* New profile attributes added and shown.
999	* Update to protocol v6.3.
1000	* Added the ability to view and invite your Suggested Friends,
1001	  and to search for contacts.
1002	* Also display the Status Message of offline contacts in their
1003	  profile information.
1004
1005	XMPP:
1006	* Remember the previously entered user directory when searching.
1007	  (Keith Moyer) (#12451)
1008	* Correctly handle a buddy's unsetting his/her vCard-based avatar.
1009	  (Matthew W.S. Bell) (#13370)
1010	* Squash one more situation that resulted in duplicate entries in
1011	  the roster (this one where the server reports the buddy as being
1012	  in the same (empty) group.  (Reported by Danny Mayer)
1013
1014	Plugins:
1015	* The Voice/Video Settings plugin now includes the ability to test
1016	  microphone settings. (Jakub Adam) (#13182)
1017	* Fix a crash when handling some saved settings in the Voice/Video
1018	  Settings plugin. (Pat Erley) (13290, #13774)
1019
1020	Windows-Specific Changes:
1021	* Fix building libpurple with Visual C++ .NET 2005. This was
1022	  accidentally broken in 2.7.11. (Florian Quèze)
1023	* Build internal libgadu using packed structs, fixing several
1024	  long-standing Gadu-Gadu issues. (#11958, #6297)
1025
1026version 2.7.11 (03/10/2011):
1027	General:
1028	* Our bundled libgadu should now build on HP-UX.
1029	* Fix some instances of file transfers never completing. (Cristi Posoiu)
1030	  (#12472)
1031
1032	Pidgin:
1033	* Sort by Status no longer causes buddies to move around when you
1034	  click them.
1035	* Fix embedding in the system tray on older GTK+ releases (such as on
1036	  CentOS 5.5 and older Fedora).
1037	* No longer require libstartup-notification for startup notification
1038	  support.  GTK+ has included support for years, so use it instead. (David
1039	  Benjamin) (#13245)
1040
1041	AIM:
1042	* Fix a bug where some buddies from your buddy list might not show up.
1043	  Affected non-English ICQ users the most. (#13386)
1044	* Send keepalives for all types of network connections.  Will hopefully
1045	  make chat rooms more reliable. (#1449)
1046
1047	MSN:
1048	* Fix bug that prevented added buddies to your buddy list in certain
1049	  circumstances.  (#13298)
1050
1051	MXit:
1052	* MXit plugin and reported client version now follow the libpurple
1053	  version.
1054	* Don't try to request profile information for non-user contacts.
1055	* Allow Re-Invite for contacts in Deleted or Rejected state.
1056	* Ensure we don't send packets too fast to the MXit server and trigger
1057	  its flood-detection mechanism.  Also increased the internal packet queue
1058	  to 32 packets.
1059
1060	XMPP:
1061	* Fix building on platforms with an older glib (inadvertantly broken in
1062	  2.7.10).  (#13329)
1063	* Don't treat the on-join status storms as 'new arrivals'.  (Thijs
1064	  Alkemade) (#a14527)
1065	* Extend the /join command to support room JIDs, enabling you to join
1066	  a room on any server.  (Solarius, Matěj Cepl, Tirtha 'wyuka'
1067	  Chatterjee) (#4526)
1068	* Add support for receiving a limited amount of history when joining a
1069	  room (not currently supported by Pidgin and Finch).  (Thijs Alkemade)
1070	  (#10986, #a14219)
1071
1072	Yahoo!/Yahoo! JAPAN:
1073	* Fix CVE-2011-1091, denials of service caused by NULL pointer
1074	  dereferences due to improper handling of malformed YMSG packets.  Thanks
1075	  to Marius Wachtler for reporting this and reviewing the fix!
1076
1077version 2.7.10 (02/06/2011):
1078	General:
1079	* Force video sources to all have the same capabilities.  This reduces the
1080	  number of times video must be scaled down, saving CPU time. (Jakub Adam)
1081	  (half of #13095)
1082	* Starting multiple video calls and ending one no longer causes the other
1083	  calls to stop sending audio and video. (Jakub Adam) (#12758, #13237)
1084	* Perl bindings now respect LDFLAGS. (Peter Volkov, Markos Chandras)
1085	  (#12638)
1086	* Added AddTrust External Root CA.  (#11554)
1087	* Resolve some issues validating X.509 certificates signed off the CAcert
1088	  Class 3 intermediate cert when using the GnuTLS SSL/TLS plugin.
1089
1090	Gadu-Gadu:
1091	* Don't drop whole messages when text is colored. (Jan Zachorowski)
1092	  (#13259)
1093
1094	Groupwise:
1095	* Don't show two windows when using "Get Info" on a buddy. (Gabriel Burt;
1096	  Novell, Inc.) (#13108)
1097
1098	IRC:
1099	* Don't send ISON messages longer than 512 bytes. (Jeffrey Honig) (#9692)
1100
1101	libpurple:
1102	* Stop sending audio when placing a call on hold. (Jakub Adam) (#13032)
1103	* Stop translating gpointers to ints in the dbus API.  This removes
1104	  functions from the dbus API.  (The openSUSE Project) (#12507)
1105	* Fix D-Bus introspection calls that omit the interface parameter.  (Tom
1106	  Samstag) (#13073)
1107	* Fixed bugs in purple_str_to_time() that caused the most recent 'make
1108	  check' failures.  (Nader Morshed) (#13131)
1109	* Correct an issue that caused some UIs other than Pidgin or Finch to
1110	  leave a buddy in the "is typing" state.  (Jan Kaluza)
1111	* Fix potential information disclosure issues in the Cipher code.  (Julia
1112	  Lawall)
1113
1114	Pidgin:
1115	* Support using the Page Up and Page Down keys on the numeric keypad in
1116	  the conversation window.  (Ryan Flegel) (#13127)
1117	* Fix a few memory leaks. (Nader Morshed) (#13162)
1118	* Support rendering strikethrough when received as in-line CSS. (#13168)
1119	* Editable comboboxes are now more friendly to some GTK+ themes. (Hugo
1120	  Pereira Da Costa) (#13164).
1121
1122	Plugins:
1123	* The Voice/Video Settings plugin no longer resets selected devices to
1124	  defaults. (Jakub Adam) (#13044)
1125	* The Voice/Video Settings plugin no longer crashes when a stored device
1126	  name is not found in the list of available devices. (Jakub Adam)
1127	  (#13238)
1128	* The Autoaccept plugin now allows disabling filename escaping. (Rok
1129	  Mandeljc) (half of #11459)
1130	* The Autoaccept plugin now allows choosing Reject/Ask/Accept for
1131	  non-buddies. (Rok Mandeljc) (half of #11459)
1132
1133	QQ:
1134	* QQ2008 is now the default protocol version. (Michael Terry) (#11635)
1135
1136	XMPP:
1137	* Don't crash when receiving an unexpected/invalid jingle transport type.
1138	  (Nikita Kozlov) (#13136)
1139	* Handle Connection: Close headers for BOSH, when the server does not
1140	  terminate the connection itself. (#13008)
1141	* Improved parsing for DIGEST-MD5, which should resolve issues
1142	  connecting to some jabberd2 servers.  This corrects an issue parsing
1143	  one-character or empty elements. (Noa Resare) (#a14514)
1144
1145	Yahoo!/Yahoo! JAPAN:
1146	* Fix a crash when an account disconnects before a p2p session is
1147	  completely set up. (Jan Kaluza) (#12432)
1148
1149version 2.7.9 (12/26/2010):
1150	MSN:
1151	* Fix CVE-2010-4528, a crash when receiving short packets related to
1152	  P2Pv2 messages.
1153
1154version 2.7.8 (12/19/2010):
1155	General:
1156	* Fix the exceptions in purple-remote on Python 2.6+. (Ari Pollak)
1157	  (#12151)
1158
1159	Pidgin:
1160	* When a conversation has reached the maximum limit on the number
1161	  of smileys, display the text representation of the smiley properly
1162	  when it contains HTML-escapable characters (e.g. "<3" was previously
1163	  displayed as "&lt;3").
1164	* Drop dependency on GdkGC and use Cairo instead.
1165	* New UI hack to assist in first-time setup of Facebook accounts with
1166	  icon from Jakub Szypulka.
1167	* Don't hide the buddy list if there is no notification area in which
1168	  to put the icon. (#12129)
1169
1170	libpurple:
1171	* Fix multipart parsing when '=' is included in the boundary for
1172	  purple_mime_document_parse. (Jakub Adam) (#11598)
1173
1174	AIM and ICQ:
1175	* Buddies who unset their status message will now be correctly shown
1176	  without a message in your buddy list. (#12988)
1177
1178	Gadu-Gadu:
1179	* Updated our bundled libgadu and minimum requirement for external
1180	  libgadu to 1.9.0. (#12789)
1181
1182	MSN:
1183	* Stop showing ourselves in the list of endpoints that can be
1184	  disconnected.
1185	* Allow full-size display names, by not escaping (most) non-English
1186	  characters. (#8508)
1187	* Fix receiving messages from users on Yahoo and other federated
1188	  services. (#13022)
1189	* Correctly remove old endpoints from the list when they sign out.
1190	* Add option to disable connections from multiple locations. (#13017)
1191	* Correctly update your own display name in the buddy list. (#13064)
1192	* Correctly show ourselves as offline in the buddy list when going
1193	  invisible. (#12945)
1194	* Correctly update your own icon in the buddy list. (#12973)
1195	* Remove struct packing for better portability. (#12856)
1196
1197	XMPP:
1198	* Terminate Jingle sessions with unsupported content types. (#13048)
1199
1200version 2.7.7 (11/23/2010):
1201	General:
1202	* Allow multiple CA certificates to share the same Distinguished Name
1203	  (DN).  Partially fixes remaining MSN issues from #12906.
1204	* The GNUTLS SSL plugin now discards any certificate (and all subsequent
1205	  certificates) in a chain if it did not sign the previous certificate.
1206	  Partially fixes remaining MSN issues from #12906.
1207	* Open requests related to a file transfer are now closed when the request
1208	  is cancelled locally. (#11666)
1209
1210	AIM and ICQ:
1211	* AIM should now connect if "Use clientLogin" is turned off and the
1212	  "Server" field is set to anything other than "login.oscar.aol.com" or
1213	  "slogin.oscar.aol.com". (#12948)
1214	* Fix a crash on connection loss. (#5927)
1215
1216version 2.7.6 (11/21/2010):
1217	General:
1218	* Included Microsoft Internet Authority 2010 and Microsoft Secure Server
1219	  Authority 2010 intermediate CA certificates to our bundle.  This fixes
1220	  the "Unable to validate certificate" error for omega.contacts.msn.com.
1221	  (#12906)
1222
1223	Pidgin:
1224	* Avoid a use-after-free race condition in the media code (when
1225	  there's an error reported by GStreamer). (#12806, Jakub Adam)
1226
1227	AIM and ICQ:
1228	* SSL option has been changed to a tri-state menu with choices for
1229	  "Don't Use Encryption", "Use Encryption if Available", and "Require
1230	  Encryption".
1231	* Fix some possible clientLogin URL issues introduced in version 2.7.5.
1232	* Don't show a "<URL>: Ok" connection error when using clientLogin.
1233	* Cleaned up some debug output for improved readability.
1234
1235	MSN:
1236	* Added support for MSNP16, including Multiple Points of Presence (MPOP)
1237	  which allows multiple simultaneous sign-ins. (#8247)
1238	* Added extended capabilities support (none implemented).
1239	* Merged the work done on the Google SoC (major rewrite of SLP code)
1240	* Reworked the data transfer architecture.
1241	  (https://developer.pidgin.im/wiki/SlpArchitecture)
1242	* Lots of little changes.
1243	* Don't process zero-length DC messages. (#12660)
1244	* Fixed a bunch of memory leaks.
1245	* Prevent a use-after-free condition.
1246
1247	XMPP:
1248	* Avoid a double-free in the Google Relay (V/V) code.
1249	* Avoid double error message when failing a file transfer. (#12757)
1250	* Password-related information is printed out for SASL authentication
1251	  when the PURPLE_UNSAFE_DEBUG environment variable is set.
1252	* Authentication mechanisms can now be added by UI's or other plugins
1253	  with some work. This is outside the API/ABI rules! (#12715)
1254	* Fixed a few printf("%s", NULL) crashes for broken OSes.
1255
1256	Windows-Specific Changes:
1257	* Build the Pidgin Theme Editor plugin (finally).
1258	* Untarring (for themes) now works for non-ASCII destination paths.
1259
1260version 2.7.5 (10/31/2010):
1261	General:
1262	* Added Verisign Class 3 Public CA - G2 root CA.
1263
1264	Pidgin:
1265	* Properly differentiate between bn and bn_IN in the Translation
1266	  Information dialog.
1267
1268	AIM and/or ICQ:
1269	* Display the "Authorize buddy?" minidialog when the requestor has an
1270	  empty nickname. (#12810)
1271	* New ICQ accounts default to proper ICQ servers.  Old accounts using one
1272	  of the old default servers will be silently migrated to use the proper
1273	  servers.
1274	* ICQ accounts using clientLogin now use the correct ICQ servers.  This is
1275	  separate from the server settings mentioned above.
1276	* '<' should no longer cause ICQ status messages to be truncated in some
1277	  locations. (#11964, #12593)
1278	* Fix sending messages to chat rooms. (#12768)
1279
1280	Bonjour:
1281	* Don't crash when attempting to log into a Bonjour account and init
1282	  failed.
1283
1284	Windows-Specific Changes:
1285	* Quote the path stored in the registry when the "run at startup" option
1286	  in the Windows Pidgin Options plugin is used. (#12781)
1287
1288version 2.7.4 (10/20/2010):
1289	General:
1290	* Fix search path for Tk when compiling on Debian Squeeze. (#12465)
1291	* purple-remote now expects and produces UTF-8. (Guillaume Brunerie)
1292	  (#12049)
1293	* Add Deutsche Telekom, Thawte Primary, and Go Daddy Class 2 root CAs
1294	  (#12667, #12668, and #12594)
1295	* Fix CVE-2010-3711 by properly validating return values from the
1296	  purple_base64_decode() function before using them.
1297	* Fix two local crash bugs by properly validating return values from the
1298	  purple_base16_decode() function before using them.
1299
1300	libpurple:
1301	* Fall back to an ordinary request if a UI does not support showing a
1302	  request with an icon.  Fixes receiving MSN file transfer requests
1303	  including a thumbnail in Finch. (#12561)
1304	* Fix an invalid memory access when removing UPnP mappings that could
1305	  cause sporadic crashes, most notably when MSN Direct Connections are
1306	  enabled. (#12387)
1307	* Add a sentence to the certificate warning for expired certificates
1308	  suggesting the user check their computer's date and time. (#12654)
1309
1310	Pidgin:
1311	* Add support for the Gadu-Gadu protocol in the gevolution plugin to
1312	  provide Evolution integration with contacts with GG IDs. (#10709)
1313	* Remap the "Set User Mood" shortcut to Control-D, which does not
1314	  conflict with the previous shortcut for Get Buddy Info on the
1315	  selected buddy.
1316	* Add a plugin action menu (under Tools) for the Voice and Video
1317	  Settings plugin.
1318	* Use GRegex for the debug window where available. This brings regex
1319	  filtering to the debug window on Windows. (Eion Robb) (#12601)
1320	* Add Google Chrome to the list of possible browsers on non-Windows
1321	  systems.
1322	* Add Chromium to the list of possible browsers on non-Windows systems.
1323	* The "Manual" browser option is now stored as a string.  It is no
1324	  longer necessary to specify a full path to the browser command.
1325	  (Rodrigo Tobar Carrizo) (#12024)
1326	* The Send To menu can now be used if the active account in the
1327	  conversation becomes disabled or inactive. (Keith Moyer) (#12471)
1328	* xdg-open is now the default browser for new users on non-Windows
1329	  platforms. (Stanislav Brabec) (#12505)
1330	* The "Authorize buddy?" mini-dialog now shows the nickname of
1331	  the buddy requesting authorization as well as the icon of
1332	  the IM protocol he is using. (#5038)
1333
1334	Finch:
1335	* Add support for drop-down account options (like the SILC cipher
1336	  and HMAC options or the QQ protocol version).
1337
1338	XMPP:
1339	* Unify the connection security-related settings into one dropdown.
1340	* Fix a crash when multiple accounts are simultaneously performing
1341	  SASL authentication when built with Cyrus SASL support.  (thanks
1342	  to Jan Kaluza) (#11560)
1343	* Restore the ability to connect to XMPP servers that do not offer
1344	  Stream ID. (#12331)
1345	* Added support for using Google's relay servers when making voice and
1346	  video calls to Google clients.
1347	* Fix detecting file transfer proxies advertised by the server.
1348	* Advertise support for Google Talk's JID Domain Discovery extension
1349	  in all cases again (changed in 2.7.0), not just when the domain
1350	  is "gmail.com" or "googlemail.com" (it's also needed for Google
1351	  Talk used for accounts on arbitrary domains not using Google Apps
1352	  for Your Domain). (#a14153)
1353	* Improved handling of adding oneself to your buddy list when using
1354	  Non-SASL (legacy) authentication. (#12499)
1355	* Generate a connection error instead of just stalling when the
1356	  _xmppconnect TXT record returns results, but none of them result
1357	  in a valid BOSH URI. (#a14367, #12744)
1358
1359	AIM and ICQ:
1360	* Add support for managing Visible/Invisible lists. (#10967)
1361	* Fix a problem with receiving HTML messages from
1362	  QIP/Miranda/Trillian. (#12044)
1363	* Hopefully fixed all encoding-related problems, both
1364	  for sending and receiving messages. (#10833 and the like)
1365	* Fix a problem with receiving messages from pyicqt. (#12284)
1366	* Don't set a custom status text when going Invisible to avoid
1367	  being detected as Invisible. (#10633)
1368
1369	Yahoo/Yahoo JAPAN:
1370	* Stop doing unnecessary lookups of certain alias information.  This
1371	  solves deadlocks when a given Yahoo account has a ridiculously large
1372	  (>500 buddies) list and may improve login speed for those on slow
1373	  connections. (#12532)
1374	* Fix sending SMS messages.  The lookup host changed on us.  (Thanks to
1375	  todo) (#12688).
1376	* Improvements for some file transfer scenarios, but not all.
1377
1378	Windows:
1379	* Bonjour support now requires Apple Bonjour Print Services version
1380	  2.0.0 or newer (http://support.apple.com/kb/dl999).
1381
1382	libpurple:
1383	* Fall back to an ordinary request if a UI does not support showing a
1384	  request with an icon.  Fixes receiving MSN file transfer requests
1385	  including a thumbnail in Finch.
1386
1387	Pidgin:
1388	* Add support for the Gadu-Gadu protocol in the gevolution plugin to
1389	  provide Evolution integration with contacts with GG IDs. (#10709)
1390	* Remap the "Set User Mood" shortcut to Control-D, which does not
1391	  conflict with the previous shortcut for Get Buddy Info on the
1392	  selected buddy.
1393	* Add a plugin action menu (under Tools) for the Voice and Video
1394	  Settings plugin.
1395
1396	Finch:
1397	* Add support for drop-down account options (like the SILC cipher
1398	  and HMAC options or the QQ protocol version).
1399
1400	XMPP:
1401	* Unify the connection security-related settings into one dropdown.
1402	* Fix a crash when multiple accounts are simultaneously performing
1403	  SASL authentication when built with Cyrus SASL support.  (thanks
1404	  to Jan Kaluza) (#11560)
1405	* Restore the ability to connect to XMPP servers that do not offer
1406	  Stream ID. (#12331)
1407	* Added support for using Google's relay servers when making voice and
1408	  video calls to Google clients.
1409
1410	Yahoo/Yahoo JAPAN:
1411	* Stop doing unnecessary lookups of certain alias information.  This
1412	  solves deadlocks when a given Yahoo account has a ridiculously large
1413	  (>500 buddies) list and may improve login speed for those on slow
1414	  connections. (#12532)
1415
1416version 2.7.3 (08/10/2010):
1417	General:
1418	* Use silent build rules for automake >1.11. You can enable verbose
1419	  builds with the --disable-silent-rules configure option, or using
1420	  make V=1.
1421
1422	libpurple:
1423	* Fix the TURN server settings (broken in 2.7.0).
1424
1425	Pidgin:
1426	* Re-focus the input area after clicking the attention toolbar button.
1427	* Re-arrange media window to make it more netbook-friendly.
1428
1429	Finch:
1430	* Rebindable 'suggest-next-page' and 'suggest-prev-page' actions for
1431	  textboxes (GntEntry) to scroll through list of suggestions.
1432	* Rebindable 'dropdown' action for comboboxes (GntComboBox) to show the
1433	  dropdown list of options.
1434
1435	IRC:
1436	* Fix non-ASCII arguments to /mode et al.  (thanks to Max Ulidtko)
1437
1438	MSN:
1439	* Support for web-based buddy icons, used when a buddy logs in to the
1440	  messenger on the Live website.
1441	* Fix file transfers with some clients that don't support direct
1442	  connections (e.g., papyon, telepathy-butterfly, etc.) (#12150)
1443
1444	MXit:
1445	* Fix filename for the Shocked emoticon. (#12364)
1446	* Implement the new naming conventions where possible. (MXitId, etc)
1447	* Display a message in the Groupchat window when you invite somebody.
1448	* Birthday field in profile cannot be edited when server says it is
1449	  locked.
1450	* If a buddy is offline, show in their profile when last they were online.
1451	* Handle pushed profile update packets (ie, when changing your avatar via
1452	  the Gallery bot).
1453	* If a buddy is offline and we see from their profile that they have
1454	  updated their avatar, request the new avatar image from the server.
1455	* Fix a possible crash if a link is clicked while disconnected.
1456	* Unescape any escaped characters in a chatroom nickname.
1457	* Add the new MXit moods and emoticons.
1458	* MXit emoticons added to the small emoticon theme.
1459
1460	XMPP:
1461	* Allow connecting to servers that only advertise GSSAPI and expect
1462	  a fallback to legacy IQ authentication (broken in 2.7.0).
1463	* Fix a crash when receiving custom emoticons that don't adhere to
1464	  the specification.
1465	* When initiating a file transfer, don't show resources that are certain
1466	  to not support file transfers in the resource selection dialog.
1467	* Fix connecting to servers using BOSH and authenticating with
1468	  DIGEST-MD5 when libpurple was built with Cyrus SASL support.
1469
1470	Yahoo/Yahoo JAPAN:
1471	* Renamed "Use account proxy for SSL connections" to "Use account proxy
1472	  for HTTP and HTTPS requests" and tied the option to HTTP requests too.
1473	* Properly detect HTTP proxy server use when the HTTP proxy is the
1474	  global proxy server, an account-level non-HTTP proxy server is
1475	  configured, and the "Use account proxy for HTTP and HTTPS requests"
1476	  account option is turned off.  This fixes connecting for some HTTP
1477	  proxy servers.
1478	* Fall back to connecting to scsa.msg.yahoo.com (not configurable) if
1479	  the HTTP-based connect server lookup fails.  This does not work for
1480	  Yahoo JAPAN accounts.
1481	* Fix file transfers that get stuck with "Waiting for transfer to
1482	  begin".
1483
1484version 2.7.2 (07/21/2010):
1485	AIM and ICQ:
1486	* Fix a crash bug related to X-Status messages that can be triggered by
1487	  remote users.  This is CVE-2010-2528.
1488	* Fix a rare crash bug caused by certain incoming SMS messages
1489	  (discovered by Jan Kaluza--thanks Jan!).
1490	* Change HTML sent from ICQ accounts so that official ICQ clients
1491	  hopefully display it correctly.
1492
1493	MSN:
1494	* Fix a crash related to fast buddy icon transfers.
1495
1496version 2.7.1 (05/29/2010):
1497	General:
1498	* Build fixes on OpenSolaris.  (Brian Lu)
1499	* Add configure option --enable-trayicon-compat which installs tray
1500	  icons into directories that are compatible with older versions of
1501	  hicolor-icon-theme (0.9).
1502
1503	Pidgin:
1504	* Restore the tray icon's blinking functionality.
1505	* Fix a crash setting moods when an account is disconnected.
1506
1507	Bonjour:
1508	* Fix a crash on disconnect.
1509
1510	ICQ:
1511	* Fix bug that caused HTML to be displayed in incoming messages.
1512
1513	MSN:
1514	* Fix unnecessary bandwidth consumption for buddy icon requests when
1515	  buddies have capital letters in their passport addresses.
1516	* Support for direct connections, enabling faster file transfers,
1517	  smiley and buddy icon loading.  (Gábor Szuromi)
1518
1519	XMPP:
1520	* Allow connecting to servers that advertise EXTERNAL (broken in
1521	  2.7.0)
1522
1523	MXit:
1524	* Replace the MXit-specific mood management with the new standard Moods
1525	  API.
1526	* Add the standard MXit emoticons.
1527	* Improve the handling of users being kicked from MultiMX rooms.
1528	* MXit doesn't allow you to see your buddy's Email Address or Title,
1529	  so remove those two fields from the "Buddy Information" page.
1530	* Show buddy's Registration Country in their profile.
1531	* Increment protocol version to v6.0
1532	* If an invite you sent was rejected with a reason, display that
1533	  message in the buddy tooltip.
1534	* CAPTCHA value is a required field during account activation.
1535	  (Resolves issue on Maemo)
1536	* When your avatar image is changed, don't forget the user's profile
1537	  information.
1538
1539	Windows-Specific Changes:
1540	* Fix a regression introduced in 2.7.0 that caused Window Flashing not
1541	  to work.
1542
1543version 2.7.0 (05/12/2010):
1544	General:
1545	* Changed GTK+ minimum version requirement to 2.10.0.
1546	* Changed GLib minimum version requirement to 2.12.0.
1547	* Using the --disable-nls argument to configure now works properly.
1548	  You will no longer be forced to have intltool to configure and build.
1549	* Fix two related crashes in the GnuTLS and NSS plugins when they
1550	  suffer internal errors immediately upon attempting to establish
1551	  an SSL connection.
1552	* Fix NSS to work when reinitialized after being used.  (Thanks to
1553	  Ludovico Cavedon for the testcase)
1554	* Added support for PURPLE_GNUTLS_PRIORITIES environment variable.
1555	  This can be used to specify GnuTLS priorities on a per-host basis.
1556	  The format is "host=priority;host2=priority;...".  The default
1557	  priority can be overridden by using "*" as the host.  See the
1558	  GnuTLS manual for documentation on the format of the priority
1559	  strings.
1560	* Fix autoconf detection of Python.  (Brad Smith)
1561	* Fix a crash when a Windows proxy (from IE) does not have a port.
1562	  (Marten Klencke)
1563
1564	Pidgin:
1565	* Moved the "Debugging Information" section of the About box to a
1566	  "Build Information" dialog accessible on the Help menu.
1567	* Moved the Developer and Crazy Patch Writer information from the About
1568	  box to a "Developer Information" dialog accessible on the Help menu.
1569	* Moved the Translator information from the About box to a "Translator
1570	  Information" dialog accessible on the Help menu.
1571	* Use GtkStatusIcon for the docklet, providing better integration in
1572	  notification area.
1573	* Added UI for sending attentions (buzz, nudge) on supporting protocols.
1574	* Make the search dialog unobtrusive in the conversation window (by
1575	  making it look and behave like the search dialog in Firefox)
1576	* The Recent Log Activity sort method for the Buddy List now
1577	  distinguishes between no activity and a small amount of activity
1578	  in the distant past.  (Greg McNew)
1579	* Added a menu set mood globally for all mood-supporting accounts
1580	  (currently XMPP and ICQ).
1581	* Default binding of Ctrl+Shift+v to 'Paste as Plain Text' in
1582	  conversation windows. This can be changed in .gtkrc-2.0. For example,
1583	  Ctrl+v can be bound to 'Paste as Plain Text' by default.
1584	* Plugins can now handle markup in buddy names by attaching to the
1585	  "drawing-buddy" signal. (Daniele Ricci, Andrea Piccinelli)
1586	* Be more accommodating when scaling down large images for use as
1587	  buddy icons.
1588	* The 'Message Timestamp Formats' plugin allows changing the timestamp
1589	  format from the timestamps' context menu in conversation log.
1590	* The 'Message Timestamp Formats' plugin allows forcing 12-hour
1591	  timestamps.  (Jonathan Maltz)
1592	* Fix pastes from Chrome (rich-text pastes and probably URLs
1593	  having garbage appended to them).
1594	* Show file transfer thumbnails for images on supporting protocols
1595	  (currently only supported on MSN).
1596
1597	Bonjour:
1598	* Added support for IPv6. (Thanks to T_X for testing)
1599
1600	Gadu-Gadu:
1601	* Updated our bundled libgadu to 1.9.0-rc2 (many thanks to Krzysztof
1602	  Klinikowski for the work and testing put in here!)
1603	* Minimum requirement for external libgadu is now also 1.9.0-rc2.
1604
1605	AIM and ICQ:
1606	* X-Status (Custom ICQ status icon) support.  Since most of the icons
1607	  available reflect moods, this is labeled "Set Mood" on the
1608	  Accounts->ICQ Account menu. (Andrew Ivanov, Tomáš Kebert,
1609	  Yuriy Yevgrafov, and trac users bob007, salieff, and nops)
1610	* Allow setting and displaying icons between 1x1 and 100x100 pixels for
1611	  ICQ.  Previously only icons between 48x48 and 52x64 were allowed.
1612	* When using the clientLogin authentication method, prompt for a
1613	  password on reconnect when "Remember Password" is not checked and
1614	  authentication fails due to an incorrect password.  (This is the same
1615	  behavior as the legacy authentication method)
1616	* Support sending and receiving HTML-formatted messages for ICQ.
1617	* Use the proper URL for "View web profile" link for ICQ buddies.
1618	  (Alexander Nartov)
1619
1620	MSN:
1621	* Support for version 9 of the MSN protocol has been removed.  This
1622	  version is no longer supported on the servers.
1623	* Support file transfer thumbnails (previews) for images.
1624	* Fix CVE-2010-1624 (custom emoticon remote crash).
1625
1626	XMPP:
1627	* Direct messages to a specific resource only upon receipt of a message
1628	  with content (as opposed to a typing notification, etc).  (Thanks to
1629	  rjoly for testing)
1630	* Present a better error message when authentication fails while trying
1631	  to connect to Facebook.  (David Reiss, Facebook)
1632	* When sending data using in-band-bytestreams, interpret the block-size
1633	  attribute as the size of the BASE64-encoded representation of the
1634	  data.
1635	* Validate the hash on incoming BoB data objects (for custom smileys
1636	  etc.), cache based per JID when the CID is not a valid hash (as
1637	  specified by the BoB XEP).
1638	* Send whitespace keepalives if we haven't sent data in a while (2
1639	  minutes).  This fixes an issue with Openfire disconnecting a
1640	  libpurple-baesd client that has just been quiet for about 6
1641	  minutes.
1642	* Only support Google Talk's JID Domain Discovery extension
1643	  (allowing a user to log in with "@gmail.com" or "@googlemail.com"
1644	  interchangeably) for those two domains.  This change was made
1645	  due to interoperability issues with some BOSH Connection Managers
1646	  and namespaced attributes.
1647
1648	Yahoo/Yahoo JAPAN:
1649	* Attempt to better handle transparent proxies interfering with
1650	  HTTP-based login.
1651	* Fix handling of P2P packets, thus fixing the loss of some messages.
1652	* Retrieve the pager server address from Yahoo!'s servers directly.
1653	* Removed the "Pager server" account option, as it is no longer needed.
1654	* The authentication code is now less order-sensitive with the
1655	  components of the server's response.
1656	* The authentication process now acts more like the official client.
1657
1658	Finch:
1659	* New action 'history-search', with default binding ctrl+r, to search
1660	  the entered string in the input history.
1661
1662	Windows-Specific Changes
1663	* Updated GTK+ to 2.16.6
1664	* Private GTK+ Runtime now used (GTK+ Installer no longer supported)
1665	* Minimum required GTK+ version increased to 2.14.7
1666	* Windows 95, Windows 98, Windows 98 Second Edition, Windows ME
1667	  (Millennium Edition), and Windows NT 4.0 longer supported due to GTK+
1668	  requirements changes.
1669	* Crash Report files (pidgin.RPT) are now generated in the ~/.purple
1670	  directory instead of the installation directory.
1671	* NSS SSL Library upgraded to 3.12.5 (thanks to Berke Viktor)
1672	* GtkSpell upgraded to 2.0.16, changing the spellchecking backend to
1673	  enchant.  This means that myspell and hunspell (OpenOffice)
1674	  dictionaries can be used (previous versions' aspell dictionaries
1675	  will not work).
1676
1677version 2.6.6 (02/18/2010):
1678	libpurple:
1679	* Fix 'make check' on OS X. (David Fang)
1680	* Fix a quirk in purple_markup_html_to_xhtml that caused some messages
1681	  to be improperly converted to XHTML.
1682	* Set "controlling-mode" correctly when initializing a media session.
1683	  Fixes receiving voice calls from Psi.
1684	* When looking up DNS records, use the type of record returned by the
1685	  server (instead of the type we asked for) to determine how to process
1686	  the record.
1687	* Fix an issue with parsing XML attributes that contain "&lt;br&gt;".
1688	  See ChangeLog.API for more details.
1689
1690	General:
1691	* Correctly disable all missing dependencies when using the
1692	  --disable-missing-dependencies option.  (Gabriel Schulhof)
1693
1694	Gadu-Gadu:
1695	* Fix display of avatars after a server-side change. (Krzysztof
1696	  Klinikowski)
1697
1698	AIM:
1699	* Allow setting and displaying icons between 1x1 and 100x100 pixels.
1700	  Previously only icons between 48x48 and 50x50 were allowed.
1701
1702	MSN:
1703	* Fix CVE-2010-0277, a possible remote crash when parsing an incoming
1704	  SLP message.  (Discovered by Fabian Yamaguchi)
1705	* File transfer requests will no longer cause a crash if you delete the
1706	  file before the other side accepts.
1707	* Received files will no longer hold an extra lock after completion,
1708	  meaning they can be moved or deleted without complaints from your OS.
1709	* Buddies who sign in from a second location will no longer cause an
1710	  unnecessary chat window to open.
1711	* Support setting an animated GIF as a buddy icon.
1712	* Numerous code cleanups and memory savings.
1713
1714	MySpace:
1715	* Fix a leak and crash when retrieving buddy icons.
1716
1717	XMPP:
1718	* Less likely to send messages to a contact's idle/inactive resource.
1719	  Previously, if a message was received from a specific resource,
1720	  responses would be sent to that resource until either it went offline
1721	  or a message is received from another resource.  Now, messages are
1722	  sent to the bare JID upon receipt of any presence change from the
1723	  contact.
1724	* Added support for the SCRAM-SHA-1 SASL mechanism.  This is only
1725	  available when built without Cyrus SASL support.
1726	* When getting info on a domain-only (server) JID, show uptime
1727	  (when given by the result of the "last query") and don't show status
1728	  as offline.
1729	* Fix getting info on your own JID.
1730	* Wrap XHTML messages in <p>, as described in XEP-0071, for
1731	  compatibility with some clients.
1732	* Don't do an SRV lookup for a STUN server associated with the account
1733	  if one is already set globally in prefs.
1734	* Don't send custom smileys larger than the recommended maximum object
1735	  size specified in the BoB XEP.   This prevents a client from being
1736	  disconnected by servers that dislike overly-large stanzas.
1737	* Fix receiving messages without markup over an Openfire BOSH
1738	  connection (forcibly put the stanzas in the jabber:client namespace).
1739	* The default value for the file transfer proxies is automatically
1740	  updated when an account connects, if it is still the old (broken)
1741	  default (from 'proxy.jabber.org' to 'proxy.eu.jabber.org').
1742	* Fix an issue where libpurple created duplicate buddies if the roster
1743	  contains a buddy in two groups that differ only by case
1744	  (e.g. "XMPP" and "xmpp") (or not at all).
1745
1746	Yahoo:
1747	* Don't send <span> and </span> tags.  (Fartash Faghri)
1748	* Support PingBox.  PingBoxes will appear as pbx/PingBoxName.  (Kartik
1749	  Mohta)
1750
1751	Pidgin:
1752	* Fix CVE-2010-0423, a denial of service attack due to the parsing
1753	  of large numbers of smileys.  (Discovered by Antti Hayrynen)
1754	* Correctly size conversation and status box entries when the
1755	  interior-focus style property is diabled. (Gabriel Schulhof)
1756	* Correctly handle a multiline text field being required in a
1757	  request form.  (Thanks to Florian Zeitz for finding this problem)
1758	* Search friends by email-addresses in the buddy list. (Luoh Ren-Shan)
1759	* Allow dropping an image on Custom Smiley window to add a new one.
1760	* Prompt for confirmation when clearing a whiteboard (doodle) session.
1761	  (Kartik Mohta)
1762	* Use the "hand" cursor when hovering over usernames in chat history to
1763	  indicate that the username is an actionable item.
1764	* Double-clicking usernames in chat history will open an IM with that
1765	  user.
1766	* Put an icon on the "Filter" button in the debug window.
1767	* Don't treat "/messages/like/this " as commands.
1768	* Explicitly mark user interaction when inserting smilies from the
1769	  toolbar so "Undo" correctly removes these smilies.
1770	* Clicking "New" or "Saved" in the status selector menu while typing a
1771	  status message no longer keeps the status entry area stuck in "typing"
1772	  mode forever.
1773	* Show tooltips for ellipsized conversation tabs.  On older systems,
1774	  tooltips will show for all tabs.
1775	* The File Transfers and Debug Window windows are no longer created as
1776	  dialogs.  These windows should now have minimize buttons in many
1777	  environments in which they were previously missing
1778	  (including Windows).
1779	* Smiley themes with Windows line endings no longer cause theme
1780	  descriptions not to be displayed in the theme selector.
1781
1782	Finch:
1783	* Fix CVE-2010-0420, a possible remote crash when handling chat room
1784	  buddy names.
1785	* Rebindable 'move-first' and 'move-last' actions for tree widgets. So
1786	  it is possible to jump to the first or last entry in the buddy list
1787	  (and other such lists) by pressing home or end key (defaults)
1788	  respectively.
1789
1790version 2.6.5 (01/08/2010):
1791	libpurple:
1792	* TLS certificates are actually stored to the local cache once again
1793	  (accepting a name mismatch on a certificate should now be remembered)
1794
1795	General:
1796	* Build-time fixes for Solaris.  (Paul Townsend)
1797
1798	AIM and ICQ:
1799	* Messages from some mobile clients are no longer displayed as
1800	  Chinese characters (broken in 2.6.4)
1801
1802	MSN:
1803	* Fix an issue allowing a remote user to download arbitrary files from
1804	  a libpurple client.  (CVE-2010-0013)
1805
1806	XMPP:
1807	* Do not crash when attempting to register for a new account on Windows.
1808	* Fix file transfer with clients that do not support Entity Capabilities
1809	  (e.g. Spark)
1810
1811version 2.6.4 (11/29/2009):
1812	libpurple:
1813	* Actually emit the hold signal for media calls.
1814	* Fix building the GnuTLS plugin with older versions of GnuTLS.
1815	* Fix DNS TXT query resolution.
1816	* Don't send Proxy-Authorization headers to HTTP proxy servers until
1817	  we've received a "407 Proxy Authentication Required" response from
1818	  the server.  (thecrux)
1819	* Added "MXit" protocol plugin, supported and maintained by the MXit
1820	  folks themselves (MXit Lifestyle (Pty) Ltd.)
1821
1822	General:
1823	* New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins')
1824	  to announce the list of loaded plugins (in both Finch and Pidgin).
1825	* Always rejoin open chats after an account reconnects.
1826
1827	AIM and ICQ:
1828	* Better rate limit calculations and other improvements.  (Aman Gupta)
1829	* More detailed error messages when messages fail to send.  (Aman Gupta)
1830	* The simultaneous login account option is respected when using
1831	  the clientLogin authentication method.
1832	* Fix offline message retrieval (broken in 2.6.3)
1833	* Fix handling of markup on some messages (broken in 2.6.2)
1834	* Fix SSL when clientLogin is enabled.
1835	* Fix sending and receiving Unicode characters in a Direct IM
1836
1837	MSN:
1838	* Don't forget display names for buddies.
1839	* Fix a random crash that might occur when idle.
1840	* Fix more FQY 240 connection errors.
1841	* Fix a crash that could occur when adding a buddy.
1842	* Fix an occasional crash when sending message to an offline user.
1843	* Fix a random crash that might occur when idle.
1844	* Fix a crash when logging in with some long non-ASCII passwords.
1845	  (Shaun Lindsay)
1846	* Cache our own friendly name as the server no longer does that for
1847	  us.  Users of older versions may need to re-set their friendly name
1848	  as it has probably been reset.
1849
1850	XMPP:
1851	* Users connecting to Google Talk now have an "Initiate Chat" context
1852	  menu option for their buddies.  (Eion Robb)
1853	* Fix a crash when attempting to validate an invalid JID.
1854	* Resolve an issue when connecting to iChat Server when no resource
1855	  is specified.
1856	* Try to automatically find a STUN server by using an SRV lookup on the
1857	  account's domain, and use that for voice and video if found and the
1858	  user didn't set one manually in prefs.
1859	* Fix a crash when adding a buddy without an '@'.
1860	* Don't show the option to send a file to a buddy if we know for certain
1861	  they don't support any file transfer method supported by libpurple.
1862	* Keep the avatar on the server if one is not set locally.
1863
1864	Yahoo:
1865	* Fix sending /buzz.
1866	* Fix blocking behavior for federated (MSN/OCS/Sametime) service users.
1867	  (Jason Cohen)
1868	* Add support for adding OCS and Sametime buddies.  OCS users are added
1869	  as "ocs/user@domain.tld" and Sametime users are added as
1870	  "ibm/sametime_id".  (Jason Cohen)
1871
1872	Finch:
1873	* The TinyURL plugin now creates shorter URLs for long non-conversation
1874	  URLs, e.g. URLs to open Inbox in Yahoo/MSN protocols, or the Yahoo
1875	  Captcha when joining chat rooms.
1876	* Fix displaying umlauts etc. in non-utf8 locale (fix in libgnt).
1877
1878	Pidgin:
1879	* The userlist in a multiuser chat can be styled via gtkrc by using the
1880	  widget name "pidgin_conv_userlist". (Heiko Schmitt)
1881	* Add a hold button to the media window.
1882	* Fix a bug where the conversation backlog stops scrolling in a very
1883	  busy chat room.
1884	* In the Conversation "Send To" menu, offline buddies appear grayed
1885	  out (but are still selectable).  Previously, only offline buddies on
1886	  accounts that do not support offline messaging appeared grayed out.
1887
1888	Pidgin Preference and Preference Window Changes:
1889	* Removed the "Use font from theme" and "Conversation Font" preferences
1890	  for everyone except Windows users.  The font can be controlled from
1891	  the Pidgin GTK+ Theme Control plugin.
1892	* Tabs in the Preferences window are now on the left side.
1893	* The Browser tab is now visible for GNOME users.
1894	* Added a Proxy tab shown no matter what environment Pidgin runs in.
1895	* The Browser and Proxy tabs show appropriate GNOME-specific messages
1896	  and allow launching the correct applications to change the relevant
1897	  GNOME preferences if found.  These were previously together on the
1898	  Network tab.
1899	* Moved the port range spin buttons on the Network tab to be beside the
1900	  checkbox that enables/disables them.
1901	* Reorganized preferences on the Status/Idle tab to have one less
1902	  "section."
1903	* Reorganized preferences on the Sounds tab to have one less "section."
1904	* Renamed Smiley Themes tab to Themes.
1905	* Moved Buddy List Theme and Status Icon Theme selectors from Interface
1906	  tab to Themes tab.
1907	* Moved Sound Theme selector from Sounds tab to Themes tab.
1908	* Changed the Smiley Theme selector to be consistent with the other
1909	  theme selectors.
1910	* Rearranged tabs such that Interface is first and all remaining tabs
1911	  are alphabetized in English.
1912
1913version 2.6.3 (10/16/2009):
1914	General:
1915	* Fix a crash when performing DNS queries on Unixes that use the
1916	  blocking DNS lookups.  (Brian Lu)
1917
1918	AIM and ICQ:
1919	* Fix a crash when some clients send contacts in a format we don't
1920	  understand.
1921	* Fix blocking and other privacy lists.  (Thanks to AOL)
1922
1923version 2.6.2 (09/05/2009):
1924	libpurple:
1925	* Fix --disable-avahi to actually disable it in configure, as opposed
1926	  to just making the warning non-fatal.
1927	* Fix using GNOME proxy settings properly.  (Erik van Pienbroek)
1928
1929	IRC:
1930	* Fix parsing of invalid TOPIC messages.  (CVE-2009-2703)
1931
1932	MSN:
1933	* Sending custom smileys in chats is now supported.
1934	* Ink messages are now saved when using the HTML logger.
1935	* Fix a crash when receiving some handwritten messages.
1936	* Fix a crash when receiving certain SLP invite messages.
1937	* Chats with multiple people should no longer spontaneously
1938	  disconnect.
1939
1940	XMPP:
1941	* Prompt the user before cancelling a presence subscription.
1942	* Escape status messages that have HTML entities in the Get Info dialog.
1943	* Fix connecting to XMPP domains with no SRV records from Pidgin on
1944	  Windows.
1945	* Fix typing notifications with Pidgin 2.5.9 or earlier.
1946	* Fix connecting using BOSH and legacy authentication (XEP-0078).
1947	* Adding buddies of the form "romeo@montague.net/Resource" are handled
1948	  properly.  In addition, it is no longer possible to add buddies of
1949	  the form "room@conference.example.net/User", where
1950	  room@conference.example.net is a MUC.
1951	* Don't crash when receiving "smileyfied" XHTML-IM from clients that
1952	  don't support bits of binary (ie. when getting an empty <data/> in
1953	  return)
1954	* Fix bug where SSL/TLS was not required even though the
1955	  "require SSL/TLS" preference checked when connecting to servers
1956	  that use the older iq-based authentication.  (CVE-2009-3026)
1957
1958	Yahoo!/Yahoo! JAPAN:
1959	* Accounts now have "Use account proxy for SSL connections" option.
1960	  This option force-overrides the account specific proxy settings for
1961	  SSL connections only and instead uses the global proxy configuration.
1962
1963	Finch:
1964	* Properly detect libpanel on OpenBSD.  (Brad Smith)
1965	* Remove IO watches in gnt_quit.  (Tomasz Mon)
1966
1967	Pidgin:
1968	* Fix the auto-personize functionality in the Buddy List.
1969	* Set the window icon for the media window to an icon corresponding to
1970	  the type of call (headphone or webcam).
1971	* Customized sound files are no longer reset whenever opening the
1972	  Preferences dialog.
1973	* The buddy list should now immediately refresh upon changing the icon
1974	  theme.
1975
1976version 2.6.1 (08/18/2009):
1977	* Fix a crash when some users send you a link in a Yahoo IM
1978	* Fix compilation with GTK+ < 2.6.0
1979	* Fix compilation on Windows
1980
1981version 2.6.0 (08/18/2009):
1982	libpurple:
1983	* Theme support in libpurple thanks to Justin Rodriguez's summer of code
1984	  project, with some minor additions and cleanups from Paul Aurich.
1985	* Voice & Video framework in libpurple, thanks to Mike Ruprecht's summer
1986	  of code project in 2008.
1987	* It should no longer be possible to end up with duplicates of buddies
1988	  in a group on the buddy list.
1989	* Removed the unmaintained and unneeded toc protocol plugin.
1990	* Fixed NTLM authentication on big-endian systems.
1991	* Various memory cleanups when unloading libpurple. (Nick Hebner and
1992	  Stefan Becker)
1993	* Report idle time 'From last message sent' should work properly.
1994	* Better handling of corrupt certificates in the TLS Peers cache.
1995	* More efficient buddy list and conversation search functions.
1996	  (Jan Kaluza and Aman Gupta)
1997	* Install scalable versions of the main Pidgin icon, the protocol icons,
1998	  the dialog icons, and the Buddy List emblems.
1999	* Build properly on Hurd.  (Marc Dequènes)
2000	* Various memory leaks fixed as reported by Josh Mueller.
2001	* Properly handle an IRC buddy appearing in multiple groups.
2002	* Escape HTML entities in usernames when written with the HTML logger.
2003	* Do not display MySpace status changes as incoming IMs.  (Mark Doliner
2004	  and Justin Williams)
2005
2006	DNS:
2007	* DNS servers are re-read when DNS queries fail in case the system has
2008	  moved to a new network and the old servers are not accessible.
2009	* DNS SRV records with equal priority are sorted with respect to their
2010	  weight as specified in RFC 2782.  (Vijay Raghunathan)
2011	* Don't do IPv6 address lookups if the computer does not have an IPv6
2012	  address configured.
2013	* Fix a leak when the UI provides its own DNS resolving UI op.
2014	  (Aman Gupta)
2015	* Don't fork a DNS resolver process to resolve IP addresses.
2016	  (Aman Gupta)
2017	* Internationalized Domain Names are supported when libpurple is
2018	  compiled against the GNU IDN library.
2019
2020	Environment Variables:
2021	* GnuTLS logging (disabled by default) can be controlled through the
2022	  PURPLE_GNUTLS_DEBUG environment variable, which is an integer between
2023	  0 and 9 (higher is more verbose). Higher values may reveal sensitive
2024	  information.
2025	* PURPLE_VERBOSE_DEBUG environment variable.  Currently, this is an "on"
2026	  or "off" variable.  Set it to any value to turn it on and unset it to
2027	  turn it off.  This will optionally be used to only show less useful
2028	  debug information on an as-needed basis.
2029	* PURPLE_LEAKCHECK_HELP environment variable.  Currently, this is an
2030	  "on" or "off" variable.  Set it to any value to turn it on and unset
2031	  it to turn it off.  This will be used to perform various actions
2032	  that are useful when running libpurple inside of Valgrind or similar
2033	  programs.  Currently, it keeps plugins in memory, allowing Valgrind
2034	  to perform symbol resolution of leak traces at shutdown.
2035
2036	AIM and ICQ:
2037	* Preliminary support for a new authentication scheme called
2038	  "clientLogin."
2039	* Fixed a bug where your away message sometimes would not get set when
2040	  you first sign on.
2041	* Make sure links in your away messages show up as links to other
2042	  people.
2043	* For ICQ, Never change the privacy setting specified by the user.
2044
2045	Gadu-Gadu:
2046	* Accounts can specify a server to which to connect.
2047	  (Krzysztof "kreez" Tobola)
2048	* Correctly show tooltip status for contacts with status messages.
2049	  (Krzysztof "kkszysiu" Klinikowski)
2050	* Support for fetching buddy icons.  (Krzysztof "kkszysiu" Klinikowski)
2051	* Support connection progress steps in Gadu-Gadu.  (Krzysztof "kkszysiu"
2052	  Klinikowski)
2053
2054	MSN:
2055	* Add support for receiving handwritten (ink) messages on MSN.  (Chris
2056	  Stafford, Gal Topper, and Elliott Sales de Andrade)
2057	* Add support for receiving audio clips on MSN.  (Chris Stafford, Gal
2058	  Topper, and Elliott Sales de Andrade)
2059	* Show the invite message for buddies that requested authorization
2060	  from you on MSN.
2061	* Support sending an invite message to buddies when requesting
2062	  authorization from them on MSN.
2063	* Timeout switchboard connections after 60 seconds (msn-pecan devs).
2064
2065	XMPP:
2066	* Voice & Video support with Jingle (XEP-0166, 0167, 0176, & 0177),
2067	  voice support with GTalk and voice and video support with the GMail
2068	  web client. (Mike "Maiku" Ruprecht)
2069	* Added a Service Discovery Browser plugin for Pidgin.
2070	  (Andrei Mozzhuhin)
2071	* Support for in-band bytestreams for file transfers (XEP-0047). (Marcus
2072	  Lundblad)
2073	* Support for sending and receiving attentions (equivalent to "buzz"
2074	  and "nudge") using the command /buzz. (XEP-0224)
2075	* Support for connecting using BOSH. (Tobias Markmann)
2076	* A buddy's local time is displayed in the Get Info dialog if the remote
2077	  client supports it.
2078	* The set_chat_topic function can unset the chat topic.
2079	* The Ad-Hoc commands associated with our server are now always shown at
2080	  login.
2081	* Support showing and reporting idle times in the buddy list. (XEP-0256)
2082	* Support most recent version of User Avatar. (XEP-0084 v1.1)
2083	* Updated Entity Capabilities support. (Tobias Markmann)
2084	* Better support for receiving remote users' nicknames.
2085	* /affiliate and /role will now list the room members with the specified
2086	  affiliation/role if possible. (Andrei Mozzhuhin)
2087	* Put section breaks between resources in "Get Info" to improve
2088	  readability.
2089	* Silently remove invalid XML 1.0 entities (e.g. ASCII control
2090	  characters) from sent messages.
2091	* XHTML markup is only included in outgoing messages when the message
2092	  contains formatting.
2093	* Show when the user was last logged in when doing "Get Info" on an
2094	  offline buddy, provided the server supports it.
2095	* Support custom smileys in MUCs (only when all participants support the
2096	  "Bits of Binary" extension, and a maximum of 10 participants are in
2097	  the chat to avoid getting too many fetch requests).
2098	* Fix an issue with Jabber (pre-XMPP) servers and the user's preference
2099	  to require SSL not being respected.
2100	* Fix an issue where Cyrus SASL DIGEST MD5 authentication might fail if
2101	  the username, password, or realm (the JID domain) contain non-ASCII
2102	  characters.
2103	* Show emblem for mobile, handheld, and web clients and bots (if the
2104	  other client supports it).
2105	* Google Talk mail notifications should now work for people for whom
2106	  they inexplicably did not.  (Thanks to yukam for determining the
2107	  reason)
2108	* New XMPP and Google Talk accounts require SSL by default.
2109	* Display kicks (and the reasons given) in chat rooms when an occupant
2110	  is kicked.
2111	* Fix issues with case-sensitivity of XMPP roster and case-insensitive
2112	  Purple groups.
2113	* For contacts who advertise Entity Capabilities, only send rich text
2114	  markup if they support it.
2115	* Removed support for obsoleted XEP-0022 (Message Events) and XEP-0091
2116	  (Legacy Entity Time).
2117	* When the GNU IDN library (libidn) is available, it is used for
2118	  normalization of Jabber IDs.  When unavailable, internal routines are
2119	  used (as in previous versions).
2120	* Topics that contain '<' followed by a non-whitespace character can now
2121	  be set properly.
2122
2123	Yahoo!/Yahoo! JAPAN:
2124	* P2P file transfers.  (Sulabh Mahajan)
2125	* Sending text messages (address to +<countrycode><phone number>).
2126	  (Sulabh Mahajan)
2127	* Addition of MSN buddies to Yahoo accounts by adding them as
2128	  'msn/buddy@somedomain.com' is now supported.  (Sulabh Mahajan)
2129	* Further fixes for buddy pictures, aliases, etc.
2130	* Yahoo! and Yahoo! JAPAN are now two separate protocol plugins that share
2131	  common protocol code.  You can now have the same account on both
2132	  networks.  Accounts should be seamlessly migrated to the new
2133	  arrangement.
2134	* Ability to set personal details for an account and for buddies in the
2135	  buddylist.
2136
2137	Pidgin:
2138	* Added -f command line option to tell Pidgin to ignore NetworkManager
2139	  and assume it has a valid network connection.
2140	* Allow plugins to specify custom link types to the GtkIMHtml widget.
2141	* The status message input box at the bottom of the buddy list expands
2142	  correctly when starting a new line of text.
2143	* Pressing the Enter key in the message entry box of the New Status
2144	  dialog and various other dialogs now causes the cursor to move to
2145	  the next line.
2146	* Created a unified Buddy Pounce notification window for all pounces
2147	  where "Pop up a notification" is selected, which avoids having a
2148	  new dialog box every time a pounce is triggered. (Jorge Villaseñor)
2149	* The New Account dialog is now broken into three tabs.  Proxy
2150	  configuration has been moved from the Advanced tab to the new tab.
2151	* Dragging a buddy onto a chat pops up a chat-invitation dialog.
2152	  (Carlos Bederian)
2153	* The nicks of the persons who leave the chatroom are italicized in the
2154	  chat's conversation history. The nicks are un-italicized when they
2155	  rejoin.
2156	* Always set unseen-count and unseen-state on conversations.
2157	  (Joshua Stein)
2158	* Fix a bug in 'Conversation Colors' plugin for RTL messages.
2159	* Pressing the Left and Right arrow keys in the buddy list will expand and
2160	  collapse buddy groups or contacts. (Peter Ruibal)
2161	* Support saving animated custom smileys as animated images or animated
2162	  custom smileys. (Andrea Piccinelli)
2163	* Support for keyboard navigation on the status icon. (Li Yuan)
2164	* IMG tags without 'id' attributes are turned into links to the image URL.
2165	  (Dmitry Petroff)
2166	* Draw the user's buddy icon at the bottom of the Buddy List with rounded
2167	  corners for visual consistency with the actual icons in the Buddy List.
2168	  (Kosta Arvanitis)
2169	* When file transfers are complete, the received file name written to the
2170	  conversation window is now linked to the file.
2171	* Fix a crash when closing a conversation tab that has unread messages
2172	  when the Message Notification plugin is loaded.
2173	* Fix a crash when closing the New Mail dialog if an account with new
2174	  mail was previously disconnected while the dialog was open.
2175	* Fix incorrect unread message counts for the new mail notifications.
2176	* Do not lose unread messages with a hidden conversation window when
2177	  new IM conversations are hidden and "Close IMs immediately when the tab
2178	  is closed" is unset.
2179
2180	Finch:
2181	* The hardware cursor is updated correctly. This will be useful
2182	  especially for users of braille terminals, screen readers etc.
2183	* Added a TinyURL plugin, which aids copying longer URLs.
2184	* Fixed UTF-8 compatibility problems which could cause exits or other
2185	  unrequested behaviour.
2186
2187	Pidgin GTK+ Theme Control Plugin:
2188	* Removed mouse cursor color preferences.
2189	* Added "Typing Notification Color" preference.
2190	* Added "Disable Typing Notification Text" preference.
2191	* Preferences have been reorganized into three tabs for Colors, Fonts, and
2192	  Miscellaneous categories.
2193
2194version 2.5.9 (08/18/2009):
2195	* Fix a crash via a specially crafted MSN message (CVE-2009-2694,
2196	  thanks to Core Security Technologies for discovering this and
2197	  notifying us privately before announcing it).
2198	* Fix a crash in Bonjour, MSN, and XMPP when trying to transfer files with
2199	  NULL names.
2200
2201version 2.5.8 (06/27/2009):
2202	ICQ:
2203	* Fix misparsing a web message as an SMS message. (Yuriy Kaminskiy)
2204
2205	MSN:
2206	* Increase NS command history size to prevent crashes on buddy lists that
2207	  have a lot of buddies on other networks like Yahoo!.
2208
2209	MySpace:
2210	* Accounts with empty buddy lists are now properly marked as connected.
2211	* Fix receiving messages from users of MySpace's web IM client.
2212
2213	Yahoo:
2214	* Fixed phantom online buddies.  They should now properly disappear when
2215	  signing out.
2216	* Fixed the crashes some users were seeing with cn.scs.msg.yahoo.com in
2217	  2.5.7.
2218	* Fixed compiling on systems with glib 2.4.x or older.
2219	* Fixed an issue with file transfers.  This may not resolve all issues,
2220	  but it should resolve at least some of the most common ones.
2221	* The pager server will automatically update to scsa.msg.yahoo.com if the
2222	  user empties the field or if it is scs.msg.yahoo.com.  This should ease
2223	  the pain of transition to the new login method.
2224
2225	XMPP:
2226	* Fix an incompatibility betweeen Prosody and libpurple clients.
2227
2228version 2.5.7 (06/20/2009):
2229	* Yahoo Protocol 16 support, including new HTTPS login method; this should
2230	  fix a number of login problems that have recently cropped up.  (Sulabh
2231	  Mahajan, Mike "Maiku" Ruprecht)
2232	* Only display the AIM "Unable to Retrieve Buddy List" message once per
2233	  connection.  (Rob Taft)
2234	* Blocking MSN users not on your buddy list no longer disconnects you.
2235	* When performing operations on MSN, assume users are on the MSN/Passport
2236	  network if we don't get network ID's for them.
2237
2238version 2.5.6 (05/19/2009):
2239	libpurple:
2240	* Improve sleep behavior by aggregation of longer timeouts on second
2241	  boundaries to allow better power saving.  (Arunan Balasubramaniam)
2242	* Fix various crashes on exit.
2243	* Make XML parsing more resilient to interactions with other libraries.
2244	  This, along with the fix for libxml2 bug 564217, fixes the crashes
2245	  on connect in XMPP with recent gst-plugins-bad (see #8830 for details).
2246	* Many security related fixes.
2247
2248	IRC:
2249	* Correctly handle WHOIS for users who are joined to a large number of
2250	  channels.
2251	* Notify the user if a /nick command fails, rather than trying
2252	  fallback nicks.
2253
2254	MSN:
2255	* Fix a race condition causing occasional Pidgin crashes.
2256	* Fix some errors about the friendly name changing too fast caused
2257	  by MSN/Yahoo integration buddies.
2258
2259	XMPP:
2260	* Less likely to pop up a new conversation window in disregard of
2261	  the "Hide new IM conversations" preference.
2262
2263	Yahoo:
2264	* Fix a crash when sending very long messages.
2265	* Fix a bug where UTF-8 status messages get garbled when going idle.
2266
2267version 2.5.5 (03/01/2009):
2268	libpurple:
2269	* Fix a crash when removing an account with an unknown protocol id.
2270	* Beta support for SSL connections for AIM and ICQ accounts.  To
2271	  enable, check the "Use SSL" option from the Advanced tab when
2272	  editing your AIM or ICQ account. (Paul Aurich)
2273	* Fix a memory leak in SILC. (Luke Petre)
2274	* Fix some string handling in the SIMPLE prpl, which fixes some buddy name
2275	  handling and other issues. (Paul Aurich, Marcus Sundberg)
2276	* Implement support for resolving DNS via the SOCKS4 proxy (SOCKS4a).
2277
2278	ICQ:
2279	* Fix retrieval of status messages from users of ICQ 6.x, Miranda, and
2280	  other libpurple clients. (Daniel Ljungborg)
2281	* Change client ID to match ICQ Basic 14.34.3096.  This fixes publishing
2282	  of buddy icons and available messages.
2283	* Properly publish status messages for statuses other than Available.
2284	  ICQ 6.x users can now see these status messages. (Daniel Ljungborg)
2285	* Fix receipt of messages from the mobile client Slick. (David Jedelsky)
2286
2287	MSN:
2288	* Fix transfer of buddy icons, custom smileys, and files from the
2289	  latest Windows Live Messenger 9 official client. (Thomas
2290	  Gibson-Robinson)
2291	* Large (multi-part) messages are now correctly re-combined.
2292	* Federated/Yahoo! buddies should now stop creating sync issues at
2293	  every signin.  You may need to remove duplicates in the Address
2294	  Book.  See the FAQ for more information.  Thanks to Jason Lingohr
2295	  for lots of debugging and testing.
2296	* Messages from Yahoo! buddies are no longer silently dropped.
2297	* We now save and use the CacheKey for ABCH SOAP requests.
2298	* Don't try to parse Personal Status Messages or Current Media if they
2299	  don't exist.
2300	* Convert from ISO-8859-1 encoding to UTF-8 when no charset is specified
2301	  on incoming messages.  This should fix some issues with messages from
2302	  older clients.
2303	* Force sending the font "Segoe UI" if outgoing formatting doesn't specify
2304	  a font already.
2305	* Queue callbacks when token updates are in progress to prevent two token
2306	  update attempts from trampling each other.
2307	* Fixed a crash on Windows when removing a buddy's alias.
2308	* Update the Address Book when buddies' friendly names change.  This
2309	  prevents seeing an outdated alias or not seeing an alias at all for
2310	  buddies who are offline when you sign in.
2311	* Update tokens for FindMembership and ABFindAll SOAP requests.
2312	* We no longer try to send empty messages.  This could happen when a
2313	  message contained only formatting and that formatting was not supported
2314	  on MSN.
2315	* Buddies on both the Allow and Block list are now automatically
2316	  removed from the Allow list.  Users with this problem will now no
2317	  longer receive an ADL 241 error.  The problematic buddy should now
2318	  appear on the buddy list and can be removed or unblocked as desired.
2319
2320	XMPP:
2321	* Resources using __HOSTNAME__ substitution will now grab only the short
2322	  hostname instead of the FQDN on systems which put the FQDN in the
2323	  hostname. (Matěj Cepl)
2324	* No longer send a 'to' attribute on an outgoing stanza when we haven't
2325	  received one.  This fixes a registration bug as described in ticket
2326	  #6635.
2327
2328	Pidgin:
2329	* Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis)
2330	* Tooltip windows now disappear on keypress events. (Kosta Arvanitis)
2331	* Tooltip windows no longer linger when scrolling the buddy list. (Kosta
2332	  Arvanitis)
2333
2334	Finch:
2335	* Allow rebinding keys to change the focused widget (details in the
2336	  man-page, look for GntBox::binding)
2337
2338version 2.5.4 (01/12/2009):
2339	libpurple:
2340	* Fix a connection timeout with empty Gadu-Gady buddy lists. (Martin
2341	  Rosinski)
2342	* Don't ignore namespace information when parsing XMPP data. (Michal
2343	  Witkowski)
2344	* Fix a crash that occurred when retrieving certain Offline Messages
2345	  on MSN.
2346	* Extended purple-url-handler to handle "gtalk" URI's. (Paul Aurich)
2347	* Fix the hang on exit in Network Location Awareness for Windows XP
2348	  and Windows Vista. (Paul Aurich)
2349
2350	MSN:
2351	* Change Contact Server to temporarily fix connection problems.
2352	  (Thanks to Youness Alaoui)
2353
2354	XMPP:
2355	* Support for XEP-0191 blocking.  (Vijay Raghunathan)
2356	* Don't put SASL PLAIN or IQ Auth passwords in debug logs. (Paul Aurich)
2357	* Fix removal of avatars (both PEP and vCard), we weren't removing
2358	  them correctly before. (Paul Aurich)
2359
2360	Pidgin:
2361	* Fix a crash in the Add Account dialog when changing protocols under
2362	  certain circumstances.
2363
2364	Finch:
2365	* Redirect stderr outputs to the debug window.
2366	* Fix rebinding actions with the arrow-keys and tab.
2367
2368version 2.5.3 (12/20/2008):
2369	libpurple:
2370	* The Buddy State Notification plugin no longer prints duplicate
2371	  notifications when the same buddy is in multiple groups. (Florian
2372	  Quèze)
2373	* The Buddy State Notification plugin no longer turns JID's, MSN
2374	  Passport ID's, etc. into links. (Florian Quèze)
2375	* purple-remote now has a "getstatusmessage" command to retrieve
2376	  the text of the current status message.
2377	* Various fixes to the nullprpl. (Paul Aurich)
2378	* Fix a crash when accessing the roomlist for an account that's not
2379	  connected. (Paul Aurich)
2380	* Fix a crash in purple_accounts_delete that happens when this
2381	  function is called before the buddy list is initialized.
2382	  (Florian Quèze)
2383	* Fix use of av_len in perl bindings to fix some off-by-one bugs
2384	  (Paul Aurich)
2385	* On ICQ, advertise the ICQ 6 typing capability.  This should fix
2386	  the reports of typing notifications not working with third-party
2387	  clients. (Jaromír Karmazín)
2388	* Many QQ fixes and improvements, including the ability to connect
2389	  using QQ2008 protocol and sending/receiving of long messages.
2390	  The recommended version to use is still QQ2005.
2391	* Fix a crash with DNS SRV lookups. (Florian Quèze)
2392	* Fix a crash caused by authorization requests. (Florian Quèze)
2393
2394	Gadu-Gadu:
2395	* Add support for IM images. (Tomasz Sałaciński, Adam Strzelecki)
2396	* Gadu-Gadu now checks that UID's are valid. (Adam Strzelecki)
2397	* Gadu-Gadu now does proper charset translations where needed. (Adam
2398	  Strzelecki)
2399
2400	MSN:
2401	* Fix an error with offline messages by shipping the *new*
2402	  "Microsoft Secure Server Authority" and the "Microsoft Internet
2403	  Authority" certificates. These are now always installed even when
2404	  using --with-system-ssl-certs because most systems don't ship
2405	  those intermediate certificates.
2406	* The Games and Office media can now be set and displayed (in
2407	  addition to the previous Music media). The Media status text now
2408	  shows the album, if possible.
2409	* Messages sent from a mobile device while you were offline are now
2410	  correctly received.
2411	* Server transfers after you've been connected for a long time
2412	  should now be handled correctly.
2413	* Many improvements to handling of "federated" buddies, such as those
2414	  on the Yahoo network.
2415	* Several known crashes have been resolved.
2416	* Many other fixes and code cleanup.
2417
2418	MySpace:
2419	* Respect your privacy settings set using the official MySpace client.
2420	* Add support for blocking buddies.
2421	* Fix a bug where buddies didn't appear in their correct groups the
2422	  first time you sign into your account.
2423	* Properly disconnect and sign out of the service when logging off.
2424	* Support for foreground and background font colors in outgoing IMs.
2425	* Support for background font colors in incoming IMs.
2426	* Many other fixes and code cleanup.
2427
2428	Sametime:
2429	* Fix insanely long idle times for Sametime 7.5 buddies by assuming
2430	  0 idle time if the idle timestamp is in the future. (Laurent
2431	  Montaron)
2432	* Fix a crash that can occur on login. (Raiko Nitzsche)
2433
2434	SIMPLE:
2435	* Fix a crash when a malformed message is received.
2436	* Don't allow connecting accounts if no server name has been
2437	  specified. (Florian Quèze)
2438
2439	XMPP:
2440	* Fix the namespace URL we look for in PEP reply stanzas to match
2441	  the URL used in the 'get' requests (Paul Aurich)
2442	* Resources can be set to the local machine's hostname by using
2443	  __HOSTNAME__ as the resource string. (Jonathan Sailor)
2444	* Resources can now be left blank, causing the server to generate a
2445	  resource for us where supported. (Jonathan Sailor)
2446	* Resources now default to no value, but "Home" is used if the
2447	  server refuses to provide a resource.
2448	* Quit trying to get user info for MUC's. (Paul Aurich)
2449	* Send "client-accepts-full-bind-result" attribute during SASL
2450	  login. This will fix Google Talk login failures if the user
2451	  configures the wrong domain for his/her account.
2452	* Support new <metadata/> element to indicate no XEP-0084 User
2453	  Avatar. (Paul Aurich)
2454	* Fix SHA1 avatar checksum errors that occur when one of the bytes
2455	  in a checksum begins with 0. (Paul Aurich)
2456	* Fix a problem with duplicate buddies. (Paul Aurich)
2457
2458	Yahoo:
2459	* Corrected maximum message lengths for Yahoo!
2460	* Fix file transfers with older Yahoo protocol versions.
2461
2462	Zephyr:
2463	* Enable auto-reply, to emulate 'zaway.' (Toby Schaffer)
2464	* Fix a crash when an account is configured to use tzc but tzc is
2465	  not installed or the configured tzc command is invalid. (Michael
2466	  Terry)
2467	* Fix a 10 second delay waiting on tzc if it is not installed or the
2468	  configured command is invalid. (Michael Terry)
2469
2470	Pidgin:
2471	* On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting
2472	  instead of our own (hidden) tooltip_delay pref.  If you had
2473	  previously changed that pref, add a line like this to
2474	  ~/.purple/gtkrc-2.0 (where 500 is the timeout (in ms) you want):
2475	      gtk-tooltip-timeout = 500
2476	  To completely disable tooltips (e.g. if you had an old
2477	  tooltip_delay of zero), add this to ~/.purple/gtkrc-2.0:
2478	      gtk-enable-tooltips = 0
2479	* Moved the release notification dialog to a mini-dialog in the
2480	  buddylist. (Casey Ho)
2481	* Fix a crash when closing an authorization minidialog with the X
2482	  then immediately going offline. (Paul Aurich)
2483	* Fix a crash cleaning up custom smileys when Pidgin is closed.
2484	* Fix adding a custom smiley using the context menu in a conversation
2485	  if no custom smilies have previously been added using the smiley
2486	  manager.
2487	* Improved support for some message formatting in conversations.
2488	* Allow focusing the conversation history or userlist with F6.
2489	* Fixed the Send Button plugin to avoid duplicate buttons in a single
2490	  conversation.
2491	* Double-clicking a saved status will now activate it and close the
2492	  saved status manager, rather than edit the status.
2493
2494	Finch:
2495	* Allow binding meta+arrow keys for actions.
2496	* Added default meta+erase binding for delete previous word.
2497	* Added "Show When Offline" to buddy menus, so a plugin is no longer
2498	  needed.
2499
2500version 2.5.2 (10/19/2008):
2501	libpurple:
2502	* Fixed a crash on removing a custom buddy icon on a buddy.
2503	* Fixed a crash caused by certain self-signed SSL certificates.
2504	* Enable a number of strong ciphers which were previously disabled
2505	  when using NSS.  (Thanks to Marcus Trautwig.)
2506
2507	Pidgin:
2508	* The status selector now saves your message when changing status.
2509	* Fix a case where a conversation window could close unexpectedly.
2510	* A mute sounds option has been added to the preferences window to
2511	  help with discoverability.  CTRL+S is no longer bound to mute.
2512	* Added ability to change the color of visited links (using the theme
2513	  control plugin, or setting the color in ~/.gtkrc-2.0)
2514	* Fix a crash occuring when a custom smiley is deleted and re-added and
2515	  used in an open conversation after being re-added.
2516
2517	Finch:
2518	* A new 'Nested Grouping' option in the 'Grouping' plugin. Group
2519	  hierarchies are defined by the '/' character in the group names.
2520	* A bug was fixed where some key-bindings wouldn't work with some TERMs
2521	  (e.g. xterm-color, screen-linux etc.)
2522
2523	MSN:
2524	* Operations (such as moving to a new group) on contacts that were added
2525	  in the same session should now complete correctly, and not cause
2526	  synchronization errors at next login.
2527	* Minor fixes to login process during a server transfer.
2528	* Restored the "Has You" feature to the MSN protocol tooltips.
2529	* ADL 205/214/etc errors should no longer prevent login.
2530
2531	XMPP:
2532	* Sending and receiving custom smileys using the specification in
2533	  XEP-0231 (bits of binary) and XHTML-IM
2534
2535	Yahoo:
2536	* Only send a Ping once every hour.  This prevents the account from
2537	  being disconnected from the server periodically.
2538
2539version 2.5.1 (08/30/2008):
2540	libpurple:
2541	* In the Join/Part plugin, add the ability to apply the rules to
2542	  buddies.  By default, joins and parts for buddies are still shown.
2543	* Support SOCKS proxies specified in GNOME or Windows proxy settings.
2544	* Fix some possible crashes in MSNP15.
2545	* Enable a default SSL trust relationship for MSN servers.
2546	* Avoid disconnecting from XMPP servers on parse errors that are
2547	  non-fatal.
2548	* Include some perl files that were mistakenly omitted in 2.5.0.
2549
2550	Pidgin:
2551	* Prevent use of custom smilies without "shortcuts."
2552	* Fix a crash that could appear with AIM buddy tooltips.
2553
2554	Artwork:
2555	* General refresh of many icons in the interface.
2556	* Many cleanups to artwork source are now included in the distribution.
2557	* A new "throbber" animation has been added to indicate when accounts
2558	  are connecting.
2559
2560version 2.5.0 (08/18/2008):
2561	libpurple:
2562	* Ability to create custom smileys (currently only the MSN protocol
2563	  utilizes the feature). (Thanks to Mauro Sérgio Ferreira Brasil,
2564	  Marcus Lundblad, Jorge Villaseñor and other contributors)
2565	* Add a configure option, --with-system-ssl-certs to allow packagers
2566	  to specify a system-wide SSL CA certificates directory.  When set,
2567	  we don't install our SSL CA certs, so it's important that the
2568	  libpurple package depend on the CA certificates.
2569	* Add SSL Certificates support to the NSS SSL plugin. (Thanks to Lou
2570	  Cipher)
2571
2572	XMPP:
2573	* Fix a bug that caused the UI to not refresh and caused the client
2574	  to use 99% CPU when an XMPP account lost its connection to the
2575	  server.
2576	* Possibly fix a bug where some clients could get into a state
2577	  where they moved a buddy back and forth between two groups in
2578	  an endless loop.
2579
2580	IRC:
2581	* /ctcp command (Vladislav Guberinić)
2582	* Allow for auto-detection of incoming UTF-8 formatted text on
2583	  accounts which are configured to use some other encoding.
2584
2585	MSN:
2586	* Update MSN support to protocol 15 (Elliott Sales de Andrade, Jorge
2587	  Villaseñor, Mike Ruprecht, Carlos Silva, Ma Yuan, Daniel Ljungborg
2588	  and others)
2589	* Personal messages are now supported. They are treated as status
2590	  messages.
2591	* Offline IM is now supported.
2592	* Aliasing is now supported server-side.
2593	* Buddies are now emblemed. Bots and web clients should now be
2594	  distinguished.
2595	* Update smiley set for non-faces.
2596	* Failing to update a buddy icon when the buddy has gone offline no
2597	  longer crashes.
2598	* Custom smileys received in a chat no longer go to a new window.
2599	* Processing is no longer completely frozen after the servers block a
2600	  message because it contains (what they consider) inappropriate text.
2601
2602	Pidgin:
2603	* Custom buddy icons can now be added to and removed from buddy list
2604	  entries via the buddy list entry right-click menu.
2605	* Resize large incoming custom smileys to a maximum of 96px on either
2606	  side.
2607	* Offer to add new buddies into the same contact as existing buddies
2608	  in the same group if the alias given is the same.
2609	* Minor smiley style update.
2610
2611	General:
2612	* Group and Chat buddy list entries can now be given custom buddy
2613	  icons.
2614
2615	Finch:
2616	* Added "Invite..." menu to chats.
2617	* Added "View All Logs" menu in the buddylist to display a list of all IM
2618	  logs.
2619	* Added '/msgcolor' command to change colors of different classes of
2620	  messages in a conversation. See '/help msgcolor' for details.
2621	* Added tab-completion for commands in conversation windows.
2622
2623version 2.4.3 (07/01/2008):
2624	libpurple:
2625	* Yahoo! Japan now uses UTF-8, matching the behavior of official clients
2626	  and restoring compatibility with the web messenger (Yusuke Odate)
2627	* Setting your buddy icon once again works for Yahoo! accounts.
2628	* Fixes in the Yahoo! protocol to prevent a double free, crashes on
2629	  aliases, and alias functionality
2630	* Fix crashes in the bonjour protocol
2631	* Always use UTF-8 for Yahoo! (#5973)
2632	* Fix a crash when the given jabber id is invalid.
2633	* Make the IRC "unknown message" debugging messages UTF-8 safe.
2634	* Fix connecting to ICQ
2635	* Fix a memleak when handling jabber xforms.
2636
2637	Pidgin:
2638	* Include the send button plugin in the win32 build
2639	* Various memory leak fixes
2640
2641version 2.4.2 (05/17/2008):
2642	https://developer.pidgin.im/query?status=closed&milestone=2.4.2
2643	libpurple:
2644	* In MySpaceIM, messages from spambots are discarded (Justin Williams)
2645	* Strip mIRC formatting codes from quit and part messages.
2646	* IRC now displays ban lists in-channel for joined channels.
2647	* Fixed a bug where the list of loaded plugins would get removed when
2648	  switching between different operating systems.
2649	* Fix reception of IRC PART without a part message on Undernet
2650	  (fixes a problem with litter in the channel user list).
2651	* IRC no longer crashes on /list on servers which erroneously omit
2652	  RPL_LISTSTART.
2653	* Update the NetworkManager support to use D-Bus directly, instead of
2654	  libnm-glib.  Hopefully it's stable now.  It will now compile by
2655	  default if you have D-Bus support and NetworkManager.h. (Elliott
2656	  Sales de Andrade)
2657	* MSN buddy list synchronization is now more forgiving, only asking
2658	  about buddies who have disappeared completely from the server list
2659	  and not those that have simply moved groups.
2660	* IRC will now try to append 1-9 to your nick if it is in use, instead
2661	  of substituting the last character with 1-9 where possible.
2662	* Bonjour buddies will be saved persistently if they're moved out of
2663	  the "Bonjour" group. (Eion Robb)
2664
2665	Pidgin:
2666	* The typing notification in the conversation history can be disabled or
2667	  customized (font, color etc.) in .gtkrc-2.0.
2668	* Added a plugin (not installed by default) which adds a Send button
2669	  back to the conversation window. People without physical keyboards
2670	  have a hard time with the lack of the button.
2671	* Clicking on the buddyicon in the conversation window toggles the
2672	  size of the icon between small and large.
2673	* The settings of a chat (e.g. Handle in an XMPP chat, or Exchange in
2674	  an AIM chat) can be edited from its context menu in the buddy list.
2675	* Add a "Present conversation window" preference to the Message
2676	  Notification plugin; the "Raise conversation window" option does not
2677	  unminimize windows or draw attention to them when they are on other
2678	  workspaces--the "Present" option should.
2679	* Add a preference to set Escape as the keyboard shortcut for closing
2680	  the conversation window.
2681	* Add an option in the context menu to disable smileys in the selected
2682	  text in the conversation history/log viewer. This should help people
2683	  who regularly paste code in conversations.
2684	* Add a preference to choose the minimum size of the text input area in
2685	  lines.
2686	* Moved the "Local alias" field in the Modify Account dialog to be below
2687	  the "User Options" heading on the "Basic" tab.
2688	* Number of room occupants is now shown in chat tooltips where possible
2689
2690	General:
2691	* The configure script now dies on more absent dependencies.  The
2692	  --disable-xxx arguments to configure can be used to bypass unneeded
2693	  dependencies.  This will also cause the configure script to die if an
2694	  --enable-xxx option is used and the dependencies it requires are
2695	  missing.
2696	* The Evolution integration plugin must now be explicitly enabled.  Use
2697	  the --enable-gevolution argument to configure to enable it.
2698	* The Contact Availability Prediction plugin must now be explicitly
2699	  enabled.  Use the --enable-cap argument to configure to enable it.
2700
2701	Finch:
2702	* New default binding ctrl+x to open context menus.
2703	* Menu triggers and other bindings will no longer conflict.
2704	* Middle click pastes the internal clipboard (when mouse support is
2705	  enabled).
2706
2707version 2.4.1 (03/31/2008):
2708	https://developer.pidgin.im/query?status=closed&milestone=2.4.1
2709
2710	libpurple:
2711	* Treat AIM Unicode messages as UTF-16 rather than UCS-2; this
2712	  should have no functional effect, other than continued support
2713	  on systems which have dropped UCS-2 conversions.
2714	* Add support for setting buddy icons on Gadu-Gadu (Tomasz Salacinski)
2715	* Fix a crash when clearing the buddy icon for an account on XMPP
2716	* Fix a crash during login for some ICQ accounts
2717	* Prefer more available resources on XMPP when priorities are equal
2718	* Fix incorrectly marking some Yahoo! contacts as blocked
2719	* Improved handling of UTF-8 group names on ICQ (beret)
2720	* Fix a crash when starting if you have a Zephyr account
2721	* Increase XMPP ping timeout to 120 seconds, to prevent poor network
2722	  connections from timing out unnecessarily.
2723	* Don't crash on XMPP forms with empty default values.
2724	* Fix issues with CHAP authentication for SOCKS5 proxies.
2725
2726	Pidgin:
2727	* Remove a workaround for older versions gstreamer that was causing
2728	  crashes on some non-Linux systems such as HPUX
2729	* Fix some cases of the conversation input entry area being 1 pixel high
2730	* Fix for displaying channel & buddy names in conversation window when
2731	  they have '&' in them
2732	* Some memory leak fixes, especially in the Text Replacement plugin
2733	* Rectangular but non-square buddy icons have rounded corners in the buddy
2734	  list
2735
2736	Finch:
2737	* Fix compiling with Glib older than 2.6
2738	* Ensure existing conversations selected from the 'Send IM' dialog are
2739	  given focus
2740	* Move the tooltip on the left of the buddylist if there's not enough room
2741	  on the right to show it.
2742
2743version 2.4.0 (02/29/2008):
2744	https://developer.pidgin.im/query?status=closed&milestone=2.4.0
2745
2746	libpurple:
2747	* Added support for offline messages for AIM accounts (thanks to
2748	  Matthew Goldstein)
2749	* Fixed various problems with loss of status messages when going
2750	  or returning from idle on MySpaceIM.
2751	* Eliminated unmaintained Howl backend implementation for the
2752	  Bonjour protocol.  Avahi (or Apple's Bonjour runtime on win32) is
2753	  now required to use Bonjour.
2754	* Partial support for viewing ICQ status notes (Collin from
2755	  ComBOTS GmbH).
2756	* Support for /notice on IRC.
2757	* Support for Yahoo! Messenger 7.0+ file transfer method (Thanumalayan S.)
2758	* Support for retrieving full names and addresses from the address book
2759	  on Yahoo! Japan (Yusuke Odate)
2760	* The AIM/ICQ server-side preference for "allow others to see me
2761	  as idle" is no longer unconditionally set to "yes" even when
2762	  your libpurple preference is "no."
2763	* Fix SSL certificate checks for renewed certificates
2764	* Fix the ability to set vCard buddy icons on Google Talk/XMPP
2765	* D-Bus fixes on 64bit
2766	* Fixed retrieval of buddy icons and setting of server-side aliases on
2767	  Yahoo! and Yahoo! Japan when using an HTTP proxy server (Gideon N.
2768	  Guillen)
2769	* Fixed an MSN bug that would leave you appearing offline when transferred
2770	  to different server
2771
2772	Pidgin:
2773	* Added the ability to theme conversation name colors (red and blue)
2774	  through your GTK+ theme, and exposed those theme settings to the
2775	  Pidgin GTK+ Theme Control plugin (Dustin Howett)
2776	* Fixed having multiple alias edit areas in the infopane (Elliott Sales
2777	  de Andrade)
2778	* Save the conversation "Enable Logging" option per-contact (Moos
2779	  Heintzen)
2780	* Typing notifications are now shown in the conversation area
2781
2782	Finch:
2783	* Color is used in the buddylist to indicate status, and the conversation
2784	  window to indicate various message attributes. Look at the sample gntrc
2785	  file in the man page for details.
2786	* The default keybinding for dump-screen is now M-D and uses a file
2787	  request dialog. M-d will properly delete-forward-word, and M-f has been
2788	  fixed to imitate readline's behavior.
2789	* New bindings alt+tab and alt+shift+tab to help navigating between the
2790	  higlighted windows (details on the man page).
2791	* Recently signed on (or off) buddies blink in the buddy list.
2792	* New action 'Room List' in the action list can be used to get the list of
2793	  available chat rooms for an online account.
2794	* The 'Grouping' plugin can be used for alternate grouping in the
2795	  buddylist. The current options are 'Group Online/Offline' and 'No
2796	  Group'.
2797	* Added a log viewer
2798	* Added the ability to block/unblock buddies - see the buddy context menu
2799	  and the menu for the buddy list.
2800	* Fixed a bug preventing finch working on x86_64
2801
2802version 2.3.1 (12/7/2007):
2803	https://developer.pidgin.im/query?status=closed&milestone=2.3.1
2804		NOTE: Due to the way this release was made, it is possible that
2805		      bugs marked as fixed in 2.3.1 will not be fixed until the
2806		      next release.
2807
2808	* Fixed a number of MSN bugs introduced in 2.3.0, resolving problems
2809	  connecting to MSN and random local display name changes
2810	* Going idle on MySpaceIM will no longer clear your status and message.
2811	* Idle MySpaceIM buddies should now appear online at login.
2812	* Fixed crashes in XMPP when discovering a client's capabilities
2813	* Don't set the current tune title if it's NULL (XMPP/Google Talk)
2814	* Don't allow buddies to be manually added to Bonjour
2815	* Don't advertise IPv6 on Bonjour because we don't support it
2816	* Compile fixes for FreeBSD and Solaris
2817	* Update QQ client version so some accounts can connect again
2818	* Do not allow ISON requests to stack in IRC, preventing flooding IRC
2819	  servers when temporary network outages are restored
2820	* Plug several leaks in the perl plugin loader
2821	* Prevent autoaccept plugin overwriting existing files
2822
2823version 2.3.0 (11/24/2007):
2824	https://developer.pidgin.im/query?status=closed&milestone=2.3.0
2825		NOTE: Some bugs marked fixed in 2.2.1, 2.2.2 or 2.2.3 may not
2826		      have been fixed until this release (2.3.0).
2827
2828	libpurple:
2829	* Real usernames are now shown in the system log.
2830	* We now honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to
2831	  catch deprecated functions earlier rather than later.
2832	* Thanks to a patch from Intel, the Bonjour prpl now supports file
2833	  transfers using XEP-0096 and XEP-0065.  This should enable file
2834	  transfers between libpurple clients and Gajim clients, but will not
2835	  work with iChat or Adium as they use a different file transfer
2836	  implementation.
2837	* XMPP password changes that return errors no longer cause the saved
2838	  password to be changed.
2839	* XMPP file transfer support has been enhanced to support sending
2840	  files through a proxy when the server supports discovering a
2841	  a bytestream proxy.  This should make file transfers much more
2842	  reliable.  The next release will add support for manually specifying
2843	  a proxy when the server doesn't advertise one.
2844
2845	Pidgin:
2846	* If a plugin says it can't be unloaded, we now display an error and
2847	  remove the plugin from the list of saved plugins so it won't load
2848	  at the next startup.  Previously, we were ignoring this case, which
2849	  could lead to crashes.
2850	* Mark dialog windows as transient for appropriate parent windows to
2851	  help window managers do the right thing  (Gabriel Schulhof)
2852	* Connection errors are now reported in mini-dialogs inside the buddy
2853	  list, rather than as buttons in the buddy list and with dialog
2854	  boxes.  If several accounts are disabled when you sign on elsewhere,
2855	  you can now re-enable them all with a single click.
2856	* Added tooltips to the Room List window to show full topics
2857	* Added buttons in preferences to access GNOME network and browser
2858	  preferences configuration dialogs when running under GNOME
2859	* If you alias a buddy to an alias that is already present within
2860	  a particular group, we now offer to merge the buddies into the
2861	  same contact.
2862	* A music emblem is now displayed in the buddy list for a buddy if we
2863	  know she is listening to some soothing music.
2864	* Added a 'Move to' menu in buddy list context menu for moving buddies
2865	  to other groups as an alternative to dragging.
2866	* Group headings are now marked via an underline instead of a
2867	  different color background.
2868	* It is now possible to mark a chat on your buddy list as "Persistent"
2869	  so you do not leave the chat when the window or tab is closed.
2870	* The auto-join option for chats is now listed in the "Add Chat"
2871	  dialog along with the new persistence option.
2872	* Closing an IM no longer immediately closes your conversation.  It
2873	  will now remain active for a short time so that if the conversation
2874	  resumes, the history will be retained.  A preference has been added
2875	  to toggle this behavior.
2876	* The "Smiley" menu has been moved to the top-level of the toolbar.
2877	* Pidgin's display is now saved with the command line for session
2878	  restoration.  (David Mohr)
2879	* ICQ Birthday notifications are shown as buddy list emblems.
2880	* Plugin actions are now available from the docklet context menu
2881	  in addition to the Tool menu of the buddy list.
2882	* The manual page has been heavily rewritten to bring it in line
2883	  with current functionality.
2884
2885	Finch:
2886	* If a plugin says it can't be unloaded, we now display an error and
2887	  remove the plugin from the list of saved plugins so it won't load
2888	  at the next startup.  Previously, we were ignoring this case, which
2889	  could lead to crashes.
2890	* It's possible to bind key-strokes to specific menuitems in the windows.
2891	  Read the 'Menus' section in the man-page for details.
2892	* 'transpose-chars' operation for the entry boxes. The default key-binding
2893	  is ctrl+t.
2894	* 'yank' operation for the entry boxes. The default binding is ctrl+y.
2895
2896version 2.2.2 (10/23/2007):
2897	https://developer.pidgin.im/query?status=closed&milestone=2.2.2
2898		NOTE: Due to the way this release was made, it is possible that
2899			  bugs marked as fixed in 2.2.1 or 2.2.2 will not be fixed
2900			  until the next release.
2901
2902	* Various bug and memory leak fixes
2903	* Look for a default prefs.xml in the CSIDL_COMMON_APPDATA directory
2904	  (e.g. c:\Documents and Settings\All Users\
2905	        Application Data\purple\prefs.xml) on Windows, similarly to
2906	  how this is done on other platforms.
2907
2908version 2.2.1 (09/29/2007):
2909	https://developer.pidgin.im/query?status=closed&milestone=2.2.1
2910		NOTE: Due to the backporting that happened for the actual
2911		      release, it is possible bugs marked as fixed in 2.2.1
2912		      will not be fixed until 2.2.2.
2913
2914	libpurple:
2915	* A few build issues on Solaris were fixed.
2916	* Cancelling the password prompt for an account will no longer leave
2917	  it in an ambiguous state.  (It will be disabled.)
2918	* Fixed an erroneous size display for MSN file transfers. (galt)
2919	* Fixed multiple memory leaks, particularly in XMPP and MySpace
2920	  protocols
2921	* Fixed remembering proxy preferences and status scores
2922	* Gmail notifications are better tracked
2923
2924	Pidgin:
2925	* Fixed keyboard tab reordering to move tabs one step instead of two.
2926	* You should no longer lose proxy settings when Pidgin is restarted.
2927	* Fixed detection of X11 when compiling
2928
2929	Finch:
2930	* Pressing 'Insert' in the buddylist will bring up the 'Add Buddy'
2931	  dialog.
2932
2933version 2.2.0 (09/13/2007):
2934	https://developer.pidgin.im/query?status=closed&milestone=2.2.0
2935
2936	libpurple:
2937	* New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of
2938	  Code)
2939	* XMPP enhancements. See
2940	  http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas
2941	  Monitzer, Google Summer of Code for Adium)
2942	* Certificate management. libpurple will validate certificates on
2943	  SSL-encrypted protocols (William Ehlhardt, Google Summer of Code)
2944	* Some adjustments were made to fix sending messages when using
2945	  the MSN HTTP method. (Laszlo Pandy)
2946	* Yahoo! Chat is fixed.
2947	* Some AIM file transfer issues between Pidgin and other clients
2948	  have been fixed. (Kyryll A Mirnenko)
2949	* Properly restore idle status and time for AIM and ICQ accounts
2950	  when they reconnect after being disconnected.
2951
2952	Pidgin:
2953	* Insert Horizontal Rules and Strikethrough text from toolbar.
2954	* Option to show protocol icons in the buddy list, from the
2955	  Buddies > Show menu. (Justin Heiner)
2956	* Ability to build with native, non-X11 GTK+ on OSX. (Anders
2957	  Hasselqvist)
2958	* Remember the 'Enable Sounds' setting for a conversation.
2959	* Right-clicking the empty space in the formatting toolbar
2960	  allows you to toggle back to the old "ungrouped" version.
2961	* Protocols supporting account registration via Pidgin now show
2962	  a descriptive checkbox instead of a vague "Register" button.
2963	* Fixed a bug where a tab would be shown on single conversations
2964	  when tabs were disabled.
2965
2966	Finch:
2967	* Per-conversation mute and logging options (accessible from the menu).
2968
2969version 2.1.1 (08/20/2007):
2970	Yahoo:
2971	* Added an account action to open your inbox in the yahoo prpl.
2972	* Added support for Unicode status messages in Yahoo.
2973	* Server-stored aliases for Yahoo. (John Moody)
2974	* Fixed support for Yahoo! doodling.
2975	* Limited support for MSN Messenger contacts
2976
2977	Bonjour:
2978	* Bonjour plugin uses native Avahi instead of Howl
2979	* Bonjour plugin supports Buddy Icons
2980
2981	XMPP:
2982	* Only report conversation close when 'send typing notifications'
2983	  preference is turned on (Bob Rossi)
2984
2985	Pidgin:
2986	* Show current outgoing conversation formatting on the font label on
2987	  the toolbar
2988	* Slim new redesign of conversation tabs to maximize number of
2989	  conversations that can fit in a window
2990	* Tab bar is not visible when only one conversation is open. You can
2991	  drag and drop conversations from the infopane.
2992	* Moved "Reset Formatting" toolbar button to Font menu.
2993	* Double click on the infopane to alias buddies and set topics
2994	  on chats
2995	* New smiley style
2996
2997	Finch:
2998	* Sound support (Eric Polino)
2999
3000version 2.1.0 (07/28/2007):
3001	libpurple:
3002	* Core changes to allow UIs to use second-granularity for scheduling.
3003	  Pidgin and Finch, which use the glib event loop, were changed to use
3004	  g_timeout_add_seconds() on glib >= 2.14 when possible.  This allows
3005	  glib to better group our longer timers to increase power efficiency.
3006	  (Arjan van de Ven with Intel Corporation)
3007	* No longer linkifies screennames containing @ signs in join/part
3008	  notifications in chats
3009	* With the HTML logger, images in conversations are now saved.
3010	  NOTE: Saved images are not yet displayed when loading logs.
3011	* Added support for QIP logs to the Log Reader plugin (Michael Shkutkov)
3012
3013	Pidgin:
3014	* Ensure only one copy of Pidgin is running with a given configuration
3015	  directory.  The net effect of this is that trying to start Pidgin a
3016	  second time will raise the buddy list.  (Gabriel Schulhof)
3017	* Undo capability in the conversation window
3018	* The formatting toolbar has been reorganized to be more concise.
3019	* A new status area has been added to the top of conversations to
3020	  provide additional detail about the buddy, including buddy icon,
3021	  protocol and status message.
3022	* Show idle times in the buddy list as days, hours, seconds
3023
3024	Finch:
3025	* There's support for workspaces now (details in the manpage)
3026	* There's a new custom window manager, Irssi
3027	* Some improvements for tab-completion, tooltip and the password entries
3028	* Some bugs regarding search results fixed
3029	* A new DBus-script to create a docklet for finch
3030	* Support for showing empty groups in the buddy list (Eric Polino)
3031
3032version 2.0.2 (06/14/2007):
3033	Pidgin:
3034	* Added a custom conversation font option to preferences
3035	* Fixed smiley ordering in the insert smiley popup to be more intuitive
3036	* Conversation->More menu items work for Chats as well as Buddies,
3037	  including those not on your buddy list
3038	* newline plugin should work better with conversation colors plugin now
3039	* Get Info on users now provides immediate feedback that something is
3040	  happening
3041	* Aliasing a buddy will not be interrupted by other buddy list activity
3042	* Using the -l option to log in to a specific account works better
3043
3044	libpurple:
3045	* Moving an ICQ buddy from one group to another no longer
3046	  re-requests authorization from that person (Rene Hausleitner)
3047	* Added nullprpl, an example protocol plugin (Ryan Barrett)
3048	* Fixed SOCKS5 bug which caused Jabber file receiving to fail
3049	* Remove MSN's random "Authorization Failed" dialogs
3050	* Fix MSN to correctly detect incorrect passwords and disable the account
3051	* Get User Info on MSN is now more reliable & accurate
3052	* Updated SILC protocol to support SILC Toolkit 1.1 (Pekka Riikonen)
3053	* Fix for some QQ authentication problems
3054	* Fix for building on FreeBSD
3055	* Prevent "Logged in:" times for AIM buddies being ridiculously high
3056	* Updates and fixes to Bonjour support
3057	* Improve ICQ encoding support for some non-latin languages
3058
3059	Finch:
3060	* Auto account reconnecting
3061
3062version 2.0.1 (05/24/2007):
3063	* Buddy list update speedups when buddy icons are not being
3064	  displayed.  (Scott Wolchok)
3065	* Fix icons on docklet change status menu to match the status selector
3066	* Custom smileys on MSN can be saved by right-clicking on them
3067	* Fix a crash deleting a buddy that is in the Buddy List more than once
3068	* Compile fixes for Solaris
3069	* Fix GTalk formatting when there's a space before/after a */_
3070	* Fix Log viewer crash when the filename is not in the expected format
3071	* Get User Info now provides immediate feedback, and is updated when the
3072	  user information is available
3073	* Make the choose buddy icon dialog correctly list the current directory
3074	* Fix for buddy icons disappearing
3075	* Timestamps are always on in debug output (-d) and Debug Window now
3076	* Don't escape html entities in Yahoo! system messages
3077	* Fix for the choose buddy icon dialog resizing strangely as files are selected
3078	* Receives notifications when XMPP buddies send "leaving chat"
3079	  messages
3080	* Fix the typing animation so it doesn't stop animating once a conversation
3081	  has gone from typing -> not typing -> typing
3082	* Fix error messages when joing XMPP chats
3083	* Identify the account when warning about plaintext auth over an
3084	  unencrypted channel
3085	* Fix XMPP SASL authentication error when using Cyrus and a connect server
3086	* Fix changing tab locations to update properly
3087	* Turning off "Show formatting on incoming messages" now ignores
3088	  formatting in <span> tags too
3089	* File transfer progress for transfers on MSN is now correctly displayed
3090	* You can set/change alias of buddies/chats by double-clicking on the
3091	  conversation tabs (Ma Xuan)
3092	* Fix IRC connection bug with dircproxy (xjoe)
3093	* Ctrl+[shift]+tab focuses the next most active tab (William Thompson)
3094	* Fix Open Hotmail Inbox for MSN to work more reliably
3095	* Add a Google Talk item to the protocol list, to help users who think
3096	  we don't support Google Talk.  The item acts just like "XMPP".
3097	* Remember if the X server supports XScreenSaver, to avoid waking it
3098	  every 5 seconds.  (Arjan van de Ven with Intel Corporation)
3099	* Change our idle checking to poll only as necessary and raise the
3100	  unidle timeout from 5 seconds to 60 when using XScreenSaver.  This
3101	  and the XScreenSaver change will reduce Pidgin's effect on power
3102	  consumption when running with NO_HZ.  (Arjan van de Ven with Intel
3103	  Corporation)
3104	* Conversation -> Save As will now use aliases.
3105	* ALSA added as a possible sound method
3106	* Google Talk accounts will not import buddies from your Gmail address
3107	  book
3108
3109	Finch:
3110	* Userlist in chat windows, which can be turned on or off using
3111	  "/users" command
3112	* Menus in the conversation windows
3113	* Improved tab completion support
3114	* Ctrl+c prompts with a dialog before exiting
3115	* Filter string in the debug window
3116	* Notify when you leave a chat
3117	* Work around an ncurses bug which appears when half of a multi-cell
3118	  character is covered by an upper-level window
3119	* New plugins are shown in bold text in the plugin dialog
3120	* Nicer HTML screendumps
3121
3122version 2.0.0 (5/3/2007):
3123	* The project has new names - libpurple for the core, Pidgin for the
3124	  GTK+ UI and Finch for the ncurses based console UI (AOL LLC)
3125
3126	Build Changes:
3127	* With the Core/UI split complete, it is now possible to build
3128	  libpurple without any UIs, creating a library upon which other
3129	  UIs may be constructed
3130	* A new ncurses-based console UI called Finch is now available
3131	  (Sadrul Habib Chowdhury, Google Summer of Code)
3132	* Reorganized the source tree to split apart the code for the UI
3133	  changes and libpurple targets
3134	* libxml2 is now required.  We switched from gmarkup to libxml2 for
3135	  more correct XML parsing.
3136
3137	Status System:
3138	* The code dealing with buddy and account status, away messages,
3139	  away states, online/offline, etc has been completely rewritten.
3140	  Huge thanks to Christian Hammond, Dave West, Daniel Atallah and
3141	  Sadrul Habib Chowdhury.
3142	* Your status can now be set from inside the buddy list using the
3143	  selector at the bottom of the window.
3144	* To see messages when a buddy signs on or off, goes away, or
3145	  becomes idle, load the "Buddy State Notification" plugin
3146
3147	Buddy List:
3148	* Performance when manipulating and displaying the buddy list has
3149	  been significantly improved (Aaron Sheldon, Google Summer of Code)
3150	* Buddy icons are now shown in tooltips (Felipe Contreras)
3151	* Tooltips now contain additional information about a "Person" that
3152	  contains multiple online buddies
3153	* Added a "Last Seen" field to buddy tooltips
3154	* Contacts will auto-expand when buddies are dragged around
3155	* If Pidgin is exited with the buddy list hidden in the docklet, it
3156	  will remain hidden when Pidgin is started again (Scott Shedden)
3157	* Improved buddy list searching with CTRL+F
3158	* Ability to set a buddy icon for all of your accounts at once via
3159	  the buddy list (You can still set per-account icons via the
3160	  account editor)
3161	* The space wasted by the group expanders has been eliminated and
3162	  the expander setting in .gtkrc-2.0 is no longer needed
3163	* Authorization requests don't popup new dialogs anymore. They are
3164	  displayed at the bottom of the buddy list instead.
3165	* New mail notifications don't popup new dialogs anymore. They are
3166	  displayed at the top of the buddy list instead.
3167
3168	Conversations and Chats:
3169	* Timestamps honor the locale.  To use the traditional style,
3170	  enable the "Message Timestamp Formats" plugin.  The plugin
3171	  also provides options to show dates in timestamps.
3172	* Messages from buddies in the same "Person" will automatically
3173	  use the same conversation window.
3174	* The "Send As" menu has been replaced with a more appropriate
3175	  "Send To" menu based on "Persons" on your buddy list
3176	* Message formatting persists between messages (Igor Belyi)
3177	* Full message background colors are now supported
3178	* Smooth scrolling when receiving a new message
3179	* Screenname colors in chats now chosen intelligently
3180	* Conversation buffer scrollback limited to avoid large memory
3181	  usage in active conversations
3182	* Control-Shift-Tab will reverse cycle through the conversation tabs
3183	  (James Vega)
3184	* Many problems related to having an IM conversation and a chat open
3185	  with the same name are fixed (Andrew Hart)
3186	* Warning dialog when closing a window with unread IM messages
3187	* In chats right-click on names in the conversation window to
3188	  IM/Send File/Get info/ignore the user
3189	* Added tab management options to the tab right-click menu (Sadrul
3190	  Habib Chowdhury)
3191	* Brand new message queueing system.  Sounds are played when a
3192	  message is queued rather than when the message is dequeued
3193	  (Casey Harkins)
3194	* Ability to find the last message from a user in a chat (Levi Bard
3195	  and Sadrul Habib Chowdhury)
3196	* Formatting is preserved across messages
3197	  (There are known issues with pasting formatted text.  Either use
3198	   "Paste as Plain Text", hit Ctrl-R after pasting, or use the Clear
3199	   Formatting button on the toolbar.)
3200	* Performance while joining large chat rooms has been significantly
3201	  improved (Aaron Sheldon, Google Summer of Code)
3202	* Bi-Directional text support improvements for GtkIMHtml (Shlomi Loubaton)
3203
3204	Sounds:
3205	* Beautiful new default sounds (Brad Turcotte)
3206	* Use GStreamer for playing sounds, instead of libao
3207	* A volume control in the preferences (Casey Harkins)
3208
3209	Log Viewer:
3210	* Log viewer aggregates logs from the same "Person"
3211	* When opening the log viewer, show the most recent log by default
3212	  (Peter McCurdy)
3213	* Logs are now saved with the current timezone, which is displayed
3214	  in the log viewer
3215	* Text logs are linkified, so URLs are clickable
3216	* The old logger now caches file offsets, so opening the log viewer
3217	  for buddies with old logs should be much faster now if you have large
3218	  log files (except the first time for a log, when the cache is built)
3219
3220	Plugins:
3221	* Plugins are now accessed through a separate dialog from the Tools
3222	  menu of the Buddy List
3223	* Newly installed plugins can now be activated without restarting
3224	  Pidgin (Sadrul Habib Chowdhury)
3225	* Overhauled the system tray/docklet plugin (Casey Harkins)
3226	* Text Replacement Plugin rewritten, works in real time and far more
3227	  intuitively (Benjamin Kahn)
3228	* Entries in the text replacement plugin are now sorted
3229	  alphabetically
3230	* The text replacement plugin allows non-whole-word replacement rules
3231	  (Levi Bard)
3232	* The text replacement plugin offers both case sensitive matching and
3233	  automatic case handling
3234	* I'dle Ma'ker plugin now has an easier method to unidle accounts, a
3235	  way to idle all accounts at once, and a way to unidle all accounts
3236	  idled via the plugin (John Bailey, Sadrul Habib Chowdhury)
3237	* The Evolution Integration plugin now supports Groupwise contacts
3238	* Mono plugin loader (Eoin Coffey)
3239	* Perl plugin loader has been rewritten (John Kelm, Google Summer
3240	  of Code)
3241	* New music messaging plugin (Christian Muise, Google Summer of Code)
3242	* gaim-remote has been superceded by new DBUS bindings within libpurple
3243	  (Piotr Zielinski, Google Summer of Code)
3244	* The purple-url-handler program has been added to provide a way to
3245	  automatically launch IM links via Pidgin or Finch.
3246	* The functionality of the auto-reconnect plugin has been
3247	  moved into the core, and the plugin itself has been removed.
3248	* 'Highlight when nick said' option added to Message Notification
3249	  plugin.
3250	* The system tray icon is now properly transparent (Dan Winship)
3251	* New Log Reader plugin that can read and display logs from Adium,
3252	  MSN Messenger, and Trillian in the log viewer
3253	* New Contact Availability plugin that attempts to predict the
3254	  times when people in your buddylist will most likely respond
3255	  to you, based on times in the past when they have responded
3256	  (Geoffrey Foster, Google Summer of Code)
3257	* A few new plugins: Autoaccept, Autoreply, Buddy Notes, New Line,
3258	  Offline Message Emulation, Conversation Colors and Markerline
3259
3260	MSN Features:
3261	* Custom smiley receiving support (Irving Cordova & Francesco Fracassi)
3262	* Added support for sending (with the /nudge command) and receiving
3263	  "nudges" (Julien Cegarra, Martin Bayard)
3264	* Added an account action to open your Hotmail inbox from MSN
3265	* Bi-directional text is correctly handled now (Shlomi Loubaton)
3266
3267	Yahoo Features:
3268	* Stealth Settings have been implemented
3269	* Doodle is now supported (Andrew Dieffenbach, Google Summer of Code)
3270	* Buddies' requests to add you to their lists now prompt for
3271	  authorization
3272	* Account option to ignore chat and conference invitations (Peter
3273	  Lawler)
3274	* Added a /list command to bring up the room list (Peter Lawler)
3275
3276	AIM/ICQ Features:
3277	* ICQ file transfer support with newer ICQ clients (Jonathan Clark,
3278	  Google Summer of Code)
3279	* Many overall improvements to AIM and ICQ file transfers (Jonathan
3280	  Clark, Google Summer of Code)
3281	* Support for pausing and resuming AIM and ICQ file transfers
3282	  (Graham Booker)
3283	* Ability to set ICQ "require authorization" and "web aware"
3284	  setting (Ettore Simone)
3285	* ICQ encoding fix for offline buddies (Ilya Konstantinov)
3286
3287	IRC Features:
3288	* SSL support for IRC connections (Daniel Atallah)
3289	* Show an error message when temporarily unable to join an IRC
3290	  channel or change your nick
3291	* Added /nickserv, /memoserv, /chanserv and /operserv
3292	  commands (Joao Luís Marques Pinto)
3293	* Added CTCP VERSION via /version (Andrej Krivulčík)
3294	* Added /whowas command (achris)
3295
3296	Jabber Features:
3297	* Support for SRV lookups
3298	* Support for buddy icons
3299	* Jabber User Directory searching
3300
3301	SILC Features:
3302	* Whiteboard support (Pekka Riikonen)
3303	* Sending/receiving images in IMs (Pekka Riikonen)
3304	* Cipher and HMAC selection support (Pekka Riikonen)
3305	* Buddy Icon support (Pekka Riikonen)
3306
3307	Other Protocol Changes:
3308	* Bonjour (Rendezvous) protocol support (Juanjo Molinero Horno, Google
3309	  Summer of Code)
3310	* Updated Gadu-Gadu protocol support (Bartosz Oler, Google Summer of
3311	  Code).  This requires the libgadu library.  See
3312	  https://pidgin.im/faq.php#libgadu for more information.
3313	* SIP/SIMPLE support (Thomas Butter, Google Summer of Code)
3314	* Sametime protocol support
3315	  Requires the meanwhile library: http://meanwhile.sourceforge.net
3316	* QQ protocol support (Mark Huetsch, Google Summer of Code, and the
3317	  developers of the OpenQ project)
3318	* Removed the Napster and TOC protocols plugins
3319
3320	Other Noteworthy Changes:
3321	* NAT traversal support via UPnP (Adam J. Warrington, Google Summer of
3322	  Code)
3323	* NAT traversal support via NAT-PMP (Evan Schoenberg and R. Tyler Ballance)
3324	* The modify account dialog now contains two tabs, which should display
3325	  better at lower resolutions (Sadrul Habib Chowdhury)
3326	* New "find buddy" results dialog (Alex Converse)
3327	* People using input methods can now use Enter again
3328	* Mouse-over hyperlink coloring is now themeable
3329	* Buddy Pounces now have a proper management window. (Kevin Stange)
3330	* Buddy icons maintain aspect ratio when resized
3331	* The last used directory is remembered for opening or saving files and
3332	  buddy icons
3333	* Add an SVG version of our desktop icon, pidgin.svg (John Oyler)
3334	* If a given protocol doesn't support privacy, we now handle blocking
3335	  in the core. (Jean-Yves Lefort)
3336	* Smiley themes can now include spaces in the smiley definitions.
3337	  The spaces (and now backslashes) must be backslash-escaped.
3338	  (Sadrul Habib Chowdhury)
3339	* New e-mail notices are now grouped into one dialog.
3340	  (Sadrul Habib Chowdhury, Chris Stafford)
3341	* "Open" in the File Transfer window integrates with GNOME, KDE, and
3342	  Windows and falls back to the browser in other environments.
3343	* On Mac OS X, the keyboard/mouse idle time pref now uses system idle
3344	  time instead of X11 idle time (Michael Culbertson)
3345	* Autocomplete in the buddy pounce dialog (Sadrul Habib Chowdhury)
3346	* Non-blocking socket I/O is used in most protocol plugins
3347	* All-new icons all over the place (Hylke Bons)
3348
3349	Preference Changes:
3350	* Preferences have been substantially reorganized and cleaned up
3351	* Smiley theme descriptions are now shown correctly for the highlighted
3352	  smiley theme (Levi Bard)
3353	* All Buddy List preferences have been moved to the Buddies menu of
3354	  the buddy list window.
3355	* Proxy settings will be taken from Gnome if it is running.  These may
3356	  still be overridden on a per-account basis.
3357	* Removed "Dim idle buddies;" behavior is now always enabled
3358	* Removed keyboard shortcut preferences for ctrl-B/I/U; enabled by
3359	  default, but won't interfere with bindings set by the GTK theme
3360	* Removed keyboard shortcuts preferences for ctrl-# to insert a smiley;
3361	  behavior removed from Pidgin
3362	* Removed "Enter" vs. "Ctrl-Enter" to send; "Enter" sends by default,
3363	  but it is now possible to change this binding in your GTK theme
3364	* Removed "Show multi-colored screennames in chats;" behavior is now
3365	  always enabled and screenname colors automatically adjust themselves
3366	  to compensate for background color.
3367	* Removed "Raise Buddy List Window on Events" and the related behavior
3368	* Removed "Display remote nicknames if no alias is set"
3369	* Removed "Show idle times" and "Show warning levels" on the buddy
3370	  list; behavior is now always enabled
3371	* Removed "Auto-expand contacts;" contacts expand only when dragging
3372	  buddies around the buddy list
3373	* Removed conversation and buddy list buttons and related preferences
3374	* Removed "Raise conversation window" preferences; moved feature to
3375	  the notify plugin
3376	* Removed "Show alias in tabs/titles;" behavior is now always enabled
3377	* Removed "Show formatting toolbars;" the setting in conversations'
3378	  "Options" menu now affects the global preference
3379	* Removed "Show timestamps;" behavior is now enabled, but is overridden
3380	  by the timestamp plugin
3381	* Removed all protocol options pages
3382	* Removed "Escape closes windows;" default key binding is now Ctrl-W
3383	* Removed "Log when buddies sign on/sign off/become idle/become
3384	  un-idle/go away/come back" and "Log your own actions;" all of these
3385	  will be logged when the system log is enabled
3386	* Removed the separate ignore formatting preferences; behavior has been
3387	  consolidated into a single preference
3388
3389version 1.5.0 (8/11/2005):
3390	* Ability to set IRC quit message (Lalo Martins)
3391	* OSCAR file transfers now work for 2 users behind the same NAT
3392	  (Jonathan Clark)
3393	* Yahoo! buddy requests to add you to their buddy list now prompt for
3394	  authorization
3395	* Added a /clear command for conversations/chats
3396	* Fixed ICQ encoding for messages with offline ICQ users
3397	  (Ilya Konstantinov, SF Bug #1179452)
3398	* Default Yahoo! chat roomlist locale to 'us'
3399
3400version 1.4.0 (7/7/2005):
3401	* Fix system log start times for some protocols
3402	* SILC compiles with newer SILC toolkit versions (Pekka Riikonen)
3403	* Fixed a bug where buddy icon cache files were left in the icon
3404	  cache directory after they were no longer in use.
3405	* Attempt to detect the file type of a buddy icon when saving.
3406	* Additional Yahoo! boot protection (Peter Lawler)
3407	* A few Yahoo! memory leaks plugged (Peter Lawler)
3408	* Fixed handling of the new Yahoo! profile page. (Joshua Honeycutt,
3409	  Peter Lawler)
3410	* Fixed localized Yahoo! room lists.  Please refer to the Yahoo!
3411	  section of the Gaim FAQ for details. (Peter Lawler)
3412	* Enabled sending files to ICQ users using ICQ 5.02 and newer
3413	  (Jonathan Clark)
3414
3415version 1.3.1 (6/9/2005):
3416	* The file transfer details section now also displays the full path to
3417	  the local file sent/received.
3418	* Yahoo! has the following new "/" commands:  /join, /buzz
3419	* Fix Yahoo! privacy bug
3420	* Fix Jabber Get Info crash on busted servers
3421	* Updated our gaim.desktop file, thanks to all our terrific translators
3422	  for sending in translations of the changes
3423	* Improvements to how Gaim handles new message notification
3424	* Fix Jabber registration on XMPP servers (including jabber.org)
3425
3426version 1.3.0 (5/10/2005):
3427	* Removed parts of the font selection dialog that were not respected
3428	* Fix being invited to a multi user chat on MSN
3429	* Multiple SILC accounts should work now (Pekka Riikonen)
3430	* Fix times on jabber chat backlogs
3431	* Fix gevolution plugin to compile with e-d-s 1.0 or 1.2
3432	* Fix gevolution plugin to remember buddy name when someone added you
3433	  and you then add them
3434	* Formatting in jabber chats works
3435	* Fix to prevent MSN disconnecting if you change status while connecting
3436	* Fixes for two remotely exploitable crash bugs.  See
3437	  http://gaim.sourceforge.net/security/ for more information.
3438	* Change to correctly handle adding jabber buddies on ejabberd servers
3439
3440version 1.2.1 (4/3/2005):
3441	* URL escaping now works with UTF-8 text. This may break some old log
3442	 files.
3443	* Revert to XOR auth for ICQ as the md5 is not fully functional
3444	* Fix bug with going away while in a jabber chat
3445	* MSN bug fixes (Felipe Contreras)
3446	* Escape things properly in IRC
3447	* Docklet fixes: fix the "1 pixel-wide icon" bug, fix problems with Gaim
3448	  crashing when the tray manager dies, and work correctly with multi-headed
3449	  displays where the tray isn't on the primary screen (Robert McQueen)
3450
3451version 1.2.0 (3/17/2005):
3452	* Yahoo file receiving and buddy icon receiving work again.
3453	* Limit animated buddy icon frame rates to 10 frames per second
3454	  (Nathan Conrad)
3455	* Fix a bug where portions of your account configuration would
3456	  fail to be read correctly if you set a proxy user name or
3457	  password containing invalid XML characters such as < and >
3458	  (Bastien Durel)
3459	* Yahoo! privacy improvements (Bleeter)
3460	* Fix receiving Jabber formatting (broken in 1.1.3)
3461
3462version 1.1.4 (2/24/2005):
3463	* Fixed a bug where Yahoo! would lose messages (and any other packet
3464	  really)
3465	* Correctly show the time when incoming Gadu-Gadu messages were sent
3466	  (Carl-Daniel Hailfinger)
3467	* Fixed crashes with glib 2.6
3468	* Fixed MSN crash when conversations time out after the conversation
3469	  window was closed
3470	* Fixed an html parsing bug, CAN-2005-0208
3471
3472version 1.1.3 (2/17/2005):
3473	* CHAP authentication support for SOCKS5 proxies (Malcolm Smith)
3474	* ICQ offline messages are sent using your specified character
3475	  set instead of Unicode (Magnus Hult)
3476	* MSN HTTP method works with proxies using authentication (Bastien Durel)
3477	* Really fix the bug where buddies show as logged in for 49 thousand days
3478	* Buddy pounces containing '&' are saved correctly
3479	* Improved MSN error handling when the servers are unavailable
3480	* More MSN bug fixes
3481	* Fix some leaks
3482	* Fix "Find" in the log viewer so that it finds in all logs
3483	* Smileys not appearing at the end of lines has been fixed
3484	* Closing conversation windows no longer cancels active file transfers on
3485	  MSN (Felipe Contreras)
3486
3487version 1.1.2 (1/20/2005):
3488	* MSN 'HTTP Method' fixed (Felipe Contreras)
3489	* Better handling of MSN's Individuals group and buddy status updates
3490	  (Felipe Contreras)
3491	* Fix a crash inviting MSN user to a chat when they're already there
3492	* AIM SecurID login support
3493	* Fix configuration of Jabber chat rooms on some servers
3494	* More MSN bug fixes (Felipe Contreras)
3495	* Fix queue messages to Docklet when not globally away (Robert McQueen)
3496	* Fix some leaks
3497	* The Autopackage now builds both the mozilla-nss and the gnutls
3498	  ssl plugins, and requires at least one of those libraries.
3499
3500version 1.1.1 (12/28/2004):
3501	* Allow SILC authentication via public key if your key is password
3502	  protected (Michele Baldessari)
3503	* More MSN bug fixes (Felipe Contreras)
3504	* Drag-and-drop to conversation window file transfers work again
3505	* Disable the delete button on pounces that aren't saved yet anyway
3506	  (Kevin Stange)
3507
3508version 1.1.0 (12/02/2004):
3509	New Features:
3510	* Binary relocable. Gaim will find its files even if it's installed
3511	  in a location other than the --prefix it was ./configured with.
3512	  Pass --disable-binreloc to ./configure to disable.
3513	* IRC now has fallback encodings, and tries harder to display
3514	  something useful during an encoding error.
3515	* New MSN protocol icon (Felipe Contreras)
3516
3517	Bug Fixes:
3518	* Fix some leaks (Miah Gregory, Felipe Contreras)
3519	* Fix crashes when removing buddies in certain situations (Andrew Hart)
3520	* Eliminate MSN switchboard errors (Felipe Contreras)
3521	* Fix MSN buddy icon synchronization (Felipe Contreras)
3522	* Correctly display file transfer dialogs for filenames containing &, < or >
3523	* Correctly display MSN authorization dialogs for friendly names containing
3524	  &, < or >
3525	* Properly align the right-click docklet menu with the docklet icon in
3526	  *nix.
3527	* Fix a crash if the MSN buddy list is not available
3528	* Fix a bug in the request api (Gary Kramlich)
3529
3530version 1.0.3 (11/11/2004):
3531	Bug Fixes:
3532	* Jabber authentication fixes (Michael Plump)
3533	* Yahoo buddy idle reporting is more accurate (Evan Schoenberg)
3534	* "Allow All" privacy setting works on Yahoo (Peter Lawler)
3535	* Fix a crash when dragging a buddy to the conversation entry area
3536	* Fix a crash removing chats from the buddy list
3537	* Correctly display buddy pounces for aliases with &, < or > in them
3538	* Correctly follow the per-conversation logging option
3539
3540version 1.0.2 (10/19/2004):
3541	Bug Fixes:
3542	* MSN file transfers work on big endian machines (Jean-Francois Roy and
3543	  Evan Schoenberg)
3544	* Fixed the MSN signon crash with Miranda users in the buddy list
3545	* Fixed sending messages to MSN Web Messenger users (Damien Ayers)
3546	* Fixed some memory leaks in the MSN plugin (Evan Schoenberg)
3547	* Fixed a crash viewing certain MSN user profiles (Evan Schoenberg)
3548	* Fixed a crash sending a file on MSN when the file is unreadable
3549	* Fixed a crash deleting accounts (Andrew Hart)
3550	* Fixed a crash inviting to chats (Andrew Hart)
3551	* Fixed a bug in Yahoo privacy handling (Peter Lawler)
3552	* Fixed a crash trying to join a chat from the docklet when not signed in
3553	  to a chat-capable account (Daniel Atallah)
3554
3555version 1.0.1 (10/07/2004):
3556	New Features:
3557	* Use the GNOME default browser when opening links if you're running GNOME
3558	  (Alex Duggan)
3559	* Added support for multiple addressbooks in the gevolution plugin
3560	  (Henry Jen).
3561
3562	Bug Fixes:
3563	* Send-As menu duplicates less work (Dave West)
3564	* Can now see your own MSN buddy icon (Felipe Contreras)
3565	* Jabber roomlist fetches work again
3566	* Close buttons on tabs in existing conversations correctly reflect the
3567	  "show close buttons on tabs" preference (Nathan Fredrickson)
3568	* Fix to make the get_signon(buddy) perl plugin function work (Gregory C.
3569	  Harfst)
3570	* Fixed crashes when reloading the gevolution plugin (Henry Jen)
3571	* Fixed some memory leaks in the gevolution plugin.
3572	* Wrap at character boundaries if there is not enough space for a full word
3573	* 64 bit compile warning fixes
3574
3575version 1.0.0 (09/17/2004):
3576	New Features:
3577	* Drag-and-drop buddy support for the Invite dialog (Stu Tomlinson)
3578	* Drag-and-drop buddy support for the Pounce dialog (Stu Tomlinson)
3579	* View Chat log available from the interface (Daniel Atallah)
3580	* Ability to receive offline messages in character encodings
3581	  other than ASCII (thanks to Nick Sukharev)
3582	* File transfer status messages printed to conversation
3583	  windows (Dave West)
3584	* Display file transfer messages when someone sends you a file
3585	  over AIM (Dave West)
3586	* Handle MSN buddy lists more sanely (Felipe Contreras)
3587	* Zephyr can use tzc to run from behind a firewall (Arun A Tharuvai)
3588
3589	Bug Fixes:
3590	* Work around window manager stupidity with new dialog windows (Dave West)
3591	* Compile with gtk 2.5.x (Gary Kramlich)
3592	* Escape invalid characters in log names (Daniel Atallah)
3593	* Fix for clicking add in an msn chat with 2 or more people in your buddy
3594	  list (Daniel Atallah)
3595
3596version 0.82.1 (08/27/2004):
3597	Bug Fixes:
3598	* Fix a crash when changing the preference for how to display buttons
3599	  on conversation windows
3600	* Remove a stray printf() when beginning new conversations and logging
3601	  is enabled
3602
3603version 0.82 (08/26/2004):
3604	New Features:
3605	* Ability to set available messages for AIM
3606	  (Tools->Account Actions->Set Available Message...)
3607	* Ability to specify a custom character set for messages sent to ICQ
3608	  users and messages received from ICQ users
3609	* Ability to edit your current away message (Rhett Robinson)
3610	* Topics in the conversation window (not the topic field at the
3611	  top) with URLs will now appear as links (Stu Tomlinson)
3612	* File transfers appear in the file transfer window when they
3613	  are initiated rather than when they begin transferring (Dave West)
3614	* Instead of toggling slash commands on/off, you can now toggle
3615	  passing through unknown slash commands on/off.
3616
3617	Bug Fixes:
3618	* Joining a Jabber chat no longer causes a crash (Stu Tomlinson)
3619	* Selecting a buddy icon for a brand new account no longer
3620	  causes a crash
3621	* Better file transfer error messages (Dave West)
3622	* Remotely canceled file transfers in MSN are now noticed, so that we
3623	  don't accidentally cancel the file transfer and crash Gaim
3624	  (Felipe Contreras)
3625	* Protocols that don't support joining chat rooms by name no longer
3626	  allow chat rooms to be added to the buddy list (Felipe Contreras)
3627	* Delayed messages and system messages no longer cause
3628	  sound events to be triggered (Nathan Fredrickson)
3629	* The chat invite button has a correct label (Stu Tomlinson)
3630	* The system log should leak fewer file descriptors (Ka-Hing Cheung)
3631	* Buddy list tooltips display in more appropriate positions when
3632	  using multiple monitors (Dave West)
3633	* Better parsing of URLs containing special characters
3634	* All users are shown when joining a Yahoo! conference (Bleeter Yaluser)
3635	* You now leave all Yahoo! conferences when you log out of Yahoo!
3636	* Buddy Icon updating bug fixed (Felipe Contreras)
3637
3638version 0.81 (08/05/2004):
3639	New Features:
3640	* The autorecon plugin will somewhat remember state information(Yosef
3641	  Radchenko)
3642	* Visual display of ops/voice/halfops/so on in Chats (Stu Tomlinson)
3643	* Tab completion of slash commands in Chats (Stu Tomlinson)
3644	* gaim-remote can now manipulate status (István Váradi)
3645	* The text messages of Yahoo Audibles are now displayed, although
3646	  the audio and graphics are not.
3647	* Yahoo! away messages can be 255 characters long now
3648
3649	Bug Fixes:
3650	* Gadu-Gadu should connect again (Andrew Wellington)
3651	* Novell fixes (Mike Stoddard of Novell):
3652		* Fixed reconnect crash
3653		* Fixed duplicate root folder bug
3654		* Fixed bug with folder ordering (on a first time login
3655		  folders were being added in reverse order).
3656	* Use ISO date format for the system log (Eduardo Pérez)
3657	* Long buddy lists with irc should cause flooding disconnects less
3658	  (Stu Tomlinson)
3659	* Better smiley substitution
3660	* Fix a crash related to auto-expanding contacts at the bottom of
3661	  buddy lists
3662	* Fix a crash on Solaris when changing or viewing information for
3663	  your AIM account (Format Screen Name, Change Email Address, etc.)
3664	* HTML in OSCAR buddy comments is now escaped (and not rendered)
3665	* Fix a crash when dragging a screen name to a conversation window
3666	  for that screen name
3667	* User-requested new conversation windows are now always given focus
3668	* Pasting HTML into Gaim from certain sources no longer results in
3669	  the spaces between some words being removed
3670	* The alias of a contact is now displayed in more places when the
3671	  alias of a buddy is not set
3672	* .gaimrc is no longer imported
3673	* Prevent a crash if you sign off and try to dequeue messages from
3674	  the away dialog (Kevin Stange)
3675	* Prevent a possible crash if gaim_gtkconv_write_conv is called
3676	  with who as NULL (Kevin Stange)
3677	* Prevent (null) or an empty string from being logged as the sender's
3678	  name if the sender no longer has an alias because the account is
3679	  signed off (Kevin Stange)
3680	* The auto-reconnect plugin will no longer attempt to reconnect an
3681	  MSN account if you were disconnected because you signed on from
3682	  another location (Stu Tomlinson)
3683	* On Solaris, chatting in IRC using the UTF-8 charset no longer gives
3684	  a "conversion failed" error for every message (Arvind Samptur)
3685	* ICQ offline messages should have the correct timestamp (Dave West)
3686
3687version 0.80 (07/15/2004):
3688	New Features:
3689	* Ability to send files from the conversation window (Daniel Atallah)
3690	* Drag a file into the buddy list or a conversation to send it to that
3691	  buddy
3692	* Yet more new commands and features for SILC (Stu Tomlinson)
3693	* Gaim uses the new file chooser when compiled for GTK+ 2.4
3694	  (Fernando Herrera)
3695	* Support for the Epiphany web browser (Leonardo Serra)
3696	* Status messages in Gadu-Gadu (Andrew (proton) Wellington)
3697	* Parentheses are now displayed around the title and tabs of
3698	  conversations from offline accounts or parted chats.
3699	* Zephyr typing notification (Arun A Tharuvai)
3700	* Account dialog's columns are resizable (Eduardo Pérez)
3701
3702	Bug Fixes:
3703	* The firefox browser option now works with firefox 0.9
3704	* Buddy icons in conversations no longer depend on the
3705	  buddy list
3706	* Fix for the bug where some buddies seemed logged in 4
3707	  thousand some odd days (Alan Ford)
3708
3709version 0.79 (06/24/2004):
3710	New Features:
3711	* Display name changes are now shown in the conversation windows.
3712	  (Robert Mibus)
3713	* Get Info on Yahoo! now works for nonenglish profiles.
3714	  (Ambrose Li)
3715	* General "Get Info" improvements on Yahoo! and MSN (Ambrose Li)
3716	* Yahoo! Japan support. Click More Options and check Yahoo Japan
3717	  in the account editor, to use your Yahoo! Japan account
3718	* Gtk themes can now theme the Gaim buddy list independently of
3719	  other things (Stu Tomlinson)
3720	* Show timestamps now has a per-conversation option in addition
3721	  to the global one, bringing it in line with the other conver-
3722	  sation options (Stu Tomlinson)
3723	* Added MSN buddy icons (Felipe Contreras)
3724	* Added MSN file transfer (Felipe Contreras)
3725	* MSN's idle state now actually sets a buddy idle
3726	* Buddy pounce defaults are now more sane, and apply to the state the
3727	  buddy is currently in. For example, if the buddy is idle, set
3728	  "Return from idle" by default. The last action(s) used are the
3729	  defaults for the next pounce
3730	* Yahoo buddy icon support
3731	* Selected buddy icons will automatically convert to the appropriate
3732	  format for the protocol. (GTK 2.2 and higher only)
3733	* Dragging an image file into the Modify Account dialog will set that
3734	  as a buddy icon.
3735	* Development headers for compiling third-party plugins are now
3736	  installed. (Stu Tomlinson)
3737	* Headers for gaim-remote now reside in gaim/ instead of
3738	  gaim-include/.
3739	* Basic YCHT support, which allows joining Yahoo! Chats when
3740	  logged in using the web messenger method
3741
3742	Bug Fixes:
3743	* Fixed Yahoo! authentication problems.  (Cerulean Studios)
3744	* Non-looping animated icons no longer cause Gaim to freeze
3745	* Flashing windows should work again for unix in window managers that
3746	  support the URGENT hint (Etan Reisner)
3747	* Better handling of character sets in RTF for Novell (Mike Stoddard of
3748	  Novell)
3749	* Contact list sync problems in Novell fixed (Mike Stoddard of Novell)
3750	* Fixed a crash in SILC that sometimes happened when resolving
3751	  the buddy list (Pekka Riikonen)
3752	* Parallel compiles of the perl plugin should work better
3753	  (Stu Tomlinson)
3754	* The disconnected UI op was called twice on connection errors. Now
3755	  it is only called once. (Evan Schoenberg)
3756	* Dragging into conversation windows works better
3757	* Protocol-specific settings for accounts were being removed whenever
3758	  the account was modified. Now they're only removed when the protocol
3759	  type changes, as it should be.
3760	* Zephyr bug fixes and memory leak plugs (Arun A Tharuvai)
3761	* Rewrite of MSN buddylist support, which fixed a known syncronization
3762	  bug and some others (Felipe Contreras)
3763
3764version 0.78 (05/30/2004):
3765	New Features:
3766	* Support for the SILC protocol (http://www.silcnet.org/)
3767	  (Pekka Riikonen)
3768	* Option to suppress disconnect notification when using
3769	  the autoreconnect plugin (Christopher (siege) O'Brien)
3770	* Added support for dragging buddies from the buddy list into the
3771	  Add Buddy Pounce dialog
3772	* Pounce notification now includes time (Mike Lundy)
3773	* The history plugin now shows history for chats in addition to IMs
3774	* Menu item to view conversation logs (Tom Samstag)
3775	* Conversation and chat sizes automatically saved (Stu Tomlinson)
3776	* Added support for Novell privacy settings (Mike Stoddard of Novell)
3777	* Added ability to initiate multi-user conferences (chats) in Novell
3778	  (Mike Stoddard of Novell)
3779	* Find and Save buttons on the debug window (Stu Tomlinson)
3780	* Plugin Actions menu (Christopher (siege) O'Brien)
3781	* Plugins can now add entries to the right-click menu of a group or chat
3782	  (Stu Tomlinson and Christopher (siege) O'Brien)
3783	* Hyperlink colors are now themeable via your ~/.gtkrc-2.0 file
3784
3785	Bug Fixes:
3786	* Compiles again with gcc 2.96 (Ignacio J. Elia)
3787	* Gtk2.0 compatibility fixes (Tim Ringenbach)
3788	* Many documentation updates (Jonathan Champ, Gary Kramlich,
3789	  Stu Tomlinson, and Kevin Stange)
3790	* Yahoo works on 64 bit machines (Gary Kramlich)
3791	* Zephyr works on 64 bit machines (Arun A Tharuvai)
3792	* Novell 64bit fixes, better error messages, and buddy list sync fixes
3793	  (Mike Stoddard of Novell)
3794	* Novell protocol works on big endian machines (Novell)
3795	* Massive rewrite of MSN support, which should fix a number of issues
3796	  and make errors easier to interpret (Felipe Contreras)
3797	* Fixed a privacy-related bug in MSN that affected blocking/permitting,
3798	  which was due to case-sensitive string comparisons (Gudmundur
3799	  Olafsson)
3800	* Fixed an MSN HTTP method bug where MSN would queue data indefinitely.
3801	  (Andrew Wellington)
3802	* All known MSN formatting bugs were fixed.
3803	* Overly long messages and paging cell phones in MSN no longer cause
3804	  disconnects (Felipe Contreras)
3805	* Several bug fixes for MSN's MSNSLP and MSNObject support (Finlay
3806	  Dobbie)
3807	* ALT-F works correctly in the System Log Viewer (Stu Tomlinson)
3808	* New tabs should scroll correctly again (Tim Ringenbach)
3809	* Dialogs opened from a conversation window are now closed when
3810	  the conversation window is closed, preventing a crash (Kevin Stange)
3811	* Copy/paste encoding fixes (Joe Marcus Clarke)
3812	* IRC disconnect crash fix (Luciano Miguel Ferreira Rocha)
3813	* Ampersands in links should work correctly (Tim Ringenbach)
3814	* DirectIM and IM Image support for AIM are greatly improved
3815	  (Tim Ringenbach)
3816	* Gadu-Gadu updates (Andrew Wellington)
3817	* Print Gadu-Gadu messages to the debug window instead of the console
3818	* Updated and standardized blist signals (Gary Kramlich)
3819	* Made the recieve-*-msg signals match the sending ones (Stu Tomlinson)
3820	* The idle time for the buddy-idle and buddy-unidle signals should
3821	  be correct again.
3822
3823	Preference Changes:
3824	* Added "Conversation placement - By conversation count"
3825	* Added a "none" smiley theme to replace the "Show graphical
3826	  smileys" option
3827	* Replace default formatting preferences with a dialog to set a
3828	  default formatting in a WYSIWYG manner.
3829	* Removed "Show logins in window," default to yes
3830	* Removed "Send URLs as links," default to yes (in protocols that
3831	  support HTML)
3832	* Removed "Show URLs as links," default to yes
3833	* Removed New window height & width and Entry field height for Chats &
3834	  IMs, sizes are now saved automatically
3835	* Removed "Tab-complete nicks" default to yes
3836	* Removed "Old-style tab completion", no longer supported
3837	* Removed "Sending message removes away status", default to no
3838	* Removed "Show numbers in groups", default to yes
3839	* Removed "Icons on tabs", default to yes
3840	* Removed "Sounds when you log in", default to no
3841	* Removed "Seconds before resending autoresponse", default to 600
3842	  seconds
3843	* Removed "Send autoresponse in active conversations", default to no
3844	* Removed "Show people joining in window", default to yes
3845	* Removed "Show people leaving in window", default to yes
3846
3847version 0.77 (04/22/2004):
3848	New Features:
3849	* The System Log returns (Ka-Hing Cheung)
3850	* Added a conversation-drag-ended signal (Etan Reisner)
3851	* Reorganized and cleaned up the MSN protocol plugin (Felipe Contreras)
3852	* Added the -c option to specify location of the .gaim directory,
3853	  removed the outdated -f option that no longer had any effect (Daniel
3854	  Atallah)
3855	* Novell GroupWise protocol support added (Novell)
3856	* WYSIWYG improvements (Tim Ringenbach)
3857	* WYSIWYG editing for user info (Jon Oberheide)
3858	* Rich-text copy and paste
3859	* Plugins can now add menu items to the buddy context menu
3860	  (Christopher O'Brien)
3861	* Plugins can now add preferences (Gary Kramlich)
3862	* The TOC protocol is no longer built by default. The plugin is not
3863	  being properly tested and is no longer officially supported.
3864	* Bumped up the plugin API version number, and added version numbers
3865	  for loader plugins and protocol plugins. Authors will want to
3866	  update their plugins, and possibly use GAIM_PLUGIN_API_VERSION,
3867	  GAIM_PRPL_API_VERSION, and GAIM_LOADER_API_VERSION constants.
3868	* Zephyr error reporting works (Arun A. Tharuvai)
3869	* Zephyr deals with non-utf8 characters (Arun A. Tharuvai)
3870
3871	Bug Fixes:
3872	* Formatting in the Log viewer is fixed (Kevin Stange)
3873	* Save Conversation works again (Kevin Stange)
3874	* The Clear button in privacy works (Robert Mibus)
3875	* MSN error reporting works again (Stu Tomlinson)
3876	* MSN e-mail notifications should no longer cause Gaim to crash
3877	  (Felipe Contreras)
3878	* Fixed an infinite loop bug that would sometimes cause MSN to lock
3879	  up (Nickolai Zeldovich)
3880	* All away messages should now show up in tooltips
3881	* Removing zephyr buddies no longer crashes (Arun A. Tharuvai)
3882
3883version 0.76 (04/01/2004):
3884	New Features:
3885	* WYSIWYG text input (with much help from Gary Kramlich and Kevin
3886	  Stange)
3887	* Ability to be invisible on AIM
3888	* Chatroom list support (Tim Ringenbach)
3889	* Added auto-completion for screen names to the New Instant Message and
3890	  Get User Info dialogs.
3891	* Non-ascii character support in AIM chats (Uli Luckas and Marco Ziech)
3892	* Vastly improved browser opening, with tab support! (Nathan
3893	  Fredrickson)
3894	* Added support for connecting to MSN using the port 80 method.
3895	* Support for Mozilla Firefox (Chris Friesen and Nathan Fredrickson)
3896	* Added protocol-specific preferences (Gary Kramlich)
3897	* Local IP address information can be changed in Preferences
3898	  (Tim Ringenbach)
3899	* Improved local IP address detection (Tim Ringenbach)
3900	* Offline accounts in account drop-down lists are now greyed (Etan
3901	  Reisner)
3902	* Improved accessibility support for screen readers and other
3903	  accessibility tools (Marc Mulcahy)
3904	* Improved accessibility in conversation windows (Nathan Fredrickson)
3905	* Keyboard access to context menus via Shift+F10 (Marc Mulcahy)
3906	* Core/UI split event loop code. (Scott Lamb)
3907	* Added improvements to the multi-field request code, including
3908	  required fields and account fields.
3909	* Moved more dialogs to the request API for interface consistency
3910	  (Send Message, Get User Info, and Insert Link dialogs)
3911	* Jabber file transfer
3912	* IRC file transfer (Tim Ringenbach)
3913	* Added a hidden preference for disabling buddy list tooltips or
3914	  changing the pop-up delay in prefs.xml.
3915	* Moved translation news to po/ChangeLog
3916
3917	Bug Fixes:
3918	* Changes in AIM/ICQ server-side buddy lists take
3919	  precedence over the local buddy list
3920	* Significant work on the Zephyr plugin (Arun A. Tharuvai)
3921	* You can now use :/ as a smiley safely (Nathan Owens)
3922	* Various buffer overflow fixes (Stefan Esser)
3923	* Tabs now stay green when they are supposed to (Etan Reisner)
3924	* Fixed a bug where only the first user in a chat room list was removed
3925	  sometimes when trying to remove a group of users (Tim Ringenbach)
3926	* Clearing an AIM buddy icon actually removes it from the server,
3927	  icons changes in the account editor do not take effect if the
3928	  cancel button is used (Stu Tomlinson)
3929	* Improved chat parting logic (Tim Ringenbach)
3930	* Yet Another IRC channel user duplication bugfix (Tim Ringenbach)
3931	* Deleting an account while modifying it will no longer crash gaim.
3932	* Only one account preference window will now appear per account when
3933	  clicking Modify.
3934	* Aliases are now shown alongside the screen name in the message
3935	  queue window. (Kevin Stange).
3936	* TCL Plugin API changed
3937	* The mobile icon on MSN users is now removed when the person disables
3938	  mobile paging (Stu Tomlinson)
3939	* Removing invalid buddies in MSN with a space in their name no longer
3940	  causes a disconnect (Stu Tomlinson)
3941	* Multiple MSN chats should now work (Robert Mibus)
3942	* Added new MSN error codes and fixed an incorrect one (Stu Tomlinson)
3943	* Incoming colors are now processed correctly in MSN.
3944	* Conversation placement by account now works correctly with both
3945	  chats and IMs, and takes the Combine Chats and IMs option into
3946	  consideration.
3947	* Minor tweaks to the list box in the multi-field request dialogs
3948	  so they work without a label and scrollbar (Pekka Riikonen)
3949	* Hitting enter in a multi-field request dialog when a textfield has
3950	  the focus no longer ignores the changed text in the textfield
3951	  (Gary Kramlich)
3952	* The Disconnect dialog no longer raises and gains focus each time
3953	  a disconnected account is added (Ka-Hing Cheung)
3954	* Gadu-Gadu might actually connect again (Ignacy Gawedzki)
3955	* Buddy pounces for an account are removed when the account is
3956	  deleted (Gary Kramlich)
3957	* Various bug and memory leak fixes (Gary Kramlich)
3958	* Assorted SSL crashfixes
3959	* --enable-debug no longer breaks compilation when using gtk 2.4,
3960	  which also broke garnome.
3961	* Tooltips shouldn't crash now (Daniel Atallah)
3962
3963version 0.75 (01/09/2004):
3964	* New Yahoo! auth method
3965	* Yahoo! file transfer (Tim Ringenbach)
3966	* Yahoo! chat joining fixes (Tim Ringenbach)
3967	* Persons can auto-expand when hovering your mouse over it
3968	* Improved i18n support for MSN email notification (Felipe Contreras)
3969	* Jabber SASL PLAIN support
3970	* Improved Jabber MUC (Chat) support
3971	* Fixed an MSN login bug some people likely experienced (Felipe
3972	  Contreras)
3973	* Touch-up various dialogs to follow the Gnome Human Interface
3974	  Guidelines more closely (Steven Garrity, Nathan Fredrickson, and
3975	  Ka-Hing Cheung)
3976	* Works better with all-black gtk themes (Etan Reisner)
3977	* Mozilla Firebird support (Chris (darth_sebulba04))
3978
3979version 0.74 (11/25/2003):
3980	* Sort-by-size log sorting fix
3981	* Log directory umask fix for users of gaim-remote
3982	* Fix Jabber room creation on MUC servers.
3983
3984version 0.73 (11/21/2003):
3985	* New Logging format and code:
3986		* fixes i18n issues with logs
3987		* compatible with old logs
3988		* hopefully fixes segfault in viewing logs
3989	* New disconnected account dialog (Thanks, Daniel Atallah)
3990	* Fixes several Jabber bugs
3991	* Fixes the bug where some dialogs would crash when spell checking was
3992	  enabled. Closes #827930.
3993	* Fixed unblocking of users in MSN (Robert Mibus)
3994	* Fixes outgoing mobile pages on MSN.
3995	* The border on the close buttons on inactive tabs are no longer shown,
3996	  thanks to a fix used by Galeon.
3997	* Compatible with autoconf 2.58.
3998	* Cleaned up gtkspell-related code (Robert McQueen)
3999	* Changed the parameters for the received-chat-msg signal.
4000	* Added a Release Notification plugin
4001
4002version 0.72 (10/31/2003):
4003	* Added a search feature to conversations.
4004	* Added an option to remove the formatting toolbar, both globally and
4005	  on a per-window basis (Nathan Fredrickson)
4006	* Added a drop shadow to the buddy list tooltip
4007	* Smileys are copyable
4008	* Fixed the ICQ login crash
4009	* Fixed a crash in the Add Chat dialog when selecting an
4010	  account that doesn't support chats. Closes bug #821606.
4011	* Fixed a bug where new MSN accounts without buddies added wouldn't
4012	  connect.
4013	* Fixed a crash when deleting an account that has IMs or chats open.
4014	  Closes bug #821630.
4015	* Smileys have background colors
4016	* If SSL is not enabled, MSN will load, but error on connect.
4017	* Disable Jabber SASL auth until the standard stabilizes
4018
4019version 0.71 (10/09/2003):
4020	* The right-click menu for e-mail links now presents a "Copy E-Mail
4021	  Address" item
4022	* Fix sort by idle to behave as it did pre-contact support (David
4023	  Smock)
4024	* Display AIM away messages in the tooltip for buddies when
4025	  they are away
4026	* Support for Buddy Comments for AIM and ICQ buddies
4027	* Window icons are now set as buddy icons or status icons
4028	* Get User Info in MSN and Yahoo now return an error indicating that
4029	  the information doesn't exist if the profile is empty (parts by
4030	  Nathan Poznick)
4031	* Added startup notification support for window managers that support it
4032	* The protocol icon for an account in the accounts window will now
4033	  "pulse" when signing the account on.
4034	* Zephyr formatting fixes (Arun A. Tharuvai)
4035	* Zephyr can connect to chats (Karsten Huneycutt)
4036	* SSL support can now be provided by third party plugins.
4037	* Multiple copies of gaim installed at different locations no
4038	  longer attempt to load the same, possibly incompatible plugins
4039	  (Robert McQueen)
4040	* Implemented another new Yahoo! authentication method
4041	* Fixed a bug displaying Chinese MSN messages (Ambrose C. LI).
4042	* Additional fixes and checks for the perl build process (Sean Burke).
4043	* Massive core/UI splitting.
4044	* Re-write of Jabber protocol plugin
4045	* Conversation API changes.
4046	* Some plugins must be updated due to code variable changes,
4047	  function name changes, and change of behavior for certain
4048	  functions.
4049
4050version 0.70 (09/28/2003):
4051	* Implemented Yahoo's new authentication method (Cerulean Studios)
4052	* Protocol plugins that have plugin dependencies now load correctly.
4053	* Perl installs where it's told to a bit more correctly.
4054	* Robert "Robot101" McQueen cleaned and core/UI split IM
4055	  image support.
4056
4057version 0.69 (09/24/2003):
4058	* Added Contact (aka Person, aka Meta-Contact, aka Buddy Merging, etc)
4059	  support
4060	* Added MSN 6 smileys.
4061	* Added animated smiley support (Ka-Hing Cheung)
4062	* Added SSL support, compatible with GNUTLS and Mozilla NSS.
4063	* Added plugin IPC.
4064	* Added support for gettext 0.12.x.
4065	* Updated MSN support to the MSN Protocol version 9.
4066	* Jabber now supports SSL
4067	* Yahoo now shows people using the java chat client (Tim Ringenbach)
4068	* Yahoo chat and conference (Tim Ringenbach)
4069	* Yahoo ignore support (Jesse Farmer (farmerje))
4070	* Yahoo idle times displayed, long buddy lists work, sms users,
4071	  and other improvements (Tim Ringenbach)
4072	* The accounts window now shows offline accounts as greyed out, and
4073	  online accounts as colored.
4074	* Fixed the text replacement plugin.
4075	* Fixed all known signal problems in perl.
4076	* The right-click menu for conversation tabs now shows the tab icon
4077	  and status, if tab icons are enabled. (Jesse Farmer)
4078
4079version 0.68 (09/01/2003):
4080	* Removed the old event system and replaced it with a much better
4081	  signal system.
4082	* Added plugin dependency support.
4083	* Rewrote the Perl plugin. All old scripts will break, but it offers
4084	  a much better API for new scripts.
4085	* Yahoo color support (Tim Ringenbach (marv_sf))
4086	* Yahoo and MSN get info support (Nathan Poznick)
4087	* Fixed Jabber registrations.
4088	* Fixed a problem where pouncing two users with the same name
4089	  appeared in the same conversation window, and other related
4090	  problems. (Robot101)
4091	* Corrected problems with proxy preferences.
4092	* Mailchk.c and simple.c compile again (Paul A (darkrain))
4093
4094version 0.67 (08/14/2003):
4095	* Brought back the message notification plugin (Brian Tarricone)
4096	  You'll need to reconfigure your settings for this plugin
4097	* IRC protocol plugin rewritten (Ethan Blanton)
4098	* New IRC protocol icon (Nuno Donato)
4099	* Protocol and status icons now optionally appear on tabs.
4100	  (Etan Reisner)
4101	* Various dialog rewrites (Jabber vCard, Add Group, Alias Chat,
4102	  Rename Group, Privacy)
4103	* Shows "hiptop" icon for AIM buddies using hiptop
4104	  devices (Robey Pointer)
4105	* Privacy core/UI split.
4106	* Conversation placement by group now applies to chats in the buddy
4107	  list as well.
4108	* Events in a conversation (user logged in, logged out, window closed,
4109	  etc.) now grey the tab.
4110	* Various bug fixes (larne from irc, Tim Ringenbach, Bjoern
4111	  Voigt, Paul A (darkrain))
4112
4113version 0.66 (07/18/2003):
4114	* Freebsd compile fix (Matthew Luckie)
4115	* .spec file improvements (Ethan Blanton)
4116	* Added a gaim-remote man page (Robert McQueen)
4117	* The Remote Control plugin no longer adds duplicate groups to your
4118	  buddy list.
4119	* Servers and ports are now imported correctly in MSN.
4120	* Core/UI split the core initialization and shutdown.
4121	* MSN messages with newlines are now sent correctly to MSN clients.
4122	* Fix some sound initialization stuff
4123	* Fix saving and import of default away message
4124
4125version 0.65 (07/16/2003):
4126	* Massive internal core/ui splitting
4127	* New account dialog
4128	* Preferences moved to ~/.gaim/prefs.xml
4129	* Account information moved to ~/.gaim/accounts.xml
4130	* Pounces moved to ~/.gaim/pounces.xml
4131	* Added protocol icons to various drop-down boxes
4132	* New Send IM buddy icon merged from Ximian Desktop 2
4133	* Fixed "Sort by Status" crash
4134	* Fixed the MSN signon crash
4135	* Fixed the MSN add buddy crash
4136	* Fixed the MSN empty buddy list bug
4137	* Fixed all known MSN chat bugs
4138	* Fixed HTTP redirect handling in smiley retrieval. This fixes the
4139	  problems with some smiley themes.
4140	* Chats in MSN can now be initiated by right-clicking a buddy and
4141	  choosing Initiate Chat.
4142	* MSN Alerts and incoming MSN pages no longer pop up several error
4143	  dialogs
4144	* Ability to view iChat "Available" messages for AIM
4145	* Stores your buddy icon on the server for AIM
4146	* Support for non-ascii characters with Yahoo! Messenger
4147	* Focus returns to the input box when you click elsewhere, like it used
4148	  to
4149	* New typing notification icons from Ximian
4150
4151version 0.64 (05/29/2003):
4152	* Buddy list sorting in buddy list preferences.
4153	* Improved debug window with timestamps and pause buttons.
4154	* New core/ui split notification and request APIs.
4155	* New mail notification dialog.
4156	* Several bug fixes in MSN.
4157	* Conversation window buddy icon bugs were fixed.
4158
4159version 0.63 (05/16/2003):
4160	* A rewrite of the plugin API. Plugin authors will need to change their
4161	  code based off the changes found in other plugins.
4162	* Perl script support is now provided in the perl plugin.
4163	* Debugging is core/ui split, and has a new API with support for
4164	  debug levels and categories.
4165	* Support for adding chats to your buddy list.
4166	* MSN protocol plugin was rewritten, has experimental buddy icon
4167	  support, and MSN Mobile support.
4168	* Buddy list speed enhancements (Thanks Ethan Blanton).
4169	* Napster protocol updates (Thanks Auke Kok).
4170
4171version 0.62 (04/23/2003):
4172	* Keyboard shortcuts in the buddy list work again (Thanks Joe
4173	  Clarke).
4174	* Support for Jabber XHTML messages
4175	* Ability to re-request authorization from ICQ and Jabber users by right
4176	  clicking on them in your buddy list.
4177	* Improved Zephyr internationalization.
4178	* Bug causing 'Hide on Send' windows to be lost forever fixed.
4179	* Iconified windows are now raised properly.
4180	* Dates printed for old/offline messages.
4181	* Some assorted crash bugs fixed.
4182
4183version 0.61 (04/07/2003):
4184	* Split the buddy pounce core and UI, and rewrote the UI for it.
4185	* Removed folder icons and excess space from the buddy list (Thanks
4186	  Dave Camp)
4187	* Fixed a bug involving dragging buddies and groups
4188	* Re-implemented the logout icons.
4189	* New icons for "away" and "aol" (Thanks, Moses Lei)
4190
4191version 0.60 (04/04/2003):
4192	Core:
4193	* Auto-loading protocol plugins.
4194	* Plugins dialog and perl script menu merged into preferences.
4195	* Don't auto-login if an existing Gaim session is already
4196	  running.
4197	* Moved "privacy preferences" to Tools menu.
4198	* -n, --loginwin option to disable autologins.
4199	* Added support for gettext 0.11.x.
4200	* Added support for automake 1.6.
4201	* aim:// URI's supported with gaim-remote command.
4202	* Quit Gaim remotely with gaim-remote. (Thanks, John Silvestri)
4203	* Added rudimentary support for X11R6 session management. (Thanks,
4204	  Robert McQueen)
4205	* Conversation backend and UI are now separated. (Thanks,
4206	  Christian Hammond)
4207	* Asynchronous, non-blocking, DNS function (Thanks, Nicolas
4208	  Lichtmaier)
4209	* As a side effect of the above: IPv6 support. Tested only with IRC
4210	  (you can receive ipv6 chat requests from irssi!).
4211
4212	Plugins:
4213	* Tray icon plugin--replaces the old GNOME applet. You'll need
4214	  the panel Notification Area applet (aka system-tray-applet)
4215	  for GNOME 2, or the Kicker for KDE 3.1. (Thanks, Robert
4216	  McQueen, Nicolás Lichtmaier, Kristian Rietveld, Ari Pollak &
4217	  Patrick Aussems)
4218	* Added GAIM::remove_event_handler and made set_info short
4219	  circuitable in perl. (Thanks, Ryan McCabe)
4220	* event_del_conversation for plugins. (Thanks, Bill Tompkins)
4221	* Notify.c plugin rewritten; check its configure dialog. (Thanks,
4222	  Etan Reisner)
4223	* Buddy Ticker made a plugin.
4224	* Idle Maker added to source.
4225	* Fortune profile added to source.
4226
4227	AIM/ICQ:
4228	* TOC no longer compiles statically by default--use OSCAR.
4229	* ICQ plugin no longer gets built--use OSCAR.
4230	* Server-stored buddy lists for ICQ with full support for
4231	  authorization (Thanks, Mark Doliner)
4232	* File send/receive support for Aim over Oscar (Thanks, William T.
4233	  Mahan and Mark Doliner)
4234	* Non-direct connect typing notification for AIM over OSCAR.
4235	  (Thanks, Mark Doliner)
4236	* Allow only people in buddy list privacy option added for AIM.
4237	* Full ICQ info reading support. (Thanks, Vincas Ciziunas)
4238	* Support for synchronizing group renames on server.  Group
4239	  rename server synchronization for AIM.  Server-side
4240	  synchronization for moving individual AIM buddy to new
4241	  group improved. (Thanks, Mark Doliner)
4242	* Ability to add screenname@mac.com people to AIM buddy lists.
4243	  (Thanks, Graham Booker)
4244	* Ability to change ICQ password. (Thanks, Mark Doliner)
4245	* Option to have AIM notify you if you have
4246	  unread mail. (Thanks, Mark Doliner)
4247	* Parse URL messages, Contact Sending and Pager Messages
4248	  in ICQ. (Thanks, Mark Doliner)
4249	* use snprintf instead of sprintf. (Thanks, William T. Mahan)
4250	* Fixed crashbug on empty rvous requests. (Thanks Brandon Scott
4251	  (Xeon) for pointing this out, and Matt Pandina for the patch)
4252	* Nice Oscar changes--mostly internal. (Thanks, Mark Doliner)
4253
4254	IRC:
4255	* Added more IRC slash commands -- /W, /VERSION, /MODE, /CTCP stuff,
4256	  -- and other cool IRC enhancments. (Thanks, Jonas Birmé)
4257	* IRC's /topic with no argument displays the current topic (Thanks,
4258	  Mark Doliner)
4259	* DCC File Receive support for IRC.
4260	* Optional password on IRC accounts. (Thanks, Christian Hammond)
4261	* Added half-op support.
4262
4263	Jabber:
4264	* Jabber invisibility and permanently cancel sending on-
4265	  line status to Jabber buddies.
4266	* Jabber roster updated on group renames.
4267	* Fixed a possible segfault when signing off Jabber. (Thanks,
4268	  Craig Boston)
4269	* Improved typing notification support for Jabber and
4270	  Yahoo! (Thanks, Nathan Walp)
4271	* File receive support for Jabber. (Thanks, Nathan Walp)
4272
4273	MSN:
4274	* MSN users are notified when the other party closes the conversation
4275	  window. (Thanks, Christian Hammond)
4276	* File receive support for MSN. (Thanks, Christian Hammond)
4277
4278	Internationalization:
4279	* Now using libiconv for better i18n support (Thanks, Junichi
4280	  Uekawa)
4281	* Lots of i18n fixes (Thanks Matt Wilson, Ethan Blanton, A Lee)
4282	* Correct i18n handling for many parts of AIM/ICQ, including
4283	  instant messages, away messages, and profiles (Thanks,
4284	  Ethan Blanton)
4285	* Improved MSN internationalization (Thanks, A Lee)
4286
4287	Other:
4288	* Optionally uniquely colorize nicks in chats
4289	* Add / Remove buddy menu item added to the chat users list
4290	  (Thanks, Jonas Birmé)
4291	* View log button in conversation toolbar (Thanks, Etan Reisner)
4292	* Option to log IMs and Chats seperately. (Thanks, Etan
4293	  Reisner)
4294	* Removed Ctrl-C binding for color
4295	* Fix first message in tab not displaying bug (Thanks, Etan Reisner)
4296	* Changed some default options
4297	* Updated desktop and window icons (Thanks, Robert McQueen)
4298	* Switch the .desktop file to the new KDE/GNOME common vfolder
4299	  format (Thanks, Robert McQueen)
4300	* Removed all deprecated GTK calls.  Now 100% GTK 2. (Thanks Nathan
4301	  Walp, Christian Hammond, Ari Pollak, Ethan Blanton, Robert McQueen)
4302	* Read proxy environment variables. (Thanks, Christian Hammond)
4303	* Fixed security vulnerability with manual browser option (Thanks,
4304	  Robert McQueen)
4305	* Can get info for ICQ and Jabber users from the "Edit
4306	  Buddies" tab (Thanks, Brian Bernas)
4307	* Code cleanups and fixes (Thanks, Federico Mena Quintero and
4308	  Ka-Hing Cheung)
4309	* Word-wrapping on mail notification text (Thanks, Andrew Molloy)
4310	* Generic File Transfer PRPL interface (Thanks, Christian Hammond)
4311	* Better supression of auto-responses (Thanks, Joshua Blanton)
4312	* Drag-and-drop tabs in conversations, and multiple windows with tabs
4313	  in each (Thanks, Christian Hammond)
4314
4315version 0.59.9 (03/01/2003):
4316	* Updated zh_TW.po file (Thanks breeze833)
4317	* Fix an oscar bug that caused some messages from
4318	  AOL 8.0 to be dropped (Thanks Mark Doliner)
4319	* Changed "openprojects" to "freenode" in irc.c
4320	* Fixed charset conversion on systems which use a BOM for UCS-4
4321	  (Thanks, Alfredo Pen~a, Ethan Blanton)
4322	* Fixed a typo in the man page (Thanks Eric S. Raymond)
4323
4324version 0.59.8 (01/06/2003):
4325	* Ripped out all gtk2 support (Thanks Nathan Walp).
4326	* Fixed smiley related segfault (Thanks Robert McQueen)
4327	* Yahoo! can connect again
4328
4329version 0.59.7 (12/21/2002):
4330	* Yahoo i18n fix (Thanks Ethan Blanton).
4331	* Fixed a bug in escaping saved passwords (Thanks
4332	  Eric Timme)
4333	* Fixed an overflow bug in perl script autoloading
4334	  (Thanks David Kaelbling)
4335	* Some build fixes for those using stricter compilers,
4336	  notably MIPSpro (Thanks David Kaelbling)
4337	* Fixed a bad argument to accept() calls (Thanks David
4338	  Kaelbling)
4339	* Fixed crashbug on empty rvous requests (Thanks Brandon Scott (Xeon))
4340	  for being the first to point this out.
4341
4342version 0.59.6 (11/07/2002):
4343	* Fixed a segfault introduced in 0.59.5 when gtk
4344	  fails to read the ~/.gtkrc or reads it but fails
4345	  to create a style from it.
4346	* Jabber conference timestamps are no longer gigantic
4347
4348version 0.59.5 (10/14/2002):
4349	* Fixed a Yahoo! segfault (Thanks, Craig Metz)
4350
4351version 0.59.4 (10/06/2002):
4352	* Removed color keybinnding altogether.
4353	* Added a horizontal scrollbar to Edit page of
4354	   buddy list. (Thanks, David Fallon)
4355	* Various bug fixes ((Thanks to (in no particular order)
4356	  Ethan Blanton, Mark Doliner, Luke Schierer)
4357	* i18n fixes (thanks, A Lee)
4358
4359version 0.59.3 (09/14/2002):
4360	* Reversed patch that accidentally caused Yahoo
4361	  not to connect--for implementation reasons
4362	* Changed "color" binding to Ctrl-K.
4363	* Unaliaising a person in the "Online" tab will show up
4364	  in the "Edit" tab as well (Thanks, Jason Willis)
4365	* Internationalization fixes, esp. with UTF-8 locales
4366	  (Thanks Matt Wilson and Ethan Blanton)
4367
4368version 0.59.2 (09/09/2002):
4369	* Japanese translation updated (Thanks, Junichi Uekawa)
4370	* Won't crash when you set your MSN Friendly name to an
4371	  empty string.
4372	* Default manual browser command changed to reflect the
4373	  fix in 0.59.1
4374	* Fixed the non-manual browser settings which were broke in
4375	  0.59.1 (Thanks, Chris Blizzard)
4376	* Improved MSN internationalization (Thanks A Lee)
4377	* Smiley lookup will search for longest match for smilies
4378	  like :-(( (Thanks Eric Melski)
4379	* When an IM image is clicked, don't open the browser (Thanks
4380	  Ari Pollak)
4381	* Prevent a possible crash in unhide_buddy_list() (Thanks Ari
4382	  Pollak)
4383	* Fixed a compilation problem on systems without iconv.
4384	* GtkIMHtml can be set to render font sizes as point size
4385	  or AIMish relative sizes -- no more huge Yahoo fonts. (Thanks
4386	  Ka-Hing Cheung)
4387	* Fixed a bug with regard to Jabber resources (Thanks Nathan
4388	  Walp)
4389	* Fixed a possible segfault when signing off Jabber (Thanks
4390	  Craig Boston)
4391	* Word-wrapping on mail notification text (Thanks, Andrew Molloy)
4392	* Strip trailing and leading spaces from MSN/Yahoo names (Thanks,
4393	  Arun Tharuvai)
4394
4395version 0.59.1 (08/25/2002):
4396	* Created a gtk1-stable branch for GTK+ 1.2 bugfix releases.
4397	  Development will continue in our main branch in GTK+ 2 only.
4398	* Fixed a security bug in the manual browser setting (Thanks
4399	  Robert McQueen)
4400	* Now using libiconv for better i18n support (Thanks Junichi
4401	  Uekawa)
4402	* Will work with Perl 5.8 (thanks, Timothy Lee and Dan
4403	  Colascione)
4404	* Fix for HTTP proxies (thanks, Ethan Blanton)
4405	* Read proxy environment variables. (thanks, Christian Hammond)
4406	* Use the pretty gaim.png for our menu entry.
4407	* Added support for gettext 0.11.x.
4408
4409version 0.59 (06/24/2002):
4410	* Squashed a bug in buddy right-click menu handling
4411	  that crashed Gaim.  In the process: found and
4412	  eliminated some memory leaks.
4413	* Fixed a significant applet leak
4414	* Can now change Jabber password on server (Thanks,
4415	  Nathan Walp)
4416	* Certain types of Jabber presence errors no longer
4417	  falsely show a buddy on-line.  Instead now a "broken
4418	  light-bulb" icon is shown and the error status is
4419	  available via "Get Away Msg"  (Thanks and a tip o'
4420	  the hat to Christian Hammond for the graphic)
4421	* Conversation struct has pointer to toolbar (thanks Brent
4422	  Priddy and Paul Miller)
4423	* Zephyr fixes (thanks, Arun A. Tharuvai)
4424	* Aliases in buddy ticker
4425	* Perl scripts can play Gaim sounds (thanks Andrew Rodland)
4426	* Internal sounds can be played by commands (thanks Lex Spoon)
4427	* Auto-login item in applet menu (thanks Chris Boyle)
4428	* Fixed MSN "Unkown Error Code", "Already there", and
4429	  "Already in opposite list" errors
4430	* Changed "Play sound" button to "Mute" button
4431	* You can now have "reserved" chars in IM and proxy passwords
4432	* Jabber now has typing notification  (Thanks, Nathan Walp)
4433	* Improved support for Jabber resources  (Thanks, Nathan Walp)
4434	* Fixed problem with Gaim crashing on non-ASCII Jabber buddy
4435	  aliases (Jabber "name" attribute) chars  (Thanks, Ho-seok Lee)
4436	* Plugged memory leaks in Jabber plug-in
4437	* Fixed problem with Jabber away status not being propagated to
4438	  conference rooms for jabberd (server) v1.4.2 and above
4439	* Chat room buddy lists are now sorted independent of case
4440	* Added capability for protocol-specific edit buddy menu entries
4441	* Can now remove a Jabber buddy roster item from the server
4442	  entirely
4443	* Gaim can now handle messages from Mac ICQ and Miranda ICQ
4444	  (Thanks, Mark Doliner)
4445	* Added Mozilla to browser options and changed KFM to
4446	  Konqueror.
4447	* Can now set the server and port for MSN and Napster
4448	* MSN Internationalization (Thanks Felipe Contreras and
4449	  countless, countless others)
4450	* E-mail addresses are no longer truncated when there is a '.' at
4451	  the end.
4452
4453version 0.58 (05/13/2002):
4454	* Better applet transparency
4455	* Option to raise buddy list on signons/signoffs
4456	* Formatting of incoming MSN messages
4457	* Get Info from menu multiple-account-aware (thanks
4458	  Brian Bernas)
4459	* Hide and unhide functions for the filectl plugin.
4460	  (Thanks, Ari Pollak)
4461	* Added helpful stuff to the Help menu.
4462	* Self-aliasing from the account editor.
4463	* Better selection in GtkIMHtml (Thanks Ben Miller)
4464	* A warning when your OSCAR buddy list is too long
4465	  (Thanks, Mark Doliner)
4466	* ICQ status messages in OSCAR (Thanks, Mark Doliner)
4467	* Play sound when your name is said in a chat
4468	* Approval dialog for Jabber when somebody wants to
4469	  subscribe to user's presence. Also gives user the
4470	  opportunity to add that buddy if not already on the
4471	  user's buddy list.
4472	* Jabber "Change buddy group" roster synchronization now
4473	  works again.  (This was unknowingly broken when the
4474	  "out-sourced" Jabber libs were upgraded in 0.56)
4475	* Invalid Jabber I.D.'s no longer crash Gaim.  User now
4476	  notified with pop-up's.
4477	* Jabber Buddy sign-on time support, added in 0.57,
4478	  removed until and unless and inconsistency can be
4479	  resolved. (Thanks, Nathan Walp)
4480	* Bug-fix for potential buffer overflow in Jabber
4481	  plugin. (Thanks, rwscott)
4482	* Tempfiles used for secure MSN/HotMail login (added in
4483	  0.57) are now themselves created securely.
4484	* Secure MSN logins (added in 0.57) no longer blow up
4485	  on Solaris.
4486	* Timezone support improved.
4487
4488version 0.57 (04/25/2002):
4489	* New authorization method for Yahoo!
4490	* Jabber will tell you when your buddies signed on (Thanks
4491	  Nathan Walp)
4492	* Jabber improvements (Thanks, Nathan Walp)
4493	* More keyboard shortcuts
4494	* event_chat_recv takes char**'s, and event_im_recv takes
4495	  a *guint32 for flags
4496	* Secure hotmail login for MSN (thanks for the tips,
4497	  Scott Werndorfer)
4498
4499version 0.56 (04/11/2002):
4500	* Shell-like send history binded to Ctrl-Up and Ctrl-Down
4501	* libjabber upgraded to most recent stable version
4502	* Buddylist looks a little better
4503	* Fixed MSN privacy settings
4504	* Group deletion fix (Thanks Mark Doliner)
4505	* Alias/Group syncronization for Jabber (Thanks JSeymour)
4506	* Fixed broken signal handling in gdm-started GNOME sessions
4507	  (Thanks Jim Seymour, Vann, Robert McQueen)
4508	* Oscar group syncronization (Thanks, Mark Doliner)
4509	* ICQ Authorization via Oscar (Thanks, Mark Doliner)
4510
4511version 0.55 (03/29/2002):
4512	* Jabber improvements (Thanks Jim Seymour)
4513	* Various sound cleanups (Thanks Robert McQueen)
4514	* Login process shown in single window (Thanks Michael
4515	  Golden)
4516	* Can reorder your accounts in the account editor (Thanks
4517	  Luke Schierer)
4518	* Shows "mobile" icon for Oscar buddies using mobile
4519	  devices (Thanks Mark Doliner)
4520	* Fixed bug in MSN smilies that crashed PPC (and other?) platforms
4521	* HTTP Proxy settings now HTTP compliant (Thanks Robert McQueen)
4522	* Speling corections (Thanks Tero Kuusela)
4523	* Oscar list icon fixes (Thanks Mark Doliner)
4524	* Oscar idle times work again (Thanks Mark Doliner)
4525	* Protocol icons on Edit Buddies tab (Thanks Christian Hammond)
4526
4527version 0.54 (03/14/2002):
4528	* Compiles without GdkPixbuf again
4529	* GtkIMHtml will refresh when you set a new GTK+ theme
4530	* Improved Yahoo! typing notification (thanks Brian Macke)
4531	* Prompt to authorize MSN buddies who added you while you
4532	  were offline (Thanks Jason Willis)
4533	* Option to globally disable Buddy Icon animation (Thanks
4534	  Luke Schierer)
4535	* Numerous bugfixes
4536	* Yahoo! will tell you when your buddies are playing Yahoo!
4537	  games and give you the ability to join them
4538	* Yahoo! can receive offline messages
4539	* IRC can do DCC chat.
4540	* IRC will convert HTML formatting to mIRC formatting.
4541	* Buddylist tab placement option (Thanks Jason Willis)
4542	* Protocol specific smiley faces
4543	* IM Image sending
4544
4545version 0.53 (02/28/2002):
4546	* Minor bug fixes re: queued away messages
4547	* Better buddy icon transparency (for real this time ;-))
4548	* Ability to change formatting of Oscar screen name
4549	* Better selection in HTML widget (Thanks BMiller)
4550	* New icons for ICQ (Thanks Kevin Miller)
4551	* Editable buddy pounces (Thanks Jason Willis)
4552	* Server side buddy lists in Oscar (Thanks Mark Doliner :-))
4553	* Fix for the chatlist plugin
4554	* Typing Notification (AIM Direct Connect, Yahoo, MSN)
4555	* IM Images (Receive Only)
4556	* Prettier GtkImHtml selection
4557	* Better buddy icon transparency (for real this time ;-) )
4558
4559version 0.52 (02/17/2002):
4560	* Better buddy icon transparency (thanks SeanEgan)
4561	* Fixed a little bug with connecting via proxy (thanks
4562	  for reminding me of this, Manish Singh)
4563	* Yahoo! Messenger works again
4564	* MSN Works again
4565	* Can register a new user with a Jabber Server (JSeymour)
4566	* Can now set Jabber vCards (JSeymour)
4567	* Jabber vCards are now shown in their entirety (JSeymour)
4568	* Various jabber bug fixes/enhancements (JSeymour)
4569
4570version 0.51 (01/24/2002):
4571	* Arrow buttons in log viewer and some other dialogs
4572	  work (thanks Ben Miller)
4573	* Option to only send auto-response while idle (thanks
4574	  Sean Egan)
4575	* Control time between sending auto-responses (thanks
4576	  Mark Doliner)
4577	* Should be able to sign on to Oscar using Mac OS X
4578	  (thanks Fingolfin, Vincas Ciziunas, et al.)
4579
4580version 0.50 (12/14/2001):
4581	* Able to import GnomeICU contact lists
4582	* Galeon as browser option (Thanks Rob McQueen)
4583	* IRC /list, /invite (Thanks Sean Egan)
4584	* Option to have IMs and Chats tabbed in same window
4585	* Finally put the lagmeter plugin out of its misery and
4586	  removed it. (/me dances on its grave.)
4587
4588version 0.49 (11/29/2001):
4589	* Can compile against GTK+ 2.0 (version 1.3.10/1.3.11)
4590	* Confirm before removing buddies
4591	* Yahoo updates (thanks Brian Macke)
4592	* Jabber updates
4593	* Zephyr updates (thanks Arun A Tharuvai)
4594	* Gadu-Gadu updates (thanks Arkadiusz Miskiewicz)
4595	* Option to show aliases in conversation tabs
4596	* Option to hide windows after sending messages
4597	* licq2gaim.pl conversion script (thanks Arturo Cisneros, Jr.)
4598
4599version 0.48 (11/18/2001):
4600	* Right-click on links to open/copy URL
4601	* Yahoo changes
4602	* Oscar can send/receive offline messages in ICQ. Since the "real"
4603	  ICQ protocol isn't working too well it's recommended that you
4604	  use Oscar for ICQ.
4605
4606version 0.47 (11/01/2001):
4607	* Better font loading (pays attention to charset now)
4608	  (thanks Arkadiusz Miskiewicz)
4609	* Better recoding in Gadu-Gadu (thanks Arkadiusz Miskiewicz)
4610	* Open Mail button for when you get new mail (Yahoo and MSN)
4611	* New buddy pounce option: Popup Notification
4612	* When adding a buddy, the groups list now updates when you switch
4613	  accounts.
4614	* When creating a new buddy pounce, gaim now automagically
4615	  selects "on away" or "on idle", if the user is away
4616	  or idle.
4617	* Add Opera to the available browsers (thanks Brian Enigma)
4618	* Improved log viewer (thanks to Ben Miller)
4619	* When you are queueing away messages, double clicking on
4620	  a buddy's name will cause the messages for that name to be
4621	  dequeued.
4622	* You can choose which sound player you use at run-time
4623	  (thanks Ben Miller)
4624	* When someone adds you to their buddy list, it asks if you want
4625	  to add them as well (Yahoo, ICQ, and MSN) (thanks Nathan Walp)
4626	* Option to grey idle buddies (thanks Nathan Walp)
4627	* MSN Privacy Options
4628	* In MSN you can set a person's alias to their "friendly name" by
4629	  right-click on their name while they're online.
4630	* IRC can do /WHOIS
4631	* The usual bug fixes and memory leak plugs
4632
4633version 0.46 (10/18/2001):
4634	* New applet icons (courtesy David Raeman)
4635	* ICQ works on big-endian platforms, e.g. sparc and ppc
4636	  (thanks to Nathan Walp and Ben Miller)
4637	* Better applet icon drawing (thanks to Ari Pollak)
4638	* An extraordinary number of bug fixes
4639	* Ability to stop animation on buddy icons, restart animation,
4640	  hide certain buddy icons, and save people's buddy icons, all
4641	  through a right-click menu
4642	* Event handlers in perl passed arguments as elements of
4643	  an array rather than all concatenated as a string, making
4644	  perl much easier to use (thanks Dennis Lambe Jr.)
4645	* Can pass an argument to timeout_handlers in perl
4646	  (thanks Artem Litvinovich)
4647	* Redesigned Modify Account window (thanks Sean Egan)
4648	* Add buddy dialog now lets you select which protocol
4649	  to add the buddy to
4650	* Pressing 'signon' on the first screen for accounts that
4651	  do not require passwords no longer incorrectly displays
4652	  an error message.
4653
4654version 0.45 (10/04/2001):
4655	* New plugin event: event_chat_send_invite
4656	* Major updates to the perl system (reread PERL-HOWTO and
4657	  SIGNALS)
4658	* Major updates to event_chat_* events for plugins (reread
4659	  SIGNALS)
4660	* Some GtkIMHtml improvements
4661	* Various bugfixes
4662	* Nick Highlighting in chat
4663	* Tab-completion for nicks in chat (thanks to Sean Egan)
4664	* Large internal reworkings
4665	* New Protocol: Gadu-Gadu, written by Arkadiusz Miskiewicz
4666	* Can choose buddy icon to send (for Oscar)
4667
4668version 0.44 (09/20/2001):
4669	* More sane scaling of buddy icons (intelligently scale to
4670	  either 48x48 or 50x50 depending on icon)
4671	* Have you ever had it happen where you cancel a login and
4672	  Gaim starts using all the available processing power? I
4673	  think I fixed that.
4674	* Temporarily removed Jabber user registration, which wasn't
4675	  working anyway.
4676	* Added a spiffy Help button
4677	* Wrote a plugin for all those people who miss having the
4678	  chat rooms in their buddy lists (chatlist.so)
4679	* Updated libfaim
4680	* Added drop down selection to chat invitation
4681	* Improved the look of the chat invitation dialog
4682	* Improved the look of the proxy preferences
4683	* event_im_recv and event_im_display_rcvd passed whether
4684	  the message received was auto-response (see SIGNALS)
4685	* IRC fixes (largly copied from X-Chat)
4686	* Internal change to how preferences are stored
4687	* Other bug fixes
4688	* Option to hide buddy icons
4689
4690version 0.43 (09/06/2001):
4691	* Can change friendly name in MSN again
4692	* Bug fixes
4693	* Auto-reconnect plugin has exponential timeout (i.e. it
4694	  tries after 8 seconds, then 16, then 32, etc. up to 17
4695	  minutes)
4696	* Removed file transfer things from Napster. It didn't work
4697	  well anyway. It'll be back eventually. (Does anyone even
4698	  use napster anymore?)
4699
4700version 0.11.0-pre15 (08/28/2001):
4701	* MSN works again
4702	* Fixed a little segfault when images are links
4703	* Redid the about box again.
4704	* Fixed a nice little bug with the manual browser command
4705	* Oscar Unicode fix (Thanks John Matthews)
4706	* Can select which protocols are compiled statically
4707	  (e.g.: ./configure --with-static-prpls=oscar,jabber)
4708	* New plugin events: event_im_displayed_sent and
4709	  event_im_displayed_rcvd. Use these to change messages after
4710	  they're displayed (e.g. encrypt sent messages, or send
4711	  auto-responses and have them display locally properly)
4712	* Can use Arts for sound (thanks Tom Dyas)
4713
4714version 0.11.0-pre14 (06/17/2001):
4715	* Fixed a segfault with Oscar's account confirmation
4716	  (Thanks, Adam)
4717	* Some MSN changes
4718	* Some HTML widget changes
4719	* Can specify hosts/ports for Yahoo (thanks Jeremy Brooks)
4720	* Many many bugfixes
4721
4722version 0.11.0-pre13 (06/06/2001):
4723	* Can view/set chat topic in Jabber (thanks faceprint)
4724	* The napster plugin no longer segfaults on invalid names
4725	  and/or passwords.
4726	* HTML is properly stripped from away messages in protocols that
4727	  do not use HTML.  (thanks, faceprint)
4728	* Can view/set chat topic in IRC
4729	* MSN properly escapes outgoing messages
4730	* Much needed updates to the gaim man page (thanks, Sean Egan)
4731
4732version 0.11.0-pre12 (05/29/2001):
4733	* Fixed a funny bug with auto responses when queued messages
4734	  are enabled.
4735	* Redesigned the Font Options preference page
4736	* Improved Jabber chat support (it whispers now, too)
4737	* Zephyr can do Subscriptions now (thanks to nsanch)
4738	* Auto-recon plugin got reworked
4739	* Lots of clean-ups
4740	* Some new pixmaps (Thanks, DennisR).
4741	* Fixed a segfault in IRC (Thanks Sean Egan)
4742	* MSN can now change your 'friendly name' (Thanks for the
4743	  packet logs, aechols)
4744	* More IRC improvements [colors, etc] (Thanks Sean Egan)
4745	* Improved proxy options
4746	* Fixed a small issue with HTML not being stripped from
4747	  log files properly (Thanks, faceprint and David Stoddard)
4748	* Can turn on/off Yahoo! Mail announcements
4749	* Can force messages through the server for ICQ (use this if
4750	  you have problems sending)
4751	* Can receive buddy icons in Oscar (requires gdk_pixbuf,
4752	  which GNOME depends on. If you --disable-pixbuf, it will
4753	  disable this.)
4754	* Redesigned plugins dialog (thanks Mike Heffner)
4755
4756version 0.11.0-pre11 (04/30/2001):
4757	* Zephyr updates and additions, thanks Neil Sanchala (nsanch)
4758	* Jabber can send/accept chat invites (due to mid)
4759	* MSN has the option to notify you of new hotmail
4760	  messages
4761	* Fixed a problem with ADD requests in MSN
4762	* Fixed a small memory leak with MSN
4763	* Moved MSN's spammy debug output into debug_printf's
4764	* Can rename groups/buddies in the Edit Buddies pane
4765	  (thanks Neil Sanchala)
4766	* Some perl updates (thanks to Sean Egan)
4767	* IRC got the following slash commands:
4768	  op, deop, voice, devoice, mode, raw, quote, and kick (thanks
4769	  to Sean Egan)
4770	* MSN Properly handles URL decoding of 'friendly' names
4771	* Redesigned Preferences pages (design by DennisR)
4772	* Can select where tabs are for tabbed IM/Chat windows
4773	* Option to queue away messages while away
4774	* Jabber got good updates (from faceprint)
4775	* Oh yes, and Oscar works, yet again. (gee... that's what, 4
4776	  releases that have "fixed" it now?)
4777
4778version 0.11.0-pre10 (04/13/2001):
4779	* Many, many bug fixes
4780	* Can choose to not send away auto-response (thanks phzzzt)
4781	* Uh... Oscar works? For now?
4782	* IRC Plugin can do whois (right click and info)
4783	* IRC Plugin got away message support
4784	* Gaim blist to WinAIM blt perl script (courtesy Andy Harrison)
4785	* Sound on buddy pounce (Thanks Andrew Echols)
4786	* Can view all group chats in one tabbed window (same keybindings
4787	  as for tabbed normal conversations)
4788	* More Protocol plugins:
4789		Zephyr (plugins/zephyr) (DON'T USE THIS unless you know
4790			what it is and why you'd want to use it)
4791
4792version 0.11.0-pre9 (03/26/2001):
4793	* Can register Jabber accounts (load the Jabber plugin and click
4794	  Register on the login window)
4795	* GtkIMHtml handles themes (no background pixmaps though) (thanks
4796	  decklin, mishan)
4797	* URLS Linkify properly in Buddy chats
4798	* Jabber compiles better on Solaris?
4799	* Gaim works with Oscar Again (Huge thanks to Adam Fritzler of
4800	  libfaim)
4801
4802version 0.11.0-pre8 (03/23/2001):
4803	* Fixed a problem with MSN not detecting signoffs and buddy updates.
4804	* Implemented away options in MSN
4805	* Alt-[1-9] to go to [1-9]th pane in tabbed convo window
4806	* Jabber fixes, Oscar fixes (!), Yahoo fixes, TOC fixes
4807	* Can use Alt to access menu, and Ctl-char for certain actions
4808	  (thanks baldnik)
4809	* Oscar blocking works (?)
4810	* MSN can see status of other users
4811
4812version 0.11.0-pre7 (03/16/2001):
4813	* Can build RPMs as non-root
4814	* New yahoo library (can use HTTP proxy)
4815	* Command-line arg to specify config file (thanks Jason Boerner)
4816	* Can view all conversations in one tabbed window (Control-[ and
4817	  Control-] move left and right respectively; Control-Tab moves
4818	  to the next unread, or the next tab if there are no unread tabs)
4819	* Tooltips on links work again
4820	* Can log system notices: signons/signoffs, awayness and idleness
4821	  (thanks Andrew Echols)
4822	* MSN fixes
4823	* Applet fixes
4824
4825version 0.11.0-pre6 (03/06/2001):
4826	* Fixed bug with NAS support
4827	* Napster plugin is included again
4828	  (Thanks for pointing out that it was missing,
4829	  (Yan V. Bulgak)
4830	* Oscar can: search by email, request confirmation, change password
4831	* TOC fixes
4832	* ICQ fixes
4833	* Faster HTML parsing/rendering
4834
4835version 0.11.0-pre5 (02/26/2001):
4836	* Minor GUI changes
4837	* ICQ Alias problem fixed
4838	* Negative times fixed
4839	* Cannot create blank away messages/messages with blank titles
4840	* Can right-click Edit Buddies list to alias/add pounce/etc.
4841	* Ability to independently set accounts as away
4842	* Can use all away states for ICQ, Yahoo (N/A, Be Right Back, etc.)
4843	* Fixed hanging trees
4844	* Can close windows by hitting 'Esc' (optional)
4845	* Better HTML Widget
4846	* Can toggle timestamps by hitting F2 (optional)
4847	* Rewritten file transfer for TOC
4848	* Jabber got chat
4849	* Log Viewer (courtesy BMiller)
4850	* Can save conversation history
4851	* Napster can kinda sorta download files sometimes :)
4852	* You can activate IDs in Yahoo
4853	* ICQ upgraded to use icqlib 1.1.5
4854
4855version 0.11.0-pre4:
4856	* ICQ upgraded to use icqlib 1.1.0
4857	* An enormous amount of bug fixes
4858	* Even More Protocol Plugins:
4859		Jabber (plugins/jabber)
4860		Napster (plugins/napster.c)
4861	* Fixed a segfault with 'Ignore new conversations while away'
4862
4863version 0.11.0-pre3 (12/15/2000):
4864	* Away messages arranged alphabetically (Thanks Justin)
4865	* More GUI adjustments
4866	* Can optionally run command to play sound files
4867	* Icons for ICQ plugin (blatently stolen from GnomeICU)
4868	* Icons for Yahoo plugin (not-so-blatently stolen from GTKYahoo)
4869	* Optionally display warning level next to name in buddy list
4870	* Optionally ignore fonts on incoming messages
4871	* Command-line option to automatically set yourself as
4872	  away upon signon (thanks bmiller)
4873	* Buddy list backups now stored in ~/.gaim/SN.protocol.blist (gaim will
4874	  move the old file for you). Needed for when you have the same name on
4875	  two different protocols. (Oscar and TOC share the same file.)
4876	* More Protocol plugins:
4877		MSN (plugins/msn)
4878
4879version 0.11.0-pre2 (12/04/2000):
4880	* Fixed a segfault with a bad util.c
4881
4882version 0.11.0-pre1 (12/03/2000):
4883	* Multiple connections
4884	* Protocol plugins:
4885		IRC (plugins/irc.c)
4886		Yahoo (plugins/yay)
4887		ICQ (plugins/icq)
4888	* Logs now stored to ~/.gaim/logs rather than ~/.gaim/SN/
4889	* User configurable sounds
4890	* Scroll bar now functions properly in chat room user lists
4891	* X-Idle support added (thanks bmiller and bryner)
4892	* small change in the way away messages are displayed
4893	  (Thanks Ryan C. Gordon)
4894	* Plugin system uses GModule now (improves portability, adds features)
4895	  (Requires recompile and probably modifications of most plugins)
4896	* Perl got updates (reread plugins/PERL-HOWTO)
4897	* Spell checker now uses gtkspell
4898	* Auto-Away (thanks, yet again, to bmiller ;)
4899	* More buddy pounce options
4900	* Various GUI improvements
4901
4902version 0.10.3 (10/09/2000):
4903	* Segfault when viewing user info fixed
4904	* libdb problem fixed
4905
4906version 0.10.2 (10/07/2000):
4907	* A few fixes to the URL parser.
4908	* Better placement of smiley dialog
4909	* Improved log file readibility
4910	* Code cleanups (thanks kylev)
4911	* Fixed problem when closing away message box (thanks bmiller)
4912	* sprintf() problem on some systems
4913	* Various small bug fixes
4914
4915version 0.10.1 (09/15/2000):
4916	* Better chatroom logging
4917	* Oscar works again. Pay no attention to Slashdot.
4918	* gtkhtml handles background colours better.
4919	* A third conversation window display preference.
4920	* Better support for things like Sawfish
4921
4922version 0.10.0 (09/11/2000):
4923	* New Smiley Faces and Pixmaps added.
4924	* Smiley faces now properly wrap in the conversation windows.
4925	* Smiley dialog
4926	* Fixed 0-byte file segfault.
4927	* Borderless buttons (for that cool pop-up look)
4928	* Fixed some resizing bugs
4929	* Added Ctrl+{B/I/U/S} hotkeys to conversation windows.
4930	* Added Ctrl+(number) hotkeys to insert smileys in conversation windows.
4931	* Support for %n, %d, and %t in away messages.  Thanks bmiller!
4932	* Background colors
4933	* Redesigned preferences dialog
4934	* Redesigned conversation dialog
4935	* Removed the Lag-O-Meter (Lag-O-Meter is now a plugin)
4936	* SOCKS 4/5 proxy works
4937	* Buddy Pounces are now saved in .gaimrc
4938	* Buddy Chats are now saved in .gaimrc
4939	* Ability to merge gaim, aim2, aim4 buddylists. Thanks again bmiller!
4940	* ICQ-style aliases. This lets you change the name you see your buddy
4941	  as. For example, if your buddy's SN is 'CouldntGetMyName', you can
4942	  alias him as 'Loser'.
4943	* Compile with GNOME bits if available
4944	* Added GNOME Url Handler as an available web-browser
4945	* Added the S html tag.
4946	* Optionally Ignore TiK's Automated Messages
4947	* Option to beep instead of play sound
4948	* New icons for panel (depends on some GNOME pixmaps)
4949	* Perl scripting. See plugins/PERL-HOWTO for how to write perl scripts.
4950	  All .pl files in ~/.gaim are autoloaded when gaim starts.
4951	* HTML widget is faster, more stable
4952
4953version 0.9.20 (07/14/2000):
4954	* More plugin events, more plugin features
4955	* Run-time OSCAR support
4956	* Added buddy list ticker (See prefs/Appearance). Clicking on a
4957	  name will cause a new or previous IM window to display for
4958	  that screenname
4959	* "You are sending messages too quickly" error is now fixed
4960	   when you have a large buddylist.
4961	* Fixed the LC_ALL compile problem on Solaris boxes
4962	* Fixed PPC and ARM compile problem with oscar.c
4963	* Smileys work better, and don't cause font attributes to drop
4964	* Dialog windows are now prettier
4965	* /me in IM window; font/color dialogs and smileys in chat window
4966
4967version 0.9.19 (06/09/2000):
4968	* Graphical Smiley Faces
4969	* Applet got a bit of a makeover (inside & out)
4970	* Compile-time options affect Preferences dialog
4971	* Whispering in chat works (does anyone even use this?)
4972	* HTML-tag buttons in chat
4973	* Chat got all kinds of new features (like IRC-sytle /me)
4974	* Chat in oscar works much better
4975	* Locale support
4976	* Fixed the segfault when your server-side config is null
4977	* Many many bugfixes
4978
4979version 0.9.18 (06/02/2000):
4980	* Logging in works better for oscar
4981	* Double error bug when sending message to an offline user is
4982	  fixed.
4983	* Pressing enter once again sends a message in buddy chatrooms (oops)
4984	* More fixes for the change on the AOL sign-on process.
4985	* Fixed bug where Gaim sometimes doesn't find a font to use.
4986	* Per-conversation font and color dialogs (thanks fflewddur)
4987	* Chat in oscar works (somewhat)
4988	* Even more fixes for the sign-on process, and now you don't flash when
4989	  setting permit/deny lists.
4990
4991version 0.9.17 (05/31/2000):
4992	* Automagic feature to check for new versions has been removed
4993	* Infinite loop bug fixed
4994
4995version 0.9.16 (05/31/2000):
4996	* Paned buddy chat window (Thanks Syd)
4997	* Buddy lists (and changes) are cached to ~/.gaim/<sn>.blist
4998	  where <sn> is your screen name. If for some reason, you log
4999	  into the AOL server and the buddy list comes back empty, we
5000	  check for a cache file, and, if we find one, read it in. This
5001	  essentially implements recovery from a server crash at AOL
5002	  (AOL does not back up machines that contain TOC-based buddy
5003	  lists, unfortunately).  (Thanks Syd)
5004	* Font selection dialog
5005	* Small changes to the Oscar/libfaim stuff (see libfaim/README.gaim)
5006	* SOCKS 4 proxy support
5007	* Better proxy support overall (you can get people's info now! :) )
5008	* Two-way file transfer (you can get and send files, but you still
5009	  can't initiate either)
5010	* Fixed font problem with Misconfigured X-Servers.  Thanks Decklin!
5011	* Fixed the No Configuration problem that came about today (5/31)
5012
5013version 0.9.15 (05/06/2000):
5014	* Plugin support enabled by default (oops)
5015	* Some plugins built/installed by default
5016	* Option to automagically check for new releases
5017	* Ability to receive files (one-way file transfer)
5018	* In-line spell checker (thanks to Torrey Searle of the
5019	  Everybuddy Devel team for this one)
5020
5021version 0.9.14 (04/24/2000):
5022	* Numerous Fixes by G. Sumner Hayes (buffer over flow patches,
5023	  etc)
5024	* Paned Conversation Windows (Thanks Syd)
5025	* Raise Window On Message Received, Fixed (Thanks Syd)
5026	* When multiple screen names, Gaim now correctly remembers the name
5027	  that was used last.
5028	* FONT sizes now work correctly.
5029	* PLUGIN SUPPORT!! (Lots of cool goodies here)
5030	* Fixed another leak or two
5031	* Added ability to change your screenname password
5032	* Devil pixmaps
5033
5034version 0.9.13 (03/27/2000):
5035	* Dialog Box Segfault Fixed (When You Click A Toggle Then Cancel)
5036	* Double Log-Out Message Fixed
5037	* GNOME compile error fixed
5038	* Away Message Problem Fixed
5039	* Fixed URL Right Click Menus
5040	* Conversation Loggin now shows Full Date and Time
5041	* Internal Change to Buddy List
5042
5043version 0.9.12 (03/25/2000):
5044	* Segfault fix for PPC/Alpha/etc machines with log(0)
5045	  Thanks to Todd Cohen for this one.
5046	* Small internal change to the way prefs work
5047	* GNOME Applet support works better
5048	  (thanks to Eric Warmenhoven for the patch)
5049	* Support for displaying true type fonts
5050	* Lag-O-Meter does not send lag-test if not selected
5051	* Fixed problem with saving away messages which contain spaces
5052	  and numbers.
5053	* Various GNOME Applet Enhancements (thanks AGAIN to
5054	  Eric.  Someone needs to stop this boy :-) )
5055	* A lot of random, obscure bugs fixed
5056	* All of the major and I believe all of the minor memory leaks are
5057	  now fixed
5058	  (Thanks to Peter Teichman, Larry Ewing, Jeramey Crawford, and me)
5059
5060version 0.9.11 (03/22/2000):
5061	* <STRIKE>Strike Tag Support</STRIKE> :-)
5062	* Another memory leak fix
5063	* New .gaimrc format
5064	* Better support for multiple screen names
5065	* Font Properties
5066	* Saving of buddylist window position
5067	* Fixed a problem with Gaim and the Netscape-branded version
5068	  of Mozilla
5069	* New Sound Properties
5070	* More General Properties
5071	* Bigger Text-Entry field (Thanks to CrazyDavy for this one)
5072	* Various Random Bug fixes
5073
5074version 0.9.10 (11/03/1999):
5075	* Fixed a nasty memory leak.  No more 40M Gaim processes. LOL
5076	* IDLE Times are displayed in a neater fashion.
5077
5078version 0.9.9  (10/31/1999):
5079	* A little selection bug has been squished
5080	* Small memory leak fixed
5081	* Small network fix (problem with HTTP Proxy fixed?)
5082	* Proxy stuff should work now :)
5083	* Widget table support, dir info looks nicer
5084	* Info box looks nicer (thanks to Decklin Foster)
5085	* Client now 'corrects' time values from the server for accurate
5086	  login times.
5087	* Lag-O-Meter (ala Drunken Jim)
5088	* IDLE Preferences
5089
5090version 0.9.8  (10/04/1999):
5091	* HTTP Proxy Support (No SOCKS yet)
5092	* HTML Widget more robust
5093	* Graphical Debug Window
5094	* Buddylist bug fixed
5095	* Some logging fixes and improvements
5096	* configurable host/port selection
5097	* Clickable Links in buddy chat
5098	* New Gaim Logo
5099	* Display Signon/Signoff messages in conversation windows
5100	* Option to strip HTML from logged messages
5101	* GNOME cleanups (It might work now haha)
5102	* When viewing user info, URLS are converted to clickable links
5103	* Tooltips on URLS
5104
5105version 0.9.7  (08/08/1999):
5106	* Preliminary Oscar Support
5107	* Fixed bad network bug
5108	* Fixed some bad text rendering bugs in the HTML widget
5109	* log all conversation names are now normalized.
5110	* Fixed another bad network bug :)
5111	* Multiple browser support, some Netscape buggies fixed.
5112	* Permit/Deny preferences moved to 'Permit' pane on buddylist.
5113	* Fixed problem with _, ', and \ in passwords
5114
5115version 0.9.6  (08/01/1999):
5116	* Fixed 'log all conversation' segfault
5117	* Added NAS support
5118	* Removed Xmu dependancies.
5119	* Restructured network code
5120	* ESD detection more robust.
5121	* Sound fallbacks are MUCH more robust!
5122
5123version 0.9.5  (07/25/1999):
5124	* Fixed About Box SegFault
5125	* Autologin Works with Applet
5126	* Option to Show Buddy List after Signon with Applet
5127	* 2048 character messages
5128	* Away-Detection (shows a different icon on the buddy list)
5129	* Fixed Segfault with messages > allowed size
5130	* Added option to log all conversations
5131	* Changed g_new to g_new0
5132	* Buddy List: Right Click Menus
5133	* Find Buddy By Email
5134	* Find Buddy By Info
5135	* New HTML widget (Underline/Links/HRs)
5136	* Updated Toolbar with 'Underline' Icon
5137	* More Buddy Pounce Options
5138	* Option to auto-change urls into clickable links (Under Prefs)
5139	* Better Buddy Chat functionality
5140	* Away Prefs
5141	* Registration Information (Let Us Know Who You Are)
5142	* Buddy Chat Prefs (Update Chatroom Lists)
5143	* Set User Info
5144	* FAQ added to the distribution
5145	* Sound problem with some systems fixed
5146	* Set Dir Info
5147	* Autostart of Netscape on URL Click
5148	* DnD Rearranging of Groups
5149	* Better Netscape Functionality
5150	* Right Click `URL' Menus
5151	* DnD Rearranging of Buddies
5152	* Script to convert win95 buddylist to gaim buddylist
5153	* Added `Link/URL' button to conversation window
5154	* ESD is now autodetected
5155	* Not too important but we GNU-ified the source tree :)
5156
5157version 0.8.0  (04/31/1999):
5158	* Code clean-up
5159	* Updated Prefs
5160	* Buddy Pouncing
5161	* Pixmaps for buttons
5162	* Buddylist import/export
5163	* Autoconf/Automake
5164	* Conversation Logging
5165	* Coloured Text Selection
5166	* Updated Preferences
5167	* ESD Support
5168	* Minor Bug Fixes
5169	* `Warning' support
5170	* `Blocking' on conversation window
5171	* Add/Remove buddy from conversation window
5172	* Scroll-Wheel Mice work in Conversation Window
5173	* Fixed WindowMaker Appicon
5174	* version Number in About Box
5175	* Gaim Slogan in about box :)
5176	* Created Changelog File :)
5177