summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-05-10 11:42:33 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-05-10 11:42:33 +0200
commit6f08fd4510dd426322af28b3bf982bb44f218465 (patch)
tree115664f7da9117de2e12cfdf621db09dac245346 /ChangeLog
parente06d459f5732e05a91ba19b95f8392fbf004bd19 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d46bcf4..bf53504 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,8 @@ git HEAD
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625683>
* 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
+ <http://github.com/derf/feh/issues/44>
Sat, 23 Apr 2011 22:00:27 +0200 Daniel Friesel <derf@finalrewind.org>