Changelog for
st-0.8.2-2.42.noarch.rpm :
* Thu May 30 2019 Tomas Cech
- bump to 0.8.2
* Mon Jul 27 2015 sleep_walkerAATTopensuse.org- bump to 0.6
* Thu Jun 12 2014 sleep_walkerAATTsuse.cz- make dependencies also build dependencies to satisfy post build checks
* Thu Jun 12 2014 sleep_walkerAATTsuse.cz- spec file cleanups- make it noarch, compile in posttrans phase, change build dependencies to regular dependencies- use %suckless_
* macros- add rpmlintrc
* Fri May 09 2014 sleep_walkerAATTsuse.cz- bump to 0.5 changes from commit descriptions: Updating the TODO in preparating for 0.5. There is no need for a full dirt redraw. Fixing a compiler warning with the assignment. Fix segfault when pressing PrintScr without a selection new utf decoder Merge branch \'master\' of ssh://suckless.org/gitrepos/st Add terminfo entries for printer Add sequence for printing the current selection Add key definition for printer sequences Add MC for the full screen Add MC for a single line Style cleanup. Style matters. Add MC sequence Add xstrdup function Merge remote-tracking branch \'origin/master\' Removing the w3img support. Remove non defined behaviour in selcopy Remove duplicated code in strhandle Make Shift+Home equal to CLS in ascii mode Make CONTROL + DELETE delete a line Fix SHIFT+DEL definition Use character scaling in XCopyArea Make w3mimgdisplay work with st Fix truecolor escapes, when both bg and fg are set query pixel size from matched font Update arg.h from sbase Prevent resizing stdin Replace alignment tabs with spaces. Fix comments in config.def.h to match field names. Fix definition of F28 key. Set _NET_WM_PID attribute Fix rmul definition Add stdint include Fix stupid bug in tdefcolor returning -1 in unsigned function Use int instead of long for color add _NET_WM_NAME Simplify logic in kmap(). Simplify logic in match(). Merge remote-tracking branch \'origin/master\' into omaster Fixed lock up when system time jumps backwards Ignore numlock (Mod2Mask) for button events too. Avoid buffer overrun in bpress() New ttysend() function calls ttywrite() and techo(). Honor MODE_ECHO when pas... Avoid buffer overrun in kpress() and remove limit on shortcut strings. Simplify Mod1 logic in kpress(), eliminating locals and a memcpy. Add support for multiple charset definitions People, learn to keep to styles. Thanks. Fix save/restore cursor Add DSR cursor position sequence Fix core in multi-line selection on OpenBSD Add bracketed paste mode Fix some bugs in mouse tracking logic Default volume of the bell is 0. Add audible bell Wide character support. Adding some contributors. Thanks to you all! Correctly initialize altscreen when defaultbg is not 0. Regarding commit 7e3cff3 Tmux is using C-b by default. Correcting the bitmask value check. Add terminfo definitions for terminals with meta key Fix signess of tdefcolor Fixed memory leak in xsettitle(). Fix blink mode check Use character size scaling factors Reload colors in reset Add RGB color definition Improved font caching fix: whitespace Remove long text being cropped/wrapped to standard 80x24 on launch. fix: consistent usage of bitmask operations on unicode functions fix: do not need an extra variable for a single read Fix match function bugs Remove unneded call to draw Fix selection clearing fix PageUp Modifier Mask in config.def.h Fixing title setting with the title argument. Adding xterm behaviour to setting the title. Bumping up the xfps so mouse motion won\'t reap the CPU. Adding true mouse motion support. This is a shorter bit handling in MODE_MOUSE. Add some comments about the other mouse reporting modes. Implementing mouse focus and all events. Fixing bad highlighting on first SNAP_WORD multiline select. Fixing the selection in a single line again. Fixing the selection scrolling and the selection naming. Lazy font unloading too. Lazy fontset loading. Removing an old select() regression. Allow more complex delimiters for word selections. Expand the last line with \'\
\' in case of overselection. Select to the end of row if end of line is reached. Better comments for the snapping code. More stable blinking. Explaining blinking for the dummies. Selection snapping is now considering wrapping. Add a possibility to modify the string sent by mouse buttons. Be more efficient in blinking. Enable blinking in st. Fixing the selection handling to allow one char selection. Fixing the selection issue in altscreens. Removed redundant check in draw code. Fix selecting clearing and BCE Now clipping is more clear. Removing the overdrawing of some fonts. Yes, rs2 != is2. There is no 8bit by default and reset 8bit too. Implementing 8 bit mode for meta. Adding wrap handling in selection. Added support for double/triple click+dragging.
* Tue Dec 10 2013 sleep_walkerAATTsuse.cz- modify spec to use pkgconfig dependencies
* Mon Dec 02 2013 sleep_walkerAATTsuse.cz- let there be st!