summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-12-31 17:20:38 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-12-31 17:20:38 (GMT)
commit70f51de3842d36418799a774dc1b396ca6b8e220 (patch)
treead6a3f6aed1c51d7a338ea0dc0f7fd106177f10f
parentbe55f56a1e6843f4a67dbf48ff88008c9d5c1f6f (diff)
downloadtk-70f51de3842d36418799a774dc1b396ca6b8e220.zip
tk-70f51de3842d36418799a774dc1b396ca6b8e220.tar.gz
tk-70f51de3842d36418799a774dc1b396ca6b8e220.tar.bz2
* changes: updates for 8.4.17 release.
* unix/configure.in: Add "hu" to LOCALES. * unix/configure: autoconf-2.13
-rw-r--r--ChangeLog8
-rw-r--r--changes32
-rwxr-xr-xunix/configure39
-rw-r--r--unix/configure.in4
4 files changed, 70 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 15a524d..b05e26c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-12-31 Don Porter <dgp@users.sourceforge.net>
+
+ *** 8.4.17 TAGGED FOR RELEASE ***
+
+ * changes: updates for 8.4.17 release.
+ * unix/configure.in: Add "hu" to LOCALES.
+ * unix/configure: autoconf-2.13
+
2007-12-18 Daniel Steffen <das@users.sourceforge.net>
* macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Revert 2007-10-26
diff --git a/changes b/changes
index 2914cf1..1561fd3 100644
--- a/changes
+++ b/changes
@@ -2,7 +2,7 @@ This file summarizes all changes made to Tk since version 1.0 was
released on March 13, 1991. Changes that aren't backward compatible
are marked specially.
-RCS: @(#) $Id: changes,v 1.64.2.49 2007/09/18 19:37:53 das Exp $
+RCS: @(#) $Id: changes,v 1.64.2.50 2007/12/31 17:20:39 dgp Exp $
3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from
the interpreter when the main window is deleted (otherwise there will
@@ -6115,3 +6115,33 @@ in presence of grabs or modal windows (steffen)
2007-09-15 (platform support) SunOS-5.1x link with cc, not ld (steffen)
--- Released 8.4.16, September 21, 2007 --- See ChangeLog for details ---
+
+2007-10-11 (bug fix)[1810818] Aqua: [wm resizeable] (steffen)
+
+2007-10-11 (enhancement)[1800742] msg catalog for Hungarian. (reszo)
+
+2007-10-25 (bug fix)[1818491] crash in [place] manager (mcdonald)
+
+2007-10-26 (platform support) Mac OS X: 64-bit X11 support (steffen)
+
+2007-11-09 (bug fix) Aqua: activate event after window expansion (steffen)
+
+2007-11-09 (bug fix)[1824521] Aqua: menubutton crash with -bitmap (steffen)
+
+2007-11-09 (platform support) Aqua: (menu)button pressed/inactive/disabled
+look&feel; menubutton size with -image/-bitmap (steffen)
+
+2007-11-09 (bug fix) Aqua: [tk_getOpenFile] (et al.) and help menu crashes on
+Mac OS X Leopard (steffen)
+
+2007-11-26 (bug fix)[1822391] [photo put] segfault w/ PPM data (kenny)
+
+2007-12-12 (bug fix)[1809538,1799782,1737288] fixes for the <<Modified>>
+virtual event on [text] widgets (hobbs)
+
+2007-12-13 (bug fix) correctly trace menubutton -textvariable for -compound
+use (hobbs)
+
+2007-12-18 (bug fix)[1845899] Aqua: [wm transient] (steffen)
+
+--- Released 8.4.17, January 4, 2008 --- See ChangeLog for details ---
diff --git a/unix/configure b/unix/configure
index 02d1525..a020b40 100755
--- a/unix/configure
+++ b/unix/configure
@@ -559,7 +559,7 @@ TK_MAJOR_VERSION=8
TK_MINOR_VERSION=4
TK_PATCH_LEVEL=".17"
VERSION=${TK_VERSION}
-LOCALES="cs de el en en_gb eo es fr it nl pl pt ru"
+LOCALES="cs de el en en_gb eo es fr hu it nl pl pt ru"
#--------------------------------------------------------------------
# Find and load the tclConfig.sh file
@@ -6194,15 +6194,34 @@ trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
# Transform confdefs.h into DEFS.
# Protect against shell expansion while executing Makefile rules.
# Protect against Makefile macro expansion.
-cat > conftest.defs <<\EOF
-s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
-s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g
-s%\[%\\&%g
-s%\]%\\&%g
-s%\$%$$%g
-EOF
-DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
-rm -f conftest.defs
+#
+# If the first sed substitution is executed (which looks for macros that
+# take arguments), then we branch to the quote section. Otherwise,
+# look for a macro that doesn't take arguments.
+cat >confdef2opt.sed <<\_ACEOF
+t clear
+: clear
+s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
+t quote
+s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
+t quote
+d
+: quote
+s,[ `~#$^&*(){}\\|;'"<>?],\\&,g
+s,\[,\\&,g
+s,\],\\&,g
+s,\$,$$,g
+p
+_ACEOF
+# We use echo to avoid assuming a particular line-breaking character.
+# The extra dot is to prevent the shell from consuming trailing
+# line-breaks from the sub-command output. A line-break within
+# single-quotes doesn't work because, if this script is created in a
+# platform that uses two characters for line-breaks (e.g., DOS), tr
+# would break.
+ac_LF_and_DOT=`echo; echo .`
+DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
+rm -f confdef2opt.sed
# Without the "./", some shells look in PATH for config.status.
diff --git a/unix/configure.in b/unix/configure.in
index 2b9ee27..1d2a927 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tk installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.83.2.44 2007/10/25 20:41:52 das Exp $
+# RCS: @(#) $Id: configure.in,v 1.83.2.45 2007/12/31 17:20:41 dgp Exp $
AC_INIT(../generic/tk.h)
AC_PREREQ(2.13)
@@ -13,7 +13,7 @@ TK_MAJOR_VERSION=8
TK_MINOR_VERSION=4
TK_PATCH_LEVEL=".17"
VERSION=${TK_VERSION}
-LOCALES="cs de el en en_gb eo es fr it nl pl pt ru"
+LOCALES="cs de el en en_gb eo es fr hu it nl pl pt ru"
#--------------------------------------------------------------------
# Find and load the tclConfig.sh file