aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2013-02-10 11:57:21 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2013-02-10 16:09:04 (GMT)
commitfe2d9476d5025048f45ea7535a8c7412daa50438 (patch)
tree0faa6e4d846bbc09e27a99ea9371238c1939a5d8 /NEWS
parentcf56f32b29ae3007eb538731221b00d1945799ae (diff)
downloadfluxbox-fe2d9476d5025048f45ea7535a8c7412daa50438.zip
fluxbox-fe2d9476d5025048f45ea7535a8c7412daa50438.tar.bz2
Updated Changelog, NEWS, man-pages for 1.3.4Release-1_3_4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS33
1 files changed, 13 insertions, 20 deletions
diff --git a/NEWS b/NEWS
index 5815ee2..022a003 100644
--- a/NEWS
+++ b/NEWS
@@ -2,26 +2,19 @@ This is mostly a bug fix release. For a more complete list and detailed
2description of them see the documentation and ChangeLog. 2description of them see the documentation and ChangeLog.
3 3
4General: 4General:
5 * Added 'NearestCorner', 'NearestEdge' and 'NearestCornerOrEdge' resize 5 * Added 'LHalf' / 'RHalf' titlebar buttons
6 methods 6 * Added 'ClientPatternTest' command for testing clientpatterns via
7 * Added percentage values for commands such as ResizeWindow 7 fluxbox-remote
8 * Added style ressources 'menu.hilite.font', 'menu.hilite.justify' 8 * Added 'he_IL' translations
9 * Added 'OnTab' modifier for keys file
10 * Added _MOTIF_WM_INFO atom to advertise motif capabilities
11 * Added 'fullscreen', 'maximizedhorizontal', 'maximizedvertical' tests to
12 client patterns
13 * Added option to revert focus to previous window only on current head in
14 a multi-monitor setup
15 * Rewrite of FbTk::TextureRenderer (simpler code)
16 * Improved building on Microsoft Windows
17 9
18Critical Bugfixes in 1.3.3: 10Critical Bugfixes in 1.3.4:
19 * Use of monotonic increasing clock for timer, not affected by leap seconds etc. 11 * All timer based problems are fixed now
12 * Fixed integer overflows for some gradient textures
13 * Fixed compile issue on MacOS
20 14
21Other Bugfixes: 15Other Bugfixes:
22 * Fixed placement off transient windows in a multi-monitor setup with 'holes' 16 * Correct renderinger of 'sunken' textures
23 * Fixed usage of '~' as part of style filenames 17 * Move windows without the lagging-behind-effect on slower machines
24 * Replaced (deprecated) XKeycodeToKeysym() with XkbKeycodeToKeysym() 18 * Improved color brightening in textures
25 * Improved vertical alignment of text in decorations 19 * Memory and other code improvements in texture rendering code
26 * Fixed compiler and code style issues 20 * Fix build-system issues
27 * Updated italian translations