summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorHavoc Pennington <hp@src.gnome.org>2003-03-27 02:27:40 +0000
committerHavoc Pennington <hp@src.gnome.org>2003-03-27 02:27:40 +0000
commit04fcad7c136ae892fb47b6c16bb96f969f806df5 (patch)
tree3241bff7a189a3254e7bbd9472e0dc5168c03d22 /NEWS
parentebbc4c499b2c4b66fe97bfd7874bf62cfa63691c (diff)
downloadmutter-04fcad7c136ae892fb47b6c16bb96f969f806df5.tar.gz
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS36
1 files changed, 36 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6c097e44f..291cef2f0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+2.5.0
+===
+
+ Thanks to Rob Adams, Owen Taylor, Frederic Crozat, Arvind Samptur,
+ Bill Haneman, Akira Tagoh for help with fixes in this release.
+
+ - many new translations
+ - fix an infinite loop while holding a server grab triggered by
+ some recent Qt versions doing weird stuff
+ - fix bug where Alt+rightclick repeatedly on titlebar resulted
+ in zillions of menus
+ - fix Alt+Tab to *actually* put minimized windows at the end,
+ though this was always intended
+ - rewrite size/positions constraint code (currently known
+ to be quite buggy, e.g. xmms is hosed)
+ - enforce size of at least 1x1 on windows
+ - reduce latency of managing new windows still further
+ by using async properties code in more places
+ - don't grab keybindings on docks, so gnome-panel
+ can handle them
+ - suck in the panel's screenshot and run dialog global
+ bindings
+ - lots of improvements to window placement
+ - sync max number of workspaces with pager applet
+ - fix to keep focus when inside window frame in
+ strict mouse focus mode
+ - make it possible to start a reverse tab with
+ shift+alt+tab (vs. alt+tab then shift)
+ - fix a multihead issue with constraints between two
+ windows on different heads
+ - require GTK+ 2.2.0 and fontconfig
+ - default theme is now Simple
+ - add visual bell feature
+ - incorporate many fixes from 2.4.34
+ - other stuff
+
2.4.13
===