diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | man/feh.pre | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -2,6 +2,8 @@ git HEAD * Patch by Michael Vorburger: Fix erroneous free() in case of failed scandir (closes #147) + * Patch by rangerer: --randomize: re-randomize after list is through + (closes #154) Fri, 28 Feb 2014 18:20:25 +0100 Daniel Friesel <derf+feh@finalrewind.org> diff --git a/man/feh.pre b/man/feh.pre index 6831a6e..c9a0178 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -491,7 +491,8 @@ only errors. .It Cm -z , --randomize . When viewing multiple files in a slideshow, randomize the file list before -displaying. +displaying. The list is re-randomized whenever the slideshow cycles (that is, +transitions from last to first image). . .It Cm -r , --recursive . |