summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-08-28 18:00:58 +0200
committerDaniel Friesel <derf@finalrewind.org>2016-08-28 18:00:58 +0200
commit71a0c778f93c8d69d8801885d664787f00aec66c (patch)
treefd23579bb54fd2613735141e0d72e82efa6c1ffa /ChangeLog
parent7a29fdcfdfaa7a34592514d81a1bfd92e977e3a9 (diff)
changoleg
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f02be0a..af533f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,17 @@
git HEAD
* Install feh icon (both 48x48 and scalable SVG) to /usr/share/icons
- when running make install
+ when running "make install app=1"
* Fix --sort not being respected after the first reload when used in
conjunction with --reload
+ * All key actions can now also be bound to a button by specifying them
+ in .config/feh/buttons. However, note that button actions can not be
+ bound to keys.
+ * Rename "menu" key action to "toggle_menu", "prev" to "prev_img" and
+ "next" to "next_img". The old names are still supported, but no longer
+ documented.
+ * feh now also sets the X11 _NET_WM_PID and WM_CLIENT_MACHINE window
+ properties
Sun, 31 Jul 2016 16:59:07 +0200 Daniel Friesel <derf+feh@finalrewind.org>