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