diff options
author | markt <markt> | 2007-11-22 05:47:02 (GMT) |
---|---|---|
committer | markt <markt> | 2007-11-22 05:47:02 (GMT) |
commit | cdfafcaa4eb16dc78919fd1dac13fe103becc9f0 (patch) | |
tree | efa22e7e3a05938ac3ee138c1694eab5c8fe5acf /ChangeLog | |
parent | 0a7cb3db1f1eaf18eeed8695a7434027bfc7ce6c (diff) | |
download | fluxbox_paul-cdfafcaa4eb16dc78919fd1dac13fe103becc9f0.zip fluxbox_paul-cdfafcaa4eb16dc78919fd1dac13fe103becc9f0.tar.bz2 |
set resize increments to 1 when set to 0 by the application
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0.1: | 2 | Changes for 1.0.1: |
3 | *07/11/22: | 3 | *07/11/22: |
4 | * Fix division by 0 error when resize increments are set to 0 by an | ||
5 | application, bug #1836182 | ||
6 | WinClient.cc | ||
4 | * Added conditional statements to key commands (Mark) | 7 | * Added conditional statements to key commands (Mark) |
5 | - for example, this will search for an open xterm window, cycle through | 8 | - for example, this will search for an open xterm window, cycle through |
6 | them if there are any, or else open one: | 9 | them if there are any, or else open one: |