summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-05-19 14:44:03 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-05-19 14:44:03 (GMT)
commit4926ded3376b2238fc889db0e53a383c6164b941 (patch)
tree0daab51d71d8b0f43ace1d01d785c52f602ec969 /ChangeLog
parenta302e60a15b009ebd33033013d2a602c2a1a0825 (diff)
downloadtk-4926ded3376b2238fc889db0e53a383c6164b941.zip
tk-4926ded3376b2238fc889db0e53a383c6164b941.tar.gz
tk-4926ded3376b2238fc889db0e53a383c6164b941.tar.bz2
I18n (and some l10n) for the console and the main window of the widget demo.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index baa5e70..90df1a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2003-05-19 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * library/demos/en.msg: Base catalog for the widget demo.
+ * library/demos/widget: Added message-catalog support.
+ * library/console.tcl: Reworked to use tk::AmpMenuArgs and be more
+ "in style".
+ * library/tk.tcl (tk::AmpMenuArgs): New procedure for doing
+ tk::AmpWidget-like processing for menus.
+
* generic/tkTextMark.c: Removed complaints about signed vs.
* generic/tkTextImage.c: unsigned in arguments to strncmp() by
* generic/tkText.c: using Tcl_GetIndexFromObj() more.