summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-04-23 21:37:27 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-04-23 21:37:27 +0200
commitba78acf76c82e1a153303d4a5a2c6b8dc092a902 (patch)
treedfdc1382ad297519769a784160af47015d40157f
parent62a1db81ac1ed92d9a6e2c98d13d5ebd90d98051 (diff)
Improve Changelog
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f54a43..a45acd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,12 +3,13 @@ git HEAD
* Fix segfault upon unloadable images when image-related format specifiers
(e.g. %h) are used in --title
* Show images in current directory when invoked without file arguments
- * Disable antialiasing, either globally (--force-aliasing) or per image
- (press 'A' to toggle, keybinding toggle_aliasing)
+ * Option to disable antialiasing, either global (--force-aliasing) or per
+ image (press 'A' to toggle, keybinding toggle_aliasing)
* Use SIGUSR1/SIGUSR2 to reload all images in multiwindow mode
* Fix Imlib2 caching bug in reload (only worked after the second try)
* The --bg options are now Xinerama-aware. That is, they set the image in
- the respective mode (scale/fill/max/center) on each Xinerama screen
+ the respective mode (scale/fill/max/center) on each Xinerama screen. Use
+ --no-xinerama to disable this.
Sat, 12 Mar 2011 22:49:53 +0100 Daniel Friesel <derf@finalrewind.org>