summaryrefslogtreecommitdiff
path: root/chat/gossip
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-04-03 15:45:49 +0000
committerjmmv <jmmv@pkgsrc.org>2006-04-03 15:45:49 +0000
commit5290d58b69bf5daa934c94797bffc8ddf2d9199e (patch)
tree935bab9b74f3aeda85aa419e7a1288c03fe72e55 /chat/gossip
parent5f23923d4ca9e399dc8cd8078f730324b5d10cf3 (diff)
downloadpkgsrc-5290d58b69bf5daa934c94797bffc8ddf2d9199e.tar.gz
Update to 0.10.2:
NEWS in 0.10.2: =============== - Add runtime controlled debugging facilities (Richard). - Display an event in the group chat window when a user changes the topic, previously it just happened with no indication of who changed it or when (Kristian Rietveld). - Changed the account ID for Jabber IDs back to 'username@server' and make the resource a separate entity in the accounts.xml (note: there is some extra code to make sure the same problems that occurred last time don't reoccurr this time with invalid usernames when trying to connect) (Martyn). - Updated the spell checker dialog to use "Replace" instead of "OK" (Martyn). - Cleaned up the glade windows and dialogs so windows are not shown automatically, this reduces flickering when they are created (Richard). - Fixed the assistant used to add accounts so it now accepts a username of username@server and make the resource optional on the next (connections) page (Martyn). - Fixed the add account assistant so that account details are properly checked before proceeding to the following page (Martyn). - Updated the personal information dialog so there is no longer a progress bar when saving or loading, it just makes widgets insensitive. Also the buttons are now Save and Cancel which is clearer (Martyn). - Fixed the jabber chatroom join presence handling so it actually checks the presence message is for the right room instead of just accepting any old presence message - this means auto-connecting on startup works properly and will also give the correct error if you can't join for some reason (Martyn). - The chatrooms window now allows selection of multiple rooms for joining, deleteing, etc and the dialog will close when a rooms are joined. Chatrooms will also be joined on the treeview "row-activate" signal now (Martyn). - Updated the CSS used for logging so the font isn't so big (Martyn). - Improve the X screensaver detection (Richard, Tommi Komulainen). - Added the 'x' to close separate chat tabs back in (Richard, Martyn). - Improve the build scripts (Richard, Bryan Pepple). - Fixed #334890, Make it possible to forget saved passwords (Paul Van Tilburg). - Fixed #334390, Use iso-codes for the language names for spell checking (Nickolay V. Shmyrev, Richard). - Fixed #331910, Make the accounts info file not readable by others than the owner (Richard). - Fixed #332058, Don't spell check chat commands like "/me" (Ross Burton). - Fixed #332063, Don't spell check numberic strings, e.g. "1234" (Ross Burton). - Fixed #332169, Update the libnotify code to work with the 0.3.2 API (Martyn, Brian Pepple). - Fixed #332713, Use the default foreground colour for the classic chat theme (Richard). - Fixed #332240, Change some keyboard mnemonics for chat windows (Brian Pepple). Translations: Clytie Siddall (vi) Francisco Javier F. Serrador (es) Mikhail Zabaluev (ru) Øivind Hoel (nb) Richard Hult (sv) Wouter Bolsterlee (nl) Žygimantas Beručka (lt) News in 0.10.1: =============== - Changed the accounts dialog and removed the enable/disable account checkbutton in the accounts list, it was pointless (Martyn). - Changed the account button tooltip to only show the account id and any error that might of occurred (Martyn). - Added typing notification on the roster (Martyn, Richard). - Added a chat theme selection in the preferences to choose between Classic and Blue (which is a block message format), try it! (Richard). - Don't ellipsize text in the menu created for status presets, this usually is not shown in full when using the menu on the tray icon (Martyn). - Added libnotify support for contacts coming online and sending first time messages (note: this only works with libnotify 0.2.1 at the moment, not with the 0.3.x API, if you have 0.3.x you might have to disable it with configure --disable-libnotify) (Martyn). - Use a GtkWindow instead of a GnomeApp for the main window. The widget spacing for toolbars and menus is much better now (Martyn). - Fixed #306719, Make sure Wordstar style key bindings work (i.e Ctrl+Insert copies, Ctrl+Delete and cuts Shift+Insert pastes) (Richard). - Fixed #332052, Be more flexible with DTD validation in XML files (Richard, Ross Burton). - Fixed #332423, Make sure special characters are escaped when saving to XML files (for accounts, presets, and contact groups) (Richard, Jonatan Magnusson). - Fixed #322030, Added the 'x' button back onto chat tabs to close conversations (Richard, Sjoerd Simons) - Fixed #332333, Fixed weird menu detachment behaviour (Diego González). - Fixed #142188, Don't scroll the chat window when drag and dropping across them (Richard). - Fixed #165565, Don't scroll the chat window when on the first or last tab and pressing Ctrl+Pg[Up|Down] (Richard) - Fixed #172013, Make sure group chat windows scroll to the bottom (Richard) - Fixed #332020, Corrected some UI typos (Clytie Siddall) - Fixed #331664, Don't crash when trying to connect with an error about a missing resource in the account id, instead we now signal the error and the user is informed so they are able to correct it (Martyn). - Fixed #331707, Depend on GTK+ 2.8 because we are using some GTK+ stock icons from it (Brian Pepple). - Fixed #331868, Corrected some UI typos (Clytie Siddall). Translations: - Clytie Siddall (vi) - David Nielsen (da) - Jordi Mallach (ca) - Miloslav Trmac (cs) - Richard Hult (sv) - Wouter Bolsterlee (nl) News in 0.10: ============= - Added support for changing topics in group chat (Martyn). - Added support incoming message sound if your name is used in group chat (Martyn). - Reworked the chat code in places and added the beginings of a theme engine (Richard). - Reworked the group chat join code (Martyn). - Reworked the group chat configuration to use an XML file (Martyn). - Reworked the status preset code (Richard). - Reworked the status preset configuration to use an XML file (Martyn, Richard). - Added *VERY* basic support for file transfer (this means you can respond to incoming requests, but you can not accept or initiate them) (Martyn). - Added Help->Contents (Brian Pepple and Keywan Najafi Tonekaboni). - Added new DBus API for post-net-up and pre-net-down so things can clean up (Mikael). - Use the Gnome smiley theme so there are now more emote icons that can be used in chat (Martyn): :* = Kiss :s = Confused :@ = Angry *| = Sorry *) = Look Away :x = Oooh *s = Blush 8D = Cool Big Smile <) = Angel @) = Boss #) = Monkey O) = Silly +o( = Sick - Added "composing" support back into Gossip (Martyn). - Added "auto_connect" feature for accounts when starting Gossip (Martyn). - Clean up unused ellipsize and tree model filter code borrowed from libegg which is now in GTK+ (Richard). - Fixed #331229, Avoid critical warning when getting presence information about offline contacts (Wouter Bolsterlee). - Fixed #331412, Use "Remove" and "Cancel instead of "Yes" and "No" when removing a contact (Wouter Bolsterlee). - Fixed #331228, GTK+ gtk_widget_hide() warning causing a crash (Diego González). - Fixed #330830, Make sure the chatrooms window clears widget values when closed (since it is hidden) (Paul Van Tilburg). - Fixed #330828, Make sure the nickname for chatrooms is honored (Paul Van Tilburg). - Fixed #330916, Missing files in POTFILES.in (Brian Pepple). - Fixed #306321, Make sure errors returned from failed registration attempts are more user friendly rather than esoteric (Joe Shaw). - Fixed #131290, Fixed nickname used in chat to be the full name from the users vcard, which is also now set when registering new accounts (Michal Janeczek). - Fixed #321569, Possibility to set server seperately from jabber id in the startup wizard (Brian Pepple). - Fixed #325841, Support automatically joining chat rooms when connecting to the server (Martyn, Ross Burton). - Fixed #325740, Fixed crasher when joining the same group chat for the 2nd time (Martyn). - Fixed #325378, Updated help documentation to reflect the latest user interface changes (Brian Pepple). - Fixed #308041, Made the show/hide contact list configurable from the main menu not just the notification area (Radomir Dopieralski). - Fixed #321801, Don't send "composing" notification from every account, only from the account that has that contact (Ross Burton). - Fixed #119971, Support inviting people to group chat rooms (Mikael Hallendal). - Fixed #325258, Make sure the default vcard is looked up when showing the Personal Information dialog (Brian Pepple). - Fixed #141225, Added status and resource information to the Contact Information dialog (jon@tgpsolutions.com). - Fixed #322775, Reworked the Chat->New Message dialog (Martyn, Brian Pepple). - Fixed #323099, Made name and group configurable on new subscriptions (Maciej Katafiasz). - Fixed #305103, Translation bugs in jabber transport modules (Gabor Kelemen). - Fixed #322712, Build issues with DBus and Galago (Brian Pepple). - Fixed #321538, Windows and dialogs have transients to positioned children over their parents (Christian Neumair, Martyn). - Fixed #316925, Added support for Galago (Ross Burton). - Fixed #314848, Disable sound when showing/hiding offline contacts (Martyn). - Fixed #316172, Stop sending blank messages with "composing" information (Ross Burton). - Fixed #317107, Fixed GossipAccountButton implementation (Martyn, Tommi Komulainen). - Fixed #135472, Added shortcut (Escape) to hide main window (Edd Dumbill). - Fixed #316340, Make sure newly opened chat windows get focus (Keywan Najafi Tonekaboni). - Fixed #316917, Added "presence-changed" signal to the session for Galago (Ross Burton). - Fixed #316625, Resolved build issues with pkg-config (Tommi Komulainen). - Fixed #316621, Make the offline GossipAccountButton icon clearer (Tommi Komulainen). - Fixed #315181, Moved DBus initiation out of libgossip (Brian Pepple). - Fixed #153110, Resolved group chat text wrapping issues (Sven Salzwedel). - Fixed #165404, Support registering using SSL (Martyn, Mikael, skadz@mindstorm.com). - Fixed #165519, Support configuring multiple accounts (Martyn). - Fixed #314140, Resolved "Login" grammar error (Adam Weinberger). - Fixed #155135, Added confirmation dialog when trying to quit with unread messages, subscriptions, etc (Keywan Najafi Tonekaboni). - Fixed #142192, Make dragging contacts into chat windows highlight the target to make things clearer and only drop when the button is released (Sjoerd Simons). - Fixed #151859, Stop the new message icon flashing on a contact when dragging them to a chat window (Paul van Tilburg). - Fixed #160216, Make the add contact druid continue when pressing Next (bram@luon.net). - Fixed #141787, Support adding contacts from a chat window (Brad Taylor). - Fixed #156285, Added completion to the status preset dialogs (Martyn). - Fixed #313486, Stop crash when joining a group chat and canceling it immediately after (Brian Pepple). Translations: - Adam Weinberger (en_CA) - Chao-Hsiung Liao (zh_HK) - Chao-Hsiung Liao (zh_TW) - Christian Rose (sv) - Francisco Javier F. Serrador (es) - Gabor Kelemen (hu) - Jaydeep Bhusal (ne) - Pawan Chitrakar (ne) - Richard Hult (sv) - Žygimantas Beručka (lt)
Diffstat (limited to 'chat/gossip')
-rw-r--r--chat/gossip/Makefile11
-rw-r--r--chat/gossip/PLIST31
-rw-r--r--chat/gossip/distinfo8
3 files changed, 28 insertions, 22 deletions
diff --git a/chat/gossip/Makefile b/chat/gossip/Makefile
index 7aafd171268..e1a3866cc1a 100644
--- a/chat/gossip/Makefile
+++ b/chat/gossip/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.44 2006/03/21 06:00:44 jlam Exp $
+# $NetBSD: Makefile,v 1.45 2006/04/03 15:45:49 jmmv Exp $
#
-DISTNAME= gossip-0.9
-PKGREVISION= 5
+DISTNAME= gossip-0.10.2
CATEGORIES= chat
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gossip/0.9/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gossip/0.10/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -38,8 +37,10 @@ INSTALL_MAKE_FLAGS+= sysconfdir=${EGDIR}
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
+.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
-.include "../../textproc/libxml/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
+.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/chat/gossip/PLIST b/chat/gossip/PLIST
index 6a4c523b3d2..032f279d598 100644
--- a/chat/gossip/PLIST
+++ b/chat/gossip/PLIST
@@ -1,27 +1,22 @@
-@comment $NetBSD: PLIST,v 1.11 2005/08/25 20:16:52 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.12 2006/04/03 15:45:49 jmmv Exp $
bin/gossip
share/applications/gossip.desktop
share/examples/gossip/sound/events/gossip.soundlist
share/gconf/schemas/gossip.schemas
+share/gnome/help/gossip/C/figures/gossip_first_start_window.png
+share/gnome/help/gossip/C/figures/gossip_roster.png
+share/gnome/help/gossip/C/gossip.xml
+share/gnome/help/gossip/C/legal.xml
share/gossip/channel-old4.png
share/gossip/chat.glade
share/gossip/connect.glade
-share/gossip/emoticon-face1.png
-share/gossip/emoticon-face10.png
-share/gossip/emoticon-face11.png
-share/gossip/emoticon-face12.png
-share/gossip/emoticon-face2.png
-share/gossip/emoticon-face3.png
-share/gossip/emoticon-face4.png
-share/gossip/emoticon-face5.png
-share/gossip/emoticon-face6.png
-share/gossip/emoticon-face7.png
-share/gossip/emoticon-face8.png
-share/gossip/emoticon-face9.png
+share/gossip/file-transfer.glade
share/gossip/gossip-about.png
+share/gossip/gossip-account.dtd
share/gossip/gossip-available.png
share/gossip/gossip-away.png
share/gossip/gossip-busy.png
+share/gossip/gossip-chatroom.dtd
share/gossip/gossip-contact-groups.dtd
share/gossip/gossip-extended-away.png
share/gossip/gossip-group-message.png
@@ -65,6 +60,7 @@ ${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/gossip.mo
${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/gossip.mo
${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gossip.mo
${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/gossip.mo
+${PKGLOCALEDIR}/locale/ne/LC_MESSAGES/gossip.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gossip.mo
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gossip.mo
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gossip.mo
@@ -77,8 +73,11 @@ ${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/gossip.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gossip.mo
${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gossip.mo
${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gossip.mo
+${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/gossip.mo
${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gossip.mo
+${PKGLOCALEDIR}/locale/zh_HK/LC_MESSAGES/gossip.mo
${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gossip.mo
+share/omf/gossip/gossip-C.omf
share/pixmaps/gossip.png
share/sounds/gossip/chat1.wav
share/sounds/gossip/chat2.wav
@@ -88,8 +87,14 @@ share/sounds/gossip/send.wav
@dirrm share/sounds/gossip
@comment in xdg-dirs: @dirrm share/sounds
@comment in xdg-dirs: @dirrm share/pixmaps
+@dirrm share/omf/gossip
+@comment in scrollkeeper: @dirrm share/omf
@dirrm share/gossip/protocols
@dirrm share/gossip
+@dirrm share/gnome/help/gossip/C/figures
+@dirrm share/gnome/help/gossip/C
+@dirrm share/gnome/help/gossip
+@comment in gnome2-dirs: @dirrm share/gnome/help
@comment in GConf2: @dirrm share/gconf/schemas
@dirrm share/examples/gossip/sound/events
@dirrm share/examples/gossip/sound
diff --git a/chat/gossip/distinfo b/chat/gossip/distinfo
index a3e58cbabbd..b3767b7327f 100644
--- a/chat/gossip/distinfo
+++ b/chat/gossip/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2005/08/25 20:16:52 jmmv Exp $
+$NetBSD: distinfo,v 1.12 2006/04/03 15:45:49 jmmv Exp $
-SHA1 (gossip-0.9.tar.bz2) = 6b0c1b1fa1b861fccc12e13e3b4bdb10cbb04c8a
-RMD160 (gossip-0.9.tar.bz2) = 1a6ff83c6e4ca1f400475537e667cdf3f6d42538
-Size (gossip-0.9.tar.bz2) = 994982 bytes
+SHA1 (gossip-0.10.2.tar.bz2) = 4bb8413324d852dc4a97b33f7fed06a8dd09ec39
+RMD160 (gossip-0.10.2.tar.bz2) = 348f3d8da348897c40356fbb49b1b6b6dbc08868
+Size (gossip-0.10.2.tar.bz2) = 1072148 bytes