pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc Update xchat to 2.4.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c15304fb0f75
branches: trunk
changeset: 479518:c15304fb0f75
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Aug 16 06:53:08 2004 +0000
description:
Update xchat to 2.4.0.
Changes since 2.0.10:
- Updated translations (ca, de, eu, it, ko, lt, nl, sk, sr, zh_CN).
- Fixed a possible crash in loading pevents.conf.
- Made default URL handlers work with Firefox 0.9.x by adding the
"-a firefox" argument.
- Plugin API: Added xchat_get_info field "libdirfs".
- Fixed crash when trying to dcc send a filename which has encoding
that doesn't match G_FILENAME_ENCODING.
- Updated translations (de, kr, lt, sk, sr, zh_CN).
- Added some rudimentary support for the IDENTIFY-MSG feature.
- Perl: Added Xchat::context_info (Lian Situ).
- TCL: Added support for time fields in getlist (Daniel P.Stasinski).
- Added "Open Dialog" event, so you can add a sound-file to it.
- The standard beep can now be overridden with a sound-file.
- Fixed tab-nick-completion's cycling behaviour.
- New keyboard shortcut for line up and down (shift-arrow up/down).
- Fixed: [986958] tab completion with GTK Input-Methods.
- Updated translations (eu).
- Tab nick completion fixes: Crash with space-tab and glib critical
warning (Ian Kumlien).
- Heavily reworked the Preferences window. It should be alot clearer
now, and more gnome-like.
- 'Pop new tabs to front' setting now has three options (Kyoshiro).
- New colors and text-events, using a white background.
- Config files are not saved to disk unless you edit the defaults.
This makes it easier to change language (for print events, popup
menu etc).
- Brand new Server List window. Now much simpler and intuitive. Also
includes an entry box for NickServ password.
- The vertical separator line now has its own pointer when you hover
over it (Richard Gobeille).
- Alphabetical tab sorting now works and is enabled by default.
- Added "Small Tabs" option (reduces the font size).
- Brand new Sound-Events editor in the Preferences window.
- Added socks5 authentication support (Benjamin Foster).
- Win32: fixed auto-loading of TCL scripts.
diffstat:
chat/xchat2/Makefile | 7 +++----
chat/xchat2/PLIST | 4 +++-
chat/xchat2/distinfo | 7 +++----
chat/xchat2/patches/patch-aa | 20 --------------------
doc/CHANGES | 3 ++-
5 files changed, 11 insertions(+), 30 deletions(-)
diffs (86 lines):
diff -r d5f134521971 -r c15304fb0f75 chat/xchat2/Makefile
--- a/chat/xchat2/Makefile Mon Aug 16 06:24:31 2004 +0000
+++ b/chat/xchat2/Makefile Mon Aug 16 06:53:08 2004 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.33 2004/08/04 21:36:52 minskim Exp $
+# $NetBSD: Makefile,v 1.34 2004/08/16 06:53:08 minskim Exp $
#
-DISTNAME= xchat-2.0.10
-PKGREVISION= 1
+DISTNAME= xchat-2.4.0
CATEGORIES= chat gnome
-MASTER_SITES= http://www.xchat.org/files/source/2.0/
+MASTER_SITES= http://www.xchat.org/files/source/2.4/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= minskim%NetBSD.org@localhost
diff -r d5f134521971 -r c15304fb0f75 chat/xchat2/PLIST
--- a/chat/xchat2/PLIST Mon Aug 16 06:24:31 2004 +0000
+++ b/chat/xchat2/PLIST Mon Aug 16 06:53:08 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2004/07/02 08:04:18 minskim Exp $
+@comment $NetBSD: PLIST,v 1.9 2004/08/16 06:53:08 minskim Exp $
bin/xchat
bin/xchat-text
share/applications/xchat.desktop
@@ -15,7 +15,9 @@
${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/it/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/xchat.mo
+${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/lv/LC_MESSAGES/xchat.mo
${PKGLOCALEDIR}/locale/mk/LC_MESSAGES/xchat.mo
diff -r d5f134521971 -r c15304fb0f75 chat/xchat2/distinfo
--- a/chat/xchat2/distinfo Mon Aug 16 06:24:31 2004 +0000
+++ b/chat/xchat2/distinfo Mon Aug 16 06:53:08 2004 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.13 2004/08/04 21:36:52 minskim Exp $
+$NetBSD: distinfo,v 1.14 2004/08/16 06:53:08 minskim Exp $
-SHA1 (xchat-2.0.10.tar.bz2) = bc5d45589a1c9a4b59edcb12699fd33344243c22
-Size (xchat-2.0.10.tar.bz2) = 1113265 bytes
-SHA1 (patch-aa) = c7da24eb1c4fa571a431bab581539df6e9cf2b14
+SHA1 (xchat-2.4.0.tar.bz2) = 61a62f4d614305b5c64b1d6d986e0134b5f5884c
+Size (xchat-2.4.0.tar.bz2) = 1159266 bytes
diff -r d5f134521971 -r c15304fb0f75 chat/xchat2/patches/patch-aa
--- a/chat/xchat2/patches/patch-aa Mon Aug 16 06:24:31 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2004/08/04 21:42:36 minskim Exp $
-
---- src/fe-gtk/fkeys.c.orig 2004-07-01 11:28:43.000000000 -0500
-+++ src/fe-gtk/fkeys.c
-@@ -1368,9 +1368,14 @@ key_action_tab_comp (GtkWidget *t, GdkEv
- prefix_len, skip_len = 0, is_nick, is_cmd = 0;
- char buf[COMP_BUF], ent[CHANLEN], *postfix = NULL, *result, *ch;
- GList *list = NULL, *tmp_list = NULL;
-- const char *text = gtk_entry_get_text (GTK_ENTRY (t));
-+ const char *text;
- GCompletion *gcomp = NULL;
-
-+ /* force the IM Context to reset */
-+ gtk_editable_set_editable (GTK_EDITABLE (t), FALSE);
-+ gtk_editable_set_editable (GTK_EDITABLE (t), TRUE);
-+
-+ text = GTK_ENTRY (t)->text;
- if (text[0] == 0)
- return 1;
-
diff -r d5f134521971 -r c15304fb0f75 doc/CHANGES
--- a/doc/CHANGES Mon Aug 16 06:24:31 2004 +0000
+++ b/doc/CHANGES Mon Aug 16 06:53:08 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6899 2004/08/16 06:24:31 minskim Exp $
+$NetBSD: CHANGES,v 1.6900 2004/08/16 06:53:08 minskim Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -3856,3 +3856,4 @@
Added un-core-ttf-1.0 [minskim 2004-08-16]
Added un-extra-ttf-1.0.1 [minskim 2004-08-16]
Removed un-ttf [minskim 2004-08-16]
+ Updated xchat to 2.4.0 [minskim 2004-08-16]
Home |
Main Index |
Thread Index |
Old Index