Vis aims to be a modern, legacy free, simple yet efficient editor combining the
strengths of both vi(m) and sam.
It extends vi's modal editing with built-in support for multiple
cursors/selections and combines it with sam's structural regular expression
based command language.
As an universal editor it has decent Unicode support and should cope with
arbitrary files including: large, binary or single-line ones.
Efficient syntax highlighting is provided using Parsing Expression Grammars
which can be conveniently expressed using Lua in the form of LPeg.
From Klemens Nanni and Carolyn Saunders
ok tb@
silently passes -export-dynamic to the linker, clang doesn't, issues
a warning and discards it. This leads to lots of runtime warnings like
Gtk-WARNING **: Could not find signal handler ...
printed and to misbehaviour of gummi (especially menus don't work).
Problem (including the clang warnings about '-e xport-dynamic') by
Sebastian Neuper.
Some help and hints from jca@.
While this isn't the best way to fix it (because clang still prints
warnings when compiling rather than linking), it just works[tm],
and apart from one newer release of gummi (0.6.6), there's not much
upstream activity.
The autotools setup detects and links against it, but the code of vim
doesn't use it. Discusse with sthen@, who found this mail (2001!) from
upstream.
https://marc.info/?l=vim-dev&m=100487203621247&w=2
unneeded softokn3, sometimes replace it by nssutil3) - note that there
might be more WANTLIB to fix/remove from those ports, but i only
concentrated on the changes related to nss.
Add a qt5 FLAVOR, required by QGIS3. Note that upstream renamed the
library from libqscintilla2 to libsqscintilla2_qt4/qt5, allowing both
versions to be installed at the same time. Depending ports will be
fixed shortly.
Makefile.am: fix pushing of tag in dorelease target (escape $)
maint: post-release administrivia
* NEWS: Add header line for next release.
* .prev-version: Record previous version.
* cfg.mk (old_NEWS_hash): Auto-update.
* NEWS: Record release date.
OK bcallah@