From 6f08fd4510dd426322af28b3bf982bb44f218465 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 10 May 2011 11:42:33 +0200 Subject: winwidget.c: Set _NET_WM_NAME and _NET_WM_ICON_NAME, marked as utf8 (closes #44) Note that feh does not try to convert encodings or anything. It expects filenames to be in UTF8 and passe them on to NET_WM_NAME and NET_WM_ICON NAME. The only new thing is that it now also sets _NET_WM_NAME and _NET_WM_ICON_NAME and explicitly tells X11 that they are in UTF-8. Again, no recode, if you use UTF-8 filesystems (which you should), everything is fine. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d46bcf4..bf53504 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,6 +25,8 @@ git HEAD * Fix --auto-zoom / --zoom max/fill documentation, the "Auto-Zoom" menu option is now always checked when these options are used + * Set _NET_WM_NAME and _NET_WM_ICON_NAME properties + Sat, 23 Apr 2011 22:00:27 +0200 Daniel Friesel -- cgit v1.2.3