summaryrefslogtreecommitdiffstats
path: root/vis.changes
diff options
context:
space:
mode:
Diffstat (limited to 'vis.changes')
-rw-r--r--vis.changes14
1 files changed, 14 insertions, 0 deletions
diff --git a/vis.changes b/vis.changes
index ef0fbaa..c419705 100644
--- a/vis.changes
+++ b/vis.changes
@@ -1,4 +1,18 @@
-------------------------------------------------------------------
+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>
- Revert the last commit, which seem to break the build.