summaryrefslogtreecommitdiff
path: root/NEWS
blob: a0bd66d07a141e68850493db1b1248b7c94c353c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
2.5.2
===

 Thanks to David Santiago, Julien Olivier, Anders Carlsson, Rob Adams
 for fixes in this release.

 - improved wording/UI for some dialogs
 - while clicking a window button, if you move the mouse outside 
   the button such that releasing the mouse button won't activate 
   the window button, visually indicate by "popping out" the button.
 - fix some valgrind errors
 - change "show desktop mode" to convert to "everything is minimized
   mode" if you open a new window while showing desktop, rather 
   than previous behavior of simply leaving show desktop mode.
 - fix a trivial memory leak
 - change "move to workspace N" so it doesn't switch workspaces, 
   just moves the window.
 - translation updates

2.5.1
===

 Thanks to Rob Adams, Peter O'Shea, Dafydd Harries, Masahiro Sakai, 
 Soeren Sandmann for fixes in this release.

 - fix bug where fullscreen windows were below top panels
 - build fix for Solaris
 - support diagonal window movement with numeric keypad
 - multihead fix
 - build fix for Cygwin 
 - place on xinerama containing the pointer
 - fix totally hosed window placement/movement for frameless
   windows
 - improvement to smoothness of window move/resize

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
===

 - we were making all dialogs skip the taskbar, even non-transient 
   ones, though this was supposedly fixed a while ago. Now really
   fixed.
 - change back to Alt+click by default for the window drag feature.
 - assign Alt+F12 to shade window
 - fix not deleting enough workspaces when the number 
   was reduced via the pager config dialog (readams@hmc.edu)
 - don't allow windows under the top panel ever, even if they 
   are tall windows (Arvind)
 - fix up the window layout for directional workspace nav, 
   so you always stop at the edges and always end up 
   where you expect (hp, with tweaks from readams@hmc.edu)
 - focus new windows in mouse focus mode (readams@hmc.edu)
 - support xeyes, oclock, etc. by applying shape mask 
   to the window manager frame (yeah it resizes slow, deal)
 - fix vertical/horizontal maximize
 - handle crossing events resizing for more opaque resize goodness
   (Soeren)
 - add wacky _METACITY_UPDATE_COUNTER experimental extension 
   to do nice opaque resizing (does nothing without a GTK patch)
 - fix a crash setting workspace names
 - fix internationalized WM_NAME reading