summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 20:56:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 20:56:18 -0600
commit129477f2769ff1dd1cb47d059e7c4193439b0450 (patch)
treee424b072708ec38fbb8bcdc800b9ae9ea327e502
parente1c3abddd94b580908b0fe538871448208f93a31 (diff)
downloadkmplayer-129477f2769ff1dd1cb47d059e7c4193439b0450.tar.gz
kmplayer-129477f2769ff1dd1cb47d059e7c4193439b0450.zip
Rename kiobuffer and KHTML
-rw-r--r--ChangeLog4
-rw-r--r--acinclude.m44
m---------cmake0
3 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index f478eda..b6ab8ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -138,7 +138,7 @@ Changes since version 0.9.1b
- WMP's showdisplay object argument interpretation fix, it's about clip info
- Fix current playlist item not visual selected and plugin's playlist not
showing HTML object's arguments (regression in 0.9.1b compared to 0.9.1a)
-- Fix KHTML setting palette on controlpanel, buttons weren't updated
+- Fix TDEHTML setting palette on controlpanel, buttons weren't updated
- Double click on video widget for Xine/Gst/Xv or background toggles fullscreen
Changes since version 0.9.1a
- WMP plugin fix for not showing video widget when 'controls' is
@@ -213,7 +213,7 @@ Changes since version 0.9.1-pre1
- Playlist button of controlpanel has no use when in fullscreen or minimal
mode, so reuse if for a back-to-normal-window button
- Fixed bug in plugin, 0.9.1-pre1 only, that messed up all attributes passed
- to KMPlayer from KHTML and likely breaking lots of webpages having
+ to KMPlayer from TDEHTML and likely breaking lots of webpages having
audio/video and also omitting KMPlayer's checks for local access.
- Shorten intro/exit animations and also animate the icon rise and fall
- SMIL's regPoint/regAlign support
diff --git a/acinclude.m4 b/acinclude.m4
index 09777ed..fa11c74 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -2075,7 +2075,7 @@ if test $kde_qtver = 3; then
AC_SUBST(LIB_SMB, "-lsmb")
AC_SUBST(LIB_KAB, "-lkab")
AC_SUBST(LIB_KABC, "-lkabc")
- AC_SUBST(LIB_KHTML, "-ltdehtml")
+ AC_SUBST(LIB_TDEHTML, "-ltdehtml")
AC_SUBST(LIB_KSPELL, "-ltdespell")
AC_SUBST(LIB_KPARTS, "-ltdeparts")
AC_SUBST(LIB_TDEPRINT, "-ltdeprint")
@@ -2096,7 +2096,7 @@ elif test $kde_qtver = 2; then
AC_SUBST(LIB_SMB, "-lsmb")
AC_SUBST(LIB_KFILE, "-ltdefile")
AC_SUBST(LIB_KAB, "-lkab")
- AC_SUBST(LIB_KHTML, "-ltdehtml")
+ AC_SUBST(LIB_TDEHTML, "-ltdehtml")
AC_SUBST(LIB_KSPELL, "-ltdespell")
AC_SUBST(LIB_KPARTS, "-ltdeparts")
AC_SUBST(LIB_TDEPRINT, "-ltdeprint")
diff --git a/cmake b/cmake
-Subproject 9a217903f9fa35ca12213a6e9ee3d2cb87d1131
+Subproject 274366fb8b90704586d7beef216b765cc0688b0