summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpetasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e>2012-04-12 08:33:20 (GMT)
committerpetasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e>2012-04-12 08:33:20 (GMT)
commitebe368b5e180e079b8aa7acf04968ddd4cbba3c8 (patch)
tree6e124e473421c0a3cdd6ab46ee03dd55b46ba419
parentc80cc22cb3faa2fee315afce3ab3546499d30941 (diff)
downloadtkdnd-ebe368b5e180e079b8aa7acf04968ddd4cbba3c8.zip
tkdnd-ebe368b5e180e079b8aa7acf04968ddd4cbba3c8.tar.gz
tkdnd-ebe368b5e180e079b8aa7acf04968ddd4cbba3c8.tar.bz2
SF Bug ID: 3516862
-rw-r--r--CMakeLists.txt2
-rw-r--r--Changelog6
-rwxr-xr-xconfigure18
-rw-r--r--configure.in2
-rw-r--r--library/tkdnd_unix.tcl2
5 files changed, 18 insertions, 12 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c96fdc0..f938a45 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,7 +19,7 @@ PROJECT ( tkdnd )
## Package version information:
SET ( PKG_NAME ${PROJECT_NAME} )
SET ( PKG_MAJOR_VERSION 2 )
-SET ( PKG_MINOR_VERSION 3 )
+SET ( PKG_MINOR_VERSION 4 )
SET ( PKG_BUILD_VERSION 0 )
## Author:
SET ( PKG_VENDOR "Georgios Petasis" )
diff --git a/Changelog b/Changelog
index 1560bb2..eec766e 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,9 @@
+2012-04-12 Petasis George <petasis@iit.demokritos.gr>
+ TkDND 2.4 released.
+ * library/tkdnd_unix.tcl: Removed braces from a comment in
+ xdnd::_GetDroppedData, left from testing with TIP 370 preliminary
+ implementation. SF Bug ID: 3516862
+
2012-03-03 Petasis George <petasis@iit.demokritos.gr>
TkDND 2.3 released.
* library/tkdnd_windows.tcl:
diff --git a/configure b/configure
index 768f379..ddc6fe4 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for tkdnd 2.3.
+# Generated by GNU Autoconf 2.65 for tkdnd 2.4.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -549,8 +549,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='tkdnd'
PACKAGE_TARNAME='tkdnd'
-PACKAGE_VERSION='2.3'
-PACKAGE_STRING='tkdnd 2.3'
+PACKAGE_VERSION='2.4'
+PACKAGE_STRING='tkdnd 2.4'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1280,7 +1280,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures tkdnd 2.3 to adapt to many kinds of systems.
+\`configure' configures tkdnd 2.4 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1345,7 +1345,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of tkdnd 2.3:";;
+ short | recursive ) echo "Configuration of tkdnd 2.4:";;
esac
cat <<\_ACEOF
@@ -1449,7 +1449,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-tkdnd configure 2.3
+tkdnd configure 2.4
generated by GNU Autoconf 2.65
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1814,7 +1814,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by tkdnd $as_me 2.3, which was
+It was created by tkdnd $as_me 2.4, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@
@@ -9201,7 +9201,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by tkdnd $as_me 2.3, which was
+This file was extended by tkdnd $as_me 2.4, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -9254,7 +9254,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-tkdnd config.status 2.3
+tkdnd config.status 2.4
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"
diff --git a/configure.in b/configure.in
index 9864177..6e67a92 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@ dnl to configure the system for the local environment.
# so you can encode the package version directly into the source files.
#-----------------------------------------------------------------------
-AC_INIT([tkdnd], [2.3])
+AC_INIT([tkdnd], [2.4])
#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.
diff --git a/library/tkdnd_unix.tcl b/library/tkdnd_unix.tcl
index 85cf93b..e015ddb 100644
--- a/library/tkdnd_unix.tcl
+++ b/library/tkdnd_unix.tcl
@@ -315,7 +315,7 @@ proc xdnd::_GetDroppedData { time } {
# _get_selection $_drop_target $time $type
if {![catch {
# selection get -displayof $_drop_target -selection XdndSelection \
- # -type $type -time $time} result options]} {
+ # -type $type -time $time
selection get -displayof $_drop_target -selection XdndSelection \
-type $type} result options]} {
return [_normalise_data $type $result]