Changelog for
spectrwm-3.1.0-1.1.x86_64.rpm :
Thu Jan 4 13:00:00 2018 sogalAATTvolted.net
- Updated to version 3.1.0:
* Add +R for region index to bar formatting.
* Add new bar_color_selected and bar_font_color_selected options.
* Add new \'ws_empty\' action.
* Enable padding in the bar_format using \'_\' character
* Handle MappingNotify during startup.
* Reset SIGPIPE before execvp().
* Correct size for WM_STATE.
Tue Jul 25 14:00:00 2017 malcolmlewisAATTopensuse.org
- Updated to version 3.0.2:
* Ensure iconic windows stay iconic when reparenting.
* Fix workspace cleanup on RandR screenchange, (gh#127 & gh#120).
- Changes from version 3.0.1:
* Redraw the focus window frame when changing regions with the
pointer, (gh#126).
* Prepend SWM_LIB to LD_PRELOAD instead of clobbering, (gh#124).
- Changes from version 3.0.0:
* Add fullscreen_toggle action (_NET_WM_STATE_FULLSCREEN).
* Send window to next/previous regions workspace.
* Add support for _NET_REQUEST_FRAME_EXTENTS.
- Rebase spectrwm-fix-makefile.patch.
Sat Nov 28 13:00:00 2015 malcolmlewisAATTopensuse.org
- Update to version 2.7.2:
+ Restore Num_Lock workaround.
- Changes from version 2.7.0 and 2.7.1:
+ Change libswmhack.so to use RTLD_NEXT functionality when
_GNU_SOURCE is defined, and add some error handling.
+ Resolve memory leaks on exit.
+ Add a new visible_noswap option that allow to not swap two
visible workspace.
+ Document visible_noswap and at it in spectrwm.conf.
+ Adjust copyright dates
+ Fix autorun.
+ Change rg_move_(prev|next) and stack_balance to be unbound by
default.
+ Add missing binds to keymapping files.
+ Add new option: warp_focus
+ Fix segfault when attempting to switch workspace during
startup.
+ Keep function prototypes in alphabetical order.
+ Fix MINIMALBORDER on region focus cycling.
+ Additional shutdown cleanup.
+ Sort quirks in man page.
+ Tweak the urgency indicator default padding for
urgent_collapse = 1.
+ Cleanup libswmhack.so.
+ Pacify -Wconditional-uninitialized warnings.
+ Improve the bind[] option to accept pointer buttons.
+ Implement stack_balance and assign it to M-S-
+ Implement quirk NOFOCUSCYCLE to remove a window from the normal
focus cycle.
+ Add \'maximize_hide_bar\' to also hide the bar when maximing a
window.
+ Implement rg_move_prev/rg_move_next to move workspaces across
regions/screens.
+ Strip trailing padding with urgent_collapse
+ Add \'MINIMALBORDER\' quirk to remove borders from
floating/unfocused windows.
- Changes from version 2.6.2:
+ Use poll(2) instead of select(2).
+ Add Mod5 to support some more weird keyboards.
+ Prevent possible focus change on release of a pointer grab.
+ Fixed bug in man page.
- Changes from version 2.6.0 and 2.6.1:
+ Man page cleanups.
+ Improve linux Makefile.
+ Fix bug in baraction.sh that causes bar text to flicker every
20s.
+ Add new quirk IGNOREPID.
+ Add new quirk IGNORESPAWNWS.
+ Fix stacking issue at (re)start when spawn_position = first or
prev.
+ Convert all booleans to stdbool.h bool.
+ Add new option: warp_pointer.
+ Add new quirk: WS[n]
+ Add new option: urgent_collapse
- Rebase spectrwm-fix-makefile.patch.
Mon Jun 9 14:00:00 2014 malcolmlewisAATTcableone.net
- Update to version 2.5.1:
+ Fix hang in fullscreen layout when a window has multiple
transients.
+ Fix focus_(prev|next) for windows with multiple transients.
+ Add a missing queue.h macro to Linux util.h.
+ Add new quirk IGNORESPAWNWS. Ignore the spawn workspace when
determining the initial workspace for a new window.
Wed Apr 16 14:00:00 2014 malcolmlewisAATTopensuse.org
- Update to version 2.5.0:
+ General cleanup, bug fixes and move to github.
- Drop spectrwm-fix-makefile-and-add-soname.patch as soname fixed
upstream.
- Add spectrwm-fix-makefile.patch to clean up build.
Tue Jul 30 14:00:00 2013 malcolmlewisAATTopensuse.org
- Update to version 2.3.0:
+ Add ability to set tile_gap to negative values.
+ Fix crash on maprequest when WM_CLASS name and/or instance
isn\'t set.
+ Add boundary_width to spectrwm.conf.
+ Add ability to move/resize floating windows beyond the region
boundary.
+ Change global variable to local.
+ Fix symlinks in Linux Makefile.
+ Fix positioning issue on flipped layouts with a
multi-column/row stack.
+ Fix focus when switching to an inactive workspace with a new
window.
+ Update copyrights.
- Rebase spectrwm-fix-makefile-and-add-soname.patch.
Tue Apr 2 14:00:00 2013 malcolmlewisAATTopensuse.org
- Update to version 2.2.0:
+ Fix manual focus mode sometimes switching region with pointer
motion.
+ Fix input focus fallback issue when running with multiple
regions.
+ Changed unsigned long to size_t.
+ Improve man page explanation of verbose_layout.
+ Fix fullscreen layout stacking issue when using multiple
regions.
- Clean up BuildRequires.
Mon Mar 4 13:00:00 2013 malcolmlewisAATTopensuse.org
- Clean up patch to include optflags.
Mon Mar 4 13:00:00 2013 malcolmlewisAATTopensuse.org
- Updated to latest git release:
+ Add new ws_next_move and ws_prev_move bindings.
+ Remove path from Linux spectrwm.desktop.
+ Initialize some pointers that could be freed without being
initialized.
+ Add get_screen_count function that handles the result of
xcb_get_setup.
+ Add new quirk NOFOCUSONMAP.
Sat Dec 15 13:00:00 2012 malcolmlewisAATTopensuse.org
- Updated to latest git release:
+ Fix setkeymapping to call expand_tilde for proper expansion of
~ in path.
- Updates from 2.1.1:
+ Fix bar clock not getting updated during periods of inactivity.
+ Fix move/resize to bail if the window gets destroyed.
+ Validate bound spawn programs after conf is loaded.
+ avoid a free on an uninitialized variable by setting optval to
NULL.
+ Fix issue where rapid window crossing events might get ignored.
+ Fix fparseln flags to remove escape characters in the result.
Tue Nov 27 13:00:00 2012 malcolmlewisAATTopensuse.org
- Update to latest git release.
Sat Sep 8 14:00:00 2012 malcolmlewisAATTopensuse.org
- Initial build.
- Add spectrwm-fix-makefile-and-add-soname.patch: Clean up install
locations and add soname to shared library.