summaryrefslogtreecommitdiff
path: root/irc/kvirc-devel
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-04-16 22:20:31 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-04-16 22:20:31 +0000
commit2303a5899f84b80afa56e634337805ad467a59e5 (patch)
tree9ca3eaaa2a74c2bbe93d1906057abde136d72a6b /irc/kvirc-devel
parent- Update to 4.0 (diff)
- Update to 3.2.0
PR: ports/79144 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=133492
Diffstat (limited to 'irc/kvirc-devel')
-rw-r--r--irc/kvirc-devel/Makefile12
-rw-r--r--irc/kvirc-devel/distinfo4
-rw-r--r--irc/kvirc-devel/files/patch-configure51
-rw-r--r--irc/kvirc-devel/files/patch-modules-snd19
-rw-r--r--irc/kvirc-devel/files/patch-notifierwindowtabs.cpp11
-rw-r--r--irc/kvirc-devel/pkg-plist342
6 files changed, 342 insertions, 97 deletions
diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile
index 31ad65bbe596..fb585849e0d8 100644
--- a/irc/kvirc-devel/Makefile
+++ b/irc/kvirc-devel/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= kvirc
-PORTVERSION= 3.0.1
-PORTREVISION= 2
+PORTVERSION= 3.2.0
CATEGORIES= irc kde
MASTER_SITES= ftp://ftp.kvirc.net/pub/%SUBDIR%/ \
ftp://ftp.kvirc.de/pub/%SUBDIR%/ \
@@ -26,7 +25,7 @@ USE_GMAKE= yes
USE_REINPLACE= yes
USE_INC_LIBTOOL_VER= 15
CONFIGURE_TARGET=
-CONFIGURE_ARGS+= --mandir=${PREFIX}/man/man1
+CONFIGURE_ARGS+= --mandir=${PREFIX}/man
PLIST_SUB= VER=${PORTVERSION}
MAN1= kvirc.1
@@ -63,6 +62,11 @@ CONFIGURE_ARGS+= --without-gsm
.endif
post-patch:
- ${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
+ ${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" \
+ -e "s,.SS_KDE_GENERAL_DIR/share/icons,${PREFIX}/share/icons," \
+ -e "s,.SS_KDE_GENERAL_DIR/share/applnk,${PREFIX}/share/applnk," \
+ -e "s,.SS_KDE_GENERAL_DIR/share/mimelnk,${PREFIX}/share/mimelnk," \
+ -e "s,kdeservicesdir=\".SS_KDE_SERVICESDIR\",kdeservicesdir=\"${PREFIX}/share/services\"," \
+ ${WRKSRC}/configure
.include <bsd.port.post.mk>
diff --git a/irc/kvirc-devel/distinfo b/irc/kvirc-devel/distinfo
index ae0bf0caa969..a097fdb9bad3 100644
--- a/irc/kvirc-devel/distinfo
+++ b/irc/kvirc-devel/distinfo
@@ -1,2 +1,2 @@
-MD5 (kvirc-3.0.1.tar.bz2) = 22b402d072a84eda11e762eb413e29c6
-SIZE (kvirc-3.0.1.tar.bz2) = 2679737
+MD5 (kvirc-3.2.0.tar.bz2) = e783827fda3832fc3fb50e7a41ed627d
+SIZE (kvirc-3.2.0.tar.bz2) = 3704445
diff --git a/irc/kvirc-devel/files/patch-configure b/irc/kvirc-devel/files/patch-configure
index 3778ee7c44b1..be6807eecf2c 100644
--- a/irc/kvirc-devel/files/patch-configure
+++ b/irc/kvirc-devel/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Sun May 30 19:45:23 2004
-+++ configure Tue Dec 14 22:19:39 2004
-@@ -14789,7 +14789,7 @@
+--- configure.orig Sat Feb 26 03:35:31 2005
++++ configure Sat Mar 12 09:28:45 2005
+@@ -19621,7 +19621,7 @@
# This can be used to rebuild libtool when needed
@@ -9,30 +9,21 @@
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -18476,7 +18476,7 @@
- fi
- CPPFLAGS="$CPPFLAGS -I$SS_QT_INCDIR $CPPFLAGS $X_CFLAGS"
- CXXFLAGS="-O2 -Wall $CXXFLAGS"
-- LIBS="-L$SS_X_LIBDIR -L$SS_QT_LIBDIR $X_EXTRA_LIBS $X_LIBS $LIBS -l$SS_QTLIB_NAME -lXext -lX11"
-+ LIBS="-L$SS_X_LIBDIR -L$SS_QT_LIBDIR $X_EXTRA_LIBS $X_LIBS $LIBS -l$SS_QTLIB_NAME -lXext -lX11 -pthread"
- LDFLAGS="-s $LDFLAGS"
- cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
-@@ -18859,7 +18859,7 @@
- ss_save_LIBS="$LIBS"
- CPPFLAGS="-I$SS_X_INCDIR -I$SS_QT_INCDIR -I$SS_KDE_INCDIR $CPPFLAGS $X_CFLAGS"
- CXXFLAGS="-O2 -Wall $CXXFLAGS"
-- LIBS="-L$SS_KDE_LIBDIR -L$SS_X_LIBDIR -L$SS_QT_LIBDIR $X_ $X_EXTRA_LIBS $X_LIBS $LIBS -lkdecore -l$SS_QTLIB_NAME $SS_XFT_LIBLINK -lXext -lX11 -Wl,-rpath $SS_KDE_LIBDIR"
-+ LIBS="-L$SS_KDE_LIBDIR -L$SS_X_LIBDIR -L$SS_QT_LIBDIR $X_ $X_EXTRA_LIBS $X_LIBS $LIBS -lkdecore -l$SS_QTLIB_NAME $SS_XFT_LIBLINK -lXext -lX11 -Wl,-rpath $SS_KDE_LIBDIR -pthread"
- if test "$SS_LINK_TO_LIBDL" = "yes"; then
- LIBS="$LIBS -ldl";
- fi
-@@ -19695,7 +19695,7 @@
- ss_save_LIBS="$LIBS"
- CPPFLAGS="-I$SS_X_INCDIR -I$SS_QT_INCDIR -I$SS_KDE_INCDIR $CPPFLAGS $X_CFLAGS"
- CXXFLAGS="-O2 -Wall $CXXFLAGS"
-- LIBS="-L$SS_KDE_LIBDIR -L$SS_X_LIBDIR -L$SS_QT_LIBDIR $X_ $X_EXTRA_LIBS $X_LIBS $LIBS -lsoundserver_idl -lkdecore -l$SS_QTLIB_NAME $SS_XFT_LIBLINK -lXext -lX11 -Wl,-rpath $SS_KDE_LIBDIR"
-+ LIBS="-L$SS_KDE_LIBDIR -L$SS_X_LIBDIR -L$SS_QT_LIBDIR $X_ $X_EXTRA_LIBS $X_LIBS $LIBS -lsoundserver_idl -lkdecore -l$SS_QTLIB_NAME $SS_XFT_LIBLINK -lXext -lX11 -pthread -Wl,-rpath $SS_KDE_LIBDIR"
- if test "$SS_LINK_TO_LIBDL" = "yes"; then
- LIBS="$LIBS -ldl";
- fi
+@@ -21745,7 +21745,7 @@
+ else
+ echo "$as_me:$LINENO: result: no..using lpthread" >&5
+ echo "${ECHO_T}no..using lpthread" >&6
+- SS_THREAD_LIBLINK="-lpthread"
++ SS_THREAD_LIBLINK="-pthread"
+
+ cat >>confdefs.h <<\_ACEOF
+ #define COMPILE_THREADS_USE_POSIX 1
+@@ -23316,7 +23316,7 @@
+ # Set the X include and lib dir
+ SS_X_INCDIR="$x_includes"
+ SS_X_LIBDIR="$x_libraries"
+- SS_X_LIBLINK="-lX11 -lXext"
++ SS_X_LIBLINK="-lX11 -lXext -pthread"
+
+ if test -z "$SS_X_INCDIR"; then
+ # Ops... X headers not found ?
diff --git a/irc/kvirc-devel/files/patch-modules-snd b/irc/kvirc-devel/files/patch-modules-snd
deleted file mode 100644
index 69e102fa3e91..000000000000
--- a/irc/kvirc-devel/files/patch-modules-snd
+++ /dev/null
@@ -1,19 +0,0 @@
-*** src/modules/snd/libkvisnd.cpp.orig Thu Feb 5 14:07:24 2004
---- src/modules/snd/libkvisnd.cpp Thu Feb 5 14:07:32 2004
-***************
-*** 53,59 ****
- #include <linux/soundcard.h>
- #else
- // Hint by Andy Fawcett: Thnx :)
-! #ifdef HAVE_SYS_SOUNDCARD_H_
- #include <sys/soundcard.h>
- #else
- #warning "Ops.. have no soundcard.h ? ... we're going to fail here :/"
---- 53,59 ----
- #include <linux/soundcard.h>
- #else
- // Hint by Andy Fawcett: Thnx :)
-! #ifdef HAVE_SYS_SOUNDCARD_H
- #include <sys/soundcard.h>
- #else
- #warning "Ops.. have no soundcard.h ? ... we're going to fail here :/"
diff --git a/irc/kvirc-devel/files/patch-notifierwindowtabs.cpp b/irc/kvirc-devel/files/patch-notifierwindowtabs.cpp
new file mode 100644
index 000000000000..f7573438a6c1
--- /dev/null
+++ b/irc/kvirc-devel/files/patch-notifierwindowtabs.cpp
@@ -0,0 +1,11 @@
+--- src/modules/notifier/notifierwindowtabs.cpp.orig Sun Apr 17 00:58:15 2005
++++ src/modules/notifier/notifierwindowtabs.cpp Sun Apr 17 00:58:36 2005
+@@ -228,7 +228,7 @@
+
+ void KviNotifierWindowTabs::addMessage(KviWindow * pWnd, KviNotifierMessage * message)
+ {
+- QString sender = pWnd ? pWnd->windowName() : "----";
++ QString sender = pWnd ? pWnd->windowName() : (QString)"----";
+
+ // Qui servirebbe anche una lista... perche' quando si inserisce
+ // un tab lui lo piazza dove gli pare nell'ordine
diff --git a/irc/kvirc-devel/pkg-plist b/irc/kvirc-devel/pkg-plist
index a21394bc6ef7..6900708b505c 100644
--- a/irc/kvirc-devel/pkg-plist
+++ b/irc/kvirc-devel/pkg-plist
@@ -2,8 +2,12 @@ bin/kvi_run_netscape.sh
bin/kvi_search_help.sh
bin/kvirc
bin/kvirc-config
+include/kvirc/%%VER%%/kvi_action.h
+include/kvirc/%%VER%%/kvi_actiondrawer.h
+include/kvirc/%%VER%%/kvi_actionmanager.h
include/kvirc/%%VER%%/kvi_antispam.h
include/kvirc/%%VER%%/kvi_app.h
+include/kvirc/%%VER%%/kvi_asynchronousconnectiondata.h
include/kvirc/%%VER%%/kvi_avatar.h
include/kvirc/%%VER%%/kvi_avatarcache.h
include/kvirc/%%VER%%/kvi_bswap.h
@@ -15,9 +19,14 @@ include/kvirc/%%VER%%/kvi_config.h
include/kvirc/%%VER%%/kvi_confignames.h
include/kvirc/%%VER%%/kvi_configstatus.h
include/kvirc/%%VER%%/kvi_console.h
+include/kvirc/%%VER%%/kvi_coreactionnames.h
+include/kvirc/%%VER%%/kvi_coreactions.h
include/kvirc/%%VER%%/kvi_crypt.h
include/kvirc/%%VER%%/kvi_cryptcontroller.h
include/kvirc/%%VER%%/kvi_ctcppagedialog.h
+include/kvirc/%%VER%%/kvi_customtoolbar.h
+include/kvirc/%%VER%%/kvi_customtoolbardescriptor.h
+include/kvirc/%%VER%%/kvi_customtoolbarmanager.h
include/kvirc/%%VER%%/kvi_databuffer.h
include/kvirc/%%VER%%/kvi_datacontainer.h
include/kvirc/%%VER%%/kvi_debug.h
@@ -47,22 +56,37 @@ include/kvirc/%%VER%%/kvi_inttypes.h
include/kvirc/%%VER%%/kvi_ipc.h
include/kvirc/%%VER%%/kvi_ipeditor.h
include/kvirc/%%VER%%/kvi_ircconnection.h
+include/kvirc/%%VER%%/kvi_ircconnectionantictcpflooddata.h
+include/kvirc/%%VER%%/kvi_ircconnectionasyncwhoisdata.h
+include/kvirc/%%VER%%/kvi_ircconnectionnetsplitdetectordata.h
+include/kvirc/%%VER%%/kvi_ircconnectionserverinfo.h
+include/kvirc/%%VER%%/kvi_ircconnectionstatedata.h
+include/kvirc/%%VER%%/kvi_ircconnectionstatistics.h
+include/kvirc/%%VER%%/kvi_ircconnectiontarget.h
+include/kvirc/%%VER%%/kvi_ircconnectiontargetresolver.h
+include/kvirc/%%VER%%/kvi_ircconnectionuserinfo.h
include/kvirc/%%VER%%/kvi_irccontext.h
+include/kvirc/%%VER%%/kvi_ircdatastreammonitor.h
include/kvirc/%%VER%%/kvi_irclink.h
include/kvirc/%%VER%%/kvi_ircmask.h
include/kvirc/%%VER%%/kvi_ircmessage.h
include/kvirc/%%VER%%/kvi_ircserver.h
include/kvirc/%%VER%%/kvi_ircserverdb.h
+include/kvirc/%%VER%%/kvi_ircsocket.h
include/kvirc/%%VER%%/kvi_irctoolbar.h
include/kvirc/%%VER%%/kvi_ircurl.h
include/kvirc/%%VER%%/kvi_ircuserdb.h
include/kvirc/%%VER%%/kvi_ircview.h
+include/kvirc/%%VER%%/kvi_ircviewprivate.h
+include/kvirc/%%VER%%/kvi_ircviewtools.h
include/kvirc/%%VER%%/kvi_kvs.h
+include/kvirc/%%VER%%/kvi_kvs_action.h
include/kvirc/%%VER%%/kvi_kvs_aliasmanager.h
include/kvirc/%%VER%%/kvi_kvs_array.h
include/kvirc/%%VER%%/kvi_kvs_corecallbackcommands.h
include/kvirc/%%VER%%/kvi_kvs_corefunctions.h
include/kvirc/%%VER%%/kvi_kvs_coresimplecommands.h
+include/kvirc/%%VER%%/kvi_kvs_dnsmanager.h
include/kvirc/%%VER%%/kvi_kvs_event.h
include/kvirc/%%VER%%/kvi_kvs_eventhandler.h
include/kvirc/%%VER%%/kvi_kvs_eventmanager.h
@@ -137,6 +161,7 @@ include/kvirc/%%VER%%/kvi_kvs_treenode_switchlist.h
include/kvirc/%%VER%%/kvi_kvs_treenode_thisobjectfunctioncall.h
include/kvirc/%%VER%%/kvi_kvs_treenode_variable.h
include/kvirc/%%VER%%/kvi_kvs_treenode_voidfunctioncall.h
+include/kvirc/%%VER%%/kvi_kvs_useraction.h
include/kvirc/%%VER%%/kvi_kvs_variant.h
include/kvirc/%%VER%%/kvi_kvs_variantlist.h
include/kvirc/%%VER%%/kvi_lagmeter.h
@@ -182,12 +207,6 @@ include/kvirc/%%VER%%/kvi_regusersdb.h
include/kvirc/%%VER%%/kvi_scriptbutton.h
include/kvirc/%%VER%%/kvi_scripteditor.h
include/kvirc/%%VER%%/kvi_scriptobject.h
-include/kvirc/%%VER%%/kvi_scripttoolbar.h
-include/kvirc/%%VER%%/kvi_scripttoolbar_button.h
-include/kvirc/%%VER%%/kvi_scripttoolbar_definition.h
-include/kvirc/%%VER%%/kvi_scripttoolbar_item.h
-include/kvirc/%%VER%%/kvi_scripttoolbar_itemdefinition.h
-include/kvirc/%%VER%%/kvi_scripttoolbar_manager.h
include/kvirc/%%VER%%/kvi_selectors.h
include/kvirc/%%VER%%/kvi_settings.h
include/kvirc/%%VER%%/kvi_sharedfiles.h
@@ -197,6 +216,8 @@ include/kvirc/%%VER%%/kvi_sparser.h
include/kvirc/%%VER%%/kvi_splash.h
include/kvirc/%%VER%%/kvi_ssl.h
include/kvirc/%%VER%%/kvi_sslmaster.h
+include/kvirc/%%VER%%/kvi_statusbar.h
+include/kvirc/%%VER%%/kvi_statusbarapplet.h
include/kvirc/%%VER%%/kvi_stdarg.h
include/kvirc/%%VER%%/kvi_strasm.h
include/kvirc/%%VER%%/kvi_string.h
@@ -219,7 +240,6 @@ include/kvirc/%%VER%%/kvi_tal_toolbar_kde.h
include/kvirc/%%VER%%/kvi_tal_toolbar_qt.h
include/kvirc/%%VER%%/kvi_tal_toolbardocktype.h
include/kvirc/%%VER%%/kvi_taskbar.h
-include/kvirc/%%VER%%/kvi_textencoding.h
include/kvirc/%%VER%%/kvi_texticonmanager.h
include/kvirc/%%VER%%/kvi_texticonwin.h
include/kvirc/%%VER%%/kvi_themedlabel.h
@@ -234,29 +254,27 @@ include/kvirc/%%VER%%/kvi_useraction.h
include/kvirc/%%VER%%/kvi_userlistview.h
include/kvirc/%%VER%%/kvi_wincfg.h
include/kvirc/%%VER%%/kvi_window.h
-include/kvirc/%%VER%%/kvi_wstring.h
-include/kvirc/%%VER%%/kvi_wstring_config.h
-include/kvirc/%%VER%%/kvi_wstring_external.h
-include/kvirc/%%VER%%/kvi_wstring_functions.h
-include/kvirc/%%VER%%/kvi_wstring_wchar.h
-include/kvirc/%%VER%%/kvi_wstring_wslen.h
include/kvirc/%%VER%%/kvi_xlib.h
lib/libkvilib.la
lib/libkvilib.so
lib/libkvilib.so.3
-share/icons/hicolor/48x48/apps/kvirc.png
-share/icons/hicolor/48x48/mimetypes/kvs.png
+share/applnk/Internet/kvirc.desktop
share/icons/hicolor/16x16/apps/kvirc.png
share/icons/hicolor/16x16/mimetypes/kvs.png
share/icons/hicolor/32x32/apps/kvirc.png
share/icons/hicolor/32x32/mimetypes/kvs.png
+share/icons/hicolor/48x48/apps/kvirc.png
+share/icons/hicolor/48x48/mimetypes/kvs.png
share/icons/hicolor/64x64/apps/kvirc.png
share/icons/hicolor/64x64/mimetypes/kvs.png
-share/applnk/Internet/kvirc.desktop
share/services/irc.protocol
share/services/irc6.protocol
share/mimelnk/text/x-kvs.desktop
+%%DATADIR%%/%%VER%%/config/modules/libkvinotifier.kvc
%%DATADIR%%/%%VER%%/config/modules/libkvitip.kvc
+%%DATADIR%%/%%VER%%/config/modules/libkvitip_cs.kvc
+%%DATADIR%%/%%VER%%/config/modules/libkvitip_it.kvc
+%%DATADIR%%/%%VER%%/config/modules/libkvitip_ru.kvc
%%DATADIR%%/%%VER%%/config/serverdb.kvc
%%DATADIR%%/%%VER%%/config/texticons.kvc
%%DATADIR%%/%%VER%%/defscript/default.kvs
@@ -273,24 +291,46 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/class_checkbox.html
%%DATADIR%%/%%VER%%/help/en/class_combobox.html
%%DATADIR%%/%%VER%%/help/en/class_file.html
+%%DATADIR%%/%%VER%%/help/en/class_grupbox.html
%%DATADIR%%/%%VER%%/help/en/class_label.html
%%DATADIR%%/%%VER%%/help/en/class_layout.html
+%%DATADIR%%/%%VER%%/help/en/class_lcdnumber.html
%%DATADIR%%/%%VER%%/help/en/class_lineedit.html
%%DATADIR%%/%%VER%%/help/en/class_list.html
+%%DATADIR%%/%%VER%%/help/en/class_listbox.html
%%DATADIR%%/%%VER%%/help/en/class_menubar.html
%%DATADIR%%/%%VER%%/help/en/class_multilineedit.html
%%DATADIR%%/%%VER%%/help/en/class_object.html
+%%DATADIR%%/%%VER%%/help/en/class_popupmenu.html
+%%DATADIR%%/%%VER%%/help/en/class_process.html
+%%DATADIR%%/%%VER%%/help/en/class_progressbar.html
+%%DATADIR%%/%%VER%%/help/en/class_radiobutton.html
+%%DATADIR%%/%%VER%%/help/en/class_slider.html
%%DATADIR%%/%%VER%%/help/en/class_socket.html
+%%DATADIR%%/%%VER%%/help/en/class_spinbox.html
%%DATADIR%%/%%VER%%/help/en/class_string.html
+%%DATADIR%%/%%VER%%/help/en/class_tabwidget.html
%%DATADIR%%/%%VER%%/help/en/class_urllabel.html
%%DATADIR%%/%%VER%%/help/en/class_widget.html
%%DATADIR%%/%%VER%%/help/en/class_window.html
+%%DATADIR%%/%%VER%%/help/en/class_workspace.html
%%DATADIR%%/%%VER%%/help/en/cmd_about.kvirc.html
-%%DATADIR%%/%%VER%%/help/en/cmd_addtarget.html
+%%DATADIR%%/%%VER%%/help/en/cmd_action.create.html
+%%DATADIR%%/%%VER%%/help/en/cmd_action.destroy.html
+%%DATADIR%%/%%VER%%/help/en/cmd_action.disable.html
+%%DATADIR%%/%%VER%%/help/en/cmd_action.enable.html
+%%DATADIR%%/%%VER%%/help/en/cmd_action.list.html
+%%DATADIR%%/%%VER%%/help/en/cmd_action.trigger.html
+%%DATADIR%%/%%VER%%/help/en/cmd_actioneditor.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_admin.html
+%%DATADIR%%/%%VER%%/help/en/cmd_ahost.html
%%DATADIR%%/%%VER%%/help/en/cmd_alias.html
%%DATADIR%%/%%VER%%/help/en/cmd_aliaseditor.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_avatar.html
+%%DATADIR%%/%%VER%%/help/en/cmd_avatar.notify.html
+%%DATADIR%%/%%VER%%/help/en/cmd_avatar.query.html
+%%DATADIR%%/%%VER%%/help/en/cmd_avatar.set.html
+%%DATADIR%%/%%VER%%/help/en/cmd_avatar.unset.html
%%DATADIR%%/%%VER%%/help/en/cmd_away.html
%%DATADIR%%/%%VER%%/help/en/cmd_awhois.html
%%DATADIR%%/%%VER%%/help/en/cmd_back.html
@@ -304,6 +344,7 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/cmd_clear.html
%%DATADIR%%/%%VER%%/help/en/cmd_clearobjects.html
%%DATADIR%%/%%VER%%/help/en/cmd_clock.add.html
+%%DATADIR%%/%%VER%%/help/en/cmd_codepage.html
%%DATADIR%%/%%VER%%/help/en/cmd_codetester.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_config.clear.html
%%DATADIR%%/%%VER%%/help/en/cmd_config.clearsection.html
@@ -313,6 +354,7 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/cmd_config.write.html
%%DATADIR%%/%%VER%%/help/en/cmd_connect.html
%%DATADIR%%/%%VER%%/help/en/cmd_ctcp.html
+%%DATADIR%%/%%VER%%/help/en/cmd_dcc.abort.html
%%DATADIR%%/%%VER%%/help/en/cmd_dcc.canvas.html
%%DATADIR%%/%%VER%%/help/en/cmd_dcc.chat.html
%%DATADIR%%/%%VER%%/help/en/cmd_dcc.get.html
@@ -322,7 +364,7 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/cmd_dcc.voice.html
%%DATADIR%%/%%VER%%/help/en/cmd_defpopup.html
%%DATADIR%%/%%VER%%/help/en/cmd_delete.html
-%%DATADIR%%/%%VER%%/help/en/cmd_deltarget.html
+%%DATADIR%%/%%VER%%/help/en/cmd_delpopupitem.html
%%DATADIR%%/%%VER%%/help/en/cmd_deop.html
%%DATADIR%%/%%VER%%/help/en/cmd_destroy.html
%%DATADIR%%/%%VER%%/help/en/cmd_devoice.html
@@ -367,12 +409,7 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/cmd_kick.html
%%DATADIR%%/%%VER%%/help/en/cmd_killclass.html
%%DATADIR%%/%%VER%%/help/en/cmd_killtimer.html
-%%DATADIR%%/%%VER%%/help/en/cmd_lag.disable.html
-%%DATADIR%%/%%VER%%/help/en/cmd_lag.enable.html
-%%DATADIR%%/%%VER%%/help/en/cmd_lag.setalarmtime.html
-%%DATADIR%%/%%VER%%/help/en/cmd_lag.setinterval.html
%%DATADIR%%/%%VER%%/help/en/cmd_leave.html
-%%DATADIR%%/%%VER%%/help/en/cmd_links.html
%%DATADIR%%/%%VER%%/help/en/cmd_links.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_list.html
%%DATADIR%%/%%VER%%/help/en/cmd_list.open.html
@@ -395,6 +432,9 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/cmd_msg.html
%%DATADIR%%/%%VER%%/help/en/cmd_nick.html
%%DATADIR%%/%%VER%%/help/en/cmd_notice.html
+%%DATADIR%%/%%VER%%/help/en/cmd_notifier.hide.html
+%%DATADIR%%/%%VER%%/help/en/cmd_notifier.message.html
+%%DATADIR%%/%%VER%%/help/en/cmd_notifier.show.html
%%DATADIR%%/%%VER%%/help/en/cmd_op.html
%%DATADIR%%/%%VER%%/help/en/cmd_openurl.html
%%DATADIR%%/%%VER%%/help/en/cmd_oper.html
@@ -406,6 +446,9 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/cmd_parse.html
%%DATADIR%%/%%VER%%/help/en/cmd_part.html
%%DATADIR%%/%%VER%%/help/en/cmd_pass.html
+%%DATADIR%%/%%VER%%/help/en/cmd_perl.begin.html
+%%DATADIR%%/%%VER%%/help/en/cmd_perl.destroy.html
+%%DATADIR%%/%%VER%%/help/en/cmd_perl.end.html
%%DATADIR%%/%%VER%%/help/en/cmd_play.html
%%DATADIR%%/%%VER%%/help/en/cmd_popup.html
%%DATADIR%%/%%VER%%/help/en/cmd_popupeditor.open.html
@@ -417,6 +460,7 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/cmd_raise.html
%%DATADIR%%/%%VER%%/help/en/cmd_raw.html
%%DATADIR%%/%%VER%%/help/en/cmd_raweditor.open.html
+%%DATADIR%%/%%VER%%/help/en/cmd_rebind.html
%%DATADIR%%/%%VER%%/help/en/cmd_regchan.add.html
%%DATADIR%%/%%VER%%/help/en/cmd_regchan.list.html
%%DATADIR%%/%%VER%%/help/en/cmd_regchan.remove.html
@@ -442,6 +486,7 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/cmd_sharedfile.remove.html
%%DATADIR%%/%%VER%%/help/en/cmd_sharedfileswindow.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_snd.play.html
+%%DATADIR%%/%%VER%%/help/en/cmd_sockets.html
%%DATADIR%%/%%VER%%/help/en/cmd_socketspy.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_sound.html
%%DATADIR%%/%%VER%%/help/en/cmd_spaste.clipboard.html
@@ -461,18 +506,19 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/cmd_tip.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_tmphighlight.add.html
%%DATADIR%%/%%VER%%/help/en/cmd_tmphighlight.remove.html
-%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.addbutton.html
-%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.addseparator.html
+%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.additem.html
+%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.clear.html
%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.create.html
%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.define.html
%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.destroy.html
%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.hide.html
%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.removeitem.html
-%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.setbutton.html
%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.show.html
%%DATADIR%%/%%VER%%/help/en/cmd_toolbareditor.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_topic.html
%%DATADIR%%/%%VER%%/help/en/cmd_trace.html
+%%DATADIR%%/%%VER%%/help/en/cmd_trload.html
+%%DATADIR%%/%%VER%%/help/en/cmd_trunload.html
%%DATADIR%%/%%VER%%/help/en/cmd_unban.html
%%DATADIR%%/%%VER%%/help/en/cmd_url.config.html
%%DATADIR%%/%%VER%%/help/en/cmd_url.list.html
@@ -491,6 +537,7 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/cmd_window.maximize.html
%%DATADIR%%/%%VER%%/help/en/cmd_window.minimize.html
%%DATADIR%%/%%VER%%/help/en/cmd_window.restore.html
+%%DATADIR%%/%%VER%%/help/en/cmd_window.setCaption.html
%%DATADIR%%/%%VER%%/help/en/cmd_window.undock.html
%%DATADIR%%/%%VER%%/help/en/doc_aliases.html
%%DATADIR%%/%%VER%%/help/en/doc_antispam.html
@@ -739,11 +786,16 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/doc_noblockingdialogs.html
%%DATADIR%%/%%VER%%/help/en/doc_notify_list.html
%%DATADIR%%/%%VER%%/help/en/doc_objects.html
+%%DATADIR%%/%%VER%%/help/en/doc_ondccchatwindowcreated.html
+%%DATADIR%%/%%VER%%/help/en/doc_onservernotice.html
%%DATADIR%%/%%VER%%/help/en/doc_operators.html
+%%DATADIR%%/%%VER%%/help/en/doc_perl_and_kvs.html
%%DATADIR%%/%%VER%%/help/en/doc_registered_users.html
%%DATADIR%%/%%VER%%/help/en/doc_rfc2812.html
%%DATADIR%%/%%VER%%/help/en/doc_rfc2821wrappers.html
+%%DATADIR%%/%%VER%%/help/en/doc_script_localization.html
%%DATADIR%%/%%VER%%/help/en/doc_shared_files.html
+%%DATADIR%%/%%VER%%/help/en/doc_texticons.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_$.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_a.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_b.html
@@ -773,6 +825,7 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_z.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_index_all.html
%%DATADIR%%/%%VER%%/help/en/doc_window_naming_conventions.html
+%%DATADIR%%/%%VER%%/help/en/event_OnQueryFileDropped.html
%%DATADIR%%/%%VER%%/help/en/event_onaccelkeypressed.html
%%DATADIR%%/%%VER%%/help/en/event_onaction.html
%%DATADIR%%/%%VER%%/help/en/event_onban.html
@@ -787,6 +840,7 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/event_onchannelpopuprequest.html
%%DATADIR%%/%%VER%%/help/en/event_onchannelsync.html
%%DATADIR%%/%%VER%%/help/en/event_onchannelwindowcreated.html
+%%DATADIR%%/%%VER%%/help/en/event_onchanowner.html
%%DATADIR%%/%%VER%%/help/en/event_onchanservnotice.html
%%DATADIR%%/%%VER%%/help/en/event_onconsolepopuprequest.html
%%DATADIR%%/%%VER%%/help/en/event_onctcpflood.html
@@ -797,13 +851,21 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/event_ondccchatdisconnected.html
%%DATADIR%%/%%VER%%/help/en/event_ondccchaterror.html
%%DATADIR%%/%%VER%%/help/en/event_ondccchatmessage.html
+%%DATADIR%%/%%VER%%/help/en/event_ondccchatpopuprequest.html
%%DATADIR%%/%%VER%%/help/en/event_ondccchatwindowclosing.html
-%%DATADIR%%/%%VER%%/help/en/event_ondccchatwindowcreated.html
+%%DATADIR%%/%%VER%%/help/en/event_ondccfiletransferbegin.html
+%%DATADIR%%/%%VER%%/help/en/event_ondccfiletransferconnectioninprogress.html
+%%DATADIR%%/%%VER%%/help/en/event_ondccfiletransferfailed.html
+%%DATADIR%%/%%VER%%/help/en/event_ondccfiletransfersuccess.html
+%%DATADIR%%/%%VER%%/help/en/event_ondccsessioncreated.html
%%DATADIR%%/%%VER%%/help/en/event_ondechanadmin.html
+%%DATADIR%%/%%VER%%/help/en/event_ondechanowner.html
%%DATADIR%%/%%VER%%/help/en/event_ondehalfop.html
%%DATADIR%%/%%VER%%/help/en/event_ondeop.html
%%DATADIR%%/%%VER%%/help/en/event_ondeuserop.html
%%DATADIR%%/%%VER%%/help/en/event_ondevoice.html
+%%DATADIR%%/%%VER%%/help/en/event_ondisconnectrequest.html
+%%DATADIR%%/%%VER%%/help/en/event_onerror.html
%%DATADIR%%/%%VER%%/help/en/event_onframewindowcreated.html
%%DATADIR%%/%%VER%%/help/en/event_onframewindowdestroyed.html
%%DATADIR%%/%%VER%%/help/en/event_onhalfop.html
@@ -834,7 +896,9 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/event_onmebanexception.html
%%DATADIR%%/%%VER%%/help/en/event_onmebanexceptionremove.html
%%DATADIR%%/%%VER%%/help/en/event_onmechanadmin.html
+%%DATADIR%%/%%VER%%/help/en/event_onmechanowner.html
%%DATADIR%%/%%VER%%/help/en/event_onmedechanadmin.html
+%%DATADIR%%/%%VER%%/help/en/event_onmedechanowner.html
%%DATADIR%%/%%VER%%/help/en/event_onmedehalfop.html
%%DATADIR%%/%%VER%%/help/en/event_onmedeop.html
%%DATADIR%%/%%VER%%/help/en/event_onmedeuserop.html
@@ -850,6 +914,7 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/event_onmeunban.html
%%DATADIR%%/%%VER%%/help/en/event_onmeuserop.html
%%DATADIR%%/%%VER%%/help/en/event_onmevoice.html
+%%DATADIR%%/%%VER%%/help/en/event_onnetsplit.html
%%DATADIR%%/%%VER%%/help/en/event_onnickchange.html
%%DATADIR%%/%%VER%%/help/en/event_onnicklinkdefaultactionrequest.html
%%DATADIR%%/%%VER%%/help/en/event_onnicklinkpopuprequest.html
@@ -872,7 +937,7 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/event_onquerywindowrequest.html
%%DATADIR%%/%%VER%%/help/en/event_onquit.html
%%DATADIR%%/%%VER%%/help/en/event_onserverlinkpopuprequest.html
-%%DATADIR%%/%%VER%%/help/en/event_onservernotice.html
+%%DATADIR%%/%%VER%%/help/en/event_ontextinput.html
%%DATADIR%%/%%VER%%/help/en/event_ontextviewdoubleclicked.html
%%DATADIR%%/%%VER%%/help/en/event_ontopic.html
%%DATADIR%%/%%VER%%/help/en/event_onunban.html
@@ -882,13 +947,17 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/event_onusermode.html
%%DATADIR%%/%%VER%%/help/en/event_onuserop.html
%%DATADIR%%/%%VER%%/help/en/event_onvoice.html
+%%DATADIR%%/%%VER%%/help/en/event_onwallops.html
%%DATADIR%%/%%VER%%/help/en/event_onwindowactivated.html
%%DATADIR%%/%%VER%%/help/en/event_onwindowpopuprequest.html
%%DATADIR%%/%%VER%%/help/en/fnc_$.html
%%DATADIR%%/%%VER%%/help/en/fnc_$lag.lag.html
%%DATADIR%%/%%VER%%/help/en/fnc_active.html
+%%DATADIR%%/%%VER%%/help/en/fnc_array.html
%%DATADIR%%/%%VER%%/help/en/fnc_ascii.html
%%DATADIR%%/%%VER%%/help/en/fnc_avatar.html
+%%DATADIR%%/%%VER%%/help/en/fnc_avatar.name.html
+%%DATADIR%%/%%VER%%/help/en/fnc_avatar.path.html
%%DATADIR%%/%%VER%%/help/en/fnc_away.html
%%DATADIR%%/%%VER%%/help/en/fnc_b.html
%%DATADIR%%/%%VER%%/help/en/fnc_base64toAscii.html
@@ -902,12 +971,18 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/fnc_chan.halfopcount.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.invitecount.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.invitelist.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.isDead.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.isadmin.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.ishalfop.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.ismeadmin.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.ismehalfop.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.ismeop.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.ismeowner.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.ismeuserop.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.ismevoice.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.ison.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.isop.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.isowner.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.isuserop.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.isvoice.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.key.html
@@ -918,10 +993,14 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/fnc_chan.mode.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.name.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.opcount.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.ownercount.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.topic.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.topicsetat.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.topicsetby.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.usercount.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.userjointime.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.userlastactiontime.html
+%%DATADIR%%/%%VER%%/help/en/fnc_chan.usermodelevel.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.useropcount.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.users.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.voicecount.html
@@ -942,19 +1021,46 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/fnc_context.html
%%DATADIR%%/%%VER%%/help/en/fnc_cr.html
%%DATADIR%%/%%VER%%/help/en/fnc_date.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dcc.averageSpeed.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dcc.connectionType.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dcc.ircContext.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dcc.isFileDownload.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dcc.isFileTransfer.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dcc.isFileUpload.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dcc.localFileName.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dcc.localFileSize.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dcc.localHost.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dcc.localIp.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dcc.localNick.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dcc.localPort.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dcc.localUser.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dcc.protocol.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dcc.remoteFileName.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dcc.remoteFileSize.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dcc.remoteHost.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dcc.remoteIp.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dcc.remoteNick.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dcc.remotePort.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dcc.remoteUser.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dcc.session.html
+%%DATADIR%%/%%VER%%/help/en/fnc_dcc.transferredBytes.html
%%DATADIR%%/%%VER%%/help/en/fnc_dockwidget.isvisible.html
%%DATADIR%%/%%VER%%/help/en/fnc_features.html
+%%DATADIR%%/%%VER%%/help/en/fnc_file.cwd.html
%%DATADIR%%/%%VER%%/help/en/fnc_file.exists.html
%%DATADIR%%/%%VER%%/help/en/fnc_file.extractfilename.html
%%DATADIR%%/%%VER%%/help/en/fnc_file.extractpath.html
%%DATADIR%%/%%VER%%/help/en/fnc_file.fixpath.html
%%DATADIR%%/%%VER%%/help/en/fnc_file.globaldir.html
+%%DATADIR%%/%%VER%%/help/en/fnc_file.homedir.html
%%DATADIR%%/%%VER%%/help/en/fnc_file.localdir.html
+%%DATADIR%%/%%VER%%/help/en/fnc_file.ls.html
%%DATADIR%%/%%VER%%/help/en/fnc_file.ps.html
%%DATADIR%%/%%VER%%/help/en/fnc_file.read.html
+%%DATADIR%%/%%VER%%/help/en/fnc_file.rootdir.html
%%DATADIR%%/%%VER%%/help/en/fnc_file.size.html
%%DATADIR%%/%%VER%%/help/en/fnc_file.type.html
-%%DATADIR%%/%%VER%%/help/en/fnc_fmtlink.html
+%%DATADIR%%/%%VER%%/help/en/fnc_fmtsocket.html
%%DATADIR%%/%%VER%%/help/en/fnc_hextoAscii.html
%%DATADIR%%/%%VER%%/help/en/fnc_hostname.html
%%DATADIR%%/%%VER%%/help/en/fnc_ic.html
@@ -968,8 +1074,6 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/fnc_istimer.html
%%DATADIR%%/%%VER%%/help/en/fnc_iswellknown.html
%%DATADIR%%/%%VER%%/help/en/fnc_k.html
-%%DATADIR%%/%%VER%%/help/en/fnc_lag.getalarmtime.html
-%%DATADIR%%/%%VER%%/help/en/fnc_lag.getinterval.html
%%DATADIR%%/%%VER%%/help/en/fnc_lf.html
%%DATADIR%%/%%VER%%/help/en/fnc_log.file.html
%%DATADIR%%/%%VER%%/help/en/fnc_mask.hasnumerichost.html
@@ -1004,15 +1108,18 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.isplaying.html
%%DATADIR%%/%%VER%%/help/en/fnc_msgtype.html
%%DATADIR%%/%%VER%%/help/en/fnc_my.host.html
+%%DATADIR%%/%%VER%%/help/en/fnc_my.ip.html
%%DATADIR%%/%%VER%%/help/en/fnc_my.network.html
%%DATADIR%%/%%VER%%/help/en/fnc_my.nick.html
%%DATADIR%%/%%VER%%/help/en/fnc_my.server.html
%%DATADIR%%/%%VER%%/help/en/fnc_my.umode.html
%%DATADIR%%/%%VER%%/help/en/fnc_my.user.html
%%DATADIR%%/%%VER%%/help/en/fnc_new.html
+%%DATADIR%%/%%VER%%/help/en/fnc_notifier.isEnabled.html
%%DATADIR%%/%%VER%%/help/en/fnc_o.html
%%DATADIR%%/%%VER%%/help/en/fnc_option.html
%%DATADIR%%/%%VER%%/help/en/fnc_options.isdialog.html
+%%DATADIR%%/%%VER%%/help/en/fnc_perl.isAvailable.html
%%DATADIR%%/%%VER%%/help/en/fnc_query.html
%%DATADIR%%/%%VER%%/help/en/fnc_r.html
%%DATADIR%%/%%VER%%/help/en/fnc_rand.html
@@ -1029,6 +1136,7 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/fnc_server.html
%%DATADIR%%/%%VER%%/help/en/fnc_split.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.append.html
+%%DATADIR%%/%%VER%%/help/en/fnc_str.charsum.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.cmp.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.cmpnocase.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.contains.html
@@ -1065,6 +1173,7 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/fnc_str.upcase.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.word.html
%%DATADIR%%/%%VER%%/help/en/fnc_sw.html
+%%DATADIR%%/%%VER%%/help/en/fnc_system.dcop.html
%%DATADIR%%/%%VER%%/help/en/fnc_system.getenv.html
%%DATADIR%%/%%VER%%/help/en/fnc_system.hostname.html
%%DATADIR%%/%%VER%%/help/en/fnc_system.osmachine.html
@@ -1078,11 +1187,16 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/fnc_time.html
%%DATADIR%%/%%VER%%/help/en/fnc_tmphighlight.ishighlighted.html
%%DATADIR%%/%%VER%%/help/en/fnc_toolbar.exists.html
+%%DATADIR%%/%%VER%%/help/en/fnc_toolbar.isVisible.html
+%%DATADIR%%/%%VER%%/help/en/fnc_toolbar.items.html
%%DATADIR%%/%%VER%%/help/en/fnc_toolbar.list.html
+%%DATADIR%%/%%VER%%/help/en/fnc_tr.html
%%DATADIR%%/%%VER%%/help/en/fnc_u.html
%%DATADIR%%/%%VER%%/help/en/fnc_unixtime.html
%%DATADIR%%/%%VER%%/help/en/fnc_username.html
%%DATADIR%%/%%VER%%/help/en/fnc_version.html
+%%DATADIR%%/%%VER%%/help/en/fnc_window.activityLevel.html
+%%DATADIR%%/%%VER%%/help/en/fnc_window.activityTemperature.html
%%DATADIR%%/%%VER%%/help/en/fnc_window.caption.html
%%DATADIR%%/%%VER%%/help/en/fnc_window.console.html
%%DATADIR%%/%%VER%%/help/en/fnc_window.exists.html
@@ -1093,11 +1207,13 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/fnc_window.isMaximized.html
%%DATADIR%%/%%VER%%/help/en/fnc_window.isMinimized.html
%%DATADIR%%/%%VER%%/help/en/fnc_window.list.html
+%%DATADIR%%/%%VER%%/help/en/fnc_window.open.html
%%DATADIR%%/%%VER%%/help/en/fnc_window.type.html
%%DATADIR%%/%%VER%%/help/en/helplogoleft.png
%%DATADIR%%/%%VER%%/help/en/helplogoright.png
%%DATADIR%%/%%VER%%/help/en/index.html
%%DATADIR%%/%%VER%%/help/en/module_config.html
+%%DATADIR%%/%%VER%%/help/en/module_dcc.html
%%DATADIR%%/%%VER%%/help/en/module_lamerizer.html
%%DATADIR%%/%%VER%%/help/en/module_log.html
%%DATADIR%%/%%VER%%/help/en/module_mp3player.html
@@ -1107,15 +1223,41 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/help/en/widget_ctcpavatarprotooptions.html
%%DATADIR%%/%%VER%%/help/en/widget_ctcpfloodprotectionoptions.html
%%DATADIR%%/%%VER%%/license/COPYING
+%%DATADIR%%/%%VER%%/locale/about_ca.mo
+%%DATADIR%%/%%VER%%/locale/about_cs.mo
%%DATADIR%%/%%VER%%/locale/about_de.mo
%%DATADIR%%/%%VER%%/locale/about_es.mo
%%DATADIR%%/%%VER%%/locale/about_it.mo
+%%DATADIR%%/%%VER%%/locale/about_pt.mo
+%%DATADIR%%/%%VER%%/locale/about_pt_BR.mo
+%%DATADIR%%/%%VER%%/locale/about_ru.mo
+%%DATADIR%%/%%VER%%/locale/dcc_ca.mo
+%%DATADIR%%/%%VER%%/locale/dcc_cs.mo
%%DATADIR%%/%%VER%%/locale/dcc_de.mo
%%DATADIR%%/%%VER%%/locale/dcc_es.mo
%%DATADIR%%/%%VER%%/locale/dcc_it.mo
+%%DATADIR%%/%%VER%%/locale/dcc_pt.mo
+%%DATADIR%%/%%VER%%/locale/dcc_pt_BR.mo
+%%DATADIR%%/%%VER%%/locale/dcc_ru.mo
+%%DATADIR%%/%%VER%%/locale/editor_ca.mo
+%%DATADIR%%/%%VER%%/locale/editor_cs.mo
%%DATADIR%%/%%VER%%/locale/editor_de.mo
%%DATADIR%%/%%VER%%/locale/editor_es.mo
%%DATADIR%%/%%VER%%/locale/editor_it.mo
+%%DATADIR%%/%%VER%%/locale/editor_pt.mo
+%%DATADIR%%/%%VER%%/locale/editor_pt_BR.mo
+%%DATADIR%%/%%VER%%/locale/editor_ru.mo
+%%DATADIR%%/%%VER%%/locale/filetransferwindow_ca.mo
+%%DATADIR%%/%%VER%%/locale/filetransferwindow_cs.mo
+%%DATADIR%%/%%VER%%/locale/filetransferwindow_de.mo
+%%DATADIR%%/%%VER%%/locale/filetransferwindow_es.mo
+%%DATADIR%%/%%VER%%/locale/filetransferwindow_it.mo
+%%DATADIR%%/%%VER%%/locale/filetransferwindow_pt.mo
+%%DATADIR%%/%%VER%%/locale/filetransferwindow_pt_BR.mo
+%%DATADIR%%/%%VER%%/locale/filetransferwindow_ru.mo
+%%DATADIR%%/%%VER%%/locale/kvirc_bg.mo
+%%DATADIR%%/%%VER%%/locale/kvirc_ca.mo
+%%DATADIR%%/%%VER%%/locale/kvirc_cs.mo
%%DATADIR%%/%%VER%%/locale/kvirc_de.mo
%%DATADIR%%/%%VER%%/locale/kvirc_es.mo
%%DATADIR%%/%%VER%%/locale/kvirc_fr.mo
@@ -1124,27 +1266,64 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/locale/kvirc_pl.mo
%%DATADIR%%/%%VER%%/locale/kvirc_pt.mo
%%DATADIR%%/%%VER%%/locale/kvirc_pt_BR.mo
+%%DATADIR%%/%%VER%%/locale/kvirc_ru.mo
%%DATADIR%%/%%VER%%/locale/kvirc_sr.mo
+%%DATADIR%%/%%VER%%/locale/logview_ca.mo
+%%DATADIR%%/%%VER%%/locale/logview_cs.mo
%%DATADIR%%/%%VER%%/locale/logview_de.mo
%%DATADIR%%/%%VER%%/locale/logview_es.mo
%%DATADIR%%/%%VER%%/locale/logview_it.mo
+%%DATADIR%%/%%VER%%/locale/logview_pt.mo
+%%DATADIR%%/%%VER%%/locale/logview_pt_BR.mo
+%%DATADIR%%/%%VER%%/locale/logview_ru.mo
+%%DATADIR%%/%%VER%%/locale/notifier_ca.mo
+%%DATADIR%%/%%VER%%/locale/notifier_cs.mo
+%%DATADIR%%/%%VER%%/locale/notifier_de.mo
+%%DATADIR%%/%%VER%%/locale/notifier_es.mo
+%%DATADIR%%/%%VER%%/locale/notifier_it.mo
+%%DATADIR%%/%%VER%%/locale/notifier_pt.mo
+%%DATADIR%%/%%VER%%/locale/notifier_pt_BR.mo
+%%DATADIR%%/%%VER%%/locale/notifier_ru.mo
+%%DATADIR%%/%%VER%%/locale/perl_ca.mo
+%%DATADIR%%/%%VER%%/locale/perl_cs.mo
+%%DATADIR%%/%%VER%%/locale/perl_de.mo
+%%DATADIR%%/%%VER%%/locale/perl_es.mo
+%%DATADIR%%/%%VER%%/locale/perl_it.mo
+%%DATADIR%%/%%VER%%/locale/perl_pt.mo
+%%DATADIR%%/%%VER%%/locale/perl_pt_BR.mo
+%%DATADIR%%/%%VER%%/locale/perl_ru.mo
+%%DATADIR%%/%%VER%%/locale/perlcore_ca.mo
+%%DATADIR%%/%%VER%%/locale/perlcore_cs.mo
+%%DATADIR%%/%%VER%%/locale/perlcore_de.mo
+%%DATADIR%%/%%VER%%/locale/perlcore_es.mo
+%%DATADIR%%/%%VER%%/locale/perlcore_it.mo
+%%DATADIR%%/%%VER%%/locale/perlcore_pt_BR.mo
+%%DATADIR%%/%%VER%%/locale/perlcore_ru.mo
+%%DATADIR%%/%%VER%%/locale/sharedfileswindow_ca.mo
+%%DATADIR%%/%%VER%%/locale/sharedfileswindow_cs.mo
%%DATADIR%%/%%VER%%/locale/sharedfileswindow_de.mo
%%DATADIR%%/%%VER%%/locale/sharedfileswindow_es.mo
%%DATADIR%%/%%VER%%/locale/sharedfileswindow_it.mo
+%%DATADIR%%/%%VER%%/locale/sharedfileswindow_pt.mo
+%%DATADIR%%/%%VER%%/locale/sharedfileswindow_pt_BR.mo
+%%DATADIR%%/%%VER%%/locale/sharedfileswindow_ru.mo
+%%DATADIR%%/%%VER%%/modules/caps/action/url
%%DATADIR%%/%%VER%%/modules/caps/crypt/lamerizer
%%DATADIR%%/%%VER%%/modules/caps/crypt/rijndael
%%DATADIR%%/%%VER%%/modules/caps/serverimport/mircimport
%%DATADIR%%/%%VER%%/modules/caps/tool/filetransferwindow
%%DATADIR%%/%%VER%%/modules/caps/tool/logview
%%DATADIR%%/%%VER%%/modules/caps/tool/sharedfileswindow
-%%DATADIR%%/%%VER%%/modules/caps/toolbar/tb_options
-%%DATADIR%%/%%VER%%/modules/caps/toolbar/tb_scripting
-%%DATADIR%%/%%VER%%/modules/caps/toolbar/tb_winops
-%%DATADIR%%/%%VER%%/modules/caps/toolbar/url
%%DATADIR%%/%%VER%%/modules/libkviabout.la
%%DATADIR%%/%%VER%%/modules/libkviabout.so
+%%DATADIR%%/%%VER%%/modules/libkviaction.la
+%%DATADIR%%/%%VER%%/modules/libkviaction.so
+%%DATADIR%%/%%VER%%/modules/libkviactioneditor.la
+%%DATADIR%%/%%VER%%/modules/libkviactioneditor.so
%%DATADIR%%/%%VER%%/modules/libkvialiaseditor.la
%%DATADIR%%/%%VER%%/modules/libkvialiaseditor.so
+%%DATADIR%%/%%VER%%/modules/libkviavatar.la
+%%DATADIR%%/%%VER%%/modules/libkviavatar.so
%%DATADIR%%/%%VER%%/modules/libkvichan.la
%%DATADIR%%/%%VER%%/modules/libkvichan.so
%%DATADIR%%/%%VER%%/modules/libkvichannelsjoin.la
@@ -1197,10 +1376,16 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/modules/libkvimp3player.so
%%DATADIR%%/%%VER%%/modules/libkvimy.la
%%DATADIR%%/%%VER%%/modules/libkvimy.so
+%%DATADIR%%/%%VER%%/modules/libkvinotifier.la
+%%DATADIR%%/%%VER%%/modules/libkvinotifier.so
%%DATADIR%%/%%VER%%/modules/libkviobjects.la
%%DATADIR%%/%%VER%%/modules/libkviobjects.so
%%DATADIR%%/%%VER%%/modules/libkvioptions.la
%%DATADIR%%/%%VER%%/modules/libkvioptions.so
+%%DATADIR%%/%%VER%%/modules/libkviperl.la
+%%DATADIR%%/%%VER%%/modules/libkviperl.so
+%%DATADIR%%/%%VER%%/modules/libkviperlcore.la
+%%DATADIR%%/%%VER%%/modules/libkviperlcore.so
%%DATADIR%%/%%VER%%/modules/libkvipopupeditor.la
%%DATADIR%%/%%VER%%/modules/libkvipopupeditor.so
%%DATADIR%%/%%VER%%/modules/libkviraweditor.la
@@ -1227,12 +1412,6 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/modules/libkvistr.so
%%DATADIR%%/%%VER%%/modules/libkvisystem.la
%%DATADIR%%/%%VER%%/modules/libkvisystem.so
-%%DATADIR%%/%%VER%%/modules/libkvitb_options.la
-%%DATADIR%%/%%VER%%/modules/libkvitb_options.so
-%%DATADIR%%/%%VER%%/modules/libkvitb_scripting.la
-%%DATADIR%%/%%VER%%/modules/libkvitb_scripting.so
-%%DATADIR%%/%%VER%%/modules/libkvitb_winops.la
-%%DATADIR%%/%%VER%%/modules/libkvitb_winops.so
%%DATADIR%%/%%VER%%/modules/libkviterm.la
%%DATADIR%%/%%VER%%/modules/libkviterm.so
%%DATADIR%%/%%VER%%/modules/libkvitip.la
@@ -1257,30 +1436,50 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/msgcolors/heavy-colors.msgclr
%%DATADIR%%/%%VER%%/pics/kvi_activitymeter.png
%%DATADIR%%/%%VER%%/pics/kvi_background.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_actioneditor.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_actions.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_aliaseditor.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_cascadewindows.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_channellist.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_channels.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_channelspopup.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_codetester.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_connected.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_connecting.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_disconnected.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_eventeditor.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_folder.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_help.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpback.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpclose.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpforward.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpindex.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpsearch.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_identity.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_irccontextdisplay.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_keyboard.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_kvircwww.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_mailinglist.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_minimizeallwindows.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_networklinks.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_newirccontext.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_nickpopup.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_nokeyboard.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_popupeditor.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_quit.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_raweditor.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_regusers.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_separator.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_server.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_servers.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_settings.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_socketspy.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_tilewindows.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_toolbareditor.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_tools.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_trashcan.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_unknown.png
+%%DATADIR%%/%%VER%%/pics/kvi_bigicon_usermode.png
%%DATADIR%%/%%VER%%/pics/kvi_dccfiletransfericons.png
%%DATADIR%%/%%VER%%/pics/kvi_dock.png
%%DATADIR%%/%%VER%%/pics/kvi_httpicons.png
@@ -1302,9 +1501,68 @@ share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/pics/kvi_smallicon_13.png
%%DATADIR%%/%%VER%%/pics/kvi_smallicon_14.png
%%DATADIR%%/%%VER%%/pics/kvi_smallicon_15.png
+%%DATADIR%%/%%VER%%/pics/kvi_smallicon_16.png
+%%DATADIR%%/%%VER%%/pics/kvi_smallicon_17.png
%%DATADIR%%/%%VER%%/pics/kvi_splash.png
%%DATADIR%%/%%VER%%/pics/kvi_tip.png
%%DATADIR%%/%%VER%%/pics/kvi_userchanstate.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_body_next_clicked.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_body_next_off.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_body_next_on.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_body_prev_clicked.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_body_prev_off.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_body_prev_on.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_body_write_clicked.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_body_write_off.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_body_write_on.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_close_clicked.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_close_clicked_hl.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_close_out.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_close_out_hl.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_close_over.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_close_over_hl.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_close_clicked.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_close_off.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_close_on.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_next_clicked.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_next_out.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_next_over.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_prev_clicked.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_prev_out.png
+%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_prev_over.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_body_dwn.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_body_dwndx.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_body_dwnsx.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_body_dx.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_body_kvirc.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_body_kvirc_dwn.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_body_kvirc_sx.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_body_sx.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_caption_bkg.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_caption_bkg_hl.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_caption_dx.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_caption_dx_hl.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_caption_sx.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_caption_sx_hl.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_bkg.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_dx.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_focused_bkg.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_focused_dx.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_focused_sx.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_sx.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_unfocused_bkg.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_unfocused_dx.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_unfocused_sx.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dwn.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dwn_hl.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dwndx.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dwndx_hl.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dwnsx.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dwnsx_hl.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dx.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dx_hl.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_sx.png
+%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_sx_hl.png
%%DATADIR%%/%%VER%%/themes/default.hires/themedata.kvc
%%DATADIR%%/%%VER%%/themes/default.hires/themeinfo.kvc
%%DATADIR%%/%%VER%%/themes/default.lores/themedata.kvc
@@ -1314,10 +1572,10 @@ share/mimelnk/text/x-kvs.desktop
@dirrm %%DATADIR%%/%%VER%%/themes
@dirrm %%DATADIR%%/%%VER%%/pics
@dirrm %%DATADIR%%/%%VER%%/msgcolors
-@dirrm %%DATADIR%%/%%VER%%/modules/caps/toolbar
@dirrm %%DATADIR%%/%%VER%%/modules/caps/tool
@dirrm %%DATADIR%%/%%VER%%/modules/caps/serverimport
@dirrm %%DATADIR%%/%%VER%%/modules/caps/crypt
+@dirrm %%DATADIR%%/%%VER%%/modules/caps/action
@dirrm %%DATADIR%%/%%VER%%/modules/caps
@dirrm %%DATADIR%%/%%VER%%/modules
@dirrm %%DATADIR%%/%%VER%%/locale