Update from e9fb2f04 to d5db964a:

- scripts: make option listing more consistent
  - scripts: fix shellcheck warnings and make scripts more uniform
  - curses ui: fix default color detection
  - ui: remove useless memcpy call
  - ui-vt100: write ouptut using write(3)
  - remove duplicated read_buffer functions
  - accommodate vis for changes with updates in the lexers
  - Add Nix lexer
  - Recognize float suffixes in C lexer
  - Migrate Haskell lexer
  - Add Factor lexer
  - Rename 'ansi_c', 'dmd', and 'rstats' lexers to 'c', 'd', and 'r'
  - lexers: switch to tabs for indentation
  - Fix errors with folding in reST lexer
  - Output lexer: match absolute program paths instead of just names
  - Migrate Literate Coffeescript lexer
  - Allow unfinished Makefile function definitions to be highlighted
  - Update lexer LDoc
  - Add 'org' directive to asm lexer
  - Increase the default LPeg stack size
  - Add C23 attributes to C lexer
  - Improve performance of the text lexer
This commit is contained in:
2025-01-06 19:19:56 +01:00
parent 0982d358ce
commit 6d14a9712c
2 changed files with 28 additions and 1 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Mon Jan 6 18:19:47 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Update from e9fb2f04 to d5db964a:
- scripts: make option listing more consistent
- scripts: fix shellcheck warnings and make scripts more uniform
- curses ui: fix default color detection
- ui: remove useless memcpy call
- ui-vt100: write ouptut using write(3)
- remove duplicated read_buffer functions
- accommodate vis for changes with updates in the lexers
- Add Nix lexer
- Recognize float suffixes in C lexer
- Migrate Haskell lexer
- Add Factor lexer
- Rename 'ansi_c', 'dmd', and 'rstats' lexers to 'c', 'd', and 'r'
- lexers: switch to tabs for indentation
- Fix errors with folding in reST lexer
- Output lexer: match absolute program paths instead of just names
- Migrate Literate Coffeescript lexer
- Allow unfinished Makefile function definitions to be highlighted
- Update lexer LDoc
- Add 'org' directive to asm lexer
- Increase the default LPeg stack size
- Add C23 attributes to C lexer
- Improve performance of the text lexer
-------------------------------------------------------------------
Fri Jan 3 09:07:00 UTC 2025 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -18,7 +18,7 @@
%define test_version 0.5
Name: vis
Version: 0.9+git.1735873041.e9fb2f04
Version: 0.9+git.1736174281.d5db964a
Release: 0
Summary: An editor combining the strengths of both vi(m) and sam
License: ISC