diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-04-13 19:55:15 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-04-13 19:55:15 +0200 |
commit | ad285742e9f2111e4ae3d05deb41bfebbce58025 (patch) | |
tree | 49a5e7ea3a328bdab8504e34d2210812b224caf6 | |
parent | ef69e427c1ee092c91440ee51e593c9d6e8d0e64 (diff) |
update changelog and documentation
-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 . |