2020-06-15 09:58:52 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 15 07:25:48 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Update to the released version 0.6 (all changes since 0.5):
|
|
|
|
- bounded time syntax highlighting using the :set redrawtime
|
|
|
|
option
|
|
|
|
- support optional count for sam's text commands e.g. :i3/-/
|
|
|
|
- make <C-n> in visual mode match next occurence of existing
|
|
|
|
selection
|
|
|
|
- warn when attempting to write to an existing file
|
|
|
|
- improved file change detection based on inode instead of path
|
|
|
|
information
|
|
|
|
- fix file saves with modifications in file pre-save events
|
|
|
|
- fix save on file systems without fsync(2) support on
|
|
|
|
directory descriptors
|
|
|
|
- do not unlink file~ when saving file
|
|
|
|
- introduce distinct vis-menu(1) exit codes
|
|
|
|
- modify Lua package.path to include /init.lua
|
|
|
|
- performance improvements for the HTML, XML and YAML lexers
|
|
|
|
- new Julia and Elm lexers, better defaults for standard text
|
|
|
|
lexer
|
|
|
|
- support optional exit status in :q and :qall commands
|
|
|
|
- better temporary file creation using mkstemp(2)
|
|
|
|
- performance improvements in highlight matching parentheses
|
|
|
|
- improved behavior of ^ and $ in searches and looping commands
|
|
|
|
- improved search wrap around behavior
|
|
|
|
- new :set layout option to specify window orientation
|
|
|
|
- improved filetype detection by matching known filenames
|
|
|
|
exactly
|
|
|
|
- support DragonFly BSD in configure script
|
|
|
|
- better manual page, fixed warnings
|
|
|
|
- removed gp, gP, gq
|
|
|
|
- implement g~, gu and gU using tr(1), they are no longer
|
|
|
|
operators
|
|
|
|
- removed v and V in operator pending mode
|
|
|
|
- avoid crash if $TERM is unset
|
|
|
|
- keep selections after :> command
|
|
|
|
- normalize selections after : command execution
|
|
|
|
- show pending input queue content in status bar
|
|
|
|
- make r<Enter> insert a new line
|
|
|
|
- new :set loadmethod option, valid values are read, mmap or
|
|
|
|
auto
|
|
|
|
- always apply :| command to existing selections
|
|
|
|
- fix terminal UI on serial console
|
|
|
|
- various code cleanups, removal of VLA
|
|
|
|
- resets count, if applicable
|
|
|
|
- fix :X and :Y commands which were interchanged
|
|
|
|
- don't strip executables by default, provide install-strip
|
|
|
|
target
|
|
|
|
|
2020-06-05 15:33:44 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2020-04-17 00:45:02 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2020-02-27 00:07:14 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 26 23:07:04 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Fix the license: it is ISC, not MIT.
|
|
|
|
|
2020-02-26 10:21:20 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2020-02-26 09:45:17 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2020-02-26 09:38:45 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|