editors/enter-tex: update to 3.49.0
Update to 3.49.0
Release 3.49.0, 2026-01-03
--------------------------
Under the hood changes:
* Adapt the code to the latest libgedit-gtksourceview API.
Release 3.49.alpha2, 2025-11-17
-------------------------------
User-visible changes:
* Find and Replace: add tooltips; adjust a margin.
* Man-page: small improvements.
Under the hood changes:
* Find and Replace: rewrite the UI part in C in Gtex (GtexFindBar) as a first
[27 lines not shown]
x11-toolkits/tepl6: update to 6.14.0
Update to 6.14.0
News in 6.14.0, 2026-01-03
--------------------------
* Nothing new.
News in 6.14.alpha2, 2025-11-17
-------------------------------
* New class: TeplStatusbar.
* Translations updates.
News in 6.14.alpha1, 2025-09-05
-------------------------------
* Add TeplCodeCommentView for the comment/uncomment feature.
* Remove tepl_iter_*() function, moved to libgedit-gtksourceview.
* TeplFileLoader: use libgedit-gfls.
* Translations updates.
[4 lines not shown]
x11-toolkits/libgedit-gtksourceview: update to 299.6.0
Update to 299.6.0
News in 299.6.0, 2026-01-03
---------------------------
Completion framework:
* The GtkSourceCompletion class no longer implements the GtkBuildable interface.
* GtkSourceCompletionProposal: various improvements.
* GtkSourceCompletionItem:
- Various improvements.
- Remove all the properties.
Microsoft Windows:
* Fix compilation warnings.
* Fix unit tests failures.
Various gardening tasks:
[85 lines not shown]
editors/gedit*: update to 49.0
Update to 49.0 for compatability with libgedit-gtksourceview 299.6.0.
News in 49.0, 2026-01-03
------------------------
* Metainfo data: add more infos to fix Flathub warnings.
* Cleanup: remove BuildStream and Snap from build-aux/ (outdated).
* Translation updates.
News in 49.alpha2, 2025-11-17
-----------------------------
User-visible changes:
* Add a max-file-size setting for document loading, fixing the common problem
with very large files.
* New symbolic app icon (to have a square one).
* Statusbar: fix a bug with the language button popover.
[52 lines not shown]
security/vuxml: make newentry: Fix providers init.
An init fail shouldn't exit the script.
Initialize registered providers only.
Use successfully initialized providers only.
Keep euvd for now although it's been down for the last few days.
netinet6: Return EAFNOSUPPORT for non-IPv6 addresses in mcast sockopts.
This is a non-functional change; it just returns the correct errno value
where IPv6 multicast socket options were passed non-AF_INET6 arguments,
in preparation for handling PR 193246 with a side-call into netinet as
xnu currently does.
Reviewed by: glebius
Approved by: glebius
PR: 193246 (with refinements)
Differential revision: https://reviews.freebsd.org/D55233