Update from 00e10a7f to 7554ecd7:
- remove some view pointer chasing - remove some ui pointer chasing - replace UiTerm with Ui & delete function pointers - replace UiTermWin with UiWin & remove function pointers - make Selection unopaque - make View unopaque - cleanup some single line get/set functions - cleanup vis event interface - Merge vis-tests into test directory
This commit is contained in:
parent
900d7db2de
commit
e5a6aaacdf
14
vis.changes
14
vis.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 22 07:01:20 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Update from 00e10a7f to 7554ecd7:
|
||||||
|
- remove some view pointer chasing
|
||||||
|
- remove some ui pointer chasing
|
||||||
|
- replace UiTerm with Ui & delete function pointers
|
||||||
|
- replace UiTermWin with UiWin & remove function pointers
|
||||||
|
- make Selection unopaque
|
||||||
|
- make View unopaque
|
||||||
|
- cleanup some single line get/set functions
|
||||||
|
- cleanup vis event interface
|
||||||
|
- Merge vis-tests into test directory
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 21 22:21:28 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
Tue May 21 22:21:28 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
2
vis.spec
2
vis.spec
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define test_version 0.5
|
%define test_version 0.5
|
||||||
Name: vis
|
Name: vis
|
||||||
Version: 0.8+git.1716170186.00e10a7f
|
Version: 0.8+git.1716344506.7554ecd7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An editor combining the strengths of both vi(m) and sam
|
Summary: An editor combining the strengths of both vi(m) and sam
|
||||||
License: ISC
|
License: ISC
|
||||||
|
Loading…
Reference in New Issue
Block a user