diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-24 15:24:16 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-24 15:24:16 +0200 |
commit | 55ef7ccc4b6b945f7bbcba982f04cc7df27b47ca (patch) | |
tree | 18292430d9c9d418da5146e99d121b845b830ca0 /ChangeLog | |
parent | 1662b73a5d9705030e31ae8aa1b48e9e064ce7e7 (diff) | |
download | feh-55ef7ccc4b6b945f7bbcba982f04cc7df27b47ca.zip |
Disable filelist saving from thumbnail mode (buggy and probably not useful)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ git HEAD * Rename --screen-clip 0 to --no-screen-clip * Allow multiline theme definitions (via backslash, like in the shell) * Center the image after pressing <keypad /> or <keypad *> + * Saving the filelist from thumbnail mode caused undefined behaviour due + to handling of uninitialised memory. Since I consider this a rarely + useful action, the feature has been disabled for thumbnail mode. Thu Jun 10 12:12:04 CEST 2010 |