Mercurial > pidgin.yaz
annotate gaim.spec.in @ 3255:bea080f7f5c7
[gaim-migrate @ 3273]
Miniscule Improvement in ICQ get status (Thanks, Mark Doliner)
committer: Tailor Script <tailor@pidgin.im>
author | Jim Seymour <jseymour> |
---|---|
date | Thu, 16 May 2002 02:13:45 +0000 |
parents | ffa1ac08b22f |
children | 8c2164015d48 |
rev | line source |
---|---|
827
cc07bbd39472
[gaim-migrate @ 837]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
606
diff
changeset
|
1 %define name @PACKAGE@ |
cc07bbd39472
[gaim-migrate @ 837]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
606
diff
changeset
|
2 %define version @VERSION@ |
cc07bbd39472
[gaim-migrate @ 837]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
606
diff
changeset
|
3 %define release 1 |
cc07bbd39472
[gaim-migrate @ 837]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
606
diff
changeset
|
4 %define serial 1 |
cc07bbd39472
[gaim-migrate @ 837]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
606
diff
changeset
|
5 %define prefix /usr |
cc07bbd39472
[gaim-migrate @ 837]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
606
diff
changeset
|
6 %define sysconfdir /etc |
322 | 7 |
2578 | 8 Summary: A Gtk+ based multiprotocol instant messaging client |
322 | 9 Name: %{name} |
10 Version: %{version} | |
11 Release: %{release} | |
12 Serial: %{serial} | |
13 Copyright: GPL | |
14 Group: Applications/Internet | |
15 Vendor: Pimpin' Penguins | |
2250 | 16 Url: http://gaim.sf.net/ |
322 | 17 Source: %{name}-%{version}.tar.gz |
1670 | 18 Packager: Rob Flynn <rob@marko.net> |
322 | 19 BuildRoot: /var/tmp/%{name}-%{version}-root |
2862
ad4057cb228f
[gaim-migrate @ 2875]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2815
diff
changeset
|
20 Requires: gtk+ >= 1.2.5 |
322 | 21 |
22 %description | |
3162 | 23 Gaim allows you to talk to anyone using a variety of messaging |
24 protocols, including AIM (Oscar and TOC), ICQ, IRC, Yahoo!, | |
25 MSN Messenger, Jabber, Gadu-Gadu, Napster, and Zephyr. These | |
26 protocols are implemented using a modular, easy to use design. | |
27 To use a protocol, just load the plugin for it. | |
28 | |
29 Gaim supports many common features of other clients, as well as many | |
30 unique features, such as perl scripting and C plugins. | |
31 | |
2578 | 32 Gaim is NOT affiliated with or endorsed by AOL. |
33 | |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
34 %package applet |
3162 | 35 Summary: A Gnome based multiprotocol instant messaging applet |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
36 Group: Applications/Internet |
2862
ad4057cb228f
[gaim-migrate @ 2875]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2815
diff
changeset
|
37 Requires: gtk+ >= 1.2.5 |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
38 |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
39 %description applet |
3162 | 40 Gaim allows you to talk to anyone using a variety of messaging |
41 protocols, including AIM (Oscar and TOC), ICQ, IRC, Yahoo!, | |
42 MSN Messenger, Jabber, Gadu-Gadu, Napster, and Zephyr. These | |
43 protocols are implemented using a modular, easy to use design. | |
44 To use a protocol, just load the plugin for it. | |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
45 |
3162 | 46 Gaim supports many common features of other clients, as well as many |
47 unique features, such as perl scripting and C plugins. | |
1195 | 48 |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
49 The applet sits in your Gnome panel. It has all the same functionality |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
50 as the regular application but takes less desktop space. |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
51 |
3162 | 52 Gaim is NOT affiliated with or endorsed by AOL. |
53 | |
322 | 54 %prep |
55 %setup | |
56 | |
57 %build | |
2599
b5236052876d
[gaim-migrate @ 2612]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2578
diff
changeset
|
58 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --disable-gnome --disable-artsc |
322 | 59 make |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
60 if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi; |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
61 mkdir -p $RPM_BUILD_ROOT%{prefix} |
1618
b4349bb68302
[gaim-migrate @ 1628]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1551
diff
changeset
|
62 make prefix=$RPM_BUILD_ROOT%{prefix} install |
2260
aa69e80298bb
[gaim-migrate @ 2270]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2250
diff
changeset
|
63 make -C src mostlyclean-compile |
2599
b5236052876d
[gaim-migrate @ 2612]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2578
diff
changeset
|
64 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} --enable-distrib --disable-artsc |
2260
aa69e80298bb
[gaim-migrate @ 2270]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2250
diff
changeset
|
65 make -C src gaim_applet |
322 | 66 |
67 %install | |
1618
b4349bb68302
[gaim-migrate @ 1628]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1551
diff
changeset
|
68 make DESTDIR=$RPM_BUILD_ROOT prefix=%{prefix} sysconfdir=%{sysconfdir} install |
322 | 69 |
70 %files | |
71 %defattr(-,root,root) | |
827
cc07bbd39472
[gaim-migrate @ 837]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
606
diff
changeset
|
72 %{prefix}/bin/gaim |
2479
66b27e902b7b
[gaim-migrate @ 2492]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2325
diff
changeset
|
73 %doc doc/the_penguin.txt doc/CREDITS NEWS COPYING AUTHORS doc/FAQ README ChangeLog plugins/PERL-HOWTO HACKING |
827
cc07bbd39472
[gaim-migrate @ 837]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
606
diff
changeset
|
74 %attr(755,root,root) %{prefix}/lib/gaim/* |
369
cf895313fc50
[gaim-migrate @ 379]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
326
diff
changeset
|
75 %{prefix}/share/locale/*/*/* |
325 | 76 %{prefix}/share/pixmaps/gaim.xpm |
326 | 77 %{prefix}/share/gnome/apps/Internet/gaim.desktop |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
78 |
606
eaab8abda2c0
[gaim-migrate @ 616]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
547
diff
changeset
|
79 |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
80 %files applet |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
81 %defattr(-,root,root) |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
82 %attr(755,root,root) %{prefix}/bin/gaim_applet |
2479
66b27e902b7b
[gaim-migrate @ 2492]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2325
diff
changeset
|
83 %doc doc/the_penguin.txt doc/CREDITS NEWS COPYING AUTHORS doc/FAQ README ChangeLog plugins/PERL-HOWTO HACKING |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
84 %{prefix}/lib/gaim/* |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
85 %{prefix}/share/locale/*/*/* |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
86 %{prefix}/share/pixmaps/gaim.xpm |
2481
0d5257faa66e
[gaim-migrate @ 2494]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2479
diff
changeset
|
87 %{prefix}/share/pixmaps/gaim/* |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
88 %{prefix}/share/gnome/apps/Internet/gaim.desktop |
827
cc07bbd39472
[gaim-migrate @ 837]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
606
diff
changeset
|
89 %{sysconfdir}/CORBA/servers/* |
606
eaab8abda2c0
[gaim-migrate @ 616]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
547
diff
changeset
|
90 %{prefix}/share/applets/Network/* |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
91 |
322 | 92 %clean |
93 rm -r $RPM_BUILD_ROOT | |
2224 | 94 |
95 %changelog | |
3241 | 96 * Mon May 13 2002 Rob Flynn <rob@marko.net> (0.58 release) |
3238 | 97 - Bulgarian translation added (Thanks, Igel Itzo) |
98 - Taiwanese translation added (Thanks, Paladin Liu) | |
99 - Better applet transparency | |
100 - Option to raise buddy list on signons/signoffs | |
101 - Formatting of incoming MSN messages | |
102 - Get Info from menu multiple-account-aware (thanks Brian Bernas) | |
103 - Hide and unhide functions for the filectl plugin. (Thanks, Ari Pollak) | |
104 - Added helpful stuff to the Help menu. | |
105 - Self-aliasing from the account editor. | |
106 - Better selection in GtkIMHtml (Thanks Ben Miller) | |
107 - A warning when your OSCAR buddy list is too long (Thanks, Mark Doliner) | |
108 - ICQ status messages in OSCAR (Thanks, Mark Doliner) | |
109 - Play sound when your name is said in a chat | |
110 - Approval dialog for Jabber when somebody wants to subscribe to user's presence. Also gives user the opportunity to add that buddy if not already on the user's buddy list. | |
111 - Jabber "Change buddy group" roster synchronization now works again. (This was unknowningly broken when the "out-sourced" Jabber libs were upgraded in 0.56) | |
112 - Invalid Jabber I.D.'s no longer crash Gaim. User now notified with pop-up's. | |
113 - Jabber Buddy sign-on time support, added in 0.57, removed until and unless an inconsistancy can be resolved. (Thanks, Nathan Walp) | |
114 - Bug-fix for potential buffer overflow in Jabber plugin. (Thanks, rwscott) | |
115 - Tempfiles used for secure MSN/HotMail login (added in 0.57) are now themselves created securely. | |
116 - Secure MSN logins (added in 0.57) no longer blow up on Solaris. | |
117 - Timezone support improved. | |
118 | |
3177 | 119 * Thu Apr 25 2002 Rob Flynn <rob@marko.net (0.57 release) |
120 - New authorization method for Yahoo! | |
121 - Polish translation updated (Thanks Przemyslaw Sulek) | |
122 - Jabber will tell you when your buddies signed on (Thanks Nathan Walp) | |
123 - Danish translation added (Thanks, Sarauw Hansen) | |
124 - Finnish translation update (Thanks, Tero Kuusela) | |
125 - Japanese translation added (Thanks, Ryosuke Kutsuna) | |
126 - Jabber improvements (Thanks, Nathan Walp) | |
127 - More keyboard shortcuts | |
128 - event_chat_recv takes char**'s, and event_im_recv takes a *guint32 for flags | |
129 - Secure hotmail login for MSN (thanks for the tips, Scott Werndorfer) | |
130 | |
3138 | 131 * Thu Apr 11 2002 Rob Flynn <rob@marko.net (0.56 release) |
132 - German translation update (Thanks Karsten Weiss) | |
133 - Shell-like send history binded to Ctrl-Up and Ctrl-Down | |
134 - Russian Translation Updated (thanks Grigory Bakunov) | |
135 - libjabber upgraded to most recent stable version | |
136 - Buddylist looks a little better | |
137 - Fixed MSN privacy settings | |
138 - Group deletion fix (Thanks Mark Doliner) | |
139 - Alias/Group syncronization for Jabber (Thanks JSeymour) | |
140 - Fixed broken signal handling in gdm-started GNOME sessions (Thanks Jim Seymour, Vann, Robert McQueen) | |
3177 | 141 - Oscar group syncronization (Thanks, Mark Doliner) |
142 - ICQ Authorization via Oscar (Thanks, Mark Doliner) | |
143 | |
3138 | 144 |
3113 | 145 * Fri Mar 29 2002 Rob Flynn <rob@marko.net> (0.55 release) |
146 - Jabber improvements (Thanks Jim Seymour) | |
147 - Various sound cleanups (Thanks Robert McQueen) | |
148 - Login process shown in single window (Thanks Michael Golden) | |
149 - Can reorder your accounts in the account editor (Thanks Luke Schierer) | |
150 - Updated Dutch translation | |
151 - Shows "mobile" icon for Oscar buddies using mobile devices (Thanks Mark Doliner) | |
152 - Fixed bug in MSN smilies that crashed PPC (and other?) platforms | |
153 - Updated Polish Translation (Thanks Przemyslaw Sulek) | |
154 - Updated Spanish Translation (Thanks Amaya) | |
155 - Updated French translation | |
156 - Updated Finnish translation (Thanks Tero Kuusela) | |
157 - HTTP Proxy settings now HTTP compliant (Thanks Robert McQueen) | |
158 - Speling corections (Thanks Tero Kuusela) | |
159 - Oscar list icon fixes (Thanks Mark Doliner) | |
160 - Oscar idle times work again (Thanks Mark Doliner) | |
161 - Protocol icons on Edit Buddies tab (Thanks Christian Hammond) | |
162 | |
3053 | 163 * Thu Mar 14 2002 Rob Flynn <rob@marko.net> (0.54 release) |
164 - Compiles without GdkPixbuf again | |
165 - GtkIMHtml will refresh when you set a new GTK+ theme | |
166 - Improved Yahoo! typing notification (thanks Brian Macke) | |
167 - Prompt to authorize MSN buddies who added you while you were offline (Thanks Jason Willis) | |
168 - Option to globally disable Buddy Icon animation (Thanks Luke Schierer) | |
169 - Numerous bugfixes | |
170 - Yahoo! will tell you when your buddies are playing Yahoo! games and give you the ability to join them | |
171 - Yahoo! can receive offline messages | |
172 - IRC can do DCC chat. | |
173 - IRC will convert HTML formatting to mIRC formatting. | |
174 - Buddylist tab placement option (Thanks Jason Willis) | |
175 - Protocol specific smiley faces | |
176 - Italian translation added | |
177 - IM Image sending | |
178 | |
2993 | 179 * Fri Feb 28 2002 Rob Flynn <rob@marko.net> (0.53 release) |
180 - Updated Polish Translation (thanks Przemyslaw Sulek) | |
181 - Slovak translation added (Thanks Daniel Rezny) | |
182 - Minor bug fixes re: queued away messages | |
183 - Better buddy icon transparency (for real this time ;-)) | |
184 - Ability to change formatting of Oscar screen name | |
185 - Better selection in HTML widget (Thanks BMiller) | |
186 - New icons for ICQ (Thanks Kevin Miller) | |
187 - Editable buddy pounces (Thanks Jason Willis) | |
188 - Server side buddy lists in Oscar (Thanks KingAnt :-)) | |
189 - Fix for the chatlist plugin | |
190 - Typing Notification (AIM Direct Connect, Yahoo, MSN) | |
191 - IM Images (Receive Only) | |
192 - Prettier GtkImHtml selection | |
193 | |
2961 | 194 * Sun Feb 17 2002 Rob Flynn <rob@marko.net> (0.52 release) |
195 - Better buddy icon transparency (thanks SeanEgan) | |
196 - Updated Polish Translation (thanks Przemyslaw Sulek) | |
197 - Fixed a little bug with connecting via proxy (thanks for reminding me of this, Manish Singh) | |
198 - Updated Simplified Chinese Translation (Thanks Rocky S. Lee) | |
199 - Updated German Translation (Thanks Karsten Weiss) | |
200 - Yahoo! Messenger works again | |
201 - MSN Works again | |
202 - Can register a new user with a Jabber Server (JSeymour) | |
203 - Can now set Jabber vCards (JSeymour) | |
204 - Jabber vCards are now shown in their entirety (JSeymour) | |
205 - Various jabber bug fixes/enhancements (JSeymour) | |
206 | |
2933 | 207 * Thu Jan 24 2002 Rob Flynn <rob@marko.net> (0.51 release) |
2927 | 208 - Arrow buttons in log viewer and some other dialogs work (thanks Ben Miller) |
209 - Option to only send auto-response while idle (thanks Sean Egan) | |
210 - Control time between sending auto-responses (thanks Mark Doliner) | |
211 - Should be able to sign on to Oscar using Mac OS X (thanks Fingolfin, Vincas Ciziunas, et al.) | |
212 - Finnish translation added (Thanks Tero Kuusela) | |
213 - Updated French Translation (Thanks sebfrance) | |
214 | |
2881 | 215 * Thu Dec 13 2001 Rob Flynn <rob@marko.net> (0.50 release) |
216 - Updated polish translation (Thanks Przemyslaw Sulek) | |
217 - Able to import GnomeICU contact lists | |
218 - Galeon as browser option (Thanks Rob McQueen) | |
219 - IRC /list, /invite (Thanks Sean Egan) | |
220 - Added swedish translation (Thanks Christian Rose) | |
221 - Option to have IMs and Chats tabbed in same window | |
222 - Finally put the lagmeter plugin out of its misery and removed it. (/me dances on its grave.) | |
223 | |
2815 | 224 * Thu Nov 29 2001 Rob Flynn <rob@marko.net> (0.49 release) |
225 - Can compile against GTK+ 2.0 (version 1.3.10/1.3.11) | |
226 - Confirm before removing buddies | |
227 - Updated Russian translation (thanks Grigory Bakunov) | |
228 - Updated Korean translation (thanks Ho-seok Lee, also for resized ICQ icons) | |
229 - Updated Dutch translation (thanks Floris Eshuis) | |
230 - Yahoo updates (thanks Brian Macke) | |
231 - Jabber updates | |
232 - Zephyr updates (thanks Arun A Tharuvai) | |
233 - Gadu-Gadu updates (thanks Arkadiusz Miskiewicz) | |
234 - Option to show aliases in conversation tabs | |
235 - Option to hide windows after sending messages | |
236 - licq2gaim.pl conversion script (thanks Arturo Cisneros, Jr.) | |
237 | |
2720 | 238 * Thu Nov 18 2001 Rob Flynn <rob@marko.net> (0.48 release) |
239 - Right-click on links to open/copy URL | |
240 - Yahoo changes | |
241 - Oscar can send/receive offline messages in ICQ. Since the "real" ICQ protocol isn't working too well it's recommended that you use Oscar for ICQ. | |
242 | |
2653 | 243 * Thu Nov 01 2001 Rob Flynn <rob@marko.net> (0.47 release) |
244 - Better font loading (pays attention to charset now) (thanks Arkadiusz Miskiewicz) | |
245 - Better recoding in Gadu-Gadu (thanks Arkadiusz Miskiewicz) | |
246 - Open Mail button for when you get new mail (Yahoo and MSN) | |
247 - New buddy pounce option: Popup Notification | |
248 - When adding a buddy, the groups list now updates when you switch accounts. | |
249 - When creating a new buddy pounce, gaim now automagically selects "on away" or "on idle", if the user is away or idle. | |
250 - Add Opera to the available browsers (thanks Brian Enigma) | |
251 - Improved log viewer (thanks to Ben Miller) | |
252 - When you are queueing away messages, double clicking on a buddy's name will cause the messages for that name to be dequeued. | |
253 - You can choose which sound player you use at run-time (thanks Ben Miller) | |
254 - When someone adds you to their buddy list, it asks if you want to add them as well (Yahoo, ICQ, and MSN) (thanks Nathan Walp) | |
255 - Option to grey idle buddies (thanks Nathan Walp) | |
256 - MSN Privacy Options | |
257 - In MSN you can set a person's alias to their "friendly name" by right-click on their name while they're online. | |
258 - IRC can do /WHOIS | |
259 - The usual bug fixes and memory leak plugs | |
260 - Added Dutch translation | |
261 - Updated Korean translation | |
262 | |
2538 | 263 * Thu Oct 18 2001 Rob Flynn <rob@marko.net> (0.46 release) |
264 - New applet icons (courtesy David Raeman) | |
265 - ICQ works on big-endian platforms, e.g. sparc and ppc (thanks to Nathan Walp and Ben Miller) | |
266 - Better applet icon drawing (thanks to Ari Pollak) | |
267 - An extraordinary number of bug fixes | |
268 - Updated Korean translation | |
269 - Ability to stop animation on buddy icons, restart animation, hide certain buddy icons, and save people's buddy icons, all through a right-click menu | |
270 - Event handlers in perl passed arguments as elements of an array rather than all concatenated as a string, making perl much easier to use (thanks Dennis Lambe Jr.) | |
271 - Can pass an argument to timeout_handlers in perl (thanks Artem Litvinovich) | |
272 - Redesigned Modify Account window (thanks Sean Egan) | |
273 - Add buddy dialog now lets you select which protocol to add the buddy to | |
274 - Pressing 'signon' on the first screen for accounts that do not require passwords no longer incorrectly displays an error message. | |
275 | |
276 * Thu Oct 04 2001 Rob Flynn <rob@marko.net> (0.45 release) | |
277 - New plugin event: event_chat_send_invite | |
278 - Major updates to the perl system (reread PERL-HOWTO and SIGNALS) | |
279 - Major updates to event_chat_* events for plugins (reread SIGNALS) | |
280 - Some GtkIMHtml improvements | |
281 - Various bugfixes | |
282 - Nick Highlighting in chat | |
283 - Tab-completion for nicks in chat (thanks to Sean Egan) | |
284 - Large internal reworkings | |
285 - New Protocol: Gadu-Gadu, written by Arkadiusz Miskiewicz | |
286 - Can choose buddy icon to send (for Oscar) | |
287 - New Translation: Polish translation by Przemysaw Suek | |
288 | |
2325 | 289 * Thu Sep 20 2001 Rob Flynn <rob@marko.net> (0.44 release) |
290 - More sane scaling of buddy icons (intelligently scale to either 48x48 or 50x50 depending on icon) | |
291 - Have you ever had it happen where you cancel a login and Gaim starts using all the available processing power? I think I fixed that. | |
292 - Temporarily removed Jabber user registration, which wasn't working anyway. | |
293 - Added a spiffy Help button | |
294 - Wrote a plugin for all those people who miss having the chat rooms in their buddy lists (chatlist.so) | |
295 - Updated libfaim | |
296 - Added drop down selection to chat invitation | |
297 - Improved the look of the chat invitation dialog | |
298 - Improved the look of the proxy preferences | |
299 - event_im_recv and event_im_display_rcvd passed whether the message received was auto-response (see SIGNALS) | |
300 - IRC fixes (largly copied from X-Chat) | |
301 - Internal change to how preferences are stored | |
302 - Other bug fixes | |
303 - Option to hide buddy icons | |
304 | |
2243
03d23dc61dba
[gaim-migrate @ 2253]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2224
diff
changeset
|
305 * Thu Sep 06 2001 Rob Flynn <rob@marko.net> (0.43 release) |
2224 | 306 - Updated German Translation (thanks Daniel Seifert) |
307 - Can change friendly name in MSN again | |
308 - Bug fixes | |
309 - Auto-reconnect plugin has exponential timeout (i.e. it tries after 8 seconds, then 16, then 32, etc. up to 17 minutes) | |
310 - Removed file transfer things from Napster. It didn't work well anyway. It'll be back eventually. (Does anyone even use napster anymore?) |