Matej Cepl
cb39986a51
* test: update * vis: fix implicit enum conversion warning * build: update alpine in docker build to version 3.12 * doc: update outdated version information * doc: update sphinx configuration to python 3 * test: update * text: introduce text_save_method, remove text_save_range * test: update * build: use -O2 by default * vis: cleanup pre-processing of :-commands * Tweak README * vt100: do not crash if termkey is not yet initialized * ui: fix line number drawing * build: fix _XOPEN_SOURCE redefinition warning * vis: make <Escape> reset count in visual modes * vis: make <Escape> reset count in normal mode * lexers: prioritize markdown list rule * lexers: make markdown white space rule less greedy * man: document theme location * Avoid use of VLAs * vt100: use shorter escape sequence to clear screen * Add Julia lexer OBS-URL: https://build.opensuse.org/package/show/editors/vis?expand=0&rev=8
100 lines
3.5 KiB
Plaintext
100 lines
3.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jun 05 13:33:07 UTC 2020 - mcepl@cepl.eu
|
|
|
|
- Update to version 0.5+git.1590819266.c37f09e:
|
|
* test: update
|
|
* vis: fix implicit enum conversion warning
|
|
* build: update alpine in docker build to version 3.12
|
|
* doc: update outdated version information
|
|
* doc: update sphinx configuration to python 3
|
|
* test: update
|
|
* text: introduce text_save_method, remove text_save_range
|
|
* test: update
|
|
* build: use -O2 by default
|
|
* vis: cleanup pre-processing of :-commands
|
|
* Tweak README
|
|
* vt100: do not crash if termkey is not yet initialized
|
|
* ui: fix line number drawing
|
|
* build: fix _XOPEN_SOURCE redefinition warning
|
|
* vis: make <Escape> reset count in visual modes
|
|
* vis: make <Escape> reset count in normal mode
|
|
* lexers: prioritize markdown list rule
|
|
* lexers: make markdown white space rule less greedy
|
|
* man: document theme location
|
|
* Avoid use of VLAs
|
|
* vt100: use shorter escape sequence to clear screen
|
|
* Add Julia lexer
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 16 22:18:41 UTC 2020 - mcepl@cepl.eu
|
|
|
|
- Update to version 0.5+git.1584517720.08a550d:
|
|
* color-column: Don't change fg/bg if not set explicitly
|
|
* Set single cursor style as primary, not secondary
|
|
* sam: fix X and Y commands which were interchanged
|
|
* Add Elm lexer
|
|
* sam: fix spurious "file exists" warnings
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 26 23:07:04 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Fix the license: it is ISC, not MIT.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 26 09:20:25 UTC 2020 - mcepl@cepl.eu
|
|
|
|
- Update to version 0.5+git.1582699959.bdfea7e:
|
|
* build: provide install-strip make target
|
|
* ci: fix Alpine build by installing terminfo data
|
|
* test: update
|
|
* ci: remove Travis CI integration
|
|
* ci: remove Appveyor integration
|
|
* ci: improve OpenBSD Lua installation
|
|
* ci: make sure en_US.UTF-8 locale is available on Debian
|
|
* ci: disable codecov commit status updates
|
|
* vis-lua: implement vis:redraw()
|
|
* lua: add `redrawtime` option
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 26 08:42:15 UTC 2020 - mcepl@cepl.eu
|
|
|
|
- Update to version 0.5+git.1582699959.bdfea7e:
|
|
* build: provide install-strip make target
|
|
* ci: fix Alpine build by installing terminfo data
|
|
* test: update
|
|
* ci: remove Travis CI integration
|
|
* ci: remove Appveyor integration
|
|
* ci: improve OpenBSD Lua installation
|
|
* ci: make sure en_US.UTF-8 locale is available on Debian
|
|
* ci: disable codecov commit status updates
|
|
* vis-lua: implement vis:redraw()
|
|
* lua: add `redrawtime` option
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 26 08:41:57 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- The latest upstream commit doesn't strip binaries anymore
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 24 16:11:28 CET 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- make install STRIP=true to avoid stripping. Avoid public nudity!
|
|
gh#martanne/vis#811
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 26 00:17:14 CET 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Add BR of tre-devel, not just tre.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 22 01:22:08 CEST 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove Debian-related files
|
|
- Add missing BRs.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 12 21:42:43 UTC 2016 - code@baez.nyc
|
|
|
|
initial build from git
|
|
|