12 Commits

Author SHA256 Message Date
d6e419d272 Accepting request 1083052 from X11:terminals
- Replace BuildRequire on xorg-x11-devel by pkgconfig(...) (forwarded request 1083049 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/1083052
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/st?expand=0&rev=4
2023-04-27 18:00:51 +00:00
91e734fe0b Accepting request 1083049 from home:jengelh:branches:X11:terminals
- Replace BuildRequire on xorg-x11-devel by pkgconfig(...)

OBS-URL: https://build.opensuse.org/request/show/1083049
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/st?expand=0&rev=11
2023-04-26 15:26:56 +00:00
462142aeca Accepting request 1058922 from X11:terminals
OBS-URL: https://build.opensuse.org/request/show/1058922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/st?expand=0&rev=3
2023-01-17 16:36:05 +00:00
c6e8b0f057 Accepting request 1058820 from home:dirkmueller:Factory
- update to 0.9:
  * avoid potential UB when using isprint()
  * make underlines and strikethroughs respect `chscale`
  * Delay redrawals on palette changes
  * 10/SGR mouse: use alt as meta key instead of super/windows key
  * Fix mousereport
  * Fix overtyping wide characters.
  * Fix null pointer access in strhandle
  * Add support for OSC color sequences
  * Fix possible rare crash when Xutf8TextPropertyToTextList fails
  * fix a problem that the standard streams are unexpectedly closed
  * Add 14th bit to XK_SWITCH_MOD bitmask
  * fix: correctly encode mouse buttons >= 8 in X10 and SGR mode
  * ST: Add WM_ICON_NAME property support
- add compose-buffer-overflow.patch

OBS-URL: https://build.opensuse.org/request/show/1058820
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/st?expand=0&rev=9
2023-01-17 12:59:29 +00:00
5bec530d4a Accepting request 816922 from X11:terminals
OBS-URL: https://build.opensuse.org/request/show/816922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/st?expand=0&rev=2
2020-06-25 13:08:18 +00:00
03160ac44c Accepting request 816351 from home:dancermak:branches:X11:terminals
Update to version 0.8.4

OBS-URL: https://build.opensuse.org/request/show/816351
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/st?expand=0&rev=7
2020-06-25 05:43:37 +00:00
fe52a6c8d1 Accepting request 790023 from X11:terminals
Submission of the st terminal emulator to Factory.

OBS-URL: https://build.opensuse.org/request/show/790023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/st?expand=0&rev=1
2020-03-31 15:16:43 +00:00
f0445b497c Accepting request 788487 from home:dancermak:branches:X11:terminals
- Update to version 0.8.2
  * config: add Shift+Insert as selpaste() again
  * Let the user specify CPPFLAGS
  * Set the path of pkg-config in a variable instead of hardcoding it
  * Makefile: fix dependencies on config.h
  * output child WEXITSTATUS/WTERMSIG on abnormal termination
  * fix memory leak in xloadcols()
  * st: small typofix in comment
  * small code-style fix
  * Remove the ISO 14755 feature
  * Revert "Simplify cursor color handling"
  * Revert "Make cursor follow text color"
  * Revert "Fix crash when cursor color is truecolor"
  * Fix crash when cursor color is truecolor
  * Make cursor follow text color
  * Simplify cursor color handling
  * Fix crash on resize
  * config.mk: remove extra newline before EOF
  * code-style for pledge(2)
  * Pledge on OpenBSD
  * error message style and use strerror in a few places
  * st -v: remove years and copyright text
  * set sel.alt in selstart instead of selextend
- drop st-optflags.patch
- do not install development files LEGACY and README
- drop compat code with opensuse/sle <= 11
- do not install the terminfo, these are provided by the terminfo package (from ncurses)

OBS-URL: https://build.opensuse.org/request/show/788487
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/st?expand=0&rev=5
2020-03-31 08:00:58 +00:00
dd5ff71a4b Accepting request 660568 from home:malcolmlewis:branches:X11:terminals
- Update to version 0.8.1:
  + Fix regression by selecting clipboard text.
  + Don't modify argv, use a counter.
  + Selextend: clarify: !sel.mode == SEL_IDLE.
  + Clipcopy: no need to check for free(NULL), set to NULL after
    free.
  + Whitespace fixes.
  + Fix title initialization.
  + Fix regression from 69e32a6 when setting title.
  + LICENCE update year(s) and major contributors.
  + Makefile: add all files to make dist.

OBS-URL: https://build.opensuse.org/request/show/660568
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/st?expand=0&rev=4
2018-12-21 17:47:02 +00:00
ca4fb742f4 Accepting request 588342 from home:avindra:branches:X11:terminals
- Update to version 0.8
  * Change default keybindings
  * Add support for iso14755
  * Add support for enabling/disabling utf
  * use math.h for ceilf
  * xhints: no need to initialize sizeh
  * Reduce visibility wherever possible
  * Limit usage of extern to config.h globals
  * Split mode bits between Term and TermWindow
  * Have selected() check whether selection exists
  * Rely on ttyresize to set tty size
  * Remove x.c dependency on term
  * Remove Time argument from xsetsel
  * Make win variable internal to x.c
  * Factor out equivalent code from ttyread/ttysend
  * Pass new dimensions into ttyresize
  * Call xsetenv() in main process instead of child
  * Fix color with FAINT attribute
  * Apply ATTR_REVERSE after ATTR_FAINT
  * Handle XftFontOpenPattern failure.
  * base64dec: skip non-printable characters like \r\n
  * Add dim/smxx/rmxx to terminfo, remove duplicate kich1
  * Add color change terminfo capabilities
  * Simplify how we keep ATTRs under cursor
  * keep some glyph modes for the cursor
  * Support xterm Ms feature to set clipboard
  * Split X-specific code into x.c
  * Fixed 'missing glyph doesn't use fontconfig config substitutions' bug
  * make the various combinations of arrow keys and shift/control/meta work
  * tic -s -> tic -sx (Treat unknown capabilities as user-defined.)
  * Add tmux capabilities to st.info
  * Make strdump(), csidump(), print to stderr
  * Do not use color when font attributes are supported
  * Add missing device path to '-l' example
  * Add parsing of DCS q sequences
  * Delete ncv capability from terminfo
  * st.info: do not prevent st from displaying attributes
- cleanup with spec-cleaner
- drop st-verbose_makefile.patch
  * fixed upstream in fabd4602b3223666165c76c397644a081b9a97e5
- rebase st-optflags.patch
- use https urls
- renumber patch

OBS-URL: https://build.opensuse.org/request/show/588342
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/st?expand=0&rev=3
2018-03-23 09:25:47 +00:00
95ee2a1476 Accepting request 454183 from home:alois:branches:X11:terminals
Update to 0.7

OBS-URL: https://build.opensuse.org/request/show/454183
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/st?expand=0&rev=2
2017-02-06 10:53:15 +00:00
Pascal Bleser
cad96cf510 0.4.1
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/st?expand=0&rev=1
2013-07-25 06:44:28 +00:00