summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2004-07-05 19:19:38 (GMT)
committerjenglish <jenglish@flightlab.com>2004-07-05 19:19:38 (GMT)
commitbd8474223d6eb52cadb45ca554b67680ce8b992a (patch)
tree897a8fa22210ae78bb7267ee4664fa326a6c2cf2 /ChangeLog
parent13d6ba70a2d19edd29700a66c12b88ae66a1ef3e (diff)
downloadtk-bd8474223d6eb52cadb45ca554b67680ce8b992a.zip
tk-bd8474223d6eb52cadb45ca554b67680ce8b992a.tar.gz
tk-bd8474223d6eb52cadb45ca554b67680ce8b992a.tar.bz2
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]
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