diff options
author | adrianp <adrianp> | 2006-10-30 23:02:26 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2006-10-30 23:02:26 +0000 |
commit | 03d788ba07eb0797c4cc67a14980bcba320d5f02 (patch) | |
tree | 36b4571c1665cd7eee709dd7b461103f345b409c /chat/konversation/PLIST | |
parent | 14f994ec4bf1bd2c9db31258261aecc235efce81 (diff) | |
download | pkgsrc-03d788ba07eb0797c4cc67a14980bcba320d5f02.tar.gz |
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 (limited to 'chat/konversation/PLIST')
-rw-r--r-- | chat/konversation/PLIST | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/chat/konversation/PLIST b/chat/konversation/PLIST index d4b90bdcd77..8cdbacdde22 100644 --- a/chat/konversation/PLIST +++ b/chat/konversation/PLIST @@ -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/64x64/apps/konversation.png 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/es/LC_MESSAGES/konversation.mo 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} |