summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-01-31 21:39:28 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-01-31 21:39:28 (GMT)
commit43f5e43d9f03dbaadba6d0376fbb16f6adee3468 (patch)
tree8aa5b79272869482b62e4956e8b392018ddb61bb /ChangeLog
parent339966aea87195faf678c05a06895a0a2f9c65af (diff)
downloadtk-43f5e43d9f03dbaadba6d0376fbb16f6adee3468.zip
tk-43f5e43d9f03dbaadba6d0376fbb16f6adee3468.tar.gz
tk-43f5e43d9f03dbaadba6d0376fbb16f6adee3468.tar.bz2
Finish i18n of bgerror [Bug 1409264]. No l10n of that specific message though; that
can wait for someone who really wants to use non-English to submit patches.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog38
1 files changed, 21 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 552f5a7..b472eb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+2006-01-31 Donal K. Fellows <dkf@users.sf.net>
+
+ * library/bgerror.tcl (::tk::dialog::error::bgerror): Finish the
+ internationalization of the error dialog. [Bug 1409264]
+
2006-01-25 Don Porter <dgp@users.sourceforge.net>
- * library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch 1237759]
+ * library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch 1237759]
* library/choosedir.tcl:
* library/comdlg.tcl:
* library/console.tcl:
@@ -19,20 +24,19 @@
2006-01-20 Joe English <jenglish@users.sourceforge.net>
- * generic/tkEvent.c, unix/tkUnixEvent.c: XIM fixes
- [See #905830, patch tk84-xim-fixes.patch].
- + Revert 2005-12-05 patch disabling XIM when SCIM in use;
- + Make sure all X events get passed to XFilterEvent,
+ * generic/tkEvent.c, unix/tkUnixEvent.c: XIM fixes [See 905830, patch
+ tk84-xim-fixes.patch], and revert 2005-12-05 patch disabling XIM when
+ SCIM in use, and make sure all X events get passed to XFilterEvent,
including those without a corresponding Tk window.
2006-01-13 Anton Kovalenko <a_kovalenko@users.sourceforge.net>
- * generic/tkUndo.c (TkUndoSetDepth): Don't free
- TkUndoSubAtoms for separator entries that are deleted:
- there is some unpredictable garbage instead of subatoms.
+ * generic/tkUndo.c (TkUndoSetDepth): Don't free TkUndoSubAtoms for
+ separator entries that are deleted: there is some unpredictable
+ garbage instead of subatoms.
- Free both 'apply' and 'revert' action chains for
- non-separator entries.
+ Free both 'apply' and 'revert' action chains for non-separator
+ entries.
2006-01-12 Donal K. Fellows <dkf@users.sf.net>
@@ -44,8 +48,8 @@
2006-01-11 Peter Spjuth <peter.spjuth@space.se>
- * generic/tkGrid.c: Removed a lingering error message from
- TIP#147 implementation.
+ * generic/tkGrid.c: Removed a lingering error message from TIP#147
+ implementation.
2006-01-10 Daniel Steffen <das@users.sourceforge.net>
@@ -68,14 +72,14 @@
* unix/configure: add caching, use AC_CACHE_CHECK instead of
* unix/configure.in: AC_CACHE_VAL where possible, consistent message
- * unix/tcl.m4: quoting, sync relevant tclconfig/tcl.m4 changes and
- gratuitous formatting differences, fix SC_CONFIG_MANPAGES with default
- argument, Darwin improvements to SC_LOAD_*CONFIG.
+ * unix/tcl.m4: quoting, sync relevant tclconfig/tcl.m4 changes
+ and gratuitous formatting differences, fix SC_CONFIG_MANPAGES with
+ default argument, Darwin improvements to SC_LOAD_*CONFIG.
2005-12-28 Donal K. Fellows <dkf@users.sf.net>
- * generic/tkUndo.c (TkUndoSetDepth): Apply [Patch 1391939] from
- Ludwig Callewaert to fix [Bug 1380427].
+ * generic/tkUndo.c (TkUndoSetDepth): Apply [Patch 1391939] from Ludwig
+ Callewaert to fix [Bug 1380427].
2005-12-14 Daniel Steffen <das@users.sourceforge.net>