summaryrefslogtreecommitdiff
path: root/chat/gnomeicu/patches/patch-ab
diff options
context:
space:
mode:
authorwiz <wiz>2007-04-15 11:05:03 +0000
committerwiz <wiz>2007-04-15 11:05:03 +0000
commit23df3de8170a98a3e101f711268e99ec2b293666 (patch)
treed6903db9d2c039e5d445a95d73a616dcc98cc922 /chat/gnomeicu/patches/patch-ab
parentfd29a186622b57fa3f948e41d850fa290bb70c45 (diff)
downloadpkgsrc-23df3de8170a98a3e101f711268e99ec2b293666.tar.gz
Update to 0.99.12:
GnomeICU 0.99.12 Released Some people had problems connecting recently, this release should fix it. The login code was the oldest code from the v7 port and was in a dire need of re-writing. GnomeICU has also been ported to use GtkStatusIcon and GOption. The required version of GTK+ is now 2.6. But you will need 2.10 if you want to have the status icon. You can still use the applet for older versions. The history parsing should now work properly with long messages. There are also a bunch of other assorted protocol and UTF-8 bugs fixed. The Fedora Core 5 RPM includes the applet, you need to start it independantly of GnomeICU by adding it to the panel like any other applet. GnomeICU 0.99.10 Released February 15, 2006 Another change in the protocol was recently made and I did not notice it in time for the last version. Messages from recent versions of the Windows ICQ client were not received properly, this new version should fix it. GnomeICU 0.99.9 Released February 12, 2006 No GnomeICU is not dead, We have a new release. A recent change in the ICQ protocol has caused GnomeICU to disconnect all the time, so here is GnomeICU 0.99.9. Its mostly a bug fix release. * Added a --hide command line option * Save the position into the session * The tray icon now responds to single click to be consistent with other gnome apps * Added "onlince since", "last seen online" and "idle for" to user info dialog * Added user info button to the authorization request dialog * Fix the gnomeicu icon to show up correctly in the session splash screen * Do not play user is online during the first 30 seconds of a session * Now send with enter by default (ctrl-enter is still an option) * It now compiles on NetBSD 2.x (thanks to Julio M. Merino Vidal ) * New translations: Punjabi (pa), Norwegian Bokmål (nb), Kinyarwanda (rw), Nepali (ne) * Fix various bugs, crashes
Diffstat (limited to 'chat/gnomeicu/patches/patch-ab')
-rw-r--r--chat/gnomeicu/patches/patch-ab12
1 files changed, 0 insertions, 12 deletions
diff --git a/chat/gnomeicu/patches/patch-ab b/chat/gnomeicu/patches/patch-ab
deleted file mode 100644
index 1e968c6331b..00000000000
--- a/chat/gnomeicu/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/11/09 22:28:18 jmmv Exp $
-
---- src/gnomeicu-client.c.orig 2004-01-27 23:12:53.000000000 +0100
-+++ src/gnomeicu-client.c
-@@ -8,6 +8,7 @@ This thing interface with userserver.c
- ***************************/
-
- #include <config.h>
-+#include <locale.h>
- #include <stdio.h>
- #include <pwd.h>
- #include <unistd.h>