summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2022-12-13evince: Use PKGLOCALEDIR.jperkin1-1/+2
2022-12-12ruby-gnome: update to 4.0.5.tsutsui1-4/+4
Upstream changes: https://github.com/ruby-gnome/ruby-gnome/releases/tag/4.0.5 Ruby-GNOME 4.0.5: 2022-12-12 This is a bug fix release of 4.0.4. Changes Ruby/GObjectIntrospection * Fixes + Fixed a memory leak that GDestroyNotify argument's metadata isn't freed. For example, this is happen with GLib::Timeout.add.
2022-12-09ruby-gnome: update to 4.0.4.tsutsui1-4/+4
Upstream changes: https://github.com/ruby-gnome/ruby-gnome/releases/tag/4.0.4 Ruby-GNOME 4.0.4: 2022-12-09 This is a release that adds more new libraries: Ruby/Adwaita, Ruby/GtkSourceView3 and Ruby/Handy. Changes Documents * Improvements + Added gdk4 and gtk4. [GitHub#1514] [Reported by codart] All * Improvements + Added support for macOS 12/Xcode 14. [GitHub#1516] [Reported by Apoorv Sohal] Ruby/GLib2 * Improvements + Added support for instantiating GLib::Pointer and getting address of it. + Renamed gnome2/ to gnome/ in internal library path. + Suppressed connected_closures isn't initialized warning. + Re-added GLib::ValueArray because GStreamer still uses it without replacement. [GitHub#1520] [Reported by Matt Palmer] + Set missing rb_data_type_t::wrap_struct_name. [GitHub#1522] [Patch by Peter Zhu] + Added support for more GSpawnFlags. * Fixes + Fixed a bug that GLib::Pointer.gtype and GLib::Pointer#gtype use the wrong number of arguments. + Fixed a memory leak in GLib::Object based classes. [GitHub#1523] [Patch by Peter Zhu] Ruby/GObjectIntrospection * Improvements + Added support for length in field. [GitHub#1524] [Reported by jvmf1] Ruby/GIO2 * Improvements + Added support for getting GLib::Mount by Gio::Volume#mount. [GitHub#604] Ruby/GTK4 * Improvements + [sample] Updated. [GitHub#1512] [GitHub#1515] [Patch by kojix2] [GitHub#1526] [GitHub#1527] [Patch by Daniel Mircea] * Fixes + Fixed a bug that Gtk::ScrolledWindow can't be created. [GitHub#1504] [Reported by rubyFeedback] + Fixed a typo in Gtk::Image.new. [GitHub#1504] [Reported by rubyFeedback] + Fixed a bug that Gtk::CellRendereText may be GC-ed. [GitHub#1518] [Reported by galtgenod] + Fixed a crash bug that is caused when GLib based class defined by Ruby is used. [GitHub#1444] [Reported by HuBandiT] Ruby/libsecret * Fixes + Fixed wrong MSYS2 package name. Ruby/GtkSourceView4 * Fixes + Fixed package ID. [GitHub#1525] [Reported by Daniel Mircea] Ruby/GtkSourceView5 * Added. [GitHub#1511] [Reported by galtgendo] Ruby/Adwaita * Added. [GitHub#1510] [Reported by rubyFeedback] Ruby/Handy * Added. [GitHub#1434] [Reported by Jacob Michalskie] Thanks * rubyFeedback * kojix2 * codart * Apoorv Sohal * galtgendo * Matt Palmer * Peter Zhu * HuBandiT * jvmf1 * Daniel Mircea * Jacob Michalskie
2022-12-08ruby-gnome: update to 4.0.3.tsutsui2-6/+6
pkgsrc changes: - update HOMEPAGE - refactor dependencies Upstream changes (from NEWS.md): Ruby-GNOME 4.0.3: 2022-09-13 This is a bug fix release of 4.0.2. Changes Ruby/GTK4 * Fixes + Fixed a bug that ext/**/*.* aren't included in .gem. [GitHub#1498] [Reported by Anatol Pomozov] Thanks * Anatol Pomozov Ruby-GNOME 4.0.2: 2022-09-05 This is a bug fix release of 4.0.1. Changes Ruby/GLib2 * Fixes + Fixed a bug that closure may be GC-ed. [GitHub#1495][Reported by Matijs van Zuijlen] Ruby/GObjectIntrospection * Fixes + Fixed a bug that callback doesn't work with GObject Introspection 1.72.0 or later. [GitHub#1496][Reported by Mamoru TASAKA] Thanks * Mamoru TASAKA * Matijs van Zuijlen Ruby-GNOME 4.0.1: 2022-09-02 This is a bug fix release of 4.0.0. Changes Ruby/GLib2 * Fixes + Fixed wrong false constant value. Ruby-GNOME 4.0.0: 2022-09-01 This is a release that supports GTK 4. Changes All * windows: Removed a needless workaround for old libintl-8.dll. * doc: Added support for generating API documents. [GitHub#1468][Patch by kojix2] * doc: Added Rake tasks to generate documents. [GitHub#1482][Patch by Sean Champ] * Use Bundler API to load (({Gemfile.local})). [GitHub#1483][Patch by Sean Champ] Ruby/GLib2 * Improvements + Changed to use g_warning() from rb_warn() for already destroyed closure warning. + Dropped support for GLib 2.48 or earlier. + Added GLib::DateTime#format_iso8601. + Added rbg_mGLib(). + Added rbg_mGLibObject(). + Deprecated mGLib. + Added support for auto native package installation on Gentoo Linux. + Added GLib.malloc. + Added GLib.malloc0. + Added GLib.free. + Added GLib::Variant#to_s. [GitHub#1491][Reported by Sean Champ] + Added GLib::Variant#inspect. + Added GLib::Variant.parse. [GitHub#1491][Reported by Sean Champ] * Fixes + closure: Fixed a reference count problem. Ruby/GObjectIntrospection * Improvements + Don't raise an exception for object == nil. [GitHub#1472][Reported by Hirokazu SUZUKI] + Added support for returning a fixed size C array of GObject. [GitHub# 1481][Reported by Sean Champ] + Added support for GObject Introspection 1.72.0 or later. + Added support for returning GClosure from virtual method. + Added support for transfer full boxed type returned by closure. * Fixes + Fixed a bug that gpointer to VALUE conversion is broken on 32bit environment. [GitHub#1462][Reported by Mamoru TASAKA] + Fixed a wrong GHashTable value conversion in Ruby -> GHashTable. [GitHub#1481][Reported by Sean Champ] + Fixed a memory leak of GObjectIntrospection::CallableInfo#return_type. + Fixed a memory leak for async callback. Ruby/GTK3 * Improvements + Required GTK+ 3.22 or later. + Added support for Gtk::AccelMap.each(filter: true). [GitHub#1487] [Reported by Sean Champ] * Fixes + Fixed wrong {Gtk::RadioToolButton.new usage in demo. [GitHub#1475] [Reported by Sami Sieranoja] + Fixed a GC related bug of Gtk::Widget#insert_action_group. [GitHub# 1490][Reported by Sean Champ] Ruby/GDK4 * Re-implemented based on the current Ruby/GDK3. Ruby/GTK4 * Re-implemented based on the current Ruby/GTK4. Ruby/Poppler * Improvements + Added support for Poppler::Document.new(GLib::Bytes). Ruby/RSVG2 * Fixes + doc: Fixed a link. [GitHub#1469][Patch by Blake Gearin] Ruby/GStreamer * Fixes + example: Updated to work with the latest GStreamer. [GitHub#1478][Patch by kojix2] Ruby/libsecret * Improvements + Added support for Secret::Schema#attributes. Ruby/VTE3 * Improvements + Removed needless Vte::Terminal#feed_child wrapper. [GitHub#1484][Patch by Sean Champ] Thanks * Mamoru TASAKA * kojix2 * Blake Gearin * Hirokazu SUZUKI * Sami Sieranoja * Sean Champ
2022-12-07fig2dev: Update to 3.2.8b.fcambus5-6/+51
Patchlevel 8b (Aug 2021) NEW FEATURES: o Detect the output language from the output file name. o On the command line, a minus (-) as input or output file name refers to standard input or standard output. BUGS FIXED: Ticket numbers refer to https://sourceforge.net/p/mcj/tickets/#. o Correct buffer overflows and segfaults, mainly due to maliciously crafted input files, tickets #113-117, #122, #123, #125-#135. o With -Lepic -P, generate a complete tex file. o Correctly produce a gif if a transparent color is given, ticket #121. o Return with error if no space is left on the device. Ticket #101.
2022-12-06Add print/poppler-qt6 version 22.10.0 to pkgsrc-currentnros6-2/+79
This is the QT6 wrapper for poppler, a PDF rendering library. It is a fork of the xpdf 3.0 PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC. Poppler provides PDF rendering functionality as a shared library, to centralize the maintenence effort and to reduce duplicated effort. And the poppler developers would like to move libpoppler forward in a number of areas that doesn't fit within the goals of xpdf.
2022-12-04print/ruby-pdf-reader: update to 2.11.0taca3-7/+8
2.11.0 (2022-10-26) * Various bug fixes * Expanded sorbet type annotations
2022-11-30py-weasyprint0: exclude pytest-flake8 and pytest-isort from testingadam4-8/+35
2022-11-27geography/proj: recursive revbumpgdt1-2/+2
2022-11-27atril: update to 1.26.0gutteridge3-230/+5558
Change log: ### atril 1.26.0 * update translations * ev-window.c: only create a EvWebView if needed * ev-sidebar-links: Optimize reverse link lookup for a page * introspection: Fix bogus --library arguments. * libdocument: remove _ev_g_mkdtemp function * epub: declaration of ���uL��� shadows a previous local [-Wshadow] * ev-window: missing initializer for a field of ���GtkActionEntry��� * epub: fix typo ### atril 1.25.1 * update translations * update help * caja extension: Update copyright year * dvi: use glib i18n macros * i18n: use g_dngettext instead of ngettext * build: allow users to disable gettext support (--disable-nls) * build: Use PACKAGE_URL variable * build: display package name and version in configure summary * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME * Remove warning -Wtype-limits * Update copyright to 2021 * Check whether the document page failed to render * ps backend: do not silence the warnings when rendering the page * Support non-X11 windowing systems * build: remove legacy variable MATEICONDIR * ev-document-factory: use g_list_free_full * Remove USE_MATE2_MACROS from autogen.sh (legacy) * epub backend: Escape link text to display & in index content * ev-poppler: 'POPPLER_ACTION_RESET_FORM' not handled in switch [-Wswitch] * ev-window: fix interval (guint milliseconds) in g_timeout_add_full * epub-document: improve code-style * ev-sidebar-attachments: do not add add a Gtk_Container * check return value of xmlDocGetRootElement call if is NULL * ev-pixbuf-cache: Remove -Wtype-limits warnings * Remove unused macros * Change spaces to tab * Make sure attachments window fills entire sidebar * ev-poppler: remove warning about no previous declaration * Fix segfault on empty navMap * ev-properties-dialog: Add on_notebook_scroll_event * update mate-submodules * Add compilation help * build: Add ice & glib-2.0 modules in PKG_CHECK_MODULES(LIBEGG) ### atril 1.25.0 * sync with transifex * [ci] fix release tarball on travis CI failed * Re-enable highlight_find_results * Use ENABLE_SYNCTEX in libdocument/Makefile.am * Improved detection of --enable/disable synctex option * Fix -Wunused-function warnings caused by --enable-synctex=no * Make synctex optional * add git.mk to generate .gitignore * use git submodule for cut-n-paste/smclient * djvu-text-page: Fix cppcheck [clarifyCalculation] warnings * ev-window: expand the comment on about dialog * build: silent build warnings for distcheck * build: update configure summary * Fix cppcheck [knownConditionTrueFalse] warnings * Remove strict-prototypes warning * ev-window/epub-document: remove unused functions * ev-poppler: remove unused variable * epub-document: Remove unused-variable warning * build: do not override the default value for MATE_COMPILE_WARNINGS * epub backend: build with WARN_CFLAGS instead WARN_CXXFLAGS * Migrate to README.md and fix links * build: set compiler warning level to yes * dviread: ���inline��� is not at beginning of declaration * Update authors * Use int64_t for g_date_time_to_unix even word size is 32-bit wide * thumbnailer: fix typo in the option description
2022-11-27print/escribus-qt4: Note that this is the stable releasegdt1-0/+3
2022-11-23massive revision bump after textproc/icu updateadam18-34/+36
2022-11-17print/py-reportlab: Note that patch has been sent upstreamgdt2-4/+4
2022-11-16Fix tyophauke2-8/+8
pkglint
2022-11-16When building without any mdns support on NetBSD (at least), configurehauke2-19/+27
will still find the base mdnssd, and build and install ippfind support. This will lead to a PLIST error -- as far as pkgsrc is concerned, we did not enable it. Tell configure explicitly to not add mdns support when we don't want any. While here, group mdnssd and avahi as optional and mutually exclusive.
2022-11-16print/py-reportlab: Remediate incorrect searching for ft2build.hgdt2-1/+23
setup.py grovels paths in the filesystem to find ft2build.h, apparently not consulting the provided CPPFLAGS. Add /usr/X11R7, just before /usr/local, to fix building on NetBSD 9 with base X11. Thanks to wiz@ for the hint.
2022-11-14py-reportlab: update to 3.6.12.wiz2-9/+9
CHANGES 3.6.12 25/10/2022 --------------------------- * fix dpi handling in renderPM.py; bug found by Terry Zhao Terry dot Zhao at fil dot com * attempt fix in rparsexml.py * add rl_settings.xmlParser with default 'lxml' * nano RHEL related fix to setup.py contributed by James Brown jbrown at easypost dot com * minor speedup in reportlab.graphics.transform functions * allow usage of freetype testpaths via rl_config/rl_settings textPaths * _renderPM.c remove parse_utf8, make pict_putrow same as for rlPyCairo CHANGES 3.6.11 24/06/2022 --------------------------- * support HORIZONTAL2 & VERTICAL2 table cell backgrounds; as suggested by Sina Khelil < sina at khelil dot com > * support general LINEAR & RADIAL gradient table cell backgrounds * support ShowBoundaryValue in canv.drawImage CHANGES 3.6.10 31/05/2022 --------------------------- * fix symlink looping in setup.py reported by Michał Górny &lt; mgorny at gentoo dot org &gt; * allow bearerBox attribute for some barcodes * require pillow>=9.0.0 patch contributed by Claude Paroz claude at 2xlibre.net * Apply Claude Paroz < claude at 2xlibre dot net > patch to assume hashlib md5 exists * ImageReader updated to allow deepcopy; similarly for doctemplate.onDrawStr * fix 3.11.0b2 regression in rl_safe_eval. * apply massive contribution for Table inRowSplit from Lennart Regebro < lregebro at shoobx dot com > CHANGES 3.6.9 22/03/2022 --------------------------- * fix up _rl_accel.c 0.81 to allow better error messages and support python 3.11.0a6 * change the cibuildwheel setup to support macos M1 build CHANGES 3.6.8 28/02/2022 --------------------------- * remove old Python2 constructs; patch from Claude Paroz < claude at 2xlibre dot net > CHANGES 3.6.7 18/02/2022 --------------------------- * Remove use of cPickle; patch from Claude Paroz < claude at 2xlibre dot net > * Remove unneccessary object inheritance; patch by Claude Paroz * minor changes to python rendering in shapes.Drawing * remove jython (dead project no python3) patch by Claude Paroz < claude at 2xlibre dot net > * remove unicodeT/bytesT patch by Claude Paroz < claude at 2xlibre dot net > * import directly from string module patch by Claude Paroz < claude at 2xlibre dot net > * eliminate getBytesIO and getStringIO patch by Claude Paroz < claude at 2xlibre dot net > * remove unused and indirect imports patch by Claude Paroz < claude at 2xlibre dot net > CHANGES 3.6.6 24/01/2022 --------------------------- * remove uniChr alias of chr (patch contribution from Claude Paroz) * modify pdfdoc template to be eventually compatible with pikepdf suggested by Lennart Regebro lregebro at shoobx.com * fix bug in table gradient bg; contribution by Justin Brzozoski justin.brzozoski at gmail.com * fix bug in validateSetattr (__dict__) discovered and reported by Chris Buergi cb at enerweb dot ch * fix handling of ddfStyle in XLabel class CHANGES 3.6.5 24/12/2021 --------------------------- * only skip listwrap on for small height objects * changes to allow for deprecated stuff in Python-3.11 CHANGES 3.6.4 7/12/2021 --------------------------- * try to improve multi-frag paragraph justification * fix justification condition * allow validator OneOf to take re.Pattern CHANGES 3.6.3 4/11/2021 --------------------------- * modernisation of para.py contribution from <Andrews Searle at BMC dot com> * many changes to .github workflows * changes to setup.py to support cibuildwheel * _FindSplitterMixin protect against deepcopy failure * allow textAnnotation to have QuadPoints keyword CHANGES 3.6.2 1/10/2021 --------------------------- * minor changes to datareader * fix XLabel argument usage CHANGES 3.6.1 6/08/2021 --------------------------- * add mock for urlopen calls so tests can run off line. Contribution by Antonio Trande sagitter at fedoraproject dot org CHANGES 3.6.0 23/07/2021 --------------------------- * create py-2-3 branch * Cease support for Python-2.7
2022-11-14py-pisa: removewiz10-231/+1
dead upstream, Last release in 2010
2022-11-14py-xhtml2pdf: update to 0.2.8.wiz3-10/+25
Release 0.2.8 Fixed background-image and font-face definitions 🐛 Bug-Fixes Fix background-image issues with #614 and pull requests with #619 Fix CSSParseError for minified @font-face definitions #609 Fixed a few typos and grammar mistakes in usage.rst documentation. #610 Release 0.2.7 Graphics, signing, watermarks 🎉 New Add encryption and password protection New WaterMark management system with new options Add Graphic builder Add signing pdfs (simple and pades) 🐛 Bug-Fixes Remove import cycle between utils and default Fixed link_callback construction of path Fixed path when is relative to current path ⚠️ Deprecation xhtml in pisa.CreatePDF support will removed on next release XML2PDF and XHTML2PDF will be removed on next release use HTML2PDF instead 📘 Documentation Add render pdf on documentation and add some html example. Include graphics examples Release 0.2.6. Drop python 2 support Drop python 2 support. Remove most of python 2 code and cleanup Update packages dependencies Remove six dependency and update Readme Set timeout in https options Add new file manager approach using factory method, now new classes deal with different types of data B64InlineURI, LocalProtocolURI, NetworkFileUri, LocalFileURI, BytesFileUri Now getColor return None when None is passed ignoring default value, but return default if bool(data) == false rtl languages reversed lines added as a ParaFrag (note: not fully supported yet) Check if Paragraph has 'rtl' attribute (note: not fully supported yet) Fix UnboundLocalError in reportlab_paragraph (#585) (#586) Remove usage of getStringIO (#590) removed form reportlab Change test for github workflow using only Linux Add Python 3.9, 3.10 Switch from PyPDF2 to PyPDF3 Add SVG support Update package information. Allow call tests using make.
2022-11-12archivers/fastjar, archivers/lzip, audio/tcd, cross/avrdude, devel/guile-lib,nikita1-2/+2
devel/libjit, devel/m17n-lib, devel/quilt, devel/treecc, emulators/simulavr, fonts/jomolhari-ttf, graphics/dvipng, graphics/freetype2, graphics/libotf, ham/xlog, misc/color-theme, misc/m17n-db, multimedia/flvstreamer, net/mimms, print/chktex, security/oath-toolkit, sysutils/attr, sysutils/pidof, sysutils/renameutils, textproc/lout: change MASTER_SITES from http://download.savannah.gnu.org to https://download.savannah.gnu.org
2022-11-09Reset MAINTAINERjoerg3-6/+6
2022-10-31Remove print/evince3 (now print/evince, no change in PKGNAME)prlw19-3202/+1
2022-10-27add and enable evince3jnemeth1-1/+2
2022-10-26*: bump PKGREVISION for libunistring shlib major bumpwiz21-36/+42
2022-10-26*: bump PKGREVISION for libunistring shlib major bumpwiz12-23/+24
2022-10-26Flip print/evince3 -> print/evinceprlw11-2/+2
2022-10-25Import evince 43.0 as print/evince with a view to removing print/evince3prlw15-0/+3882
- nearly three years of development since 3.34.2 - autotools -> meson - tiff and ps are now options, off by default - no longer calls gs, but uses libspectre which depends on gs - no need for a buildink3.mk file - not used
2022-10-13poppler: update to 22.10.0.wiz3-10/+10
Release 22.10.0: core: * SplashOutputDev::tilingPatternFill: Properly restore CTM on failure. Issue #1292 * Protect against malformed files * Refactor code to not use strndup * Other small code refactoring utils: * pdftoppm: Avoid round-off errors when determining raster dimensions * pdftocairo: Avoid round-off errors when determining raster dimensions * pdftotext: Simplify memory handling qt: * Take into account flagNoView when getting/setting the visible status. KDE bug #456313 build system: * Fix sed invocation
2022-10-06print: restore tex-orcidlink-doc now that the files got committed.markd1-1/+2
2022-10-06tex-orcidlink-doc: actually add the files.markd4-0/+22
2022-10-06tex-orcidlink-doc does not existjnemeth1-2/+1
2022-10-06{cups-base,libcups}: explicitly use gnutlsmarkd2-4/+6
version 2.4.2 readded support for openssl and package detects and prefers base system openssl over gnutls but ssl certificate handling is not working correctly with it so use gnutls as in previous versions.
2022-10-03print: add tex-orcidlink{,-doc}markd1-1/+3
2022-10-03tex-orcidlink{,-doc}: add version 1.0.4markd4-0/+26
This package provides a command to insert the ORCiD logo, which is hyperlinked to the URL of the researcher whose iD was specified.
2022-10-01tex-alpha-persian-doc: fix version and homepagemarkd1-3/+3
2022-09-29scribus-qt5: only requires libcups, not cups-basemarkd1-5/+2
2022-09-29tex-prosper{,-doc}: fix HOMEPAGEmarkd2-3/+4
2022-09-29tex-luahbtex-doc: fix HOMEPAGEmarkd1-2/+2
2022-09-29tex-hyphen-occitan: not a valid HOMEPAGEmarkd1-2/+2
2022-09-29tex-hyphen-churchslavonic: not a valid HOMEPAGEmarkd1-2/+2
2022-09-29okular: KDE Gear update to 22.08.1markd3-11/+140
16 months of development
2022-09-29scribus-qt5: update to 1.5.8markd9-191/+508
Like previous releases, work on version 1.5.8 focused mostly on bugfixes and code optimizations, the latter of which are expected to lead to reliability and speed improvements. We have also begun to prepare Scribus for using Qt6, which will make our work easier for future releases. High Level Changes: * UI Improvements for dark mode and some icon updates and window interactivity * Improvements to file import (IDML, PDF, PNG, TIFF, SVG) * Improvements to PDF export * Improvements with respect to tables (undo/redo, styles) * Improvements to the Story Editor * Improvements to the build system * Translation updates * On mac OS, Scribus now includes a bundled Python 3 interpreter and is built for mac OS 10.15/Catalina or higher. 1.5.7 Significant effort went into clean up of user interface margins and widget sizing, however most changes have taken place “under the hood”. Apart from bug fixing this also meant to refine previously introduced features, as well as preparing the code for future Qt versions. A few remaining issues aside, this release has been thoroughly tested and is considered to be stable. However, there are also some new features.
2022-09-28mupdf: Update to 1.20.3leot2-7/+6
Changes: 1.20.[123] are bugfix releases, no changelog (in CHANGES) available.
2022-09-22tex-cweb: add missing dependency on tex-iftexwiz1-1/+3
Used in share/texmf-dist/tex/plain/cweb/cwebmac.tex Bump PKGREVISION.
2022-09-21print/cups-filters: remove USE_BUILTIN.heimdal=no setting.he1-3/+1
Apparently this causes mysterious buildlink problems in bulk builds, but was required to make cups-filters build succeed in my setup which is/was a "live" pkgsrc installation. This therefore needs more debugging and testing, so for now just remove this.
2022-09-18print/cups-filters: insist on pkgsrc heimdal, this uses e.g. -lhcryptohe1-1/+3
2022-09-18print/cups-filters: fix an snprintf() length issue.he3-3/+19
...found on a 32-bit host, use not size of pointer but size of allocation. Bump PKGREVISION.
2022-09-11*: bump PKGREVISION for flac shlib bumpwiz2-4/+4
2022-09-09texlab: update to 4.2.2.wiz3-67/+51
## [4.2.2] - 28.08.2022 ### Fixed - Do not watch the same directory multiple times, which can result in a memory leak on Windows ([#737](https://github.com/latex-lsp/texlab/issues/679)) - Fix detection of root document when sharing files between projects ([#679](https://github.com/latex-lsp/texlab/issues/679)) - Fix text synchronization problem caused by file watcher ([#724](https://github.com/latex-lsp/texlab/issues/724))
2022-09-06tex-pmhanguljamo{,-doc}: update to 0.5markd4-14/+14
changes unknown