Changes since 4.4.2:
x11/xfce4-panel:
* Quite a bit code changed in the dnd code. Mostly to fix a segfault
in FreeBSD-amd64, but more problems were discovered and a lot of
code was simplified.
* Don't respond the uri drags, we don't use it and it only causes
problems like hiding the panel when a file was dragged over the
panel (Bug #3815).
* Fix crash with xrandr 1.2 (Bug #3620)
x11/xfce4-desktop:
* Make menu panel plugin honor CustomizeDesktopMenu kiosk setting
(Bug #1026).
* Fix incorrect initial desktop font size when setting custom font
size if a custom font was never set before (Bug #3957).
wm/xfce4-wm:
* Fix automaximize on move
* Remove trailing \0 in UTF-8 strings, that causes libwnck to
rightfully complain that NET_WM_NAME contains invalid UTF-8
* Exit on SelectionClear event so that xfwm4 exits even with WM who
do not send a ClientMessage event such as Openbox (Bug #2374)
* Backport overlay and compositor support from trunk (Bug #3849)
* Filter out grab/ungrab events so we don't end up redrawing the
frame twice
* Set monitor when positionning menu (Bug #4162)
* Reduce flickering during resize (Bug #4283)
* Fix NET_WM_STATE claiming maximization vertical and horizontal even
if only horizontal of vertical is actually set (Should fix Bug #3969)
* Loosen the rule that prevents an application from iconifying itself
when skip_taskbar is set (Bug #4434)
* Rework visual depth selection of the frame window (Bug #4452)
* Add support for NET_MOVERESIZE_WINDOW
* Take gravity bit into account in configure resize only requests to
comply with standard (Bug #3634)
* Add client windows to save set to avoid loosing all windows in case
of crash
* Use guint32 instead of Time internally to avoid potential issues in
64bits
* Add a "--replace" command line option to replace ICCCM2 compliant
window managers (Bug #3731)
x11/libxfce4gui:
* Fix format-string vulnerability in dialog code
x11/xfce4-terminal:
* Update to latest trunk translations.
sysutils/xfce4-thunar:
* Update to latest trunk translations.
editors/xfce4-mousepad:
* Sort recent items by most recently used.
x11/xfce4-utils:
* Fix missing translated chars (Bug #3543)
Updated translations:
* Basque
* Brazilian Portuguese
* Catalan
* Chinese Traditional
* Danish
* Estonian
* Finnish
* French
* Galician
* German
* Indonesian
* Japanese
* Korean
* Kurdish
* Latvian
* Norwegian
* Polish
* Sinhala
* Slovak
* Slovene
* Spanish
* Turkish
* Urdu
New features:
- "Enter-Click focus mode" by Dagfinn I. Mannsake, Christopher
Bratusek and Timo Korvola: windows get focus only when mouse
enters it or if it is clicked and was unfocused.
- "Parallel make" by Harald van Dijk: allows building using
more processors.
- Improved window property handling by Teika Kazura.
- Added new themes: mxflat, get-S-tabbed and elberg-tabbed.
- Added new binding to maximize window fullscreen on all
xinerama screens, by Jonathan Sambrook.
Also various bugfixes.
Changes:
awesome-menu: match string mode and autocomplete
tasklist: add tags as cache element (FS#227)
awesomerc: fix subprocess (FS#193)
awesomerc: fix default path in menu launching
Revert "awesomerc: fix xterm -e in case of others terms"
mouse: fix client snapping
Based on patch provided by Juan RP in PR 39311.
NEWS pekwm-0.1.7
================
Bugs fixed
* #XX Several memory leaks identified with valgrind plugged.
* #XX Fixed broken iconfied state reported by
<giuliani{.}blackfenix{@}gmail{.}com>
* #XX CfgParser parsed data twice.
* #XX StatusWindow placement fixed.
* #XX Fix for _NET_WM_NAME ops by Florian Hoppe <flp{@}floppi{.}de>
* #22 Font type is now possible to define as the first argument in
themes.
* #30 Panel raise issues, reported and fixed by Jyri Jokinen
<shared{@}adresh{.}com>
* #21 Dynamic menu entries become unselectable after first
visit. Reported by Lassi Pölönen and fixed by Andreas
<ioerror{@}lavabit{.}com>
* #14 SendKey action requested by nidan.
* #29 drag'n'drop requires the recieving window to be moved before
working. Reported by Jyri Jokinen <shared{@}adresh{.}com>, fixed
by Andreas <ioerror{@}lavabit{.}com>
* #32 Shaping issues after shading. Reported by Paulo Igor Barra
Nascimento <pibarnas{@}yahoo{.}com{.}br> and fixed by Andreas
<ioerror{@}lavabit{.}com>
* #XX Corrects the interpretation of the motif windowmanager hints
by Andreas <ioerror{@}lavabit{.}com>
* #XX Remove perl scripts reducing dependencies on packages.
User visible changes
* UTF-8 support added for reading and rendering window titles.
* _NET_WM_ICON is now read and rendered in menus.
* RandR support for multi-screen configurations.
* New default theme.
* CmdDialog size is now calculated from the current head and not the
whole display.
Configuration changes
* _NET_WM_WINDOW_TYPE handling configurable via autoproperties.
* Width/Height 0 in autoproperties now means screen width/height.
* WorkspacesPerRow and WorkspaceNames added with matching
GotoWorkspace/SendToWorkspace parameters Up, PrevV, Down, NextV.
* ShowWorkspaceIndicator
* WorkspaceIndicatorScale
* PCRE support remove.
* EdgeIndent option added to Screen section of main configuration
file. If true reserves space where the screen edge is.
* EdgeSize now supports per edge configuration.
Theme changes
* Shaping suport for non-corner windows.
* XMB type is used by default in favour of X11 type fonts.
* Font alpha is now handles as % from 0-100 instead of previous Xft
unsigned int value.
* HeightAdapt option added to theme.
* Font type is now possible to define as the first argument in themes.
2.0.3:
* Add support for the desktop warping option
* Add support for showing the popup notification when changing desktops
* Better build support for Max OSX platform (no --export-dynamic)
* Major layout changes
* Add support for putting the move/resize popup in a fixed position on screen
* Add support for the <active> window placement option
* New icon by Myles Green
* Show an error when the configuration file is not valid, so it doesn't get
destroyed by ObConf
* Add a --config-file option to specify an alternate configuration file.
* Auto-load the same configuration as Openbox is using, if Openbox was run
with --config-file
2.0.2:
* Workaround a crash in GTK/Glib on the PowerPC platform
* Add new Margins option (Margins tab)
* Add new option for centering windows when placing them
* Don't include the debian/ dir in releases
* Fix the missing TopRight option for the dock
* Fix the dock stacking option to match changes made in Openbox (it's
Above/Below not Top/Bottom)
* Give the theme previews white client areas to more closely resemble a real
window
* Update to Openbox 3.4.3 libraries
Based on PR 38953 from Joel CARNAT. Thanks!
Changes since last packaged version:
Show correct geometry on mouse resize(FS#203);
Fix build issues with simple POSIX shell.
Fix focus handling on new window managing with multi monitors (FS#188);
Add support for mouse with up to 9 buttons.
Fix cache invalidation when swapping clients
Fix handling of keycode and keysyms (FS#64)
Do not focus new client if current client is maximized (FS#182)
Documentation update
Fix a bug with UTF-8 strings rendering
Fix titlebar map/unmap
Allow NULL in command for widgets (FS#175)
Documentation update;
Store KeySym not KeyCode in keys bindings (FS#161);
Fix some drawing problems.
Documentation update;
Fix placement for maximized apps;
Give focus when clicking with Button1 on titlebars;
Use mwfact lower and upper limits in mouse;
Fix opacity focused issue;
Fix focus on arrange for multi head;
Allow multiple bindings for mouse events.
Support for multiple image format, using Imlib2 (default) or GTK pixbuf (FS#82);
Use pango for font display instead of Xft;
Better documentation: the documentation is now autogenerated from source code: everything is now in
the manpage and will always be (FS#101);
awesome-menu: a dmenu clone (FS#7);
Support for styles section;
mwfact lower and upper limits are configurable (FS#92);
widget_tell now allows to change widget properties like colors, etc. (FS#144, FS#36)
Errors and warnings messages are more clear and consistent, prefixed with E or W and indicating in which function it fails;
Add titlebar support for windows (FS#38);
Fix support for SDL apps (you can play Xmoto and Quake);
New option for progressbar with ticks (FS#81);
New emptybox widget which deprecated padding options of various widgets;
New opacity_focused option;
Widget graph can grow right/left;
Add support for shadowed text (FS#90);
Probably more.
# JWM v2.0 <> 20070624
* New look.
* Background support on a per-desktop basis.
* Veritcal/horizontal maximization support.
* Added the ability to move windows with the pager.
* Many bug fixes.
# JWM v2.0.1 <> 20070704
* Fix a file descriptor leak when JPEG is enabled.
* Give swallow windows time to map when restarting.
1.2.35: 2008-01-05
- Application tray bug fixes
- Add encoding/language to about dialog
While we're here, re-instate Beastie - the way icewm selects the start menu
icon changed with 1.2.28.
It's the little things that count. :)