summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9adce6d..b337117 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-07-05 Joe English <jenglish@users.sourceforge.net>
+
+ * unix/tkUnixWm.c: Set _NET_WM_NAME and _NET_WM_ICON_NAME
+ (freedesktop.org) in addition to WM_NAME and WM_ICON_NAME
+ (ICCCM). This allows the full Unicode character set
+ to be used in window manager strings (but only for
+ newer WMs that support the EWMH spec). [Tk Bug #959973]
+
2004-07-02 George Peter Staplin <GeorgePS@XMission.com>
* generic/tkEvent.c: Tk_HandleEvent was refactored to be more