ChangeLog

Fri, 28 Nov 2008 02:19:42 +0000

author
Jonathan Sailor <jsailor@jesnetplus.com>
date
Fri, 28 Nov 2008 02:19:42 +0000
changeset 24819
95e726e2bc06
parent 24818
be15f83ee554
child 24821
de328dfc3bc9
permissions
-rw-r--r--

Some improvements to XMPP resource handling:
* Blank resources cause us to expect the server to assign one to us.
* Using "__HOSTNAME__" as the resource will cause us to replace this
string with the actual hostname of the machine we're running on.

Fixes #5565.


committer: John Bailey <rekkanoryo@rekkanoryo.org>

15998
294277e634fc More gaim->whatever isms
Mark Doliner <markdoliner@pidgin.im>
parents: 15997
diff changeset
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
10003
8340e9f5f191 [gaim-migrate @ 10920]
John Silvestri <john.silvestri@gmail.com>
parents: 9933
diff changeset
2
24490
ac19395a37b1 Prep for 2.5.3 ... or whatever comes next
Ethan Blanton <elb@pidgin.im>
parents: 24487
diff changeset
3 version 2.5.3 (??/??/????):
24516
2d2bea142d26 ChangeLog the MSN certificate fix.
Richard Laager <rlaager@pidgin.im>
parents: 24490
diff changeset
4 libpurple:
2d2bea142d26 ChangeLog the MSN certificate fix.
Richard Laager <rlaager@pidgin.im>
parents: 24490
diff changeset
5 * Fix an error with MSN offline messages by shipping the *new*
2d2bea142d26 ChangeLog the MSN certificate fix.
Richard Laager <rlaager@pidgin.im>
parents: 24490
diff changeset
6 "Microsoft Secure Server Authority" and the
2d2bea142d26 ChangeLog the MSN certificate fix.
Richard Laager <rlaager@pidgin.im>
parents: 24490
diff changeset
7 "Microsoft Internet Authority" certificates. People that use
2d2bea142d26 ChangeLog the MSN certificate fix.
Richard Laager <rlaager@pidgin.im>
parents: 24490
diff changeset
8 --with-system-ssl-certs and GnuTLS need to include these in the
2d2bea142d26 ChangeLog the MSN certificate fix.
Richard Laager <rlaager@pidgin.im>
parents: 24490
diff changeset
9 system certs directory.
24623
cc86f44f12d0 This was originally a patch from Brian Geppert that corrected the 'silently
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 24565
diff changeset
10 * Corrected maximum message lengths for Yahoo!
24755
c4995e54b1a7 I forgot to ChangeLog this earlier. Refs #220.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 24623
diff changeset
11 * Fix some problems with Gadu-Gadu buddy icons (Adam Strzelecki)
24757
529d315a97b3 Credit Toby Schaffer for his patch.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 24755
diff changeset
12 * Enable auto-reply on Zephyr, to emulate 'zaway' (Toby Schaffer)
24760
123bdfaaedf9 ChangeLog the last few things I committed.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 24757
diff changeset
13 * The Buddy State Notification plugin no longer prints duplicate
123bdfaaedf9 ChangeLog the last few things I committed.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 24757
diff changeset
14 notifications when the same buddy is in multiple groups (Florian Quèze)
123bdfaaedf9 ChangeLog the last few things I committed.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 24757
diff changeset
15 * The Buddy State Notification plugin no longer turns JID's, MSN Passport
123bdfaaedf9 ChangeLog the last few things I committed.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 24757
diff changeset
16 ID's, etc. into links (Florian Quèze)
123bdfaaedf9 ChangeLog the last few things I committed.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 24757
diff changeset
17 * Fix a crash in SIMPLE when a malformed message is received.
24818
be15f83ee554 Fix the namespace URL we look for on PEP reply stanzas to match the URL we
Paul Aurich <darkrain42@pidgin.im>
parents: 24770
diff changeset
18 * Fix the namespace URL we look for in PEP reply stanzas to match the URL
be15f83ee554 Fix the namespace URL we look for on PEP reply stanzas to match the URL we
Paul Aurich <darkrain42@pidgin.im>
parents: 24770
diff changeset
19 used in the 'get' requests (Paul Aurich)
24819
95e726e2bc06 Some improvements to XMPP resource handling:
Jonathan Sailor <jsailor@jesnetplus.com>
parents: 24818
diff changeset
20 * XMPP resources can default to the local machine's hostname by using
95e726e2bc06 Some improvements to XMPP resource handling:
Jonathan Sailor <jsailor@jesnetplus.com>
parents: 24818
diff changeset
21 __HOSTNAME__ as the resource string (Jonathan Sailor)
95e726e2bc06 Some improvements to XMPP resource handling:
Jonathan Sailor <jsailor@jesnetplus.com>
parents: 24818
diff changeset
22 * XMPP resources can now be left blank, causing the server to generate a
95e726e2bc06 Some improvements to XMPP resource handling:
Jonathan Sailor <jsailor@jesnetplus.com>
parents: 24818
diff changeset
23 resource for us (Jonathan Sailor)
24490
ac19395a37b1 Prep for 2.5.3 ... or whatever comes next
Ethan Blanton <elb@pidgin.im>
parents: 24487
diff changeset
24
24558
7d4379a9536e Use GtkSetting to obtain the tooltip preferences instead of our own hidden
Richard Laager <rlaager@pidgin.im>
parents: 24516
diff changeset
25 Pidgin:
7d4379a9536e Use GtkSetting to obtain the tooltip preferences instead of our own hidden
Richard Laager <rlaager@pidgin.im>
parents: 24516
diff changeset
26 * On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting
7d4379a9536e Use GtkSetting to obtain the tooltip preferences instead of our own hidden
Richard Laager <rlaager@pidgin.im>
parents: 24516
diff changeset
27 instead of our own (hidden) tooltip_delay pref. If you had
7d4379a9536e Use GtkSetting to obtain the tooltip preferences instead of our own hidden
Richard Laager <rlaager@pidgin.im>
parents: 24516
diff changeset
28 previously changed that pref, add a line like this to
7d4379a9536e Use GtkSetting to obtain the tooltip preferences instead of our own hidden
Richard Laager <rlaager@pidgin.im>
parents: 24516
diff changeset
29 ~/.purple/gtkrc-2.0 (where 500 is the timeout (in ms) you want):
7d4379a9536e Use GtkSetting to obtain the tooltip preferences instead of our own hidden
Richard Laager <rlaager@pidgin.im>
parents: 24516
diff changeset
30 gtk-tooltip-timeout = 500
7d4379a9536e Use GtkSetting to obtain the tooltip preferences instead of our own hidden
Richard Laager <rlaager@pidgin.im>
parents: 24516
diff changeset
31 To completely disable tooltips (e.g. if you had an old tooltip_delay
7d4379a9536e Use GtkSetting to obtain the tooltip preferences instead of our own hidden
Richard Laager <rlaager@pidgin.im>
parents: 24516
diff changeset
32 of zero), add this to ~/.purple/gtkrc-2.0:
7d4379a9536e Use GtkSetting to obtain the tooltip preferences instead of our own hidden
Richard Laager <rlaager@pidgin.im>
parents: 24516
diff changeset
33 gtk-enable-tooltips = 0
24769
277d51abcacc ChangeLog'd the release notifications change
Gary Kramlich <grim@reaperworld.com>
parents: 24623
diff changeset
34 * Moved the release notification dialog to a mini-dialog in the
277d51abcacc ChangeLog'd the release notifications change
Gary Kramlich <grim@reaperworld.com>
parents: 24623
diff changeset
35 buddylist. (Thanks to Casey Ho)
24558
7d4379a9536e Use GtkSetting to obtain the tooltip preferences instead of our own hidden
Richard Laager <rlaager@pidgin.im>
parents: 24516
diff changeset
36
24564
f1051b62e007 Allow binding meta-arrow keys for actions. Requested by essobi in #pidgin
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 24516
diff changeset
37 Finch:
f1051b62e007 Allow binding meta-arrow keys for actions. Requested by essobi in #pidgin
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 24516
diff changeset
38 * Allow binding meta+arrow keys for actions.
f1051b62e007 Allow binding meta-arrow keys for actions. Requested by essobi in #pidgin
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 24516
diff changeset
39
24565
334a6ce09239 merge of '331b00dd3804bd72be0535a552264d9b04d5bfca'
Richard Laager <rlaager@pidgin.im>
parents: 24558 24564
diff changeset
40
24468
01ebe0f78854 Let's release. Either on a PC in Europe or in about 3 hours.
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 24455
diff changeset
41 version 2.5.2 (10/19/2008):
24283
cdb6833e76dd Add things to the ChangeLog. Please add things to the changelog when
Kevin Stange <kstange@pidgin.im>
parents: 24226
diff changeset
42 libpurple:
cdb6833e76dd Add things to the ChangeLog. Please add things to the changelog when
Kevin Stange <kstange@pidgin.im>
parents: 24226
diff changeset
43 * Fixed a crash on removing a custom buddy icon on a buddy.
cdb6833e76dd Add things to the ChangeLog. Please add things to the changelog when
Kevin Stange <kstange@pidgin.im>
parents: 24226
diff changeset
44 * Fixed a crash caused by certain self-signed SSL certificates.
24388
32a4cf358f9c Enable a number of default-disabled strong ciphers for NSS.
Ethan Blanton <elb@pidgin.im>
parents: 24385
diff changeset
45 * Enable a number of strong ciphers which were previously disabled
32a4cf358f9c Enable a number of default-disabled strong ciphers for NSS.
Ethan Blanton <elb@pidgin.im>
parents: 24385
diff changeset
46 when using NSS. (Thanks to Marcus Trautwig.)
24283
cdb6833e76dd Add things to the ChangeLog. Please add things to the changelog when
Kevin Stange <kstange@pidgin.im>
parents: 24226
diff changeset
47
cdb6833e76dd Add things to the ChangeLog. Please add things to the changelog when
Kevin Stange <kstange@pidgin.im>
parents: 24226
diff changeset
48 Pidgin:
24306
76b41098b1e4 Richard failed to apply this change to the currently released version
Kevin Stange <kstange@pidgin.im>
parents: 24294
diff changeset
49 * The status selector now saves your message when changing status.
24283
cdb6833e76dd Add things to the ChangeLog. Please add things to the changelog when
Kevin Stange <kstange@pidgin.im>
parents: 24226
diff changeset
50 * Fix a case where a conversation window could close unexpectedly.
cdb6833e76dd Add things to the ChangeLog. Please add things to the changelog when
Kevin Stange <kstange@pidgin.im>
parents: 24226
diff changeset
51 * A mute sounds option has been added to the preferences window to
cdb6833e76dd Add things to the ChangeLog. Please add things to the changelog when
Kevin Stange <kstange@pidgin.im>
parents: 24226
diff changeset
52 help with discoverability. CTRL+S is no longer bound to mute.
24328
7be2af5c9129 Show visited links in a different color. This also plugs a memory leak
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 24306
diff changeset
53 * Added ability to change the color of visited links (using the theme
7be2af5c9129 Show visited links in a different color. This also plugs a memory leak
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 24306
diff changeset
54 control plugin, or setting the color in ~/.gtkrc-2.0)
24394
5b3c372d7616 ChangeLog fix for crashing when using re-added custom smileys
Marcus Lundblad <malu@pidgin.im>
parents: 24391
diff changeset
55 * Fix a crash occuring when a custom smiley is deleted and re-added and
24487
9445b5d87486 NEWS and ChangeLog a bit.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 24468
diff changeset
56 used in an open conversation after being re-added.
24283
cdb6833e76dd Add things to the ChangeLog. Please add things to the changelog when
Kevin Stange <kstange@pidgin.im>
parents: 24226
diff changeset
57
24226
516c279cefea Add 'Nested Grouping' option in the grouping plugin
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 24224
diff changeset
58 Finch:
516c279cefea Add 'Nested Grouping' option in the grouping plugin
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 24224
diff changeset
59 * A new 'Nested Grouping' option in the 'Grouping' plugin. Group
24487
9445b5d87486 NEWS and ChangeLog a bit.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 24468
diff changeset
60 hierarchies are defined by the '/' character in the group names.
24330
2a9310f4f833 Fix a bug where some key-bindings wouldn't work with some .
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 24328
diff changeset
61 * A bug was fixed where some key-bindings wouldn't work with some TERMs
2a9310f4f833 Fix a bug where some key-bindings wouldn't work with some .
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 24328
diff changeset
62 (e.g. xterm-color, screen-linux etc.)
24224
719eb3ecc1da Now we're 2.5.2devel!
Kevin Stange <kstange@pidgin.im>
parents: 24220
diff changeset
63
24487
9445b5d87486 NEWS and ChangeLog a bit.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 24468
diff changeset
64 MSN:
9445b5d87486 NEWS and ChangeLog a bit.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 24468
diff changeset
65 * Operations (such as moving to a new group) on contacts that were added
9445b5d87486 NEWS and ChangeLog a bit.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 24468
diff changeset
66 in the same session should now complete correctly, and not cause
9445b5d87486 NEWS and ChangeLog a bit.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 24468
diff changeset
67 synchronization errors at next login.
9445b5d87486 NEWS and ChangeLog a bit.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 24468
diff changeset
68 * Minor fixes to login process during a server transfer.
9445b5d87486 NEWS and ChangeLog a bit.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 24468
diff changeset
69 * Restored the "Has You" feature to the MSN protocol tooltips.
9445b5d87486 NEWS and ChangeLog a bit.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 24468
diff changeset
70 * ADL 205/214/etc errors should no longer prevent login.
9445b5d87486 NEWS and ChangeLog a bit.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 24468
diff changeset
71
24270
538a72dda9c1 ChangeLog custom smileys for XMPP
Marcus Lundblad <malu@pidgin.im>
parents: 24226
diff changeset
72 XMPP:
538a72dda9c1 ChangeLog custom smileys for XMPP
Marcus Lundblad <malu@pidgin.im>
parents: 24226
diff changeset
73 * Sending and receiving custom smileys using the specification in
538a72dda9c1 ChangeLog custom smileys for XMPP
Marcus Lundblad <malu@pidgin.im>
parents: 24226
diff changeset
74 XEP-0231 (bits of binary) and XHTML-IM
538a72dda9c1 ChangeLog custom smileys for XMPP
Marcus Lundblad <malu@pidgin.im>
parents: 24226
diff changeset
75
24391
e57c41a84e20 Make note of the yahoo ping fix in the Changelog.
Daniel Atallah <datallah@pidgin.im>
parents: 24388
diff changeset
76 Yahoo:
e57c41a84e20 Make note of the yahoo ping fix in the Changelog.
Daniel Atallah <datallah@pidgin.im>
parents: 24388
diff changeset
77 * Only send a Ping once every hour. This prevents the account from
e57c41a84e20 Make note of the yahoo ping fix in the Changelog.
Daniel Atallah <datallah@pidgin.im>
parents: 24388
diff changeset
78 being disconnected from the server periodically.
e57c41a84e20 Make note of the yahoo ping fix in the Changelog.
Daniel Atallah <datallah@pidgin.im>
parents: 24388
diff changeset
79
24220
041d4bd107a2 Start NEWSing please.
Kevin Stange <kstange@pidgin.im>
parents: 24214
diff changeset
80 version 2.5.1 (08/30/2008):
24135
3998dcd1e2fb In the Join/Part plugin, add the ability to apply the rules to
Richard Laager <rlaager@pidgin.im>
parents: 24124
diff changeset
81 libpurple:
3998dcd1e2fb In the Join/Part plugin, add the ability to apply the rules to
Richard Laager <rlaager@pidgin.im>
parents: 24124
diff changeset
82 * In the Join/Part plugin, add the ability to apply the rules to
3998dcd1e2fb In the Join/Part plugin, add the ability to apply the rules to
Richard Laager <rlaager@pidgin.im>
parents: 24124
diff changeset
83 buddies. By default, joins and parts for buddies are still shown.
24212
3ca5cc4d3caf Here, now we have a list of things that were changed. I'm not sure if
Kevin Stange <kstange@pidgin.im>
parents: 24135
diff changeset
84 * Support SOCKS proxies specified in GNOME or Windows proxy settings.
3ca5cc4d3caf Here, now we have a list of things that were changed. I'm not sure if
Kevin Stange <kstange@pidgin.im>
parents: 24135
diff changeset
85 * Fix some possible crashes in MSNP15.
3ca5cc4d3caf Here, now we have a list of things that were changed. I'm not sure if
Kevin Stange <kstange@pidgin.im>
parents: 24135
diff changeset
86 * Enable a default SSL trust relationship for MSN servers.
24214
ee294ac24cb2 Add something Stu noted.
Kevin Stange <kstange@pidgin.im>
parents: 24212
diff changeset
87 * Avoid disconnecting from XMPP servers on parse errors that are
ee294ac24cb2 Add something Stu noted.
Kevin Stange <kstange@pidgin.im>
parents: 24212
diff changeset
88 non-fatal.
24220
041d4bd107a2 Start NEWSing please.
Kevin Stange <kstange@pidgin.im>
parents: 24214
diff changeset
89 * Include some perl files that were mistakenly omitted in 2.5.0.
24212
3ca5cc4d3caf Here, now we have a list of things that were changed. I'm not sure if
Kevin Stange <kstange@pidgin.im>
parents: 24135
diff changeset
90
3ca5cc4d3caf Here, now we have a list of things that were changed. I'm not sure if
Kevin Stange <kstange@pidgin.im>
parents: 24135
diff changeset
91 Pidgin:
3ca5cc4d3caf Here, now we have a list of things that were changed. I'm not sure if
Kevin Stange <kstange@pidgin.im>
parents: 24135
diff changeset
92 * Prevent use of custom smilies without "shortcuts."
3ca5cc4d3caf Here, now we have a list of things that were changed. I'm not sure if
Kevin Stange <kstange@pidgin.im>
parents: 24135
diff changeset
93 * Fix a crash that could appear with AIM buddy tooltips.
3ca5cc4d3caf Here, now we have a list of things that were changed. I'm not sure if
Kevin Stange <kstange@pidgin.im>
parents: 24135
diff changeset
94
3ca5cc4d3caf Here, now we have a list of things that were changed. I'm not sure if
Kevin Stange <kstange@pidgin.im>
parents: 24135
diff changeset
95 Artwork:
3ca5cc4d3caf Here, now we have a list of things that were changed. I'm not sure if
Kevin Stange <kstange@pidgin.im>
parents: 24135
diff changeset
96 * General refresh of many icons in the interface.
3ca5cc4d3caf Here, now we have a list of things that were changed. I'm not sure if
Kevin Stange <kstange@pidgin.im>
parents: 24135
diff changeset
97 * Many cleanups to artwork source are now included in the distribution.
3ca5cc4d3caf Here, now we have a list of things that were changed. I'm not sure if
Kevin Stange <kstange@pidgin.im>
parents: 24135
diff changeset
98 * A new "throbber" animation has been added to indicate when accounts
3ca5cc4d3caf Here, now we have a list of things that were changed. I'm not sure if
Kevin Stange <kstange@pidgin.im>
parents: 24135
diff changeset
99 are connecting.
24135
3998dcd1e2fb In the Join/Part plugin, add the ability to apply the rules to
Richard Laager <rlaager@pidgin.im>
parents: 24124
diff changeset
100
24124
299954ac2431 Update the dates
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 24115
diff changeset
101 version 2.5.0 (08/18/2008):
23254
ac3254d32589 Changelog that Yahoo! patch
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 23218
diff changeset
102 libpurple:
23311
2ef53b1a2dc6 Update changelogs and some of the docs for the new API. Preparing to merge with i.p.p
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23302
diff changeset
103 * Ability to create custom smileys (currently only the MSN protocol
2ef53b1a2dc6 Update changelogs and some of the docs for the new API. Preparing to merge with i.p.p
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23302
diff changeset
104 utilizes the feature). (Thanks to Mauro Sérgio Ferreira Brasil,
2ef53b1a2dc6 Update changelogs and some of the docs for the new API. Preparing to merge with i.p.p
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23302
diff changeset
105 Marcus Lundblad, Jorge Villaseñor and other contributors)
23492
86ac13d2487c Rename --with-ssl-certificates to --with-system-ssl-certs as per Ethan's
Richard Laager <rlaager@pidgin.im>
parents: 23474
diff changeset
106 * Add a configure option, --with-system-ssl-certs to allow packagers
86ac13d2487c Rename --with-ssl-certificates to --with-system-ssl-certs as per Ethan's
Richard Laager <rlaager@pidgin.im>
parents: 23474
diff changeset
107 to specify a system-wide SSL CA certificates directory. When set,
86ac13d2487c Rename --with-ssl-certificates to --with-system-ssl-certs as per Ethan's
Richard Laager <rlaager@pidgin.im>
parents: 23474
diff changeset
108 we don't install our SSL CA certs, so it's important that the
86ac13d2487c Rename --with-ssl-certificates to --with-system-ssl-certs as per Ethan's
Richard Laager <rlaager@pidgin.im>
parents: 23474
diff changeset
109 libpurple package depend on the CA certificates.
24066
8c9842c4de4c Add notice in ChangeLog about NSS support
William Ehlhardt <williamehlhardt@gmail.com>
parents: 23994
diff changeset
110 * Add SSL Certificates support to the NSS SSL plugin. (Thanks to Lou
8c9842c4de4c Add notice in ChangeLog about NSS support
William Ehlhardt <williamehlhardt@gmail.com>
parents: 23994
diff changeset
111 Cipher)
23218
d542c2de5b7d Update things for 2.4.3devel, in case we do one.
Kevin Stange <kstange@pidgin.im>
parents: 23214
diff changeset
112
23994
da8e8e252b6e Add a changelog entry about two things I changed
Mark Doliner <markdoliner@pidgin.im>
parents: 23951
diff changeset
113 XMPP:
da8e8e252b6e Add a changelog entry about two things I changed
Mark Doliner <markdoliner@pidgin.im>
parents: 23951
diff changeset
114 * Fix a bug that caused the UI to not refresh and caused the client
da8e8e252b6e Add a changelog entry about two things I changed
Mark Doliner <markdoliner@pidgin.im>
parents: 23951
diff changeset
115 to use 99% CPU when an XMPP account lost its connection to the
da8e8e252b6e Add a changelog entry about two things I changed
Mark Doliner <markdoliner@pidgin.im>
parents: 23951
diff changeset
116 server.
da8e8e252b6e Add a changelog entry about two things I changed
Mark Doliner <markdoliner@pidgin.im>
parents: 23951
diff changeset
117 * Possibly fix a bug where some clients could get into a state
da8e8e252b6e Add a changelog entry about two things I changed
Mark Doliner <markdoliner@pidgin.im>
parents: 23951
diff changeset
118 where they moved a buddy back and forth between two groups in
da8e8e252b6e Add a changelog entry about two things I changed
Mark Doliner <markdoliner@pidgin.im>
parents: 23951
diff changeset
119 an endless loop.
da8e8e252b6e Add a changelog entry about two things I changed
Mark Doliner <markdoliner@pidgin.im>
parents: 23951
diff changeset
120
23895
4d883627111f /ctcp command for IRC
Vladislav Guberinic <neosisani@gmail.com>
parents: 23845
diff changeset
121 IRC:
4d883627111f /ctcp command for IRC
Vladislav Guberinic <neosisani@gmail.com>
parents: 23845
diff changeset
122 * /ctcp command (Vladislav Guberinić)
23906
6962e96ddd38 This adds an "auto-detect UTF-8" option to IRC which, when enabled,
Ethan Blanton <elb@pidgin.im>
parents: 23895
diff changeset
123 * Allow for auto-detection of incoming UTF-8 formatted text on
6962e96ddd38 This adds an "auto-detect UTF-8" option to IRC which, when enabled,
Ethan Blanton <elb@pidgin.im>
parents: 23895
diff changeset
124 accounts which are configured to use some other encoding.
23895
4d883627111f /ctcp command for IRC
Vladislav Guberinic <neosisani@gmail.com>
parents: 23845
diff changeset
125
23844
11856119619f MSNP15 is here! Hopefully I didn't break anything. Sorry for the ton of
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 23556
diff changeset
126 MSN:
11856119619f MSNP15 is here! Hopefully I didn't break anything. Sorry for the ton of
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 23556
diff changeset
127 * Update MSN support to protocol 15 (Elliott Sales de Andrade, Jorge
23845
f4606ca5013d Add Dimmuxx's real name to ChangeLog and COPYRIGHT. Also, put my name
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 23844
diff changeset
128 Villaseñor, Mike Ruprecht, Carlos Silva, Ma Yuan, Daniel Ljungborg
f4606ca5013d Add Dimmuxx's real name to ChangeLog and COPYRIGHT. Also, put my name
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 23844
diff changeset
129 and others)
23844
11856119619f MSNP15 is here! Hopefully I didn't break anything. Sorry for the ton of
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 23556
diff changeset
130 * Personal messages are now supported. They are treated as status
11856119619f MSNP15 is here! Hopefully I didn't break anything. Sorry for the ton of
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 23556
diff changeset
131 messages.
11856119619f MSNP15 is here! Hopefully I didn't break anything. Sorry for the ton of
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 23556
diff changeset
132 * Offline IM is now supported.
11856119619f MSNP15 is here! Hopefully I didn't break anything. Sorry for the ton of
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 23556
diff changeset
133 * Aliasing is now supported server-side.
11856119619f MSNP15 is here! Hopefully I didn't break anything. Sorry for the ton of
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 23556
diff changeset
134 * Buddies are now emblemed. Bots and web clients should now be
11856119619f MSNP15 is here! Hopefully I didn't break anything. Sorry for the ton of
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 23556
diff changeset
135 distinguished.
23951
891dd6f18a68 Updated tray icons.
Hylke Bons <hbons@pidgin.im>
parents: 23906
diff changeset
136 * Update smiley set for non-faces.
23844
11856119619f MSNP15 is here! Hopefully I didn't break anything. Sorry for the ton of
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 23556
diff changeset
137 * Failing to update a buddy icon when the buddy has gone offline no
11856119619f MSNP15 is here! Hopefully I didn't break anything. Sorry for the ton of
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 23556
diff changeset
138 longer crashes.
11856119619f MSNP15 is here! Hopefully I didn't break anything. Sorry for the ton of
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 23556
diff changeset
139 * Custom smileys received in a chat no longer go to a new window.
11856119619f MSNP15 is here! Hopefully I didn't break anything. Sorry for the ton of
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 23556
diff changeset
140 * Processing is no longer completely frozen after the servers block a
11856119619f MSNP15 is here! Hopefully I didn't break anything. Sorry for the ton of
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 23556
diff changeset
141 message because it contains (what they consider) inappropriate text.
11856119619f MSNP15 is here! Hopefully I didn't break anything. Sorry for the ton of
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 23556
diff changeset
142
23299
0eff43856b96 Add support for setting and removing custom buddy icons to contacts, chats,
Etan Reisner <deryni@pidgin.im>
parents: 23065
diff changeset
143 Pidgin:
23467
04b760aaa0bf Make the Add Buddy dialog cause the auto-personize prompt where appropriate.
Kevin Stange <kstange@pidgin.im>
parents: 23452
diff changeset
144 * Custom buddy icons can now be added to and removed from buddy list
23299
0eff43856b96 Add support for setting and removing custom buddy icons to contacts, chats,
Etan Reisner <deryni@pidgin.im>
parents: 23065
diff changeset
145 entries via the buddy list entry right-click menu.
23311
2ef53b1a2dc6 Update changelogs and some of the docs for the new API. Preparing to merge with i.p.p
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23302
diff changeset
146 * Resize large incoming custom smileys to a maximum of 96px on either
2ef53b1a2dc6 Update changelogs and some of the docs for the new API. Preparing to merge with i.p.p
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23302
diff changeset
147 side.
23468
00aa785a84dd Fix this wording to express that this is related to adding new buddies.
Kevin Stange <kstange@pidgin.im>
parents: 23467
diff changeset
148 * Offer to add new buddies into the same contact as existing buddies
23556
33eca6f632b9 Tab-completion for commands in finch.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23548
diff changeset
149 in the same group if the alias given is the same.
23951
891dd6f18a68 Updated tray icons.
Hylke Bons <hbons@pidgin.im>
parents: 23906
diff changeset
150 * Minor smiley style update.
23299
0eff43856b96 Add support for setting and removing custom buddy icons to contacts, chats,
Etan Reisner <deryni@pidgin.im>
parents: 23065
diff changeset
151
0eff43856b96 Add support for setting and removing custom buddy icons to contacts, chats,
Etan Reisner <deryni@pidgin.im>
parents: 23065
diff changeset
152 General:
0eff43856b96 Add support for setting and removing custom buddy icons to contacts, chats,
Etan Reisner <deryni@pidgin.im>
parents: 23065
diff changeset
153 * Group and Chat buddy list entries can now be given custom buddy
0eff43856b96 Add support for setting and removing custom buddy icons to contacts, chats,
Etan Reisner <deryni@pidgin.im>
parents: 23065
diff changeset
154 icons.
0eff43856b96 Add support for setting and removing custom buddy icons to contacts, chats,
Etan Reisner <deryni@pidgin.im>
parents: 23065
diff changeset
155
23374
70c054708da7 Add an invite menu for chats
Richard Nelson <wabz@pidgin.im>
parents: 23313
diff changeset
156 Finch:
70c054708da7 Add an invite menu for chats
Richard Nelson <wabz@pidgin.im>
parents: 23313
diff changeset
157 * Added "Invite..." menu to chats.
23431
c50538da03fd Added "View All Logs" menu in the buddylist to display a list of all IM
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23374
diff changeset
158 * Added "View All Logs" menu in the buddylist to display a list of all IM
c50538da03fd Added "View All Logs" menu in the buddylist to display a list of all IM
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23374
diff changeset
159 logs.
23452
0cf9a2c482ff msgcolor command to change colors of messages in conversations.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23431
diff changeset
160 * Added '/msgcolor' command to change colors of different classes of
0cf9a2c482ff msgcolor command to change colors of messages in conversations.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23431
diff changeset
161 messages in a conversation. See '/help msgcolor' for details.
23556
33eca6f632b9 Tab-completion for commands in finch.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 23548
diff changeset
162 * Added tab-completion for commands in conversation windows.
23374
70c054708da7 Add an invite menu for chats
Richard Nelson <wabz@pidgin.im>
parents: 23313
diff changeset
163
23207
440cc27e56c4 Prepare for a 2.4.3 release.
Richard Laager <rlaager@pidgin.im>
parents: 23206
diff changeset
164 version 2.4.3 (07/01/2008):
23173
c6dde2d2e30e applied changes from a5e7a62db1d43009f4ff463b7fe67ff3a7275a78
Daniel Atallah <datallah@pidgin.im>
parents: 23162
diff changeset
165 libpurple:
c6dde2d2e30e applied changes from a5e7a62db1d43009f4ff463b7fe67ff3a7275a78
Daniel Atallah <datallah@pidgin.im>
parents: 23162
diff changeset
166 * Yahoo! Japan now uses UTF-8, matching the behavior of official clients
c6dde2d2e30e applied changes from a5e7a62db1d43009f4ff463b7fe67ff3a7275a78
Daniel Atallah <datallah@pidgin.im>
parents: 23162
diff changeset
167 and restoring compatibility with the web messenger (Yusuke Odate)
23183
21ce9deb07e1 Fix the Changelog.
Daniel Atallah <datallah@pidgin.im>
parents: 23173
diff changeset
168 * Setting your buddy icon once again works for Yahoo! accounts.
23206
024477f4ce50 Various miscellaneous ChangeLog updates
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 23183
diff changeset
169 * Fixes in the Yahoo! protocol to prevent a double free, crashes on
024477f4ce50 Various miscellaneous ChangeLog updates
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 23183
diff changeset
170 aliases, and alias functionality
024477f4ce50 Various miscellaneous ChangeLog updates
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 23183
diff changeset
171 * Fix crashes in the bonjour protocol
024477f4ce50 Various miscellaneous ChangeLog updates
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 23183
diff changeset
172 * Always use UTF-8 for Yahoo! (#5973)
024477f4ce50 Various miscellaneous ChangeLog updates
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 23183
diff changeset
173 * Fix a crash when the given jabber id is invalid.
024477f4ce50 Various miscellaneous ChangeLog updates
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 23183
diff changeset
174 * Make the IRC "unknown message" debugging messages UTF-8 safe.
024477f4ce50 Various miscellaneous ChangeLog updates
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 23183
diff changeset
175 * Fix connecting to ICQ
024477f4ce50 Various miscellaneous ChangeLog updates
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 23183
diff changeset
176 * Fix a memleak when handling jabber xforms.
024477f4ce50 Various miscellaneous ChangeLog updates
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 23183
diff changeset
177
024477f4ce50 Various miscellaneous ChangeLog updates
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 23183
diff changeset
178 Pidgin:
024477f4ce50 Various miscellaneous ChangeLog updates
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 23183
diff changeset
179 * Include the send button plugin in the win32 build
024477f4ce50 Various miscellaneous ChangeLog updates
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 23183
diff changeset
180 * Various memory leak fixes
23162
ef16330630ba applied changes from 6d5fbc31cdd30fde1120b4a0a58f42c439dd2905
Daniel Atallah <datallah@pidgin.im>
parents: 23140
diff changeset
181
23183
21ce9deb07e1 Fix the Changelog.
Daniel Atallah <datallah@pidgin.im>
parents: 23173
diff changeset
182 version 2.4.2 (05/17/2008):
24124
299954ac2431 Update the dates
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 24115
diff changeset
183 http://developer.pidgin.im/query?status=closed&milestone=2.4.2
22749
bb5bc4aeb123 Updated patch from Justin 'Jaywalker' Williams to discard messages from spambots in msim. Closes #5143.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22741
diff changeset
184 libpurple:
bb5bc4aeb123 Updated patch from Justin 'Jaywalker' Williams to discard messages from spambots in msim. Closes #5143.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22741
diff changeset
185 * In MySpaceIM, messages from spambots are discarded (Justin Williams)
22795
2b1d41a575f5 Strip mIRC formatting codes from PART and QUIT messages.
Ethan Blanton <elb@pidgin.im>
parents: 22772
diff changeset
186 * Strip mIRC formatting codes from quit and part messages.
22798
a501b4137c64 Handle IRC ban lists in-channel. Channels which are not joined are
Ethan Blanton <elb@pidgin.im>
parents: 22796
diff changeset
187 * IRC now displays ban lists in-channel for joined channels.
22867
ba95299d6ed4 Fix a bug where the list of loaded plugins would get removed when
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22828
diff changeset
188 * Fixed a bug where the list of loaded plugins would get removed when
ba95299d6ed4 Fix a bug where the list of loaded plugins would get removed when
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22828
diff changeset
189 switching between different operating systems.
22983
861402a1fe68 Fix IRC handling of PART without a part message on Undernet IRCds.
Ethan Blanton <elb@pidgin.im>
parents: 22975
diff changeset
190 * Fix reception of IRC PART without a part message on Undernet
861402a1fe68 Fix IRC handling of PART without a part message on Undernet IRCds.
Ethan Blanton <elb@pidgin.im>
parents: 22975
diff changeset
191 (fixes a problem with litter in the channel user list).
22994
b30be6210442 Patch from sadrul to fix IRC servers which neglect to send RPL_LISTSTART
Ethan Blanton <elb@pidgin.im>
parents: 22983
diff changeset
192 * IRC no longer crashes on /list on servers which erroneously omit
b30be6210442 Patch from sadrul to fix IRC servers which neglect to send RPL_LISTSTART
Ethan Blanton <elb@pidgin.im>
parents: 22983
diff changeset
193 RPL_LISTSTART.
23048
57ed0ae69db4 ChangeLog the NetworkManager change and fix the line wrapping on a couple of
Richard Laager <rlaager@pidgin.im>
parents: 23034
diff changeset
194 * Update the NetworkManager support to use D-Bus directly, instead of
57ed0ae69db4 ChangeLog the NetworkManager change and fix the line wrapping on a couple of
Richard Laager <rlaager@pidgin.im>
parents: 23034
diff changeset
195 libnm-glib. Hopefully it's stable now. It will now compile by
57ed0ae69db4 ChangeLog the NetworkManager change and fix the line wrapping on a couple of
Richard Laager <rlaager@pidgin.im>
parents: 23034
diff changeset
196 default if you have D-Bus support and NetworkManager.h. (Elliott
57ed0ae69db4 ChangeLog the NetworkManager change and fix the line wrapping on a couple of
Richard Laager <rlaager@pidgin.im>
parents: 23034
diff changeset
197 Sales de Andrade)
23135
f4ee433808ed Fix ChangeLog wrapping.
Will Thompson <resiak@pidgin.im>
parents: 23134
diff changeset
198 * MSN buddy list synchronization is now more forgiving, only asking
f4ee433808ed Fix ChangeLog wrapping.
Will Thompson <resiak@pidgin.im>
parents: 23134
diff changeset
199 about buddies who have disappeared completely from the server list
f4ee433808ed Fix ChangeLog wrapping.
Will Thompson <resiak@pidgin.im>
parents: 23134
diff changeset
200 and not those that have simply moved groups.
23127
69678b99fb8d ChangeLog the new IRC nick-in-use algorithm
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 23123
diff changeset
201 * IRC will now try to append 1-9 to your nick if it is in use, instead
23134
132025e95196 Fix a typo
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 23127
diff changeset
202 of substituting the last character with 1-9 where possible.
23140
0e14208595bc Bonjour buddies will be saved persistently if they're moved out of the
Daniel Atallah <datallah@pidgin.im>
parents: 23135
diff changeset
203 * Bonjour buddies will be saved persistently if they're moved out of
0e14208595bc Bonjour buddies will be saved persistently if they're moved out of the
Daniel Atallah <datallah@pidgin.im>
parents: 23135
diff changeset
204 the "Bonjour" group. (Eion Robb)
22867
ba95299d6ed4 Fix a bug where the list of loaded plugins would get removed when
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22828
diff changeset
205
22772
34ab3bb905cc Customize/disable the typing notification from gtkrc-2.0.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22749
diff changeset
206 Pidgin:
34ab3bb905cc Customize/disable the typing notification from gtkrc-2.0.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22749
diff changeset
207 * The typing notification in the conversation history can be disabled or
34ab3bb905cc Customize/disable the typing notification from gtkrc-2.0.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22749
diff changeset
208 customized (font, color etc.) in .gtkrc-2.0.
23048
57ed0ae69db4 ChangeLog the NetworkManager change and fix the line wrapping on a couple of
Richard Laager <rlaager@pidgin.im>
parents: 23034
diff changeset
209 * Added a plugin (not installed by default) which adds a Send button
57ed0ae69db4 ChangeLog the NetworkManager change and fix the line wrapping on a couple of
Richard Laager <rlaager@pidgin.im>
parents: 23034
diff changeset
210 back to the conversation window. People without physical keyboards
57ed0ae69db4 ChangeLog the NetworkManager change and fix the line wrapping on a couple of
Richard Laager <rlaager@pidgin.im>
parents: 23034
diff changeset
211 have a hard time with the lack of the button.
22909
de65ba1caca4 Finally get around to committing charkin's version of the patch from #2145.
Etan Reisner <deryni@pidgin.im>
parents: 22887
diff changeset
212 * Clicking on the buddyicon in the conversation window toggles the
de65ba1caca4 Finally get around to committing charkin's version of the patch from #2145.
Etan Reisner <deryni@pidgin.im>
parents: 22887
diff changeset
213 size of the icon between small and large.
22946
8f20001cafe6 Add this ChangeLog item back, the merge ate it.
Etan Reisner <deryni@pidgin.im>
parents: 22945
diff changeset
214 * The settings of a chat (e.g. Handle in an XMPP chat, or Exchange in
8f20001cafe6 Add this ChangeLog item back, the merge ate it.
Etan Reisner <deryni@pidgin.im>
parents: 22945
diff changeset
215 an AIM chat) can be edited from its context menu in the buddy list.
22909
de65ba1caca4 Finally get around to committing charkin's version of the patch from #2145.
Etan Reisner <deryni@pidgin.im>
parents: 22887
diff changeset
216 * Add a "Present conversation window" preference to the Message
23034
681a5587f426 Tweak the text of the ChangeLog slightly and add an item I forgot previously.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22994
diff changeset
217 Notification plugin; the "Raise conversation window" option does not
22909
de65ba1caca4 Finally get around to committing charkin's version of the patch from #2145.
Etan Reisner <deryni@pidgin.im>
parents: 22887
diff changeset
218 unminimize windows or draw attention to them when they are on other
23034
681a5587f426 Tweak the text of the ChangeLog slightly and add an item I forgot previously.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22994
diff changeset
219 workspaces--the "Present" option should.
22949
910705fa47d7 ChangeLog the Escape closes conversation window preference.
Will Thompson <resiak@pidgin.im>
parents: 22946
diff changeset
220 * Add a preference to set Escape as the keyboard shortcut for closing
910705fa47d7 ChangeLog the Escape closes conversation window preference.
Will Thompson <resiak@pidgin.im>
parents: 22946
diff changeset
221 the conversation window.
22970
87aef86d20c5 Allow replacing smileys with texts in conversations/logs. This should be
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22959
diff changeset
222 * Add an option in the context menu to disable smileys in the selected
23048
57ed0ae69db4 ChangeLog the NetworkManager change and fix the line wrapping on a couple of
Richard Laager <rlaager@pidgin.im>
parents: 23034
diff changeset
223 text in the conversation history/log viewer. This should help people
57ed0ae69db4 ChangeLog the NetworkManager change and fix the line wrapping on a couple of
Richard Laager <rlaager@pidgin.im>
parents: 23034
diff changeset
224 who regularly paste code in conversations.
23034
681a5587f426 Tweak the text of the ChangeLog slightly and add an item I forgot previously.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22994
diff changeset
225 * Add a preference to choose the minimum size of the text input area in
681a5587f426 Tweak the text of the ChangeLog slightly and add an item I forgot previously.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22994
diff changeset
226 lines.
681a5587f426 Tweak the text of the ChangeLog slightly and add an item I forgot previously.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22994
diff changeset
227 * Moved the "Local alias" field in the Modify Account dialog to be below
681a5587f426 Tweak the text of the ChangeLog slightly and add an item I forgot previously.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22994
diff changeset
228 the "User Options" heading on the "Basic" tab.
23123
e7c24de1acd0 ChangeLog the number of chat room occupants
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 23091
diff changeset
229 * Number of room occupants is now shown in chat tooltips where possible
22772
34ab3bb905cc Customize/disable the typing notification from gtkrc-2.0.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22749
diff changeset
230
22794
c6c8a53be48c Put the recent configure.ac changes in the ChangeLog. I may have been a bit
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22772
diff changeset
231 General:
c6c8a53be48c Put the recent configure.ac changes in the ChangeLog. I may have been a bit
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22772
diff changeset
232 * The configure script now dies on more absent dependencies. The
c6c8a53be48c Put the recent configure.ac changes in the ChangeLog. I may have been a bit
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22772
diff changeset
233 --disable-xxx arguments to configure can be used to bypass unneeded
c6c8a53be48c Put the recent configure.ac changes in the ChangeLog. I may have been a bit
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22772
diff changeset
234 dependencies. This will also cause the configure script to die if an
c6c8a53be48c Put the recent configure.ac changes in the ChangeLog. I may have been a bit
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22772
diff changeset
235 --enable-xxx option is used and the dependencies it requires are
c6c8a53be48c Put the recent configure.ac changes in the ChangeLog. I may have been a bit
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22772
diff changeset
236 missing.
c6c8a53be48c Put the recent configure.ac changes in the ChangeLog. I may have been a bit
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22772
diff changeset
237 * The Evolution integration plugin must now be explicitly enabled. Use
c6c8a53be48c Put the recent configure.ac changes in the ChangeLog. I may have been a bit
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22772
diff changeset
238 the --enable-gevolution argument to configure to enable it.
c6c8a53be48c Put the recent configure.ac changes in the ChangeLog. I may have been a bit
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22772
diff changeset
239 * The Contact Availability Prediction plugin must now be explicitly
c6c8a53be48c Put the recent configure.ac changes in the ChangeLog. I may have been a bit
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22772
diff changeset
240 enabled. Use the --enable-cap argument to configure to enable it.
c6c8a53be48c Put the recent configure.ac changes in the ChangeLog. I may have been a bit
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22772
diff changeset
241
22959
d46b0ee7f44b ctrl-x to open context menus. F11 was such a poor choice for this.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22949
diff changeset
242 Finch:
d46b0ee7f44b ctrl-x to open context menus. F11 was such a poor choice for this.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22949
diff changeset
243 * New default binding ctrl+x to open context menus.
23064
1a35c6029964 Check if a key is already bound before assigning a menu trigger
Richard Nelson <wabz@pidgin.im>
parents: 23050
diff changeset
244 * Menu triggers and other bindings will no longer conflict.
23065
a8837cc467b8 Middle click pastes the internal clipboard
Richard Nelson <wabz@pidgin.im>
parents: 23064
diff changeset
245 * Middle click pastes the internal clipboard (when mouse support is
a8837cc467b8 Middle click pastes the internal clipboard
Richard Nelson <wabz@pidgin.im>
parents: 23064
diff changeset
246 enabled).
22959
d46b0ee7f44b ctrl-x to open context menus. F11 was such a poor choice for this.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22949
diff changeset
247
22741
a0fa24e9b548 2.4.1 is over there, on the horizon
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22675
diff changeset
248 version 2.4.1 (03/31/2008):
22574
af19d25cbbad Add some notable items to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22570
diff changeset
249 http://developer.pidgin.im/query?status=closed&milestone=2.4.1
af19d25cbbad Add some notable items to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22570
diff changeset
250
af19d25cbbad Add some notable items to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22570
diff changeset
251 libpurple:
22570
9bd1644a7bd4 Change OSCAR to use UTF-16 rather than UCS-2 conversions. Apparently
Ethan Blanton <elb@pidgin.im>
parents: 22528
diff changeset
252 * Treat AIM Unicode messages as UTF-16 rather than UCS-2; this
9bd1644a7bd4 Change OSCAR to use UTF-16 rather than UCS-2 conversions. Apparently
Ethan Blanton <elb@pidgin.im>
parents: 22528
diff changeset
253 should have no functional effect, other than continued support
9bd1644a7bd4 Change OSCAR to use UTF-16 rather than UCS-2 conversions. Apparently
Ethan Blanton <elb@pidgin.im>
parents: 22528
diff changeset
254 on systems which have dropped UCS-2 conversions.
22574
af19d25cbbad Add some notable items to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22570
diff changeset
255 * Add support for setting buddy icons on Gadu-Gadu (Tomasz Salacinski)
af19d25cbbad Add some notable items to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22570
diff changeset
256 * Fix a crash when clearing the buddy icon for an account on XMPP
af19d25cbbad Add some notable items to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22570
diff changeset
257 * Fix a crash during login for some ICQ accounts
af19d25cbbad Add some notable items to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22570
diff changeset
258 * Prefer more available resources on XMPP when priorities are equal
af19d25cbbad Add some notable items to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22570
diff changeset
259 * Fix incorrectly marking some Yahoo! contacts as blocked
af19d25cbbad Add some notable items to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22570
diff changeset
260 * Improved handling of UTF-8 group names on ICQ (beret)
22576
e4b4a6772bec This is pretty important for our 7 zephyr users.
Mark Doliner <markdoliner@pidgin.im>
parents: 22574
diff changeset
261 * Fix a crash when starting if you have a Zephyr account
22580
f7685d05de54 Increase XMPP ping timeout from 20s to 120s
Ethan Blanton <elb@pidgin.im>
parents: 22576
diff changeset
262 * Increase XMPP ping timeout to 120 seconds, to prevent poor network
f7685d05de54 Increase XMPP ping timeout from 20s to 120s
Ethan Blanton <elb@pidgin.im>
parents: 22576
diff changeset
263 connections from timing out unnecessarily.
22664
d2e81c1408ae If the default value of a list-single or list-multi data forms field is NULL
Etan Reisner <deryni@pidgin.im>
parents: 22620
diff changeset
264 * Don't crash on XMPP forms with empty default values.
22675
a8465899d07d nosnilmot thought this should be changelog'd
Daniel Atallah <datallah@pidgin.im>
parents: 22664
diff changeset
265 * Fix issues with CHAP authentication for SOCKS5 proxies.
22574
af19d25cbbad Add some notable items to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22570
diff changeset
266
af19d25cbbad Add some notable items to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22570
diff changeset
267 Pidgin:
af19d25cbbad Add some notable items to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22570
diff changeset
268 * Remove a workaround for older versions gstreamer that was causing
af19d25cbbad Add some notable items to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22570
diff changeset
269 crashes on some non-Linux systems such as HPUX
af19d25cbbad Add some notable items to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22570
diff changeset
270 * Fix some cases of the conversation input entry area being 1 pixel high
22583
ddf7187c3c49 Escape conversation title for use in infopane so that ampersands don't
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22580
diff changeset
271 * Fix for displaying channel & buddy names in conversation window when
ddf7187c3c49 Escape conversation title for use in infopane so that ampersands don't
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22580
diff changeset
272 they have '&' in them
22601
cfab23f24e50 Fix multiple memory leaks
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22583
diff changeset
273 * Some memory leak fixes, especially in the Text Replacement plugin
22620
2970e242aaab scale & round the buddy icon in the buddy list before making it square, so
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22611
diff changeset
274 * Rectangular but non-square buddy icons have rounded corners in the buddy
2970e242aaab scale & round the buddy icon in the buddy list before making it square, so
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22611
diff changeset
275 list
22574
af19d25cbbad Add some notable items to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22570
diff changeset
276
af19d25cbbad Add some notable items to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22570
diff changeset
277 Finch:
af19d25cbbad Add some notable items to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22570
diff changeset
278 * Fix compiling with Glib older than 2.6
af19d25cbbad Add some notable items to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22570
diff changeset
279 * Ensure existing conversations selected from the 'Send IM' dialog are
af19d25cbbad Add some notable items to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22570
diff changeset
280 given focus
22579
a84da60f3748 Move the tooltip to the left of the buddylist if there's not enough room to show it on the right.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22576
diff changeset
281 * Move the tooltip on the left of the buddylist if there's not enough room
a84da60f3748 Move the tooltip to the left of the buddylist if there's not enough room to show it on the right.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22576
diff changeset
282 on the right to show it.
22570
9bd1644a7bd4 Change OSCAR to use UTF-16 rather than UCS-2 conversions. Apparently
Ethan Blanton <elb@pidgin.im>
parents: 22528
diff changeset
283
22519
c716120fcf0c Final changes for 2.4.0, release imminent (for some definition of imminent)
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22479
diff changeset
284 version 2.4.0 (02/29/2008):
22574
af19d25cbbad Add some notable items to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22570
diff changeset
285 http://developer.pidgin.im/query?status=closed&milestone=2.4.0
af19d25cbbad Add some notable items to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22570
diff changeset
286
21825
0888f1304759 I didn't find any tickets mentioning this problem, but I think it's still
Kevin Stange <kstange@pidgin.im>
parents: 21807
diff changeset
287 libpurple:
22479
10f266abebd0 Add support for offline messages for AIM, thanks to some info from
Mark Doliner <markdoliner@pidgin.im>
parents: 22472
diff changeset
288 * Added support for offline messages for AIM accounts (thanks to
10f266abebd0 Add support for offline messages for AIM, thanks to some info from
Mark Doliner <markdoliner@pidgin.im>
parents: 22472
diff changeset
289 Matthew Goldstein)
21825
0888f1304759 I didn't find any tickets mentioning this problem, but I think it's still
Kevin Stange <kstange@pidgin.im>
parents: 21807
diff changeset
290 * Fixed various problems with loss of status messages when going
0888f1304759 I didn't find any tickets mentioning this problem, but I think it's still
Kevin Stange <kstange@pidgin.im>
parents: 21807
diff changeset
291 or returning from idle on MySpaceIM.
21920
3087a567aedf Update Bonjour prpl to support multiple presence records for the same buddy. Eliminate the Howl backend to avoid having to maintain yet another set of code. References #4187 (more to come to fix the rest of the ticket).
Daniel Atallah <datallah@pidgin.im>
parents: 21855
diff changeset
292 * Eliminated unmaintained Howl backend implementation for the
3087a567aedf Update Bonjour prpl to support multiple presence records for the same buddy. Eliminate the Howl backend to avoid having to maintain yet another set of code. References #4187 (more to come to fix the rest of the ticket).
Daniel Atallah <datallah@pidgin.im>
parents: 21855
diff changeset
293 Bonjour protocol. Avahi (or Apple's Bonjour runtime on win32) is
3087a567aedf Update Bonjour prpl to support multiple presence records for the same buddy. Eliminate the Howl backend to avoid having to maintain yet another set of code. References #4187 (more to come to fix the rest of the ticket).
Daniel Atallah <datallah@pidgin.im>
parents: 21855
diff changeset
294 now required to use Bonjour.
22125
57b7d398c30e Partial support for reading ICQ 6 status notes. The status note will
Mark Doliner <markdoliner@pidgin.im>
parents: 22079
diff changeset
295 * Partial support for viewing ICQ status notes (Collin from
57b7d398c30e Partial support for reading ICQ 6 status notes. The status note will
Mark Doliner <markdoliner@pidgin.im>
parents: 22079
diff changeset
296 ComBOTS GmbH).
22243
495820246d80 ChangeLog the /notice stuff I added to IRC a while ago and forgot about.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22242
diff changeset
297 * Support for /notice on IRC.
22463
40e74d9666c7 Give credit where it's due for Gideon N. Guillen's Yahoo patch.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22380
diff changeset
298 * Support for Yahoo! Messenger 7.0+ file transfer method (Thanumalayan S.)
22242
f2efb6941859 Patch from Yusuke Odate, modified by me, to support retrieving the full
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22227
diff changeset
299 * Support for retrieving full names and addresses from the address book
f2efb6941859 Patch from Yusuke Odate, modified by me, to support retrieving the full
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22227
diff changeset
300 on Yahoo! Japan (Yusuke Odate)
22350
398037cc5c1b Stop unconditionally setting oscar's server-side preference "allow
Mark Doliner <markdoliner@pidgin.im>
parents: 22304
diff changeset
301 * The AIM/ICQ server-side preference for "allow others to see me
398037cc5c1b Stop unconditionally setting oscar's server-side preference "allow
Mark Doliner <markdoliner@pidgin.im>
parents: 22304
diff changeset
302 as idle" is no longer unconditionally set to "yes" even when
398037cc5c1b Stop unconditionally setting oscar's server-side preference "allow
Mark Doliner <markdoliner@pidgin.im>
parents: 22304
diff changeset
303 your libpurple preference is "no."
22472
25d5c4a54215 Add some things to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22463
diff changeset
304 * Fix SSL certificate checks for renewed certificates
25d5c4a54215 Add some things to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22463
diff changeset
305 * Fix the ability to set vCard buddy icons on Google Talk/XMPP
25d5c4a54215 Add some things to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22463
diff changeset
306 * D-Bus fixes on 64bit
22463
40e74d9666c7 Give credit where it's due for Gideon N. Guillen's Yahoo patch.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22380
diff changeset
307 * Fixed retrieval of buddy icons and setting of server-side aliases on
40e74d9666c7 Give credit where it's due for Gideon N. Guillen's Yahoo patch.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22380
diff changeset
308 Yahoo! and Yahoo! Japan when using an HTTP proxy server (Gideon N.
40e74d9666c7 Give credit where it's due for Gideon N. Guillen's Yahoo patch.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22380
diff changeset
309 Guillen)
22472
25d5c4a54215 Add some things to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22463
diff changeset
310 * Fixed an MSN bug that would leave you appearing offline when transferred
25d5c4a54215 Add some things to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22463
diff changeset
311 to different server
21825
0888f1304759 I didn't find any tickets mentioning this problem, but I think it's still
Kevin Stange <kstange@pidgin.im>
parents: 21807
diff changeset
312
21955
4014918b95fc Another patch from DHowett. This one adds conversation nick colors to gtkrc
Sean Egan <seanegan@pidgin.im>
parents: 21953
diff changeset
313 Pidgin:
4014918b95fc Another patch from DHowett. This one adds conversation nick colors to gtkrc
Sean Egan <seanegan@pidgin.im>
parents: 21953
diff changeset
314 * Added the ability to theme conversation name colors (red and blue)
22528
d772a85bf356 Minor whitespace cleanup
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22519
diff changeset
315 through your GTK+ theme, and exposed those theme settings to the
21955
4014918b95fc Another patch from DHowett. This one adds conversation nick colors to gtkrc
Sean Egan <seanegan@pidgin.im>
parents: 21953
diff changeset
316 Pidgin GTK+ Theme Control plugin (Dustin Howett)
22106
e03fbfdaa53c Save the conversation "Enable Logging" option per-contact.
Moos Heintzen <iwasroot@gmail.com>
parents: 22079
diff changeset
317 * Fixed having multiple alias edit areas in the infopane (Elliott Sales
e03fbfdaa53c Save the conversation "Enable Logging" option per-contact.
Moos Heintzen <iwasroot@gmail.com>
parents: 22079
diff changeset
318 de Andrade)
e03fbfdaa53c Save the conversation "Enable Logging" option per-contact.
Moos Heintzen <iwasroot@gmail.com>
parents: 22079
diff changeset
319 * Save the conversation "Enable Logging" option per-contact (Moos
e03fbfdaa53c Save the conversation "Enable Logging" option per-contact.
Moos Heintzen <iwasroot@gmail.com>
parents: 22079
diff changeset
320 Heintzen)
22472
25d5c4a54215 Add some things to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22463
diff changeset
321 * Typing notifications are now shown in the conversation area
21955
4014918b95fc Another patch from DHowett. This one adds conversation nick colors to gtkrc
Sean Egan <seanegan@pidgin.im>
parents: 21953
diff changeset
322
21807
3d64cf4a1601 Update the changelogs. Correct the man page. Allow 'default' to mean the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 21711
diff changeset
323 Finch:
21855
fc93ce6595e4 Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents: 21825
diff changeset
324 * Color is used in the buddylist to indicate status, and the conversation
fc93ce6595e4 Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents: 21825
diff changeset
325 window to indicate various message attributes. Look at the sample gntrc
22227
1fe879bd57aa Fix overzealous hyphenation in the ChangeLog's text.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22203
diff changeset
326 file in the man page for details.
21855
fc93ce6595e4 Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents: 21825
diff changeset
327 * The default keybinding for dump-screen is now M-D and uses a file
fc93ce6595e4 Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents: 21825
diff changeset
328 request dialog. M-d will properly delete-forward-word, and M-f has been
fc93ce6595e4 Add color to the conversation window to indicate various message attributes
Richard Nelson <wabz@pidgin.im>
parents: 21825
diff changeset
329 fixed to imitate readline's behavior.
22136
9db77fc00a0e Implementation of the roomlist API.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22125
diff changeset
330 * New bindings alt+tab and alt+shift+tab to help navigating between the
22227
1fe879bd57aa Fix overzealous hyphenation in the ChangeLog's text.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22203
diff changeset
331 higlighted windows (details on the man page).
22136
9db77fc00a0e Implementation of the roomlist API.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22125
diff changeset
332 * Recently signed on (or off) buddies blink in the buddy list.
22227
1fe879bd57aa Fix overzealous hyphenation in the ChangeLog's text.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 22203
diff changeset
333 * New action 'Room List' in the action list can be used to get the list of
22136
9db77fc00a0e Implementation of the roomlist API.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22125
diff changeset
334 available chat rooms for an online account.
22304
c665bf2a5c56 Changelog the grouping option.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22243
diff changeset
335 * The 'Grouping' plugin can be used for alternate grouping in the
c665bf2a5c56 Changelog the grouping option.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22243
diff changeset
336 buddylist. The current options are 'Group Online/Offline' and 'No
c665bf2a5c56 Changelog the grouping option.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 22243
diff changeset
337 Group'.
22376
25a17b6b69c2 Add a finch log viewer. This is largely copied from Pidgin.
Richard Nelson <wabz@pidgin.im>
parents: 22350
diff changeset
338 * Added a log viewer
22380
327d6bbf3f66 I always forget something...
Richard Nelson <wabz@pidgin.im>
parents: 22376
diff changeset
339 * Added the ability to block/unblock buddies - see the buddy context menu
327d6bbf3f66 I always forget something...
Richard Nelson <wabz@pidgin.im>
parents: 22376
diff changeset
340 and the menu for the buddy list.
22472
25d5c4a54215 Add some things to the ChangeLog
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22463
diff changeset
341 * Fixed a bug preventing finch working on x86_64
21807
3d64cf4a1601 Update the changelogs. Correct the man page. Allow 'default' to mean the
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 21711
diff changeset
342
21953
4904d97daa2b pulled the NEWS and ChangeLog bits from 2.3.1
Ka-Hing Cheung <khc@pidgin.im>
parents: 21920
diff changeset
343 version 2.3.1 (12/7/2007):
4904d97daa2b pulled the NEWS and ChangeLog bits from 2.3.1
Ka-Hing Cheung <khc@pidgin.im>
parents: 21920
diff changeset
344 http://developer.pidgin.im/query?status=closed&milestone=2.3.1
4904d97daa2b pulled the NEWS and ChangeLog bits from 2.3.1
Ka-Hing Cheung <khc@pidgin.im>
parents: 21920
diff changeset
345 NOTE: Due to the way this release was made, it is possible that
4904d97daa2b pulled the NEWS and ChangeLog bits from 2.3.1
Ka-Hing Cheung <khc@pidgin.im>
parents: 21920
diff changeset
346 bugs marked as fixed in 2.3.1 will not be fixed until the
4904d97daa2b pulled the NEWS and ChangeLog bits from 2.3.1
Ka-Hing Cheung <khc@pidgin.im>
parents: 21920
diff changeset
347 next release.
22519
c716120fcf0c Final changes for 2.4.0, release imminent (for some definition of imminent)
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 22479
diff changeset
348
21953
4904d97daa2b pulled the NEWS and ChangeLog bits from 2.3.1
Ka-Hing Cheung <khc@pidgin.im>
parents: 21920
diff changeset
349 * Fixed a number of MSN bugs introduced in 2.3.0, resolving problems
4904d97daa2b pulled the NEWS and ChangeLog bits from 2.3.1
Ka-Hing Cheung <khc@pidgin.im>
parents: 21920
diff changeset
350 connecting to MSN and random local display name changes
4904d97daa2b pulled the NEWS and ChangeLog bits from 2.3.1
Ka-Hing Cheung <khc@pidgin.im>
parents: 21920
diff changeset
351 * Going idle on MySpaceIM will no longer clear your status and message.
4904d97daa2b pulled the NEWS and ChangeLog bits from 2.3.1
Ka-Hing Cheung <khc@pidgin.im>
parents: 21920
diff changeset
352 * Idle MySpaceIM buddies should now appear online at login.
4904d97daa2b pulled the NEWS and ChangeLog bits from 2.3.1
Ka-Hing Cheung <khc@pidgin.im>
parents: 21920
diff changeset
353 * Fixed crashes in XMPP when discovering a client's capabilities
4904d97daa2b pulled the NEWS and ChangeLog bits from 2.3.1
Ka-Hing Cheung <khc@pidgin.im>
parents: 21920
diff changeset
354 * Don't set the current tune title if it's NULL (XMPP/Google Talk)
4904d97daa2b pulled the NEWS and ChangeLog bits from 2.3.1
Ka-Hing Cheung <khc@pidgin.im>
parents: 21920
diff changeset
355 * Don't allow buddies to be manually added to Bonjour
4904d97daa2b pulled the NEWS and ChangeLog bits from 2.3.1
Ka-Hing Cheung <khc@pidgin.im>
parents: 21920
diff changeset
356 * Don't advertise IPv6 on Bonjour because we don't support it
4904d97daa2b pulled the NEWS and ChangeLog bits from 2.3.1
Ka-Hing Cheung <khc@pidgin.im>
parents: 21920
diff changeset
357 * Compile fixes for FreeBSD and Solaris
4904d97daa2b pulled the NEWS and ChangeLog bits from 2.3.1
Ka-Hing Cheung <khc@pidgin.im>
parents: 21920
diff changeset
358 * Update QQ client version so some accounts can connect again
4904d97daa2b pulled the NEWS and ChangeLog bits from 2.3.1
Ka-Hing Cheung <khc@pidgin.im>
parents: 21920
diff changeset
359 * Do not allow ISON requests to stack in IRC, preventing flooding IRC
4904d97daa2b pulled the NEWS and ChangeLog bits from 2.3.1
Ka-Hing Cheung <khc@pidgin.im>
parents: 21920
diff changeset
360 servers when temporary network outages are restored
4904d97daa2b pulled the NEWS and ChangeLog bits from 2.3.1
Ka-Hing Cheung <khc@pidgin.im>
parents: 21920
diff changeset
361 * Plug several leaks in the perl plugin loader
4904d97daa2b pulled the NEWS and ChangeLog bits from 2.3.1
Ka-Hing Cheung <khc@pidgin.im>
parents: 21920
diff changeset
362 * Prevent autoaccept plugin overwriting existing files
4904d97daa2b pulled the NEWS and ChangeLog bits from 2.3.1
Ka-Hing Cheung <khc@pidgin.im>
parents: 21920
diff changeset
363
21711
8e8cba27fc78 Update the dates
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 21688
diff changeset
364 version 2.3.0 (11/24/2007):
20874
5cc48d00bdc6 Move the PURPLE_DISABLE_DEPRECATED entry to 2.3.0 and document the new plugin unload handling.
Richard Laager <rlaager@pidgin.im>
parents: 20808
diff changeset
365 http://developer.pidgin.im/query?status=closed&milestone=2.3.0
21619
1bf8cacfd353 Update the changelogs for 2.3.0
Daniel Atallah <datallah@pidgin.im>
parents: 21618
diff changeset
366 NOTE: Some bugs marked fixed in 2.2.1, 2.2.2 or 2.2.3 may not
21631
4c6c2868b5d7 Make sense!
Kevin Stange <kstange@pidgin.im>
parents: 21619
diff changeset
367 have been fixed until this release (2.3.0).
20874
5cc48d00bdc6 Move the PURPLE_DISABLE_DEPRECATED entry to 2.3.0 and document the new plugin unload handling.
Richard Laager <rlaager@pidgin.im>
parents: 20808
diff changeset
368
5cc48d00bdc6 Move the PURPLE_DISABLE_DEPRECATED entry to 2.3.0 and document the new plugin unload handling.
Richard Laager <rlaager@pidgin.im>
parents: 20808
diff changeset
369 libpurple:
21619
1bf8cacfd353 Update the changelogs for 2.3.0
Daniel Atallah <datallah@pidgin.im>
parents: 21618
diff changeset
370 * Real usernames are now shown in the system log.
20874
5cc48d00bdc6 Move the PURPLE_DISABLE_DEPRECATED entry to 2.3.0 and document the new plugin unload handling.
Richard Laager <rlaager@pidgin.im>
parents: 20808
diff changeset
371 * We now honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to
5cc48d00bdc6 Move the PURPLE_DISABLE_DEPRECATED entry to 2.3.0 and document the new plugin unload handling.
Richard Laager <rlaager@pidgin.im>
parents: 20808
diff changeset
372 catch deprecated functions earlier rather than later.
21527
fe89b20df0f7 I thought I was just fixing a leak in this commit, but it turns out I forgot to add the new files in the previous commit.
Daniel Atallah <datallah@pidgin.im>
parents: 21453
diff changeset
373 * Thanks to a patch from Intel, the Bonjour prpl now supports file
fe89b20df0f7 I thought I was just fixing a leak in this commit, but it turns out I forgot to add the new files in the previous commit.
Daniel Atallah <datallah@pidgin.im>
parents: 21453
diff changeset
374 transfers using XEP-0096 and XEP-0065. This should enable file
21618
8e23cf987cb1 Fix receiving files from Gajim clients by making the SOCKS5 target hash correct.
Daniel Atallah <datallah@pidgin.im>
parents: 21610
diff changeset
375 transfers between libpurple clients and Gajim clients, but will not
8e23cf987cb1 Fix receiving files from Gajim clients by making the SOCKS5 target hash correct.
Daniel Atallah <datallah@pidgin.im>
parents: 21610
diff changeset
376 work with iChat or Adium as they use a different file transfer
8e23cf987cb1 Fix receiving files from Gajim clients by making the SOCKS5 target hash correct.
Daniel Atallah <datallah@pidgin.im>
parents: 21610
diff changeset
377 implementation.
21686
c918728cd737 I never logged this. Refs #2265
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 21683
diff changeset
378 * XMPP password changes that return errors no longer cause the saved
c918728cd737 I never logged this. Refs #2265
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 21683
diff changeset
379 password to be changed.
21688
a16385b34219 Implement more of XEP-0065 to support sending files through a proxy. To avoid adding strings this close to a release, it only supports using a proxy that is discovered from the server, but we'll include an account option to manually specify a ft proxy in the next release. Lots of this is based on a patch from galt - Fixes #3730, #116, #1768
Daniel Atallah <datallah@pidgin.im>
parents: 21686
diff changeset
380 * XMPP file transfer support has been enhanced to support sending
a16385b34219 Implement more of XEP-0065 to support sending files through a proxy. To avoid adding strings this close to a release, it only supports using a proxy that is discovered from the server, but we'll include an account option to manually specify a ft proxy in the next release. Lots of this is based on a patch from galt - Fixes #3730, #116, #1768
Daniel Atallah <datallah@pidgin.im>
parents: 21686
diff changeset
381 files through a proxy when the server supports discovering a
a16385b34219 Implement more of XEP-0065 to support sending files through a proxy. To avoid adding strings this close to a release, it only supports using a proxy that is discovered from the server, but we'll include an account option to manually specify a ft proxy in the next release. Lots of this is based on a patch from galt - Fixes #3730, #116, #1768
Daniel Atallah <datallah@pidgin.im>
parents: 21686
diff changeset
382 a bytestream proxy. This should make file transfers much more
a16385b34219 Implement more of XEP-0065 to support sending files through a proxy. To avoid adding strings this close to a release, it only supports using a proxy that is discovered from the server, but we'll include an account option to manually specify a ft proxy in the next release. Lots of this is based on a patch from galt - Fixes #3730, #116, #1768
Daniel Atallah <datallah@pidgin.im>
parents: 21686
diff changeset
383 reliable. The next release will add support for manually specifying
a16385b34219 Implement more of XEP-0065 to support sending files through a proxy. To avoid adding strings this close to a release, it only supports using a proxy that is discovered from the server, but we'll include an account option to manually specify a ft proxy in the next release. Lots of this is based on a patch from galt - Fixes #3730, #116, #1768
Daniel Atallah <datallah@pidgin.im>
parents: 21686
diff changeset
384 a proxy when the server doesn't advertise one.
20874
5cc48d00bdc6 Move the PURPLE_DISABLE_DEPRECATED entry to 2.3.0 and document the new plugin unload handling.
Richard Laager <rlaager@pidgin.im>
parents: 20808
diff changeset
385
5cc48d00bdc6 Move the PURPLE_DISABLE_DEPRECATED entry to 2.3.0 and document the new plugin unload handling.
Richard Laager <rlaager@pidgin.im>
parents: 20808
diff changeset
386 Pidgin:
5cc48d00bdc6 Move the PURPLE_DISABLE_DEPRECATED entry to 2.3.0 and document the new plugin unload handling.
Richard Laager <rlaager@pidgin.im>
parents: 20808
diff changeset
387 * If a plugin says it can't be unloaded, we now display an error and
5cc48d00bdc6 Move the PURPLE_DISABLE_DEPRECATED entry to 2.3.0 and document the new plugin unload handling.
Richard Laager <rlaager@pidgin.im>
parents: 20808
diff changeset
388 remove the plugin from the list of saved plugins so it won't load
5cc48d00bdc6 Move the PURPLE_DISABLE_DEPRECATED entry to 2.3.0 and document the new plugin unload handling.
Richard Laager <rlaager@pidgin.im>
parents: 20808
diff changeset
389 at the next startup. Previously, we were ignoring this case, which
5cc48d00bdc6 Move the PURPLE_DISABLE_DEPRECATED entry to 2.3.0 and document the new plugin unload handling.
Richard Laager <rlaager@pidgin.im>
parents: 20808
diff changeset
390 could lead to crashes.
21215
775a49fdc926 Document the window transient_for changes. Refs #2617
Richard Laager <rlaager@pidgin.im>
parents: 21213
diff changeset
391 * Mark dialog windows as transient for appropriate parent windows to
21646
2393aee33757 merge of '591a79c1b29546a394039d76ba9f60d375e565c7'
Luke Schierer <lschiere@pidgin.im>
parents: 21630 21637
diff changeset
392 help window managers do the right thing (Gabriel Schulhof)
21597
ddb650523335 Mention new error mini-dialogs in the ChangeLog.
Will Thompson <resiak@pidgin.im>
parents: 21527
diff changeset
393 * Connection errors are now reported in mini-dialogs inside the buddy
ddb650523335 Mention new error mini-dialogs in the ChangeLog.
Will Thompson <resiak@pidgin.im>
parents: 21527
diff changeset
394 list, rather than as buttons in the buddy list and with dialog
ddb650523335 Mention new error mini-dialogs in the ChangeLog.
Will Thompson <resiak@pidgin.im>
parents: 21527
diff changeset
395 boxes. If several accounts are disabled when you sign on elsewhere,
ddb650523335 Mention new error mini-dialogs in the ChangeLog.
Will Thompson <resiak@pidgin.im>
parents: 21527
diff changeset
396 you can now re-enable them all with a single click.
21664
9acf8cecfd90 ChangeLog a couple of items
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 21646
diff changeset
397 * Added tooltips to the Room List window to show full topics
9acf8cecfd90 ChangeLog a couple of items
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 21646
diff changeset
398 * Added buttons in preferences to access GNOME network and browser
9acf8cecfd90 ChangeLog a couple of items
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 21646
diff changeset
399 preferences configuration dialogs when running under GNOME
20381
d9e1a6fc64fd Try to sync up the change log. It would be helpful for people to remember
Kevin Stange <kstange@pidgin.im>
parents: 20348
diff changeset
400 * If you alias a buddy to an alias that is already present within
d9e1a6fc64fd Try to sync up the change log. It would be helpful for people to remember
Kevin Stange <kstange@pidgin.im>
parents: 20348
diff changeset
401 a particular group, we now offer to merge the buddies into the
d9e1a6fc64fd Try to sync up the change log. It would be helpful for people to remember
Kevin Stange <kstange@pidgin.im>
parents: 20348
diff changeset
402 same contact.
d9e1a6fc64fd Try to sync up the change log. It would be helpful for people to remember
Kevin Stange <kstange@pidgin.im>
parents: 20348
diff changeset
403 * A music emblem is now displayed in the buddy list for a buddy if we
d9e1a6fc64fd Try to sync up the change log. It would be helpful for people to remember
Kevin Stange <kstange@pidgin.im>
parents: 20348
diff changeset
404 know she is listening to some soothing music.
d9e1a6fc64fd Try to sync up the change log. It would be helpful for people to remember
Kevin Stange <kstange@pidgin.im>
parents: 20348
diff changeset
405 * Added a 'Move to' menu in buddy list context menu for moving buddies
d9e1a6fc64fd Try to sync up the change log. It would be helpful for people to remember
Kevin Stange <kstange@pidgin.im>
parents: 20348
diff changeset
406 to other groups as an alternative to dragging.
d9e1a6fc64fd Try to sync up the change log. It would be helpful for people to remember
Kevin Stange <kstange@pidgin.im>
parents: 20348
diff changeset
407 * Group headings are now marked via an underline instead of a
d9e1a6fc64fd Try to sync up the change log. It would be helpful for people to remember
Kevin Stange <kstange@pidgin.im>
parents: 20348
diff changeset
408 different color background.
d9e1a6fc64fd Try to sync up the change log. It would be helpful for people to remember
Kevin Stange <kstange@pidgin.im>
parents: 20348
diff changeset
409 * It is now possible to mark a chat on your buddy list as "Persistent"
d9e1a6fc64fd Try to sync up the change log. It would be helpful for people to remember
Kevin Stange <kstange@pidgin.im>
parents: 20348
diff changeset
410 so you do not leave the chat when the window or tab is closed.
d9e1a6fc64fd Try to sync up the change log. It would be helpful for people to remember
Kevin Stange <kstange@pidgin.im>
parents: 20348
diff changeset
411 * The auto-join option for chats is now listed in the "Add Chat"
d9e1a6fc64fd Try to sync up the change log. It would be helpful for people to remember
Kevin Stange <kstange@pidgin.im>
parents: 20348
diff changeset
412 dialog along with the new persistence option.
d9e1a6fc64fd Try to sync up the change log. It would be helpful for people to remember
Kevin Stange <kstange@pidgin.im>
parents: 20348
diff changeset
413 * Closing an IM no longer immediately closes your conversation. It
d9e1a6fc64fd Try to sync up the change log. It would be helpful for people to remember
Kevin Stange <kstange@pidgin.im>
parents: 20348
diff changeset
414 will now remain active for a short time so that if the conversation
d9e1a6fc64fd Try to sync up the change log. It would be helpful for people to remember
Kevin Stange <kstange@pidgin.im>
parents: 20348
diff changeset
415 resumes, the history will be retained. A preference has been added
d9e1a6fc64fd Try to sync up the change log. It would be helpful for people to remember
Kevin Stange <kstange@pidgin.im>
parents: 20348
diff changeset
416 to toggle this behavior.
d9e1a6fc64fd Try to sync up the change log. It would be helpful for people to remember
Kevin Stange <kstange@pidgin.im>
parents: 20348
diff changeset
417 * The "Smiley" menu has been moved to the top-level of the toolbar.
d9e1a6fc64fd Try to sync up the change log. It would be helpful for people to remember
Kevin Stange <kstange@pidgin.im>
parents: 20348
diff changeset
418 * Pidgin's display is now saved with the command line for session
20348
984a9d54f84f Document the patches from David Mohr which provide support for saving
Ethan Blanton <elb@pidgin.im>
parents: 20329
diff changeset
419 restoration. (David Mohr)
20784
e36de154f187 Sync the ChangeLog up from 2.2.1.
Kevin Stange <kstange@pidgin.im>
parents: 20750
diff changeset
420 * ICQ Birthday notifications are shown as buddy list emblems.
20981
7a8fa5cfcee3 ChangeLog plugin actions in the docklet menu.
Casey Harkins <charkins@pidgin.im>
parents: 20804
diff changeset
421 * Plugin actions are now available from the docklet context menu
7a8fa5cfcee3 ChangeLog plugin actions in the docklet menu.
Casey Harkins <charkins@pidgin.im>
parents: 20804
diff changeset
422 in addition to the Tool menu of the buddy list.
21450
183bd86d7d1e This changelog entry was weak, considering all the work John actually
Kevin Stange <kstange@pidgin.im>
parents: 21449
diff changeset
423 * The manual page has been heavily rewritten to bring it in line
183bd86d7d1e This changelog entry was weak, considering all the work John actually
Kevin Stange <kstange@pidgin.im>
parents: 21449
diff changeset
424 with current functionality.
20750
b90234774159 propagate from branch 'im.pidgin.pidgin.2.2.1' (head 7c1a77cd4a5108cb74942414f7680064cd6ca6a1)
Richard Laager <rlaager@pidgin.im>
parents: 20666 20152
diff changeset
425
21619
1bf8cacfd353 Update the changelogs for 2.3.0
Daniel Atallah <datallah@pidgin.im>
parents: 21618
diff changeset
426 Finch:
1bf8cacfd353 Update the changelogs for 2.3.0
Daniel Atallah <datallah@pidgin.im>
parents: 21618
diff changeset
427 * If a plugin says it can't be unloaded, we now display an error and
1bf8cacfd353 Update the changelogs for 2.3.0
Daniel Atallah <datallah@pidgin.im>
parents: 21618
diff changeset
428 remove the plugin from the list of saved plugins so it won't load
1bf8cacfd353 Update the changelogs for 2.3.0
Daniel Atallah <datallah@pidgin.im>
parents: 21618
diff changeset
429 at the next startup. Previously, we were ignoring this case, which
1bf8cacfd353 Update the changelogs for 2.3.0
Daniel Atallah <datallah@pidgin.im>
parents: 21618
diff changeset
430 could lead to crashes.
1bf8cacfd353 Update the changelogs for 2.3.0
Daniel Atallah <datallah@pidgin.im>
parents: 21618
diff changeset
431 * It's possible to bind key-strokes to specific menuitems in the windows.
1bf8cacfd353 Update the changelogs for 2.3.0
Daniel Atallah <datallah@pidgin.im>
parents: 21618
diff changeset
432 Read the 'Menus' section in the man-page for details.
1bf8cacfd353 Update the changelogs for 2.3.0
Daniel Atallah <datallah@pidgin.im>
parents: 21618
diff changeset
433 * 'transpose-chars' operation for the entry boxes. The default key-binding
1bf8cacfd353 Update the changelogs for 2.3.0
Daniel Atallah <datallah@pidgin.im>
parents: 21618
diff changeset
434 is ctrl+t.
1bf8cacfd353 Update the changelogs for 2.3.0
Daniel Atallah <datallah@pidgin.im>
parents: 21618
diff changeset
435 * 'yank' operation for the entry boxes. The default binding is ctrl+y.
1bf8cacfd353 Update the changelogs for 2.3.0
Daniel Atallah <datallah@pidgin.im>
parents: 21618
diff changeset
436
20264
5bc8c5f5ba58 Lets release today
Luke Schierer <lschiere@pidgin.im>
parents: 20193
diff changeset
437 version 2.2.2 (10/23/2007):
5bc8c5f5ba58 Lets release today
Luke Schierer <lschiere@pidgin.im>
parents: 20193
diff changeset
438 http://developer.pidgin.im/query?status=closed&milestone=2.2.2
20268
4c56c4e93318 Users don't grok backport.
Richard Laager <rlaager@pidgin.im>
parents: 20264
diff changeset
439 NOTE: Due to the way this release was made, it is possible that
4c56c4e93318 Users don't grok backport.
Richard Laager <rlaager@pidgin.im>
parents: 20264
diff changeset
440 bugs marked as fixed in 2.2.1 or 2.2.2 will not be fixed
4c56c4e93318 Users don't grok backport.
Richard Laager <rlaager@pidgin.im>
parents: 20264
diff changeset
441 until the next release.
20264
5bc8c5f5ba58 Lets release today
Luke Schierer <lschiere@pidgin.im>
parents: 20193
diff changeset
442
20269
346b13a7c448 An empty ChangeLog sucks. I've added something incredibly minimalistic.
Richard Laager <rlaager@pidgin.im>
parents: 20268
diff changeset
443 * Various bug and memory leak fixes
346b13a7c448 An empty ChangeLog sucks. I've added something incredibly minimalistic.
Richard Laager <rlaager@pidgin.im>
parents: 20268
diff changeset
444 * Look for a default prefs.xml in the CSIDL_COMMON_APPDATA directory
346b13a7c448 An empty ChangeLog sucks. I've added something incredibly minimalistic.
Richard Laager <rlaager@pidgin.im>
parents: 20268
diff changeset
445 (e.g. c:\Documents and Settings\All Users\
346b13a7c448 An empty ChangeLog sucks. I've added something incredibly minimalistic.
Richard Laager <rlaager@pidgin.im>
parents: 20268
diff changeset
446 Application Data\purple\prefs.xml) on Windows, similarly to
346b13a7c448 An empty ChangeLog sucks. I've added something incredibly minimalistic.
Richard Laager <rlaager@pidgin.im>
parents: 20268
diff changeset
447 how this is done on other platforms.
346b13a7c448 An empty ChangeLog sucks. I've added something incredibly minimalistic.
Richard Laager <rlaager@pidgin.im>
parents: 20268
diff changeset
448
20193
9c600c31fa85 in c966d1b59a11c860df756f5def6e3486d94f24e3, Kevin noted that "Version" should be "version." merging the changelog is scary though.
Luke Schierer <lschiere@pidgin.im>
parents: 20185
diff changeset
449 version 2.2.1 (09/29/2007):
20152
7c1a77cd4a51 Update this ChangeLog with the appropriate fixes.
Richard Laager <rlaager@pidgin.im>
parents: 20037
diff changeset
450 http://developer.pidgin.im/query?status=closed&milestone=2.2.1
7c1a77cd4a51 Update this ChangeLog with the appropriate fixes.
Richard Laager <rlaager@pidgin.im>
parents: 20037
diff changeset
451 NOTE: Due to the backporting that happened for the actual
7c1a77cd4a51 Update this ChangeLog with the appropriate fixes.
Richard Laager <rlaager@pidgin.im>
parents: 20037
diff changeset
452 release, it is possible bugs marked as fixed in 2.2.1
7c1a77cd4a51 Update this ChangeLog with the appropriate fixes.
Richard Laager <rlaager@pidgin.im>
parents: 20037
diff changeset
453 will not be fixed until 2.2.2.
7c1a77cd4a51 Update this ChangeLog with the appropriate fixes.
Richard Laager <rlaager@pidgin.im>
parents: 20037
diff changeset
454
7c1a77cd4a51 Update this ChangeLog with the appropriate fixes.
Richard Laager <rlaager@pidgin.im>
parents: 20037
diff changeset
455 libpurple:
7c1a77cd4a51 Update this ChangeLog with the appropriate fixes.
Richard Laager <rlaager@pidgin.im>
parents: 20037
diff changeset
456 * A few build issues on Solaris were fixed.
7c1a77cd4a51 Update this ChangeLog with the appropriate fixes.
Richard Laager <rlaager@pidgin.im>
parents: 20037
diff changeset
457 * Cancelling the password prompt for an account will no longer leave
7c1a77cd4a51 Update this ChangeLog with the appropriate fixes.
Richard Laager <rlaager@pidgin.im>
parents: 20037
diff changeset
458 it in an ambiguous state. (It will be disabled.)
7c1a77cd4a51 Update this ChangeLog with the appropriate fixes.
Richard Laager <rlaager@pidgin.im>
parents: 20037
diff changeset
459 * Fixed an erroneous size display for MSN file transfers. (galt)
20185
e7dd28283ec3 Minor changelog updates
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 20152
diff changeset
460 * Fixed multiple memory leaks, particularly in XMPP and MySpace
e7dd28283ec3 Minor changelog updates
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 20152
diff changeset
461 protocols
e7dd28283ec3 Minor changelog updates
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 20152
diff changeset
462 * Fixed remembering proxy preferences and status scores
20152
7c1a77cd4a51 Update this ChangeLog with the appropriate fixes.
Richard Laager <rlaager@pidgin.im>
parents: 20037
diff changeset
463 * Gmail notifications are better tracked
7c1a77cd4a51 Update this ChangeLog with the appropriate fixes.
Richard Laager <rlaager@pidgin.im>
parents: 20037
diff changeset
464
7c1a77cd4a51 Update this ChangeLog with the appropriate fixes.
Richard Laager <rlaager@pidgin.im>
parents: 20037
diff changeset
465 Pidgin:
7c1a77cd4a51 Update this ChangeLog with the appropriate fixes.
Richard Laager <rlaager@pidgin.im>
parents: 20037
diff changeset
466 * Fixed keyboard tab reordering to move tabs one step instead of two.
7c1a77cd4a51 Update this ChangeLog with the appropriate fixes.
Richard Laager <rlaager@pidgin.im>
parents: 20037
diff changeset
467 * You should no longer lose proxy settings when Pidgin is restarted.
20185
e7dd28283ec3 Minor changelog updates
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 20152
diff changeset
468 * Fixed detection of X11 when compiling
20152
7c1a77cd4a51 Update this ChangeLog with the appropriate fixes.
Richard Laager <rlaager@pidgin.im>
parents: 20037
diff changeset
469
7c1a77cd4a51 Update this ChangeLog with the appropriate fixes.
Richard Laager <rlaager@pidgin.im>
parents: 20037
diff changeset
470 Finch:
7c1a77cd4a51 Update this ChangeLog with the appropriate fixes.
Richard Laager <rlaager@pidgin.im>
parents: 20037
diff changeset
471 * Pressing 'Insert' in the buddylist will bring up the 'Add Buddy'
7c1a77cd4a51 Update this ChangeLog with the appropriate fixes.
Richard Laager <rlaager@pidgin.im>
parents: 20037
diff changeset
472 dialog.
7c1a77cd4a51 Update this ChangeLog with the appropriate fixes.
Richard Laager <rlaager@pidgin.im>
parents: 20037
diff changeset
473
20193
9c600c31fa85 in c966d1b59a11c860df756f5def6e3486d94f24e3, Kevin noted that "Version" should be "version." merging the changelog is scary though.
Luke Schierer <lschiere@pidgin.im>
parents: 20185
diff changeset
474 version 2.2.0 (09/13/2007):
20033
5b6616ccbd48 More changelogging. I added the URL for the closed tickets on this milestone
Kevin Stange <kstange@pidgin.im>
parents: 20031
diff changeset
475 http://developer.pidgin.im/query?status=closed&milestone=2.2.0
5b6616ccbd48 More changelogging. I added the URL for the closed tickets on this milestone
Kevin Stange <kstange@pidgin.im>
parents: 20031
diff changeset
476
19650
3780cb7e0160 ChangeLog
Sean Egan <seanegan@pidgin.im>
parents: 19613
diff changeset
477 Libpurple:
19536
d456773ad4de ChangeLog MySpace
Sean Egan <seanegan@pidgin.im>
parents: 19464
diff changeset
478 * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of
d456773ad4de ChangeLog MySpace
Sean Egan <seanegan@pidgin.im>
parents: 19464
diff changeset
479 Code)
20021
ab95bfa36836 Please NEWS and continue to ChangeLog things.
Sean Egan <seanegan@pidgin.im>
parents: 19986
diff changeset
480 * XMPP enhancements. See
20185
e7dd28283ec3 Minor changelog updates
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 20152
diff changeset
481 http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas
20021
ab95bfa36836 Please NEWS and continue to ChangeLog things.
Sean Egan <seanegan@pidgin.im>
parents: 19986
diff changeset
482 Monitzer, Google Summer of Code for Adium)
ab95bfa36836 Please NEWS and continue to ChangeLog things.
Sean Egan <seanegan@pidgin.im>
parents: 19986
diff changeset
483 * Certificate management. Libpurple will validate certificates on
ab95bfa36836 Please NEWS and continue to ChangeLog things.
Sean Egan <seanegan@pidgin.im>
parents: 19986
diff changeset
484 SSL-encrypted protocols (William Ehlhardt, Google Summer of Code)
20024
d6e696309c84 A couple more things for the ChangeLog
Kevin Stange <kstange@pidgin.im>
parents: 20023
diff changeset
485 * Some adjustments were made to fix sending messages when using
20025
b2dbb86b10cd This should be credited.
Kevin Stange <kstange@pidgin.im>
parents: 20024
diff changeset
486 the MSN HTTP method. (Laszlo Pandy)
20027
a8df0f96f4e4 ChangeLog yahoo chat
Sean Egan <seanegan@pidgin.im>
parents: 20024
diff changeset
487 * Yahoo! Chat is fixed.
20033
5b6616ccbd48 More changelogging. I added the URL for the closed tickets on this milestone
Kevin Stange <kstange@pidgin.im>
parents: 20031
diff changeset
488 * Some AIM file transfer issues between Pidgin and other clients
5b6616ccbd48 More changelogging. I added the URL for the closed tickets on this milestone
Kevin Stange <kstange@pidgin.im>
parents: 20031
diff changeset
489 have been fixed. (Kyryll A Mirnenko)
20034
cfc5e07f01cf Another noteworthy item!
Kevin Stange <kstange@pidgin.im>
parents: 20033
diff changeset
490 * Properly restore idle status and time for AIM and ICQ accounts
cfc5e07f01cf Another noteworthy item!
Kevin Stange <kstange@pidgin.im>
parents: 20033
diff changeset
491 when they reconnect after being disconnected.
19536
d456773ad4de ChangeLog MySpace
Sean Egan <seanegan@pidgin.im>
parents: 19464
diff changeset
492
19650
3780cb7e0160 ChangeLog
Sean Egan <seanegan@pidgin.im>
parents: 19613
diff changeset
493 Pidgin:
20024
d6e696309c84 A couple more things for the ChangeLog
Kevin Stange <kstange@pidgin.im>
parents: 20023
diff changeset
494 * Insert Horizontal Rules and Strikethrough text from toolbar.
19652
b0a14d85e2e5 Fixes #2146. Adds a Show Protocol Icon option and groups related Show menu items into a submenu. Patch from Justin Heiner
Sean Egan <seanegan@pidgin.im>
parents: 19650
diff changeset
495 * Option to show protocol icons in the buddy list, from the
20024
d6e696309c84 A couple more things for the ChangeLog
Kevin Stange <kstange@pidgin.im>
parents: 20023
diff changeset
496 Buddies > Show menu. (Justin Heiner)
d6e696309c84 A couple more things for the ChangeLog
Kevin Stange <kstange@pidgin.im>
parents: 20023
diff changeset
497 * Ability to build with native, non-X11 GTK+ on OSX. (Anders
19986
7c725191167c Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19699
diff changeset
498 Hasselqvist)
20024
d6e696309c84 A couple more things for the ChangeLog
Kevin Stange <kstange@pidgin.im>
parents: 20023
diff changeset
499 * Remember the 'Enable Sounds' setting for a conversation.
d6e696309c84 A couple more things for the ChangeLog
Kevin Stange <kstange@pidgin.im>
parents: 20023
diff changeset
500 * Right-clicking the empty space in the formatting toolbar
d6e696309c84 A couple more things for the ChangeLog
Kevin Stange <kstange@pidgin.im>
parents: 20023
diff changeset
501 allows you to toggle back to the old "ungrouped" version.
20033
5b6616ccbd48 More changelogging. I added the URL for the closed tickets on this milestone
Kevin Stange <kstange@pidgin.im>
parents: 20031
diff changeset
502 * Protocols supporting account registration via Pidgin now show
5b6616ccbd48 More changelogging. I added the URL for the closed tickets on this milestone
Kevin Stange <kstange@pidgin.im>
parents: 20031
diff changeset
503 a descriptive checkbox instead of a vague "Register" button.
5b6616ccbd48 More changelogging. I added the URL for the closed tickets on this milestone
Kevin Stange <kstange@pidgin.im>
parents: 20031
diff changeset
504 * Fixed a bug where a tab would be shown on single conversations
5b6616ccbd48 More changelogging. I added the URL for the closed tickets on this milestone
Kevin Stange <kstange@pidgin.im>
parents: 20031
diff changeset
505 when tabs were disabled.
19650
3780cb7e0160 ChangeLog
Sean Egan <seanegan@pidgin.im>
parents: 19613
diff changeset
506
19613
67c2616a6127 Changelog the per-conversation mute/logging options.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19536
diff changeset
507 Finch:
20024
d6e696309c84 A couple more things for the ChangeLog
Kevin Stange <kstange@pidgin.im>
parents: 20023
diff changeset
508 * Per-conversation mute and logging options (accessible from the menu).
19613
67c2616a6127 Changelog the per-conversation mute/logging options.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19536
diff changeset
509
19464
b20348da23da Final preparation for 2.1.1
Ethan Blanton <elb@pidgin.im>
parents: 19419
diff changeset
510 version 2.1.1 (08/20/2007):
19378
0c903a1ffb1e ChangeLog some stuff
Sean Egan <seanegan@pidgin.im>
parents: 19319
diff changeset
511 Yahoo:
19047
0ad8a4a39ee9 Changelog the "Open Inbox" account action in the yahoo prpl.
Daniel Atallah <datallah@pidgin.im>
parents: 18979
diff changeset
512 * Added an account action to open your inbox in the yahoo prpl.
19054
1c2d94afac92 Changelog
Sean Egan <seanegan@pidgin.im>
parents: 19047
diff changeset
513 * Added support for Unicode status messages in Yahoo.
19058
9facc10e1c01 Yahoo server-side aliases patch from John Moody. Fixes #1653 Thanks!
Sean Egan <seanegan@pidgin.im>
parents: 19054
diff changeset
514 * Server-stored aliases for Yahoo. (John Moody)
19129
3046df38aa13 Revert 'show docklet' preference default to 'always.'
Sean Egan <seanegan@pidgin.im>
parents: 19068
diff changeset
515 * Fixed support for Yahoo! doodling.
19412
ffcf0204a540 be a bit less optimistic about our msn support in yahoo
Tim Ringenbach <marv@pidgin.im>
parents: 19386
diff changeset
516 * Limited support for MSN Messenger contacts
19378
0c903a1ffb1e ChangeLog some stuff
Sean Egan <seanegan@pidgin.im>
parents: 19319
diff changeset
517
0c903a1ffb1e ChangeLog some stuff
Sean Egan <seanegan@pidgin.im>
parents: 19319
diff changeset
518 Bonjour:
19129
3046df38aa13 Revert 'show docklet' preference default to 'always.'
Sean Egan <seanegan@pidgin.im>
parents: 19068
diff changeset
519 * Bonjour plugin uses native Avahi instead of Howl
19218
cb1f18ee620b Show bonjour status messages in the buddy list.
Daniel Atallah <datallah@pidgin.im>
parents: 19129
diff changeset
520 * Bonjour plugin supports Buddy Icons
19047
0ad8a4a39ee9 Changelog the "Open Inbox" account action in the yahoo prpl.
Daniel Atallah <datallah@pidgin.im>
parents: 18979
diff changeset
521
19419
c4d5b0a8507f Only send conversation close notices on XMPP when the typing notification preference is turned on
Sean Egan <seanegan@pidgin.im>
parents: 19418
diff changeset
522 XMPP:
c4d5b0a8507f Only send conversation close notices on XMPP when the typing notification preference is turned on
Sean Egan <seanegan@pidgin.im>
parents: 19418
diff changeset
523 * Only report conversation close when 'send typing notifications'
c4d5b0a8507f Only send conversation close notices on XMPP when the typing notification preference is turned on
Sean Egan <seanegan@pidgin.im>
parents: 19418
diff changeset
524 preference is turned on (Bob Rossi)
c4d5b0a8507f Only send conversation close notices on XMPP when the typing notification preference is turned on
Sean Egan <seanegan@pidgin.im>
parents: 19418
diff changeset
525
19068
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19058
diff changeset
526 Pidgin:
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19058
diff changeset
527 * Show current outgoing conversation formatting on the font label on
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19058
diff changeset
528 the toolbar
19129
3046df38aa13 Revert 'show docklet' preference default to 'always.'
Sean Egan <seanegan@pidgin.im>
parents: 19068
diff changeset
529 * Slim new redesign of conversation tabs to maximize number of
3046df38aa13 Revert 'show docklet' preference default to 'always.'
Sean Egan <seanegan@pidgin.im>
parents: 19068
diff changeset
530 conversations that can fit in a window
19378
0c903a1ffb1e ChangeLog some stuff
Sean Egan <seanegan@pidgin.im>
parents: 19319
diff changeset
531 * Tab bar is not visible when only one conversation is open. You can
0c903a1ffb1e ChangeLog some stuff
Sean Egan <seanegan@pidgin.im>
parents: 19319
diff changeset
532 drag and drop conversations from the infopane.
0c903a1ffb1e ChangeLog some stuff
Sean Egan <seanegan@pidgin.im>
parents: 19319
diff changeset
533 * Moved "Reset Formatting" toolbar button to Font menu.
0c903a1ffb1e ChangeLog some stuff
Sean Egan <seanegan@pidgin.im>
parents: 19319
diff changeset
534 * Double click on the infopane to alias buddies and set topics
0c903a1ffb1e ChangeLog some stuff
Sean Egan <seanegan@pidgin.im>
parents: 19319
diff changeset
535 on chats
19386
ede3ee5b666d Changelog smiley style
Sean Egan <seanegan@pidgin.im>
parents: 19378
diff changeset
536 * New smiley style
19068
4effc374e407 Show current outgoing conversation formatting on the font label on
Ka-Hing Cheung <khc@pidgin.im>
parents: 19058
diff changeset
537
19319
2b308e8b49dd Changelog the sound support in finch.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19218
diff changeset
538 Finch:
2b308e8b49dd Changelog the sound support in finch.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19218
diff changeset
539 * Sound support (Eric Polino)
2b308e8b49dd Changelog the sound support in finch.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 19218
diff changeset
540
18979
2a5763473645 Update date on release
Sean Egan <seanegan@pidgin.im>
parents: 18969
diff changeset
541 version 2.1.0 (07/28/2007):
18074
60b27c5603f6 ChangeLog the dbus_uniq and timeout_add_seconds changes.
Richard Laager <rlaager@pidgin.im>
parents: 17225
diff changeset
542 libpurple:
60b27c5603f6 ChangeLog the dbus_uniq and timeout_add_seconds changes.
Richard Laager <rlaager@pidgin.im>
parents: 17225
diff changeset
543 * Core changes to allow UIs to use second-granularity for scheduling.
60b27c5603f6 ChangeLog the dbus_uniq and timeout_add_seconds changes.
Richard Laager <rlaager@pidgin.im>
parents: 17225
diff changeset
544 Pidgin and Finch, which use the glib event loop, were changed to use
60b27c5603f6 ChangeLog the dbus_uniq and timeout_add_seconds changes.
Richard Laager <rlaager@pidgin.im>
parents: 17225
diff changeset
545 g_timeout_add_seconds() on glib >= 2.14 when possible. This allows
18084
e159ccd0e6dc Change "properly" to "better" in the description of the second-granularity
Richard Laager <rlaager@pidgin.im>
parents: 18083
diff changeset
546 glib to better group our longer timers to increase power efficiency.
18074
60b27c5603f6 ChangeLog the dbus_uniq and timeout_add_seconds changes.
Richard Laager <rlaager@pidgin.im>
parents: 17225
diff changeset
547 (Arjan van de Ven with Intel Corporation)
18089
6d9574b755a8 changelog the lack of linkification
Nathan Walp <nwalp@pidgin.im>
parents: 18086
diff changeset
548 * No longer linkifies screennames containing @ signs in join/part
6d9574b755a8 changelog the lack of linkification
Nathan Walp <nwalp@pidgin.im>
parents: 18086
diff changeset
549 notifications in chats
18101
3ce21b5a182c A patch from David Grohmann (dave1g) to log embedded images.
Richard Laager <rlaager@pidgin.im>
parents: 18093
diff changeset
550 * With the HTML logger, images in conversations are now saved.
18102
9139e4655e6f NOTE: Saved images are not yet displayed when loading logs.
Richard Laager <rlaager@pidgin.im>
parents: 18101
diff changeset
551 NOTE: Saved images are not yet displayed when loading logs.
18533
feeca1c794de ChangeLog the new QIP logger in the Log Reader plugin.
Richard Laager <rlaager@pidgin.im>
parents: 18178
diff changeset
552 * Added support for QIP logs to the Log Reader plugin (Michael Shkutkov)
18074
60b27c5603f6 ChangeLog the dbus_uniq and timeout_add_seconds changes.
Richard Laager <rlaager@pidgin.im>
parents: 17225
diff changeset
553
60b27c5603f6 ChangeLog the dbus_uniq and timeout_add_seconds changes.
Richard Laager <rlaager@pidgin.im>
parents: 17225
diff changeset
554 Pidgin:
60b27c5603f6 ChangeLog the dbus_uniq and timeout_add_seconds changes.
Richard Laager <rlaager@pidgin.im>
parents: 17225
diff changeset
555 * Ensure only one copy of Pidgin is running with a given configuration
60b27c5603f6 ChangeLog the dbus_uniq and timeout_add_seconds changes.
Richard Laager <rlaager@pidgin.im>
parents: 17225
diff changeset
556 directory. The net effect of this is that trying to start Pidgin a
60b27c5603f6 ChangeLog the dbus_uniq and timeout_add_seconds changes.
Richard Laager <rlaager@pidgin.im>
parents: 17225
diff changeset
557 second time will raise the buddy list. (Gabriel Schulhof)
18083
0812a2e0140c ChangeLog the new undo functionality.
Richard Laager <rlaager@pidgin.im>
parents: 18082
diff changeset
558 * Undo capability in the conversation window
18569
35d32b29340b ChangeLog the two most significant UI changes in Pidgin for 2.1.0.
Kevin Stange <kstange@pidgin.im>
parents: 18542
diff changeset
559 * The formatting toolbar has been reorganized to be more concise.
35d32b29340b ChangeLog the two most significant UI changes in Pidgin for 2.1.0.
Kevin Stange <kstange@pidgin.im>
parents: 18542
diff changeset
560 * A new status area has been added to the top of conversations to
35d32b29340b ChangeLog the two most significant UI changes in Pidgin for 2.1.0.
Kevin Stange <kstange@pidgin.im>
parents: 18542
diff changeset
561 provide additional detail about the buddy, including buddy icon,
35d32b29340b ChangeLog the two most significant UI changes in Pidgin for 2.1.0.
Kevin Stange <kstange@pidgin.im>
parents: 18542
diff changeset
562 protocol and status message.
18444
3bac793de1ba Show idle times in the buddy list as days, hours, seconds. Patch from
Ka-Hing Cheung <khc@pidgin.im>
parents: 18178
diff changeset
563 * Show idle times in the buddy list as days, hours, seconds
18074
60b27c5603f6 ChangeLog the dbus_uniq and timeout_add_seconds changes.
Richard Laager <rlaager@pidgin.im>
parents: 17225
diff changeset
564
18542
99c4eb47d4b8 Update ChangeLog and .API for finch/libgnt.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18533
diff changeset
565 Finch:
99c4eb47d4b8 Update ChangeLog and .API for finch/libgnt.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18533
diff changeset
566 * There's support for workspaces now (details in the manpage)
99c4eb47d4b8 Update ChangeLog and .API for finch/libgnt.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18533
diff changeset
567 * There's a new custom window manager, Irssi
99c4eb47d4b8 Update ChangeLog and .API for finch/libgnt.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18533
diff changeset
568 * Some improvements for tab-completion, tooltip and the password entries
99c4eb47d4b8 Update ChangeLog and .API for finch/libgnt.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18533
diff changeset
569 * Some bugs regarding search results fixed
99c4eb47d4b8 Update ChangeLog and .API for finch/libgnt.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18533
diff changeset
570 * A new DBus-script to create a docklet for finch
18625
775baeaa9f1a Plucked revision from im.pidgin.soc.2007.finchfeat to allow showing empty
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18621
diff changeset
571 * Support for showing empty groups in the buddy list (Eric Polino)
18542
99c4eb47d4b8 Update ChangeLog and .API for finch/libgnt.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 18533
diff changeset
572
17749
a3142ff0a71d Release is looming! NEWS now!
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17675
diff changeset
573 version 2.0.2 (06/14/2007):
17488
b3d3b6442306 ChangeLog the custom font preference
Sean Egan <seanegan@pidgin.im>
parents: 17465
diff changeset
574 Pidgin:
b3d3b6442306 ChangeLog the custom font preference
Sean Egan <seanegan@pidgin.im>
parents: 17465
diff changeset
575 * Added a custom conversation font option to preferences
17544
53b58a783f66 ChangeLog a few things
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17488
diff changeset
576 * Fixed smiley ordering in the insert smiley popup to be more intuitive
17751
87854ccfae54 Some forgotten ChangeLog entries, sorry if I missed anything, I got bored.
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17749
diff changeset
577 * Conversation->More menu items work for Chats as well as Buddies,
87854ccfae54 Some forgotten ChangeLog entries, sorry if I missed anything, I got bored.
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17749
diff changeset
578 including those not on your buddy list
87854ccfae54 Some forgotten ChangeLog entries, sorry if I missed anything, I got bored.
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17749
diff changeset
579 * newline plugin should work better with conversation colors plugin now
87854ccfae54 Some forgotten ChangeLog entries, sorry if I missed anything, I got bored.
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17749
diff changeset
580 * Get Info on users now provides immediate feedback that something is
87854ccfae54 Some forgotten ChangeLog entries, sorry if I missed anything, I got bored.
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17749
diff changeset
581 happening
87854ccfae54 Some forgotten ChangeLog entries, sorry if I missed anything, I got bored.
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17749
diff changeset
582 * Aliasing a buddy will not be interrupted by other buddy list activity
87854ccfae54 Some forgotten ChangeLog entries, sorry if I missed anything, I got bored.
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17749
diff changeset
583 * Using the -l option to log in to a specific account works better
17488
b3d3b6442306 ChangeLog the custom font preference
Sean Egan <seanegan@pidgin.im>
parents: 17465
diff changeset
584
17453
a041a4fef0c8 ChangeLog cleanups
Richard Laager <rlaager@pidgin.im>
parents: 17451
diff changeset
585 libpurple:
17445
e1ee9b15c4c1 Credit for the ICQ authorization re-request fix
Mark Doliner <markdoliner@pidgin.im>
parents: 17402
diff changeset
586 * Moving an ICQ buddy from one group to another no longer
e1ee9b15c4c1 Credit for the ICQ authorization re-request fix
Mark Doliner <markdoliner@pidgin.im>
parents: 17402
diff changeset
587 re-requests authorization from that person (Rene Hausleitner)
17453
a041a4fef0c8 ChangeLog cleanups
Richard Laager <rlaager@pidgin.im>
parents: 17451
diff changeset
588 * Added nullprpl, an example protocol plugin (Ryan Barrett)
17465
46033d4e454d fixing jabber ft is probably worth changelogging
Nathan Walp <nwalp@pidgin.im>
parents: 17453
diff changeset
589 * Fixed SOCKS5 bug which caused Jabber file receiving to fail
17544
53b58a783f66 ChangeLog a few things
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17488
diff changeset
590 * Remove MSN's random "Authorization Failed" dialogs
53b58a783f66 ChangeLog a few things
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17488
diff changeset
591 * Fix MSN to correctly detect incorrect passwords and disable the account
53b58a783f66 ChangeLog a few things
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17488
diff changeset
592 * Get User Info on MSN is now more reliable & accurate
17675
e7069bf1de1a Patch from Pekka Riikonen to update the SILC protocol plugin to work with
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17545
diff changeset
593 * Updated SILC protocol to support SILC Toolkit 1.1 (Pekka Riikonen)
17751
87854ccfae54 Some forgotten ChangeLog entries, sorry if I missed anything, I got bored.
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17749
diff changeset
594 * Fix for some QQ authentication problems
87854ccfae54 Some forgotten ChangeLog entries, sorry if I missed anything, I got bored.
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17749
diff changeset
595 * Fix for building on FreeBSD
87854ccfae54 Some forgotten ChangeLog entries, sorry if I missed anything, I got bored.
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17749
diff changeset
596 * Prevent "Logged in:" times for AIM buddies being ridiculously high
87854ccfae54 Some forgotten ChangeLog entries, sorry if I missed anything, I got bored.
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17749
diff changeset
597 * Updates and fixes to Bonjour support
87854ccfae54 Some forgotten ChangeLog entries, sorry if I missed anything, I got bored.
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17749
diff changeset
598 * Improve ICQ encoding support for some non-latin languages
17402
cdb373fdd1ff Changelog last change
Richard Nelson <wabz@pidgin.im>
parents: 17338
diff changeset
599
cdb373fdd1ff Changelog last change
Richard Nelson <wabz@pidgin.im>
parents: 17338
diff changeset
600 Finch:
cdb373fdd1ff Changelog last change
Richard Nelson <wabz@pidgin.im>
parents: 17338
diff changeset
601 * Auto account reconnecting
cdb373fdd1ff Changelog last change
Richard Nelson <wabz@pidgin.im>
parents: 17338
diff changeset
602
17338
ed9ea3d8075e Start the release process
Sean Egan <seanegan@pidgin.im>
parents: 17299
diff changeset
603 version 2.0.1 (05/24/2007):
16950
53c231f0ab5c Speed up blist manipulations, by Scott Wolchok (EvilSporkMan)
Ethan Blanton <elb@pidgin.im>
parents: 16921
diff changeset
604 * Buddy list update speedups when buddy icons are not being
53c231f0ab5c Speed up blist manipulations, by Scott Wolchok (EvilSporkMan)
Ethan Blanton <elb@pidgin.im>
parents: 16921
diff changeset
605 displayed. (Scott Wolchok)
17042
b24d88eced35 ChangeLog updates. I probably missed some, everyone should get back in the
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17017
diff changeset
606 * Fix icons on docklet change status menu to match the status selector
b24d88eced35 ChangeLog updates. I probably missed some, everyone should get back in the
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17017
diff changeset
607 * Custom smileys on MSN can be saved by right-clicking on them
b24d88eced35 ChangeLog updates. I probably missed some, everyone should get back in the
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17017
diff changeset
608 * Fix a crash deleting a buddy that is in the Buddy List more than once
b24d88eced35 ChangeLog updates. I probably missed some, everyone should get back in the
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17017
diff changeset
609 * Compile fixes for Solaris
b24d88eced35 ChangeLog updates. I probably missed some, everyone should get back in the
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17017
diff changeset
610 * Fix GTalk formatting when there's a space before/after a */_
b24d88eced35 ChangeLog updates. I probably missed some, everyone should get back in the
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17017
diff changeset
611 * Fix Log viewer crash when the filename is not in the expected format
b24d88eced35 ChangeLog updates. I probably missed some, everyone should get back in the
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17017
diff changeset
612 * Get User Info now provides immediate feedback, and is updated when the
b24d88eced35 ChangeLog updates. I probably missed some, everyone should get back in the
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17017
diff changeset
613 user information is available
b24d88eced35 ChangeLog updates. I probably missed some, everyone should get back in the
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17017
diff changeset
614 * Make the choose buddy icon dialog correctly list the current directory
b24d88eced35 ChangeLog updates. I probably missed some, everyone should get back in the
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17017
diff changeset
615 * Fix for buddy icons disappearing
b24d88eced35 ChangeLog updates. I probably missed some, everyone should get back in the
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17017
diff changeset
616 * Timestamps are always on in debug output (-d) and Debug Window now
b24d88eced35 ChangeLog updates. I probably missed some, everyone should get back in the
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17017
diff changeset
617 * Don't escape html entities in Yahoo! system messages
17057
1e634e9497d0 Changelog my previous commit. Also test for the trac-mtn integration. Fixes #26.
Daniel Atallah <datallah@pidgin.im>
parents: 17042
diff changeset
618 * Fix for the choose buddy icon dialog resizing strangely as files are selected
17055
ad5e2d38d25d ChangeLog the string freeze change
Sean Egan <seanegan@pidgin.im>
parents: 17042
diff changeset
619 * Receives notifications when XMPP buddies send "leaving chat"
ad5e2d38d25d ChangeLog the string freeze change
Sean Egan <seanegan@pidgin.im>
parents: 17042
diff changeset
620 messages
17060
d1472569d8f5 I need to commit something to test my trac-mtn stuff, so I might as well update the Changelog. Fixes #26. References #50.
Daniel Atallah <datallah@pidgin.im>
parents: 17059
diff changeset
621 * Fix the typing animation so it doesn't stop animating once a conversation
d1472569d8f5 I need to commit something to test my trac-mtn stuff, so I might as well update the Changelog. Fixes #26. References #50.
Daniel Atallah <datallah@pidgin.im>
parents: 17059
diff changeset
622 has gone from typing -> not typing -> typing
17071
3d500bca5622 ChangeLogify my last few commits
Nathan Walp <nwalp@pidgin.im>
parents: 17060
diff changeset
623 * Fix error messages when joing XMPP chats
3d500bca5622 ChangeLogify my last few commits
Nathan Walp <nwalp@pidgin.im>
parents: 17060
diff changeset
624 * Identify the account when warning about plaintext auth over an
3d500bca5622 ChangeLogify my last few commits
Nathan Walp <nwalp@pidgin.im>
parents: 17060
diff changeset
625 unencrypted channel
3d500bca5622 ChangeLogify my last few commits
Nathan Walp <nwalp@pidgin.im>
parents: 17060
diff changeset
626 * Fix XMPP SASL authentication error when using Cyrus and a connect server
17144
Sean Egan <seanegan@pidgin.im>
parents: 17071
diff changeset
627 * Fix changing tab locations to update properly
17101
68e82658ad35 ChangeLog a couple of things
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17071
diff changeset
628 * Turning off "Show formatting on incoming messages" now ignores
68e82658ad35 ChangeLog a couple of things
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17071
diff changeset
629 formatting in <span> tags too
68e82658ad35 ChangeLog a couple of things
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17071
diff changeset
630 * File transfer progress for transfers on MSN is now correctly displayed
17168
e72a264522b7 Update the changelog.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17165
diff changeset
631 * You can set/change alias of buddies/chats by double-clicking on the
17183
d8176b66d186 Changelog the last couple of changes.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17170
diff changeset
632 conversation tabs (Ma Xuan)
17170
609d6acda6aa Oops; I made some errors in the last commit. This is a fix of my
Ethan Blanton <elb@pidgin.im>
parents: 17168
diff changeset
633 * Fix IRC connection bug with dircproxy (xjoe)
17183
d8176b66d186 Changelog the last couple of changes.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17170
diff changeset
634 * Ctrl+[shift]+tab focuses the next most active tab (William Thompson)
17260
4e76faf2341e ChangeLog the hotmail inbox thing
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17244
diff changeset
635 * Fix Open Hotmail Inbox for MSN to work more reliably
17244
fb0aecf9c28a ChangeLog the Google Talk protocol menu item and the power efficiency fixes from
Richard Laager <rlaager@pidgin.im>
parents: 17225
diff changeset
636 * Add a Google Talk item to the protocol list, to help users who think
fb0aecf9c28a ChangeLog the Google Talk protocol menu item and the power efficiency fixes from
Richard Laager <rlaager@pidgin.im>
parents: 17225
diff changeset
637 we don't support Google Talk. The item acts just like "XMPP".
fb0aecf9c28a ChangeLog the Google Talk protocol menu item and the power efficiency fixes from
Richard Laager <rlaager@pidgin.im>
parents: 17225
diff changeset
638 * Remember if the X server supports XScreenSaver, to avoid waking it
fb0aecf9c28a ChangeLog the Google Talk protocol menu item and the power efficiency fixes from
Richard Laager <rlaager@pidgin.im>
parents: 17225
diff changeset
639 every 5 seconds. (Arjan van de Ven with Intel Corporation)
fb0aecf9c28a ChangeLog the Google Talk protocol menu item and the power efficiency fixes from
Richard Laager <rlaager@pidgin.im>
parents: 17225
diff changeset
640 * Change our idle checking to poll only as necessary and raise the
fb0aecf9c28a ChangeLog the Google Talk protocol menu item and the power efficiency fixes from
Richard Laager <rlaager@pidgin.im>
parents: 17225
diff changeset
641 unidle timeout from 5 seconds to 60 when using XScreenSaver. This
fb0aecf9c28a ChangeLog the Google Talk protocol menu item and the power efficiency fixes from
Richard Laager <rlaager@pidgin.im>
parents: 17225
diff changeset
642 and the XScreenSaver change will reduce Pidgin's effect on power
fb0aecf9c28a ChangeLog the Google Talk protocol menu item and the power efficiency fixes from
Richard Laager <rlaager@pidgin.im>
parents: 17225
diff changeset
643 consumption when running with NO_HZ. (Arjan van de Ven with Intel
fb0aecf9c28a ChangeLog the Google Talk protocol menu item and the power efficiency fixes from
Richard Laager <rlaager@pidgin.im>
parents: 17225
diff changeset
644 Corporation)
17262
05ece7b80efc Conversation -> Save As will now use aliases.
Richard Laager <rlaager@pidgin.im>
parents: 17244
diff changeset
645 * Conversation -> Save As will now use aliases.
17299
211cd8a67896 ChangeLog
Sean Egan <seanegan@pidgin.im>
parents: 17298
diff changeset
646 * ALSA added as a possible sound method
211cd8a67896 ChangeLog
Sean Egan <seanegan@pidgin.im>
parents: 17298
diff changeset
647 * Google Talk accounts will not import buddies from your Gmail address
211cd8a67896 ChangeLog
Sean Egan <seanegan@pidgin.im>
parents: 17298
diff changeset
648 book
16950
53c231f0ab5c Speed up blist manipulations, by Scott Wolchok (EvilSporkMan)
Ethan Blanton <elb@pidgin.im>
parents: 16921
diff changeset
649
16966
cf4ff59893da Changelog for finch.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16950
diff changeset
650 Finch:
cf4ff59893da Changelog for finch.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16950
diff changeset
651 * Userlist in chat windows, which can be turned on or off using
17042
b24d88eced35 ChangeLog updates. I probably missed some, everyone should get back in the
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17017
diff changeset
652 "/users" command
b24d88eced35 ChangeLog updates. I probably missed some, everyone should get back in the
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17017
diff changeset
653 * Menus in the conversation windows
b24d88eced35 ChangeLog updates. I probably missed some, everyone should get back in the
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17017
diff changeset
654 * Improved tab completion support
b24d88eced35 ChangeLog updates. I probably missed some, everyone should get back in the
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 17017
diff changeset
655 * Ctrl+c prompts with a dialog before exiting
17059
cef9b5abf9b3 ChangeLog my last change.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17058
diff changeset
656 * Filter string in the debug window
17168
e72a264522b7 Update the changelog.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17165
diff changeset
657 * Notify when you leave a chat
e72a264522b7 Update the changelog.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17165
diff changeset
658 * Work around an ncurses bug which appears when half of a multi-cell
e72a264522b7 Update the changelog.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17165
diff changeset
659 character is covered by an upper-level window
e72a264522b7 Update the changelog.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17165
diff changeset
660 * New plugins are shown in bold text in the plugin dialog
17183
d8176b66d186 Changelog the last couple of changes.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 17170
diff changeset
661 * Nicer HTML screendumps
16966
cf4ff59893da Changelog for finch.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 16950
diff changeset
662
16920
984bdc2c2a7d Add some dates
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16474
diff changeset
663 version 2.0.0 (5/3/2007):
16406
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
664 * The project has new names - libpurple for the core, Pidgin for the
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
665 GTK+ UI and Finch for the ncurses based console UI (AOL LLC)
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
666
14496
602aea7ff42f [gaim-migrate @ 17148]
Kevin Stange <kstange@pidgin.im>
parents: 14231
diff changeset
667 Build Changes:
16431
84c4624d91b9 Minor ChangeLog tweaks.
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16408
diff changeset
668 * With the Core/UI split complete, it is now possible to build
84c4624d91b9 Minor ChangeLog tweaks.
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16408
diff changeset
669 libpurple without any UIs, creating a library upon which other
84c4624d91b9 Minor ChangeLog tweaks.
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16408
diff changeset
670 UIs may be constructed
16406
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
671 * A new ncurses-based console UI called Finch is now available
14496
602aea7ff42f [gaim-migrate @ 17148]
Kevin Stange <kstange@pidgin.im>
parents: 14231
diff changeset
672 (Sadrul Habib Chowdhury, Google Summer of Code)
602aea7ff42f [gaim-migrate @ 17148]
Kevin Stange <kstange@pidgin.im>
parents: 14231
diff changeset
673 * Reorganized the source tree to split apart the code for the UI
16406
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
674 changes and libpurple targets
14498
ede839a78714 [gaim-migrate @ 17150]
Mark Doliner <markdoliner@pidgin.im>
parents: 14496
diff changeset
675 * libxml2 is now required. We switched from gmarkup to libxml2 for
ede839a78714 [gaim-migrate @ 17150]
Mark Doliner <markdoliner@pidgin.im>
parents: 14496
diff changeset
676 more correct XML parsing.
14496
602aea7ff42f [gaim-migrate @ 17148]
Kevin Stange <kstange@pidgin.im>
parents: 14231
diff changeset
677
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
678 Status System:
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
679 * The code dealing with buddy and account status, away messages,
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
680 away states, online/offline, etc has been completely rewritten.
12096
6bf36fa8bde0 [gaim-migrate @ 14393]
Mark Doliner <markdoliner@pidgin.im>
parents: 12095
diff changeset
681 Huge thanks to Christian Hammond, Dave West, Daniel Atallah and
12095
7dd9ba644934 [gaim-migrate @ 14392]
Mark Doliner <markdoliner@pidgin.im>
parents: 12085
diff changeset
682 Sadrul Habib Chowdhury.
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
683 * Your status can now be set from inside the buddy list using the
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
684 selector at the bottom of the window.
11918
56b28b6beca7 [gaim-migrate @ 14209]
Mark Doliner <markdoliner@pidgin.im>
parents: 11862
diff changeset
685 * To see messages when a buddy signs on or off, goes away, or
56b28b6beca7 [gaim-migrate @ 14209]
Mark Doliner <markdoliner@pidgin.im>
parents: 11862
diff changeset
686 becomes idle, load the "Buddy State Notification" plugin
10354
997ffe337bad [gaim-migrate @ 11571]
Sean Egan <seanegan@pidgin.im>
parents: 10351
diff changeset
687
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
688 Buddy List:
14496
602aea7ff42f [gaim-migrate @ 17148]
Kevin Stange <kstange@pidgin.im>
parents: 14231
diff changeset
689 * Performance when manipulating and displaying the buddy list has
602aea7ff42f [gaim-migrate @ 17148]
Kevin Stange <kstange@pidgin.im>
parents: 14231
diff changeset
690 been significantly improved (Aaron Sheldon, Google Summer of Code)
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
691 * Buddy icons are now shown in tooltips (Felipe Contreras)
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
692 * Tooltips now contain additional information about a "Person" that
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
693 contains multiple online buddies
12916
79940152ad60 [gaim-migrate @ 15269]
Richard Laager <rlaager@pidgin.im>
parents: 12849
diff changeset
694 * Added a "Last Seen" field to buddy tooltips
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
695 * Contacts will auto-expand when buddies are dragged around
16406
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
696 * If Pidgin is exited with the buddy list hidden in the docklet, it
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
697 will remain hidden when Pidgin is started again (Scott Shedden)
10469
3edb0348ba88 [gaim-migrate @ 11751]
Mark Doliner <markdoliner@pidgin.im>
parents: 10439
diff changeset
698 * Improved buddy list searching with CTRL+F
14496
602aea7ff42f [gaim-migrate @ 17148]
Kevin Stange <kstange@pidgin.im>
parents: 14231
diff changeset
699 * Ability to set a buddy icon for all of your accounts at once via
602aea7ff42f [gaim-migrate @ 17148]
Kevin Stange <kstange@pidgin.im>
parents: 14231
diff changeset
700 the buddy list (You can still set per-account icons via the
602aea7ff42f [gaim-migrate @ 17148]
Kevin Stange <kstange@pidgin.im>
parents: 14231
diff changeset
701 account editor)
602aea7ff42f [gaim-migrate @ 17148]
Kevin Stange <kstange@pidgin.im>
parents: 14231
diff changeset
702 * The space wasted by the group expanders has been eliminated and
602aea7ff42f [gaim-migrate @ 17148]
Kevin Stange <kstange@pidgin.im>
parents: 14231
diff changeset
703 the expander setting in .gtkrc-2.0 is no longer needed
16406
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
704 * Authorization requests don't popup new dialogs anymore. They are
15406
9469adcabb85 [gaim-migrate @ 18137]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15394
diff changeset
705 displayed at the bottom of the buddy list instead.
16431
84c4624d91b9 Minor ChangeLog tweaks.
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16408
diff changeset
706 * New mail notifications don't popup new dialogs anymore. They are
16406
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
707 displayed at the top of the buddy list instead.
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
708
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
709 Conversations and Chats:
12739
87a75e5a446c [gaim-migrate @ 15086]
Richard Laager <rlaager@pidgin.im>
parents: 12490
diff changeset
710 * Timestamps honor the locale. To use the traditional style,
87a75e5a446c [gaim-migrate @ 15086]
Richard Laager <rlaager@pidgin.im>
parents: 12490
diff changeset
711 enable the "Message Timestamp Formats" plugin. The plugin
87a75e5a446c [gaim-migrate @ 15086]
Richard Laager <rlaager@pidgin.im>
parents: 12490
diff changeset
712 also provides options to show dates in timestamps.
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
713 * Messages from buddies in the same "Person" will automatically
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
714 use the same conversation window.
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
715 * The "Send As" menu has been replaced with a more appropriate
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
716 "Send To" menu based on "Persons" on your buddy list
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
717 * Message formatting persists between messages (Igor Belyi)
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
718 * Full message background colors are now supported
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
719 * Smooth scrolling when receiving a new message
12739
87a75e5a446c [gaim-migrate @ 15086]
Richard Laager <rlaager@pidgin.im>
parents: 12490
diff changeset
720 * Screenname colors in chats now chosen intelligently
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
721 * Conversation buffer scrollback limited to avoid large memory
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
722 usage in active conversations
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
723 * Control-Shift-Tab will reverse cycle through the conversation tabs
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
724 (James Vega)
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
725 * Many problems related to having an IM conversation and a chat open
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
726 with the same name are fixed (Andrew Hart)
12160
bc8e5c49c859 [gaim-migrate @ 14461]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 12139
diff changeset
727 * Warning dialog when closing a window with unread IM messages
bc8e5c49c859 [gaim-migrate @ 14461]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 12139
diff changeset
728 * In chats right-click on names in the conversation window to
bc8e5c49c859 [gaim-migrate @ 14461]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 12139
diff changeset
729 IM/Send File/Get info/ignore the user
16406
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
730 * Added tab management options to the tab right-click menu (Sadrul
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
731 Habib Chowdhury)
13527
6e3aae1dc726 [gaim-migrate @ 15902]
Mark Doliner <markdoliner@pidgin.im>
parents: 13408
diff changeset
732 * Brand new message queueing system. Sounds are played when a
6e3aae1dc726 [gaim-migrate @ 15902]
Mark Doliner <markdoliner@pidgin.im>
parents: 13408
diff changeset
733 message is queued rather than when the message is dequeued
6e3aae1dc726 [gaim-migrate @ 15902]
Mark Doliner <markdoliner@pidgin.im>
parents: 13408
diff changeset
734 (Casey Harkins)
12939
70ca0918209f [gaim-migrate @ 15292]
Levi Bard <levi@bard.sytes.net>
parents: 12916
diff changeset
735 * Ability to find the last message from a user in a chat (Levi Bard
70ca0918209f [gaim-migrate @ 15292]
Levi Bard <levi@bard.sytes.net>
parents: 12916
diff changeset
736 and Sadrul Habib Chowdhury)
13360
60cfa6d7c631 [gaim-migrate @ 15732]
Richard Laager <rlaager@pidgin.im>
parents: 13325
diff changeset
737 * Formatting is preserved across messages
16406
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
738 (There are known issues with pasting formatted text. Either use
16407
d9cb37b8d85f Missed an error...
Kevin Stange <kstange@pidgin.im>
parents: 16406
diff changeset
739 "Paste as Plain Text", hit Ctrl-R after pasting, or use the Clear
d9cb37b8d85f Missed an error...
Kevin Stange <kstange@pidgin.im>
parents: 16406
diff changeset
740 Formatting button on the toolbar.)
14496
602aea7ff42f [gaim-migrate @ 17148]
Kevin Stange <kstange@pidgin.im>
parents: 14231
diff changeset
741 * Performance while joining large chat rooms has been significantly
602aea7ff42f [gaim-migrate @ 17148]
Kevin Stange <kstange@pidgin.im>
parents: 14231
diff changeset
742 improved (Aaron Sheldon, Google Summer of Code)
16171
a5553044af43 Changelog the Bi-di/RTL text improvements. I bet there are a billion things
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 15998
diff changeset
743 * Bi-Directional text support improvements for GtkIMHtml (Shlomi Loubaton)
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
744
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
745 Sounds:
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
746 * Beautiful new default sounds (Brad Turcotte)
13721
9bf6905f7183 [gaim-migrate @ 16128]
Sean Egan <seanegan@pidgin.im>
parents: 13527
diff changeset
747 * Use GStreamer for playing sounds, instead of libao
12939
70ca0918209f [gaim-migrate @ 15292]
Levi Bard <levi@bard.sytes.net>
parents: 12916
diff changeset
748 * A volume control in the preferences (Casey Harkins)
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
749
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
750 Log Viewer:
12916
79940152ad60 [gaim-migrate @ 15269]
Richard Laager <rlaager@pidgin.im>
parents: 12849
diff changeset
751 * Log viewer aggregates logs from the same "Person"
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
752 * When opening the log viewer, show the most recent log by default
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
753 (Peter McCurdy)
13360
60cfa6d7c631 [gaim-migrate @ 15732]
Richard Laager <rlaager@pidgin.im>
parents: 13325
diff changeset
754 * Logs are now saved with the current timezone, which is displayed
60cfa6d7c631 [gaim-migrate @ 15732]
Richard Laager <rlaager@pidgin.im>
parents: 13325
diff changeset
755 in the log viewer
60cfa6d7c631 [gaim-migrate @ 15732]
Richard Laager <rlaager@pidgin.im>
parents: 13325
diff changeset
756 * Text logs are linkified, so URLs are clickable
13408
bc3ffae4c674 [gaim-migrate @ 15782]
Richard Laager <rlaager@pidgin.im>
parents: 13360
diff changeset
757 * The old logger now caches file offsets, so opening the log viewer
bc3ffae4c674 [gaim-migrate @ 15782]
Richard Laager <rlaager@pidgin.im>
parents: 13360
diff changeset
758 for buddies with old logs should be much faster now if you have large
bc3ffae4c674 [gaim-migrate @ 15782]
Richard Laager <rlaager@pidgin.im>
parents: 13360
diff changeset
759 log files (except the first time for a log, when the cache is built)
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
760
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
761 Plugins:
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
762 * Plugins are now accessed through a separate dialog from the Tools
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
763 menu of the Buddy List
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
764 * Newly installed plugins can now be activated without restarting
16406
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
765 Pidgin (Sadrul Habib Chowdhury)
11716
9fc4a5ea6338 [gaim-migrate @ 14007]
Mark Doliner <markdoliner@pidgin.im>
parents: 11550
diff changeset
766 * Overhauled the system tray/docklet plugin (Casey Harkins)
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
767 * Text Replacement Plugin rewritten, works in real time and far more
12916
79940152ad60 [gaim-migrate @ 15269]
Richard Laager <rlaager@pidgin.im>
parents: 12849
diff changeset
768 intuitively (Benjamin Kahn)
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
769 * Entries in the text replacement plugin are now sorted
12916
79940152ad60 [gaim-migrate @ 15269]
Richard Laager <rlaager@pidgin.im>
parents: 12849
diff changeset
770 alphabetically
79940152ad60 [gaim-migrate @ 15269]
Richard Laager <rlaager@pidgin.im>
parents: 12849
diff changeset
771 * The text replacement plugin allows non-whole-word replacement rules
79940152ad60 [gaim-migrate @ 15269]
Richard Laager <rlaager@pidgin.im>
parents: 12849
diff changeset
772 (Levi Bard)
79940152ad60 [gaim-migrate @ 15269]
Richard Laager <rlaager@pidgin.im>
parents: 12849
diff changeset
773 * The text replacement plugin offers both case sensitive matching and
79940152ad60 [gaim-migrate @ 15269]
Richard Laager <rlaager@pidgin.im>
parents: 12849
diff changeset
774 automatic case handling
16407
d9cb37b8d85f Missed an error...
Kevin Stange <kstange@pidgin.im>
parents: 16406
diff changeset
775 * I'dle Ma'ker plugin now has an easier method to unidle accounts, a
16406
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
776 way to idle all accounts at once, and a way to unidle all accounts
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
777 idled via the plugin (John Bailey, Sadrul Habib Chowdhury)
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
778 * The Evolution Integration plugin now supports Groupwise contacts
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
779 * Mono plugin loader (Eoin Coffey)
12095
7dd9ba644934 [gaim-migrate @ 14392]
Mark Doliner <markdoliner@pidgin.im>
parents: 12085
diff changeset
780 * Perl plugin loader has been rewritten (John Kelm, Google Summer
7dd9ba644934 [gaim-migrate @ 14392]
Mark Doliner <markdoliner@pidgin.im>
parents: 12085
diff changeset
781 of Code)
7dd9ba644934 [gaim-migrate @ 14392]
Mark Doliner <markdoliner@pidgin.im>
parents: 12085
diff changeset
782 * New music messaging plugin (Christian Muise, Google Summer of Code)
16406
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
783 * gaim-remote has been superceded by new DBUS bindings within libpurple
12095
7dd9ba644934 [gaim-migrate @ 14392]
Mark Doliner <markdoliner@pidgin.im>
parents: 12085
diff changeset
784 (Piotr Zielinski, Google Summer of Code)
16408
f7541095b6a0 Make note of purple-url-handler
Kevin Stange <kstange@pidgin.im>
parents: 16407
diff changeset
785 * The purple-url-handler program has been added to provide a way to
f7541095b6a0 Make note of purple-url-handler
Kevin Stange <kstange@pidgin.im>
parents: 16407
diff changeset
786 automatically launch IM links via Pidgin or Finch.
11958
a76a57e6f46f [gaim-migrate @ 14249]
Mark Doliner <markdoliner@pidgin.im>
parents: 11946
diff changeset
787 * The functionality of the auto-reconnect plugin has been
16406
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
788 moved into the core, and the plugin itself has been removed.
13237
9556cdf38196 [gaim-migrate @ 15602]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13152
diff changeset
789 * 'Highlight when nick said' option added to Message Notification
9556cdf38196 [gaim-migrate @ 15602]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 13152
diff changeset
790 plugin.
16406
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
791 * The system tray icon is now properly transparent (Dan Winship)
14496
602aea7ff42f [gaim-migrate @ 17148]
Kevin Stange <kstange@pidgin.im>
parents: 14231
diff changeset
792 * New Log Reader plugin that can read and display logs from Adium,
602aea7ff42f [gaim-migrate @ 17148]
Kevin Stange <kstange@pidgin.im>
parents: 14231
diff changeset
793 MSN Messenger, and Trillian in the log viewer
14505
4e841725c564 [gaim-migrate @ 17157]
Mark Doliner <markdoliner@pidgin.im>
parents: 14498
diff changeset
794 * New Contact Availability plugin that attempts to predict the
4e841725c564 [gaim-migrate @ 17157]
Mark Doliner <markdoliner@pidgin.im>
parents: 14498
diff changeset
795 times when people in your buddylist will most likely respond
4e841725c564 [gaim-migrate @ 17157]
Mark Doliner <markdoliner@pidgin.im>
parents: 14498
diff changeset
796 to you, based on times in the past when they have responded
4e841725c564 [gaim-migrate @ 17157]
Mark Doliner <markdoliner@pidgin.im>
parents: 14498
diff changeset
797 (Geoffrey Foster, Google Summer of Code)
16406
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
798 * A few new plugins: Autoaccept, Autoreply, Buddy Notes, New Line,
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
799 Offline Message Emulation, Conversation Colors and Markerline
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
800
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
801 MSN Features:
12160
bc8e5c49c859 [gaim-migrate @ 14461]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 12139
diff changeset
802 * Custom smiley receiving support (Irving Cordova & Francesco Fracassi)
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
803 * Added support for sending (with the /nudge command) and receiving
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
804 "nudges" (Julien Cegarra, Martin Bayard)
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
805 * Added an account action to open your Hotmail inbox from MSN
16171
a5553044af43 Changelog the Bi-di/RTL text improvements. I bet there are a billion things
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 15998
diff changeset
806 * Bi-directional text is correctly handled now (Shlomi Loubaton)
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
807
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
808 Yahoo Features:
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
809 * Stealth Settings have been implemented
12095
7dd9ba644934 [gaim-migrate @ 14392]
Mark Doliner <markdoliner@pidgin.im>
parents: 12085
diff changeset
810 * Doodle is now supported (Andrew Dieffenbach, Google Summer of Code)
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
811 * Buddies' requests to add you to their lists now prompt for
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
812 authorization
13002
77f6aa681c79 [gaim-migrate @ 15355]
Daniel Atallah <datallah@pidgin.im>
parents: 12939
diff changeset
813 * Account option to ignore chat and conference invitations (Peter
77f6aa681c79 [gaim-migrate @ 15355]
Daniel Atallah <datallah@pidgin.im>
parents: 12939
diff changeset
814 Lawler)
13041
0eebc22048e6 [gaim-migrate @ 15400]
Peter Lawler <pidgin@bleeter.id.au>
parents: 13002
diff changeset
815 * Added a /list command to bring up the room list (Peter Lawler)
10129
883d96d18b0a [gaim-migrate @ 11191]
Sean Egan <seanegan@pidgin.im>
parents: 10128
diff changeset
816
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
817 AIM/ICQ Features:
12095
7dd9ba644934 [gaim-migrate @ 14392]
Mark Doliner <markdoliner@pidgin.im>
parents: 12085
diff changeset
818 * ICQ file transfer support with newer ICQ clients (Jonathan Clark,
7dd9ba644934 [gaim-migrate @ 14392]
Mark Doliner <markdoliner@pidgin.im>
parents: 12085
diff changeset
819 Google Summer of Code)
15322
cd268e368bc1 [gaim-migrate @ 18050]
Mark Doliner <markdoliner@pidgin.im>
parents: 14647
diff changeset
820 * Many overall improvements to AIM and ICQ file transfers (Jonathan
cd268e368bc1 [gaim-migrate @ 18050]
Mark Doliner <markdoliner@pidgin.im>
parents: 14647
diff changeset
821 Clark, Google Summer of Code)
cd268e368bc1 [gaim-migrate @ 18050]
Mark Doliner <markdoliner@pidgin.im>
parents: 14647
diff changeset
822 * Support for pausing and resuming AIM and ICQ file transfers
cd268e368bc1 [gaim-migrate @ 18050]
Mark Doliner <markdoliner@pidgin.im>
parents: 14647
diff changeset
823 (Graham Booker)
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
824 * Ability to set ICQ "require authorization" and "web aware"
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
825 setting (Ettore Simone)
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
826 * ICQ encoding fix for offline buddies (Ilya Konstantinov)
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
827
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
828 IRC Features:
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
829 * SSL support for IRC connections (Daniel Atallah)
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
830 * Show an error message when temporarily unable to join an IRC
12916
79940152ad60 [gaim-migrate @ 15269]
Richard Laager <rlaager@pidgin.im>
parents: 12849
diff changeset
831 channel or change your nick
12013
1d736fce4bba [gaim-migrate @ 14306]
Joao Luís Marques Pinto
parents: 11958
diff changeset
832 * Added /nickserv, /memoserv, /chanserv and /operserv
1d736fce4bba [gaim-migrate @ 14306]
Joao Luís Marques Pinto
parents: 11958
diff changeset
833 commands (Joao Luís Marques Pinto)
13943
79a311d7a211 [gaim-migrate @ 16361]
Ethan Blanton <elb@pidgin.im>
parents: 13721
diff changeset
834 * Added CTCP VERSION via /version (Andrej Krivulčík)
16474
bc8580a69dba /whowas for IRC. Thanks, achris.
Ethan Blanton <elb@pidgin.im>
parents: 16431
diff changeset
835 * Added /whowas command (achris)
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
836
12160
bc8e5c49c859 [gaim-migrate @ 14461]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 12139
diff changeset
837 Jabber Features:
bc8e5c49c859 [gaim-migrate @ 14461]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 12139
diff changeset
838 * Support for SRV lookups
bc8e5c49c859 [gaim-migrate @ 14461]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 12139
diff changeset
839 * Support for buddy icons
bc8e5c49c859 [gaim-migrate @ 14461]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 12139
diff changeset
840 * Jabber User Directory searching
bc8e5c49c859 [gaim-migrate @ 14461]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 12139
diff changeset
841
12303
f2b594862195 [gaim-migrate @ 14607]
Pekka Riikonen <priikone@silcnet.org>
parents: 12160
diff changeset
842 SILC Features:
f2b594862195 [gaim-migrate @ 14607]
Pekka Riikonen <priikone@silcnet.org>
parents: 12160
diff changeset
843 * Whiteboard support (Pekka Riikonen)
f2b594862195 [gaim-migrate @ 14607]
Pekka Riikonen <priikone@silcnet.org>
parents: 12160
diff changeset
844 * Sending/receiving images in IMs (Pekka Riikonen)
f2b594862195 [gaim-migrate @ 14607]
Pekka Riikonen <priikone@silcnet.org>
parents: 12160
diff changeset
845 * Cipher and HMAC selection support (Pekka Riikonen)
12761
f9b56ebfe562 [gaim-migrate @ 15108]
Pekka Riikonen <priikone@silcnet.org>
parents: 12739
diff changeset
846 * Buddy Icon support (Pekka Riikonen)
12303
f2b594862195 [gaim-migrate @ 14607]
Pekka Riikonen <priikone@silcnet.org>
parents: 12160
diff changeset
847
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
848 Other Protocol Changes:
12095
7dd9ba644934 [gaim-migrate @ 14392]
Mark Doliner <markdoliner@pidgin.im>
parents: 12085
diff changeset
849 * Bonjour (Rendezvous) protocol support (Juanjo Molinero Horno, Google
7dd9ba644934 [gaim-migrate @ 14392]
Mark Doliner <markdoliner@pidgin.im>
parents: 12085
diff changeset
850 Summer of Code)
7dd9ba644934 [gaim-migrate @ 14392]
Mark Doliner <markdoliner@pidgin.im>
parents: 12085
diff changeset
851 * Updated Gadu-Gadu protocol support (Bartosz Oler, Google Summer of
13360
60cfa6d7c631 [gaim-migrate @ 15732]
Richard Laager <rlaager@pidgin.im>
parents: 13325
diff changeset
852 Code). This requires the libgadu library. See
16406
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
853 http://pidgin.im/faq.php#libgadu for more information.
12095
7dd9ba644934 [gaim-migrate @ 14392]
Mark Doliner <markdoliner@pidgin.im>
parents: 12085
diff changeset
854 * SIP/SIMPLE support (Thomas Butter, Google Summer of Code)
11946
2f6631755d69 [gaim-migrate @ 14237]
Christopher O'Brien <siege@pidgin.im>
parents: 11929
diff changeset
855 * Sametime protocol support
13360
60cfa6d7c631 [gaim-migrate @ 15732]
Richard Laager <rlaager@pidgin.im>
parents: 13325
diff changeset
856 Requires the meanwhile library: http://meanwhile.sourceforge.net
15762
5c846f9226ef Credit the OpenQ developers a bit
Mark Doliner <markdoliner@pidgin.im>
parents: 15682
diff changeset
857 * QQ protocol support (Mark Huetsch, Google Summer of Code, and the
5c846f9226ef Credit the OpenQ developers a bit
Mark Doliner <markdoliner@pidgin.im>
parents: 15682
diff changeset
858 developers of the OpenQ project)
15682
eb23a6285424 I think I was wrong about SOCKS4a. For the record, SOCKS4a is when
Mark Doliner <markdoliner@pidgin.im>
parents: 15462
diff changeset
859 * Removed the Napster and TOC protocols plugins
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
860
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
861 Other Noteworthy Changes:
16914
eb8e220b0f6f Noting NAT-PMP support and adding R. Tyler Ballance, author of most of the nat-pmp.c code, to COPYRIGHT
Evan Schoenberg <evands@pidgin.im>
parents: 16474
diff changeset
862 * NAT traversal support via UPnP (Adam J. Warrington, Google Summer of
12095
7dd9ba644934 [gaim-migrate @ 14392]
Mark Doliner <markdoliner@pidgin.im>
parents: 12085
diff changeset
863 Code)
16914
eb8e220b0f6f Noting NAT-PMP support and adding R. Tyler Ballance, author of most of the nat-pmp.c code, to COPYRIGHT
Evan Schoenberg <evands@pidgin.im>
parents: 16474
diff changeset
864 * NAT traversal support via NAT-PMP (Evan Schoenberg and R. Tyler Ballance)
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
865 * The modify account dialog now contains two tabs, which should display
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
866 better at lower resolutions (Sadrul Habib Chowdhury)
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
867 * New "find buddy" results dialog (Alex Converse)
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
868 * People using input methods can now use Enter again
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
869 * Mouse-over hyperlink coloring is now themeable
12139
a4ed2cb89f5f [gaim-migrate @ 14440]
Richard Laager <rlaager@pidgin.im>
parents: 12117
diff changeset
870 * Buddy Pounces now have a proper management window. (Kevin Stange)
12490
2b20e78e87b3 [gaim-migrate @ 14802]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 12303
diff changeset
871 * Buddy icons maintain aspect ratio when resized
2b20e78e87b3 [gaim-migrate @ 14802]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 12303
diff changeset
872 * The last used directory is remembered for opening or saving files and
2b20e78e87b3 [gaim-migrate @ 14802]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 12303
diff changeset
873 buddy icons
16406
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
874 * Add an SVG version of our desktop icon, pidgin.svg (John Oyler)
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
875 * If a given protocol doesn't support privacy, we now handle blocking
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
876 in the core. (Jean-Yves Lefort)
12916
79940152ad60 [gaim-migrate @ 15269]
Richard Laager <rlaager@pidgin.im>
parents: 12849
diff changeset
877 * Smiley themes can now include spaces in the smiley definitions.
79940152ad60 [gaim-migrate @ 15269]
Richard Laager <rlaager@pidgin.im>
parents: 12849
diff changeset
878 The spaces (and now backslashes) must be backslash-escaped.
79940152ad60 [gaim-migrate @ 15269]
Richard Laager <rlaager@pidgin.im>
parents: 12849
diff changeset
879 (Sadrul Habib Chowdhury)
79940152ad60 [gaim-migrate @ 15269]
Richard Laager <rlaager@pidgin.im>
parents: 12849
diff changeset
880 * New e-mail notices are now grouped into one dialog.
15407
c738b465f7d9 [gaim-migrate @ 18138]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents: 15406
diff changeset
881 (Sadrul Habib Chowdhury, Chris Stafford)
13360
60cfa6d7c631 [gaim-migrate @ 15732]
Richard Laager <rlaager@pidgin.im>
parents: 13325
diff changeset
882 * "Open" in the File Transfer window integrates with GNOME, KDE, and
60cfa6d7c631 [gaim-migrate @ 15732]
Richard Laager <rlaager@pidgin.im>
parents: 13325
diff changeset
883 Windows and falls back to the browser in other environments.
13325
39117156ace0 [gaim-migrate @ 15694]
Richard Laager <rlaager@pidgin.im>
parents: 13237
diff changeset
884 * On Mac OS X, the keyboard/mouse idle time pref now uses system idle
39117156ace0 [gaim-migrate @ 15694]
Richard Laager <rlaager@pidgin.im>
parents: 13237
diff changeset
885 time instead of X11 idle time (Michael Culbertson)
13360
60cfa6d7c631 [gaim-migrate @ 15732]
Richard Laager <rlaager@pidgin.im>
parents: 13325
diff changeset
886 * Autocomplete in the buddy pounce dialog (Sadrul Habib Chowdhury)
60cfa6d7c631 [gaim-migrate @ 15732]
Richard Laager <rlaager@pidgin.im>
parents: 13325
diff changeset
887 * Non-blocking socket I/O is used in most protocol plugins
16173
58b2d2d51d47 Another ChangeLog entry. Anyone would think I was just trying to get CIA &
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16172
diff changeset
888 * All-new icons all over the place (Hylke Bons)
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
889
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
890 Preference Changes:
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
891 * Preferences have been substantially reorganized and cleaned up
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
892 * Smiley theme descriptions are now shown correctly for the highlighted
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
893 smiley theme (Levi Bard)
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
894 * All Buddy List preferences have been moved to the Buddies menu of
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
895 the buddy list window.
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
896 * Proxy settings will be taken from Gnome if it is running. These may
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
897 still be overridden on a per-account basis.
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
898 * Removed "Dim idle buddies;" behavior is now always enabled
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
899 * Removed keyboard shortcut preferences for ctrl-B/I/U; enabled by
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
900 default, but won't interfere with bindings set by the GTK theme
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
901 * Removed keyboard shortcuts preferences for ctrl-# to insert a smiley;
16406
74df95241223 Pidgin/Finch/purplified the ChangeLog and corrected some errors.
Kevin Stange <kstange@pidgin.im>
parents: 16173
diff changeset
902 behavior removed from Pidgin
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
903 * Removed "Enter" vs. "Ctrl-Enter" to send; "Enter" sends by default,
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
904 but it is now possible to change this binding in your GTK theme
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
905 * Removed "Show multi-colored screennames in chats;" behavior is now
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
906 always enabled and screenname colors automatically adjust themselves
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
907 to compensate for background color.
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
908 * Removed "Raise Buddy List Window on Events" and the related behavior
10349
8edbe78b800c [gaim-migrate @ 11563]
Sean Egan <seanegan@pidgin.im>
parents: 10293
diff changeset
909 * Removed "Display remote nicknames if no alias is set"
11929
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
910 * Removed "Show idle times" and "Show warning levels" on the buddy
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
911 list; behavior is now always enabled
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
912 * Removed "Auto-expand contacts;" contacts expand only when dragging
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
913 buddies around the buddy list
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
914 * Removed conversation and buddy list buttons and related preferences
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
915 * Removed "Raise conversation window" preferences; moved feature to
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
916 the notify plugin
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
917 * Removed "Show alias in tabs/titles;" behavior is now always enabled
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
918 * Removed "Show formatting toolbars;" the setting in conversations'
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
919 "Options" menu now affects the global preference
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
920 * Removed "Show timestamps;" behavior is now enabled, but is overridden
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
921 by the timestamp plugin
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
922 * Removed all protocol options pages
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
923 * Removed "Escape closes windows;" default key binding is now Ctrl-W
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
924 * Removed "Log when buddies sign on/sign off/become idle/become
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
925 un-idle/go away/come back" and "Log your own actions;" all of these
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
926 will be logged when the system log is enabled
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
927 * Removed the separate ignore formatting preferences; behavior has been
4cbf4bdf4844 [gaim-migrate @ 14220]
Kevin Stange <kstange@pidgin.im>
parents: 11918
diff changeset
928 consolidated into a single preference
10356
e081ca47d463 [gaim-migrate @ 11573]
Sean Egan <seanegan@pidgin.im>
parents: 10354
diff changeset
929
11757
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
930 version 1.5.0 (8/11/2005):
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
931 * Ability to set IRC quit message (Lalo Martins)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
932 * OSCAR file transfers now work for 2 users behind the same NAT
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
933 (Jonathan Clark)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
934 * Yahoo! buddy requests to add you to their buddy list now prompt for
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
935 authorization
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
936 * Added a /clear command for conversations/chats
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
937 * Fixed ICQ encoding for messages with offline ICQ users
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
938 (Ilya Konstantinov, SF Bug #1179452)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
939 * Default Yahoo! chat roomlist locale to 'us'
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
940
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
941 version 1.4.0 (7/7/2005):
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
942 * Fix system log start times for some protocols
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
943 * SILC compiles with newer SILC toolkit versions (Pekka Riikonen)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
944 * Fixed a bug where buddy icon cache files were left in the icon
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
945 cache directory after they were no longer in use.
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
946 * Attempt to detect the file type of a buddy icon when saving.
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
947 * Additional Yahoo! boot protection (Peter Lawler)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
948 * A few Yahoo! memory leaks plugged (Peter Lawler)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
949 * Fixed handling of the new Yahoo! profile page. (Joshua Honeycutt,
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
950 Peter Lawler)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
951 * Fixed localized Yahoo! room lists. Please refer to the Yahoo!
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
952 section of the Gaim FAQ for details. (Peter Lawler)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
953 * Enabled sending files to ICQ users using ICQ 5.02 and newer
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
954 (Jonathan Clark)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
955
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
956 version 1.3.1 (6/9/2005):
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
957 * The file transfer details section now also displays the full path to
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
958 the local file sent/received.
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
959 * Yahoo! has the following new "/" commands: /join, /buzz
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
960 * Fix Yahoo! privacy bug
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
961 * Fix Jabber Get Info crash on busted servers
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
962 * Updated our gaim.desktop file, thanks to all our terrific translators
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
963 for sending in translations of the changes
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
964 * Improvements to how Gaim handles new message notification
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
965 * Fix Jabber registration on XMPP servers (including jabber.org)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
966
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
967 version 1.3.0 (5/10/2005):
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
968 * Removed parts of the font selection dialog that were not respected
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
969 * Fix being invited to a multi user chat on MSN
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
970 * Multiple SILC accounts should work now (Pekka Riikonen)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
971 * Fix times on jabber chat backlogs
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
972 * Fix gevolution plugin to compile with e-d-s 1.0 or 1.2
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
973 * Fix gevolution plugin to remember buddy name when someone added you
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
974 and you then add them
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
975 * Formatting in jabber chats works
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
976 * Fix to prevent MSN disconnecting if you change status while connecting
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
977 * Fixes for two remotely exploitable crash bugs. See
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
978 http://gaim.sourceforge.net/security/ for more information.
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
979 * Change to correctly handle adding jabber buddies on ejabberd servers
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
980
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
981 version 1.2.1 (4/3/2005):
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
982 * URL escaping now works with UTF-8 text. This may break some old log
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
983 files.
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
984 * Revert to XOR auth for ICQ as the md5 is not fully functional
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
985 * Fix bug with going away while in a jabber chat
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
986 * MSN bug fixes (Felipe Contreras)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
987 * Escape things properly in IRC
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
988 * Docklet fixes: fix the "1 pixel-wide icon" bug, fix problems with Gaim
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
989 crashing when the tray manager dies, and work correctly with multi-headed
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
990 displays where the tray isn't on the primary screen (Robert McQueen)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
991
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
992 version 1.2.0 (3/17/2005):
10655
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
993 * Yahoo file receiving and buddy icon receiving work again.
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
994 * Limit animated buddy icon frame rates to 10 frames per second
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
995 (Nathan Conrad)
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
996 * Fix a bug where portions of your account configuration would
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
997 fail to be read correctly if you set a proxy user name or
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
998 password containing invalid XML characters such as < and >
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
999 (Bastien Durel)
11757
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1000 * Yahoo! privacy improvements (Bleeter)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1001 * Fix receiving Jabber formatting (broken in 1.1.3)
10655
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1002
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1003 version 1.1.4 (2/24/2005):
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1004 * Fixed a bug where Yahoo! would lose messages (and any other packet
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1005 really)
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1006 * Correctly show the time when incoming Gadu-Gadu messages were sent
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1007 (Carl-Daniel Hailfinger)
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1008 * Fixed crashes with glib 2.6
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1009 * Fixed MSN crash when conversations time out after the conversation
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1010 window was closed
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1011 * Fixed an html parsing bug, CAN-2005-0208
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1012
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1013 version 1.1.3 (2/17/2005):
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1014 * CHAP authentication support for SOCKS5 proxies (Malcolm Smith)
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1015 * ICQ offline messages are sent using your specified character
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1016 set instead of Unicode (Magnus Hult)
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1017 * MSN HTTP method works with proxies using authentication (Bastien Durel)
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1018 * Really fix the bug where buddies show as logged in for 49 thousand days
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1019 * Buddy pounces containing '&' are saved correctly
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1020 * Improved MSN error handling when the servers are unavailable
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1021 * More MSN bug fixes
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1022 * Fix some leaks
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1023 * Fix "Find" in the log viewer so that it finds in all logs
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1024 * Smileys not appearing at the end of lines has been fixed
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1025 * Closing conversation windows no longer cancels active file transfers on
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1026 MSN (Felipe Contreras)
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1027
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1028 version 1.1.2 (1/20/2005):
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1029 * MSN 'HTTP Method' fixed (Felipe Contreras)
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1030 * Better handling of MSN's Individuals group and buddy status updates
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1031 (Felipe Contreras)
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1032 * Fix a crash inviting MSN user to a chat when they're already there
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1033 * AIM SecurID login support
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1034 * Fix configuration of Jabber chat rooms on some servers
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1035 * More MSN bug fixes (Felipe Contreras)
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1036 * Fix queue messages to Docklet when not globally away (Robert McQueen)
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1037 * Fix some leaks
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1038 * The Autopackage now builds both the mozilla-nss and the gnutls
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1039 ssl plugins, and requires at least one of those libraries.
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1040
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1041 version 1.1.1 (12/28/2004):
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1042 * Allow SILC authentication via public key if your key is password
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1043 protected (Michele Baldessari)
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1044 * More MSN bug fixes (Felipe Contreras)
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1045 * Drag-and-drop to conversation window file transfers work again
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1046 * Disable the delete button on pounces that aren't saved yet anyway
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1047 (Kevin Stange)
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1048
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1049 version 1.1.0 (12/02/2004):
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1050 New Features:
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1051 * Binary relocable. Gaim will find its files even if it's installed
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1052 in a location other than the --prefix it was ./configured with.
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1053 Pass --disable-binreloc to ./configure to disable.
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1054 * IRC now has fallback encodings, and tries harder to display
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1055 something useful during an encoding error.
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1056 * New MSN protocol icon (Felipe Contreras)
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1057
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1058 Bug Fixes:
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1059 * Fix some leaks (Miah Gregory, Felipe Contreras)
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1060 * Fix crashes when removing buddies in certain situations (Andrew Hart)
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1061 * Eliminate MSN switchboard errors (Felipe Contreras)
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1062 * Fix MSN buddy icon synchronization (Felipe Contreras)
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1063 * Correctly display file transfer dialogs for filenames containing &, < or >
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1064 * Correctly display MSN authorization dialogs for friendly names containing
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1065 &, < or >
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1066 * Properly align the right-click docklet menu with the docklet icon in
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1067 *nix.
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1068 * Fix a crash if the MSN buddy list is not available
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1069 * Fix a bug in the request api (Gary Kramlich)
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1070
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1071 version 1.0.3 (11/11/2004):
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1072 Bug Fixes:
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1073 * Jabber authentication fixes (Michael Plump)
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1074 * Yahoo buddy idle reporting is more accurate (Evan Schoenberg)
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1075 * "Allow All" privacy setting works on Yahoo (Peter Lawler)
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1076 * Fix a crash when dragging a buddy to the conversation entry area
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1077 * Fix a crash removing chats from the buddy list
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1078 * Correctly display buddy pounces for aliases with &, < or > in them
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1079 * Correctly follow the per-conversation logging option
0bcea0513591 [gaim-migrate @ 12184]
Mark Doliner <markdoliner@pidgin.im>
parents: 10639
diff changeset
1080
10128
3349ea1a61f7 [gaim-migrate @ 11189]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10120
diff changeset
1081 version 1.0.2 (10/19/2004):
3349ea1a61f7 [gaim-migrate @ 11189]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10120
diff changeset
1082 Bug Fixes:
3349ea1a61f7 [gaim-migrate @ 11189]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10120
diff changeset
1083 * MSN file transfers work on big endian machines (Jean-Francois Roy and
3349ea1a61f7 [gaim-migrate @ 11189]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10120
diff changeset
1084 Evan Schoenberg)
3349ea1a61f7 [gaim-migrate @ 11189]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10120
diff changeset
1085 * Fixed the MSN signon crash with Miranda users in the buddy list
3349ea1a61f7 [gaim-migrate @ 11189]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10120
diff changeset
1086 * Fixed sending messages to MSN Web Messenger users (Damien Ayers)
3349ea1a61f7 [gaim-migrate @ 11189]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10120
diff changeset
1087 * Fixed some memory leaks in the MSN plugin (Evan Schoenberg)
3349ea1a61f7 [gaim-migrate @ 11189]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10120
diff changeset
1088 * Fixed a crash viewing certain MSN user profiles (Evan Schoenberg)
3349ea1a61f7 [gaim-migrate @ 11189]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10120
diff changeset
1089 * Fixed a crash sending a file on MSN when the file is unreadable
3349ea1a61f7 [gaim-migrate @ 11189]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10120
diff changeset
1090 * Fixed a crash deleting accounts (Andrew Hart)
3349ea1a61f7 [gaim-migrate @ 11189]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10120
diff changeset
1091 * Fixed a crash inviting to chats (Andrew Hart)
3349ea1a61f7 [gaim-migrate @ 11189]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10120
diff changeset
1092 * Fixed a bug in Yahoo privacy handling (Peter Lawler)
3349ea1a61f7 [gaim-migrate @ 11189]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10120
diff changeset
1093 * Fixed a crash trying to join a chat from the docklet when not signed in
3349ea1a61f7 [gaim-migrate @ 11189]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10120
diff changeset
1094 to a chat-capable account (Daniel Atallah)
3349ea1a61f7 [gaim-migrate @ 11189]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10120
diff changeset
1095
10089
2b37eb83e5f8 [gaim-migrate @ 11102]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10034
diff changeset
1096 version 1.0.1 (10/07/2004):
2b37eb83e5f8 [gaim-migrate @ 11102]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10034
diff changeset
1097 New Features:
2b37eb83e5f8 [gaim-migrate @ 11102]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10034
diff changeset
1098 * Use the GNOME default browser when opening links if you're running GNOME
2b37eb83e5f8 [gaim-migrate @ 11102]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10034
diff changeset
1099 (Alex Duggan)
2b37eb83e5f8 [gaim-migrate @ 11102]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10034
diff changeset
1100 * Added support for multiple addressbooks in the gevolution plugin
2b37eb83e5f8 [gaim-migrate @ 11102]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10034
diff changeset
1101 (Henry Jen).
2b37eb83e5f8 [gaim-migrate @ 11102]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10034
diff changeset
1102
2b37eb83e5f8 [gaim-migrate @ 11102]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10034
diff changeset
1103 Bug Fixes:
2b37eb83e5f8 [gaim-migrate @ 11102]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10034
diff changeset
1104 * Send-As menu duplicates less work (Dave West)
2b37eb83e5f8 [gaim-migrate @ 11102]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10034
diff changeset
1105 * Can now see your own MSN buddy icon (Felipe Contreras)
2b37eb83e5f8 [gaim-migrate @ 11102]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10034
diff changeset
1106 * Jabber roomlist fetches work again
2b37eb83e5f8 [gaim-migrate @ 11102]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10034
diff changeset
1107 * Close buttons on tabs in existing conversations correctly reflect the
2b37eb83e5f8 [gaim-migrate @ 11102]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10034
diff changeset
1108 "show close buttons on tabs" preference (Nathan Fredrickson)
2b37eb83e5f8 [gaim-migrate @ 11102]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10034
diff changeset
1109 * Fix to make the get_signon(buddy) perl plugin function work (Gregory C.
2b37eb83e5f8 [gaim-migrate @ 11102]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10034
diff changeset
1110 Harfst)
2b37eb83e5f8 [gaim-migrate @ 11102]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10034
diff changeset
1111 * Fixed crashes when reloading the gevolution plugin (Henry Jen)
2b37eb83e5f8 [gaim-migrate @ 11102]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10034
diff changeset
1112 * Fixed some memory leaks in the gevolution plugin.
2b37eb83e5f8 [gaim-migrate @ 11102]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10034
diff changeset
1113 * Wrap at character boundaries if there is not enough space for a full word
2b37eb83e5f8 [gaim-migrate @ 11102]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10034
diff changeset
1114 * 64 bit compile warning fixes
2b37eb83e5f8 [gaim-migrate @ 11102]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 10034
diff changeset
1115
10034
c0ba6e7875b5 [gaim-migrate @ 10988]
Nathan Walp <nwalp@pidgin.im>
parents: 10026
diff changeset
1116 version 1.0.0 (09/17/2004):
9909
b13c36f7d52b [gaim-migrate @ 10801]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9904
diff changeset
1117 New Features:
b13c36f7d52b [gaim-migrate @ 10801]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9904
diff changeset
1118 * Drag-and-drop buddy support for the Invite dialog (Stu Tomlinson)
9910
7b4465b92411 [gaim-migrate @ 10802]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9909
diff changeset
1119 * Drag-and-drop buddy support for the Pounce dialog (Stu Tomlinson)
9917
2fbb3c9fab2b [gaim-migrate @ 10809]
Daniel Atallah <datallah@pidgin.im>
parents: 9910
diff changeset
1120 * View Chat log available from the interface (Daniel Atallah)
9919
938f9e7a4db9 [gaim-migrate @ 10811]
Mark Doliner <markdoliner@pidgin.im>
parents: 9917
diff changeset
1121 * Ability to receive offline messages in character encodings
938f9e7a4db9 [gaim-migrate @ 10811]
Mark Doliner <markdoliner@pidgin.im>
parents: 9917
diff changeset
1122 other than ASCII (thanks to Nick Sukharev)
9933
61bd3fadbfe6 [gaim-migrate @ 10825]
Dave West <kat@users.sourceforge.net>
parents: 9923
diff changeset
1123 * File transfer status messages printed to conversation
61bd3fadbfe6 [gaim-migrate @ 10825]
Dave West <kat@users.sourceforge.net>
parents: 9923
diff changeset
1124 windows (Dave West)
61bd3fadbfe6 [gaim-migrate @ 10825]
Dave West <kat@users.sourceforge.net>
parents: 9923
diff changeset
1125 * Display file transfer messages when someone sends you a file
61bd3fadbfe6 [gaim-migrate @ 10825]
Dave West <kat@users.sourceforge.net>
parents: 9923
diff changeset
1126 over AIM (Dave West)
10034
c0ba6e7875b5 [gaim-migrate @ 10988]
Nathan Walp <nwalp@pidgin.im>
parents: 10026
diff changeset
1127 * Handle MSN buddy lists more sanely (Felipe Contreras)
c0ba6e7875b5 [gaim-migrate @ 10988]
Nathan Walp <nwalp@pidgin.im>
parents: 10026
diff changeset
1128 * Zephyr can use tzc to run from behind a firewall (Arun A Tharuvai)
9909
b13c36f7d52b [gaim-migrate @ 10801]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9904
diff changeset
1129
9898
9d8d9e9ef1bc [gaim-migrate @ 10788]
Mark Doliner <markdoliner@pidgin.im>
parents: 9879
diff changeset
1130 Bug Fixes:
10034
c0ba6e7875b5 [gaim-migrate @ 10988]
Nathan Walp <nwalp@pidgin.im>
parents: 10026
diff changeset
1131 * Work around window manager stupidity with new dialog windows (Dave West)
9898
9d8d9e9ef1bc [gaim-migrate @ 10788]
Mark Doliner <markdoliner@pidgin.im>
parents: 9879
diff changeset
1132 * Compile with gtk 2.5.x (Gary Kramlich)
9923
f3060096e964 [gaim-migrate @ 10815]
Daniel Atallah <datallah@pidgin.im>
parents: 9919
diff changeset
1133 * Escape invalid characters in log names (Daniel Atallah)
10034
c0ba6e7875b5 [gaim-migrate @ 10988]
Nathan Walp <nwalp@pidgin.im>
parents: 10026
diff changeset
1134 * Fix for clicking add in an msn chat with 2 or more people in your buddy
c0ba6e7875b5 [gaim-migrate @ 10988]
Nathan Walp <nwalp@pidgin.im>
parents: 10026
diff changeset
1135 list (Daniel Atallah)
6976
6f4ff77c861f [gaim-migrate @ 7529]
Luke Schierer <lschiere@pidgin.im>
parents: 6972
diff changeset
1136
9904
109603b62f2b [gaim-migrate @ 10796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9903
diff changeset
1137 version 0.82.1 (08/27/2004):
109603b62f2b [gaim-migrate @ 10796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9903
diff changeset
1138 Bug Fixes:
109603b62f2b [gaim-migrate @ 10796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9903
diff changeset
1139 * Fix a crash when changing the preference for how to display buttons
109603b62f2b [gaim-migrate @ 10796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9903
diff changeset
1140 on conversation windows
109603b62f2b [gaim-migrate @ 10796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9903
diff changeset
1141 * Remove a stray printf() when beginning new conversations and logging
109603b62f2b [gaim-migrate @ 10796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9903
diff changeset
1142 is enabled
109603b62f2b [gaim-migrate @ 10796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9903
diff changeset
1143
9878
fdb74ddbd60c [gaim-migrate @ 10757]
Mark Doliner <markdoliner@pidgin.im>
parents: 9872
diff changeset
1144 version 0.82 (08/26/2004):
9762
125f77c00102 [gaim-migrate @ 10630]
Tim Ringenbach <marv@pidgin.im>
parents: 9749
diff changeset
1145 New Features:
9879
f115f9475fb9 [gaim-migrate @ 10758]
Andrew Wellington <proton@users.sourceforge.net>
parents: 9878
diff changeset
1146 * Ability to set available messages for AIM
f115f9475fb9 [gaim-migrate @ 10758]
Andrew Wellington <proton@users.sourceforge.net>
parents: 9878
diff changeset
1147 (Tools->Account Actions->Set Available Message...)
9830
a4c47fa6b462 [gaim-migrate @ 10701]
Mark Doliner <markdoliner@pidgin.im>
parents: 9827
diff changeset
1148 * Ability to specify a custom character set for messages sent to ICQ
a4c47fa6b462 [gaim-migrate @ 10701]
Mark Doliner <markdoliner@pidgin.im>
parents: 9827
diff changeset
1149 users and messages received from ICQ users
9827
094a0fda20e7 [gaim-migrate @ 10698]
Rhett Robinson
parents: 9812
diff changeset
1150 * Ability to edit your current away message (Rhett Robinson)
9762
125f77c00102 [gaim-migrate @ 10630]
Tim Ringenbach <marv@pidgin.im>
parents: 9749
diff changeset
1151 * Topics in the conversation window (not the topic field at the
9808
1d151d91c361 [gaim-migrate @ 10676]
Mark Doliner <markdoliner@pidgin.im>
parents: 9782
diff changeset
1152 top) with URLs will now appear as links (Stu Tomlinson)
1d151d91c361 [gaim-migrate @ 10676]
Mark Doliner <markdoliner@pidgin.im>
parents: 9782
diff changeset
1153 * File transfers appear in the file transfer window when they
1d151d91c361 [gaim-migrate @ 10676]
Mark Doliner <markdoliner@pidgin.im>
parents: 9782
diff changeset
1154 are initiated rather than when they begin transferring (Dave West)
9832
c3207fe2136a [gaim-migrate @ 10703]
Tim Ringenbach <marv@pidgin.im>
parents: 9830
diff changeset
1155 * Instead of toggling slash commands on/off, you can now toggle
c3207fe2136a [gaim-migrate @ 10703]
Tim Ringenbach <marv@pidgin.im>
parents: 9830
diff changeset
1156 passing through unknown slash commands on/off.
9771
42bd06e5b1b3 [gaim-migrate @ 10639]
Dave West <kat@users.sourceforge.net>
parents: 9764
diff changeset
1157
9700
354856080b4e [gaim-migrate @ 10559]
Mark Doliner <markdoliner@pidgin.im>
parents: 9688
diff changeset
1158 Bug Fixes:
9748
c8374bd74788 [gaim-migrate @ 10615]
Mark Doliner <markdoliner@pidgin.im>
parents: 9727
diff changeset
1159 * Joining a Jabber chat no longer causes a crash (Stu Tomlinson)
9702
0f48043c9e04 [gaim-migrate @ 10561]
Mark Doliner <markdoliner@pidgin.im>
parents: 9700
diff changeset
1160 * Selecting a buddy icon for a brand new account no longer
0f48043c9e04 [gaim-migrate @ 10561]
Mark Doliner <markdoliner@pidgin.im>
parents: 9700
diff changeset
1161 causes a crash
9808
1d151d91c361 [gaim-migrate @ 10676]
Mark Doliner <markdoliner@pidgin.im>
parents: 9782
diff changeset
1162 * Better file transfer error messages (Dave West)
9715
e1ec476ea395 [gaim-migrate @ 10576]
Felipe Contreras <felipe.contreras@gmail.com>
parents: 9704
diff changeset
1163 * Remotely canceled file transfers in MSN are now noticed, so that we
e1ec476ea395 [gaim-migrate @ 10576]
Felipe Contreras <felipe.contreras@gmail.com>
parents: 9704
diff changeset
1164 don't accidentally cancel the file transfer and crash Gaim
9748
c8374bd74788 [gaim-migrate @ 10615]
Mark Doliner <markdoliner@pidgin.im>
parents: 9727
diff changeset
1165 (Felipe Contreras)
9812
26cf39e74774 [gaim-migrate @ 10683]
Mark Doliner <markdoliner@pidgin.im>
parents: 9808
diff changeset
1166 * Protocols that don't support joining chat rooms by name no longer
26cf39e74774 [gaim-migrate @ 10683]
Mark Doliner <markdoliner@pidgin.im>
parents: 9808
diff changeset
1167 allow chat rooms to be added to the buddy list (Felipe Contreras)
9808
1d151d91c361 [gaim-migrate @ 10676]
Mark Doliner <markdoliner@pidgin.im>
parents: 9782
diff changeset
1168 * Delayed messages and system messages no longer cause
1d151d91c361 [gaim-migrate @ 10676]
Mark Doliner <markdoliner@pidgin.im>
parents: 9782
diff changeset
1169 sound events to be triggered (Nathan Fredrickson)
9748
c8374bd74788 [gaim-migrate @ 10615]
Mark Doliner <markdoliner@pidgin.im>
parents: 9727
diff changeset
1170 * The chat invite button has a correct label (Stu Tomlinson)
9808
1d151d91c361 [gaim-migrate @ 10676]
Mark Doliner <markdoliner@pidgin.im>
parents: 9782
diff changeset
1171 * The system log should leak fewer file descriptors (Ka-Hing Cheung)
9773
68834782c27a [gaim-migrate @ 10641]
Mark Doliner <markdoliner@pidgin.im>
parents: 9772
diff changeset
1172 * Buddy list tooltips display in more appropriate positions when
68834782c27a [gaim-migrate @ 10641]
Mark Doliner <markdoliner@pidgin.im>
parents: 9772
diff changeset
1173 using multiple monitors (Dave West)
9777
82ae75055e22 [gaim-migrate @ 10645]
Mark Doliner <markdoliner@pidgin.im>
parents: 9773
diff changeset
1174 * Better parsing of URLs containing special characters
9780
99680462fa73 [gaim-migrate @ 10648]
Peter Lawler <pidgin@bleeter.id.au>
parents: 9777
diff changeset
1175 * All users are shown when joining a Yahoo! conference (Bleeter Yaluser)
9782
4f0e4049d3f4 [gaim-migrate @ 10650]
Tim Ringenbach <marv@pidgin.im>
parents: 9780
diff changeset
1176 * You now leave all Yahoo! conferences when you log out of Yahoo!
9845
cb07ca6e1a9c [gaim-migrate @ 10723]
Felipe Contreras <felipe.contreras@gmail.com>
parents: 9832
diff changeset
1177 * Buddy Icon updating bug fixed (Felipe Contreras)
9700
354856080b4e [gaim-migrate @ 10559]
Mark Doliner <markdoliner@pidgin.im>
parents: 9688
diff changeset
1178
9688
604949f03614 [gaim-migrate @ 10540]
Sean Egan <seanegan@pidgin.im>
parents: 9680
diff changeset
1179 version 0.81 (08/05/2004):
9546
bcd32e572e19 [gaim-migrate @ 10375]
Yosef Radchenko
parents: 9537
diff changeset
1180 New Features:
bcd32e572e19 [gaim-migrate @ 10375]
Yosef Radchenko
parents: 9537
diff changeset
1181 * The autorecon plugin will somewhat remember state information(Yosef
bcd32e572e19 [gaim-migrate @ 10375]
Yosef Radchenko
parents: 9537
diff changeset
1182 Radchenko)
9554
1609ba3612c3 [gaim-migrate @ 10387]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9553
diff changeset
1183 * Visual display of ops/voice/halfops/so on in Chats (Stu Tomlinson)
9605
477310308b79 [gaim-migrate @ 10448]
Tim Ringenbach <marv@pidgin.im>
parents: 9604
diff changeset
1184 * Tab completion of slash commands in Chats (Stu Tomlinson)
10293
e7d0de45a560 [gaim-migrate @ 11471]
Luke Schierer <lschiere@pidgin.im>
parents: 10292
diff changeset
1185 * gaim-remote can now manipulate status (István Váradi)
9604
eea16f73a13b [gaim-migrate @ 10447]
Tim Ringenbach <marv@pidgin.im>
parents: 9592
diff changeset
1186 * The text messages of Yahoo Audibles are now displayed, although
eea16f73a13b [gaim-migrate @ 10447]
Tim Ringenbach <marv@pidgin.im>
parents: 9592
diff changeset
1187 the audio and graphics are not.
9640
9cc5849b915f [gaim-migrate @ 10488]
Jon Oberheide
parents: 9608
diff changeset
1188 * Yahoo! away messages can be 255 characters long now
9546
bcd32e572e19 [gaim-migrate @ 10375]
Yosef Radchenko
parents: 9537
diff changeset
1189
9553
146d83b7512b [gaim-migrate @ 10386]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9546
diff changeset
1190 Bug Fixes:
9663
59a2776bbce5 [gaim-migrate @ 10513]
Andrew Wellington <proton@users.sourceforge.net>
parents: 9654
diff changeset
1191 * Gadu-Gadu should connect again (Andrew Wellington)
9654
0b1662f600d4 [gaim-migrate @ 10502]
Luke Schierer <lschiere@pidgin.im>
parents: 9651
diff changeset
1192 * Novell fixes (Mike Stoddard of Novell):
9651
211ff9721581 [gaim-migrate @ 10499]
Mike Stoddard <mistoddard@novell.com>
parents: 9644
diff changeset
1193 * Fixed reconnect crash
211ff9721581 [gaim-migrate @ 10499]
Mike Stoddard <mistoddard@novell.com>
parents: 9644
diff changeset
1194 * Fixed duplicate root folder bug
211ff9721581 [gaim-migrate @ 10499]
Mike Stoddard <mistoddard@novell.com>
parents: 9644
diff changeset
1195 * Fixed bug with folder ordering (on a first time login
211ff9721581 [gaim-migrate @ 10499]
Mike Stoddard <mistoddard@novell.com>
parents: 9644
diff changeset
1196 folders were being added in reverse order).
10292
9890c3ca2a97 [gaim-migrate @ 11470]
Luke Schierer <lschiere@pidgin.im>
parents: 10283
diff changeset
1197 * Use ISO date format for the system log (Eduardo Pérez)
9553
146d83b7512b [gaim-migrate @ 10386]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9546
diff changeset
1198 * Long buddy lists with irc should cause flooding disconnects less
146d83b7512b [gaim-migrate @ 10386]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9546
diff changeset
1199 (Stu Tomlinson)
9640
9cc5849b915f [gaim-migrate @ 10488]
Jon Oberheide
parents: 9608
diff changeset
1200 * Better smiley substitution
9cc5849b915f [gaim-migrate @ 10488]
Jon Oberheide
parents: 9608
diff changeset
1201 * Fix a crash related to auto-expanding contacts at the bottom of
9cc5849b915f [gaim-migrate @ 10488]
Jon Oberheide
parents: 9608
diff changeset
1202 buddy lists
9cc5849b915f [gaim-migrate @ 10488]
Jon Oberheide
parents: 9608
diff changeset
1203 * Fix a crash on Solaris when changing or viewing information for
9cc5849b915f [gaim-migrate @ 10488]
Jon Oberheide
parents: 9608
diff changeset
1204 your AIM account (Format Screen Name, Change Email Address, etc.)
9cc5849b915f [gaim-migrate @ 10488]
Jon Oberheide
parents: 9608
diff changeset
1205 * HTML in OSCAR buddy comments is now escaped (and not rendered)
9cc5849b915f [gaim-migrate @ 10488]
Jon Oberheide
parents: 9608
diff changeset
1206 * Fix a crash when dragging a screen name to a conversation window
9cc5849b915f [gaim-migrate @ 10488]
Jon Oberheide
parents: 9608
diff changeset
1207 for that screen name
9cc5849b915f [gaim-migrate @ 10488]
Jon Oberheide
parents: 9608
diff changeset
1208 * User-requested new conversation windows are now always given focus
9cc5849b915f [gaim-migrate @ 10488]
Jon Oberheide
parents: 9608
diff changeset
1209 * Pasting HTML into Gaim from certain sources no longer results in
9cc5849b915f [gaim-migrate @ 10488]
Jon Oberheide
parents: 9608
diff changeset
1210 the spaces between some words being removed
9cc5849b915f [gaim-migrate @ 10488]
Jon Oberheide
parents: 9608
diff changeset
1211 * The alias of a contact is now displayed in more places when the
9cc5849b915f [gaim-migrate @ 10488]
Jon Oberheide
parents: 9608
diff changeset
1212 alias of a buddy is not set
9cc5849b915f [gaim-migrate @ 10488]
Jon Oberheide
parents: 9608
diff changeset
1213 * .gaimrc is no longer imported
9cc5849b915f [gaim-migrate @ 10488]
Jon Oberheide
parents: 9608
diff changeset
1214 * Prevent a crash if you sign off and try to dequeue messages from
9cc5849b915f [gaim-migrate @ 10488]
Jon Oberheide
parents: 9608
diff changeset
1215 the away dialog (Kevin Stange)
9cc5849b915f [gaim-migrate @ 10488]
Jon Oberheide
parents: 9608
diff changeset
1216 * Prevent a possible crash if gaim_gtkconv_write_conv is called
9cc5849b915f [gaim-migrate @ 10488]
Jon Oberheide
parents: 9608
diff changeset
1217 with who as NULL (Kevin Stange)
9cc5849b915f [gaim-migrate @ 10488]
Jon Oberheide
parents: 9608
diff changeset
1218 * Prevent (null) or an empty string from being logged as the sender's
9cc5849b915f [gaim-migrate @ 10488]
Jon Oberheide
parents: 9608
diff changeset
1219 name if the sender no longer has an alias because the account is
9cc5849b915f [gaim-migrate @ 10488]
Jon Oberheide
parents: 9608
diff changeset
1220 signed off (Kevin Stange)
9641
fdef0b0423b0 [gaim-migrate @ 10489]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9640
diff changeset
1221 * The auto-reconnect plugin will no longer attempt to reconnect an
fdef0b0423b0 [gaim-migrate @ 10489]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9640
diff changeset
1222 MSN account if you were disconnected because you signed on from
fdef0b0423b0 [gaim-migrate @ 10489]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9640
diff changeset
1223 another location (Stu Tomlinson)
9644
a9a0dedb52c7 [gaim-migrate @ 10492]
Mark Doliner <markdoliner@pidgin.im>
parents: 9641
diff changeset
1224 * On Solaris, chatting in IRC using the UTF-8 charset no longer gives
a9a0dedb52c7 [gaim-migrate @ 10492]
Mark Doliner <markdoliner@pidgin.im>
parents: 9641
diff changeset
1225 a "conversion failed" error for every message (Arvind Samptur)
9680
170d9c1ab218 [gaim-migrate @ 10532]
Dave West <kat@users.sourceforge.net>
parents: 9663
diff changeset
1226 * ICQ offline messages should have the correct timestamp (Dave West)
9553
146d83b7512b [gaim-migrate @ 10386]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9546
diff changeset
1227
9537
4d6f47f2a989 [gaim-migrate @ 10365]
Sean Egan <seanegan@pidgin.im>
parents: 9519
diff changeset
1228 version 0.80 (07/15/2004):
9405
3413b3694435 [gaim-migrate @ 10219]
Mark Doliner <markdoliner@pidgin.im>
parents: 9393
diff changeset
1229 New Features:
9490
f66cce3e50f7 [gaim-migrate @ 10315]
Mark Doliner <markdoliner@pidgin.im>
parents: 9488
diff changeset
1230 * Ability to send files from the conversation window (Daniel Atallah)
9495
e9b2ece77b70 [gaim-migrate @ 10321]
Sean Egan <seanegan@pidgin.im>
parents: 9490
diff changeset
1231 * Drag a file into the buddy list or a conversation to send it to that
e9b2ece77b70 [gaim-migrate @ 10321]
Sean Egan <seanegan@pidgin.im>
parents: 9490
diff changeset
1232 buddy
9488
9d6520fa53fd [gaim-migrate @ 10313]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9478
diff changeset
1233 * Yet more new commands and features for SILC (Stu Tomlinson)
9490
f66cce3e50f7 [gaim-migrate @ 10315]
Mark Doliner <markdoliner@pidgin.im>
parents: 9488
diff changeset
1234 * Gaim uses the new file chooser when compiled for GTK+ 2.4
f66cce3e50f7 [gaim-migrate @ 10315]
Mark Doliner <markdoliner@pidgin.im>
parents: 9488
diff changeset
1235 (Fernando Herrera)
9405
3413b3694435 [gaim-migrate @ 10219]
Mark Doliner <markdoliner@pidgin.im>
parents: 9393
diff changeset
1236 * Support for the Epiphany web browser (Leonardo Serra)
9415
fbcb89b007bb [gaim-migrate @ 10230]
Andrew Wellington <proton@users.sourceforge.net>
parents: 9406
diff changeset
1237 * Status messages in Gadu-Gadu (Andrew (proton) Wellington)
9472
6f678d378aee [gaim-migrate @ 10297]
Tim Ringenbach <marv@pidgin.im>
parents: 9469
diff changeset
1238 * Parentheses are now displayed around the title and tabs of
6f678d378aee [gaim-migrate @ 10297]
Tim Ringenbach <marv@pidgin.im>
parents: 9469
diff changeset
1239 conversations from offline accounts or parted chats.
9478
a14be8c6a416 [gaim-migrate @ 10303]
Arun Tharuvai <aatharuv@mit.edu>
parents: 9472
diff changeset
1240 * Zephyr typing notification (Arun A Tharuvai)
10292
9890c3ca2a97 [gaim-migrate @ 11470]
Luke Schierer <lschiere@pidgin.im>
parents: 10283
diff changeset
1241 * Account dialog's columns are resizable (Eduardo Pérez)
9405
3413b3694435 [gaim-migrate @ 10219]
Mark Doliner <markdoliner@pidgin.im>
parents: 9393
diff changeset
1242
9393
9d4fee392030 [gaim-migrate @ 10202]
Mark Doliner <markdoliner@pidgin.im>
parents: 9392
diff changeset
1243 Bug Fixes:
9d4fee392030 [gaim-migrate @ 10202]
Mark Doliner <markdoliner@pidgin.im>
parents: 9392
diff changeset
1244 * The firefox browser option now works with firefox 0.9
9406
395875288c1c [gaim-migrate @ 10220]
Luke Schierer <lschiere@pidgin.im>
parents: 9405
diff changeset
1245 * Buddy icons in conversations no longer depend on the
395875288c1c [gaim-migrate @ 10220]
Luke Schierer <lschiere@pidgin.im>
parents: 9405
diff changeset
1246 buddy list
9424
7b580e2e2e9e [gaim-migrate @ 10242]
Alan Ford
parents: 9415
diff changeset
1247 * Fix for the bug where some buddies seemed logged in 4
7b580e2e2e9e [gaim-migrate @ 10242]
Alan Ford
parents: 9415
diff changeset
1248 thousand some odd days (Alan Ford)
9392
bb0b0671ac86 [gaim-migrate @ 10201]
Mark Doliner <markdoliner@pidgin.im>
parents: 9387
diff changeset
1249
9382
d05b4c47758d [gaim-migrate @ 10190]
Sean Egan <seanegan@pidgin.im>
parents: 9378
diff changeset
1250 version 0.79 (06/24/2004):
9135
9bf7191dc2a8 [gaim-migrate @ 9919]
Robert Mibus <mibus@mibus.org>
parents: 9133
diff changeset
1251 New Features:
9bf7191dc2a8 [gaim-migrate @ 9919]
Robert Mibus <mibus@mibus.org>
parents: 9133
diff changeset
1252 * Display name changes are now shown in the conversation windows.
9bf7191dc2a8 [gaim-migrate @ 9919]
Robert Mibus <mibus@mibus.org>
parents: 9133
diff changeset
1253 (Robert Mibus)
9171
2b50af5d8ea6 [gaim-migrate @ 9956]
Tim Ringenbach <marv@pidgin.im>
parents: 9169
diff changeset
1254 * Get Info on Yahoo! now works for nonenglish profiles.
2b50af5d8ea6 [gaim-migrate @ 9956]
Tim Ringenbach <marv@pidgin.im>
parents: 9169
diff changeset
1255 (Ambrose Li)
9243
c22d815cb7ba [gaim-migrate @ 10042]
Tim Ringenbach <marv@pidgin.im>
parents: 9206
diff changeset
1256 * General "Get Info" improvements on Yahoo! and MSN (Ambrose Li)
9164
46904c930b6e [gaim-migrate @ 9949]
Tim Ringenbach <marv@pidgin.im>
parents: 9158
diff changeset
1257 * Yahoo! Japan support. Click More Options and check Yahoo Japan
9302
a5e004f0d20c [gaim-migrate @ 10106]
Mark Doliner <markdoliner@pidgin.im>
parents: 9300
diff changeset
1258 in the account editor, to use your Yahoo! Japan account
9177
4701645e4a45 [gaim-migrate @ 9972]
Luke Schierer <lschiere@pidgin.im>
parents: 9171
diff changeset
1259 * Gtk themes can now theme the Gaim buddy list independently of
4701645e4a45 [gaim-migrate @ 9972]
Luke Schierer <lschiere@pidgin.im>
parents: 9171
diff changeset
1260 other things (Stu Tomlinson)
9189
942f5a4a5f36 [gaim-migrate @ 9984]
Luke Schierer <lschiere@pidgin.im>
parents: 9177
diff changeset
1261 * Show timestamps now has a per-conversation option in addition
942f5a4a5f36 [gaim-migrate @ 9984]
Luke Schierer <lschiere@pidgin.im>
parents: 9177
diff changeset
1262 to the global one, bringing it in line with the other conver-
9302
a5e004f0d20c [gaim-migrate @ 10106]
Mark Doliner <markdoliner@pidgin.im>
parents: 9300
diff changeset
1263 sation options (Stu Tomlinson)
9193
6e76f1367896 [gaim-migrate @ 9988]
Felipe Contreras <felipe.contreras@gmail.com>
parents: 9190
diff changeset
1264 * Added MSN buddy icons (Felipe Contreras)
6e76f1367896 [gaim-migrate @ 9988]
Felipe Contreras <felipe.contreras@gmail.com>
parents: 9190
diff changeset
1265 * Added MSN file transfer (Felipe Contreras)
9302
a5e004f0d20c [gaim-migrate @ 10106]
Mark Doliner <markdoliner@pidgin.im>
parents: 9300
diff changeset
1266 * MSN's idle state now actually sets a buddy idle
9206
57a4db675f8d [gaim-migrate @ 10001]
Christian Hammond <chipx86@chipx86.com>
parents: 9200
diff changeset
1267 * Buddy pounce defaults are now more sane, and apply to the state the
57a4db675f8d [gaim-migrate @ 10001]
Christian Hammond <chipx86@chipx86.com>
parents: 9200
diff changeset
1268 buddy is currently in. For example, if the buddy is idle, set
57a4db675f8d [gaim-migrate @ 10001]
Christian Hammond <chipx86@chipx86.com>
parents: 9200
diff changeset
1269 "Return from idle" by default. The last action(s) used are the
9302
a5e004f0d20c [gaim-migrate @ 10106]
Mark Doliner <markdoliner@pidgin.im>
parents: 9300
diff changeset
1270 defaults for the next pounce
9306
3df21f4d438b [gaim-migrate @ 10114]
Tim Ringenbach <marv@pidgin.im>
parents: 9304
diff changeset
1271 * Yahoo buddy icon support
9320
570c11e35c4a [gaim-migrate @ 10128]
Nathan Walp <nwalp@pidgin.im>
parents: 9315
diff changeset
1272 * Selected buddy icons will automatically convert to the appropriate
9334
69662cb152f8 [gaim-migrate @ 10142]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9328
diff changeset
1273 format for the protocol. (GTK 2.2 and higher only)
9315
e8bc184be549 [gaim-migrate @ 10123]
Sean Egan <seanegan@pidgin.im>
parents: 9306
diff changeset
1274 * Dragging an image file into the Modify Account dialog will set that
e8bc184be549 [gaim-migrate @ 10123]
Sean Egan <seanegan@pidgin.im>
parents: 9306
diff changeset
1275 as a buddy icon.
9366
695ad735bb9d [gaim-migrate @ 10174]
Ethan Blanton <elb@pidgin.im>
parents: 9360
diff changeset
1276 * Development headers for compiling third-party plugins are now
695ad735bb9d [gaim-migrate @ 10174]
Ethan Blanton <elb@pidgin.im>
parents: 9360
diff changeset
1277 installed. (Stu Tomlinson)
695ad735bb9d [gaim-migrate @ 10174]
Ethan Blanton <elb@pidgin.im>
parents: 9360
diff changeset
1278 * Headers for gaim-remote now reside in gaim/ instead of
695ad735bb9d [gaim-migrate @ 10174]
Ethan Blanton <elb@pidgin.im>
parents: 9360
diff changeset
1279 gaim-include/.
9376
72964e97c46e [gaim-migrate @ 10184]
Tim Ringenbach <marv@pidgin.im>
parents: 9374
diff changeset
1280 * Basic YCHT support, which allows joining Yahoo! Chats when
72964e97c46e [gaim-migrate @ 10184]
Tim Ringenbach <marv@pidgin.im>
parents: 9374
diff changeset
1281 logged in using the web messenger method
9158
f8dab42adeaf [gaim-migrate @ 9942]
Felipe Contreras <felipe.contreras@gmail.com>
parents: 9135
diff changeset
1282
9131
10d401d14a89 [gaim-migrate @ 9912]
Mark Doliner <markdoliner@pidgin.im>
parents: 9125
diff changeset
1283 Bug Fixes:
9592
e92fa4fb72c7 [gaim-migrate @ 10435]
Eduardo Pérez
parents: 9554
diff changeset
1284 * Fixed Yahoo! authentication problems. (Cerulean Studios)
9302
a5e004f0d20c [gaim-migrate @ 10106]
Mark Doliner <markdoliner@pidgin.im>
parents: 9300
diff changeset
1285 * Non-looping animated icons no longer cause Gaim to freeze
a5e004f0d20c [gaim-migrate @ 10106]
Mark Doliner <markdoliner@pidgin.im>
parents: 9300
diff changeset
1286 * Flashing windows should work again for unix in window managers that
a5e004f0d20c [gaim-migrate @ 10106]
Mark Doliner <markdoliner@pidgin.im>
parents: 9300
diff changeset
1287 support the URGENT hint (Etan Reisner)
9268
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents: 9243
diff changeset
1288 * Better handling of character sets in RTF for Novell (Mike Stoddard of
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents: 9243
diff changeset
1289 Novell)
9360
c40bc951573a [gaim-migrate @ 10168]
Mike Stoddard <mistoddard@novell.com>
parents: 9334
diff changeset
1290 * Contact list sync problems in Novell fixed (Mike Stoddard of Novell)
9133
bc33b12619d4 [gaim-migrate @ 9915]
Pekka Riikonen <priikone@silcnet.org>
parents: 9132
diff changeset
1291 * Fixed a crash in SILC that sometimes happened when resolving
bc33b12619d4 [gaim-migrate @ 9915]
Pekka Riikonen <priikone@silcnet.org>
parents: 9132
diff changeset
1292 the buddy list (Pekka Riikonen)
9169
f557f4ebae65 [gaim-migrate @ 9954]
Christian Hammond <chipx86@chipx86.com>
parents: 9164
diff changeset
1293 * Parallel compiles of the perl plugin should work better
f557f4ebae65 [gaim-migrate @ 9954]
Christian Hammond <chipx86@chipx86.com>
parents: 9164
diff changeset
1294 (Stu Tomlinson)
9190
251729887ad8 [gaim-migrate @ 9985]
Evan Schoenberg <evands@pidgin.im>
parents: 9189
diff changeset
1295 * The disconnected UI op was called twice on connection errors. Now
9302
a5e004f0d20c [gaim-migrate @ 10106]
Mark Doliner <markdoliner@pidgin.im>
parents: 9300
diff changeset
1296 it is only called once. (Evan Schoenberg)
a5e004f0d20c [gaim-migrate @ 10106]
Mark Doliner <markdoliner@pidgin.im>
parents: 9300
diff changeset
1297 * Dragging into conversation windows works better
9378
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1298 * Protocol-specific settings for accounts were being removed whenever
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1299 the account was modified. Now they're only removed when the protocol
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1300 type changes, as it should be.
9387
51d72cef77c2 [gaim-migrate @ 10195]
Luke Schierer <lschiere@pidgin.im>
parents: 9382
diff changeset
1301 * Zephyr bug fixes and memory leak plugs (Arun A Tharuvai)
9378
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1302 * Rewrite of MSN buddylist support, which fixed a known syncronization
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1303 bug and some others (Felipe Contreras)
9131
10d401d14a89 [gaim-migrate @ 9912]
Mark Doliner <markdoliner@pidgin.im>
parents: 9125
diff changeset
1304
9124
02d751804708 [gaim-migrate @ 9901]
Luke Schierer <lschiere@pidgin.im>
parents: 9121
diff changeset
1305 version 0.78 (05/30/2004):
8774
c9c6fcee237b [gaim-migrate @ 9536]
Luke Schierer <lschiere@pidgin.im>
parents: 8766
diff changeset
1306 New Features:
9020
b7ea5436da4b [gaim-migrate @ 9796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9014
diff changeset
1307 * Support for the SILC protocol (http://www.silcnet.org/)
b7ea5436da4b [gaim-migrate @ 9796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9014
diff changeset
1308 (Pekka Riikonen)
b7ea5436da4b [gaim-migrate @ 9796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9014
diff changeset
1309 * Option to suppress disconnect notification when using
8774
c9c6fcee237b [gaim-migrate @ 9536]
Luke Schierer <lschiere@pidgin.im>
parents: 8766
diff changeset
1310 the autoreconnect plugin (Christopher (siege) O'Brien)
8803
79bc4ecbcac7 [gaim-migrate @ 9565]
Christian Hammond <chipx86@chipx86.com>
parents: 8801
diff changeset
1311 * Added support for dragging buddies from the buddy list into the
9020
b7ea5436da4b [gaim-migrate @ 9796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9014
diff changeset
1312 Add Buddy Pounce dialog
8899
e1ace805d7c7 [gaim-migrate @ 9668]
Mark Doliner <markdoliner@pidgin.im>
parents: 8876
diff changeset
1313 * Pounce notification now includes time (Mike Lundy)
e1ace805d7c7 [gaim-migrate @ 9668]
Mark Doliner <markdoliner@pidgin.im>
parents: 8876
diff changeset
1314 * The history plugin now shows history for chats in addition to IMs
9020
b7ea5436da4b [gaim-migrate @ 9796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9014
diff changeset
1315 * Menu item to view conversation logs (Tom Samstag)
b7ea5436da4b [gaim-migrate @ 9796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9014
diff changeset
1316 * Conversation and chat sizes automatically saved (Stu Tomlinson)
8933
0f1e8160581d [gaim-migrate @ 9703]
Mike Stoddard <mistoddard@novell.com>
parents: 8918
diff changeset
1317 * Added support for Novell privacy settings (Mike Stoddard of Novell)
9378
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1318 * Added ability to initiate multi-user conferences (chats) in Novell
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1319 (Mike Stoddard of Novell)
8953
6705ad4595b0 [gaim-migrate @ 9726]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 8933
diff changeset
1320 * Find and Save buttons on the debug window (Stu Tomlinson)
8993
41f67bceab41 [gaim-migrate @ 9768]
Luke Schierer <lschiere@pidgin.im>
parents: 8991
diff changeset
1321 * Plugin Actions menu (Christopher (siege) O'Brien)
9020
b7ea5436da4b [gaim-migrate @ 9796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9014
diff changeset
1322 * Plugins can now add entries to the right-click menu of a group or chat
b7ea5436da4b [gaim-migrate @ 9796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9014
diff changeset
1323 (Stu Tomlinson and Christopher (siege) O'Brien)
9007
87c8402bc0e3 [gaim-migrate @ 9783]
Tim Ringenbach <marv@pidgin.im>
parents: 9004
diff changeset
1324 * Hyperlink colors are now themeable via your ~/.gtkrc-2.0 file
8899
e1ace805d7c7 [gaim-migrate @ 9668]
Mark Doliner <markdoliner@pidgin.im>
parents: 8876
diff changeset
1325
e1ace805d7c7 [gaim-migrate @ 9668]
Mark Doliner <markdoliner@pidgin.im>
parents: 8876
diff changeset
1326 Bug Fixes:
e1ace805d7c7 [gaim-migrate @ 9668]
Mark Doliner <markdoliner@pidgin.im>
parents: 8876
diff changeset
1327 * Compiles again with gcc 2.96 (Ignacio J. Elia)
e1ace805d7c7 [gaim-migrate @ 9668]
Mark Doliner <markdoliner@pidgin.im>
parents: 8876
diff changeset
1328 * Gtk2.0 compatibility fixes (Tim Ringenbach)
9036
46c4ff7ec6ae [gaim-migrate @ 9812]
Tim Ringenbach <marv@pidgin.im>
parents: 9025
diff changeset
1329 * Many documentation updates (Jonathan Champ, Gary Kramlich,
46c4ff7ec6ae [gaim-migrate @ 9812]
Tim Ringenbach <marv@pidgin.im>
parents: 9025
diff changeset
1330 Stu Tomlinson, and Kevin Stange)
9020
b7ea5436da4b [gaim-migrate @ 9796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9014
diff changeset
1331 * Yahoo works on 64 bit machines (Gary Kramlich)
b7ea5436da4b [gaim-migrate @ 9796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9014
diff changeset
1332 * Zephyr works on 64 bit machines (Arun A Tharuvai)
b7ea5436da4b [gaim-migrate @ 9796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9014
diff changeset
1333 * Novell 64bit fixes, better error messages, and buddy list sync fixes
b7ea5436da4b [gaim-migrate @ 9796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9014
diff changeset
1334 (Mike Stoddard of Novell)
b7ea5436da4b [gaim-migrate @ 9796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9014
diff changeset
1335 * Novell protocol works on big endian machines (Novell)
8808
1cb5ddf6b625 [gaim-migrate @ 9570]
Felipe Contreras <felipe.contreras@gmail.com>
parents: 8803
diff changeset
1336 * Massive rewrite of MSN support, which should fix a number of issues
9020
b7ea5436da4b [gaim-migrate @ 9796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9014
diff changeset
1337 and make errors easier to interpret (Felipe Contreras)
9075
b6786e1a018c [gaim-migrate @ 9851]
Guðmundur Bjarni Ólafson <aquatopia@gmail.com>
parents: 9036
diff changeset
1338 * Fixed a privacy-related bug in MSN that affected blocking/permitting,
9378
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1339 which was due to case-sensitive string comparisons (Gudmundur
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1340 Olafsson)
9085
3fbcc4e4396c [gaim-migrate @ 9862]
Andrew Wellington <proton@users.sourceforge.net>
parents: 9075
diff changeset
1341 * Fixed an MSN HTTP method bug where MSN would queue data indefinitely.
9087
acb2c9d4c46d [gaim-migrate @ 9864]
Christian Hammond <chipx86@chipx86.com>
parents: 9085
diff changeset
1342 (Andrew Wellington)
9121
8ea087f53ef5 [gaim-migrate @ 9898]
Christian Hammond <chipx86@chipx86.com>
parents: 9108
diff changeset
1343 * All known MSN formatting bugs were fixed.
9092
34b9e78827f6 [gaim-migrate @ 9869]
Felipe Contreras <felipe.contreras@gmail.com>
parents: 9087
diff changeset
1344 * Overly long messages and paging cell phones in MSN no longer cause
34b9e78827f6 [gaim-migrate @ 9869]
Felipe Contreras <felipe.contreras@gmail.com>
parents: 9087
diff changeset
1345 disconnects (Felipe Contreras)
9378
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1346 * Several bug fixes for MSN's MSNSLP and MSNObject support (Finlay
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1347 Dobbie)
9020
b7ea5436da4b [gaim-migrate @ 9796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9014
diff changeset
1348 * ALT-F works correctly in the System Log Viewer (Stu Tomlinson)
b7ea5436da4b [gaim-migrate @ 9796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9014
diff changeset
1349 * New tabs should scroll correctly again (Tim Ringenbach)
8784
71c51aa52be4 [gaim-migrate @ 9546]
Kevin Stange <kstange@pidgin.im>
parents: 8782
diff changeset
1350 * Dialogs opened from a conversation window are now closed when
71c51aa52be4 [gaim-migrate @ 9546]
Kevin Stange <kstange@pidgin.im>
parents: 8782
diff changeset
1351 the conversation window is closed, preventing a crash (Kevin Stange)
8869
19ba5ea87889 [gaim-migrate @ 9637]
Ethan Blanton <elb@pidgin.im>
parents: 8868
diff changeset
1352 * Copy/paste encoding fixes (Joe Marcus Clarke)
8872
6f300fd8d495 [gaim-migrate @ 9640]
Ethan Blanton <elb@pidgin.im>
parents: 8869
diff changeset
1353 * IRC disconnect crash fix (Luciano Miguel Ferreira Rocha)
9020
b7ea5436da4b [gaim-migrate @ 9796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9014
diff changeset
1354 * Ampersands in links should work correctly (Tim Ringenbach)
b7ea5436da4b [gaim-migrate @ 9796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9014
diff changeset
1355 * DirectIM and IM Image support for AIM are greatly improved
b7ea5436da4b [gaim-migrate @ 9796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9014
diff changeset
1356 (Tim Ringenbach)
b7ea5436da4b [gaim-migrate @ 9796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9014
diff changeset
1357 * Gadu-Gadu updates (Andrew Wellington)
8899
e1ace805d7c7 [gaim-migrate @ 9668]
Mark Doliner <markdoliner@pidgin.im>
parents: 8876
diff changeset
1358 * Print Gadu-Gadu messages to the debug window instead of the console
9020
b7ea5436da4b [gaim-migrate @ 9796]
Mark Doliner <markdoliner@pidgin.im>
parents: 9014
diff changeset
1359 * Updated and standardized blist signals (Gary Kramlich)
8999
dd434cfec86a [gaim-migrate @ 9774]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 8998
diff changeset
1360 * Made the recieve-*-msg signals match the sending ones (Stu Tomlinson)
9107
7e7c8c5c3aad [gaim-migrate @ 9884]
Christian Hammond <chipx86@chipx86.com>
parents: 9092
diff changeset
1361 * The idle time for the buddy-idle and buddy-unidle signals should
7e7c8c5c3aad [gaim-migrate @ 9884]
Christian Hammond <chipx86@chipx86.com>
parents: 9092
diff changeset
1362 be correct again.
8899
e1ace805d7c7 [gaim-migrate @ 9668]
Mark Doliner <markdoliner@pidgin.im>
parents: 8876
diff changeset
1363
9012
875d22b5a2ff [gaim-migrate @ 9788]
Mark Doliner <markdoliner@pidgin.im>
parents: 9011
diff changeset
1364 Preference Changes:
9125
ea6c1b69565c [gaim-migrate @ 9902]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 9124
diff changeset
1365 * Added "Conversation placement - By conversation count"
8899
e1ace805d7c7 [gaim-migrate @ 9668]
Mark Doliner <markdoliner@pidgin.im>
parents: 8876
diff changeset
1366 * Added a "none" smiley theme to replace the "Show graphical
e1ace805d7c7 [gaim-migrate @ 9668]
Mark Doliner <markdoliner@pidgin.im>
parents: 8876
diff changeset
1367 smileys" option
9025
e49a72896270 [gaim-migrate @ 9801]
Luke Schierer <lschiere@pidgin.im>
parents: 9020
diff changeset
1368 * Replace default formatting preferences with a dialog to set a
e49a72896270 [gaim-migrate @ 9801]
Luke Schierer <lschiere@pidgin.im>
parents: 9020
diff changeset
1369 default formatting in a WYSIWYG manner.
8899
e1ace805d7c7 [gaim-migrate @ 9668]
Mark Doliner <markdoliner@pidgin.im>
parents: 8876
diff changeset
1370 * Removed "Show logins in window," default to yes
e1ace805d7c7 [gaim-migrate @ 9668]
Mark Doliner <markdoliner@pidgin.im>
parents: 8876
diff changeset
1371 * Removed "Send URLs as links," default to yes (in protocols that
e1ace805d7c7 [gaim-migrate @ 9668]
Mark Doliner <markdoliner@pidgin.im>
parents: 8876
diff changeset
1372 support HTML)
e1ace805d7c7 [gaim-migrate @ 9668]
Mark Doliner <markdoliner@pidgin.im>
parents: 8876
diff changeset
1373 * Removed "Show URLs as links," default to yes
9378
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1374 * Removed New window height & width and Entry field height for Chats &
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1375 IMs, sizes are now saved automatically
8991
07e170b0e18f [gaim-migrate @ 9766]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 8987
diff changeset
1376 * Removed "Tab-complete nicks" default to yes
07e170b0e18f [gaim-migrate @ 9766]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 8987
diff changeset
1377 * Removed "Old-style tab completion", no longer supported
07e170b0e18f [gaim-migrate @ 9766]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 8987
diff changeset
1378 * Removed "Sending message removes away status", default to no
07e170b0e18f [gaim-migrate @ 9766]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 8987
diff changeset
1379 * Removed "Show numbers in groups", default to yes
07e170b0e18f [gaim-migrate @ 9766]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 8987
diff changeset
1380 * Removed "Icons on tabs", default to yes
07e170b0e18f [gaim-migrate @ 9766]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 8987
diff changeset
1381 * Removed "Sounds when you log in", default to no
9378
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1382 * Removed "Seconds before resending autoresponse", default to 600
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1383 seconds
8991
07e170b0e18f [gaim-migrate @ 9766]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 8987
diff changeset
1384 * Removed "Send autoresponse in active conversations", default to no
8998
e18e340f1111 [gaim-migrate @ 9773]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 8993
diff changeset
1385 * Removed "Show people joining in window", default to yes
e18e340f1111 [gaim-migrate @ 9773]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 8993
diff changeset
1386 * Removed "Show people leaving in window", default to yes
8774
c9c6fcee237b [gaim-migrate @ 9536]
Luke Schierer <lschiere@pidgin.im>
parents: 8766
diff changeset
1387
8762
9a79cab2ef55 [gaim-migrate @ 9517]
Sean Egan <seanegan@pidgin.im>
parents: 8749
diff changeset
1388 version 0.77 (04/22/2004):
8573
3f37bd7005c8 [gaim-migrate @ 9321]
Ka-Hing Cheung <khc@pidgin.im>
parents: 8569
diff changeset
1389 New Features:
3f37bd7005c8 [gaim-migrate @ 9321]
Ka-Hing Cheung <khc@pidgin.im>
parents: 8569
diff changeset
1390 * The System Log returns (Ka-Hing Cheung)
8582
7d573742efc5 [gaim-migrate @ 9332]
Etan Reisner <deryni@pidgin.im>
parents: 8573
diff changeset
1391 * Added a conversation-drag-ended signal (Etan Reisner)
8583
56f69df8f12f [gaim-migrate @ 9333]
Felipe Contreras <felipe.contreras@gmail.com>
parents: 8582
diff changeset
1392 * Reorganized and cleaned up the MSN protocol plugin (Felipe Contreras)
9378
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1393 * Added the -c option to specify location of the .gaim directory,
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1394 removed the outdated -f option that no longer had any effect (Daniel
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1395 Atallah)
8676
93d317c9976d [gaim-migrate @ 9429]
Sean Egan <seanegan@pidgin.im>
parents: 8661
diff changeset
1396 * Novell GroupWise protocol support added (Novell)
8682
e21b99257901 [gaim-migrate @ 9435]
Sean Egan <seanegan@pidgin.im>
parents: 8676
diff changeset
1397 * WYSIWYG improvements (Tim Ringenbach)
8697
c5e51aef2026 [gaim-migrate @ 9450]
Jon Oberheide
parents: 8682
diff changeset
1398 * WYSIWYG editing for user info (Jon Oberheide)
8682
e21b99257901 [gaim-migrate @ 9435]
Sean Egan <seanegan@pidgin.im>
parents: 8676
diff changeset
1399 * Rich-text copy and paste
8710
360b660e428d [gaim-migrate @ 9464]
Christian Hammond <chipx86@chipx86.com>
parents: 8709
diff changeset
1400 * Plugins can now add menu items to the buddy context menu
360b660e428d [gaim-migrate @ 9464]
Christian Hammond <chipx86@chipx86.com>
parents: 8709
diff changeset
1401 (Christopher O'Brien)
8713
8a7baa8f8460 [gaim-migrate @ 9467]
Gary Kramlich <grim@pidgin.im>
parents: 8710
diff changeset
1402 * Plugins can now add preferences (Gary Kramlich)
8716
96d7ae1972e9 [gaim-migrate @ 9471]
Christian Hammond <chipx86@chipx86.com>
parents: 8714
diff changeset
1403 * The TOC protocol is no longer built by default. The plugin is not
96d7ae1972e9 [gaim-migrate @ 9471]
Christian Hammond <chipx86@chipx86.com>
parents: 8714
diff changeset
1404 being properly tested and is no longer officially supported.
8749
fb487e9e101a [gaim-migrate @ 9504]
Christian Hammond <chipx86@chipx86.com>
parents: 8716
diff changeset
1405 * Bumped up the plugin API version number, and added version numbers
fb487e9e101a [gaim-migrate @ 9504]
Christian Hammond <chipx86@chipx86.com>
parents: 8716
diff changeset
1406 for loader plugins and protocol plugins. Authors will want to
fb487e9e101a [gaim-migrate @ 9504]
Christian Hammond <chipx86@chipx86.com>
parents: 8716
diff changeset
1407 update their plugins, and possibly use GAIM_PLUGIN_API_VERSION,
fb487e9e101a [gaim-migrate @ 9504]
Christian Hammond <chipx86@chipx86.com>
parents: 8716
diff changeset
1408 GAIM_PRPL_API_VERSION, and GAIM_LOADER_API_VERSION constants.
8766
f7ca848c7be6 [gaim-migrate @ 9521]
Arun Tharuvai <aatharuv@mit.edu>
parents: 8762
diff changeset
1409 * Zephyr error reporting works (Arun A. Tharuvai)
f7ca848c7be6 [gaim-migrate @ 9521]
Arun Tharuvai <aatharuv@mit.edu>
parents: 8762
diff changeset
1410 * Zephyr deals with non-utf8 characters (Arun A. Tharuvai)
8709
0b0d6a51b2dc [gaim-migrate @ 9462]
Christian Hammond <chipx86@chipx86.com>
parents: 8697
diff changeset
1411
8569
8dcc51f809e6 [gaim-migrate @ 9317]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 8558
diff changeset
1412 Bug Fixes:
8716
96d7ae1972e9 [gaim-migrate @ 9471]
Christian Hammond <chipx86@chipx86.com>
parents: 8714
diff changeset
1413 * Formatting in the Log viewer is fixed (Kevin Stange)
8558
05e124a54f4e [gaim-migrate @ 9302]
Luke Schierer <lschiere@pidgin.im>
parents: 8551
diff changeset
1414 * Save Conversation works again (Kevin Stange)
05e124a54f4e [gaim-migrate @ 9302]
Luke Schierer <lschiere@pidgin.im>
parents: 8551
diff changeset
1415 * The Clear button in privacy works (Robert Mibus)
8569
8dcc51f809e6 [gaim-migrate @ 9317]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 8558
diff changeset
1416 * MSN error reporting works again (Stu Tomlinson)
8659
485d066d2363 [gaim-migrate @ 9411]
Christian Hammond <chipx86@chipx86.com>
parents: 8643
diff changeset
1417 * MSN e-mail notifications should no longer cause Gaim to crash
485d066d2363 [gaim-migrate @ 9411]
Christian Hammond <chipx86@chipx86.com>
parents: 8643
diff changeset
1418 (Felipe Contreras)
8661
9fdfb3108ab1 [gaim-migrate @ 9413]
Nickolai Zeldovich
parents: 8659
diff changeset
1419 * Fixed an infinite loop bug that would sometimes cause MSN to lock
9fdfb3108ab1 [gaim-migrate @ 9413]
Nickolai Zeldovich
parents: 8659
diff changeset
1420 up (Nickolai Zeldovich)
8599
7c7387108158 [gaim-migrate @ 9350]
Mark Doliner <markdoliner@pidgin.im>
parents: 8597
diff changeset
1421 * All away messages should now show up in tooltips
8643
857f94d7934d [gaim-migrate @ 9395]
Luke Schierer <lschiere@pidgin.im>
parents: 8642
diff changeset
1422 * Removing zephyr buddies no longer crashes (Arun A. Tharuvai)
8558
05e124a54f4e [gaim-migrate @ 9302]
Luke Schierer <lschiere@pidgin.im>
parents: 8551
diff changeset
1423
8551
66613f59b7f7 [gaim-migrate @ 9293]
Nathan Walp <nwalp@pidgin.im>
parents: 8545
diff changeset
1424 version 0.76 (04/01/2004):
8263
fcfdc8465cbb [gaim-migrate @ 8986]
Mark Doliner <markdoliner@pidgin.im>
parents: 8258
diff changeset
1425 New Features:
9378
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1426 * WYSIWYG text input (with much help from Gary Kramlich and Kevin
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1427 Stange)
8263
fcfdc8465cbb [gaim-migrate @ 8986]
Mark Doliner <markdoliner@pidgin.im>
parents: 8258
diff changeset
1428 * Ability to be invisible on AIM
8152
f26c9406b4b3 [gaim-migrate @ 8864]
Mark Doliner <markdoliner@pidgin.im>
parents: 8144
diff changeset
1429 * Chatroom list support (Tim Ringenbach)
8294
cffb4d4660f0 [gaim-migrate @ 9018]
Christian Hammond <chipx86@chipx86.com>
parents: 8290
diff changeset
1430 * Added auto-completion for screen names to the New Instant Message and
cffb4d4660f0 [gaim-migrate @ 9018]
Christian Hammond <chipx86@chipx86.com>
parents: 8290
diff changeset
1431 Get User Info dialogs.
8263
fcfdc8465cbb [gaim-migrate @ 8986]
Mark Doliner <markdoliner@pidgin.im>
parents: 8258
diff changeset
1432 * Non-ascii character support in AIM chats (Uli Luckas and Marco Ziech)
9378
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1433 * Vastly improved browser opening, with tab support! (Nathan
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1434 Fredrickson)
8299
99ee9cb74ace [gaim-migrate @ 9023]
Christian Hammond <chipx86@chipx86.com>
parents: 8294
diff changeset
1435 * Added support for connecting to MSN using the port 80 method.
8267
53bdf5396546 [gaim-migrate @ 8990]
Mark Doliner <markdoliner@pidgin.im>
parents: 8264
diff changeset
1436 * Support for Mozilla Firefox (Chris Friesen and Nathan Fredrickson)
8424
daed505cb114 [gaim-migrate @ 9154]
Christian Hammond <chipx86@chipx86.com>
parents: 8419
diff changeset
1437 * Added protocol-specific preferences (Gary Kramlich)
8267
53bdf5396546 [gaim-migrate @ 8990]
Mark Doliner <markdoliner@pidgin.im>
parents: 8264
diff changeset
1438 * Local IP address information can be changed in Preferences
53bdf5396546 [gaim-migrate @ 8990]
Mark Doliner <markdoliner@pidgin.im>
parents: 8264
diff changeset
1439 (Tim Ringenbach)
53bdf5396546 [gaim-migrate @ 8990]
Mark Doliner <markdoliner@pidgin.im>
parents: 8264
diff changeset
1440 * Improved local IP address detection (Tim Ringenbach)
9378
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1441 * Offline accounts in account drop-down lists are now greyed (Etan
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1442 Reisner)
8187
e29a3df0b349 [gaim-migrate @ 8908]
Christian Hammond <chipx86@chipx86.com>
parents: 8186
diff changeset
1443 * Improved accessibility support for screen readers and other
8144
411c00221ce4 [gaim-migrate @ 8852]
Mark Doliner <markdoliner@pidgin.im>
parents: 8137
diff changeset
1444 accessibility tools (Marc Mulcahy)
8105
54ea897b764e [gaim-migrate @ 8805]
Nathan Fredrickson <nathan@silverorange.com>
parents: 8103
diff changeset
1445 * Improved accessibility in conversation windows (Nathan Fredrickson)
8144
411c00221ce4 [gaim-migrate @ 8852]
Mark Doliner <markdoliner@pidgin.im>
parents: 8137
diff changeset
1446 * Keyboard access to context menus via Shift+F10 (Marc Mulcahy)
8273
7882af5843e9 [gaim-migrate @ 8997]
Scott Lamb
parents: 8272
diff changeset
1447 * Core/UI split event loop code. (Scott Lamb)
8286
7a4c038d1ecd [gaim-migrate @ 9010]
Christian Hammond <chipx86@chipx86.com>
parents: 8273
diff changeset
1448 * Added improvements to the multi-field request code, including
7a4c038d1ecd [gaim-migrate @ 9010]
Christian Hammond <chipx86@chipx86.com>
parents: 8273
diff changeset
1449 required fields and account fields.
8290
bc7a1d7de7c8 [gaim-migrate @ 9014]
Christian Hammond <chipx86@chipx86.com>
parents: 8286
diff changeset
1450 * Moved more dialogs to the request API for interface consistency
bc7a1d7de7c8 [gaim-migrate @ 9014]
Christian Hammond <chipx86@chipx86.com>
parents: 8286
diff changeset
1451 (Send Message, Get User Info, and Insert Link dialogs)
8351
216d9836e839 [gaim-migrate @ 9075]
Tim Ringenbach <marv@pidgin.im>
parents: 8336
diff changeset
1452 * Jabber file transfer
216d9836e839 [gaim-migrate @ 9075]
Tim Ringenbach <marv@pidgin.im>
parents: 8336
diff changeset
1453 * IRC file transfer (Tim Ringenbach)
8522
f5d2f1d7f522 [gaim-migrate @ 9261]
Christian Hammond <chipx86@chipx86.com>
parents: 8521
diff changeset
1454 * Added a hidden preference for disabling buddy list tooltips or
f5d2f1d7f522 [gaim-migrate @ 9261]
Christian Hammond <chipx86@chipx86.com>
parents: 8521
diff changeset
1455 changing the pop-up delay in prefs.xml.
8445
ca062f53b060 [gaim-migrate @ 9175]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 8431
diff changeset
1456 * Moved translation news to po/ChangeLog
8263
fcfdc8465cbb [gaim-migrate @ 8986]
Mark Doliner <markdoliner@pidgin.im>
parents: 8258
diff changeset
1457
fcfdc8465cbb [gaim-migrate @ 8986]
Mark Doliner <markdoliner@pidgin.im>
parents: 8258
diff changeset
1458 Bug Fixes:
9749
d4492dc96fa0 [gaim-migrate @ 10616]
Mark Doliner <markdoliner@pidgin.im>
parents: 9748
diff changeset
1459 * Changes in AIM/ICQ server-side buddy lists take
d4492dc96fa0 [gaim-migrate @ 10616]
Mark Doliner <markdoliner@pidgin.im>
parents: 9748
diff changeset
1460 precedence over the local buddy list
8545
f5fd5406975a [gaim-migrate @ 9287]
Arun Tharuvai <aatharuv@mit.edu>
parents: 8544
diff changeset
1461 * Significant work on the Zephyr plugin (Arun A. Tharuvai)
8334
63e80b767766 [gaim-migrate @ 9058]
Nathan Owens
parents: 8332
diff changeset
1462 * You can now use :/ as a smiley safely (Nathan Owens)
8263
fcfdc8465cbb [gaim-migrate @ 8986]
Mark Doliner <markdoliner@pidgin.im>
parents: 8258
diff changeset
1463 * Various buffer overflow fixes (Stefan Esser)
8264
40fed4c7c848 [gaim-migrate @ 8987]
Mark Doliner <markdoliner@pidgin.im>
parents: 8263
diff changeset
1464 * Tabs now stay green when they are supposed to (Etan Reisner)
8256
3f3063796999 [gaim-migrate @ 8979]
Tim Ringenbach <marv@pidgin.im>
parents: 8255
diff changeset
1465 * Fixed a bug where only the first user in a chat room list was removed
3f3063796999 [gaim-migrate @ 8979]
Tim Ringenbach <marv@pidgin.im>
parents: 8255
diff changeset
1466 sometimes when trying to remove a group of users (Tim Ringenbach)
8363
d46380322c37 [gaim-migrate @ 9088]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 8358
diff changeset
1467 * Clearing an AIM buddy icon actually removes it from the server,
d46380322c37 [gaim-migrate @ 9088]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 8358
diff changeset
1468 icons changes in the account editor do not take effect if the
8364
2da2e8a3f187 [gaim-migrate @ 9089]
Mark Doliner <markdoliner@pidgin.im>
parents: 8363
diff changeset
1469 cancel button is used (Stu Tomlinson)
8256
3f3063796999 [gaim-migrate @ 8979]
Tim Ringenbach <marv@pidgin.im>
parents: 8255
diff changeset
1470 * Improved chat parting logic (Tim Ringenbach)
8187
e29a3df0b349 [gaim-migrate @ 8908]
Christian Hammond <chipx86@chipx86.com>
parents: 8186
diff changeset
1471 * Yet Another IRC channel user duplication bugfix (Tim Ringenbach)
8405
1893bfff3b82 [gaim-migrate @ 9135]
Christian Hammond <chipx86@chipx86.com>
parents: 8396
diff changeset
1472 * Deleting an account while modifying it will no longer crash gaim.
1893bfff3b82 [gaim-migrate @ 9135]
Christian Hammond <chipx86@chipx86.com>
parents: 8396
diff changeset
1473 * Only one account preference window will now appear per account when
1893bfff3b82 [gaim-migrate @ 9135]
Christian Hammond <chipx86@chipx86.com>
parents: 8396
diff changeset
1474 clicking Modify.
8413
92b9a04b2fd6 [gaim-migrate @ 9143]
Kevin Stange <kstange@pidgin.im>
parents: 8405
diff changeset
1475 * Aliases are now shown alongside the screen name in the message
92b9a04b2fd6 [gaim-migrate @ 9143]
Kevin Stange <kstange@pidgin.im>
parents: 8405
diff changeset
1476 queue window. (Kevin Stange).
8119
cae2f96e5e9e [gaim-migrate @ 8823]
Luke Schierer <lschiere@pidgin.im>
parents: 8113
diff changeset
1477 * TCL Plugin API changed
8255
187d01c945ea [gaim-migrate @ 8978]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 8235
diff changeset
1478 * The mobile icon on MSN users is now removed when the person disables
187d01c945ea [gaim-migrate @ 8978]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 8235
diff changeset
1479 mobile paging (Stu Tomlinson)
8510
b1015f3d5bb2 [gaim-migrate @ 9246]
Christian Hammond <chipx86@chipx86.com>
parents: 8499
diff changeset
1480 * Removing invalid buddies in MSN with a space in their name no longer
b1015f3d5bb2 [gaim-migrate @ 9246]
Christian Hammond <chipx86@chipx86.com>
parents: 8499
diff changeset
1481 causes a disconnect (Stu Tomlinson)
8499
bbe91550c012 [gaim-migrate @ 9235]
Robert Mibus <mibus@mibus.org>
parents: 8484
diff changeset
1482 * Multiple MSN chats should now work (Robert Mibus)
8518
694a8ad60edd [gaim-migrate @ 9257]
David Vermeille
parents: 8513
diff changeset
1483 * Added new MSN error codes and fixed an incorrect one (Stu Tomlinson)
694a8ad60edd [gaim-migrate @ 9257]
David Vermeille
parents: 8513
diff changeset
1484 * Incoming colors are now processed correctly in MSN.
8271
a79531291e7f [gaim-migrate @ 8995]
Christian Hammond <chipx86@chipx86.com>
parents: 8267
diff changeset
1485 * Conversation placement by account now works correctly with both
a79531291e7f [gaim-migrate @ 8995]
Christian Hammond <chipx86@chipx86.com>
parents: 8267
diff changeset
1486 chats and IMs, and takes the Combine Chats and IMs option into
a79531291e7f [gaim-migrate @ 8995]
Christian Hammond <chipx86@chipx86.com>
parents: 8267
diff changeset
1487 consideration.
8332
b708d3d428a4 [gaim-migrate @ 9056]
Pekka Riikonen <priikone@silcnet.org>
parents: 8327
diff changeset
1488 * Minor tweaks to the list box in the multi-field request dialogs
b708d3d428a4 [gaim-migrate @ 9056]
Pekka Riikonen <priikone@silcnet.org>
parents: 8327
diff changeset
1489 so they work without a label and scrollbar (Pekka Riikonen)
8521
0f0e26a59d47 [gaim-migrate @ 9260]
Gary Kramlich <grim@pidgin.im>
parents: 8518
diff changeset
1490 * Hitting enter in a multi-field request dialog when a textfield has
0f0e26a59d47 [gaim-migrate @ 9260]
Gary Kramlich <grim@pidgin.im>
parents: 8518
diff changeset
1491 the focus no longer ignores the changed text in the textfield
0f0e26a59d47 [gaim-migrate @ 9260]
Gary Kramlich <grim@pidgin.im>
parents: 8518
diff changeset
1492 (Gary Kramlich)
8327
71fdf8ab5c56 [gaim-migrate @ 9051]
Christian Hammond <chipx86@chipx86.com>
parents: 8299
diff changeset
1493 * The Disconnect dialog no longer raises and gains focus each time
71fdf8ab5c56 [gaim-migrate @ 9051]
Christian Hammond <chipx86@chipx86.com>
parents: 8299
diff changeset
1494 a disconnected account is added (Ka-Hing Cheung)
8160
71dbd2e1013a [gaim-migrate @ 8872]
Ignacy Gawedzki
parents: 8155
diff changeset
1495 * Gadu-Gadu might actually connect again (Ignacy Gawedzki)
8235
00045afab151 [gaim-migrate @ 8958]
Gary Kramlich <grim@pidgin.im>
parents: 8232
diff changeset
1496 * Buddy pounces for an account are removed when the account is
00045afab151 [gaim-migrate @ 8958]
Gary Kramlich <grim@pidgin.im>
parents: 8232
diff changeset
1497 deleted (Gary Kramlich)
00045afab151 [gaim-migrate @ 8958]
Gary Kramlich <grim@pidgin.im>
parents: 8232
diff changeset
1498 * Various bug and memory leak fixes (Gary Kramlich)
8396
8681756b4769 [gaim-migrate @ 9125]
Nathan Walp <nwalp@pidgin.im>
parents: 8364
diff changeset
1499 * Assorted SSL crashfixes
8525
9e4e0635fd3c [gaim-migrate @ 9264]
Christian Hammond <chipx86@chipx86.com>
parents: 8522
diff changeset
1500 * --enable-debug no longer breaks compilation when using gtk 2.4,
9e4e0635fd3c [gaim-migrate @ 9264]
Christian Hammond <chipx86@chipx86.com>
parents: 8522
diff changeset
1501 which also broke garnome.
8526
cea38c0015e6 [gaim-migrate @ 9265]
Daniel Atallah <datallah@pidgin.im>
parents: 8525
diff changeset
1502 * Tooltips shouldn't crash now (Daniel Atallah)
8263
fcfdc8465cbb [gaim-migrate @ 8986]
Mark Doliner <markdoliner@pidgin.im>
parents: 8258
diff changeset
1503
8045
7628b5654ea5 [gaim-migrate @ 8729]
Sean Egan <seanegan@pidgin.im>
parents: 8035
diff changeset
1504 version 0.75 (01/09/2004):
7628b5654ea5 [gaim-migrate @ 8729]
Sean Egan <seanegan@pidgin.im>
parents: 8035
diff changeset
1505 * New Yahoo! auth method
7679
c9804d02dcab [gaim-migrate @ 8323]
Felipe Contreras <felipe.contreras@gmail.com>
parents: 7672
diff changeset
1506 * Yahoo! file transfer (Tim Ringenbach)
7881
48dc065d61b1 [gaim-migrate @ 8535]
Luke Schierer <lschiere@pidgin.im>
parents: 7860
diff changeset
1507 * Yahoo! chat joining fixes (Tim Ringenbach)
8045
7628b5654ea5 [gaim-migrate @ 8729]
Sean Egan <seanegan@pidgin.im>
parents: 8035
diff changeset
1508 * Persons can auto-expand when hovering your mouse over it
7679
c9804d02dcab [gaim-migrate @ 8323]
Felipe Contreras <felipe.contreras@gmail.com>
parents: 7672
diff changeset
1509 * Improved i18n support for MSN email notification (Felipe Contreras)
7703
118ef0876fe6 [gaim-migrate @ 8348]
Nathan Walp <nwalp@pidgin.im>
parents: 7681
diff changeset
1510 * Jabber SASL PLAIN support
7944
619ec16df2c8 [gaim-migrate @ 8615]
Nathan Walp <nwalp@pidgin.im>
parents: 7919
diff changeset
1511 * Improved Jabber MUC (Chat) support
9378
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1512 * Fixed an MSN login bug some people likely experienced (Felipe
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1513 Contreras)
7881
48dc065d61b1 [gaim-migrate @ 8535]
Luke Schierer <lschiere@pidgin.im>
parents: 7860
diff changeset
1514 * Touch-up various dialogs to follow the Gnome Human Interface
7841
0000a4c68bf8 [gaim-migrate @ 8494]
Mark Doliner <markdoliner@pidgin.im>
parents: 7835
diff changeset
1515 Guidelines more closely (Steven Garrity, Nathan Fredrickson, and
0000a4c68bf8 [gaim-migrate @ 8494]
Mark Doliner <markdoliner@pidgin.im>
parents: 7835
diff changeset
1516 Ka-Hing Cheung)
7995
39b4ab99438f [gaim-migrate @ 8672]
Etan Reisner <deryni@pidgin.im>
parents: 7988
diff changeset
1517 * Works better with all-black gtk themes (Etan Reisner)
7916
469b8765c471 [gaim-migrate @ 8583]
Luke Schierer <lschiere@pidgin.im>
parents: 7910
diff changeset
1518 * Mozilla Firebird support (Chris (darth_sebulba04))
7635
b93641023884 [gaim-migrate @ 8275]
Ethan Blanton <elb@pidgin.im>
parents: 7610
diff changeset
1519
b93641023884 [gaim-migrate @ 8275]
Ethan Blanton <elb@pidgin.im>
parents: 7610
diff changeset
1520 version 0.74 (11/25/2003):
b93641023884 [gaim-migrate @ 8275]
Ethan Blanton <elb@pidgin.im>
parents: 7610
diff changeset
1521 * Sort-by-size log sorting fix
b93641023884 [gaim-migrate @ 8275]
Ethan Blanton <elb@pidgin.im>
parents: 7610
diff changeset
1522 * Log directory umask fix for users of gaim-remote
b93641023884 [gaim-migrate @ 8275]
Ethan Blanton <elb@pidgin.im>
parents: 7610
diff changeset
1523 * Fix Jabber room creation on MUC servers.
7605
7d62e6b63905 [gaim-migrate @ 8228]
Luke Schierer <lschiere@pidgin.im>
parents: 7593
diff changeset
1524
7593
1d1caf901e89 [gaim-migrate @ 8211]
Nathan Walp <nwalp@pidgin.im>
parents: 7579
diff changeset
1525 version 0.73 (11/21/2003):
7437
3a3dad4d85c1 [gaim-migrate @ 8042]
Luke Schierer <lschiere@pidgin.im>
parents: 7405
diff changeset
1526 * New Logging format and code:
3a3dad4d85c1 [gaim-migrate @ 8042]
Luke Schierer <lschiere@pidgin.im>
parents: 7405
diff changeset
1527 * fixes i18n issues with logs
7610
c764414f6ac7 [gaim-migrate @ 8233]
Nathan Walp <nwalp@pidgin.im>
parents: 7605
diff changeset
1528 * compatible with old logs
7437
3a3dad4d85c1 [gaim-migrate @ 8042]
Luke Schierer <lschiere@pidgin.im>
parents: 7405
diff changeset
1529 * hopefully fixes segfault in viewing logs
7534
c38346c92dd6 [gaim-migrate @ 8147]
Sean Egan <seanegan@pidgin.im>
parents: 7527
diff changeset
1530 * New disconnected account dialog (Thanks, Daniel Atallah)
7458
9c4d967050b8 [gaim-migrate @ 8071]
Christian Hammond <chipx86@chipx86.com>
parents: 7452
diff changeset
1531 * Fixes several Jabber bugs
9c4d967050b8 [gaim-migrate @ 8071]
Christian Hammond <chipx86@chipx86.com>
parents: 7452
diff changeset
1532 * Fixes the bug where some dialogs would crash when spell checking was
9c4d967050b8 [gaim-migrate @ 8071]
Christian Hammond <chipx86@chipx86.com>
parents: 7452
diff changeset
1533 enabled. Closes #827930.
7563
b921749e2976 [gaim-migrate @ 8179]
Robert Mibus <mibus@mibus.org>
parents: 7547
diff changeset
1534 * Fixed unblocking of users in MSN (Robert Mibus)
7468
42a4a41cd137 [gaim-migrate @ 8081]
Christian Hammond <chipx86@chipx86.com>
parents: 7458
diff changeset
1535 * Fixes outgoing mobile pages on MSN.
7446
1c812f211c37 [gaim-migrate @ 8057]
Christian Hammond <chipx86@chipx86.com>
parents: 7444
diff changeset
1536 * The border on the close buttons on inactive tabs are no longer shown,
1c812f211c37 [gaim-migrate @ 8057]
Christian Hammond <chipx86@chipx86.com>
parents: 7444
diff changeset
1537 thanks to a fix used by Galeon.
7452
827760ca799e [gaim-migrate @ 8064]
Christian Hammond <chipx86@chipx86.com>
parents: 7446
diff changeset
1538 * Compatible with autoconf 2.58.
7538
b20dbe9222e2 [gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents: 7534
diff changeset
1539 * Cleaned up gtkspell-related code (Robert McQueen)
7511
0d98123a9378 [gaim-migrate @ 8124]
Christian Hammond <chipx86@chipx86.com>
parents: 7507
diff changeset
1540 * Changed the parameters for the received-chat-msg signal.
7547
8853abd3d630 [gaim-migrate @ 8161]
Nathan Walp <nwalp@pidgin.im>
parents: 7538
diff changeset
1541 * Added a Release Notification plugin
7437
3a3dad4d85c1 [gaim-migrate @ 8042]
Luke Schierer <lschiere@pidgin.im>
parents: 7405
diff changeset
1542
7390
6433ba1f3d07 [gaim-migrate @ 7985]
Sean Egan <seanegan@pidgin.im>
parents: 7379
diff changeset
1543 version 0.72 (10/31/2003):
7295
4b40d35a6b25 [gaim-migrate @ 7879]
Sean Egan <seanegan@pidgin.im>
parents: 7292
diff changeset
1544 * Added a search feature to conversations.
7326
599c9e8c9da4 [gaim-migrate @ 7912]
Nathan Fredrickson <nathan@silverorange.com>
parents: 7324
diff changeset
1545 * Added an option to remove the formatting toolbar, both globally and
599c9e8c9da4 [gaim-migrate @ 7912]
Nathan Fredrickson <nathan@silverorange.com>
parents: 7324
diff changeset
1546 on a per-window basis (Nathan Fredrickson)
7343
2771554f997f [gaim-migrate @ 7934]
Sean Egan <seanegan@pidgin.im>
parents: 7339
diff changeset
1547 * Added a drop shadow to the buddy list tooltip
7346
7a2bc2fa15bc [gaim-migrate @ 7937]
Sean Egan <seanegan@pidgin.im>
parents: 7343
diff changeset
1548 * Smileys are copyable
7329
8df798d6352a [gaim-migrate @ 7915]
Mark Doliner <markdoliner@pidgin.im>
parents: 7326
diff changeset
1549 * Fixed the ICQ login crash
7276
08382c6de2eb [gaim-migrate @ 7855]
Christian Hammond <chipx86@chipx86.com>
parents: 7275
diff changeset
1550 * Fixed a crash in the Add Chat dialog when selecting an
08382c6de2eb [gaim-migrate @ 7855]
Christian Hammond <chipx86@chipx86.com>
parents: 7275
diff changeset
1551 account that doesn't support chats. Closes bug #821606.
7324
17d02b04567c [gaim-migrate @ 7910]
Christian Hammond <chipx86@chipx86.com>
parents: 7319
diff changeset
1552 * Fixed a bug where new MSN accounts without buddies added wouldn't
17d02b04567c [gaim-migrate @ 7910]
Christian Hammond <chipx86@chipx86.com>
parents: 7319
diff changeset
1553 connect.
17d02b04567c [gaim-migrate @ 7910]
Christian Hammond <chipx86@chipx86.com>
parents: 7319
diff changeset
1554 * Fixed a crash when deleting an account that has IMs or chats open.
17d02b04567c [gaim-migrate @ 7910]
Christian Hammond <chipx86@chipx86.com>
parents: 7319
diff changeset
1555 Closes bug #821630.
7437
3a3dad4d85c1 [gaim-migrate @ 8042]
Luke Schierer <lschiere@pidgin.im>
parents: 7405
diff changeset
1556 * Smileys have background colors
7277
30f81cac2e3a [gaim-migrate @ 7856]
Christian Hammond <chipx86@chipx86.com>
parents: 7276
diff changeset
1557 * If SSL is not enabled, MSN will load, but error on connect.
7292
7361b3ed177f [gaim-migrate @ 7873]
Nathan Walp <nwalp@pidgin.im>
parents: 7277
diff changeset
1558 * Disable Jabber SASL auth until the standard stabilizes
7275
1469885a1f33 [gaim-migrate @ 7852]
Luke Schierer <lschiere@pidgin.im>
parents: 7209
diff changeset
1559
7209
ce7f1bca006e [gaim-migrate @ 7778]
Sean Egan <seanegan@pidgin.im>
parents: 7206
diff changeset
1560 version 0.71 (10/09/2003):
7172
cf6ed52de3c7 [gaim-migrate @ 7740]
Mark Doliner <markdoliner@pidgin.im>
parents: 7168
diff changeset
1561 * The right-click menu for e-mail links now presents a "Copy E-Mail
cf6ed52de3c7 [gaim-migrate @ 7740]
Mark Doliner <markdoliner@pidgin.im>
parents: 7168
diff changeset
1562 Address" item
cf6ed52de3c7 [gaim-migrate @ 7740]
Mark Doliner <markdoliner@pidgin.im>
parents: 7168
diff changeset
1563 * Fix sort by idle to behave as it did pre-contact support (David
cf6ed52de3c7 [gaim-migrate @ 7740]
Mark Doliner <markdoliner@pidgin.im>
parents: 7168
diff changeset
1564 Smock)
7033
f6096f69a11e [gaim-migrate @ 7596]
Robert McQueen <robot101@debian.org>
parents: 7016
diff changeset
1565 * Display AIM away messages in the tooltip for buddies when
7172
cf6ed52de3c7 [gaim-migrate @ 7740]
Mark Doliner <markdoliner@pidgin.im>
parents: 7168
diff changeset
1566 they are away
7181
a350c5244012 [gaim-migrate @ 7749]
Mark Doliner <markdoliner@pidgin.im>
parents: 7179
diff changeset
1567 * Support for Buddy Comments for AIM and ICQ buddies
7172
cf6ed52de3c7 [gaim-migrate @ 7740]
Mark Doliner <markdoliner@pidgin.im>
parents: 7168
diff changeset
1568 * Window icons are now set as buddy icons or status icons
cf6ed52de3c7 [gaim-migrate @ 7740]
Mark Doliner <markdoliner@pidgin.im>
parents: 7168
diff changeset
1569 * Get User Info in MSN and Yahoo now return an error indicating that
cf6ed52de3c7 [gaim-migrate @ 7740]
Mark Doliner <markdoliner@pidgin.im>
parents: 7168
diff changeset
1570 the information doesn't exist if the profile is empty (parts by
cf6ed52de3c7 [gaim-migrate @ 7740]
Mark Doliner <markdoliner@pidgin.im>
parents: 7168
diff changeset
1571 Nathan Poznick)
9378
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1572 * Added startup notification support for window managers that support it
7179
1769277c6e15 [gaim-migrate @ 7747]
Christian Hammond <chipx86@chipx86.com>
parents: 7172
diff changeset
1573 * The protocol icon for an account in the accounts window will now
1769277c6e15 [gaim-migrate @ 7747]
Christian Hammond <chipx86@chipx86.com>
parents: 7172
diff changeset
1574 "pulse" when signing the account on.
7181
a350c5244012 [gaim-migrate @ 7749]
Mark Doliner <markdoliner@pidgin.im>
parents: 7179
diff changeset
1575 * Zephyr formatting fixes (Arun A. Tharuvai)
7172
cf6ed52de3c7 [gaim-migrate @ 7740]
Mark Doliner <markdoliner@pidgin.im>
parents: 7168
diff changeset
1576 * Zephyr can connect to chats (Karsten Huneycutt)
7016
895a5ff9ebd4 [gaim-migrate @ 7579]
Christian Hammond <chipx86@chipx86.com>
parents: 7014
diff changeset
1577 * SSL support can now be provided by third party plugins.
7033
f6096f69a11e [gaim-migrate @ 7596]
Robert McQueen <robot101@debian.org>
parents: 7016
diff changeset
1578 * Multiple copies of gaim installed at different locations no
f6096f69a11e [gaim-migrate @ 7596]
Robert McQueen <robot101@debian.org>
parents: 7016
diff changeset
1579 longer attempt to load the same, possibly incompatible plugins
f6096f69a11e [gaim-migrate @ 7596]
Robert McQueen <robot101@debian.org>
parents: 7016
diff changeset
1580 (Robert McQueen)
7172
cf6ed52de3c7 [gaim-migrate @ 7740]
Mark Doliner <markdoliner@pidgin.im>
parents: 7168
diff changeset
1581 * Implemented another new Yahoo! authentication method
7199
a0555bef1e0a [gaim-migrate @ 7768]
Ambrose Li <ambrose.li@gmail.com>
parents: 7196
diff changeset
1582 * Fixed a bug displaying Chinese MSN messages (Ambrose C. LI).
7200
5f026de48d93 [gaim-migrate @ 7769]
Christian Hammond <chipx86@chipx86.com>
parents: 7199
diff changeset
1583 * Additional fixes and checks for the perl build process (Sean Burke).
7172
cf6ed52de3c7 [gaim-migrate @ 7740]
Mark Doliner <markdoliner@pidgin.im>
parents: 7168
diff changeset
1584 * Massive core/UI splitting.
cf6ed52de3c7 [gaim-migrate @ 7740]
Mark Doliner <markdoliner@pidgin.im>
parents: 7168
diff changeset
1585 * Re-write of Jabber protocol plugin
cf6ed52de3c7 [gaim-migrate @ 7740]
Mark Doliner <markdoliner@pidgin.im>
parents: 7168
diff changeset
1586 * Conversation API changes.
7199
a0555bef1e0a [gaim-migrate @ 7768]
Ambrose Li <ambrose.li@gmail.com>
parents: 7196
diff changeset
1587 * Some plugins must be updated due to code variable changes,
a0555bef1e0a [gaim-migrate @ 7768]
Ambrose Li <ambrose.li@gmail.com>
parents: 7196
diff changeset
1588 function name changes, and change of behavior for certain
7172
cf6ed52de3c7 [gaim-migrate @ 7740]
Mark Doliner <markdoliner@pidgin.im>
parents: 7168
diff changeset
1589 functions.
7011
00f405d9922b [gaim-migrate @ 7574]
Mark Doliner <markdoliner@pidgin.im>
parents: 7004
diff changeset
1590
6998
5a4cd00736ce [gaim-migrate @ 7554]
Sean Egan <seanegan@pidgin.im>
parents: 6982
diff changeset
1591 version 0.70 (09/28/2003):
5a4cd00736ce [gaim-migrate @ 7554]
Sean Egan <seanegan@pidgin.im>
parents: 6982
diff changeset
1592 * Implemented Yahoo's new authentication method (Cerulean Studios)
7004
744d32e2ec5b [gaim-migrate @ 7560]
Christian Hammond <chipx86@chipx86.com>
parents: 6998
diff changeset
1593 * Protocol plugins that have plugin dependencies now load correctly.
744d32e2ec5b [gaim-migrate @ 7560]
Christian Hammond <chipx86@chipx86.com>
parents: 6998
diff changeset
1594 * Perl installs where it's told to a bit more correctly.
744d32e2ec5b [gaim-migrate @ 7560]
Christian Hammond <chipx86@chipx86.com>
parents: 6998
diff changeset
1595 * Robert "Robot101" McQueen cleaned and core/UI split IM
744d32e2ec5b [gaim-migrate @ 7560]
Christian Hammond <chipx86@chipx86.com>
parents: 6998
diff changeset
1596 image support.
0
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
1597
6960
3ee432ca174b [gaim-migrate @ 7507]
Sean Egan <seanegan@pidgin.im>
parents: 6949
diff changeset
1598 version 0.69 (09/24/2003):
6823
8d2b180e00fe [gaim-migrate @ 7367]
Christian Hammond <chipx86@chipx86.com>
parents: 6822
diff changeset
1599 * Added Contact (aka Person, aka Meta-Contact, aka Buddy Merging, etc)
8d2b180e00fe [gaim-migrate @ 7367]
Christian Hammond <chipx86@chipx86.com>
parents: 6822
diff changeset
1600 support
6769
1fc374f1fd5d [gaim-migrate @ 7306]
Christian Hammond <chipx86@chipx86.com>
parents: 6766
diff changeset
1601 * Added MSN 6 smileys.
6815
013a0e02e260 [gaim-migrate @ 7355]
Christian Hammond <chipx86@chipx86.com>
parents: 6785
diff changeset
1602 * Added animated smiley support (Ka-Hing Cheung)
6823
8d2b180e00fe [gaim-migrate @ 7367]
Christian Hammond <chipx86@chipx86.com>
parents: 6822
diff changeset
1603 * Added SSL support, compatible with GNUTLS and Mozilla NSS.
8d2b180e00fe [gaim-migrate @ 7367]
Christian Hammond <chipx86@chipx86.com>
parents: 6822
diff changeset
1604 * Added plugin IPC.
8d2b180e00fe [gaim-migrate @ 7367]
Christian Hammond <chipx86@chipx86.com>
parents: 6822
diff changeset
1605 * Added support for gettext 0.12.x.
8d2b180e00fe [gaim-migrate @ 7367]
Christian Hammond <chipx86@chipx86.com>
parents: 6822
diff changeset
1606 * Updated MSN support to the MSN Protocol version 9.
6766
33f636025d65 [gaim-migrate @ 7303]
Nathan Walp <nwalp@pidgin.im>
parents: 6765
diff changeset
1607 * Jabber now supports SSL
6688
d953e740f0e5 [gaim-migrate @ 7214]
Luke Schierer <lschiere@pidgin.im>
parents: 6687
diff changeset
1608 * Yahoo now shows people using the java chat client (Tim Ringenbach)
6815
013a0e02e260 [gaim-migrate @ 7355]
Christian Hammond <chipx86@chipx86.com>
parents: 6785
diff changeset
1609 * Yahoo chat and conference (Tim Ringenbach)
6760
b7078ee3cc54 [gaim-migrate @ 7292]
Jesse Farmer
parents: 6751
diff changeset
1610 * Yahoo ignore support (Jesse Farmer (farmerje))
6815
013a0e02e260 [gaim-migrate @ 7355]
Christian Hammond <chipx86@chipx86.com>
parents: 6785
diff changeset
1611 * Yahoo idle times displayed, long buddy lists work, sms users,
6785
7aa27f948f51 [gaim-migrate @ 7324]
Luke Schierer <lschiere@pidgin.im>
parents: 6781
diff changeset
1612 and other improvements (Tim Ringenbach)
6751
0edfd15b9f10 [gaim-migrate @ 7283]
Christian Hammond <chipx86@chipx86.com>
parents: 6750
diff changeset
1613 * The accounts window now shows offline accounts as greyed out, and
0edfd15b9f10 [gaim-migrate @ 7283]
Christian Hammond <chipx86@chipx86.com>
parents: 6750
diff changeset
1614 online accounts as colored.
6781
655eacaa1353 [gaim-migrate @ 7320]
Christian Hammond <chipx86@chipx86.com>
parents: 6771
diff changeset
1615 * Fixed the text replacement plugin.
6926
cfd8456ee7dd [gaim-migrate @ 7473]
Christian Hammond <chipx86@chipx86.com>
parents: 6923
diff changeset
1616 * Fixed all known signal problems in perl.
6771
06048ac9eb49 [gaim-migrate @ 7308]
Jesse Farmer
parents: 6769
diff changeset
1617 * The right-click menu for conversation tabs now shows the tab icon
06048ac9eb49 [gaim-migrate @ 7308]
Jesse Farmer
parents: 6769
diff changeset
1618 and status, if tab icons are enabled. (Jesse Farmer)
6696
2237317758bd [gaim-migrate @ 7222]
Nathan Walp <nwalp@pidgin.im>
parents: 6692
diff changeset
1619
6685
27bd2a70b5a4 [gaim-migrate @ 7211]
Sean Egan <seanegan@pidgin.im>
parents: 6677
diff changeset
1620 version 0.68 (09/01/2003):
6485
3c7ba18e32f1 [gaim-migrate @ 6999]
Christian Hammond <chipx86@chipx86.com>
parents: 6470
diff changeset
1621 * Removed the old event system and replaced it with a much better
3c7ba18e32f1 [gaim-migrate @ 6999]
Christian Hammond <chipx86@chipx86.com>
parents: 6470
diff changeset
1622 signal system.
6486
18da8fdbc85b [gaim-migrate @ 7000]
Christian Hammond <chipx86@chipx86.com>
parents: 6485
diff changeset
1623 * Added plugin dependency support.
6508
57d1df1ca3a0 [gaim-migrate @ 7025]
Christian Hammond <chipx86@chipx86.com>
parents: 6503
diff changeset
1624 * Rewrote the Perl plugin. All old scripts will break, but it offers
57d1df1ca3a0 [gaim-migrate @ 7025]
Christian Hammond <chipx86@chipx86.com>
parents: 6503
diff changeset
1625 a much better API for new scripts.
6629
9d6bbc91ba24 [gaim-migrate @ 7153]
Tim Ringenbach <marv@pidgin.im>
parents: 6627
diff changeset
1626 * Yahoo color support (Tim Ringenbach (marv_sf))
6517
ab56a3f3e087 [gaim-migrate @ 7034]
Luke Schierer <lschiere@pidgin.im>
parents: 6515
diff changeset
1627 * Yahoo and MSN get info support (Nathan Poznick)
6613
09ae9d752c20 [gaim-migrate @ 7137]
Nathan Walp <nwalp@pidgin.im>
parents: 6572
diff changeset
1628 * Fixed Jabber registrations.
6641
4f61af6c5403 [gaim-migrate @ 7166]
Robert McQueen <robot101@debian.org>
parents: 6633
diff changeset
1629 * Fixed a problem where pouncing two users with the same name
4f61af6c5403 [gaim-migrate @ 7166]
Robert McQueen <robot101@debian.org>
parents: 6633
diff changeset
1630 appeared in the same conversation window, and other related
4f61af6c5403 [gaim-migrate @ 7166]
Robert McQueen <robot101@debian.org>
parents: 6633
diff changeset
1631 problems. (Robot101)
6621
2a18ef3e5224 [gaim-migrate @ 7145]
Robert McQueen <robot101@debian.org>
parents: 6613
diff changeset
1632 * Corrected problems with proxy preferences.
6677
effa9861ec8e [gaim-migrate @ 7202]
Paul Aurich <darkrain42@pidgin.im>
parents: 6676
diff changeset
1633 * Mailchk.c and simple.c compile again (Paul A (darkrain))
6508
57d1df1ca3a0 [gaim-migrate @ 7025]
Christian Hammond <chipx86@chipx86.com>
parents: 6503
diff changeset
1634
6470
d78d1cad09ed [gaim-migrate @ 6979]
Sean Egan <seanegan@pidgin.im>
parents: 6462
diff changeset
1635 version 0.67 (08/14/2003):
6303
18abf670b491 [gaim-migrate @ 6802]
Mark Doliner <markdoliner@pidgin.im>
parents: 6302
diff changeset
1636 * Brought back the message notification plugin (Brian Tarricone)
6307
08774a6785ac [gaim-migrate @ 6806]
Mark Doliner <markdoliner@pidgin.im>
parents: 6303
diff changeset
1637 You'll need to reconfigure your settings for this plugin
6349
352d58c2562a [gaim-migrate @ 6848]
Christian Hammond <chipx86@chipx86.com>
parents: 6348
diff changeset
1638 * IRC protocol plugin rewritten (Ethan Blanton)
6427
8c54a6781d49 [gaim-migrate @ 6935]
Sean Egan <seanegan@pidgin.im>
parents: 6406
diff changeset
1639 * New IRC protocol icon (Nuno Donato)
6392
3db2b3c7b5aa [gaim-migrate @ 6897]
Christian Hammond <chipx86@chipx86.com>
parents: 6371
diff changeset
1640 * Protocol and status icons now optionally appear on tabs.
3db2b3c7b5aa [gaim-migrate @ 6897]
Christian Hammond <chipx86@chipx86.com>
parents: 6371
diff changeset
1641 (Etan Reisner)
6347
0541de40e10c [gaim-migrate @ 6846]
Christian Hammond <chipx86@chipx86.com>
parents: 6333
diff changeset
1642 * Various dialog rewrites (Jabber vCard, Add Group, Alias Chat,
6371
e92b66ee5518 [gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents: 6362
diff changeset
1643 Rename Group, Privacy)
6347
0541de40e10c [gaim-migrate @ 6846]
Christian Hammond <chipx86@chipx86.com>
parents: 6333
diff changeset
1644 * Shows "hiptop" icon for AIM buddies using hiptop
0541de40e10c [gaim-migrate @ 6846]
Christian Hammond <chipx86@chipx86.com>
parents: 6333
diff changeset
1645 devices (Robey Pointer)
6371
e92b66ee5518 [gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents: 6362
diff changeset
1646 * Privacy core/UI split.
6456
e4e7dee16c1a [gaim-migrate @ 6965]
Christian Hammond <chipx86@chipx86.com>
parents: 6427
diff changeset
1647 * Conversation placement by group now applies to chats in the buddy
e4e7dee16c1a [gaim-migrate @ 6965]
Christian Hammond <chipx86@chipx86.com>
parents: 6427
diff changeset
1648 list as well.
6406
3c03430d83b2 [gaim-migrate @ 6911]
Christian Hammond <chipx86@chipx86.com>
parents: 6392
diff changeset
1649 * Events in a conversation (user logged in, logged out, window closed,
3c03430d83b2 [gaim-migrate @ 6911]
Christian Hammond <chipx86@chipx86.com>
parents: 6392
diff changeset
1650 etc.) now grey the tab.
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1651 * Various bug fixes (larne from irc, Tim Ringenbach, Bjoern
6287
54a7a34f6e28 [gaim-migrate @ 6786]
Paul Aurich <darkrain42@pidgin.im>
parents: 6286
diff changeset
1652 Voigt, Paul A (darkrain))
6223
66312a57c5d2 [gaim-migrate @ 6716]
Luke Schierer <lschiere@pidgin.im>
parents: 6217
diff changeset
1653
6214
2634844af65f [gaim-migrate @ 6700]
Rob Flynn <gaim@robflynn.com>
parents: 6213
diff changeset
1654 version 0.66 (07/18/2003):
6172
2fbb26b81da5 [gaim-migrate @ 6657]
Luke Schierer <lschiere@pidgin.im>
parents: 6165
diff changeset
1655 * Freebsd compile fix (Matthew Luckie)
2fbb26b81da5 [gaim-migrate @ 6657]
Luke Schierer <lschiere@pidgin.im>
parents: 6165
diff changeset
1656 * .spec file improvements (Ethan Blanton)
6178
3d8f51a6820d [gaim-migrate @ 6663]
Christian Hammond <chipx86@chipx86.com>
parents: 6174
diff changeset
1657 * Added a gaim-remote man page (Robert McQueen)
3d8f51a6820d [gaim-migrate @ 6663]
Christian Hammond <chipx86@chipx86.com>
parents: 6174
diff changeset
1658 * The Remote Control plugin no longer adds duplicate groups to your
3d8f51a6820d [gaim-migrate @ 6663]
Christian Hammond <chipx86@chipx86.com>
parents: 6174
diff changeset
1659 buddy list.
3d8f51a6820d [gaim-migrate @ 6663]
Christian Hammond <chipx86@chipx86.com>
parents: 6174
diff changeset
1660 * Servers and ports are now imported correctly in MSN.
6179
4df73df94250 [gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents: 6178
diff changeset
1661 * Core/UI split the core initialization and shutdown.
6184
99a9deb1483f [gaim-migrate @ 6670]
Christian Hammond <chipx86@chipx86.com>
parents: 6180
diff changeset
1662 * MSN messages with newlines are now sent correctly to MSN clients.
6199
5533a1b59f1d [gaim-migrate @ 6685]
Nathan Walp <nwalp@pidgin.im>
parents: 6192
diff changeset
1663 * Fix some sound initialization stuff
6217
6cbaa0126d71 [gaim-migrate @ 6703]
Nathan Walp <nwalp@pidgin.im>
parents: 6214
diff changeset
1664 * Fix saving and import of default away message
6204
61a5b936305f [gaim-migrate @ 6690]
Luke Schierer <lschiere@pidgin.im>
parents: 6203
diff changeset
1665
6163
3420e3a94986 [gaim-migrate @ 6643]
Christian Hammond <chipx86@chipx86.com>
parents: 6160
diff changeset
1666 version 0.65 (07/16/2003):
5713
5abae6323d32 [gaim-migrate @ 6134]
Nathan Walp <nwalp@pidgin.im>
parents: 5712
diff changeset
1667 * Massive internal core/ui splitting
5892
fe6738e57d73 [gaim-migrate @ 6324]
Mark Doliner <markdoliner@pidgin.im>
parents: 5888
diff changeset
1668 * New account dialog
5886
32ff36ac92fd [gaim-migrate @ 6318]
Christian Hammond <chipx86@chipx86.com>
parents: 5853
diff changeset
1669 * Preferences moved to ~/.gaim/prefs.xml
32ff36ac92fd [gaim-migrate @ 6318]
Christian Hammond <chipx86@chipx86.com>
parents: 5853
diff changeset
1670 * Account information moved to ~/.gaim/accounts.xml
32ff36ac92fd [gaim-migrate @ 6318]
Christian Hammond <chipx86@chipx86.com>
parents: 5853
diff changeset
1671 * Pounces moved to ~/.gaim/pounces.xml
5892
fe6738e57d73 [gaim-migrate @ 6324]
Mark Doliner <markdoliner@pidgin.im>
parents: 5888
diff changeset
1672 * Added protocol icons to various drop-down boxes
5831
86cd3b478632 [gaim-migrate @ 6262]
Sean Egan <seanegan@pidgin.im>
parents: 5799
diff changeset
1673 * New Send IM buddy icon merged from Ximian Desktop 2
86cd3b478632 [gaim-migrate @ 6262]
Sean Egan <seanegan@pidgin.im>
parents: 5799
diff changeset
1674 * Fixed "Sort by Status" crash
6045
e6c1dcc79fba [gaim-migrate @ 6495]
Mark Doliner <markdoliner@pidgin.im>
parents: 6032
diff changeset
1675 * Fixed the MSN signon crash
e6c1dcc79fba [gaim-migrate @ 6495]
Mark Doliner <markdoliner@pidgin.im>
parents: 6032
diff changeset
1676 * Fixed the MSN add buddy crash
e6c1dcc79fba [gaim-migrate @ 6495]
Mark Doliner <markdoliner@pidgin.im>
parents: 6032
diff changeset
1677 * Fixed the MSN empty buddy list bug
e6c1dcc79fba [gaim-migrate @ 6495]
Mark Doliner <markdoliner@pidgin.im>
parents: 6032
diff changeset
1678 * Fixed all known MSN chat bugs
6132
4d204392f85b [gaim-migrate @ 6606]
Christian Hammond <chipx86@chipx86.com>
parents: 6124
diff changeset
1679 * Fixed HTTP redirect handling in smiley retrieval. This fixes the
4d204392f85b [gaim-migrate @ 6606]
Christian Hammond <chipx86@chipx86.com>
parents: 6124
diff changeset
1680 problems with some smiley themes.
6148
e3e81ed229c2 [gaim-migrate @ 6622]
Christian Hammond <chipx86@chipx86.com>
parents: 6137
diff changeset
1681 * Chats in MSN can now be initiated by right-clicking a buddy and
e3e81ed229c2 [gaim-migrate @ 6622]
Christian Hammond <chipx86@chipx86.com>
parents: 6137
diff changeset
1682 choosing Initiate Chat.
9378
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1683 * MSN Alerts and incoming MSN pages no longer pop up several error
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1684 dialogs
5892
fe6738e57d73 [gaim-migrate @ 6324]
Mark Doliner <markdoliner@pidgin.im>
parents: 5888
diff changeset
1685 * Ability to view iChat "Available" messages for AIM
fe6738e57d73 [gaim-migrate @ 6324]
Mark Doliner <markdoliner@pidgin.im>
parents: 5888
diff changeset
1686 * Stores your buddy icon on the server for AIM
6045
e6c1dcc79fba [gaim-migrate @ 6495]
Mark Doliner <markdoliner@pidgin.im>
parents: 6032
diff changeset
1687 * Support for non-ascii characters with Yahoo! Messenger
9378
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1688 * Focus returns to the input box when you click elsewhere, like it used
56daed9f76f0 [gaim-migrate @ 10186]
Ambrose Li <ambrose.li@gmail.com>
parents: 9377
diff changeset
1689 to
6151
25524bd54a67 [gaim-migrate @ 6625]
Sean Egan <seanegan@pidgin.im>
parents: 6148
diff changeset
1690 * New typing notification icons from Ximian
5713
5abae6323d32 [gaim-migrate @ 6134]
Nathan Walp <nwalp@pidgin.im>
parents: 5712
diff changeset
1691
5555
fbc3847e11a5 [gaim-migrate @ 5956]
Sean Egan <seanegan@pidgin.im>
parents: 5552
diff changeset
1692 version 0.64 (05/29/2003):
5552
965c01add4c2 [gaim-migrate @ 5953]
Christian Hammond <chipx86@chipx86.com>
parents: 5466
diff changeset
1693 * Buddy list sorting in buddy list preferences.
965c01add4c2 [gaim-migrate @ 5953]
Christian Hammond <chipx86@chipx86.com>
parents: 5466
diff changeset
1694 * Improved debug window with timestamps and pause buttons.
965c01add4c2 [gaim-migrate @ 5953]
Christian Hammond <chipx86@chipx86.com>
parents: 5466
diff changeset
1695 * New core/ui split notification and request APIs.
965c01add4c2 [gaim-migrate @ 5953]
Christian Hammond <chipx86@chipx86.com>
parents: 5466
diff changeset
1696 * New mail notification dialog.
965c01add4c2 [gaim-migrate @ 5953]
Christian Hammond <chipx86@chipx86.com>
parents: 5466
diff changeset
1697 * Several bug fixes in MSN.
965c01add4c2 [gaim-migrate @ 5953]
Christian Hammond <chipx86@chipx86.com>
parents: 5466
diff changeset
1698 * Conversation window buddy icon bugs were fixed.
5447
77085bd33b4a [gaim-migrate @ 5829]
Sean Egan <seanegan@pidgin.im>
parents: 5403
diff changeset
1699
5403
6bfd4981084e [gaim-migrate @ 5779]
Sean Egan <seanegan@pidgin.im>
parents: 5388
diff changeset
1700 version 0.63 (05/16/2003):
5205
242b8aa81328 [gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents: 5193
diff changeset
1701 * A rewrite of the plugin API. Plugin authors will need to change their
242b8aa81328 [gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents: 5193
diff changeset
1702 code based off the changes found in other plugins.
242b8aa81328 [gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents: 5193
diff changeset
1703 * Perl script support is now provided in the perl plugin.
5211
94d9756c381f [gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents: 5205
diff changeset
1704 * Debugging is core/ui split, and has a new API with support for
94d9756c381f [gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents: 5205
diff changeset
1705 debug levels and categories.
5235
47c757aa544e [gaim-migrate @ 5605]
Nathan Walp <nwalp@pidgin.im>
parents: 5211
diff changeset
1706 * Support for adding chats to your buddy list.
5352
9fe8112d5d37 [gaim-migrate @ 5728]
Christian Hammond <chipx86@chipx86.com>
parents: 5349
diff changeset
1707 * MSN protocol plugin was rewritten, has experimental buddy icon
5374
5463ab1d0184 [gaim-migrate @ 5750]
Christian Hammond <chipx86@chipx86.com>
parents: 5352
diff changeset
1708 support, and MSN Mobile support.
5388
91ce746426cb [gaim-migrate @ 5764]
Sofar's
parents: 5374
diff changeset
1709 * Buddy list speed enhancements (Thanks Ethan Blanton).
91ce746426cb [gaim-migrate @ 5764]
Sofar's
parents: 5374
diff changeset
1710 * Napster protocol updates (Thanks Auke Kok).
5205
242b8aa81328 [gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents: 5193
diff changeset
1711
5193
710b87741af0 [gaim-migrate @ 5559]
Sean Egan <seanegan@pidgin.im>
parents: 5188
diff changeset
1712 version 0.62 (04/23/2003):
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1713 * Keyboard shortcuts in the buddy list work again (Thanks Joe
5152
9b64c9544846 [gaim-migrate @ 5516]
Nathan Walp <nwalp@pidgin.im>
parents: 5132
diff changeset
1714 Clarke).
5093
7761492245e6 [gaim-migrate @ 5455]
Nathan Walp <nwalp@pidgin.im>
parents: 5089
diff changeset
1715 * Support for Jabber XHTML messages
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1716 * Ability to re-request authorization from ICQ and Jabber users by right
5132
9b087ef3f525 [gaim-migrate @ 5495]
Mark Doliner <markdoliner@pidgin.im>
parents: 5096
diff changeset
1717 clicking on them in your buddy list.
9b087ef3f525 [gaim-migrate @ 5495]
Mark Doliner <markdoliner@pidgin.im>
parents: 5096
diff changeset
1718 * Improved Zephyr internationalization.
5152
9b64c9544846 [gaim-migrate @ 5516]
Nathan Walp <nwalp@pidgin.im>
parents: 5132
diff changeset
1719 * Bug causing 'Hide on Send' windows to be lost forever fixed.
9b64c9544846 [gaim-migrate @ 5516]
Nathan Walp <nwalp@pidgin.im>
parents: 5132
diff changeset
1720 * Iconified windows are now raised properly.
9b64c9544846 [gaim-migrate @ 5516]
Nathan Walp <nwalp@pidgin.im>
parents: 5132
diff changeset
1721 * Dates printed for old/offline messages.
5188
61b20669d3b8 [gaim-migrate @ 5553]
Nathan Walp <nwalp@pidgin.im>
parents: 5152
diff changeset
1722 * Some assorted crash bugs fixed.
5089
55211693cc3e [gaim-migrate @ 5451]
Joe Clarke
parents: 5071
diff changeset
1723
5067
5a787d80901c [gaim-migrate @ 5418]
Rob Flynn <gaim@robflynn.com>
parents: 5064
diff changeset
1724 version 0.61 (04/07/2003):
5032
2276c67b0243 [gaim-migrate @ 5375]
Christian Hammond <chipx86@chipx86.com>
parents: 5003
diff changeset
1725 * Split the buddy pounce core and UI, and rewrote the UI for it.
5060
0f6c1830c498 [gaim-migrate @ 5411]
Dave Camp
parents: 5032
diff changeset
1726 * Removed folder icons and excess space from the buddy list (Thanks
0f6c1830c498 [gaim-migrate @ 5411]
Dave Camp
parents: 5032
diff changeset
1727 Dave Camp)
5064
4e9181c7d825 [gaim-migrate @ 5415]
Rob Flynn <gaim@robflynn.com>
parents: 5060
diff changeset
1728 * Fixed a bug involving dragging buddies and groups
5070
cfc2e84bc30c [gaim-migrate @ 5423]
Nathan Walp <nwalp@pidgin.im>
parents: 5067
diff changeset
1729 * Re-implemented the logout icons.
5071
13c81ebf2a0a [gaim-migrate @ 5424]
Sean Egan <seanegan@pidgin.im>
parents: 5070
diff changeset
1730 * New icons for "away" and "aol" (Thanks, Moses Lei)
5032
2276c67b0243 [gaim-migrate @ 5375]
Christian Hammond <chipx86@chipx86.com>
parents: 5003
diff changeset
1731
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1732 version 0.60 (04/04/2003):
4151
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1733 Core:
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1734 * Auto-loading protocol plugins.
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1735 * Plugins dialog and perl script menu merged into preferences.
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1736 * Don't auto-login if an existing Gaim session is already
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1737 running.
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1738 * Moved "privacy preferences" to Tools menu.
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1739 * -n, --loginwin option to disable autologins.
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1740 * Added support for gettext 0.11.x.
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1741 * Added support for automake 1.6.
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1742 * aim:// URI's supported with gaim-remote command.
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1743 * Quit Gaim remotely with gaim-remote. (Thanks, John Silvestri)
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1744 * Added rudimentary support for X11R6 session management. (Thanks,
4176
c063e7cbf85a [gaim-migrate @ 4406]
Mark Doliner <markdoliner@pidgin.im>
parents: 4151
diff changeset
1745 Robert McQueen)
4359
cf899ee07d1d [gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents: 4261
diff changeset
1746 * Conversation backend and UI are now separated. (Thanks,
cf899ee07d1d [gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents: 4261
diff changeset
1747 Christian Hammond)
4366
d2b52a5ff6fc [gaim-migrate @ 4632]
Nicolás Lichtmaier <nico@lichtmaier.com.ar>
parents: 4359
diff changeset
1748 * Asynchronous, non-blocking, DNS function (Thanks, Nicolas
d2b52a5ff6fc [gaim-migrate @ 4632]
Nicolás Lichtmaier <nico@lichtmaier.com.ar>
parents: 4359
diff changeset
1749 Lichtmaier)
4422
d7d5938502f0 [gaim-migrate @ 4695]
Nicolás Lichtmaier <nico@lichtmaier.com.ar>
parents: 4366
diff changeset
1750 * As a side effect of the above: IPv6 support. Tested only with IRC
5466
7bc9d022217d [gaim-migrate @ 5858]
David J. Brigada <brigada@prism.net>
parents: 5447
diff changeset
1751 (you can receive ipv6 chat requests from irssi!).
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1752
4151
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1753 Plugins:
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1754 * Tray icon plugin--replaces the old GNOME applet. You'll need
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1755 the panel Notification Area applet (aka system-tray-applet)
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1756 for GNOME 2, or the Kicker for KDE 3.1. (Thanks, Robert
6923
26a1942a942b [gaim-migrate @ 7470]
Éric Boumaour <eric.boumaour_pidgin@m4x.org>
parents: 6908
diff changeset
1757 McQueen, Nicolás Lichtmaier, Kristian Rietveld, Ari Pollak &
4261
cc35d7c0582f <Robot101> commit message:
Robert McQueen <robot101@debian.org>
parents: 4231
diff changeset
1758 Patrick Aussems)
4151
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1759 * Added GAIM::remove_event_handler and made set_info short
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1760 circuitable in perl. (Thanks, Ryan McCabe)
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1761 * event_del_conversation for plugins. (Thanks, Bill Tompkins)
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1762 * Notify.c plugin rewritten; check its configure dialog. (Thanks,
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1763 Etan Reisner)
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1764 * Buddy Ticker made a plugin.
4226
d6cf18debdfa [gaim-migrate @ 4470]
Luke Schierer <lschiere@pidgin.im>
parents: 4222
diff changeset
1765 * Idle Maker added to source.
4151
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1766 * Fortune profile added to source.
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1767
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1768 AIM/ICQ:
4624
8bf85f27e60c [gaim-migrate @ 4915]
Mark Doliner <markdoliner@pidgin.im>
parents: 4621
diff changeset
1769 * TOC no longer compiles statically by default--use OSCAR.
8bf85f27e60c [gaim-migrate @ 4915]
Mark Doliner <markdoliner@pidgin.im>
parents: 4621
diff changeset
1770 * ICQ plugin no longer gets built--use OSCAR.
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1771 * Server-stored buddy lists for ICQ with full support for
4231
104c2bdee5da [gaim-migrate @ 4476]
Mark Doliner <markdoliner@pidgin.im>
parents: 4226
diff changeset
1772 authorization (Thanks, Mark Doliner)
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1773 * File send/receive support for Aim over Oscar (Thanks, William T.
4619
c313a789c84c [gaim-migrate @ 4910]
Mark Doliner <markdoliner@pidgin.im>
parents: 4422
diff changeset
1774 Mahan and Mark Doliner)
c313a789c84c [gaim-migrate @ 4910]
Mark Doliner <markdoliner@pidgin.im>
parents: 4422
diff changeset
1775 * Non-direct connect typing notification for AIM over OSCAR.
4151
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1776 (Thanks, Mark Doliner)
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1777 * Allow only people in buddy list privacy option added for AIM.
4624
8bf85f27e60c [gaim-migrate @ 4915]
Mark Doliner <markdoliner@pidgin.im>
parents: 4621
diff changeset
1778 * Full ICQ info reading support. (Thanks, Vincas Ciziunas)
3350
5aa1b8510664 [gaim-migrate @ 3369]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3346
diff changeset
1779 * Support for synchronizing group renames on server. Group
5aa1b8510664 [gaim-migrate @ 3369]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3346
diff changeset
1780 rename server synchronization for AIM. Server-side
5aa1b8510664 [gaim-migrate @ 3369]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3346
diff changeset
1781 synchronization for moving individual AIM buddy to new
4151
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1782 group improved. (Thanks, Mark Doliner)
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1783 * Ability to add screenname@mac.com people to AIM buddy lists.
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1784 (Thanks, Graham Booker)
4619
c313a789c84c [gaim-migrate @ 4910]
Mark Doliner <markdoliner@pidgin.im>
parents: 4422
diff changeset
1785 * Ability to change ICQ password. (Thanks, Mark Doliner)
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1786 * Option to have AIM notify you if you have
4151
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1787 unread mail. (Thanks, Mark Doliner)
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1788 * Parse URL messages, Contact Sending and Pager Messages
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1789 in ICQ. (Thanks, Mark Doliner)
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1790 * use snprintf instead of sprintf. (Thanks, William T. Mahan)
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1791 * Fixed crashbug on empty rvous requests. (Thanks Brandon Scott
4151
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1792 (Xeon) for pointing this out, and Matt Pandina for the patch)
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1793 * Nice Oscar changes--mostly internal. (Thanks, Mark Doliner)
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1794
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1795 IRC:
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1796 * Added more IRC slash commands -- /W, /VERSION, /MODE, /CTCP stuff,
6923
26a1942a942b [gaim-migrate @ 7470]
Éric Boumaour <eric.boumaour_pidgin@m4x.org>
parents: 6908
diff changeset
1797 -- and other cool IRC enhancments. (Thanks, Jonas Birmé)
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1798 * IRC's /topic with no argument displays the current topic (Thanks,
4151
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1799 Mark Doliner)
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1800 * DCC File Receive support for IRC.
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1801 * Optional password on IRC accounts. (Thanks, Christian Hammond)
4621
c1d2f34bf634 [gaim-migrate @ 4912]
Christian Hammond <chipx86@chipx86.com>
parents: 4619
diff changeset
1802 * Added half-op support.
4151
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1803
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1804 Jabber:
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1805 * Jabber invisibility and permanently cancel sending on-
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1806 line status to Jabber buddies.
3350
5aa1b8510664 [gaim-migrate @ 3369]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3346
diff changeset
1807 * Jabber roster updated on group renames.
4151
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1808 * Fixed a possible segfault when signing off Jabber. (Thanks,
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1809 Craig Boston)
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1810 * Improved typing notification support for Jabber and
4151
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1811 Yahoo! (Thanks, Nathan Walp)
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1812 * File receive support for Jabber. (Thanks, Nathan Walp)
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1813
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1814 MSN:
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1815 * MSN users are notified when the other party closes the conversation
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1816 window. (Thanks, Christian Hammond)
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1817 * File receive support for MSN. (Thanks, Christian Hammond)
4151
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1818
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1819 Internationalization:
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1820 * Now using libiconv for better i18n support (Thanks, Junichi
3368
48efdf0ac0b5 [gaim-migrate @ 3387]
Sean Egan <seanegan@pidgin.im>
parents: 3354
diff changeset
1821 Uekawa)
4151
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1822 * Lots of i18n fixes (Thanks Matt Wilson, Ethan Blanton, A Lee)
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1823 * Correct i18n handling for many parts of AIM/ICQ, including
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1824 instant messages, away messages, and profiles (Thanks,
4151
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1825 Ethan Blanton)
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1826 * Improved MSN internationalization (Thanks, A Lee)
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1827
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1828 Other:
3368
48efdf0ac0b5 [gaim-migrate @ 3387]
Sean Egan <seanegan@pidgin.im>
parents: 3354
diff changeset
1829 * Optionally uniquely colorize nicks in chats
4151
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1830 * Add / Remove buddy menu item added to the chat users list
6923
26a1942a942b [gaim-migrate @ 7470]
Éric Boumaour <eric.boumaour_pidgin@m4x.org>
parents: 6908
diff changeset
1831 (Thanks, Jonas Birmé)
4151
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1832 * View log button in conversation toolbar (Thanks, Etan Reisner)
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1833 * Option to log IMs and Chats seperately. (Thanks, Etan
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1834 Reisner)
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1835 * Removed Ctrl-C binding for color
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1836 * Fix first message in tab not displaying bug (Thanks, Etan Reisner)
3368
48efdf0ac0b5 [gaim-migrate @ 3387]
Sean Egan <seanegan@pidgin.im>
parents: 3354
diff changeset
1837 * Changed some default options
4151
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1838 * Updated desktop and window icons (Thanks, Robert McQueen)
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1839 * Switch the .desktop file to the new KDE/GNOME common vfolder
4151
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1840 format (Thanks, Robert McQueen)
4686
73697fa39752 [gaim-migrate @ 4997]
Sean Egan <seanegan@pidgin.im>
parents: 4675
diff changeset
1841 * Removed all deprecated GTK calls. Now 100% GTK 2. (Thanks Nathan
4906
d2cf46162c2f [gaim-migrate @ 5240]
Luke Schierer <lschiere@pidgin.im>
parents: 4686
diff changeset
1842 Walp, Christian Hammond, Ari Pollak, Ethan Blanton, Robert McQueen)
4151
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1843 * Read proxy environment variables. (Thanks, Christian Hammond)
3443
b4e298e62b37 [gaim-migrate @ 3484]
Sean Egan <seanegan@pidgin.im>
parents: 3436
diff changeset
1844 * Fixed security vulnerability with manual browser option (Thanks,
b4e298e62b37 [gaim-migrate @ 3484]
Sean Egan <seanegan@pidgin.im>
parents: 3436
diff changeset
1845 Robert McQueen)
3456
915542b9877e [gaim-migrate @ 3503]
Brian
parents: 3453
diff changeset
1846 * Can get info for ICQ and Jabber users from the "Edit
4151
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1847 Buddies" tab (Thanks, Brian Bernas)
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1848 * Code cleanups and fixes (Thanks, Federico Mena Quintero and
3625
9481a2f8feec [gaim-migrate @ 3748]
Luke Schierer <lschiere@pidgin.im>
parents: 3624
diff changeset
1849 Ka-Hing Cheung)
3493
22733759ba51 [gaim-migrate @ 3553]
Luke Schierer <lschiere@pidgin.im>
parents: 3484
diff changeset
1850 * Word-wrapping on mail notification text (Thanks, Andrew Molloy)
4675
8e0a7b537ca2 [gaim-migrate @ 4986]
Christian Hammond <chipx86@chipx86.com>
parents: 4624
diff changeset
1851 * Generic File Transfer PRPL interface (Thanks, Christian Hammond)
4151
29004a3d21a0 [gaim-migrate @ 4377]
Mark Doliner <markdoliner@pidgin.im>
parents: 4150
diff changeset
1852 * Better supression of auto-responses (Thanks, Joshua Blanton)
4359
cf899ee07d1d [gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents: 4261
diff changeset
1853 * Drag-and-drop tabs in conversations, and multiple windows with tabs
cf899ee07d1d [gaim-migrate @ 4625]
Christian Hammond <chipx86@chipx86.com>
parents: 4261
diff changeset
1854 in each (Thanks, Christian Hammond)
3843
9ecc55206494 [gaim-migrate @ 3995]
Christian Hammond <chipx86@chipx86.com>
parents: 3815
diff changeset
1855
11757
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1856 version 0.59.9 (03/01/2003):
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1857 * Updated zh_TW.po file (Thanks breeze833)
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1858 * Fix an oscar bug that caused some messages from
11757
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1859 AOL 8.0 to be dropped (Thanks Mark Doliner)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1860 * Changed "openprojects" to "freenode" in irc.c
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1861 * Fixed charset conversion on systems which use a BOM for UCS-4
11757
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1862 (Thanks, Alfredo Pen~a, Ethan Blanton)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1863 * Fixed a typo in the man page (Thanks Eric S. Raymond)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1864
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1865 version 0.59.8 (01/06/2003):
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1866 * Ripped out all gtk2 support (Thanks Nathan Walp).
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1867 * Fixed smiley related segfault (Thanks Robert McQueen)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1868 * Yahoo! can connect again
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1869
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1870 version 0.59.7 (12/21/2002):
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1871 * Yahoo i18n fix (Thanks Ethan Blanton).
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1872 * Fixed a bug in escaping saved passwords (Thanks
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1873 Eric Timme)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1874 * Fixed an overflow bug in perl script autoloading
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1875 (Thanks David Kaelbling)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1876 * Some build fixes for those using stricter compilers,
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1877 notably MIPSpro (Thanks David Kaelbling)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1878 * Fixed a bad argument to accept() calls (Thanks David
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1879 Kaelbling)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1880 * Fixed crashbug on empty rvous requests (Thanks Brandon Scott (Xeon))
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1881 for being the first to point this out.
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1882
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1883 version 0.59.6 (11/07/2002):
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1884 * Fixed a segfault introduced in 0.59.5 when gtk
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1885 fails to read the ~/.gtkrc or reads it but fails
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1886 to create a style from it.
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1887 * Jabber conference timestamps are no longer gigantic
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1888
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1889 version 0.59.5 (10/14/2002):
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1890 * Fixed a Yahoo! segfault (Thanks, Craig Metz)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1891
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1892 version 0.59.4 (10/06/2002):
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1893 * Removed color keybinnding altogether.
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1894 * Added a horizontal scrollbar to Edit page of
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1895 buddy list. (Thanks, David Fallon)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1896 * Various bug fixes ((Thanks to (in no particular order)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1897 Ethan Blanton, Mark Doliner, Luke Schierer)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1898 * i18n fixes (thanks, A Lee)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1899
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1900 version 0.59.3 (09/14/2002):
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1901 * Reversed patch that accidentally caused Yahoo
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1902 not to connect--for implementation reasons
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1903 * Changed "color" binding to Ctrl-K.
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1904 * Unaliaising a person in the "Online" tab will show up
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1905 in the "Edit" tab as well (Thanks, Jason Willis)
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1906 * Internationalization fixes, esp. with UTF-8 locales
11757
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1907 (Thanks Matt Wilson and Ethan Blanton)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1908
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1909 version 0.59.2 (09/09/2002):
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1910 * Japanese translation updated (Thanks, Junichi Uekawa)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1911 * Won't crash when you set your MSN Friendly name to an
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1912 empty string.
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1913 * Default manual browser command changed to reflect the
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1914 fix in 0.59.1
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1915 * Fixed the non-manual browser settings which were broke in
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1916 0.59.1 (Thanks, Chris Blizzard)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1917 * Improved MSN internationalization (Thanks A Lee)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1918 * Smiley lookup will search for longest match for smilies
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1919 like :-(( (Thanks Eric Melski)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1920 * When an IM image is clicked, don't open the browser (Thanks
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1921 Ari Pollak)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1922 * Prevent a possible crash in unhide_buddy_list() (Thanks Ari
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1923 Pollak)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1924 * Fixed a compilation problem on systems without iconv.
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1925 * GtkIMHtml can be set to render font sizes as point size
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1926 or AIMish relative sizes -- no more huge Yahoo fonts. (Thanks
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1927 Ka-Hing Cheung)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1928 * Fixed a bug with regard to Jabber resources (Thanks Nathan
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1929 Walp)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1930 * Fixed a possible segfault when signing off Jabber (Thanks
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1931 Craig Boston)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1932 * Word-wrapping on mail notification text (Thanks, Andrew Molloy)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1933 * Strip trailing and leading spaces from MSN/Yahoo names (Thanks,
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1934 Arun Tharuvai)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1935
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1936 version 0.59.1 (08/25/2002):
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1937 * Created a gtk1-stable branch for GTK+ 1.2 bugfix releases.
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1938 Development will continue in our main branch in GTK+ 2 only.
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1939 * Fixed a security bug in the manual browser setting (Thanks
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1940 Robert McQueen)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1941 * Now using libiconv for better i18n support (Thanks Junichi
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1942 Uekawa)
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1943 * Will work with Perl 5.8 (thanks, Timothy Lee and Dan
11757
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1944 Colascione)
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1945 * Fix for HTTP proxies (thanks, Ethan Blanton)
11757
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1946 * Read proxy environment variables. (thanks, Christian Hammond)
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1947 * Use the pretty gaim.png for our menu entry.
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1948 * Added support for gettext 0.11.x.
96456b26dc43 [gaim-migrate @ 14048]
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 11716
diff changeset
1949
3334
0c7331596d44 [gaim-migrate @ 3352]
Rob Flynn <gaim@robflynn.com>
parents: 3330
diff changeset
1950 version 0.59 (06/24/2002):
3253
9bb01aa48371 [gaim-migrate @ 3271]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3249
diff changeset
1951 * Squashed a bug in buddy right-click menu handling
9bb01aa48371 [gaim-migrate @ 3271]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3249
diff changeset
1952 that crashed Gaim. In the process: found and
9bb01aa48371 [gaim-migrate @ 3271]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3249
diff changeset
1953 eliminated some memory leaks.
3256
19cc497237e9 [gaim-migrate @ 3274]
Sean Egan <seanegan@pidgin.im>
parents: 3253
diff changeset
1954 * Fixed a significant applet leak
3257
1ce53b098c00 [gaim-migrate @ 3275]
Nathan Walp <nwalp@pidgin.im>
parents: 3256
diff changeset
1955 * Can now change Jabber password on server (Thanks,
1ce53b098c00 [gaim-migrate @ 3275]
Nathan Walp <nwalp@pidgin.im>
parents: 3256
diff changeset
1956 Nathan Walp)
3259
d666b7b44145 [gaim-migrate @ 3277]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3257
diff changeset
1957 * Certain types of Jabber presence errors no longer
d666b7b44145 [gaim-migrate @ 3277]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3257
diff changeset
1958 falsely show a buddy on-line. Instead now a "broken
d666b7b44145 [gaim-migrate @ 3277]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3257
diff changeset
1959 light-bulb" icon is shown and the error status is
d666b7b44145 [gaim-migrate @ 3277]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3257
diff changeset
1960 available via "Get Away Msg" (Thanks and a tip o'
d666b7b44145 [gaim-migrate @ 3277]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3257
diff changeset
1961 the hat to Christian Hammond for the graphic)
3275
1caf62f86155 [gaim-migrate @ 3293]
Sean Egan <seanegan@pidgin.im>
parents: 3269
diff changeset
1962 * Conversation struct has pointer to toolbar (thanks Brent
3276
327f7a2a2646 [gaim-migrate @ 3294]
Sean Egan <seanegan@pidgin.im>
parents: 3275
diff changeset
1963 Priddy and Paul Miller)
3278
f420132265d9 [gaim-migrate @ 3296]
Jeff Stuart
parents: 3277
diff changeset
1964 * Zephyr fixes (thanks, Arun A. Tharuvai)
f420132265d9 [gaim-migrate @ 3296]
Jeff Stuart
parents: 3277
diff changeset
1965 * Aliases in buddy ticker
3280
8a7320232fae [gaim-migrate @ 3298]
Sean Egan <seanegan@pidgin.im>
parents: 3278
diff changeset
1966 * Perl scripts can play Gaim sounds (thanks Andrew Rodland)
3284
26f0d82970e2 [gaim-migrate @ 3302]
Lex Spoon
parents: 3280
diff changeset
1967 * Internal sounds can be played by commands (thanks Lex Spoon)
3286
e6c502985054 [gaim-migrate @ 3304]
Chris Blizzard
parents: 3284
diff changeset
1968 * Auto-login item in applet menu (thanks Chris Boyle)
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1969 * Fixed MSN "Unkown Error Code", "Already there", and
3294
74261923ed7d [gaim-migrate @ 3312]
Sean Egan <seanegan@pidgin.im>
parents: 3293
diff changeset
1970 "Already in opposite list" errors
3302
213aad9849e2 [gaim-migrate @ 3320]
Sean Egan <seanegan@pidgin.im>
parents: 3294
diff changeset
1971 * Changed "Play sound" button to "Mute" button
3311
cdbc5795c717 [gaim-migrate @ 3329]
Nathan Walp <nwalp@pidgin.im>
parents: 3310
diff changeset
1972 * You can now have "reserved" chars in IM and proxy passwords
cdbc5795c717 [gaim-migrate @ 3329]
Nathan Walp <nwalp@pidgin.im>
parents: 3310
diff changeset
1973 * Jabber now has typing notification (Thanks, Nathan Walp)
cdbc5795c717 [gaim-migrate @ 3329]
Nathan Walp <nwalp@pidgin.im>
parents: 3310
diff changeset
1974 * Improved support for Jabber resources (Thanks, Nathan Walp)
cdbc5795c717 [gaim-migrate @ 3329]
Nathan Walp <nwalp@pidgin.im>
parents: 3310
diff changeset
1975 * Fixed problem with Gaim crashing on non-ASCII Jabber buddy
cdbc5795c717 [gaim-migrate @ 3329]
Nathan Walp <nwalp@pidgin.im>
parents: 3310
diff changeset
1976 aliases (Jabber "name" attribute) chars (Thanks, Ho-seok Lee)
cdbc5795c717 [gaim-migrate @ 3329]
Nathan Walp <nwalp@pidgin.im>
parents: 3310
diff changeset
1977 * Plugged memory leaks in Jabber plug-in
cdbc5795c717 [gaim-migrate @ 3329]
Nathan Walp <nwalp@pidgin.im>
parents: 3310
diff changeset
1978 * Fixed problem with Jabber away status not being propagated to
cdbc5795c717 [gaim-migrate @ 3329]
Nathan Walp <nwalp@pidgin.im>
parents: 3310
diff changeset
1979 conference rooms for jabberd (server) v1.4.2 and above
3312
2da2e0d7023b [gaim-migrate @ 3330]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3311
diff changeset
1980 * Chat room buddy lists are now sorted independent of case
3315
22eaeb88158d [gaim-migrate @ 3333]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3312
diff changeset
1981 * Added capability for protocol-specific edit buddy menu entries
22eaeb88158d [gaim-migrate @ 3333]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3312
diff changeset
1982 * Can now remove a Jabber buddy roster item from the server
22eaeb88158d [gaim-migrate @ 3333]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3312
diff changeset
1983 entirely
3318
e31bedcc6c00 [gaim-migrate @ 3336]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3315
diff changeset
1984 * Gaim can now handle messages from Mac ICQ and Miranda ICQ
e31bedcc6c00 [gaim-migrate @ 3336]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3315
diff changeset
1985 (Thanks, Mark Doliner)
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1986 * Added Mozilla to browser options and changed KFM to
3322
66f209f1ebbd [gaim-migrate @ 3340]
Charles
parents: 3318
diff changeset
1987 Konqueror.
66f209f1ebbd [gaim-migrate @ 3340]
Charles
parents: 3318
diff changeset
1988 * Can now set the server and port for MSN and Napster
3323
3358bfc36dd3 [gaim-migrate @ 3341]
Felipe Contreras <felipe.contreras@gmail.com>
parents: 3322
diff changeset
1989 * MSN Internationalization (Thanks Felipe Contreras and
3358bfc36dd3 [gaim-migrate @ 3341]
Felipe Contreras <felipe.contreras@gmail.com>
parents: 3322
diff changeset
1990 countless, countless others)
3330
fc82ec88ac96 [gaim-migrate @ 3348]
Christian Hammond <chipx86@chipx86.com>
parents: 3323
diff changeset
1991 * E-mail addresses are no longer truncated when there is a '.' at
fc82ec88ac96 [gaim-migrate @ 3348]
Christian Hammond <chipx86@chipx86.com>
parents: 3323
diff changeset
1992 the end.
3289
c7293e8cf4b5 [gaim-migrate @ 3307]
Rob Flynn <gaim@robflynn.com>
parents: 3286
diff changeset
1993
3241
fd09d8a20094 [gaim-migrate @ 3259]
Rob Flynn <gaim@robflynn.com>
parents: 3240
diff changeset
1994 version 0.58 (05/13/2002):
3187
69e1639ffa60 [gaim-migrate @ 3204]
Sean Egan <seanegan@pidgin.im>
parents: 3184
diff changeset
1995 * Better applet transparency
3192
a894abda977c [gaim-migrate @ 3209]
Sean Egan <seanegan@pidgin.im>
parents: 3191
diff changeset
1996 * Option to raise buddy list on signons/signoffs
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
1997 * Formatting of incoming MSN messages
3197
61d82900f833 [gaim-migrate @ 3214]
click81
parents: 3195
diff changeset
1998 * Get Info from menu multiple-account-aware (thanks
61d82900f833 [gaim-migrate @ 3214]
click81
parents: 3195
diff changeset
1999 Brian Bernas)
3198
e66aac97c837 [gaim-migrate @ 3215]
Ari Pollak <ari@debian.org>
parents: 3197
diff changeset
2000 * Hide and unhide functions for the filectl plugin.
3199
85b8598a098a [gaim-migrate @ 3216]
Sean Egan <seanegan@pidgin.im>
parents: 3198
diff changeset
2001 (Thanks, Ari Pollak)
3205
d7df8ab0a306 [gaim-migrate @ 3222]
Sean Egan <seanegan@pidgin.im>
parents: 3199
diff changeset
2002 * Added helpful stuff to the Help menu.
d7df8ab0a306 [gaim-migrate @ 3222]
Sean Egan <seanegan@pidgin.im>
parents: 3199
diff changeset
2003 * Self-aliasing from the account editor.
3208
97b5bd440682 [gaim-migrate @ 3225]
Sean Egan <seanegan@pidgin.im>
parents: 3205
diff changeset
2004 * Better selection in GtkIMHtml (Thanks Ben Miller)
3211
1f50d2c7f929 [gaim-migrate @ 3228]
Mark Doliner <markdoliner@pidgin.im>
parents: 3208
diff changeset
2005 * A warning when your OSCAR buddy list is too long
1f50d2c7f929 [gaim-migrate @ 3228]
Mark Doliner <markdoliner@pidgin.im>
parents: 3208
diff changeset
2006 (Thanks, Mark Doliner)
3212
3c00e6f5f085 [gaim-migrate @ 3229]
Mark Doliner <markdoliner@pidgin.im>
parents: 3211
diff changeset
2007 * ICQ status messages in OSCAR (Thanks, Mark Doliner)
3220
01e91ff2128c [gaim-migrate @ 3237]
Sean Egan <seanegan@pidgin.im>
parents: 3212
diff changeset
2008 * Play sound when your name is said in a chat
3237
172f052f57af [gaim-migrate @ 3254]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3220
diff changeset
2009 * Approval dialog for Jabber when somebody wants to
172f052f57af [gaim-migrate @ 3254]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3220
diff changeset
2010 subscribe to user's presence. Also gives user the
172f052f57af [gaim-migrate @ 3254]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3220
diff changeset
2011 opportunity to add that buddy if not already on the
172f052f57af [gaim-migrate @ 3254]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3220
diff changeset
2012 user's buddy list.
172f052f57af [gaim-migrate @ 3254]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3220
diff changeset
2013 * Jabber "Change buddy group" roster synchronization now
172f052f57af [gaim-migrate @ 3254]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3220
diff changeset
2014 works again. (This was unknowingly broken when the
172f052f57af [gaim-migrate @ 3254]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3220
diff changeset
2015 "out-sourced" Jabber libs were upgraded in 0.56)
172f052f57af [gaim-migrate @ 3254]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3220
diff changeset
2016 * Invalid Jabber I.D.'s no longer crash Gaim. User now
172f052f57af [gaim-migrate @ 3254]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3220
diff changeset
2017 notified with pop-up's.
172f052f57af [gaim-migrate @ 3254]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3220
diff changeset
2018 * Jabber Buddy sign-on time support, added in 0.57,
172f052f57af [gaim-migrate @ 3254]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3220
diff changeset
2019 removed until and unless and inconsistency can be
172f052f57af [gaim-migrate @ 3254]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3220
diff changeset
2020 resolved. (Thanks, Nathan Walp)
172f052f57af [gaim-migrate @ 3254]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3220
diff changeset
2021 * Bug-fix for potential buffer overflow in Jabber
172f052f57af [gaim-migrate @ 3254]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3220
diff changeset
2022 plugin. (Thanks, rwscott)
172f052f57af [gaim-migrate @ 3254]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3220
diff changeset
2023 * Tempfiles used for secure MSN/HotMail login (added in
172f052f57af [gaim-migrate @ 3254]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3220
diff changeset
2024 0.57) are now themselves created securely.
172f052f57af [gaim-migrate @ 3254]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3220
diff changeset
2025 * Secure MSN logins (added in 0.57) no longer blow up
172f052f57af [gaim-migrate @ 3254]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3220
diff changeset
2026 on Solaris.
172f052f57af [gaim-migrate @ 3254]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3220
diff changeset
2027 * Timezone support improved.
3308
eea3c06f4082 [gaim-migrate @ 3326]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3305
diff changeset
2028
3173
4f9111c79f78 [gaim-migrate @ 3189]
Rob Flynn <gaim@robflynn.com>
parents: 3172
diff changeset
2029 version 0.57 (04/25/2002):
3148
6adedc3aa214 [gaim-migrate @ 3164]
Sean Egan <seanegan@pidgin.im>
parents: 3143
diff changeset
2030 * New authorization method for Yahoo!
3150
173a1be7d00e [gaim-migrate @ 3166]
Sean Egan <seanegan@pidgin.im>
parents: 3149
diff changeset
2031 * Jabber will tell you when your buddies signed on (Thanks
173a1be7d00e [gaim-migrate @ 3166]
Sean Egan <seanegan@pidgin.im>
parents: 3149
diff changeset
2032 Nathan Walp)
3159
15816c95c61c [gaim-migrate @ 3175]
Sean Egan <seanegan@pidgin.im>
parents: 3155
diff changeset
2033 * Jabber improvements (Thanks, Nathan Walp)
15816c95c61c [gaim-migrate @ 3175]
Sean Egan <seanegan@pidgin.im>
parents: 3155
diff changeset
2034 * More keyboard shortcuts
3163
8b5447fbbb9f [gaim-migrate @ 3179]
Sean Egan <seanegan@pidgin.im>
parents: 3159
diff changeset
2035 * event_chat_recv takes char**'s, and event_im_recv takes
8b5447fbbb9f [gaim-migrate @ 3179]
Sean Egan <seanegan@pidgin.im>
parents: 3159
diff changeset
2036 a *guint32 for flags
3172
c2517cdf7a74 [gaim-migrate @ 3188]
Rob Flynn <gaim@robflynn.com>
parents: 3163
diff changeset
2037 * Secure hotmail login for MSN (thanks for the tips,
c2517cdf7a74 [gaim-migrate @ 3188]
Rob Flynn <gaim@robflynn.com>
parents: 3163
diff changeset
2038 Scott Werndorfer)
3148
6adedc3aa214 [gaim-migrate @ 3164]
Sean Egan <seanegan@pidgin.im>
parents: 3143
diff changeset
2039
3138
6b2d85baaf02 [gaim-migrate @ 3153]
Rob Flynn <gaim@robflynn.com>
parents: 3136
diff changeset
2040 version 0.56 (04/11/2002):
3122
e648d0ee38eb [gaim-migrate @ 3137]
Sean Egan <seanegan@pidgin.im>
parents: 3120
diff changeset
2041 * Shell-like send history binded to Ctrl-Up and Ctrl-Down
3128
e2ea9a5c78cf [gaim-migrate @ 3143]
Sean Egan <seanegan@pidgin.im>
parents: 3125
diff changeset
2042 * libjabber upgraded to most recent stable version
3131
d277a9a2e7d5 [gaim-migrate @ 3146]
Rob Flynn <gaim@robflynn.com>
parents: 3128
diff changeset
2043 * Buddylist looks a little better
3132
2446927c30f9 [gaim-migrate @ 3147]
Rob Flynn <gaim@robflynn.com>
parents: 3131
diff changeset
2044 * Fixed MSN privacy settings
3136
8d988a6d2f4c [gaim-migrate @ 3151]
Rob Flynn <gaim@robflynn.com>
parents: 3134
diff changeset
2045 * Group deletion fix (Thanks Mark Doliner)
3142
c2b4cf2c79ab [gaim-migrate @ 3157]
Rob Flynn <gaim@robflynn.com>
parents: 3141
diff changeset
2046 * Alias/Group syncronization for Jabber (Thanks JSeymour)
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2047 * Fixed broken signal handling in gdm-started GNOME sessions
3142
c2b4cf2c79ab [gaim-migrate @ 3157]
Rob Flynn <gaim@robflynn.com>
parents: 3141
diff changeset
2048 (Thanks Jim Seymour, Vann, Robert McQueen)
3140
168c622ed90d [gaim-migrate @ 3155]
Rob Flynn <gaim@robflynn.com>
parents: 3138
diff changeset
2049 * Oscar group syncronization (Thanks, Mark Doliner)
3141
3adc8022a85f [gaim-migrate @ 3156]
Rob Flynn <gaim@robflynn.com>
parents: 3140
diff changeset
2050 * ICQ Authorization via Oscar (Thanks, Mark Doliner)
3143
72b8534360f1 [gaim-migrate @ 3158]
Rob Flynn <gaim@robflynn.com>
parents: 3142
diff changeset
2051
3113
f49f4ab77014 [gaim-migrate @ 3127]
Rob Flynn <gaim@robflynn.com>
parents: 3112
diff changeset
2052 version 0.55 (03/29/2002):
3105
8c23b0ec1036 [gaim-migrate @ 3119]
Jim Seymour <jseymour@users.sourceforge.net>
parents: 3101
diff changeset
2053 * Jabber improvements (Thanks Jim Seymour)
3060
ec62758f47b3 [gaim-migrate @ 3074]
Robert McQueen <robot101@debian.org>
parents: 3059
diff changeset
2054 * Various sound cleanups (Thanks Robert McQueen)
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2055 * Login process shown in single window (Thanks Michael
3060
ec62758f47b3 [gaim-migrate @ 3074]
Robert McQueen <robot101@debian.org>
parents: 3059
diff changeset
2056 Golden)
3075
f7b892cf82fa [gaim-migrate @ 3089]
Luke Schierer <lschiere@pidgin.im>
parents: 3068
diff changeset
2057 * Can reorder your accounts in the account editor (Thanks
f7b892cf82fa [gaim-migrate @ 3089]
Luke Schierer <lschiere@pidgin.im>
parents: 3068
diff changeset
2058 Luke Schierer)
3079
e55c9a9cc4fc [gaim-migrate @ 3093]
Mark Doliner <markdoliner@pidgin.im>
parents: 3077
diff changeset
2059 * Shows "mobile" icon for Oscar buddies using mobile
e55c9a9cc4fc [gaim-migrate @ 3093]
Mark Doliner <markdoliner@pidgin.im>
parents: 3077
diff changeset
2060 devices (Thanks Mark Doliner)
3088
8ed2be3841ea [gaim-migrate @ 3102]
Rob Flynn <gaim@robflynn.com>
parents: 3084
diff changeset
2061 * Fixed bug in MSN smilies that crashed PPC (and other?) platforms
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2062 * HTTP Proxy settings now HTTP compliant (Thanks Robert McQueen)
3108
eb6324cef45b [gaim-migrate @ 3122]
Sean Egan <seanegan@pidgin.im>
parents: 3107
diff changeset
2063 * Speling corections (Thanks Tero Kuusela)
3101
77ed45aa5ae2 [gaim-migrate @ 3115]
Mark Doliner <markdoliner@pidgin.im>
parents: 3100
diff changeset
2064 * Oscar list icon fixes (Thanks Mark Doliner)
3109
c193eb9c1c30 [gaim-migrate @ 3123]
Mark Doliner <markdoliner@pidgin.im>
parents: 3108
diff changeset
2065 * Oscar idle times work again (Thanks Mark Doliner)
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2066 * Protocol icons on Edit Buddies tab (Thanks Christian Hammond)
3079
e55c9a9cc4fc [gaim-migrate @ 3093]
Mark Doliner <markdoliner@pidgin.im>
parents: 3077
diff changeset
2067
3053
0507afb21c84 [gaim-migrate @ 3066]
Rob Flynn <gaim@robflynn.com>
parents: 3048
diff changeset
2068 version 0.54 (03/14/2002):
2994
72d79fc3eeaa [gaim-migrate @ 3007]
Sean Egan <seanegan@pidgin.im>
parents: 2993
diff changeset
2069 * Compiles without GdkPixbuf again
72d79fc3eeaa [gaim-migrate @ 3007]
Sean Egan <seanegan@pidgin.im>
parents: 2993
diff changeset
2070 * GtkIMHtml will refresh when you set a new GTK+ theme
3001
9fc89391c8fa [gaim-migrate @ 3014]
Sean Egan <seanegan@pidgin.im>
parents: 2994
diff changeset
2071 * Improved Yahoo! typing notification (thanks Brian Macke)
3012
a5c5a612c253 [gaim-migrate @ 3025]
Luke Schierer <lschiere@pidgin.im>
parents: 3001
diff changeset
2072 * Prompt to authorize MSN buddies who added you while you
a5c5a612c253 [gaim-migrate @ 3025]
Luke Schierer <lschiere@pidgin.im>
parents: 3001
diff changeset
2073 were offline (Thanks Jason Willis)
a5c5a612c253 [gaim-migrate @ 3025]
Luke Schierer <lschiere@pidgin.im>
parents: 3001
diff changeset
2074 * Option to globally disable Buddy Icon animation (Thanks
a5c5a612c253 [gaim-migrate @ 3025]
Luke Schierer <lschiere@pidgin.im>
parents: 3001
diff changeset
2075 Luke Schierer)
3013
b937e542f50e [gaim-migrate @ 3026]
Sean Egan <seanegan@pidgin.im>
parents: 3012
diff changeset
2076 * Numerous bugfixes
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2077 * Yahoo! will tell you when your buddies are playing Yahoo!
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2078 games and give you the ability to join them
3022
351660357b98 [gaim-migrate @ 3035]
Sean Egan <seanegan@pidgin.im>
parents: 3019
diff changeset
2079 * Yahoo! can receive offline messages
3029
b2ab967cac7c [gaim-migrate @ 3042]
Sean Egan <seanegan@pidgin.im>
parents: 3022
diff changeset
2080 * IRC can do DCC chat.
b2ab967cac7c [gaim-migrate @ 3042]
Sean Egan <seanegan@pidgin.im>
parents: 3022
diff changeset
2081 * IRC will convert HTML formatting to mIRC formatting.
3032
605b2ba40cf2 [gaim-migrate @ 3045]
Jason Willis
parents: 3029
diff changeset
2082 * Buddylist tab placement option (Thanks Jason Willis)
3038
8871719f0ef1 [gaim-migrate @ 3051]
Rob Flynn <gaim@robflynn.com>
parents: 3032
diff changeset
2083 * Protocol specific smiley faces
3048
22ccf641f97b [gaim-migrate @ 3061]
Sean Egan <seanegan@pidgin.im>
parents: 3042
diff changeset
2084 * IM Image sending
3079
e55c9a9cc4fc [gaim-migrate @ 3093]
Mark Doliner <markdoliner@pidgin.im>
parents: 3077
diff changeset
2085
2993
0340d0a8b810 [gaim-migrate @ 3006]
Rob Flynn <gaim@robflynn.com>
parents: 2992
diff changeset
2086 version 0.53 (02/28/2002):
2980
69b031134c9d [gaim-migrate @ 2993]
Rob Flynn <gaim@robflynn.com>
parents: 2974
diff changeset
2087 * Minor bug fixes re: queued away messages
69b031134c9d [gaim-migrate @ 2993]
Rob Flynn <gaim@robflynn.com>
parents: 2974
diff changeset
2088 * Better buddy icon transparency (for real this time ;-))
69b031134c9d [gaim-migrate @ 2993]
Rob Flynn <gaim@robflynn.com>
parents: 2974
diff changeset
2089 * Ability to change formatting of Oscar screen name
2984
1ea4f2784b08 [gaim-migrate @ 2997]
Rob Flynn <gaim@robflynn.com>
parents: 2983
diff changeset
2090 * Better selection in HTML widget (Thanks BMiller)
1ea4f2784b08 [gaim-migrate @ 2997]
Rob Flynn <gaim@robflynn.com>
parents: 2983
diff changeset
2091 * New icons for ICQ (Thanks Kevin Miller)
2987
23e2d3154fe0 [gaim-migrate @ 3000]
Rob Flynn <gaim@robflynn.com>
parents: 2984
diff changeset
2092 * Editable buddy pounces (Thanks Jason Willis)
3596
94fcf584c358 [gaim-migrate @ 3698]
Mark Doliner <markdoliner@pidgin.im>
parents: 3576
diff changeset
2093 * Server side buddy lists in Oscar (Thanks Mark Doliner :-))
2992
50dbf8a7697c [gaim-migrate @ 3005]
Rob Flynn <gaim@robflynn.com>
parents: 2987
diff changeset
2094 * Fix for the chatlist plugin
2993
0340d0a8b810 [gaim-migrate @ 3006]
Rob Flynn <gaim@robflynn.com>
parents: 2992
diff changeset
2095 * Typing Notification (AIM Direct Connect, Yahoo, MSN)
0340d0a8b810 [gaim-migrate @ 3006]
Rob Flynn <gaim@robflynn.com>
parents: 2992
diff changeset
2096 * IM Images (Receive Only)
0340d0a8b810 [gaim-migrate @ 3006]
Rob Flynn <gaim@robflynn.com>
parents: 2992
diff changeset
2097 * Prettier GtkImHtml selection
8450
86d0885778dc [gaim-migrate @ 9180]
Luke Schierer <lschiere@pidgin.im>
parents: 8445
diff changeset
2098 * Better buddy icon transparency (for real this time ;-) )
2968
ef43ec8d76e3 [gaim-migrate @ 2981]
Rob Flynn <gaim@robflynn.com>
parents: 2961
diff changeset
2099
2961
42ebc0a12bc2 [gaim-migrate @ 2974]
Rob Flynn <gaim@robflynn.com>
parents: 2960
diff changeset
2100 version 0.52 (02/17/2002):
2936
aae5fa3db36a [gaim-migrate @ 2949]
Rob Flynn <gaim@robflynn.com>
parents: 2935
diff changeset
2101 * Better buddy icon transparency (thanks SeanEgan)
2940
63266d872e82 [gaim-migrate @ 2953]
Rob Flynn <gaim@robflynn.com>
parents: 2938
diff changeset
2102 * Fixed a little bug with connecting via proxy (thanks
63266d872e82 [gaim-migrate @ 2953]
Rob Flynn <gaim@robflynn.com>
parents: 2938
diff changeset
2103 for reminding me of this, Manish Singh)
2951
fa9b438bf678 [gaim-migrate @ 2964]
Rob Flynn <gaim@robflynn.com>
parents: 2947
diff changeset
2104 * Yahoo! Messenger works again
2952
9bfb2b531acd [gaim-migrate @ 2965]
Rob Flynn <gaim@robflynn.com>
parents: 2951
diff changeset
2105 * MSN Works again
2957
b243361b7b14 [gaim-migrate @ 2970]
Rob Flynn <gaim@robflynn.com>
parents: 2952
diff changeset
2106 * Can register a new user with a Jabber Server (JSeymour)
b243361b7b14 [gaim-migrate @ 2970]
Rob Flynn <gaim@robflynn.com>
parents: 2952
diff changeset
2107 * Can now set Jabber vCards (JSeymour)
2960
72e23d6e9ed9 [gaim-migrate @ 2973]
Rob Flynn <gaim@robflynn.com>
parents: 2957
diff changeset
2108 * Jabber vCards are now shown in their entirety (JSeymour)
2957
b243361b7b14 [gaim-migrate @ 2970]
Rob Flynn <gaim@robflynn.com>
parents: 2952
diff changeset
2109 * Various jabber bug fixes/enhancements (JSeymour)
2935
79b022b2d7df [gaim-migrate @ 2948]
Rob Flynn <gaim@robflynn.com>
parents: 2933
diff changeset
2110
2933
7bb868eb554f [gaim-migrate @ 2946]
Rob Flynn <gaim@robflynn.com>
parents: 2930
diff changeset
2111 version 0.51 (01/24/2002):
2906
6d1a38606840 [gaim-migrate @ 2919]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2890
diff changeset
2112 * Arrow buttons in log viewer and some other dialogs
6d1a38606840 [gaim-migrate @ 2919]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2890
diff changeset
2113 work (thanks Ben Miller)
6d1a38606840 [gaim-migrate @ 2919]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2890
diff changeset
2114 * Option to only send auto-response while idle (thanks
6d1a38606840 [gaim-migrate @ 2919]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2890
diff changeset
2115 Sean Egan)
6d1a38606840 [gaim-migrate @ 2919]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2890
diff changeset
2116 * Control time between sending auto-responses (thanks
6d1a38606840 [gaim-migrate @ 2919]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2890
diff changeset
2117 Mark Doliner)
6d1a38606840 [gaim-migrate @ 2919]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2890
diff changeset
2118 * Should be able to sign on to Oscar using Mac OS X
6d1a38606840 [gaim-migrate @ 2919]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2890
diff changeset
2119 (thanks Fingolfin, Vincas Ciziunas, et al.)
2890
180b7f99d1a0 [gaim-migrate @ 2903]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2881
diff changeset
2120
2881
53cec4173bfa [gaim-migrate @ 2894]
Rob Flynn <gaim@robflynn.com>
parents: 2868
diff changeset
2121 version 0.50 (12/14/2001):
2825
73063a92cab1 [gaim-migrate @ 2838]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2818
diff changeset
2122 * Able to import GnomeICU contact lists
2827
e3d10df95e74 [gaim-migrate @ 2840]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2825
diff changeset
2123 * Galeon as browser option (Thanks Rob McQueen)
2848
ea448d3b2ddb [gaim-migrate @ 2861]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2843
diff changeset
2124 * IRC /list, /invite (Thanks Sean Egan)
2843
6dd0497437e3 [gaim-migrate @ 2856]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2838
diff changeset
2125 * Option to have IMs and Chats tabbed in same window
2868
eabe87ab26e6 [gaim-migrate @ 2881]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2848
diff changeset
2126 * Finally put the lagmeter plugin out of its misery and
eabe87ab26e6 [gaim-migrate @ 2881]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2848
diff changeset
2127 removed it. (/me dances on its grave.)
2818
816bb16eeeec [gaim-migrate @ 2831]
Rob Flynn <gaim@robflynn.com>
parents: 2815
diff changeset
2128
2815
54ab92488036 [gaim-migrate @ 2828]
Rob Flynn <gaim@robflynn.com>
parents: 2814
diff changeset
2129 version 0.49 (11/29/2001):
2809
4c430615b254 [gaim-migrate @ 2822]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2804
diff changeset
2130 * Can compile against GTK+ 2.0 (version 1.3.10/1.3.11)
2744
8db420364198 [gaim-migrate @ 2757]
Rob Flynn <gaim@robflynn.com>
parents: 2725
diff changeset
2131 * Confirm before removing buddies
2814
91cc1a0cdee0 [gaim-migrate @ 2827]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2809
diff changeset
2132 * Yahoo updates (thanks Brian Macke)
91cc1a0cdee0 [gaim-migrate @ 2827]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2809
diff changeset
2133 * Jabber updates
2804
cf7e3be017a7 [gaim-migrate @ 2817]
Arun Tharuvai <aatharuv@mit.edu>
parents: 2803
diff changeset
2134 * Zephyr updates (thanks Arun A Tharuvai)
cf7e3be017a7 [gaim-migrate @ 2817]
Arun Tharuvai <aatharuv@mit.edu>
parents: 2803
diff changeset
2135 * Gadu-Gadu updates (thanks Arkadiusz Miskiewicz)
2787
050506d3945f [gaim-migrate @ 2800]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2784
diff changeset
2136 * Option to show aliases in conversation tabs
2803
ffd6dfe6e869 [gaim-migrate @ 2816]
Arturo Cisneros
parents: 2793
diff changeset
2137 * Option to hide windows after sending messages
ffd6dfe6e869 [gaim-migrate @ 2816]
Arturo Cisneros
parents: 2793
diff changeset
2138 * licq2gaim.pl conversion script (thanks Arturo Cisneros, Jr.)
2725
a844d0964552 [gaim-migrate @ 2738]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2720
diff changeset
2139
2720
e4c90ae71671 [gaim-migrate @ 2733]
Rob Flynn <gaim@robflynn.com>
parents: 2706
diff changeset
2140 version 0.48 (11/18/2001):
2655
3ad3b22abc18 [gaim-migrate @ 2668]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2653
diff changeset
2141 * Right-click on links to open/copy URL
2681
73cd94b9e78e [gaim-migrate @ 2694]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2655
diff changeset
2142 * Yahoo changes
2706
ac9384d37d6c [gaim-migrate @ 2719]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2681
diff changeset
2143 * Oscar can send/receive offline messages in ICQ. Since the "real"
ac9384d37d6c [gaim-migrate @ 2719]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2681
diff changeset
2144 ICQ protocol isn't working too well it's recommended that you
ac9384d37d6c [gaim-migrate @ 2719]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2681
diff changeset
2145 use Oscar for ICQ.
2655
3ad3b22abc18 [gaim-migrate @ 2668]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2653
diff changeset
2146
2653
76aa1e5cba6f [gaim-migrate @ 2666]
Rob Flynn <gaim@robflynn.com>
parents: 2637
diff changeset
2147 version 0.47 (11/01/2001):
2541
0afd3aaba327 [gaim-migrate @ 2554]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2540
diff changeset
2148 * Better font loading (pays attention to charset now)
0afd3aaba327 [gaim-migrate @ 2554]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2540
diff changeset
2149 (thanks Arkadiusz Miskiewicz)
0afd3aaba327 [gaim-migrate @ 2554]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2540
diff changeset
2150 * Better recoding in Gadu-Gadu (thanks Arkadiusz Miskiewicz)
0afd3aaba327 [gaim-migrate @ 2554]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2540
diff changeset
2151 * Open Mail button for when you get new mail (Yahoo and MSN)
2550
83980706e714 [gaim-migrate @ 2563]
Allan Third
parents: 2541
diff changeset
2152 * New buddy pounce option: Popup Notification
2561
fa7470f0d541 [gaim-migrate @ 2574]
Rob Flynn <gaim@robflynn.com>
parents: 2550
diff changeset
2153 * When adding a buddy, the groups list now updates when you switch
fa7470f0d541 [gaim-migrate @ 2574]
Rob Flynn <gaim@robflynn.com>
parents: 2550
diff changeset
2154 accounts.
2565
bbf794b171b8 [gaim-migrate @ 2578]
Rob Flynn <gaim@robflynn.com>
parents: 2561
diff changeset
2155 * When creating a new buddy pounce, gaim now automagically
bbf794b171b8 [gaim-migrate @ 2578]
Rob Flynn <gaim@robflynn.com>
parents: 2561
diff changeset
2156 selects "on away" or "on idle", if the user is away
bbf794b171b8 [gaim-migrate @ 2578]
Rob Flynn <gaim@robflynn.com>
parents: 2561
diff changeset
2157 or idle.
2566
4f568585ac2a [gaim-migrate @ 2579]
Brian Enigma
parents: 2565
diff changeset
2158 * Add Opera to the available browsers (thanks Brian Enigma)
2570
82a413bcab76 [gaim-migrate @ 2583]
Ben Miller <millebe@cs.earlham.edu>
parents: 2567
diff changeset
2159 * Improved log viewer (thanks to Ben Miller)
2575
9b23f17a5680 [gaim-migrate @ 2588]
Rob Flynn <gaim@robflynn.com>
parents: 2574
diff changeset
2160 * When you are queueing away messages, double clicking on
9b23f17a5680 [gaim-migrate @ 2588]
Rob Flynn <gaim@robflynn.com>
parents: 2574
diff changeset
2161 a buddy's name will cause the messages for that name to be
2579
3e26fc5fc573 [gaim-migrate @ 2592]
Rob Flynn <gaim@robflynn.com>
parents: 2577
diff changeset
2162 dequeued.
2580
b6e87f6ad217 [gaim-migrate @ 2593]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2579
diff changeset
2163 * You can choose which sound player you use at run-time
b6e87f6ad217 [gaim-migrate @ 2593]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2579
diff changeset
2164 (thanks Ben Miller)
2582
7d3056893188 [gaim-migrate @ 2595]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2580
diff changeset
2165 * When someone adds you to their buddy list, it asks if you want
7d3056893188 [gaim-migrate @ 2595]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2580
diff changeset
2166 to add them as well (Yahoo, ICQ, and MSN) (thanks Nathan Walp)
2592
cbbdd76cd0e4 [gaim-migrate @ 2605]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2582
diff changeset
2167 * Option to grey idle buddies (thanks Nathan Walp)
2597
51ca3fb939c9 [gaim-migrate @ 2610]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2592
diff changeset
2168 * MSN Privacy Options
2607
7bcd3ea48df3 [gaim-migrate @ 2620]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2597
diff changeset
2169 * In MSN you can set a person's alias to their "friendly name" by
7bcd3ea48df3 [gaim-migrate @ 2620]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2597
diff changeset
2170 right-click on their name while they're online.
2619
5d8a8feb4ad1 [gaim-migrate @ 2632]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2607
diff changeset
2171 * IRC can do /WHOIS
2635
60897108c74c [gaim-migrate @ 2648]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2619
diff changeset
2172 * The usual bug fixes and memory leak plugs
2540
c5c568f6186b [gaim-migrate @ 2553]
Rob Flynn <gaim@robflynn.com>
parents: 2538
diff changeset
2173
2538
a07273e823bb [gaim-migrate @ 2551]
Rob Flynn <gaim@robflynn.com>
parents: 2536
diff changeset
2174 version 0.46 (10/18/2001):
2470
1dbdb6cb8eec [gaim-migrate @ 2483]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2436
diff changeset
2175 * New applet icons (courtesy David Raeman)
2474
439b571db50d [gaim-migrate @ 2487]
Nathan Walp <nwalp@pidgin.im>
parents: 2470
diff changeset
2176 * ICQ works on big-endian platforms, e.g. sparc and ppc
439b571db50d [gaim-migrate @ 2487]
Nathan Walp <nwalp@pidgin.im>
parents: 2470
diff changeset
2177 (thanks to Nathan Walp and Ben Miller)
2485
ed0277810244 [gaim-migrate @ 2498]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2474
diff changeset
2178 * Better applet icon drawing (thanks to Ari Pollak)
2496
55a3120eb8e6 [gaim-migrate @ 2509]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2485
diff changeset
2179 * An extraordinary number of bug fixes
2523
8713943cc828 [gaim-migrate @ 2536]
Rob Flynn <gaim@robflynn.com>
parents: 2522
diff changeset
2180 * Ability to stop animation on buddy icons, restart animation,
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2181 hide certain buddy icons, and save people's buddy icons, all
2524
5f2e33fa25c1 [gaim-migrate @ 2537]
Rob Flynn <gaim@robflynn.com>
parents: 2523
diff changeset
2182 through a right-click menu
2511
cea8ce69dec0 [gaim-migrate @ 2524]
Dennis Lambe Jr. <malsyned@users.sourceforge.net>
parents: 2499
diff changeset
2183 * Event handlers in perl passed arguments as elements of
cea8ce69dec0 [gaim-migrate @ 2524]
Dennis Lambe Jr. <malsyned@users.sourceforge.net>
parents: 2499
diff changeset
2184 an array rather than all concatenated as a string, making
cea8ce69dec0 [gaim-migrate @ 2524]
Dennis Lambe Jr. <malsyned@users.sourceforge.net>
parents: 2499
diff changeset
2185 perl much easier to use (thanks Dennis Lambe Jr.)
2512
d8e1508e9600 [gaim-migrate @ 2525]
Artem Litvinovich
parents: 2511
diff changeset
2186 * Can pass an argument to timeout_handlers in perl
d8e1508e9600 [gaim-migrate @ 2525]
Artem Litvinovich
parents: 2511
diff changeset
2187 (thanks Artem Litvinovich)
2522
aece301cf46e [gaim-migrate @ 2535]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2512
diff changeset
2188 * Redesigned Modify Account window (thanks Sean Egan)
2528
3ddc62ca0ab7 [gaim-migrate @ 2541]
Rob Flynn <gaim@robflynn.com>
parents: 2524
diff changeset
2189 * Add buddy dialog now lets you select which protocol
3ddc62ca0ab7 [gaim-migrate @ 2541]
Rob Flynn <gaim@robflynn.com>
parents: 2524
diff changeset
2190 to add the buddy to
2532
ec394aa30301 [gaim-migrate @ 2545]
Rob Flynn <gaim@robflynn.com>
parents: 2531
diff changeset
2191 * Pressing 'signon' on the first screen for accounts that
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2192 do not require passwords no longer incorrectly displays
2532
ec394aa30301 [gaim-migrate @ 2545]
Rob Flynn <gaim@robflynn.com>
parents: 2531
diff changeset
2193 an error message.
2436
07294a981532 [gaim-migrate @ 2449]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2429
diff changeset
2194
2429
b1aba9e766a7 [gaim-migrate @ 2442]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2412
diff changeset
2195 version 0.45 (10/04/2001):
2354
6014b42ca202 [gaim-migrate @ 2367]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2350
diff changeset
2196 * New plugin event: event_chat_send_invite
2345
2d59281e13fd [gaim-migrate @ 2358]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2330
diff changeset
2197 * Major updates to the perl system (reread PERL-HOWTO and
2d59281e13fd [gaim-migrate @ 2358]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2330
diff changeset
2198 SIGNALS)
2d59281e13fd [gaim-migrate @ 2358]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2330
diff changeset
2199 * Major updates to event_chat_* events for plugins (reread
2d59281e13fd [gaim-migrate @ 2358]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2330
diff changeset
2200 SIGNALS)
2350
94cc09f218c0 [gaim-migrate @ 2363]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2345
diff changeset
2201 * Some GtkIMHtml improvements
94cc09f218c0 [gaim-migrate @ 2363]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2345
diff changeset
2202 * Various bugfixes
2385
883dabd877db [gaim-migrate @ 2398]
Sean Egan <seanegan@pidgin.im>
parents: 2354
diff changeset
2203 * Nick Highlighting in chat
883dabd877db [gaim-migrate @ 2398]
Sean Egan <seanegan@pidgin.im>
parents: 2354
diff changeset
2204 * Tab-completion for nicks in chat (thanks to Sean Egan)
883dabd877db [gaim-migrate @ 2398]
Sean Egan <seanegan@pidgin.im>
parents: 2354
diff changeset
2205 * Large internal reworkings
2393
cfef0212506b [gaim-migrate @ 2406]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2385
diff changeset
2206 * New Protocol: Gadu-Gadu, written by Arkadiusz Miskiewicz
2411
c7c22b2cce4b [gaim-migrate @ 2424]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2393
diff changeset
2207 * Can choose buddy icon to send (for Oscar)
2330
024bcf19f46b [gaim-migrate @ 2342]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2323
diff changeset
2208
2318
2e5108f70338 [gaim-migrate @ 2328]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2313
diff changeset
2209 version 0.44 (09/20/2001):
2227
24fe3c998838 [gaim-migrate @ 2237]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2225
diff changeset
2210 * More sane scaling of buddy icons (intelligently scale to
24fe3c998838 [gaim-migrate @ 2237]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2225
diff changeset
2211 either 48x48 or 50x50 depending on icon)
2230
0e5a61e1ce58 [gaim-migrate @ 2240]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2227
diff changeset
2212 * Have you ever had it happen where you cancel a login and
0e5a61e1ce58 [gaim-migrate @ 2240]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2227
diff changeset
2213 Gaim starts using all the available processing power? I
0e5a61e1ce58 [gaim-migrate @ 2240]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2227
diff changeset
2214 think I fixed that.
2232
8af3b178de6b [gaim-migrate @ 2242]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2230
diff changeset
2215 * Temporarily removed Jabber user registration, which wasn't
8af3b178de6b [gaim-migrate @ 2242]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2230
diff changeset
2216 working anyway.
8af3b178de6b [gaim-migrate @ 2242]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2230
diff changeset
2217 * Added a spiffy Help button
2241
34eb6e67871c [gaim-migrate @ 2251]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2240
diff changeset
2218 * Wrote a plugin for all those people who miss having the
34eb6e67871c [gaim-migrate @ 2251]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2240
diff changeset
2219 chat rooms in their buddy lists (chatlist.so)
2246
8ade8b7421af [gaim-migrate @ 2256]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2241
diff changeset
2220 * Updated libfaim
2252
7872fd4fdc9f [gaim-migrate @ 2262]
Rob Flynn <gaim@robflynn.com>
parents: 2246
diff changeset
2221 * Added drop down selection to chat invitation
2254
5f242f2c14a8 [gaim-migrate @ 2264]
Rob Flynn <gaim@robflynn.com>
parents: 2252
diff changeset
2222 * Improved the look of the chat invitation dialog
5f242f2c14a8 [gaim-migrate @ 2264]
Rob Flynn <gaim@robflynn.com>
parents: 2252
diff changeset
2223 * Improved the look of the proxy preferences
2273
b7c08d737d81 [gaim-migrate @ 2283]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2254
diff changeset
2224 * event_im_recv and event_im_display_rcvd passed whether
b7c08d737d81 [gaim-migrate @ 2283]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2254
diff changeset
2225 the message received was auto-response (see SIGNALS)
2290
b277150bb9b3 [gaim-migrate @ 2300]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2289
diff changeset
2226 * IRC fixes (largly copied from X-Chat)
2313
f7f7ff0b8d4a [gaim-migrate @ 2323]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2290
diff changeset
2227 * Internal change to how preferences are stored
2323
dc50502319e8 [gaim-migrate @ 2333]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2318
diff changeset
2228 * Other bug fixes
dc50502319e8 [gaim-migrate @ 2333]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2318
diff changeset
2229 * Option to hide buddy icons
2227
24fe3c998838 [gaim-migrate @ 2237]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2225
diff changeset
2230
2240
ee37bdef6bc5 [gaim-migrate @ 2250]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2232
diff changeset
2231 version 0.43 (09/06/2001):
2214
43af8e1a838e [gaim-migrate @ 2224]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2211
diff changeset
2232 * Can change friendly name in MSN again
43af8e1a838e [gaim-migrate @ 2224]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2211
diff changeset
2233 * Bug fixes
2218
e6cb6c358feb [gaim-migrate @ 2228]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2214
diff changeset
2234 * Auto-reconnect plugin has exponential timeout (i.e. it
e6cb6c358feb [gaim-migrate @ 2228]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2214
diff changeset
2235 tries after 8 seconds, then 16, then 32, etc. up to 17
e6cb6c358feb [gaim-migrate @ 2228]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2214
diff changeset
2236 minutes)
2221
d17d218ecbed [gaim-migrate @ 2231]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2218
diff changeset
2237 * Removed file transfer things from Napster. It didn't work
d17d218ecbed [gaim-migrate @ 2231]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2218
diff changeset
2238 well anyway. It'll be back eventually. (Does anyone even
d17d218ecbed [gaim-migrate @ 2231]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2218
diff changeset
2239 use napster anymore?)
2214
43af8e1a838e [gaim-migrate @ 2224]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2211
diff changeset
2240
2185
366229d3be5b [gaim-migrate @ 2195]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2104
diff changeset
2241 version 0.11.0-pre15 (08/28/2001):
2062
3b1ce56ad710 [gaim-migrate @ 2072]
Rob Flynn <gaim@robflynn.com>
parents: 2057
diff changeset
2242 * MSN works again
2073
92f468c8e614 [gaim-migrate @ 2083]
Rob Flynn <gaim@robflynn.com>
parents: 2062
diff changeset
2243 * Fixed a little segfault when images are links
92f468c8e614 [gaim-migrate @ 2083]
Rob Flynn <gaim@robflynn.com>
parents: 2062
diff changeset
2244 * Redid the about box again.
2077
8c57f8977721 [gaim-migrate @ 2087]
Rob Flynn <gaim@robflynn.com>
parents: 2073
diff changeset
2245 * Fixed a nice little bug with the manual browser command
2084
9f9166d7121a [gaim-migrate @ 2094]
John Matthews
parents: 2077
diff changeset
2246 * Oscar Unicode fix (Thanks John Matthews)
2100
58ebaa769cb2 [gaim-migrate @ 2110]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2085
diff changeset
2247 * Can select which protocols are compiled statically
58ebaa769cb2 [gaim-migrate @ 2110]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2085
diff changeset
2248 (e.g.: ./configure --with-static-prpls=oscar,jabber)
2104
8d12ab6f798c [gaim-migrate @ 2114]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2103
diff changeset
2249 * New plugin events: event_im_displayed_sent and
8d12ab6f798c [gaim-migrate @ 2114]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2103
diff changeset
2250 event_im_displayed_rcvd. Use these to change messages after
8d12ab6f798c [gaim-migrate @ 2114]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2103
diff changeset
2251 they're displayed (e.g. encrypt sent messages, or send
8d12ab6f798c [gaim-migrate @ 2114]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2103
diff changeset
2252 auto-responses and have them display locally properly)
2211
e91d5c93d536 [gaim-migrate @ 2221]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2185
diff changeset
2253 * Can use Arts for sound (thanks Tom Dyas)
2062
3b1ce56ad710 [gaim-migrate @ 2072]
Rob Flynn <gaim@robflynn.com>
parents: 2057
diff changeset
2254
2057
3fc4a92ca220 [gaim-migrate @ 2067]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2030
diff changeset
2255 version 0.11.0-pre14 (06/17/2001):
1974
a707cb54b384 [gaim-migrate @ 1984]
Rob Flynn <gaim@robflynn.com>
parents: 1967
diff changeset
2256 * Fixed a segfault with Oscar's account confirmation
a707cb54b384 [gaim-migrate @ 1984]
Rob Flynn <gaim@robflynn.com>
parents: 1967
diff changeset
2257 (Thanks, Adam)
1985
f40ea0fc5fb1 [gaim-migrate @ 1995]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1975
diff changeset
2258 * Some MSN changes
2003
0cb53a2db499 [gaim-migrate @ 2013]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1985
diff changeset
2259 * Some HTML widget changes
2011
2af21063fe22 [gaim-migrate @ 2021]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2003
diff changeset
2260 * Can specify hosts/ports for Yahoo (thanks Jeremy Brooks)
2027
0921b7eca3ae [gaim-migrate @ 2037]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2011
diff changeset
2261 * Many many bugfixes
1974
a707cb54b384 [gaim-migrate @ 1984]
Rob Flynn <gaim@robflynn.com>
parents: 1967
diff changeset
2262
1967
330c0d0111ca [gaim-migrate @ 1977]
Rob Flynn <gaim@robflynn.com>
parents: 1962
diff changeset
2263 version 0.11.0-pre13 (06/06/2001):
1920
8e86151db7dc [gaim-migrate @ 1930]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1913
diff changeset
2264 * Can view/set chat topic in Jabber (thanks faceprint)
1935
c13d3ed737e7 [gaim-migrate @ 1945]
Rob Flynn <gaim@robflynn.com>
parents: 1920
diff changeset
2265 * The napster plugin no longer segfaults on invalid names
c13d3ed737e7 [gaim-migrate @ 1945]
Rob Flynn <gaim@robflynn.com>
parents: 1920
diff changeset
2266 and/or passwords.
1951
4a93f0c6990e [gaim-migrate @ 1961]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1937
diff changeset
2267 * HTML is properly stripped from away messages in protocols that
1937
28dd326a2dc4 [gaim-migrate @ 1947]
Nathan Walp <nwalp@pidgin.im>
parents: 1935
diff changeset
2268 do not use HTML. (thanks, faceprint)
1958
bceaec05f2c0 [gaim-migrate @ 1968]
Rob Flynn <gaim@robflynn.com>
parents: 1951
diff changeset
2269 * Can view/set chat topic in IRC
1960
6e32be28a135 [gaim-migrate @ 1970]
Rob Flynn <gaim@robflynn.com>
parents: 1958
diff changeset
2270 * MSN properly escapes outgoing messages
1962
79487b3e360c [gaim-migrate @ 1972]
Rob Flynn <gaim@robflynn.com>
parents: 1960
diff changeset
2271 * Much needed updates to the gaim man page (thanks, Sean Egan)
1920
8e86151db7dc [gaim-migrate @ 1930]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1913
diff changeset
2272
1913
55da22629434 [gaim-migrate @ 1923]
Rob Flynn <gaim@robflynn.com>
parents: 1911
diff changeset
2273 version 0.11.0-pre12 (05/29/2001):
1786
1aaa34e17085 [gaim-migrate @ 1796]
Rob Flynn <gaim@robflynn.com>
parents: 1783
diff changeset
2274 * Fixed a funny bug with auto responses when queued messages
1aaa34e17085 [gaim-migrate @ 1796]
Rob Flynn <gaim@robflynn.com>
parents: 1783
diff changeset
2275 are enabled.
1788
361d886b1637 [gaim-migrate @ 1798]
Rob Flynn <gaim@robflynn.com>
parents: 1787
diff changeset
2276 * Redesigned the Font Options preference page
1787
5ddd675a782c [gaim-migrate @ 1797]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1786
diff changeset
2277 * Improved Jabber chat support (it whispers now, too)
1809
018fa1ad4585 [gaim-migrate @ 1819]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1794
diff changeset
2278 * Zephyr can do Subscriptions now (thanks to nsanch)
1819
b82256590112 [gaim-migrate @ 1829]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1809
diff changeset
2279 * Auto-recon plugin got reworked
b82256590112 [gaim-migrate @ 1829]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1809
diff changeset
2280 * Lots of clean-ups
1824
b0183ff7e8e4 [gaim-migrate @ 1834]
Rob Flynn <gaim@robflynn.com>
parents: 1822
diff changeset
2281 * Some new pixmaps (Thanks, DennisR).
1832
d602619df4bb [gaim-migrate @ 1842]
Rob Flynn <gaim@robflynn.com>
parents: 1824
diff changeset
2282 * Fixed a segfault in IRC (Thanks Sean Egan)
1833
bc8d9450cd00 [gaim-migrate @ 1843]
Rob Flynn <gaim@robflynn.com>
parents: 1832
diff changeset
2283 * MSN can now change your 'friendly name' (Thanks for the
bc8d9450cd00 [gaim-migrate @ 1843]
Rob Flynn <gaim@robflynn.com>
parents: 1832
diff changeset
2284 packet logs, aechols)
1851
8bc0516361d1 [gaim-migrate @ 1861]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1849
diff changeset
2285 * More IRC improvements [colors, etc] (Thanks Sean Egan)
1881
bcd5d457cdbb [gaim-migrate @ 1891]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1879
diff changeset
2286 * Improved proxy options
1856
448fb1acab51 [gaim-migrate @ 1866]
Rob Flynn <gaim@robflynn.com>
parents: 1855
diff changeset
2287 * Fixed a small issue with HTML not being stripped from
1890
774704162481 [gaim-migrate @ 1900]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1881
diff changeset
2288 log files properly (Thanks, faceprint and David Stoddard)
1891
ff29a9211243 [gaim-migrate @ 1901]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1890
diff changeset
2289 * Can turn on/off Yahoo! Mail announcements
1898
695a31e4452b [gaim-migrate @ 1908]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1891
diff changeset
2290 * Can force messages through the server for ICQ (use this if
695a31e4452b [gaim-migrate @ 1908]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1891
diff changeset
2291 you have problems sending)
1903
cb301e38f51a [gaim-migrate @ 1913]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1898
diff changeset
2292 * Can receive buddy icons in Oscar (requires gdk_pixbuf,
1906
7bec3ada9992 [gaim-migrate @ 1916]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1903
diff changeset
2293 which GNOME depends on. If you --disable-pixbuf, it will
1903
cb301e38f51a [gaim-migrate @ 1913]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1898
diff changeset
2294 disable this.)
1911
f108642d2da6 [gaim-migrate @ 1921]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1906
diff changeset
2295 * Redesigned plugins dialog (thanks Mike Heffner)
1783
f753ea80f39b [gaim-migrate @ 1793]
Rob Flynn <gaim@robflynn.com>
parents: 1778
diff changeset
2296
1777
739666adc234 [gaim-migrate @ 1787]
Rob Flynn <gaim@robflynn.com>
parents: 1776
diff changeset
2297 version 0.11.0-pre11 (04/30/2001):
1733
1faceef9e8c7 [gaim-migrate @ 1743]
Rob Flynn <gaim@robflynn.com>
parents: 1729
diff changeset
2298 * Zephyr updates and additions, thanks Neil Sanchala (nsanch)
1faceef9e8c7 [gaim-migrate @ 1743]
Rob Flynn <gaim@robflynn.com>
parents: 1729
diff changeset
2299 * Jabber can send/accept chat invites (due to mid)
1717
57e800c32dd2 [gaim-migrate @ 1727]
Rob Flynn <gaim@robflynn.com>
parents: 1715
diff changeset
2300 * MSN has the option to notify you of new hotmail
57e800c32dd2 [gaim-migrate @ 1727]
Rob Flynn <gaim@robflynn.com>
parents: 1715
diff changeset
2301 messages
1733
1faceef9e8c7 [gaim-migrate @ 1743]
Rob Flynn <gaim@robflynn.com>
parents: 1729
diff changeset
2302 * Fixed a problem with ADD requests in MSN
1faceef9e8c7 [gaim-migrate @ 1743]
Rob Flynn <gaim@robflynn.com>
parents: 1729
diff changeset
2303 * Fixed a small memory leak with MSN
1faceef9e8c7 [gaim-migrate @ 1743]
Rob Flynn <gaim@robflynn.com>
parents: 1729
diff changeset
2304 * Moved MSN's spammy debug output into debug_printf's
1729
1da25c26b09b [gaim-migrate @ 1739]
Neil Sanchala <nsanch@gmail.com>
parents: 1725
diff changeset
2305 * Can rename groups/buddies in the Edit Buddies pane
1da25c26b09b [gaim-migrate @ 1739]
Neil Sanchala <nsanch@gmail.com>
parents: 1725
diff changeset
2306 (thanks Neil Sanchala)
1734
8aafd99f5b62 [gaim-migrate @ 1744]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1733
diff changeset
2307 * Some perl updates (thanks to Sean Egan)
1742
3d925347f068 [gaim-migrate @ 1752]
Rob Flynn <gaim@robflynn.com>
parents: 1734
diff changeset
2308 * IRC got the following slash commands:
1754
8ddebbf5c6cf [gaim-migrate @ 1764]
Rob Flynn <gaim@robflynn.com>
parents: 1743
diff changeset
2309 op, deop, voice, devoice, mode, raw, quote, and kick (thanks
1743
a61002b0edee [gaim-migrate @ 1753]
Rob Flynn <gaim@robflynn.com>
parents: 1742
diff changeset
2310 to Sean Egan)
1754
8ddebbf5c6cf [gaim-migrate @ 1764]
Rob Flynn <gaim@robflynn.com>
parents: 1743
diff changeset
2311 * MSN Properly handles URL decoding of 'friendly' names
1757
8c57846a4691 [gaim-migrate @ 1767]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1754
diff changeset
2312 * Redesigned Preferences pages (design by DennisR)
8c57846a4691 [gaim-migrate @ 1767]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1754
diff changeset
2313 * Can select where tabs are for tabbed IM/Chat windows
1773
a3293b2b61fb [gaim-migrate @ 1783]
Rob Flynn <gaim@robflynn.com>
parents: 1757
diff changeset
2314 * Option to queue away messages while away
1778
309a20c5dc27 [gaim-migrate @ 1788]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1777
diff changeset
2315 * Jabber got good updates (from faceprint)
1776
cd19976d5189 [gaim-migrate @ 1786]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1773
diff changeset
2316 * Oh yes, and Oscar works, yet again. (gee... that's what, 4
cd19976d5189 [gaim-migrate @ 1786]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1773
diff changeset
2317 releases that have "fixed" it now?)
1717
57e800c32dd2 [gaim-migrate @ 1727]
Rob Flynn <gaim@robflynn.com>
parents: 1715
diff changeset
2318
1715
91b56d88e894 [gaim-migrate @ 1725]
Rob Flynn <gaim@robflynn.com>
parents: 1701
diff changeset
2319 version 0.11.0-pre10 (04/13/2001):
1671
8735724b1c6a [gaim-migrate @ 1681]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1653
diff changeset
2320 * Many, many bug fixes
8735724b1c6a [gaim-migrate @ 1681]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1653
diff changeset
2321 * Can choose to not send away auto-response (thanks phzzzt)
8735724b1c6a [gaim-migrate @ 1681]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1653
diff changeset
2322 * Uh... Oscar works? For now?
1673
31579f492d43 [gaim-migrate @ 1683]
Rob Flynn <gaim@robflynn.com>
parents: 1671
diff changeset
2323 * IRC Plugin can do whois (right click and info)
1676
df5a02d86181 [gaim-migrate @ 1686]
Rob Flynn <gaim@robflynn.com>
parents: 1673
diff changeset
2324 * IRC Plugin got away message support
1685
1b6f74ca62d6 [gaim-migrate @ 1695]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1676
diff changeset
2325 * Gaim blist to WinAIM blt perl script (courtesy Andy Harrison)
1694
e5d98f92deca [gaim-migrate @ 1704]
Rob Flynn <gaim@robflynn.com>
parents: 1692
diff changeset
2326 * Sound on buddy pounce (Thanks Andrew Echols)
1692
ff73167542e9 [gaim-migrate @ 1702]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1685
diff changeset
2327 * Can view all group chats in one tabbed window (same keybindings
ff73167542e9 [gaim-migrate @ 1702]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1685
diff changeset
2328 as for tabbed normal conversations)
1700
45175fd73d3f [gaim-migrate @ 1710]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1694
diff changeset
2329 * More Protocol plugins:
1701
ce13a4041246 [gaim-migrate @ 1711]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1700
diff changeset
2330 Zephyr (plugins/zephyr) (DON'T USE THIS unless you know
ce13a4041246 [gaim-migrate @ 1711]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1700
diff changeset
2331 what it is and why you'd want to use it)
1671
8735724b1c6a [gaim-migrate @ 1681]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1653
diff changeset
2332
1651
73c2522bf96a [gaim-migrate @ 1661]
Rob Flynn <gaim@robflynn.com>
parents: 1647
diff changeset
2333 version 0.11.0-pre9 (03/26/2001):
1642
74466b4b2cf8 [gaim-migrate @ 1652]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1641
diff changeset
2334 * Can register Jabber accounts (load the Jabber plugin and click
74466b4b2cf8 [gaim-migrate @ 1652]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1641
diff changeset
2335 Register on the login window)
1647
ab281d390ee6 [gaim-migrate @ 1657]
Decklin Foster <decklin@red-bean.com>
parents: 1642
diff changeset
2336 * GtkIMHtml handles themes (no background pixmaps though) (thanks
ab281d390ee6 [gaim-migrate @ 1657]
Decklin Foster <decklin@red-bean.com>
parents: 1642
diff changeset
2337 decklin, mishan)
1651
73c2522bf96a [gaim-migrate @ 1661]
Rob Flynn <gaim@robflynn.com>
parents: 1647
diff changeset
2338 * URLS Linkify properly in Buddy chats
73c2522bf96a [gaim-migrate @ 1661]
Rob Flynn <gaim@robflynn.com>
parents: 1647
diff changeset
2339 * Jabber compiles better on Solaris?
73c2522bf96a [gaim-migrate @ 1661]
Rob Flynn <gaim@robflynn.com>
parents: 1647
diff changeset
2340 * Gaim works with Oscar Again (Huge thanks to Adam Fritzler of
73c2522bf96a [gaim-migrate @ 1661]
Rob Flynn <gaim@robflynn.com>
parents: 1647
diff changeset
2341 libfaim)
1653
955d62bcec11 [gaim-migrate @ 1663]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1651
diff changeset
2342
1634
73a6ef5d2677 [gaim-migrate @ 1644]
baldnik
parents: 1632
diff changeset
2343 version 0.11.0-pre8 (03/23/2001):
1628
741abe735f19 [gaim-migrate @ 1638]
Rob Flynn <gaim@robflynn.com>
parents: 1605
diff changeset
2344 * Fixed a problem with MSN not detecting signoffs and buddy updates.
1632
2e5c9416a209 [gaim-migrate @ 1642]
Rob Flynn <gaim@robflynn.com>
parents: 1628
diff changeset
2345 * Implemented away options in MSN
1634
73a6ef5d2677 [gaim-migrate @ 1644]
baldnik
parents: 1632
diff changeset
2346 * Alt-[1-9] to go to [1-9]th pane in tabbed convo window
73a6ef5d2677 [gaim-migrate @ 1644]
baldnik
parents: 1632
diff changeset
2347 * Jabber fixes, Oscar fixes (!), Yahoo fixes, TOC fixes
73a6ef5d2677 [gaim-migrate @ 1644]
baldnik
parents: 1632
diff changeset
2348 * Can use Alt to access menu, and Ctl-char for certain actions
73a6ef5d2677 [gaim-migrate @ 1644]
baldnik
parents: 1632
diff changeset
2349 (thanks baldnik)
1635
6651dfff61a1 [gaim-migrate @ 1645]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1634
diff changeset
2350 * Oscar blocking works (?)
1639
e66c0048dedb [gaim-migrate @ 1649]
Rob Flynn <gaim@robflynn.com>
parents: 1635
diff changeset
2351 * MSN can see status of other users
1628
741abe735f19 [gaim-migrate @ 1638]
Rob Flynn <gaim@robflynn.com>
parents: 1605
diff changeset
2352
1599
520eba301ca4 [gaim-migrate @ 1609]
Rob Flynn <gaim@robflynn.com>
parents: 1575
diff changeset
2353 version 0.11.0-pre7 (03/16/2001):
1551
4cfecf7ef756 [gaim-migrate @ 1561]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1539
diff changeset
2354 * Can build RPMs as non-root
1565
95f2c94c708d [gaim-migrate @ 1575]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1562
diff changeset
2355 * New yahoo library (can use HTTP proxy)
1575
220b4d845309 [gaim-migrate @ 1585]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1574
diff changeset
2356 * Command-line arg to specify config file (thanks Jason Boerner)
1601
244f533807e9 [gaim-migrate @ 1611]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1599
diff changeset
2357 * Can view all conversations in one tabbed window (Control-[ and
244f533807e9 [gaim-migrate @ 1611]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1599
diff changeset
2358 Control-] move left and right respectively; Control-Tab moves
244f533807e9 [gaim-migrate @ 1611]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1599
diff changeset
2359 to the next unread, or the next tab if there are no unread tabs)
1574
155ae4e33c31 [gaim-migrate @ 1584]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1565
diff changeset
2360 * Tooltips on links work again
1575
220b4d845309 [gaim-migrate @ 1585]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1574
diff changeset
2361 * Can log system notices: signons/signoffs, awayness and idleness
220b4d845309 [gaim-migrate @ 1585]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1574
diff changeset
2362 (thanks Andrew Echols)
1599
520eba301ca4 [gaim-migrate @ 1609]
Rob Flynn <gaim@robflynn.com>
parents: 1575
diff changeset
2363 * MSN fixes
1605
c7adf531aff9 [gaim-migrate @ 1615]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1601
diff changeset
2364 * Applet fixes
1551
4cfecf7ef756 [gaim-migrate @ 1561]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1539
diff changeset
2365
1538
cb06fc74a94b [gaim-migrate @ 1548]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1535
diff changeset
2366 version 0.11.0-pre6 (03/06/2001):
1517
9e153c6eb001 [gaim-migrate @ 1527]
Rob Flynn <gaim@robflynn.com>
parents: 1513
diff changeset
2367 * Fixed bug with NAS support
1520
b8db2dbc8457 [gaim-migrate @ 1530]
Yan
parents: 1517
diff changeset
2368 * Napster plugin is included again
b8db2dbc8457 [gaim-migrate @ 1530]
Yan
parents: 1517
diff changeset
2369 (Thanks for pointing out that it was missing,
b8db2dbc8457 [gaim-migrate @ 1530]
Yan
parents: 1517
diff changeset
2370 (Yan V. Bulgak)
1535
b118fbab0556 [gaim-migrate @ 1545]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1520
diff changeset
2371 * Oscar can: search by email, request confirmation, change password
1538
cb06fc74a94b [gaim-migrate @ 1548]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1535
diff changeset
2372 * TOC fixes
1539
5273095dc0c1 [gaim-migrate @ 1549]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1538
diff changeset
2373 * ICQ fixes
1538
cb06fc74a94b [gaim-migrate @ 1548]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1535
diff changeset
2374 * Faster HTML parsing/rendering
1517
9e153c6eb001 [gaim-migrate @ 1527]
Rob Flynn <gaim@robflynn.com>
parents: 1513
diff changeset
2375
1513
f87840c272dd [gaim-migrate @ 1523]
Rob Flynn <gaim@robflynn.com>
parents: 1510
diff changeset
2376 version 0.11.0-pre5 (02/26/2001):
1382
e0dd6716c38d [gaim-migrate @ 1392]
Rob Flynn <gaim@robflynn.com>
parents: 1347
diff changeset
2377 * Minor GUI changes
e0dd6716c38d [gaim-migrate @ 1392]
Rob Flynn <gaim@robflynn.com>
parents: 1347
diff changeset
2378 * ICQ Alias problem fixed
e0dd6716c38d [gaim-migrate @ 1392]
Rob Flynn <gaim@robflynn.com>
parents: 1347
diff changeset
2379 * Negative times fixed
1387
bde3444a286b [gaim-migrate @ 1397]
Rob Flynn <gaim@robflynn.com>
parents: 1382
diff changeset
2380 * Cannot create blank away messages/messages with blank titles
1392
d7e7f153bc08 [gaim-migrate @ 1402]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1387
diff changeset
2381 * Can right-click Edit Buddies list to alias/add pounce/etc.
1403
6480f6ef2238 [gaim-migrate @ 1413]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1392
diff changeset
2382 * Ability to independently set accounts as away
6480f6ef2238 [gaim-migrate @ 1413]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1392
diff changeset
2383 * Can use all away states for ICQ, Yahoo (N/A, Be Right Back, etc.)
1410
a73e70756478 [gaim-migrate @ 1420]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1403
diff changeset
2384 * Fixed hanging trees
1411
9dfe915ff660 [gaim-migrate @ 1421]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1410
diff changeset
2385 * Can close windows by hitting 'Esc' (optional)
1428
c14bab2b74bb [gaim-migrate @ 1438]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1411
diff changeset
2386 * Better HTML Widget
1466
9b815a203649 [gaim-migrate @ 1476]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1428
diff changeset
2387 * Can toggle timestamps by hitting F2 (optional)
9b815a203649 [gaim-migrate @ 1476]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1428
diff changeset
2388 * Rewritten file transfer for TOC
9b815a203649 [gaim-migrate @ 1476]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1428
diff changeset
2389 * Jabber got chat
1478
6e1b8309c6f1 [gaim-migrate @ 1488]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1466
diff changeset
2390 * Log Viewer (courtesy BMiller)
1479
e7ec4ce61f5b [gaim-migrate @ 1489]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1478
diff changeset
2391 * Can save conversation history
1494
4af3ddfc48c4 [gaim-migrate @ 1504]
Rob Flynn <gaim@robflynn.com>
parents: 1479
diff changeset
2392 * Napster can kinda sorta download files sometimes :)
1506
332172a38b21 [gaim-migrate @ 1516]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1495
diff changeset
2393 * You can activate IDs in Yahoo
332172a38b21 [gaim-migrate @ 1516]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1495
diff changeset
2394 * ICQ upgraded to use icqlib 1.1.5
1382
e0dd6716c38d [gaim-migrate @ 1392]
Rob Flynn <gaim@robflynn.com>
parents: 1347
diff changeset
2395
1311
4e1135415c73 [gaim-migrate @ 1321]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1309
diff changeset
2396 version 0.11.0-pre4:
1309
dccfec27ffd4 [gaim-migrate @ 1319]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1289
diff changeset
2397 * ICQ upgraded to use icqlib 1.1.0
dccfec27ffd4 [gaim-migrate @ 1319]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1289
diff changeset
2398 * An enormous amount of bug fixes
1311
4e1135415c73 [gaim-migrate @ 1321]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1309
diff changeset
2399 * Even More Protocol Plugins:
1347
6fa6aa0d4d6e [gaim-migrate @ 1357]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1339
diff changeset
2400 Jabber (plugins/jabber)
1321
5b2add1a6761 [gaim-migrate @ 1331]
Rob Flynn <gaim@robflynn.com>
parents: 1314
diff changeset
2401 Napster (plugins/napster.c)
1339
7154ff47dc2b [gaim-migrate @ 1349]
Rob Flynn <gaim@robflynn.com>
parents: 1321
diff changeset
2402 * Fixed a segfault with 'Ignore new conversations while away'
1309
dccfec27ffd4 [gaim-migrate @ 1319]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1289
diff changeset
2403
1289
e6506f232ee9 [gaim-migrate @ 1299]
Rob Flynn <gaim@robflynn.com>
parents: 1274
diff changeset
2404 version 0.11.0-pre3 (12/15/2000):
1209
2e5e20b05bee [gaim-migrate @ 1219]
Justin
parents: 1203
diff changeset
2405 * Away messages arranged alphabetically (Thanks Justin)
1210
083b7bf35280 [gaim-migrate @ 1220]
Rob Flynn <gaim@robflynn.com>
parents: 1209
diff changeset
2406 * More GUI adjustments
1214
dccd13b431d5 [gaim-migrate @ 1224]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1210
diff changeset
2407 * Can optionally run command to play sound files
1220
79ecd9c0789b [gaim-migrate @ 1230]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1214
diff changeset
2408 * Icons for ICQ plugin (blatently stolen from GnomeICU)
1232
8b4e7d8b12d9 [gaim-migrate @ 1242]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1220
diff changeset
2409 * Icons for Yahoo plugin (not-so-blatently stolen from GTKYahoo)
1242
03b40c0c8eec [gaim-migrate @ 1252]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1239
diff changeset
2410 * Optionally display warning level next to name in buddy list
1243
ffdbcbf2b1a8 [gaim-migrate @ 1253]
Rob Flynn <gaim@robflynn.com>
parents: 1242
diff changeset
2411 * Optionally ignore fonts on incoming messages
1274
7e4b53d8becc [gaim-migrate @ 1284]
Rob Flynn <gaim@robflynn.com>
parents: 1271
diff changeset
2412 * Command-line option to automatically set yourself as
7e4b53d8becc [gaim-migrate @ 1284]
Rob Flynn <gaim@robflynn.com>
parents: 1271
diff changeset
2413 away upon signon (thanks bmiller)
1268
aecccf1da509 [gaim-migrate @ 1278]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1255
diff changeset
2414 * Buddy list backups now stored in ~/.gaim/SN.protocol.blist (gaim will
aecccf1da509 [gaim-migrate @ 1278]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1255
diff changeset
2415 move the old file for you). Needed for when you have the same name on
1271
b661693126ac [gaim-migrate @ 1281]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1268
diff changeset
2416 two different protocols. (Oscar and TOC share the same file.)
1274
7e4b53d8becc [gaim-migrate @ 1284]
Rob Flynn <gaim@robflynn.com>
parents: 1271
diff changeset
2417 * More Protocol plugins:
7e4b53d8becc [gaim-migrate @ 1284]
Rob Flynn <gaim@robflynn.com>
parents: 1271
diff changeset
2418 MSN (plugins/msn)
1203
8209a478d24b [gaim-migrate @ 1213]
Rob Flynn <gaim@robflynn.com>
parents: 1198
diff changeset
2419
1198
f2cd99cda58f [gaim-migrate @ 1208]
Rob Flynn <gaim@robflynn.com>
parents: 1196
diff changeset
2420 version 0.11.0-pre2 (12/04/2000):
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2421 * Fixed a segfault with a bad util.c
1198
f2cd99cda58f [gaim-migrate @ 1208]
Rob Flynn <gaim@robflynn.com>
parents: 1196
diff changeset
2422
1196
e9f7baa172d5 [gaim-migrate @ 1206]
Rob Flynn <gaim@robflynn.com>
parents: 1194
diff changeset
2423 version 0.11.0-pre1 (12/03/2000):
1102
15192fa59715 [gaim-migrate @ 1112]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1047
diff changeset
2424 * Multiple connections
1152
e94e29686ded [gaim-migrate @ 1162]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1137
diff changeset
2425 * Protocol plugins:
e94e29686ded [gaim-migrate @ 1162]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1137
diff changeset
2426 IRC (plugins/irc.c)
e94e29686ded [gaim-migrate @ 1162]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1137
diff changeset
2427 Yahoo (plugins/yay)
e94e29686ded [gaim-migrate @ 1162]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1137
diff changeset
2428 ICQ (plugins/icq)
1102
15192fa59715 [gaim-migrate @ 1112]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1047
diff changeset
2429 * Logs now stored to ~/.gaim/logs rather than ~/.gaim/SN/
15192fa59715 [gaim-migrate @ 1112]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1047
diff changeset
2430 * User configurable sounds
15192fa59715 [gaim-migrate @ 1112]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1047
diff changeset
2431 * Scroll bar now functions properly in chat room user lists
1026
fa6230b217bc [gaim-migrate @ 1036]
bryner
parents: 1023
diff changeset
2432 * X-Idle support added (thanks bmiller and bryner)
1045
2edc42564e82 [gaim-migrate @ 1055]
Rob Flynn <gaim@robflynn.com>
parents: 1026
diff changeset
2433 * small change in the way away messages are displayed
2edc42564e82 [gaim-migrate @ 1055]
Rob Flynn <gaim@robflynn.com>
parents: 1026
diff changeset
2434 (Thanks Ryan C. Gordon)
1102
15192fa59715 [gaim-migrate @ 1112]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1047
diff changeset
2435 * Plugin system uses GModule now (improves portability, adds features)
1186
17204492d19d [gaim-migrate @ 1196]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1177
diff changeset
2436 (Requires recompile and probably modifications of most plugins)
1102
15192fa59715 [gaim-migrate @ 1112]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1047
diff changeset
2437 * Perl got updates (reread plugins/PERL-HOWTO)
1117
fcb6e7efcc0d [gaim-migrate @ 1127]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1102
diff changeset
2438 * Spell checker now uses gtkspell
1121
4c56cad7c156 [gaim-migrate @ 1131]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 1117
diff changeset
2439 * Auto-Away (thanks, yet again, to bmiller ;)
1137
3d04e516f664 [gaim-migrate @ 1147]
Rob Flynn <gaim@robflynn.com>
parents: 1121
diff changeset
2440 * More buddy pounce options
1177
b658a471cf37 [gaim-migrate @ 1187]
Rob Flynn <gaim@robflynn.com>
parents: 1152
diff changeset
2441 * Various GUI improvements
972
e6cbafd01272 [gaim-migrate @ 982]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 959
diff changeset
2442
959
278bb65cea86 [gaim-migrate @ 969]
Rob Flynn <gaim@robflynn.com>
parents: 951
diff changeset
2443 version 0.10.3 (10/09/2000):
278bb65cea86 [gaim-migrate @ 969]
Rob Flynn <gaim@robflynn.com>
parents: 951
diff changeset
2444 * Segfault when viewing user info fixed
278bb65cea86 [gaim-migrate @ 969]
Rob Flynn <gaim@robflynn.com>
parents: 951
diff changeset
2445 * libdb problem fixed
951
74a330304e1e [gaim-migrate @ 961]
Rob Flynn <gaim@robflynn.com>
parents: 950
diff changeset
2446
950
5cae3e692e87 [gaim-migrate @ 960]
Rob Flynn <gaim@robflynn.com>
parents: 942
diff changeset
2447 version 0.10.2 (10/07/2000):
924
6b48a878bbcb [gaim-migrate @ 934]
Rob Flynn <gaim@robflynn.com>
parents: 923
diff changeset
2448 * A few fixes to the URL parser.
934
aa207620a0c1 [gaim-migrate @ 944]
Ben Miller <millebe@cs.earlham.edu>
parents: 924
diff changeset
2449 * Better placement of smiley dialog
936
43a33de27174 [gaim-migrate @ 946]
Rob Flynn <gaim@robflynn.com>
parents: 934
diff changeset
2450 * Improved log file readibility
942
459b18adfce2 [gaim-migrate @ 952]
Rob Flynn <gaim@robflynn.com>
parents: 936
diff changeset
2451 * Code cleanups (thanks kylev)
459b18adfce2 [gaim-migrate @ 952]
Rob Flynn <gaim@robflynn.com>
parents: 936
diff changeset
2452 * Fixed problem when closing away message box (thanks bmiller)
950
5cae3e692e87 [gaim-migrate @ 960]
Rob Flynn <gaim@robflynn.com>
parents: 942
diff changeset
2453 * sprintf() problem on some systems
5cae3e692e87 [gaim-migrate @ 960]
Rob Flynn <gaim@robflynn.com>
parents: 942
diff changeset
2454 * Various small bug fixes
923
d9a3ca0e7c21 [gaim-migrate @ 933]
Rob Flynn <gaim@robflynn.com>
parents: 922
diff changeset
2455
919
617b9df8fb09 [gaim-migrate @ 929]
Rob Flynn <gaim@robflynn.com>
parents: 905
diff changeset
2456 version 0.10.1 (09/15/2000):
888
291963d9d83f [gaim-migrate @ 898]
Rob Flynn <gaim@robflynn.com>
parents: 882
diff changeset
2457 * Better chatroom logging
889
070eb1c6db95 [gaim-migrate @ 899]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 888
diff changeset
2458 * Oscar works again. Pay no attention to Slashdot.
898
3bca25514517 [gaim-migrate @ 908]
Rob Flynn <gaim@robflynn.com>
parents: 889
diff changeset
2459 * gtkhtml handles background colours better.
922
c6a572bf0930 [gaim-migrate @ 932]
Rob Flynn <gaim@robflynn.com>
parents: 919
diff changeset
2460 * A third conversation window display preference.
905
7a2da3bc1ebe [gaim-migrate @ 915]
Rob Flynn <gaim@robflynn.com>
parents: 898
diff changeset
2461 * Better support for things like Sawfish
882
2cb332b6ee29 [gaim-migrate @ 892]
Rob Flynn <gaim@robflynn.com>
parents: 877
diff changeset
2462
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2463 version 0.10.0 (09/11/2000):
509
a3ad6075ddc4 [gaim-migrate @ 519]
Rob Flynn <gaim@robflynn.com>
parents: 504
diff changeset
2464 * New Smiley Faces and Pixmaps added.
539
a62ff4f3335f [gaim-migrate @ 549]
Rob Flynn <gaim@robflynn.com>
parents: 510
diff changeset
2465 * Smiley faces now properly wrap in the conversation windows.
574
eafb48bdcd4d [gaim-migrate @ 584]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 549
diff changeset
2466 * Smiley dialog
509
a3ad6075ddc4 [gaim-migrate @ 519]
Rob Flynn <gaim@robflynn.com>
parents: 504
diff changeset
2467 * Fixed 0-byte file segfault.
574
eafb48bdcd4d [gaim-migrate @ 584]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 549
diff changeset
2468 * Borderless buttons (for that cool pop-up look)
629
4fe65683d03b [gaim-migrate @ 639]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 593
diff changeset
2469 * Fixed some resizing bugs
593
16119259a1e1 [gaim-migrate @ 603]
Rob Flynn <gaim@robflynn.com>
parents: 574
diff changeset
2470 * Added Ctrl+{B/I/U/S} hotkeys to conversation windows.
830
05c866189abf [gaim-migrate @ 840]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 800
diff changeset
2471 * Added Ctrl+(number) hotkeys to insert smileys in conversation windows.
593
16119259a1e1 [gaim-migrate @ 603]
Rob Flynn <gaim@robflynn.com>
parents: 574
diff changeset
2472 * Support for %n, %d, and %t in away messages. Thanks bmiller!
629
4fe65683d03b [gaim-migrate @ 639]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 593
diff changeset
2473 * Background colors
658
abb6b57a3c0e [gaim-migrate @ 668]
Rob Flynn <gaim@robflynn.com>
parents: 629
diff changeset
2474 * Redesigned preferences dialog
abb6b57a3c0e [gaim-migrate @ 668]
Rob Flynn <gaim@robflynn.com>
parents: 629
diff changeset
2475 * Redesigned conversation dialog
875
fcb395457091 [gaim-migrate @ 885]
Rob Flynn <gaim@robflynn.com>
parents: 842
diff changeset
2476 * Removed the Lag-O-Meter (Lag-O-Meter is now a plugin)
15682
eb23a6285424 I think I was wrong about SOCKS4a. For the record, SOCKS4a is when
Mark Doliner <markdoliner@pidgin.im>
parents: 15462
diff changeset
2477 * SOCKS 4/5 proxy works
673
9a745db5af16 [gaim-migrate @ 683]
Rob Flynn <gaim@robflynn.com>
parents: 670
diff changeset
2478 * Buddy Pounces are now saved in .gaimrc
774
97a94a9fd7c0 [gaim-migrate @ 784]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 736
diff changeset
2479 * Buddy Chats are now saved in .gaimrc
710
55c2137a3d2a [gaim-migrate @ 720]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 684
diff changeset
2480 * Ability to merge gaim, aim2, aim4 buddylists. Thanks again bmiller!
55c2137a3d2a [gaim-migrate @ 720]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 684
diff changeset
2481 * ICQ-style aliases. This lets you change the name you see your buddy
55c2137a3d2a [gaim-migrate @ 720]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 684
diff changeset
2482 as. For example, if your buddy's SN is 'CouldntGetMyName', you can
55c2137a3d2a [gaim-migrate @ 720]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 684
diff changeset
2483 alias him as 'Loser'.
786
07693afcb106 [gaim-migrate @ 796]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 776
diff changeset
2484 * Compile with GNOME bits if available
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2485 * Added GNOME Url Handler as an available web-browser
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2486 * Added the S html tag.
736
0e380859da63 [gaim-migrate @ 746]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 732
diff changeset
2487 * Optionally Ignore TiK's Automated Messages
775
8950e039f4cf [gaim-migrate @ 785]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 774
diff changeset
2488 * Option to beep instead of play sound
776
445adc75c091 [gaim-migrate @ 786]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 775
diff changeset
2489 * New icons for panel (depends on some GNOME pixmaps)
800
9cf57a0e8940 [gaim-migrate @ 810]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 786
diff changeset
2490 * Perl scripting. See plugins/PERL-HOWTO for how to write perl scripts.
9cf57a0e8940 [gaim-migrate @ 810]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 786
diff changeset
2491 All .pl files in ~/.gaim are autoloaded when gaim starts.
842
9756e203bc50 [gaim-migrate @ 852]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 830
diff changeset
2492 * HTML widget is faster, more stable
732
ba938a583aaf [gaim-migrate @ 742]
Rob Flynn <gaim@robflynn.com>
parents: 729
diff changeset
2493
497
8e24e160783b [gaim-migrate @ 507]
Rob Flynn <gaim@robflynn.com>
parents: 482
diff changeset
2494 version 0.9.20 (07/14/2000):
391
677e4414a83f [gaim-migrate @ 401]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 386
diff changeset
2495 * More plugin events, more plugin features
427
4959b04e164b [gaim-migrate @ 437]
Rob Flynn <gaim@robflynn.com>
parents: 419
diff changeset
2496 * Run-time OSCAR support
437
7e612f0bb4ae [gaim-migrate @ 447]
Syd Logan <slogan@users.sourceforge.net>
parents: 431
diff changeset
2497 * Added buddy list ticker (See prefs/Appearance). Clicking on a
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2498 name will cause a new or previous IM window to display for
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2499 that screenname
448
069e75508fe3 [gaim-migrate @ 458]
Rob Flynn <gaim@robflynn.com>
parents: 437
diff changeset
2500 * "You are sending messages too quickly" error is now fixed
069e75508fe3 [gaim-migrate @ 458]
Rob Flynn <gaim@robflynn.com>
parents: 437
diff changeset
2501 when you have a large buddylist.
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2502 * Fixed the LC_ALL compile problem on Solaris boxes
464
66a0f3fb4388 [gaim-migrate @ 474]
Josh Huber
parents: 462
diff changeset
2503 * Fixed PPC and ARM compile problem with oscar.c
482
3472e29efc15 [gaim-migrate @ 492]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 472
diff changeset
2504 * Smileys work better, and don't cause font attributes to drop
3472e29efc15 [gaim-migrate @ 492]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 472
diff changeset
2505 * Dialog windows are now prettier
472
9a5b8da2d760 [gaim-migrate @ 482]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 464
diff changeset
2506 * /me in IM window; font/color dialogs and smileys in chat window
386
7972331a8f86 [gaim-migrate @ 396]
Rob Flynn <gaim@robflynn.com>
parents: 385
diff changeset
2507
385
87c19acedfa1 [gaim-migrate @ 395]
Rob Flynn <gaim@robflynn.com>
parents: 380
diff changeset
2508 version 0.9.19 (06/09/2000):
337
a8e0c72c6b8a [gaim-migrate @ 347]
Rob Flynn <gaim@robflynn.com>
parents: 331
diff changeset
2509 * Graphical Smiley Faces
338
21c93bc7ae83 [gaim-migrate @ 348]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 337
diff changeset
2510 * Applet got a bit of a makeover (inside & out)
21c93bc7ae83 [gaim-migrate @ 348]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 337
diff changeset
2511 * Compile-time options affect Preferences dialog
371
12d85f4efaaa [gaim-migrate @ 381]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 365
diff changeset
2512 * Whispering in chat works (does anyone even use this?)
344
6dacf96cc000 [gaim-migrate @ 354]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 338
diff changeset
2513 * HTML-tag buttons in chat
371
12d85f4efaaa [gaim-migrate @ 381]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 365
diff changeset
2514 * Chat got all kinds of new features (like IRC-sytle /me)
377
687c636cc0fb [gaim-migrate @ 387]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 371
diff changeset
2515 * Chat in oscar works much better
354
617f05e0e800 [gaim-migrate @ 364]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 344
diff changeset
2516 * Locale support
380
00cb46bd84ad [gaim-migrate @ 390]
Rob Flynn <gaim@robflynn.com>
parents: 377
diff changeset
2517 * Fixed the segfault when your server-side config is null
365
af79823b5209 [gaim-migrate @ 375]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 354
diff changeset
2518 * Many many bugfixes
330
b944f12ec17c [gaim-migrate @ 340]
Rob Flynn <gaim@robflynn.com>
parents: 320
diff changeset
2519
320
b90fa6a45abe [gaim-migrate @ 330]
Rob Flynn <gaim@robflynn.com>
parents: 319
diff changeset
2520 version 0.9.18 (06/02/2000):
303
55687838c3e3 [gaim-migrate @ 313]
Rob Flynn <gaim@robflynn.com>
parents: 299
diff changeset
2521 * Logging in works better for oscar
55687838c3e3 [gaim-migrate @ 313]
Rob Flynn <gaim@robflynn.com>
parents: 299
diff changeset
2522 * Double error bug when sending message to an offline user is
55687838c3e3 [gaim-migrate @ 313]
Rob Flynn <gaim@robflynn.com>
parents: 299
diff changeset
2523 fixed.
55687838c3e3 [gaim-migrate @ 313]
Rob Flynn <gaim@robflynn.com>
parents: 299
diff changeset
2524 * Pressing enter once again sends a message in buddy chatrooms (oops)
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2525 * More fixes for the change on the AOL sign-on process.
2536
84dd244c1b98 [gaim-migrate @ 2549]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2532
diff changeset
2526 * Fixed bug where Gaim sometimes doesn't find a font to use.
311
971d26b73be6 [gaim-migrate @ 321]
Todd Kulesza <fflewddur@users.sourceforge.net>
parents: 307
diff changeset
2527 * Per-conversation font and color dialogs (thanks fflewddur)
319
2d1a56492e4e [gaim-migrate @ 329]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 318
diff changeset
2528 * Chat in oscar works (somewhat)
318
7d5334abed19 [gaim-migrate @ 328]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 312
diff changeset
2529 * Even more fixes for the sign-on process, and now you don't flash when
7d5334abed19 [gaim-migrate @ 328]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 312
diff changeset
2530 setting permit/deny lists.
299
33f8c11f268f [gaim-migrate @ 309]
Rob Flynn <gaim@robflynn.com>
parents: 298
diff changeset
2531
298
59d2b28b84b7 [gaim-migrate @ 308]
Rob Flynn <gaim@robflynn.com>
parents: 297
diff changeset
2532 version 0.9.17 (05/31/2000):
297
f383d36fd34b [gaim-migrate @ 307]
Rob Flynn <gaim@robflynn.com>
parents: 293
diff changeset
2533 * Automagic feature to check for new versions has been removed
f383d36fd34b [gaim-migrate @ 307]
Rob Flynn <gaim@robflynn.com>
parents: 293
diff changeset
2534 * Infinite loop bug fixed
293
4d1b1b230d6f [gaim-migrate @ 303]
Rob Flynn <gaim@robflynn.com>
parents: 290
diff changeset
2535
8445
ca062f53b060 [gaim-migrate @ 9175]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 8431
diff changeset
2536 version 0.9.16 (05/31/2000):
227
183993fe0dc6 [gaim-migrate @ 237]
Syd Logan <slogan@users.sourceforge.net>
parents: 224
diff changeset
2537 * Paned buddy chat window (Thanks Syd)
262
e232ed474122 [gaim-migrate @ 272]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 261
diff changeset
2538 * Buddy lists (and changes) are cached to ~/.gaim/<sn>.blist
227
183993fe0dc6 [gaim-migrate @ 237]
Syd Logan <slogan@users.sourceforge.net>
parents: 224
diff changeset
2539 where <sn> is your screen name. If for some reason, you log
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2540 into the AOL server and the buddy list comes back empty, we
227
183993fe0dc6 [gaim-migrate @ 237]
Syd Logan <slogan@users.sourceforge.net>
parents: 224
diff changeset
2541 check for a cache file, and, if we find one, read it in. This
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2542 essentially implements recovery from a server crash at AOL
227
183993fe0dc6 [gaim-migrate @ 237]
Syd Logan <slogan@users.sourceforge.net>
parents: 224
diff changeset
2543 (AOL does not back up machines that contain TOC-based buddy
183993fe0dc6 [gaim-migrate @ 237]
Syd Logan <slogan@users.sourceforge.net>
parents: 224
diff changeset
2544 lists, unfortunately). (Thanks Syd)
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2545 * Font selection dialog
253
005289f6798d [gaim-migrate @ 263]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 247
diff changeset
2546 * Small changes to the Oscar/libfaim stuff (see libfaim/README.gaim)
15682
eb23a6285424 I think I was wrong about SOCKS4a. For the record, SOCKS4a is when
Mark Doliner <markdoliner@pidgin.im>
parents: 15462
diff changeset
2547 * SOCKS 4 proxy support
253
005289f6798d [gaim-migrate @ 263]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 247
diff changeset
2548 * Better proxy support overall (you can get people's info now! :) )
261
f239e7f1d1c2 [gaim-migrate @ 271]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 253
diff changeset
2549 * Two-way file transfer (you can get and send files, but you still
f239e7f1d1c2 [gaim-migrate @ 271]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 253
diff changeset
2550 can't initiate either)
287
5d1b0b8740d3 [gaim-migrate @ 297]
Rob Flynn <gaim@robflynn.com>
parents: 285
diff changeset
2551 * Fixed font problem with Misconfigured X-Servers. Thanks Decklin!
290
e8e11c594442 [gaim-migrate @ 300]
Rob Flynn <gaim@robflynn.com>
parents: 287
diff changeset
2552 * Fixed the No Configuration problem that came about today (5/31)
222
6da1e44b362b [gaim-migrate @ 232]
Rob Flynn <gaim@robflynn.com>
parents: 219
diff changeset
2553
8445
ca062f53b060 [gaim-migrate @ 9175]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 8431
diff changeset
2554 version 0.9.15 (05/06/2000):
174
580147a03e36 [gaim-migrate @ 184]
Rob Flynn <gaim@robflynn.com>
parents: 170
diff changeset
2555 * Plugin support enabled by default (oops)
176
78f8705b92cb [gaim-migrate @ 186]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 174
diff changeset
2556 * Some plugins built/installed by default
180
589f62defa64 [gaim-migrate @ 190]
Rob Flynn <gaim@robflynn.com>
parents: 176
diff changeset
2557 * Option to automagically check for new releases
196
a0bfd86943ef [gaim-migrate @ 206]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 180
diff changeset
2558 * Ability to receive files (one-way file transfer)
206
aaf3904d36c2 [gaim-migrate @ 216]
Rob Flynn <gaim@robflynn.com>
parents: 196
diff changeset
2559 * In-line spell checker (thanks to Torrey Searle of the
aaf3904d36c2 [gaim-migrate @ 216]
Rob Flynn <gaim@robflynn.com>
parents: 196
diff changeset
2560 Everybuddy Devel team for this one)
170
3b89fbf88337 [gaim-migrate @ 180]
Rob Flynn <gaim@robflynn.com>
parents: 150
diff changeset
2561
8445
ca062f53b060 [gaim-migrate @ 9175]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 8431
diff changeset
2562 version 0.9.14 (04/24/2000):
80
0e9b978dd623 [gaim-migrate @ 90]
Rob Flynn <gaim@robflynn.com>
parents: 76
diff changeset
2563 * Numerous Fixes by G. Sumner Hayes (buffer over flow patches,
0e9b978dd623 [gaim-migrate @ 90]
Rob Flynn <gaim@robflynn.com>
parents: 76
diff changeset
2564 etc)
81
3545d550575c [gaim-migrate @ 91]
Syd Logan <slogan@users.sourceforge.net>
parents: 80
diff changeset
2565 * Paned Conversation Windows (Thanks Syd)
3545d550575c [gaim-migrate @ 91]
Syd Logan <slogan@users.sourceforge.net>
parents: 80
diff changeset
2566 * Raise Window On Message Received, Fixed (Thanks Syd)
86
5e0c1986300e [gaim-migrate @ 96]
Rob Flynn <gaim@robflynn.com>
parents: 82
diff changeset
2567 * When multiple screen names, Gaim now correctly remembers the name
5e0c1986300e [gaim-migrate @ 96]
Rob Flynn <gaim@robflynn.com>
parents: 82
diff changeset
2568 that was used last.
89
cf6c373c381e [gaim-migrate @ 99]
Rob Flynn <gaim@robflynn.com>
parents: 86
diff changeset
2569 * FONT sizes now work correctly.
116
4df00c12350f [gaim-migrate @ 126]
Rob Flynn <gaim@robflynn.com>
parents: 104
diff changeset
2570 * PLUGIN SUPPORT!! (Lots of cool goodies here)
137
ac39563a5aff [gaim-migrate @ 147]
Rob Flynn <gaim@robflynn.com>
parents: 130
diff changeset
2571 * Fixed another leak or two
149
e91bf2c3cd4b [gaim-migrate @ 159]
Rob Flynn <gaim@robflynn.com>
parents: 137
diff changeset
2572 * Added ability to change your screenname password
150
e0c7e434ba4f [gaim-migrate @ 160]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 149
diff changeset
2573 * Devil pixmaps
76
7e0b9a1f0e24 [gaim-migrate @ 86]
Rob Flynn <gaim@robflynn.com>
parents: 70
diff changeset
2574
68
19a2e71bbb94 [gaim-migrate @ 78]
Rob Flynn <gaim@robflynn.com>
parents: 67
diff changeset
2575 version 0.9.13 (03/27/2000):
62
e99984f5dac4 [gaim-migrate @ 72]
Rob Flynn <gaim@robflynn.com>
parents: 56
diff changeset
2576 * Dialog Box Segfault Fixed (When You Click A Toggle Then Cancel)
e99984f5dac4 [gaim-migrate @ 72]
Rob Flynn <gaim@robflynn.com>
parents: 56
diff changeset
2577 * Double Log-Out Message Fixed
68
19a2e71bbb94 [gaim-migrate @ 78]
Rob Flynn <gaim@robflynn.com>
parents: 67
diff changeset
2578 * GNOME compile error fixed
19a2e71bbb94 [gaim-migrate @ 78]
Rob Flynn <gaim@robflynn.com>
parents: 67
diff changeset
2579 * Away Message Problem Fixed
69
210be862dd98 [gaim-migrate @ 79]
Rob Flynn <gaim@robflynn.com>
parents: 68
diff changeset
2580 * Fixed URL Right Click Menus
70
7f4d1e28b2d0 [gaim-migrate @ 80]
Rob Flynn <gaim@robflynn.com>
parents: 69
diff changeset
2581 * Conversation Loggin now shows Full Date and Time
7f4d1e28b2d0 [gaim-migrate @ 80]
Rob Flynn <gaim@robflynn.com>
parents: 69
diff changeset
2582 * Internal Change to Buddy List
5466
7bc9d022217d [gaim-migrate @ 5858]
David J. Brigada <brigada@prism.net>
parents: 5447
diff changeset
2583
47
2953160ec4b1 [gaim-migrate @ 56]
Rob Flynn <gaim@robflynn.com>
parents: 44
diff changeset
2584 version 0.9.12 (03/25/2000):
7
7c6b842b47e5 [gaim-migrate @ 16]
Rob Flynn <gaim@robflynn.com>
parents: 0
diff changeset
2585 * Segfault fix for PPC/Alpha/etc machines with log(0)
7c6b842b47e5 [gaim-migrate @ 16]
Rob Flynn <gaim@robflynn.com>
parents: 0
diff changeset
2586 Thanks to Todd Cohen for this one.
10
e2e9fd8572ac [gaim-migrate @ 19]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 7
diff changeset
2587 * Small internal change to the way prefs work
e2e9fd8572ac [gaim-migrate @ 19]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 7
diff changeset
2588 * GNOME Applet support works better
e2e9fd8572ac [gaim-migrate @ 19]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 7
diff changeset
2589 (thanks to Eric Warmenhoven for the patch)
13
5c7bed8a8b10 [gaim-migrate @ 22]
Rob Flynn <gaim@robflynn.com>
parents: 11
diff changeset
2590 * Support for displaying true type fonts
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2591 * Lag-O-Meter does not send lag-test if not selected
15
235e56b2f5ed [gaim-migrate @ 24]
Rob Flynn <gaim@robflynn.com>
parents: 14
diff changeset
2592 * Fixed problem with saving away messages which contain spaces
235e56b2f5ed [gaim-migrate @ 24]
Rob Flynn <gaim@robflynn.com>
parents: 14
diff changeset
2593 and numbers.
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2594 * Various GNOME Applet Enhancements (thanks AGAIN to
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2595 Eric. Someone needs to stop this boy :-) )
25
c4646d5b2541 [gaim-migrate @ 34]
Pete
parents: 19
diff changeset
2596 * A lot of random, obscure bugs fixed
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2597 * All of the major and I believe all of the minor memory leaks are
47
2953160ec4b1 [gaim-migrate @ 56]
Rob Flynn <gaim@robflynn.com>
parents: 44
diff changeset
2598 now fixed
69
210be862dd98 [gaim-migrate @ 79]
Rob Flynn <gaim@robflynn.com>
parents: 68
diff changeset
2599 (Thanks to Peter Teichman, Larry Ewing, Jeramey Crawford, and me)
7835
112b89cace1a [gaim-migrate @ 8488]
Nathan Walp <nwalp@pidgin.im>
parents: 7819
diff changeset
2600
47
2953160ec4b1 [gaim-migrate @ 56]
Rob Flynn <gaim@robflynn.com>
parents: 44
diff changeset
2601 version 0.9.11 (03/22/2000):
0
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2602 * <STRIKE>Strike Tag Support</STRIKE> :-)
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2603 * Another memory leak fix
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2604 * New .gaimrc format
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2605 * Better support for multiple screen names
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2606 * Font Properties
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2607 * Saving of buddylist window position
2536
84dd244c1b98 [gaim-migrate @ 2549]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2532
diff changeset
2608 * Fixed a problem with Gaim and the Netscape-branded version
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2609 of Mozilla
0
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2610 * New Sound Properties
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2611 * More General Properties
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2612 * Bigger Text-Entry field (Thanks to CrazyDavy for this one)
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2613 * Various Random Bug fixes
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2614
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2615 version 0.9.10 (11/03/1999):
2536
84dd244c1b98 [gaim-migrate @ 2549]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2532
diff changeset
2616 * Fixed a nasty memory leak. No more 40M Gaim processes. LOL
0
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2617 * IDLE Times are displayed in a neater fashion.
5466
7bc9d022217d [gaim-migrate @ 5858]
David J. Brigada <brigada@prism.net>
parents: 5447
diff changeset
2618
0
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2619 version 0.9.9 (10/31/1999):
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2620 * A little selection bug has been squished
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2621 * Small memory leak fixed
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2622 * Small network fix (problem with HTTP Proxy fixed?)
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2623 * Proxy stuff should work now :)
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2624 * Widget table support, dir info looks nicer
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2625 * Info box looks nicer (thanks to Decklin Foster)
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2626 * Client now 'corrects' time values from the server for accurate
5466
7bc9d022217d [gaim-migrate @ 5858]
David J. Brigada <brigada@prism.net>
parents: 5447
diff changeset
2627 login times.
0
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2628 * Lag-O-Meter (ala Drunken Jim)
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2629 * IDLE Preferences
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2630
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2631 version 0.9.8 (10/04/1999):
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2632 * HTTP Proxy Support (No SOCKS yet)
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2633 * HTML Widget more robust
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2634 * Graphical Debug Window
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2635 * Buddylist bug fixed
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2636 * Some logging fixes and improvements
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2637 * configurable host/port selection
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2638 * Clickable Links in buddy chat
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2639 * New Gaim Logo
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2640 * Display Signon/Signoff messages in conversation windows
0
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2641 * Option to strip HTML from logged messages
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2642 * GNOME cleanups (It might work now haha)
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2643 * When viewing user info, URLS are converted to clickable links
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2644 * Tooltips on URLS
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2645
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2646 version 0.9.7 (08/08/1999):
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2647 * Preliminary Oscar Support
5466
7bc9d022217d [gaim-migrate @ 5858]
David J. Brigada <brigada@prism.net>
parents: 5447
diff changeset
2648 * Fixed bad network bug
7bc9d022217d [gaim-migrate @ 5858]
David J. Brigada <brigada@prism.net>
parents: 5447
diff changeset
2649 * Fixed some bad text rendering bugs in the HTML widget
7bc9d022217d [gaim-migrate @ 5858]
David J. Brigada <brigada@prism.net>
parents: 5447
diff changeset
2650 * log all conversation names are now normalized.
7bc9d022217d [gaim-migrate @ 5858]
David J. Brigada <brigada@prism.net>
parents: 5447
diff changeset
2651 * Fixed another bad network bug :)
7bc9d022217d [gaim-migrate @ 5858]
David J. Brigada <brigada@prism.net>
parents: 5447
diff changeset
2652 * Multiple browser support, some Netscape buggies fixed.
0
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2653 * Permit/Deny preferences moved to 'Permit' pane on buddylist.
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2654 * Fixed problem with _, ', and \ in passwords
7835
112b89cace1a [gaim-migrate @ 8488]
Nathan Walp <nwalp@pidgin.im>
parents: 7819
diff changeset
2655
0
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2656 version 0.9.6 (08/01/1999):
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2657 * Fixed 'log all conversation' segfault
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2658 * Added NAS support
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2659 * Removed Xmu dependancies.
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2660 * Restructured network code
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2661 * ESD detection more robust.
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2662 * Sound fallbacks are MUCH more robust!
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2663
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2664 version 0.9.5 (07/25/1999):
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2665 * Fixed About Box SegFault
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2666 * Autologin Works with Applet
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2667 * Option to Show Buddy List after Signon with Applet
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2668 * 2048 character messages
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2669 * Away-Detection (shows a different icon on the buddy list)
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2670 * Fixed Segfault with messages > allowed size
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2671 * Added option to log all conversations
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2672 * Changed g_new to g_new0
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2673 * Buddy List: Right Click Menus
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2674 * Find Buddy By Email
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2675 * Find Buddy By Info
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2676 * New HTML widget (Underline/Links/HRs)
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2677 * Updated Toolbar with 'Underline' Icon
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2678 * More Buddy Pounce Options
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2679 * Option to auto-change urls into clickable links (Under Prefs)
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2680 * Better Buddy Chat functionality
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2681 * Away Prefs
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2682 * Registration Information (Let Us Know Who You Are)
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2683 * Buddy Chat Prefs (Update Chatroom Lists)
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2684 * Set User Info
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2685 * FAQ added to the distribution
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2686 * Sound problem with some systems fixed
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2687 * Set Dir Info
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2688 * Autostart of Netscape on URL Click
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2689 * DnD Rearranging of Groups
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2690 * Better Netscape Functionality
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2691 * Right Click `URL' Menus
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2692 * DnD Rearranging of Buddies
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2693 * Script to convert win95 buddylist to gaim buddylist
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2694 * Added `Link/URL' button to conversation window
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2695 * ESD is now autodetected
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2696 * Not too important but we GNU-ified the source tree :)
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2697
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2698 version 0.8.0 (04/31/1999):
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2699 * Code clean-up
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2700 * Updated Prefs
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2701 * Buddy Pouncing
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2702 * Pixmaps for buttons
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2703 * Buddylist import/export
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2704 * Autoconf/Automake
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2705 * Conversation Logging
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2706 * Coloured Text Selection
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2707 * Updated Preferences
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2708 * ESD Support
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2709 * Minor Bug Fixes
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2710 * `Warning' support
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2711 * `Blocking' on conversation window
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2712 * Add/Remove buddy from conversation window
7b1da07f853f [gaim-migrate @ 9]
Rob Flynn <gaim@robflynn.com>
parents:
diff changeset
2713 * Scroll-Wheel Mice work in Conversation Window
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2714 * Fixed WindowMaker Appicon
20193
9c600c31fa85 in c966d1b59a11c860df756f5def6e3486d94f24e3, Kevin noted that "Version" should be "version." merging the changelog is scary though.
Luke Schierer <lschiere@pidgin.im>
parents: 20185
diff changeset
2715 * version Number in About Box
2536
84dd244c1b98 [gaim-migrate @ 2549]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents: 2532
diff changeset
2716 * Gaim Slogan in about box :)
15394
deded6c0a0af [gaim-migrate @ 18124]
Mark Doliner <markdoliner@pidgin.im>
parents: 15322
diff changeset
2717 * Created Changelog File :)

mercurial