summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-09-14 23:06:52 +0200
committerDaniel Friesel <derf@finalrewind.org>2010-09-14 23:06:52 +0200
commit09fd4a99df2a0a791677d48a936244630bbfee33 (patch)
tree90531ccbcc463bd0b3b8f5f13d0350b5bfe46763 /ChangeLog
parentdabc31d51f10436cf66dc2f1aeeabe45c684d327 (diff)
Remove --action-hold-slide, add per-action method instead.
When executing an action starting with a semicolon, feh will not skip to the next slide. The semicolon is not passed on to the executing shell, of course. This is kinda ugly, but at least it makes action handling somewhat more flexible.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ca8ec97..321942d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,10 +4,11 @@ git HEAD
* Removed rather obscure --bg-seamless mode
* Short option -Y for --hide-pointer
* Panning via keys: Make it behave like scrolling (inverted directions)
- * Patch by Levi Smith: Add --action-hold-slide option
* Workaround for Xinerama fuckups: Set XINERAMA_SCREEN to the correct
xinerama screen number
* Add --info option to display custom image information
+ * Do not change to the next slide when executing an action with ; as first
+ character (this character is stripped when executing the action)
Tue, 24 Aug 2010 19:23:36 +0200 Daniel Friesel <derf@chaosdorf.de>