pkgsrc/editors
adam bef492fd06 helix: updated to 23.10
23.10 (2023-10-24)

A big shout out to all the contributors! We had 118 contributors in this release.

Breaking changes:

Support multiple language servers per language
This is a breaking change to language configuration
Features:

Support multiple language servers per language
Add a statusline element for the selected register
Add %, #, ., * and + special registers
Add initial support for LSP DidChangeWatchedFiles notifications
Search buffer contents in global_search
Add a "smart tab" command that intelligently jumps the cursor on tab
Add a statusline element for whether a file is read-only
Syntax highlight regex prompts
Allow defining alignment in indent queries
Show visual feedback in surround_replace
Switch to Nucleo for fuzzy matching
Insert a trailing newline on write
Add a -w/--working-dir CLI flag for specifying a working directory on startup
Accept a +N CLI argument to set the first file's line number
Accept Helix-specific ignore files in .helix/ignore and ~/.config/helix/ignore
Commands:

merge_selections (A-minus) - merge all selections into one selection that covers all ranges
move_prev_long_word_end and extend_prev_long_word_end - move/extend to the end of the previous WORD
reverse_selection_contents - swaps the values of each selection so they are reversed
Add :rl and :rla aliases for :reload and :reload-all
yank_joined - join the selections and yank to the selected register
:write-all! (:wa!) - forcibly write all buffers to disk and create any necessary subdirectories
:redraw - clear re-render the UI
:tree-sitter-highlight-name - show the theme scope name of the highlight under the cursor
Usability improvements:

Allow cycling option values at runtime
Exit gracefully on termination signals
Add plaintext matching fallback to tree-sitter pair matching
Persist register selection in pending keymaps (0e08349)
Propagate the count and register to command palette commands (b394997)
Auto indent on insert_at_line_start
Add a config option to control whether LSP completions are automatically inserted on preview
Add a config option for default line endings
Allow ANSI colors in themes
Match pairs that don't form a standalone tree-sitter node
Allow indent sizes of up to 16 columns
Improve performance of mapping positions through changes
Mark buffers created from stdin as modified
Forcibly shut down uninitialized language servers
Add filename completer for shell prompts
Allow binding F13-F24
Resolve LSP code actions
Save an undo checkpoint before accepting completions
Include gitignored files in debugger completions
Make editor remember the last search register
Open directories with goto_file
Use relative path to open buffer in goto_file (gf)
Support default color in themes
Toggle between relative and absolute line numbers when the terminal loses focus
Lower default idle-timeout to 250ms (060e73a)
Allow theming diff gutters separately from other diff colors
Style bold/italic/strikethrough in markdown doc popups
Maintain the cursor position and view when splitting with :hsplit/:vsplit
Accept - in macros outside of </>
Show all language servers for each language in --health
Don't break on hyphens in :reflow
Fixes:

Update diagnostics correctly on language server exit
Fix off-by-one in select_references_to_symbol_under_cursor
Extend selection with repeat-last-motion only if the original motion extended the selection
Fix undefined behavior in the diff gutter
Check that tab width is non-zero
Fix styles being overwritten in table rows with multiple cells
Add file for --log CLI arg in help text
Fix underflow when repeating a completion that has a negative shift position
Prefer longer matches in select_next_sibling and select_prev_sibling
Preview scratch buffers in the jumplist picker
Fix chunking by bytes in tree-sitter parsing
Discard LSP publishDiagnostic from uninitialized servers
Use negotiated position encoding for LSP workspace edits
Fix error message for unknown gutter types in config
Fix :log-open when --log CLI arg is specified
Fix debouncing of LSP messages to fix the last message sticking around
Fix crash when the current working directory is deleted
Fix piping to Helix on macOS
Fix crash when parsing overlapping injections
Clear the statusline when the prompt is visible
Fix range formatting error message typo
Skip rendering gutters when gutter width exceeds view width
Center the picker preview using visual lines
Align view correctly for background buffers opened with A-ret
Fix cursor resetting to block when quitting via a keybind
Remove path completions for the :new command
Use binary path resolved by which for formatter commands
Handle crossterm's hidden modifier
Clear completion when switching between windows with the mouse
Eagerly remove the last picker (<space>') when the picker has many items
Fix find commands for buffers with non-LF line-endings
Detect the tmux clipboard provider on macOS
Fix syntax highlighting in dynamic picker preview pane
Recognize HTML code tags with attributes as code in markdown previews
Fix multicursor snippet placeholder directions
Only show diagnostic highlights when diagnostics are enabled for a language server
Themes:

Improve the selection color in ferra
Add variable.other.member theming to spacebones_light
Update autumn and theme the soft-wrap indicator
Add gruvbox_dark_soft
Add merionette
Add zed_onedark and zed_onelight
Use light-gray for onedarker inlay hint theming
Update the Nord theme to follow the style guidelines
Tune dark_plus inlay hint colors
Add naysayer
Add kaolin-dark, kaolin-light and kaolin-valley-dark
Fix selection highlighting in gruvbox variants
Add soft-wrap indicator to gruvbox
Add missing palette definitions in everforest_dark
Increase diagnostics clarity in pop-dark
Add vim_dark_high_contrast
Add new_moon
Add yellowed
Improve comment readability for autumn
Distinguish active bufferline buffer in monokai
Update ruler colors in nord
Update Catppuccin themes
Add text focus scope and diagnostics undercurls for nord
Add material theme collection
Improve indent line color in dracula
Clean up and refactor papercolor to use inheritance
Fix zenburn inlay hint color
Fix picker crash when previewing an invalid range (e9d0bd7)
Correctly center items in the picker preview (13d4463)
Add cyan_light
Theme HTML tags in onedark
Refine darcula and darcula-solid themes
Improve nord highlights
Add nord-night
New languages:

Blueprint
Forth
t32
WebC
Persistent DSL for Haskell
F#
Wren
Unison
Todo.txt
Jinja and Handlebars
Pod
Strace
Gemini
GNU Assembler (GAS)
JSON5
TEMPL
Updated languages and queries:

Add one to the ruler numbers for git-commit
Recognize XAML files as XML
Recognize Cargo.lock as TOML
Use Rust grammar for Cairo (c6d1430)
Update tree-sitter-nickel
Tune auto-pair characters for Nickel
Recognize Vagrantfile as Ruby
Recognize hidden justfiles as Just
Update Java and TypeScript highlight queries
Recognize .zimrc as Bash
Recognize .gir as XML
Update tree-sitter-scala
Recognize make file-type as Makefile
Update tree-sitter-verilog
Update tree-sitter-cpp
Support core mode for delve debugger
Add Fortran comment injections
Switch Vue language server to vue-language-server
Update tree-sitter-sql
Replace the MATLAB tre-sitter grammar
Highlight TOML table headers
Recognize cppm file-type as C++
Refactor ecma language queries into private and public queries
Update tree-sitter-dart
Add shebang for nushell files
Recognize systemd files as INI
Update TypeScript, TSX and Svelte grammars
Enable inlay hints in the Svelte language server
Recognize Brewfiles as Ruby
Add more file-types for R
Switch tree-sitter-perl to official upstream parser
Fix predicate typo in comment highlights
Update tree-sitter-prql
Recognize .gitf as JSON
Switch V language server to v-analyzer
Add protobuf language servers
Update tree-sitter-zig
Update tree-sitter-hare
Add Java indent queries
Update tree-sitter-scheme (979933b)
Recognize scm as Scheme instead of TSQ (5707151)
Update tree-sitter-git-commit
Update JavaScript, TypeScript and TSX grammars
Update tree-sitter-nu
Fix YAML indentation
Add csharp-ls, Pyright, Pylyzer and add roots for Python
Update tree-sitter-slint
Recognize more ZSH file-types as Bash
Recognize star extension as Starlark
Fix inline HTML tag highlighting in markdown
Update tree-sitter-robot
Highlight Dart 3 sealed and base keywords
Add configuration for ltex-ls to the default languages.toml
Update tree-sitter-strace
Update tree-sitter-gleam, enable auto-format
Update tree-sitter-esdl
Expand ignore file-types
Recognize feed related formats as XML
Improve YAML injections
Add shebangs for TypeScript, Julia, Java and OCaml (95e994a)
Highlight abbreviations in Scheme (ef23847)
Remove backtic auto-pair in OCaml
Recognize flake.lock as JSON
Add Python test script injection for Nix (b4494e1)
Fix Nix comment injection precedence (37e48f4)
Recognize editorconfig files as INI
Recognize .babelrc as JSON
Switch Purescript to its own tree-sitter parser
Update Unison highlights
Recognize .webmanifest as JSON
Recognize polkit policy files as XML
Recognize polkit rules files as JavaScript
Update Go highlight queries
Add shebangs for Makefiles
Add file-type associations from VSCode
Add validation to JSON/CSS language server configs
Add a configuration for the tailwind language server
Add a configuration for the ansible language server
Add a configuration for the GraphQL language server
Indent while statements in Bash
Update tree-sitter-haskell and queries
Packaging:

Add an overlay to the Nix flake
Check for git before fetching or building grammars
Refactor Nix flake to use Crane
Remove the aarch64 appimage from the release CI
Add desktop and icon files to Nix flake output
Build flake packages with the latest stable Rust
2024-03-24 20:06:49 +00:00
..
abiword abiword: fix builds with libxml2 2.12 2024-02-06 03:48:34 +00:00
abiword-plugins revbump for boost-libs 2023-12-29 18:24:34 +00:00
beav editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
beaver *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
biew editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
bvi bvi: Update to 1.4.2 2023-03-10 21:56:18 +00:00
ce ce: fix build 2022-12-07 15:41:48 +00:00
codeblocks *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
codelite Codelite: Use gmake instead of just make 2024-02-05 14:32:25 +00:00
cooledit *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
dasher *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
deforaos-editor *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
dhex editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
dit editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
dte editors/dte: Update to 1.11.1 2024-01-05 14:41:20 +00:00
ed Update to 1.17 2022-01-21 02:27:04 +00:00
edt editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
ee editors/ee: reset maintainer 2022-12-06 12:22:07 +00:00
elvis editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
elvis-x11 *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
em editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
emacs emacs/modules.mk: Unhook emacs25 2023-08-30 20:15:19 +00:00
emacs-nox11
emacs-packages (editors/emacs-packages) switch bbdb2 to bbdb3 2023-09-17 04:23:40 +00:00
emacs-snapshot *: bump for openexr 3.2.1 2023-11-15 20:00:35 +00:00
emacs20 emacs20: Add comment justifying BROKEN for mac 2023-09-25 20:08:32 +00:00
emacs21 editors/emacs21: Set BROKEN_ON for Darwin 2023-12-11 01:03:55 +00:00
emacs21-nox11
emacs26 *: bump for openexr 3.2.1 2023-11-15 20:00:35 +00:00
emacs26-nox11
emacs27 *: bump for openexr 3.2.1 2023-11-15 20:00:35 +00:00
emacs27-nox11 editors/emacs2[789]-nox11: Disable GUI toolkits harder 2023-12-11 15:46:09 +00:00
emacs28 *: bump for openexr 3.2.1 2023-11-15 20:00:35 +00:00
emacs28-nox11 editors/emacs2[789]-nox11: Disable GUI toolkits harder 2023-12-11 15:46:09 +00:00
emacs29 emacs29: update to 29.3. 2024-03-24 19:20:50 +00:00
emacs29-nox11 editors/emacs2[789]-nox11: Disable GUI toolkits harder 2023-12-11 15:46:09 +00:00
ex editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
fe editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
feathernotes editors/feathernotes: update to 1.2.0 2024-02-19 04:18:49 +00:00
featherpad editors/featherpad: update to 1.5.0 2024-02-19 04:20:26 +00:00
fileobj editors/fileobj: Update to v0.8.6 2024-03-12 06:40:31 +00:00
focuswriter *: Recursive revbump from audio/pulseaudio-17.0 2024-01-30 14:21:28 +00:00
gate https 2023-12-30 21:17:27 +00:00
gedit *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
ghex *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
gice *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
gnuserv editors/gnuserv: update to release 3.12.8 2023-09-11 21:18:49 +00:00
gobby *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
gtranslator *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
gummi *: recursive bump for poppler-24.03.0 shlib major bump 2024-03-11 21:15:57 +00:00
helix helix: updated to 23.10 2024-03-24 20:06:49 +00:00
heme editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
hexcurse editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
hexedit hexedit: update to 1.6. 2023-01-09 21:08:06 +00:00
hexer editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
hnb editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
javascript-mode Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
jde Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
jed editors/jed: Update to 0.99.19 2023-12-19 23:56:00 +00:00
joe Add desktopdb.mk depends for .desktop files 2022-08-19 22:13:19 +00:00
jove jove: minor pkglint cleanup 2023-12-19 01:00:27 +00:00
jupp Include desktopdb.mk in packages installing .desktop files. 2022-12-19 09:02:46 +00:00
kakoune editors: Adapt packages to use USE_(CC|CXX)_FEATURES 2023-07-18 14:13:23 +00:00
kate kate: add upstream PR to patches 2024-02-23 04:59:00 +00:00
kibi editors/kibi: reset maintainer 2023-02-21 13:21:49 +00:00
kile *: recursive bump for poppler-24.03.0 shlib major bump 2024-03-11 21:15:57 +00:00
kilo editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
kiro-editor editors/kiro-editor: reset maintainer 2023-02-21 13:25:24 +00:00
l3afpad *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
le *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
leafpad *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
leim20 editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
leim21 Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
lpe editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
lyx revbump for boost-libs 2023-12-29 18:24:34 +00:00
manedit editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
matlab-mode Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
medit *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
mflteco editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
mg mg: g/c unnecessary pkg-config stuff from previous 2023-12-08 00:03:44 +00:00
mg2a editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
micro Revbump all Go packages after go121 update 2024-02-07 14:50:44 +00:00
mined mined: reduce workarounds, fix two installation paths 2022-12-28 15:20:02 +00:00
mle editors/mle: import mle-1.7.2 2024-03-18 07:16:42 +00:00
moe import editors/moe 2024-03-21 00:07:27 +00:00
mule-ucs Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
nano nano: In my last changes, I accidentally removed curses.buildlink3.mk 2024-03-21 09:23:59 +00:00
ne editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
neatvi editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
nedit editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
neovim neovim: update to version 0.9.5 2024-02-02 16:24:45 +00:00
ng editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
nvi editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
nvi-m17n nvi-m17n: check for CIRCLEQ using the infrastructure variable 2023-08-16 08:07:41 +00:00
nvi2 editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
obby *: recursive bump for icu 74.1 2023-11-08 13:18:02 +00:00
OmegaT editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
p5-Acme-Padre-PlayCode *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Padre *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
p5-Padre-Plugin-Autoformat *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Padre-Plugin-Catalyst *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Padre-Plugin-DataWalker *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Padre-Plugin-Debugger *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Padre-Plugin-Ecliptic *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Padre-Plugin-Encrypt *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Padre-Plugin-Git *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Padre-Plugin-HG *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Padre-Plugin-Kate *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Padre-Plugin-PerlCritic *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Padre-Plugin-PerlTidy *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Padre-Plugin-SVN *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-Padre-Plugin-XS *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
p5-PPIx-EditorTools *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
PageEdit *: Recursive revbump from audio/pulseaudio-17.0 2024-01-30 14:21:28 +00:00
pico pico: Use OPSYS_VERSION. 2021-11-29 16:17:53 +00:00
pluma pluma: restore TOOL_DEPENDS for libxml2 2024-02-11 19:16:01 +00:00
poedit revbump for boost-libs 2023-12-29 18:24:34 +00:00
poke poke: reset MAINTAINER to pkgsrc-users@NetBSD.org. 2023-08-28 13:41:08 +00:00
py-editor *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-jedi *: update for Python base package change 2023-10-23 06:37:32 +00:00
qemacs editors/qemacs: Quick Emacs 2023-11-19 13:00:26 +00:00
qtcreator *: Recursive revbump from audio/pulseaudio-17.0 2024-01-30 14:21:28 +00:00
retext retext: update to 8.0.2 2024-03-20 13:56:10 +00:00
rox-edit *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
sam sam: Fix build on SunOS. 2022-12-15 12:14:17 +00:00
sandy editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
sasm *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
scite *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
se update master site 2023-12-30 21:23:22 +00:00
Sigil *: Recursive revbump from audio/pulseaudio-17.0 2024-01-30 14:21:28 +00:00
speedbar Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
ssam editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
tamago Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
tea *: recursive bump for poppler-24.03.0 shlib major bump 2024-03-11 21:15:57 +00:00
ted *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
ted-bg ted, related dictionaries: update to 2.23 2022-05-19 13:32:47 +00:00
ted-cs ted, related dictionaries: update to 2.23 2022-05-19 13:32:47 +00:00
ted-da ted, related dictionaries: update to 2.23 2022-05-19 13:32:47 +00:00
ted-de ted, related dictionaries: update to 2.23 2022-05-19 13:32:47 +00:00
ted-en-gb ted, related dictionaries: update to 2.23 2022-05-19 13:32:47 +00:00
ted-es ted, related dictionaries: update to 2.23 2022-05-19 13:32:47 +00:00
ted-et ted, related dictionaries: update to 2.23 2022-05-19 13:32:47 +00:00
ted-fr ted, related dictionaries: update to 2.23 2022-05-19 13:32:47 +00:00
ted-hr ted, related dictionaries: update to 2.23 2022-05-19 13:32:47 +00:00
ted-it ted, related dictionaries: update to 2.23 2022-05-19 13:32:47 +00:00
ted-nl ted, related dictionaries: update to 2.23 2022-05-19 13:32:47 +00:00
ted-no ted, related dictionaries: update to 2.23 2022-05-19 13:32:47 +00:00
ted-pl ted, related dictionaries: update to 2.23 2022-05-19 13:32:47 +00:00
ted-pt ted, related dictionaries: update to 2.23 2022-05-19 13:32:47 +00:00
ted-ru ted, related dictionaries: update to 2.23 2022-05-19 13:32:47 +00:00
ted-sk ted, related dictionaries: update to 2.23 2022-05-19 13:32:47 +00:00
ted-sl ted, related dictionaries: update to 2.23 2022-05-19 13:32:47 +00:00
ted-sv ted, related dictionaries: update to 2.23 2022-05-19 13:32:47 +00:00
tepl4 *: recursive bump for cairo dependency changes 2023-11-14 14:01:17 +00:00
TeXmacs *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
texmaker *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
texstudio *: recursive bump for poppler-24.03.0 shlib major bump 2024-03-11 21:15:57 +00:00
texworks *: recursive bump for poppler-24.03.0 shlib major bump 2024-03-11 21:15:57 +00:00
tp-note editors/tp-note: upadate to 1.23.10 2024-03-22 08:24:21 +00:00
tweak tweak: Honour LDFLAGS, should fix the build on some platforms 2023-07-09 15:27:00 +00:00
uemacs editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
ve editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
vigor *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
vile *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
vilearn editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
vim editors/vim-xaw: remove, because upstream removed Athena GUI support 2023-09-16 12:43:13 +00:00
vim-gtk2 vim*: update to latest patchlevel 2023-11-16 09:54:10 +00:00
vim-gtk3 vim*: update to latest patchlevel 2023-11-16 09:54:10 +00:00
vim-lang editors/vim-xaw: remove, because upstream removed Athena GUI support 2023-09-16 12:43:13 +00:00
vim-motif vim-motif: bump revision after last commit 2024-02-29 19:37:26 +00:00
vim-share Bump revision by changing default version of Ruby. 2024-02-10 14:42:38 +00:00
wily editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
xcoral editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
xemacs *: bump for openssl 3 2023-10-24 22:08:07 +00:00
xemacs-current *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
xemacs-current-nox11 *: revebump for new brotli option for freetype2 2023-11-12 13:20:31 +00:00
xemacs-nox11 *: bump for openssl 3 2023-10-24 22:08:07 +00:00
xemacs-packages *: recursive bump for Python 3.11 as new default 2023-08-14 05:23:45 +00:00
xfce4-mousepad xfce4-mousepad: update to 0.6.2 2024-02-08 23:28:32 +00:00
xjed editors/xjed: Reset PKGREVISION 2023-12-21 01:14:41 +00:00
xnedit editors/xnedit: Update to 1.5.3 2024-02-14 16:22:54 +00:00
xournalpp *: recursive bump for poppler-24.03.0 shlib major bump 2024-03-11 21:15:57 +00:00
xvile *: recursive bump for perl 5.38 2023-07-06 09:38:07 +00:00
xwpe Include desktopdb.mk in packages installing .desktop files. 2022-12-19 09:02:46 +00:00
yed editors: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:21:24 +00:00
yudit *: Mark packages that were originally identified as requiring 2023-08-02 19:20:16 +00:00
zile *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
zim https 2023-12-30 21:25:06 +00:00
Makefile import editors/moe 2024-03-21 00:07:27 +00:00