pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/konversation Update to 1.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c391ed9475de
branches:  trunk
changeset: 520838:c391ed9475de
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Mon Oct 30 23:02:26 2006 +0000

description:
Update to 1.0.1
* A bug that caused left-to-right text contained in lines determined to be right-to-left text to appear reversed has been fixed.
* Whether a line is treated as right-to-left vs. left-to-right text is now determined by the amount of each type of character in the line, improving the user experience in chats involving 
bi-directional text considerably.
* The "Edit Network" dialog has been refined for clarity and ease of use.
* A warning dialog to prevent accidentally quitting Konversation has been added.
* The Auto Replace list can now be sorted.
* The '/media' script command now sports improved player recognition, enhanced and easier configurability, the ability to distinguish between audio and video media as well as newly added support for 
kdetv. New '/audio' and '/video' command aliases have been added to expose these new abilities.
* The lower boundary of the default DCC port range has been raised from 1025 to 1026 to avoid conflicts with the commonly blocked Windows RPC port 1025.
* Dismissing an OSD notification by clicking on it will now also cancel the systray notification flash.
* A new configuration file option [OSD]OSDCheckDesktopLock has been added, allowing to manually disable the screensaver check in non-KDE environments that do not support it, causing the OSD not to be 
displayed.
* A bug that could lead to the "Switch to" sub-menu in the context menus of tabs not to be updated properly upon switching tabs has been fixed.
* A bug that caused the 'irc setBack' DCOP call not to function has been fixed.
* A bug that caused ampersands in the names of tabs not to be displayed and an immediately following character to be used as keyboard accelerator has been fixed.
* A bug that caused ignoring nicknames with '[' or ']' characters in them to fail has been fixed.
* Command aliases containing regular expression syntax can no longer cause built-in commands not to function.
* A bug that caused the Konversation irc:// protocol handler not to function has been fixed. Its compatibility with systems that do not use the GNU bash shell as default shell has been improved.
* A notable number of code quality improvements suggested by KDEs automated quality control service EBN have been implemented.

diffstat:

 chat/konversation/Makefile |   5 ++---
 chat/konversation/PLIST    |  10 +++++++++-
 chat/konversation/distinfo |   8 ++++----
 3 files changed, 15 insertions(+), 8 deletions(-)

diffs (73 lines):

diff -r 0344cbe95c9a -r c391ed9475de chat/konversation/Makefile
--- a/chat/konversation/Makefile        Mon Oct 30 22:27:07 2006 +0000
+++ b/chat/konversation/Makefile        Mon Oct 30 23:02:26 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2006/10/01 13:56:38 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2006/10/30 23:02:26 adrianp Exp $
 #
 
-DISTNAME=      konversation-1.0
-PKGREVISION=   1
+DISTNAME=      konversation-1.0.1
 CATEGORIES=    chat
 MASTER_SITES=  http://download.berlios.de/konversation/
 EXTRACT_SUFX=  .tar.bz2
diff -r 0344cbe95c9a -r c391ed9475de chat/konversation/PLIST
--- a/chat/konversation/PLIST   Mon Oct 30 22:27:07 2006 +0000
+++ b/chat/konversation/PLIST   Mon Oct 30 23:02:26 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2006/09/15 09:50:39 he Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/10/30 23:02:26 adrianp Exp $
 bin/konversation
 bin/konversationircprotocolhandler
 share/doc/kde/HTML/da/konversation/common
@@ -294,8 +294,10 @@
 share/kde/icons/hicolor/scalable/apps/konversation.svgz
 share/kde/services/konvirc.protocol
 share/kde/services/konvirc6.protocol
+share/locale/ar/LC_MESSAGES/konversation.mo
 share/locale/bg/LC_MESSAGES/konversation.mo
 share/locale/ca/LC_MESSAGES/konversation.mo
+share/locale/cs/LC_MESSAGES/konversation.mo
 share/locale/da/LC_MESSAGES/konversation.mo
 share/locale/de/LC_MESSAGES/konversation.mo
 share/locale/el/LC_MESSAGES/konversation.mo
@@ -304,17 +306,23 @@
 share/locale/et/LC_MESSAGES/konversation.mo
 share/locale/fi/LC_MESSAGES/konversation.mo
 share/locale/fr/LC_MESSAGES/konversation.mo
+share/locale/gl/LC_MESSAGES/konversation.mo
+share/locale/he/LC_MESSAGES/konversation.mo
 share/locale/hu/LC_MESSAGES/konversation.mo
 share/locale/it/LC_MESSAGES/konversation.mo
 share/locale/ja/LC_MESSAGES/konversation.mo
 share/locale/ka/LC_MESSAGES/konversation.mo
 share/locale/ko/LC_MESSAGES/konversation.mo
+share/locale/lt/LC_MESSAGES/konversation.mo
 share/locale/nl/LC_MESSAGES/konversation.mo
+share/locale/pa/LC_MESSAGES/konversation.mo
 share/locale/pt/LC_MESSAGES/konversation.mo
+share/locale/pt_BR/LC_MESSAGES/konversation.mo
 share/locale/ru/LC_MESSAGES/konversation.mo
 share/locale/sr/LC_MESSAGES/konversation.mo
 share/locale/sr@Latn/LC_MESSAGES/konversation.mo
 share/locale/sv/LC_MESSAGES/konversation.mo
+share/locale/ta/LC_MESSAGES/konversation.mo
 share/locale/tr/LC_MESSAGES/konversation.mo
 share/locale/zh_TW/LC_MESSAGES/konversation.mo
 @unexec ${RMDIR} %D/share/kde/icons/hicolor/scalable/apps 2>/dev/null || ${TRUE}
diff -r 0344cbe95c9a -r c391ed9475de chat/konversation/distinfo
--- a/chat/konversation/distinfo        Mon Oct 30 22:27:07 2006 +0000
+++ b/chat/konversation/distinfo        Mon Oct 30 23:02:26 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2006/10/22 09:24:38 rillig Exp $
+$NetBSD: distinfo,v 1.5 2006/10/30 23:02:26 adrianp Exp $
 
-SHA1 (konversation-1.0.tar.bz2) = f592727626845e568696d06b3a086d4b607f4ab3
-RMD160 (konversation-1.0.tar.bz2) = 960a6bfbec3f7fc30dcb9215b10eded30dfc22e1
-Size (konversation-1.0.tar.bz2) = 5657702 bytes
+SHA1 (konversation-1.0.1.tar.bz2) = 7e4b2356e942848fb83584db1bf2a1b6ef63234d
+RMD160 (konversation-1.0.1.tar.bz2) = 1cf79a87f451aa2718560f00ddf987b68938310a
+Size (konversation-1.0.1.tar.bz2) = 5848563 bytes
 SHA1 (patch-aa) = 1143627dbe906f77a8d16195b403653e1ab2d232
 SHA1 (patch-ab) = 68c11c4e1c00286607d394cb0b0b4132cd4789d0



Home | Main Index | Thread Index | Old Index