Mercurial > pidgin.yaz
annotate gaim.spec.in @ 3371:363af6ce86a8
[gaim-migrate @ 3390]
I'm so careless.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Fri, 02 Aug 2002 05:23:01 +0000 |
parents | eb7b398051f2 |
children | d40f96a0169b |
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 |
3292 | 74 %{prefix}/man/man1/gaim.1.gz |
827
cc07bbd39472
[gaim-migrate @ 837]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
606
diff
changeset
|
75 %attr(755,root,root) %{prefix}/lib/gaim/* |
369
cf895313fc50
[gaim-migrate @ 379]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
326
diff
changeset
|
76 %{prefix}/share/locale/*/*/* |
3370 | 77 %{prefix}/share/pixmaps/gaim.png |
326 | 78 %{prefix}/share/gnome/apps/Internet/gaim.desktop |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
79 |
606
eaab8abda2c0
[gaim-migrate @ 616]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
547
diff
changeset
|
80 |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
81 %files applet |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
82 %defattr(-,root,root) |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
83 %attr(755,root,root) %{prefix}/bin/gaim_applet |
2479
66b27e902b7b
[gaim-migrate @ 2492]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2325
diff
changeset
|
84 %doc doc/the_penguin.txt doc/CREDITS NEWS COPYING AUTHORS doc/FAQ README ChangeLog plugins/PERL-HOWTO HACKING |
3292 | 85 %{prefix}/man/man1/gaim.1.gz |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
86 %{prefix}/lib/gaim/* |
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
87 %{prefix}/share/locale/*/*/* |
3370 | 88 %{prefix}/share/pixmaps/gaim.png |
2481
0d5257faa66e
[gaim-migrate @ 2494]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2479
diff
changeset
|
89 %{prefix}/share/pixmaps/gaim/* |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
90 %{prefix}/share/gnome/apps/Internet/gaim.desktop |
827
cc07bbd39472
[gaim-migrate @ 837]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
606
diff
changeset
|
91 %{sysconfdir}/CORBA/servers/* |
606
eaab8abda2c0
[gaim-migrate @ 616]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
547
diff
changeset
|
92 %{prefix}/share/applets/Network/* |
547
8086ed233742
[gaim-migrate @ 557]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
369
diff
changeset
|
93 |
322 | 94 %clean |
95 rm -r $RPM_BUILD_ROOT | |
2224 | 96 |
97 %changelog | |
3334 | 98 * Mon Jun 24 2002 Rob Flynn <rob@marko.net> (0.59 release) |
3289 | 99 - Hungarian translation added (Thanks, Sutto Zoltan) |
100 - Swedish translation updated (Thanks, Christian Rose) | |
101 - Spanish translation updated (Thanks, Alex) | |
102 - Traditional Chinese translation updated (Thanks, Paladin Liu) | |
103 - Czech translation added (Thanks, Honza) | |
104 - Polish translation updated (Thanks Przemyslaw Sulek) | |
105 - Squashed a bug in buddy right-click menu handling that crashed Gaim. In the process: found and eliminated some memory leaks. | |
106 - Fixed a significant applet leak | |
107 - Can now change Jabber password on server (Thanks, Nathan Walp) | |
108 - Certain types of Jabber presence errors no longer falsely show a buddy on-line. Instead now a "broken light-bulb" icon is shown and the error status is available via "Get Away Msg" (Thanks and a tip o' the hat to Christian Hammond for the graphic) | |
109 - Conversation struct has pointer to toolbar (thanks Brent Priddy and Paul Miller) | |
110 - Zephyr fixes (thanks, Arun A. Tharuvai) | |
111 - Aliases in buddy ticker | |
112 - Perl scripts can play Gaim sounds (thanks Andrew Rodland) | |
113 - Internal sounds can be played by commands (thanks Lex Spoon) | |
114 - Auto-login item in applet menu (thanks Chris Boyle) | |
3334 | 115 - Fixed MSN "Unkown Error Code", "Already there", and Already in opposite list" errors |
3305 | 116 - Changed "Play sound" button to "Mute" button |
3334 | 117 - You can now have "reserved" chars in IM and proxy passwords |
118 - Jabber now has typing notification (Thanks, Nathan Walp) | |
119 - Improved support for Jabber resources (Thanks, Nathan Walp) | |
120 - Fixed problem with Gaim crashing on non-ASCII Jabber buddy aliases (Jabber "name" attribute) chars (Thanks, Ho-seok Lee) | |
121 - Plugged memory leaks in Jabber plug-in | |
122 - Fixed problem with Jabber away status not being propagated to conference rooms for jabberd (server) v1.4.2 and above | |
123 - Chat room buddy lists are now sorted independent of case | |
124 - Added capability for protocol-specific edit buddy menu entries | |
125 - Can now remove a Jabber buddy roster item from the server entirely | |
126 - Gaim can now handle messages from Mac ICQ and Miranda ICQ (Thanks, Mark Doliner) | |
127 - Added Mozilla to browser options and changed KFM to Konqueror. | |
128 - Can now set the server and port for MSN and Napster | |
129 - MSN Internationalization (Thanks Felipe Contreras and countless, countless others) | |
130 - E-mail addresses are no longer truncated when there is a '.' at the end. | |
3289 | 131 |
3241 | 132 * Mon May 13 2002 Rob Flynn <rob@marko.net> (0.58 release) |
3238 | 133 - Bulgarian translation added (Thanks, Igel Itzo) |
134 - Taiwanese translation added (Thanks, Paladin Liu) | |
135 - Better applet transparency | |
136 - Option to raise buddy list on signons/signoffs | |
137 - Formatting of incoming MSN messages | |
138 - Get Info from menu multiple-account-aware (thanks Brian Bernas) | |
139 - Hide and unhide functions for the filectl plugin. (Thanks, Ari Pollak) | |
140 - Added helpful stuff to the Help menu. | |
141 - Self-aliasing from the account editor. | |
142 - Better selection in GtkIMHtml (Thanks Ben Miller) | |
143 - A warning when your OSCAR buddy list is too long (Thanks, Mark Doliner) | |
144 - ICQ status messages in OSCAR (Thanks, Mark Doliner) | |
145 - Play sound when your name is said in a chat | |
146 - 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. | |
147 - Jabber "Change buddy group" roster synchronization now works again. (This was unknowningly broken when the "out-sourced" Jabber libs were upgraded in 0.56) | |
148 - Invalid Jabber I.D.'s no longer crash Gaim. User now notified with pop-up's. | |
149 - Jabber Buddy sign-on time support, added in 0.57, removed until and unless an inconsistancy can be resolved. (Thanks, Nathan Walp) | |
150 - Bug-fix for potential buffer overflow in Jabber plugin. (Thanks, rwscott) | |
151 - Tempfiles used for secure MSN/HotMail login (added in 0.57) are now themselves created securely. | |
152 - Secure MSN logins (added in 0.57) no longer blow up on Solaris. | |
153 - Timezone support improved. | |
154 | |
3177 | 155 * Thu Apr 25 2002 Rob Flynn <rob@marko.net (0.57 release) |
156 - New authorization method for Yahoo! | |
157 - Polish translation updated (Thanks Przemyslaw Sulek) | |
158 - Jabber will tell you when your buddies signed on (Thanks Nathan Walp) | |
159 - Danish translation added (Thanks, Sarauw Hansen) | |
160 - Finnish translation update (Thanks, Tero Kuusela) | |
161 - Japanese translation added (Thanks, Ryosuke Kutsuna) | |
162 - Jabber improvements (Thanks, Nathan Walp) | |
163 - More keyboard shortcuts | |
164 - event_chat_recv takes char**'s, and event_im_recv takes a *guint32 for flags | |
165 - Secure hotmail login for MSN (thanks for the tips, Scott Werndorfer) | |
166 | |
3138 | 167 * Thu Apr 11 2002 Rob Flynn <rob@marko.net (0.56 release) |
168 - German translation update (Thanks Karsten Weiss) | |
169 - Shell-like send history binded to Ctrl-Up and Ctrl-Down | |
170 - Russian Translation Updated (thanks Grigory Bakunov) | |
171 - libjabber upgraded to most recent stable version | |
172 - Buddylist looks a little better | |
173 - Fixed MSN privacy settings | |
174 - Group deletion fix (Thanks Mark Doliner) | |
175 - Alias/Group syncronization for Jabber (Thanks JSeymour) | |
176 - Fixed broken signal handling in gdm-started GNOME sessions (Thanks Jim Seymour, Vann, Robert McQueen) | |
3177 | 177 - Oscar group syncronization (Thanks, Mark Doliner) |
178 - ICQ Authorization via Oscar (Thanks, Mark Doliner) | |
179 | |
3138 | 180 |
3113 | 181 * Fri Mar 29 2002 Rob Flynn <rob@marko.net> (0.55 release) |
182 - Jabber improvements (Thanks Jim Seymour) | |
183 - Various sound cleanups (Thanks Robert McQueen) | |
184 - Login process shown in single window (Thanks Michael Golden) | |
185 - Can reorder your accounts in the account editor (Thanks Luke Schierer) | |
186 - Updated Dutch translation | |
187 - Shows "mobile" icon for Oscar buddies using mobile devices (Thanks Mark Doliner) | |
188 - Fixed bug in MSN smilies that crashed PPC (and other?) platforms | |
189 - Updated Polish Translation (Thanks Przemyslaw Sulek) | |
190 - Updated Spanish Translation (Thanks Amaya) | |
191 - Updated French translation | |
192 - Updated Finnish translation (Thanks Tero Kuusela) | |
193 - HTTP Proxy settings now HTTP compliant (Thanks Robert McQueen) | |
194 - Speling corections (Thanks Tero Kuusela) | |
195 - Oscar list icon fixes (Thanks Mark Doliner) | |
196 - Oscar idle times work again (Thanks Mark Doliner) | |
197 - Protocol icons on Edit Buddies tab (Thanks Christian Hammond) | |
198 | |
3053 | 199 * Thu Mar 14 2002 Rob Flynn <rob@marko.net> (0.54 release) |
200 - Compiles without GdkPixbuf again | |
201 - GtkIMHtml will refresh when you set a new GTK+ theme | |
202 - Improved Yahoo! typing notification (thanks Brian Macke) | |
203 - Prompt to authorize MSN buddies who added you while you were offline (Thanks Jason Willis) | |
204 - Option to globally disable Buddy Icon animation (Thanks Luke Schierer) | |
205 - Numerous bugfixes | |
206 - Yahoo! will tell you when your buddies are playing Yahoo! games and give you the ability to join them | |
207 - Yahoo! can receive offline messages | |
208 - IRC can do DCC chat. | |
209 - IRC will convert HTML formatting to mIRC formatting. | |
210 - Buddylist tab placement option (Thanks Jason Willis) | |
211 - Protocol specific smiley faces | |
212 - Italian translation added | |
213 - IM Image sending | |
214 | |
2993 | 215 * Fri Feb 28 2002 Rob Flynn <rob@marko.net> (0.53 release) |
216 - Updated Polish Translation (thanks Przemyslaw Sulek) | |
217 - Slovak translation added (Thanks Daniel Rezny) | |
218 - Minor bug fixes re: queued away messages | |
219 - Better buddy icon transparency (for real this time ;-)) | |
220 - Ability to change formatting of Oscar screen name | |
221 - Better selection in HTML widget (Thanks BMiller) | |
222 - New icons for ICQ (Thanks Kevin Miller) | |
223 - Editable buddy pounces (Thanks Jason Willis) | |
224 - Server side buddy lists in Oscar (Thanks KingAnt :-)) | |
225 - Fix for the chatlist plugin | |
226 - Typing Notification (AIM Direct Connect, Yahoo, MSN) | |
227 - IM Images (Receive Only) | |
228 - Prettier GtkImHtml selection | |
229 | |
2961 | 230 * Sun Feb 17 2002 Rob Flynn <rob@marko.net> (0.52 release) |
231 - Better buddy icon transparency (thanks SeanEgan) | |
232 - Updated Polish Translation (thanks Przemyslaw Sulek) | |
233 - Fixed a little bug with connecting via proxy (thanks for reminding me of this, Manish Singh) | |
234 - Updated Simplified Chinese Translation (Thanks Rocky S. Lee) | |
235 - Updated German Translation (Thanks Karsten Weiss) | |
236 - Yahoo! Messenger works again | |
237 - MSN Works again | |
238 - Can register a new user with a Jabber Server (JSeymour) | |
239 - Can now set Jabber vCards (JSeymour) | |
240 - Jabber vCards are now shown in their entirety (JSeymour) | |
241 - Various jabber bug fixes/enhancements (JSeymour) | |
242 | |
2933 | 243 * Thu Jan 24 2002 Rob Flynn <rob@marko.net> (0.51 release) |
2927 | 244 - Arrow buttons in log viewer and some other dialogs work (thanks Ben Miller) |
245 - Option to only send auto-response while idle (thanks Sean Egan) | |
246 - Control time between sending auto-responses (thanks Mark Doliner) | |
247 - Should be able to sign on to Oscar using Mac OS X (thanks Fingolfin, Vincas Ciziunas, et al.) | |
248 - Finnish translation added (Thanks Tero Kuusela) | |
249 - Updated French Translation (Thanks sebfrance) | |
250 | |
2881 | 251 * Thu Dec 13 2001 Rob Flynn <rob@marko.net> (0.50 release) |
252 - Updated polish translation (Thanks Przemyslaw Sulek) | |
253 - Able to import GnomeICU contact lists | |
254 - Galeon as browser option (Thanks Rob McQueen) | |
255 - IRC /list, /invite (Thanks Sean Egan) | |
256 - Added swedish translation (Thanks Christian Rose) | |
257 - Option to have IMs and Chats tabbed in same window | |
258 - Finally put the lagmeter plugin out of its misery and removed it. (/me dances on its grave.) | |
259 | |
2815 | 260 * Thu Nov 29 2001 Rob Flynn <rob@marko.net> (0.49 release) |
261 - Can compile against GTK+ 2.0 (version 1.3.10/1.3.11) | |
262 - Confirm before removing buddies | |
263 - Updated Russian translation (thanks Grigory Bakunov) | |
264 - Updated Korean translation (thanks Ho-seok Lee, also for resized ICQ icons) | |
265 - Updated Dutch translation (thanks Floris Eshuis) | |
266 - Yahoo updates (thanks Brian Macke) | |
267 - Jabber updates | |
268 - Zephyr updates (thanks Arun A Tharuvai) | |
269 - Gadu-Gadu updates (thanks Arkadiusz Miskiewicz) | |
270 - Option to show aliases in conversation tabs | |
271 - Option to hide windows after sending messages | |
272 - licq2gaim.pl conversion script (thanks Arturo Cisneros, Jr.) | |
273 | |
2720 | 274 * Thu Nov 18 2001 Rob Flynn <rob@marko.net> (0.48 release) |
275 - Right-click on links to open/copy URL | |
276 - Yahoo changes | |
277 - 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. | |
278 | |
2653 | 279 * Thu Nov 01 2001 Rob Flynn <rob@marko.net> (0.47 release) |
280 - Better font loading (pays attention to charset now) (thanks Arkadiusz Miskiewicz) | |
281 - Better recoding in Gadu-Gadu (thanks Arkadiusz Miskiewicz) | |
282 - Open Mail button for when you get new mail (Yahoo and MSN) | |
283 - New buddy pounce option: Popup Notification | |
284 - When adding a buddy, the groups list now updates when you switch accounts. | |
285 - When creating a new buddy pounce, gaim now automagically selects "on away" or "on idle", if the user is away or idle. | |
286 - Add Opera to the available browsers (thanks Brian Enigma) | |
287 - Improved log viewer (thanks to Ben Miller) | |
288 - When you are queueing away messages, double clicking on a buddy's name will cause the messages for that name to be dequeued. | |
289 - You can choose which sound player you use at run-time (thanks Ben Miller) | |
290 - 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) | |
291 - Option to grey idle buddies (thanks Nathan Walp) | |
292 - MSN Privacy Options | |
293 - In MSN you can set a person's alias to their "friendly name" by right-click on their name while they're online. | |
294 - IRC can do /WHOIS | |
295 - The usual bug fixes and memory leak plugs | |
296 - Added Dutch translation | |
297 - Updated Korean translation | |
298 | |
2538 | 299 * Thu Oct 18 2001 Rob Flynn <rob@marko.net> (0.46 release) |
300 - New applet icons (courtesy David Raeman) | |
301 - ICQ works on big-endian platforms, e.g. sparc and ppc (thanks to Nathan Walp and Ben Miller) | |
302 - Better applet icon drawing (thanks to Ari Pollak) | |
303 - An extraordinary number of bug fixes | |
304 - Updated Korean translation | |
305 - 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 | |
306 - 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.) | |
307 - Can pass an argument to timeout_handlers in perl (thanks Artem Litvinovich) | |
308 - Redesigned Modify Account window (thanks Sean Egan) | |
309 - Add buddy dialog now lets you select which protocol to add the buddy to | |
310 - Pressing 'signon' on the first screen for accounts that do not require passwords no longer incorrectly displays an error message. | |
311 | |
312 * Thu Oct 04 2001 Rob Flynn <rob@marko.net> (0.45 release) | |
313 - New plugin event: event_chat_send_invite | |
314 - Major updates to the perl system (reread PERL-HOWTO and SIGNALS) | |
315 - Major updates to event_chat_* events for plugins (reread SIGNALS) | |
316 - Some GtkIMHtml improvements | |
317 - Various bugfixes | |
318 - Nick Highlighting in chat | |
319 - Tab-completion for nicks in chat (thanks to Sean Egan) | |
320 - Large internal reworkings | |
321 - New Protocol: Gadu-Gadu, written by Arkadiusz Miskiewicz | |
322 - Can choose buddy icon to send (for Oscar) | |
323 - New Translation: Polish translation by Przemysaw Suek | |
324 | |
2325 | 325 * Thu Sep 20 2001 Rob Flynn <rob@marko.net> (0.44 release) |
326 - More sane scaling of buddy icons (intelligently scale to either 48x48 or 50x50 depending on icon) | |
327 - 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. | |
328 - Temporarily removed Jabber user registration, which wasn't working anyway. | |
329 - Added a spiffy Help button | |
330 - Wrote a plugin for all those people who miss having the chat rooms in their buddy lists (chatlist.so) | |
331 - Updated libfaim | |
332 - Added drop down selection to chat invitation | |
333 - Improved the look of the chat invitation dialog | |
334 - Improved the look of the proxy preferences | |
335 - event_im_recv and event_im_display_rcvd passed whether the message received was auto-response (see SIGNALS) | |
336 - IRC fixes (largly copied from X-Chat) | |
337 - Internal change to how preferences are stored | |
338 - Other bug fixes | |
339 - Option to hide buddy icons | |
340 | |
2243
03d23dc61dba
[gaim-migrate @ 2253]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2224
diff
changeset
|
341 * Thu Sep 06 2001 Rob Flynn <rob@marko.net> (0.43 release) |
2224 | 342 - Updated German Translation (thanks Daniel Seifert) |
343 - Can change friendly name in MSN again | |
344 - Bug fixes | |
345 - Auto-reconnect plugin has exponential timeout (i.e. it tries after 8 seconds, then 16, then 32, etc. up to 17 minutes) | |
346 - Removed file transfer things from Napster. It didn't work well anyway. It'll be back eventually. (Does anyone even use napster anymore?) |