1
0
Fork 0

2.19.3 release.

2007-04-16  Elijah Newren  <newren gmail com>

        * NEWS: 2.19.3 release.

svn path=/trunk/; revision=3198
This commit is contained in:
Elijah Newren 2007-04-16 16:17:47 +00:00 committed by Elijah Newren
parent 3f7d729978
commit 128cda50bf
2 changed files with 28 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-04-16 Elijah Newren <newren gmail com>
* NEWS: 2.19.3 release.
2007-04-15 Elijah Newren <newren gmail com>
Preserve stacking order across restarts.
@ -95,7 +99,8 @@
2007-04-09 Elijah Newren <newren gmail com>
Add support for _NET_MOVERESIZE_WINDOW. #344521.
Add support for _NET_MOVERESIZE_WINDOW. Based on patch from
Magnus Therning. #344521.
* src/display.c (handle_net_moveresize_window, event_callback):
Remove handle_net_moveresize_window() and the call to it; this

22
NEWS
View file

@ -1,3 +1,25 @@
2.19.3
======
Thanks to Magnus Therning, Elijah Newren, Thomas Thurman, and Bruno
Boaventura for improvements in this release.
- Add support for _NET_MOVERESIZE_WINDOW (Magnus, Elijah) [#344521]
- EWMH compliance: set _NET_WM_ALLOWED_ACTIONS so that pagers know
which actions we support (Elijah) [#115247]
- Fix crash with apps trying to open an insanely huge window
(Thomas) [#399529]
- Fix temporary hang/pause with libXt by making sure apps get a
ConfigureNotify on unmap (Elijah) [#399552]
- do not auto-maximize windows larger than the workarea in only a
single direction (Elijah) [#419810]
- Don't show the current workspace as a possible workspace to switch
to (Bruno) [#426791]
- Preserve stacking order across restarts (Elijah)
Translations
Khaled Hosny (ar), Kjartan Maraas (nb)
2.19.2
======