diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2010-12-03 19:39:16 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2010-12-03 19:39:16 +0100 | 
| commit | 9332d5c64454c8c986b07cf7e2643a55a93fd2ea (patch) | |
| tree | 7300c9d44b5612aa93d7728dd25d7fb3e87e4e41 | |
| parent | 041833b7126ce4dbfb88fe2f7325e55eedbb8ee2 (diff) | |
Update changelog & feh(1)
| -rw-r--r-- | ChangeLog | 1 | ||||
| -rw-r--r-- | man/feh.pre | 3 | 
2 files changed, 4 insertions, 0 deletions
| @@ -3,6 +3,7 @@ git HEAD      * Partially fix --scale-down behaviour (zooming is still broken)      * Fix buffer overflow when using --draw-actions      * Fix segfaults after trying to load several unloadable images +    * Fix fehrc created by feh (contined escape errors)  Thu, 07 Oct 2010 20:15:12 +0200  Daniel Friesel <derf@finalrewind.org> diff --git a/man/feh.pre b/man/feh.pre index fb59cce..1c45f64 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -866,6 +866,9 @@ Xinerama support does not really work on Xinerama screens != 0.  .Pp  Thumbnail mode is somewhat inefficient, and because of that not nearly as fast  as it could be. +.Pp +.Cm --scale-down +does not support zooming.  .  .Ss REPORTING BUGS  If you find a bug, please report it to | 
