head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.12 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.10 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.8 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.6 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.4 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.2 pkgsrc-2024Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2024.12.06.11.20.06; author micha; state Exp; branches; next ; commitid sclYmGjg4yTxRqAF; desc @@ 1.1 log @editors/xnedit: Update to 1.6.0 Add patch to not execute binary on build machine. version 1.6.0 (2024-12-05) -------------------------- - added IO filters - added gzip/bzip2 default options for opening and saving of compressed files - added a filter for monospace fonts to the font selector - added preferences for undo limits - added fallbackCharset preference - improved filedialog error handling - improved fillParagraph to be utf-8 aware - improved clipboard_to_string macro function to support utf-8 - improved tolower/toupper macro functions to support utf-8 - improved xnedit unicode-capable textfield and enabled it by default - improved text rendering and resizing performance - improved opening of large files - changed max tab size to 256 - removed dependency on libpcre for matching editorconfig patterns - fixed encoding when including files - fixed crash in filename_dialog macro function - fixed compatibility with Motif 2.3.8 - fixed detached tab window size - fixed font width detection - fixed filedialog not showing the default name when available - fixed some memory leaks and uninitialized memory access - fixed crash on Solaris sparc - fixed build on Solaris/Illumos - fixed integer overflow/possible buffer overflow in measureVisLine - fixed some UI color inconsistencies - fixed some color dialog rendering issues - fixed encoding error dropdown menu not working sometimes @ text @$NetBSD$ Do not execute binary on build machine. --- Makefile.orig 2024-12-05 17:45:57.000000000 +0000 +++ Makefile @@@@ -35,7 +35,7 @@@@ all: (cd Xlt; $(MAKE) -f Makefile.$@@ libXlt.a) (cd Microline/XmL; $(MAKE) -f Makefile.$@@ libXmL.a) (cd source; $(MAKE) -f Makefile.$@@ xnedit xnc) - @@source/xnedit -V +# @@source/xnedit -V # This should not be in the default build, as users may not have Perl # installed. This is only interesting to developers. @