Mercurial > pidgin.yaz
comparison gaim.spec.in @ 6171:4cbf448d12eb
[gaim-migrate @ 6656]
Updated .spec file from Paco-Paco. It works for Mandrake, too.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 17 Jul 2003 04:50:55 +0000 |
parents | 6503d24fda09 |
children | 2cb2a49f4bbe |
comparison
equal
deleted
inserted
replaced
6170:66ab9c9b3524 | 6171:4cbf448d12eb |
---|---|
1 %define name @PACKAGE@ | |
2 %define version @VERSION@ | |
3 %define release 1 | |
4 %define prefix /usr | |
5 %define sysconfdir /etc | |
6 | |
7 # This stuff makes things install into the directories that LFS wants. | |
8 # Ugly, and I don't know why rpm doesn't put them in the right places, | |
9 # but whatever. | |
10 %{expand:%%define share %(if [ -d %{prefix}/share/man ]; then echo /share ; else echo %%{nil} ; fi)} | |
11 %ifos linux | |
12 %define CONFIG_FLAGS --prefix=%prefix --infodir='%{prefix}%{share}/info' --mandir='%{prefix}%{share}/man' | |
13 %else | |
14 %define CONFIG_FLAGS --prefix=%prefix | |
15 %endif | |
16 | |
17 Summary: A Gtk+ based multiprotocol instant messaging client | 1 Summary: A Gtk+ based multiprotocol instant messaging client |
18 Name: %{name} | 2 Name: @PACKAGE@ |
19 Version: %{version} | 3 Version: @VERSION@ |
20 Release: %{release} | 4 Release: 1 |
21 Epoch: 1 | 5 Epoch: 1 |
22 License: GPL | 6 License: GPL |
23 Group: Applications/Internet | 7 Group: Applications/Internet |
24 Vendor: Pimpin' Penguins | 8 Vendor: Pimpin' Penguins |
25 Url: http://gaim.sf.net/ | 9 Url: http://gaim.sourceforge.net/ |
26 Source: %{name}-%{version}.tar.gz | 10 Source: %{name}-%{version}.tar.gz |
27 Packager: Rob Flynn <rob@marko.net> | 11 Packager: Rob Flynn <rob@marko.net> |
28 BuildRoot: /var/tmp/%{name}-%{version}-root | 12 BuildRoot: %{_tmppath}/%{name}-%{version}-root |
29 Prefix: %{prefix} | 13 %if %{_vendor} != MandrakeSoft |
30 | |
31 Requires: gtk2 >= 2.0.0 | 14 Requires: gtk2 >= 2.0.0 |
32 BuildRequires: libao-devel, gtk2-devel, gtkspell-devel, libtool, audiofile-devel | 15 BuildRequires: libao-devel, gtk2-devel, gtkspell-devel, libtool, audiofile-devel |
16 %else | |
17 Requires: gtk+2.0 >= 2.0.0 | |
18 BuildRequires: libao-devel, libgtk+2.0_0-devel, gtkspell-devel, libtool, audiofile-devel | |
19 %endif | |
20 | |
21 %package devel | |
22 Summary: Development headers, documentation, and libraries for Gaim. | |
23 Group: Applications/Internet | |
33 | 24 |
34 %description | 25 %description |
35 Gaim allows you to talk to anyone using a variety of messaging | 26 Gaim allows you to talk to anyone using a variety of messaging |
36 protocols, including AIM (Oscar and TOC), ICQ, IRC, Yahoo!, | 27 protocols, including AIM (Oscar and TOC), ICQ, IRC, Yahoo!, |
37 MSN Messenger, Jabber, Gadu-Gadu, Napster, and Zephyr. These | 28 MSN Messenger, Jabber, Gadu-Gadu, Napster, and Zephyr. These |
41 Gaim supports many common features of other clients, as well as many | 32 Gaim supports many common features of other clients, as well as many |
42 unique features, such as perl scripting and C plugins. | 33 unique features, such as perl scripting and C plugins. |
43 | 34 |
44 Gaim is NOT affiliated with or endorsed by AOL. | 35 Gaim is NOT affiliated with or endorsed by AOL. |
45 | 36 |
37 %description devel | |
38 | |
39 The gaim-devel package contains the header files, developer | |
40 documentation, and libraries required for development of gaim scripts | |
41 and plugins. | |
42 | |
46 %prep | 43 %prep |
47 %setup | 44 %setup |
48 | 45 |
49 %build | 46 %build |
50 CFLAGS="$RPM_OPT_FLAGS" ./configure %{CONFIG_FLAGS} | 47 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \ |
51 make | 48 --bindir=%{_bindir} \ |
49 --datadir=%{_datadir} \ | |
50 --includedir=%{_includedir} \ | |
51 --libdir=%{_libdir} \ | |
52 --mandir=%{_mandir} \ | |
53 --sysconfdir=%{_sysconfdir} | |
54 make %{?_smp_mflags} | |
52 | 55 |
53 %install | 56 %install |
54 if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi; | 57 rm -rf %{buildroot} |
55 make DESTDIR=$RPM_BUILD_ROOT prefix=%{prefix} sysconfdir=%{sysconfdir} install | 58 make prefix=%{buildroot}%{_prefix} bindir=%{buildroot}%{_bindir} \ |
59 datadir=%{buildroot}%{_datadir} includedir=%{buildroot}%{_includedir} \ | |
60 libdir=%{buildroot}%{_libdir} mandir=%{buildroot}%{_mandir} \ | |
61 sysconfdir=%{buildroot}%{_sysconfdir} \ | |
62 install | |
63 | |
64 %clean | |
65 rm -rf %{buildroot} | |
56 | 66 |
57 %files | 67 %files |
58 %defattr(-, root, root) | 68 %defattr(-, root, root) |
59 | 69 |
60 %doc doc/the_penguin.txt doc/CREDITS NEWS COPYING AUTHORS | 70 %doc doc/the_penguin.txt doc/CREDITS doc/FAQ NEWS COPYING AUTHORS |
61 %doc doc/FAQ README ChangeLog plugins/PERL-HOWTO HACKING | 71 %doc README ChangeLog |
72 %doc %{_mandir}/man1/* | |
62 | 73 |
63 %attr(755, root, root) %{_libdir}/gaim/* | 74 %attr(755, root, root) %{_libdir}/gaim/* |
64 | 75 %attr(755, root, root) %{_libdir}/libgaim-remote.so.* |
65 %{_bindir}/* | 76 %{_bindir}/* |
66 %{_mandir}/man1/* | |
67 %{_datadir}/locale/*/*/* | 77 %{_datadir}/locale/*/*/* |
68 %{_datadir}/pixmaps/* | 78 %{_datadir}/pixmaps/* |
69 %{_datadir}/sounds/gaim/* | 79 %{_datadir}/sounds/gaim/* |
70 %{_datadir}/applications/* | 80 %{_datadir}/applications/* |
71 | 81 |
72 %clean | 82 %files devel |
73 rm -r $RPM_BUILD_ROOT | 83 |
84 %doc plugins/SIGNALS plugins/HOWTO plugins/PERL-HOWTO | |
85 %doc HACKING TODO | |
86 | |
87 %attr(755, root, root) %{_libdir}/libgaim-remote.la | |
88 %{_includedir}/gaim-remote/*.h | |
74 | 89 |
75 %changelog | 90 %changelog |
76 * Thu May 29 2003 Rob Flynn <rob@marko.net> (0.64 release) | 91 * Wed Jul 16 2003 Ethan Blanton <eblanton@cs.ohiou.edu> |
77 - Buddy list sorting in buddy list preferences. | 92 - Complete spec file rewrite to take advantage of "new" RPM features |
78 - Improved debug window with timestamps and pause buttons. | 93 and make things prettier. |
79 - New core/ui split notification and request APIs. | 94 - Use system-supplied %%{_prefix}, %%{_datadir}, etc. rather than |
80 - New mail notification dialog. | 95 attempt to define our own. |
81 - Several bug fixes in MSN. | |
82 - Conversation window buddy icon bugs were fixed. | |
83 - Buddy list sorting in buddy list preferences. | |
84 - Improved debug window with timestamps and pause buttons. | |
85 - New core/ui split notification and request APIs. | |
86 - New mail notification dialog. | |
87 - Several bug fixes in MSN. | |
88 - Conversation window buddy icon bugs were fixed. | |
89 | |
90 * Sat May 17 2003 Rob Flynn <rob@marko.net> (0.63 release) | |
91 - A rewrite of the plugin API. Plugin authors will need to change their code based off the changes found in other plugins. | |
92 - Perl script support is now provided in the perl plugin. | |
93 - Debugging is core/ui split, and has a new API with support for debug levels and categories. | |
94 - Support for adding chats to your buddy list. | |
95 - MSN protocol plugin was rewritten, has experimental buddy icon support, and MSN Mobile support. | |
96 - Thanks to all the various people who submitted translation updates. | |
97 - Buddy list speed enhancements (Thanks Ethan Blanton). | |
98 - Napster protocol updates (Thanks Auke Kok). | |
99 | |
100 * Wed Apr 23 2003 Rob Flynn <rob@marko.net> (0.62 release) | |
101 - Keyboard shortcuts in the buddy list work again (Thanks Joe Clarke). | |
102 - Support for Jabber XHTML messages | |
103 - Updated a number of translations. Thanks to everyone who submitted a translation update. | |
104 -Ability to re-request authorization from ICQ and Jabber users by right clicking on them in your buddy list. | |
105 - Improved Zephyr internationalization. | |
106 - Bug causing 'Hide on Send' windows to be lost forever fixed. | |
107 - Iconified windows are now raised properly. | |
108 - Dates printed for old/offline messages. | |
109 - Some assorted crash bugs fixed. | |
110 | |
111 * Mon Apr 07 2003 Rob Flynn <rob@marko.net> (0.61 release) | |
112 - Split the buddy pounce core and UI, and rewrote the UI for it. | |
113 - Removed folder icons and excess space from the buddy list (Thanks Dave Camp) | |
114 - Fixed a bug involving dragging buddies and groups | |
115 - Re-implemented the logout icons. | |
116 - New icons for "away" and "aol" (Thanks, Moses Lei) | |
117 | |
118 * Fri Apr 04 2003 Rob Flynn <rob@marko.net> (0.60 release) | |
119 -Core: | |
120 - Auto-loading protocol plugins. | |
121 - Plugins dialog and perl script menu merged into preferences. | |
122 - Don't auto-login if an existing Gaim session is already running. | |
123 - Moved "privacy preferences" to Tools menu. | |
124 - -n, --loginwin option to disable autologins. | |
125 - Added support for gettext 0.11.x. | |
126 - Added support for automake 1.6. | |
127 - aim:// URI's supported with gaim-remote command. | |
128 - Quit Gaim remotely with gaim-remote. (Thanks, John Silvestri) | |
129 - Added rudimentary support for X11R6 session management. (Thanks, Robert McQueen) | |
130 - Conversation backend and UI are now separated. (Thanks, Christian Hammond) | |
131 - Asynchronous, non-blocking, DNS function (Thanks, Nicolas Lichtmaier) | |
132 - As a side effect of the above: IPv6 support. Tested only with IRC (you can receive ipv6 chat requests from irssi!). | |
133 - | |
134 -Plugins: | |
135 - Tray icon plugin--replaces the old GNOME applet. You'll need the panel Notification Area applet (aka system-tray-applet) for GNOME 2, or the Kicker for KDE 3.1. (Thanks, Robert McQueen, Nicolás Lichtmaier, Kristian Rietveld, Ari Pollak & Patrick Aussems) | |
136 - Added GAIM::remove_event_handler and made set_info short circuitable in perl. (Thanks, Ryan McCabe) | |
137 - event_del_conversation for plugins. (Thanks, Bill Tompkins) | |
138 - Notify.c plugin rewritten; check its configure dialog. (Thanks, Etan Reisner) | |
139 - Buddy Ticker made a plugin. | |
140 - Idle Maker added to source. | |
141 - Fortune profile added to source. | |
142 - | |
143 -AIM/ICQ: | |
144 - TOC no longer compiles statically by default--use OSCAR. | |
145 - ICQ plugin no longer gets built--use OSCAR. | |
146 - Server-stored buddy lists for ICQ with full support for authorization (Thanks, Mark Doliner) | |
147 - File send/receive support for Aim over Oscar (Thanks, William T. Mahan and Mark Doliner) | |
148 - Non-direct connect typing notification for AIM over OSCAR. (Thanks, Mark Doliner) | |
149 - Allow only people in buddy list privacy option added for AIM. | |
150 - Full ICQ info reading support. (Thanks, Vincas Ciziunas) | |
151 - Support for synchronizing group renames on server. Group rename server synchronization for AIM. Server-side synchronization for moving individual AIM buddy to new group improved. (Thanks, Mark Doliner) | |
152 - Ability to add screenname@mac.com people to AIM buddy lists. (Thanks, Graham Booker) | |
153 - Ability to change ICQ password. (Thanks, Mark Doliner) | |
154 - Option to have AIM notify you if you have unread mail. (Thanks, Mark Doliner) | |
155 - Parse URL messages, Contact Sending and Pager Messages in ICQ. (Thanks, Mark Doliner) | |
156 - use snprintf instead of sprintf. (Thanks, William T. Mahan) | |
157 - Fixed crashbug on empty rvous requests. (Thanks Brandon Scott (Xeon) for pointing this out, and Matt Pandina for the patch) | |
158 - Nice Oscar changes--mostly internal. (Thanks, Mark Doliner) | |
159 - | |
160 -IRC: | |
161 - Added more IRC slash commands -- /W, /VERSION, /MODE, /CTCP stuff, and other cool IRC enhancments. (Thanks, Jonas Birmé) | |
162 - IRC's /topic with no argument displays the current topic (Thanks, Mark Doliner) | |
163 - DCC File Receive support for IRC. | |
164 - Optional password on IRC accounts. (Thanks, Christian Hammond) | |
165 - Added half-op support. | |
166 - | |
167 -Jabber: | |
168 - Jabber invisibility and permanently cancel sending on-line status to Jabber buddies. | |
169 - Jabber roster updated on group renames. | |
170 - Fixed a possible segfault when signing off Jabber. (Thanks, Craig Boston) | |
171 - Improved typing notification support for Jabber and Yahoo! (Thanks, Nathan Walp) | |
172 - File receive support for Jabber. (Thanks, Nathan Walp) | |
173 - | |
174 -MSN: | |
175 - MSN users are notified when the other party closes the conversation window. (Thanks, Christian Hammond) | |
176 - File receive support for MSN. (Thanks, Christian Hammond) | |
177 - | |
178 Translations: | |
179 - French translation updated. (Thanks, Stephane Wirtel, Sebastian Carpe, and David Odin) | |
180 - Polish translation updated. (Thanks, Przemyslaw Sulek) | |
181 - Finnish translation updated. (Thanks, Tero Kuusela) | |
182 - Spanish translation updated. (Thanks, Lars Goldschlager, Nicolas Lichtmaier) | |
183 - Traditional Chinese translation updated. (Thanks, Paladin Liu) | |
184 - Japanese translation updated. (Thanks, Junichi Uekawa) | |
185 - Korean translation updated. (Thanks, A Lee) | |
186 - Romanian translation added. (Thanks, Misu Moldovan) | |
187 - Many other translation patches from many people merged in. | |
188 - | |
189 Internationalization: | |
190 - Now using libiconv for better i18n support (Thanks, Junichi Uekawa) | |
191 - Lots of i18n fixes (Thanks Matt Wilson, Ethan Blanton, A Lee) | |
192 - Correct i18n handling for many parts of AIM/ICQ, including instant messages, away messages, and profiles (Thanks, Ethan Blanton) | |
193 - Improved MSN internationalization (Thanks, A Lee) | |
194 - | |
195 -Other: | |
196 - Optionally uniquely colorize nicks in chats | |
197 - Add / Remove buddy menu item added to the chat users list (Thanks, Jonas Birmé) | |
198 - View log button in conversation toolbar (Thanks, Etan Reisner) | |
199 - Option to log IMs and Chats seperately. (Thanks, Etan Reisner) | |
200 - Removed Ctrl-C binding for color | |
201 - Fix first message in tab not displaying bug (Thanks, Etan Reisner) | |
202 - Changed some default options | |
203 - Updated desktop and window icons (Thanks, Robert McQueen) | |
204 - Switch the .desktop file to the new KDE/GNOME common vfolder format (Thanks, Robert McQueen) | |
205 - Removed all deprecated GTK calls. Now 100% GTK 2. (Thanks Nathan Walp, Christian Hammond, Ari Pollak, Ethan Blanton, Robert McQueen) | |
206 - Read proxy environment variables. (Thanks, Christian Hammond) | |
207 - Fixed security vulnerability with manual browser option (Thanks, Robert McQueen) | |
208 - Can get info for ICQ and Jabber users from the "Edit Buddies" tab (Thanks, Brian Bernas) | |
209 - Code cleanups and fixes (Thanks, Federico Mena Quintero and Ka-Hing Cheung) | |
210 - Word-wrapping on mail notification text (Thanks, Andrew Molloy) | |
211 - Generic File Transfer PRPL interface (Thanks, Christian Hammond) | |
212 - Better supression of auto-responses (Thanks, Joshua Blanton) | |
213 - Drag-and-drop tabs in conversations, and multiple windows with tabs in each (Thanks, Christian Hammond) | |
214 | |
215 * Mon Jun 24 2002 Rob Flynn <rob@marko.net> (0.59 release) | |
216 - Hungarian translation added (Thanks, Sutto Zoltan) | |
217 - Swedish translation updated (Thanks, Christian Rose) | |
218 - Spanish translation updated (Thanks, Alex) | |
219 - Traditional Chinese translation updated (Thanks, Paladin Liu) | |
220 - Czech translation added (Thanks, Honza) | |
221 - Polish translation updated (Thanks Przemyslaw Sulek) | |
222 - Squashed a bug in buddy right-click menu handling that crashed Gaim. In the process: found and eliminated some memory leaks. | |
223 - Fixed a significant applet leak | |
224 - Can now change Jabber password on server (Thanks, Nathan Walp) | |
225 - 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) | |
226 - Conversation struct has pointer to toolbar (thanks Brent Priddy and Paul Miller) | |
227 - Zephyr fixes (thanks, Arun A. Tharuvai) | |
228 - Aliases in buddy ticker | |
229 - Perl scripts can play Gaim sounds (thanks Andrew Rodland) | |
230 - Internal sounds can be played by commands (thanks Lex Spoon) | |
231 - Auto-login item in applet menu (thanks Chris Boyle) | |
232 - Fixed MSN "Unkown Error Code", "Already there", and Already in opposite list" errors | |
233 - Changed "Play sound" button to "Mute" button | |
234 - You can now have "reserved" chars in IM and proxy passwords | |
235 - Jabber now has typing notification (Thanks, Nathan Walp) | |
236 - Improved support for Jabber resources (Thanks, Nathan Walp) | |
237 - Fixed problem with Gaim crashing on non-ASCII Jabber buddy aliases (Jabber "name" attribute) chars (Thanks, Ho-seok Lee) | |
238 - Plugged memory leaks in Jabber plug-in | |
239 - Fixed problem with Jabber away status not being propagated to conference rooms for jabberd (server) v1.4.2 and above | |
240 - Chat room buddy lists are now sorted independent of case | |
241 - Added capability for protocol-specific edit buddy menu entries | |
242 - Can now remove a Jabber buddy roster item from the server entirely | |
243 - Gaim can now handle messages from Mac ICQ and Miranda ICQ (Thanks, Mark Doliner) | |
244 - Added Mozilla to browser options and changed KFM to Konqueror. | |
245 - Can now set the server and port for MSN and Napster | |
246 - MSN Internationalization (Thanks Felipe Contreras and countless, countless others) | |
247 - E-mail addresses are no longer truncated when there is a '.' at the end. | |
248 | |
249 * Mon May 13 2002 Rob Flynn <rob@marko.net> (0.58 release) | |
250 - Bulgarian translation added (Thanks, Igel Itzo) | |
251 - Taiwanese translation added (Thanks, Paladin Liu) | |
252 - Better applet transparency | |
253 - Option to raise buddy list on signons/signoffs | |
254 - Formatting of incoming MSN messages | |
255 - Get Info from menu multiple-account-aware (thanks Brian Bernas) | |
256 - Hide and unhide functions for the filectl plugin. (Thanks, Ari Pollak) | |
257 - Added helpful stuff to the Help menu. | |
258 - Self-aliasing from the account editor. | |
259 - Better selection in GtkIMHtml (Thanks Ben Miller) | |
260 - A warning when your OSCAR buddy list is too long (Thanks, Mark Doliner) | |
261 - ICQ status messages in OSCAR (Thanks, Mark Doliner) | |
262 - Play sound when your name is said in a chat | |
263 - 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. | |
264 - Jabber "Change buddy group" roster synchronization now works again. (This was unknowningly broken when the "out-sourced" Jabber libs were upgraded in 0.56) | |
265 - Invalid Jabber I.D.'s no longer crash Gaim. User now notified with pop-up's. | |
266 - Jabber Buddy sign-on time support, added in 0.57, removed until and unless an inconsistancy can be resolved. (Thanks, Nathan Walp) | |
267 - Bug-fix for potential buffer overflow in Jabber plugin. (Thanks, rwscott) | |
268 - Tempfiles used for secure MSN/HotMail login (added in 0.57) are now themselves created securely. | |
269 - Secure MSN logins (added in 0.57) no longer blow up on Solaris. | |
270 - Timezone support improved. | |
271 | |
272 * Thu Apr 25 2002 Rob Flynn <rob@marko.net (0.57 release) | |
273 - New authorization method for Yahoo! | |
274 - Polish translation updated (Thanks Przemyslaw Sulek) | |
275 - Jabber will tell you when your buddies signed on (Thanks Nathan Walp) | |
276 - Danish translation added (Thanks, Sarauw Hansen) | |
277 - Finnish translation update (Thanks, Tero Kuusela) | |
278 - Japanese translation added (Thanks, Ryosuke Kutsuna) | |
279 - Jabber improvements (Thanks, Nathan Walp) | |
280 - More keyboard shortcuts | |
281 - event_chat_recv takes char**'s, and event_im_recv takes a *guint32 for flags | |
282 - Secure hotmail login for MSN (thanks for the tips, Scott Werndorfer) | |
283 | |
284 * Thu Apr 11 2002 Rob Flynn <rob@marko.net (0.56 release) | |
285 - German translation update (Thanks Karsten Weiss) | |
286 - Shell-like send history binded to Ctrl-Up and Ctrl-Down | |
287 - Russian Translation Updated (thanks Grigory Bakunov) | |
288 - libjabber upgraded to most recent stable version | |
289 - Buddylist looks a little better | |
290 - Fixed MSN privacy settings | |
291 - Group deletion fix (Thanks Mark Doliner) | |
292 - Alias/Group syncronization for Jabber (Thanks JSeymour) | |
293 - Fixed broken signal handling in gdm-started GNOME sessions (Thanks Jim Seymour, Vann, Robert McQueen) | |
294 - Oscar group syncronization (Thanks, Mark Doliner) | |
295 - ICQ Authorization via Oscar (Thanks, Mark Doliner) | |
296 | |
297 | |
298 * Fri Mar 29 2002 Rob Flynn <rob@marko.net> (0.55 release) | |
299 - Jabber improvements (Thanks Jim Seymour) | |
300 - Various sound cleanups (Thanks Robert McQueen) | |
301 - Login process shown in single window (Thanks Michael Golden) | |
302 - Can reorder your accounts in the account editor (Thanks Luke Schierer) | |
303 - Updated Dutch translation | |
304 - Shows "mobile" icon for Oscar buddies using mobile devices (Thanks Mark Doliner) | |
305 - Fixed bug in MSN smilies that crashed PPC (and other?) platforms | |
306 - Updated Polish Translation (Thanks Przemyslaw Sulek) | |
307 - Updated Spanish Translation (Thanks Amaya) | |
308 - Updated French translation | |
309 - Updated Finnish translation (Thanks Tero Kuusela) | |
310 - HTTP Proxy settings now HTTP compliant (Thanks Robert McQueen) | |
311 - Speling corections (Thanks Tero Kuusela) | |
312 - Oscar list icon fixes (Thanks Mark Doliner) | |
313 - Oscar idle times work again (Thanks Mark Doliner) | |
314 - Protocol icons on Edit Buddies tab (Thanks Christian Hammond) | |
315 | |
316 * Thu Mar 14 2002 Rob Flynn <rob@marko.net> (0.54 release) | |
317 - Compiles without GdkPixbuf again | |
318 - GtkIMHtml will refresh when you set a new GTK+ theme | |
319 - Improved Yahoo! typing notification (thanks Brian Macke) | |
320 - Prompt to authorize MSN buddies who added you while you were offline (Thanks Jason Willis) | |
321 - Option to globally disable Buddy Icon animation (Thanks Luke Schierer) | |
322 - Numerous bugfixes | |
323 - Yahoo! will tell you when your buddies are playing Yahoo! games and give you the ability to join them | |
324 - Yahoo! can receive offline messages | |
325 - IRC can do DCC chat. | |
326 - IRC will convert HTML formatting to mIRC formatting. | |
327 - Buddylist tab placement option (Thanks Jason Willis) | |
328 - Protocol specific smiley faces | |
329 - Italian translation added | |
330 - IM Image sending | |
331 | |
332 * Fri Feb 28 2002 Rob Flynn <rob@marko.net> (0.53 release) | |
333 - Updated Polish Translation (thanks Przemyslaw Sulek) | |
334 - Slovak translation added (Thanks Daniel Rezny) | |
335 - Minor bug fixes re: queued away messages | |
336 - Better buddy icon transparency (for real this time ;-)) | |
337 - Ability to change formatting of Oscar screen name | |
338 - Better selection in HTML widget (Thanks BMiller) | |
339 - New icons for ICQ (Thanks Kevin Miller) | |
340 - Editable buddy pounces (Thanks Jason Willis) | |
341 - Server side buddy lists in Oscar (Thanks KingAnt :-)) | |
342 - Fix for the chatlist plugin | |
343 - Typing Notification (AIM Direct Connect, Yahoo, MSN) | |
344 - IM Images (Receive Only) | |
345 - Prettier GtkImHtml selection | |
346 | |
347 * Sun Feb 17 2002 Rob Flynn <rob@marko.net> (0.52 release) | |
348 - Better buddy icon transparency (thanks SeanEgan) | |
349 - Updated Polish Translation (thanks Przemyslaw Sulek) | |
350 - Fixed a little bug with connecting via proxy (thanks for reminding me of this, Manish Singh) | |
351 - Updated Simplified Chinese Translation (Thanks Rocky S. Lee) | |
352 - Updated German Translation (Thanks Karsten Weiss) | |
353 - Yahoo! Messenger works again | |
354 - MSN Works again | |
355 - Can register a new user with a Jabber Server (JSeymour) | |
356 - Can now set Jabber vCards (JSeymour) | |
357 - Jabber vCards are now shown in their entirety (JSeymour) | |
358 - Various jabber bug fixes/enhancements (JSeymour) | |
359 | |
360 * Thu Jan 24 2002 Rob Flynn <rob@marko.net> (0.51 release) | |
361 - Arrow buttons in log viewer and some other dialogs work (thanks Ben Miller) | |
362 - Option to only send auto-response while idle (thanks Sean Egan) | |
363 - Control time between sending auto-responses (thanks Mark Doliner) | |
364 - Should be able to sign on to Oscar using Mac OS X (thanks Fingolfin, Vincas Ciziunas, et al.) | |
365 - Finnish translation added (Thanks Tero Kuusela) | |
366 - Updated French Translation (Thanks sebfrance) | |
367 | |
368 * Thu Dec 13 2001 Rob Flynn <rob@marko.net> (0.50 release) | |
369 - Updated polish translation (Thanks Przemyslaw Sulek) | |
370 - Able to import GnomeICU contact lists | |
371 - Galeon as browser option (Thanks Rob McQueen) | |
372 - IRC /list, /invite (Thanks Sean Egan) | |
373 - Added swedish translation (Thanks Christian Rose) | |
374 - Option to have IMs and Chats tabbed in same window | |
375 - Finally put the lagmeter plugin out of its misery and removed it. (/me dances on its grave.) | |
376 | |
377 * Thu Nov 29 2001 Rob Flynn <rob@marko.net> (0.49 release) | |
378 - Can compile against GTK+ 2.0 (version 1.3.10/1.3.11) | |
379 - Confirm before removing buddies | |
380 - Updated Russian translation (thanks Grigory Bakunov) | |
381 - Updated Korean translation (thanks Ho-seok Lee, also for resized ICQ icons) | |
382 - Updated Dutch translation (thanks Floris Eshuis) | |
383 - Yahoo updates (thanks Brian Macke) | |
384 - Jabber updates | |
385 - Zephyr updates (thanks Arun A Tharuvai) | |
386 - Gadu-Gadu updates (thanks Arkadiusz Miskiewicz) | |
387 - Option to show aliases in conversation tabs | |
388 - Option to hide windows after sending messages | |
389 - licq2gaim.pl conversion script (thanks Arturo Cisneros, Jr.) | |
390 | |
391 * Thu Nov 18 2001 Rob Flynn <rob@marko.net> (0.48 release) | |
392 - Right-click on links to open/copy URL | |
393 - Yahoo changes | |
394 - 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. | |
395 | |
396 * Thu Nov 01 2001 Rob Flynn <rob@marko.net> (0.47 release) | |
397 - Better font loading (pays attention to charset now) (thanks Arkadiusz Miskiewicz) | |
398 - Better recoding in Gadu-Gadu (thanks Arkadiusz Miskiewicz) | |
399 - Open Mail button for when you get new mail (Yahoo and MSN) | |
400 - New buddy pounce option: Popup Notification | |
401 - When adding a buddy, the groups list now updates when you switch accounts. | |
402 - When creating a new buddy pounce, gaim now automagically selects "on away" or "on idle", if the user is away or idle. | |
403 - Add Opera to the available browsers (thanks Brian Enigma) | |
404 - Improved log viewer (thanks to Ben Miller) | |
405 - When you are queueing away messages, double clicking on a buddy's name will cause the messages for that name to be dequeued. | |
406 - You can choose which sound player you use at run-time (thanks Ben Miller) | |
407 - 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) | |
408 - Option to grey idle buddies (thanks Nathan Walp) | |
409 - MSN Privacy Options | |
410 - In MSN you can set a person's alias to their "friendly name" by right-click on their name while they're online. | |
411 - IRC can do /WHOIS | |
412 - The usual bug fixes and memory leak plugs | |
413 - Added Dutch translation | |
414 - Updated Korean translation | |
415 | |
416 * Thu Oct 18 2001 Rob Flynn <rob@marko.net> (0.46 release) | |
417 - New applet icons (courtesy David Raeman) | |
418 - ICQ works on big-endian platforms, e.g. sparc and ppc (thanks to Nathan Walp and Ben Miller) | |
419 - Better applet icon drawing (thanks to Ari Pollak) | |
420 - An extraordinary number of bug fixes | |
421 - Updated Korean translation | |
422 - 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 | |
423 - 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.) | |
424 - Can pass an argument to timeout_handlers in perl (thanks Artem Litvinovich) | |
425 - Redesigned Modify Account window (thanks Sean Egan) | |
426 - Add buddy dialog now lets you select which protocol to add the buddy to | |
427 - Pressing 'signon' on the first screen for accounts that do not require passwords no longer incorrectly displays an error message. | |
428 | |
429 * Thu Oct 04 2001 Rob Flynn <rob@marko.net> (0.45 release) | |
430 - New plugin event: event_chat_send_invite | |
431 - Major updates to the perl system (reread PERL-HOWTO and SIGNALS) | |
432 - Major updates to event_chat_* events for plugins (reread SIGNALS) | |
433 - Some GtkIMHtml improvements | |
434 - Various bugfixes | |
435 - Nick Highlighting in chat | |
436 - Tab-completion for nicks in chat (thanks to Sean Egan) | |
437 - Large internal reworkings | |
438 - New Protocol: Gadu-Gadu, written by Arkadiusz Miskiewicz | |
439 - Can choose buddy icon to send (for Oscar) | |
440 - New Translation: Polish translation by Przemysaw Suek | |
441 | |
442 * Thu Sep 20 2001 Rob Flynn <rob@marko.net> (0.44 release) | |
443 - More sane scaling of buddy icons (intelligently scale to either 48x48 or 50x50 depending on icon) | |
444 - 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. | |
445 - Temporarily removed Jabber user registration, which wasn't working anyway. | |
446 - Added a spiffy Help button | |
447 - Wrote a plugin for all those people who miss having the chat rooms in their buddy lists (chatlist.so) | |
448 - Updated libfaim | |
449 - Added drop down selection to chat invitation | |
450 - Improved the look of the chat invitation dialog | |
451 - Improved the look of the proxy preferences | |
452 - event_im_recv and event_im_display_rcvd passed whether the message received was auto-response (see SIGNALS) | |
453 - IRC fixes (largly copied from X-Chat) | |
454 - Internal change to how preferences are stored | |
455 - Other bug fixes | |
456 - Option to hide buddy icons | |
457 | |
458 * Thu Sep 06 2001 Rob Flynn <rob@marko.net> (0.43 release) | |
459 - Updated German Translation (thanks Daniel Seifert) | |
460 - Can change friendly name in MSN again | |
461 - Bug fixes | |
462 - Auto-reconnect plugin has exponential timeout (i.e. it tries after 8 seconds, then 16, then 32, etc. up to 17 minutes) | |
463 - Removed file transfer things from Napster. It didn't work well anyway. It'll be back eventually. (Does anyone even use napster anymore?) |