Improvements:
- For multiline regexes, text is now colored as soon a start match
is found, also when there is no end match at all.
- The colorizing of any line is stopped after two thousand bytes,
to avoid frustrating delays.
- When environment variable NO_COLOR is set, the two default colors
(yellow for the spotlight, red for error messages) are suppressed
when no interface colors are specified in a nanorc file.
- Full justification and piping the whole buffer through a command
now keep the cursor at the same line number.
- Utility xsel can be used to copy a marked region to the system's
clipboard. See doc/sample.nanorc for an example.
ok naddy@
Major changes:
- native lisp code compilation (not enabled in our port)
- emacs is moving to cairo + harfbuzz and away from libXft. This may cause
issues with bitmap fonts.
- update to Unicode standard 14.0.
Support for OpenBSD <= 5.3 has been dropped, but we don't care.
See C-h n for other changes.
Positive test feedback from tb@ abieber@ jj@ krw@, thanks!
Looks like calligra depends on GSL 1.7 but devel/gsl is still 1.5.
Too many reported bulk errors in sheets/plugins/solver/sheetssolver_autogen.
Unhappy bulk build crew, unhappy rsadowski.
diff-wrangling for the "backout SIGTSTP changes" diff (re
https://github.com/vim/vim/pull/9422) because other changes have been
made to the upstream code (it's still broken)
Add patches from upstream; stolen from FreeBSD/ArchLinux.
This should hopefully avoid the countless build errors.
Issues reported by naddy and tb. Thanks
From 5fd5e42bf28a7910321c6b6d76257e7386839fbc Mon Sep 17 00:00:00 2001
From: Michael Weghorn <m.weghorn@posteo.de>
Date: Wed, 16 Feb 2022 13:38:47 +0100
Subject: configure.ac: Update kf5 include/lib check to work with KF5 >= 5.91
Remove the webkit/webengine-wxneeded hack in cmComputeLinkInformation.cxx
and add USE_WXNEEDED=Yes to all cmake webkit/webengine consumer.
Background knowledge about the "hack":
It searches for webkit/webengine (lower-case search) in all link-entries for
EXECUTABLE/SHARED_LIBRARY targets. If the search match it adds
"-Wl,-z,wxneeded".
Feedback, help and OK sthen@ Thanks!
Error with ports-clang:
/tmp/Editor-6a96be.s: Assembler messages:
/tmp/Editor-6a96be.s:45266: Error: operation combines symbols in different segments
[same error multiple times]
clang-13: error: assembler command failed with exit code 1 (use -v to see invocation)
OK kmos sthen
Update to 2.1.1, released on Dec 18, 2021.
- add x11/qt5/qtsvg to LIB_DEPENDS and regen WANTLIB
- remove unused -Wno-deprecated-register
- NO_TEST because tests require Xorg access
- add -DUSE_STACK_TRACE=ON for execinfo
feedback and tweaks from op@
Improvements:
- Option --zero hides the interface and uses the whole terminal for editing.
- Colors can be given also in #rgb hexadecimal, to select the nearest color
from the 6x6x6 color-cube palette available on 256-color terminals.
- Fourteen new color names are available, from rosy to crimson.