diff options
author | jenglish <jenglish@flightlab.com> | 2004-07-05 19:19:38 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2004-07-05 19:19:38 (GMT) |
commit | bd8474223d6eb52cadb45ca554b67680ce8b992a (patch) | |
tree | 897a8fa22210ae78bb7267ee4664fa326a6c2cf2 /ChangeLog | |
parent | 13d6ba70a2d19edd29700a66c12b88ae66a1ef3e (diff) | |
download | tk-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |