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