SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for vis-0.9+git.1726229057.c8694ee0-14.6.i586.rpm :

* Sun Oct 06 2024 Matej Cepl - Back to downloading code from git.cepl.eu.- Add USFM file type.
* Wed Sep 25 2024 Matej Cepl - Add vis-file_exists branch.- Back to Sourcehut upstream.
* Tue Sep 24 2024 Matej Cepl - Add rebased upstream PRs for scintillua:
* https://github.com/orbitalquark/scintillua/pull/15
* https://github.com/orbitalquark/scintillua/pull/16
* https://github.com/orbitalquark/scintillua/pull/17
* Fri Sep 13 2024 Matej Cepl - Update from d8276d91 to c8694ee0: - lua: add tests for the different vis.pipe argument variants - lua: improve argument parsing in vis.pipe - complete-word: pipe the candidates directly to the command - support piping a buffer to an external process
* Thu Sep 12 2024 Matej Cepl - Update from cb63b7e2 to d8276d91: - ci: install busted to run lua tests
* Wed Aug 28 2024 Matej Cepl - Update from 2d87fdc0 to cb63b7e2: - introduce new `wiki` file type - introduce new `org` file type
* Tue Aug 27 2024 Matej Cepl - Add patch \"introduce new `org` file type\"- Add PR https://github.com/martanne/vis/pull/1082
* Wed Jun 05 2024 Matej Cepl - Revert back from gh#martanne/vis!1173.
* Thu May 30 2024 Matej Cepl - Update from 70fa1e85 to a7aac104: - Fail silently when syntax has no lexer - remove the vis->initialized member
* Tue May 28 2024 Matej Cepl - Update from 4d38c3a9 to 70fa1e85: - combine Win and UiWin - remove SyntaxSymbol redirection type- Add gh#martanne/vis!1173 for testing.
* Fri May 24 2024 Matej Cepl - Update from 7554ecd7 to 4d38c3a9: - drop cell_blank from View - build: update alpine in docker build to version 3.20
* Wed May 22 2024 Matej Cepl - 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- Bump the base of the version number from 0.8 to 0.9.
* Tue May 21 2024 Matej Cepl - Revert the last commit, which seem to break the build.
* Tue May 21 2024 Matej Cepl - Update from 777b11c4 to 00e10a7f: - fix primary cursor color display
* Mon May 13 2024 Matej Cepl - Update from 50a76733 to 777b11c4: - enable warnings in default CFLAGS - lua: allow changing the displayed file of a window- Adding gh#martanne/vis!1191 for testing.
* Fri May 10 2024 Matej Cepl - Update from b6ae2fb7 to 50a76733: - drop deprecated option names
* Tue May 07 2024 Matej Cepl - Update from 4d5bfb80 to b6ae2fb7: - lua: filetype: properly search for lexer path - lua: themes: add `STYLE_CODE` - configure: check for \'lua5.4-lpeg\' too - set version to v0.9-git - release 0.9
* Wed May 01 2024 Matej Cepl - Update from 675ab49e to 4d5bfb80: - lua: complete-filename: use biggest possible prefix
* Tue Apr 30 2024 Matej Cepl - Update from 1fc17562 to 675ab49e: - lua: uncomment list of lexer specific styles in default theme - lua: Serve viewport dimensions in viewport table - Emit an event (ui_draw) immediately before drawing the screen - Add Lua function to Win for directly editing cell styling by position - lua: small filetype/style setting cleanup
* Sat Apr 27 2024 Matej Cepl - Update from ad03feb0 to 1fc17562: - lua: Report viewport lines and bytes in one table
* Sun Apr 21 2024 Matej Cepl - Update from 025ab0f5 to ad03feb0: - vis-cmd: silence gcc warning & remove strlen call
* Sun Apr 21 2024 Matej Cepl - Update from 6f537f30 to 025ab0f5: - ci: fix macOS runner - Disable reverse with \"notreverse\" in style definitions - Add a Lua constant for UI_STYLE_LEXER_MAX - plugins/filetype: fix javascript/typescript detection
* Thu Mar 28 2024 Matej Cepl - Throw away gh#martanne/vis!1173 and my fix for it.
* Wed Mar 27 2024 Matej Cepl - Merge the tests/ submodule.
* Wed Mar 27 2024 Matej Cepl - Update from 49442e51 to 6f537f30: - lua: update default themes - lua: cache loaded lexers - lua: update default plugins to work with scintillua 6.2 - Get lexers from the subdirectory of directories on the path. - update lexers to orbitalquark/scintilluaAATTb789dde - ui: refactor style handling
* Tue Mar 26 2024 Matej Cepl - Update from faa4089a to 49442e51: - Add parentheses around \'&&\' within \'||\'. - complete-word: restore mode to INSERT on exit
* Thu Mar 21 2024 Matej Cepl - Update from 8fccd1bb to faa4089a: - Fix typos
* Mon Mar 18 2024 Matej Cepl - Add gh#martanne/vis!1173 to devel for testing.
* Fri Mar 15 2024 Matej Cepl - Update from 4d97ccc6 to 8fccd1bb: - filetype.lua: add typst detection
* Sun Mar 10 2024 Matej Cepl - Update from 3d1c3c15 to 4d97ccc6: - lua: filetype: add JSX and Typescript extensions
* Sun Mar 10 2024 Matej Cepl - Update from 004800e3 to 3d1c3c15: - Support selection of primary or regular clipboard (wayclip)
* Sat Mar 09 2024 Matej Cepl - Update from 64c0092d to 004800e3: - lua: complete-word: use internal regex for splitting words
* Fri Mar 01 2024 Matej Cepl - Update from d3e4af1f to 64c0092d: - Introduce new `modula2` and `modula3` file types.
* Fri Feb 16 2024 Matej Cepl - Update from 34e69620 to d3e4af1f: - Replace use of tr(1) with awk(1).
* Mon Feb 05 2024 Matej Cepl - Update from 5cd6d033 to 34e69620: - use correct apostrophe in error message - allow disabling of statusbar
* Fri Feb 02 2024 Matej Cepl - Add testing support of the patch to avoid non-Unicode aware tr(1).
* Fri Jan 26 2024 Matej Cepl - Update from 8ff0bea5 to 5cd6d033: - fix bug report template - add github issue templates - lua: fix deprecated name for change-256colors
* Mon Dec 18 2023 Matej Cepl - Update from 0f7ddc17 to 8ff0bea5: - complete-filename: include \'{\' in leading delimiter pattern - build: update alpine in docker build to version 3.19
* Sat Dec 09 2023 Matej Cepl - Update from f1abd792 to 0f7ddc17: - lua: drop redrawtime option - lua: filetype: use alt_name field to alias to other lexers
* Sun Dec 03 2023 Matej Cepl - Update from 7d0baa4b to f1abd792: - Add ansi escaping values and theming keyword for dimmed text - Recognize also Python type stub files.
* Fri Dec 01 2023 Matej Cepl - Update from 1e64b1c1 to 7d0baa4b: - luadoc: fix broken link and add links between vis/win.options - destroy the correct subprocess
* Mon Nov 13 2023 Matej Cepl - Add rebased patch from gh#martanne/vis!1154.
* Sat Nov 04 2023 Matej Cepl - Update from 18c72a15 to 1e64b1c1: - lua: refactor complete-filename plugin
* Tue Oct 24 2023 Matej Cepl - Update from 045ef7a1 to 18c72a15: - sam: reject invalid ranges for cmd_extract (\"x\"/\"y\")
* Mon Oct 23 2023 Matej Cepl - Fix lock with `:2x/foo/`.
* Mon Oct 23 2023 Matej Cepl - Rebase new update of lexers
* Sat Oct 21 2023 Matej Cepl - Update from be89a645 to 045ef7a1: - apply configured foreground to matching pair - apply configured foreground to selections
* Mon Oct 16 2023 Matej Cepl - Update from aa18162e to be89a645: - view: skip empty cells before applying a style
* Fri Oct 13 2023 Matej Cepl - Update from d7cd42e6 to aa18162e: - vis_pipe: correctly return non-zero exit status
* Tue Oct 10 2023 Matej Cepl - Update from cbaa0d8c to d7cd42e6: - ci: test: update submodule - revert c22b2c2 & 364d212
* Thu Oct 05 2023 Matej Cepl - Update from 3d83d771 to cbaa0d8c: - lua: filetype: fix fstab detection - fix literal makefile name detection
* Thu Oct 05 2023 Matej Cepl - Update from 312a16ea to 3d83d771: - vis-lua: fail when mapping a key to an invalid handler type
* Wed Oct 04 2023 Matej Cepl - Another rebase of updated lexers on the top of the current master (merge of update-lexers branches from the rnpnr\'s repo).
* Thu Sep 28 2023 Matej Cepl - Update from 2dcd9ac8 to 312a16ea: - vis-complete: also split on `\\`
* Wed Sep 27 2023 Matej Cepl - Update from dac6a7e5 to 2dcd9ac8: - filetype.lua: add common
*roff extensions - vis-menu.c: add space for terminating NUL byte - vis-subprocess.c: remove unnecessary NULL check
* Fri Sep 22 2023 Matej Cepl - Update from 7367ea8a to dac6a7e5: - vis-complete: use hand picked set of characters for word splitting - vis-single: respect TMPDIR
* Wed Sep 20 2023 Matej Cepl - Update from de315f87 to 7367ea8a: - filetype: add psm1 and search for xml using mime type - vis-subprocess.c: fix signature of new_process_in_pool()
* Sat Aug 26 2023 Matej Cepl - Update to 0.8+git.1692979777.2c5e6928: - configure: also check for lua-5.4 - lua api: fix a couple typos in process_response() documentation - Implementation of the non-blocking process running Lua API - sam.c: rename a number of options to match lua api - Lua API: access and set all available options
* Sun Aug 20 2023 Matej Cepl - Update to 0.8+git.1692310337.09ba77aa: - build: don\'t use the \'|\' GNU extension - build: don\'t pollute base dir with .o and .d files
* Thu Aug 17 2023 Matej Cepl - Update to 0.8+git.1692198809.3134de12: - build: stop setting _POSIX_C_SOURCE - build: support incremental rebuilds
* Tue Aug 15 2023 Matej Cepl - Update to 0.8+git.1692023996.711447a: - vis-complete: handle non-ascii text - vis-menu: try to preserve valid Unicode points
* Sun Aug 13 2023 Matej Cepl - Update to 0.8+git.1691882787.adc803f: ci: freebsd: use lua 5.3 like the others
* Sat Aug 12 2023 Matej Cepl - Building with all proposed changes from scintillua_6.2 tag included.
* Sat Aug 12 2023 Matej Cepl - python3-Sphinx all the time
* Sat Aug 12 2023 Matej Cepl - And back ...
* Fri Aug 11 2023 Matej Cepl - Temporary switch to master
* Fri Aug 11 2023 Matej Cepl - Update to 0.8+git.1691671026.f4840ed: - vis-lua.c: stop obj_ref_get() from leaving the lua stack modified
* Mon Aug 07 2023 Matej Cepl - Squash whole gh#martanne/vis!675 (in the current form) into one commit.
* Fri Aug 04 2023 Matej Cepl - Update to d1f2c27 on master:
* Prevent flickering in curses
* Tue Aug 01 2023 Matej Cepl - Update to 32e20a2 on master:
* vis-open: allow to show files vertically
* view.c: add word wrapping
* view: refactor view_addch
* Fri Jul 28 2023 Matej Cepl - Add PRs from https://github.com/martanne/vis-test: - core/Makefile: Respect $CC and $CFLAGS - vim/test.sh: use ${CPP:-cpp} instead of hardcoding to cpp - Improved Lua API testing system - New vis:communicate function test - Little improvements of the output readability - Added test of stderr output event and writing to the process stdin - Fixes a typo in the word response
* Mon Jul 24 2023 Matej Cepl - Merge in test-vis submodule ( https://lists.sr.ht/~martanne/devel/%3C676026b7-b33a-7b21-d6f4-3fa9277d12f0%40cepl.eu%3E)
* Wed Jul 19 2023 Matej Cepl - Update to 0.8+git.1689736840.47ac03a: - 47ac03a vis:pipe(): don\'t segfault if vis->win isn\'t present - 80fbb7e Add fullscreen param to vis_pipe_collect - 599ced0 fix warning about field width not being an int - 6be370d Print keybindings containing space correctly - e728898 partial revert of commit f55312ba
* Tue Feb 21 2023 Matej Cepl - We apparently don\'t need luaterm at all. Weird.
* Wed Feb 15 2023 Matej Cepl - Update to version 0.8+git.1676316750.7e88dff: - vis-open: further improvement & clean-up - Do tilde expansion only for the tilde character at the beginning of the pattern. - Correct initial value of \'syntax\' option, which is not \'off\' - text-io: close \"cwd\" in all cases
* Mon Jan 30 2023 Matej Cepl - Add Suggests: par_text for regormatting.
* Tue Jan 10 2023 Matej Cepl - Update scintillua (gh#martanne/vis#1068).
* Fri Dec 23 2022 Matej Cepl - Add support for wayclip (https://sr.ht/~noocsharp/wayclip/; gh#martanne/vis#1037).
* Wed Dec 07 2022 Matej Cepl - Add patch to vis-clipboard: make xsel honor --selection (gh#martanne/vis#1050).
* Tue Dec 06 2022 Matej Cepl - Add patch for checking error in fchdir(), gh#martanne/vis#1058.
* Tue Nov 29 2022 Matej Cepl - Large update to new scintillua lexers, and rebase all remaining branches.
* Tue Nov 01 2022 Matej Cepl - Update to 0.8 series.
* Sun May 29 2022 mceplAATTcepl.eu- Update to version 0.7+git.1653832963.0cc684f:
* filetype: Set diff filetype for COMMIT_EDITMSG files
* filetype: Allow \".PKGBUILD\" extension for PKGBUILDs
* filetype: add .glif to xml
* filetype.lua: Add \"text/x-script.python\" to python
* README: fix typo
* Thu May 05 2022 mceplAATTcepl.eu- Update to version 0.7+git.1651608857.d0808c7:
* Re-enabled tre by #including .
* README: x/freenode/c/libera/
* Fri Apr 29 2022 Matej Cepl - Add 1000-reenable-stddef-musl.patch (gh#martanne/vis#1000).
* Fri Dec 31 2021 Matej Cepl - Add no-EOL-to-wl-clipboard.patch to eliminate unnecessary on paste.
* Sun Dec 26 2021 Matej Cepl - So, I\'ll try 675-non-block_subproc.patch again.- But comment out 558-gf_reimplementation.patch again, because it causes gh#martanne/vis#827.
* Mon Dec 20 2021 Matej Cepl - Mix patches again
* Sun Dec 19 2021 Matej Cepl - Comment out 558-gf_reimplementation.patch, because it seems to ignite gh#martanne/vis#827 again.
* Tue Dec 14 2021 Matej Cepl - Add 558-gf_reimplementation.patch to add advanced reimplementation of `gf` command.- Add vis-rpmlintrc to avoid complaints about bashisms in vis-clipboard (gh#martanne/vis#990).
* Wed Nov 17 2021 Matej Cepl - Add 977-makefile-multiple-targets.patch to fix lexers/makefile
* Sun Aug 22 2021 Matej Cepl - Add patch 946-non-ASCII-completion.patch fixing gh#martanne/vis#941- Add patch 948-soft-word-wrapping.patch adding wrapping of lines.- Add patch 617-vis-highlight.patch to add vis-highlight command.- Add patch 959-flexible-insert-completion.patch to improve insert completion (and make it possible to use https://github.com/jpaulogg/vis-ins-completion)
* Sat May 15 2021 mceplAATTcepl.eu- Update to version 0.7+git.1618946717.1a958f2:
* filetype: Set \"groovy\" for Jenkinsfile
* ci: verify coverity scan script before using it
* ci: verify codecov script before using it
* vis: Add readline Ctrl+A/E bindings
* add lua5.4 in configure script
* Tue Feb 16 2021 mceplAATTcepl.eu- Update to version 0.7+git.1613402937.0cccd6e:
* vis: correctly close pipe connected to stdin of external process
* sam: simplify trailing match handling for x/y commands
* sam: tweak handling of zero length matches in y commands
* gitignore: remove vim specific swap files
* Fri Feb 05 2021 Matej Cepl - Add 699-no-crash-reenter-prompt.patch to fix gh#martanne/vis#628.
* Fri Feb 05 2021 Matej Cepl - Add BR libselinux-devel to make vis SELinux aware.
* Fri Feb 05 2021 mceplAATTcepl.eu- Update to version 0.7+git.1611579794.29f89df:
* test: update
* sam: produce empty match at the end of looped range
* sam: only skip the last empty match if it follows a newline
* build: update alpine in docker build to version 3.13
* Adding .sv extension to verilog syntax highlighter
* filetype: Detect make shebang for \"makefile\".
* filetype: Set \"bash\" for APKBUILD and .ebuild.- Add libselinux-devel BR to enable SELinux support.
* Mon Jan 18 2021 Matej Cepl - Switch to Lua 5.4 by force.- Add back non-block_subproc.patch (rebase of gh#martanne/vis#675 on the top of master).
* Thu Jan 14 2021 mceplAATTcepl.eu- Update to version 0.7+git.1609943606.686ba1c:
* lexers/git-rebase: also highlight break command
* lexers/strace: improve comments, field names and syscall results
* Mention pkg-config in README
* vis-lua: provide file.permission property
* vis: implement multiline to/till motions
* vis: rename to/till motion internals
* lua: fix luacheck warnings
* fix typos in comments
* vis: make O implementation independent of mapping
* lexers: fix bug in bash lexer for last here-doc
* build: add git based version information back
* Set version to 0.7
* Add gemini lexer
* Zig filetype entry.
* Adding Zig lexer.
* Heredocs with \"-\" can have spaces before closing
* lexers: add meson build file lexer
* ci: avoid usage of ::add-path:: command in GitHub action
* test: update
* view: make view_selections_dispose_all O(n)
* Make SourceHut badge show status of master branch commits
* correct a couple of typos and distinguish between immediate and waiting operators
* vis: fix processing after SIGINT
* build: fix curses library/pkg-config name
* vis: use localtime_r(3) instead of localtime(3)
* sam: simplify boolean expression, start < end implies end > 0
* map: remove no longer used map_leaf function
* build: use feature test macros for memrchr configure check
* build: add -D_NETBSD_SOURCE for NetBSD
* lua: fix typo in lilypond file extension
* test: update
* text: simplify iterator_init
* text: fix invalid pointer comparison
* text: avoid invalid pointer arithmetic
* test: update
* text: move higher level utility functions to separate file
* text: move generic iterator functionality to separate file
* text: move I/O related code to separate file
* build: list source files on separate lines
* text: provide public text_iterator_init
* text: rename internal text_iterator_init
* text: mark return value of text_iterator_text as const
* text: make text_snapshot return whether it succeeded
* array: mark array_peek argument as const
* array: mark array_capacity argument as const
* array: mark array_init_from argument as const
* text: mark text_delete_range range argument as const
* text: mark text_save_write_range range argument as const
* text: mark text_mmaped argument as const
* array: mark array_get_ptr argument as const
* array: mark array_get argument as const
* array: mark array_length argument as const
* text: mark text_write{,_range} argument as const
* text: mark text_size argument as const
* text: mark text_mark_get argument as const
* text: mark text_iterator_byte_get argument as const
* text: mark text_bytes_alloc0 argument as const
* text: mark text_byte(s)_get argument as const
* text: mark text_iterator_get argument as const
* text: mark text_state argument as const
* text: mark text_modified argument as const
* text: mark text_stat argument as const
* text: introduce text_iterator_text
* text: introduce text_iterator_has_{next,prev}
* text: add namespace prefix to block type constants
* text: avoid direct access to txt->blocks in I/O related code
* text: introduce text_saved
* text: use public text_stat interface where possible
* text: introduce block_load
* text: store blocks in array
* text: simplify reading of initial file content
* vis: add vis-selection-new-match-all
* vis: refactor selections_match_next
* text: add text_object_find_next/prev
* filetype: and Node.js module extensions
* test: update
* lexers: add .ts as a javascript (until typescript gets its own)
* Add ignorecase option
* lexers: add Mikrotik RouterOS script lexer
* filetype: do not match text/plain too early
* filetype: use scheme lexer for racket files
* text: improve text_line_down on the last line of the file
* vis-lua: provide vis.mark property
* vis-lua: use utility function to translate mark names
* vis: provide reverse mapping function for mark names
* vis-lua: provide vis.register property
* vis-lua: use utility function to translate register names
* vis: provide reverse mapping function for register names
* vis-lua: fix mark_names Lua doc indentation
* Pass up terminal CSI as events to Lua.
* text: improve and simplify inner word text object
* vis: improve C-n behavior in visual mode
* vis: implement C-n in normal mode with a mapping to viw
* text: make inner text objects work on single delimiting symbols
* text: provide save function taking a directory descriptor
* text: provide load function taking a directory descriptor
* text: move misplaced text_save documentation snippet
* vis-lua: fix redraw method name in API documentation
* vis-lua: make file.modified assignable
* doc: update doxygen configuration
* Update copyright year
* doc: update version number in doxygen config
* doc: use c as default sphinx role
* doc: enable C syntax highlighting by default
* doc: fix a couple of API doc warnings
* vis: remove ae outer entire text object
* vis: remove ie inner entire text object
* vis: remove z> rightmost pairwise selection combinator
* vis: remove z< leftmost pairwise selection combinator
* vis: remove z- shorter pairwise selection combinator
* vis: remove z+ longer pairwise selection combinator
* vis: remove z& pairwise selection intersection
* vis: remove z| pairwise union
* vis: remove commented entries from default config
* vis: use ~ instead of ! for selection complement
* vis: remove ~ as alias for g~
* vis: remove window related aliases from default config
* vis: remove special key aliases from default config
* test: update
* test: update
* support for primary clipboard
* vis-open: add trailing \"/\" for the folders
* build: mark distclean and testclean targets as PHONY
* Makefile: add testclean target
* Makefile: add distclean target
* build: define LUA_COMPAT_5_3
* text: simplify remapping of original file content
* text: remove dead store
* text: code cleanup, use local variable
* text: fix typo in comments, no code change
* Support wayland clipboard (wl-clipboard)
* build: add git based version information back
* build: set version to 0.6
* ui: fix terminal UI on serial console
 
ICM