./editors/xnedit, Fork of NEdit with Unicode support and antialiased text

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.5.3, Package name: xnedit-1.5.3, Maintainer: micha

XNEdit is a multi-purpose text editor for the X Window System, which
combines a standard, easy to use, graphical user interface with the
thorough functionality and stability required by users who edit text
eight hours a day. It provides intensive support for development in
a wide variety of languages, text processors, and other tools, but at
the same time can be used productively by just about anyone who needs
to edit text.

XNEdit is a fork of the Nirvana Editor (NEdit) and provides new
functionality like antialiased text rendering and support for unicode.


Master sites:

Filesize: 1487.861 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-14 17:22:54 by Michael Baeuerle | Files touched by this commit (2)
Log message:
editors/xnedit: Update to 1.5.3

version 1.5.3 (2024-02-12)
--------------------------

 - changed file dialog to remember the filter setting
 - fixed uninitialized memory access
 - fixed editorconfig end_of_line setting was not applied
 - fixed cursor line highlighting rendering
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-10-06 11:37:42 by Michael Baeuerle | Files touched by this commit (2)
Log message:
editors/xnedit: Update to 1.5.2

version 1.5.2 (2023-10-05)
--------------------------
 - fixed disabling Read Only doesn't disable encoding error locks
 - fixed filedialog not showing the sort indicator sometimes
 - fixed potential buffer overflow in ExecShellCommand/ExecCursorLine
 - fixed build on Solaris 10
   2023-09-08 14:32:02 by Michael Baeuerle | Files touched by this commit (2) | Package updated
Log message:
editors/xnedit: Update to 1.5.1

CHANGELOG
=========

version 1.5.1 (2023-09-06)
--------------------------

 - added DISABLE_MULTICURSOR compile option
 - fixed potential crash caused by uninitialized memory access in CreateBGMenu
 - fixed unnecessary stat line updates when using multiple cursors
 - fixed cursor line highlighting bug when removing a selection
   2023-07-12 15:22:10 by Michael Baeuerle | Files touched by this commit (3) | Package updated
Log message:
editors/xnedit: Update to 1.5.0

Add patch to not execute binary on build machine.
Add perl build dependency (for man page).
Remove libXpm dependency (no longer used, see changelog below).
Remove USE_DIRENT configuration (used by default now).

version 1.5.0 (2023-07-09)
--------------------------

 - added experimental support for multi-cursor editing
 - added new setting Lock File on Encoding Error
 - added horizontal scrolling via btn6/7
 - added current window size as default values to Initial Window Size dialog
 - added marking to iconified windows in the window menu
 - added persistent search/replace history
 - added CDE dnd integration
 - updated macos makefile
 - improved font width detection
 - improved text rendering performance
 - changed behavior when a file was opened with encoding errors (lock on error)
 - removed file dialog icon view / removed libXpm dependency
 - fixed macro recording of composed characters
 - fixed xnc not detecting the correct virtual desktop of windows
 - fixed new file name not always used in the save file dialog/detaiview
 - fixed possible out-of-bounds read in primary selection
 - fixed line number background clip rectangle
 - fixed case insensitive search not working with non-ASCII characters
 - fixed isrcFind icon size setting
   2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527)
Log message:
*: Recursive revbup from graphics/freetype2
   2022-08-09 14:08:36 by Jonathan Perkin | Files touched by this commit (72)
Log message:
*: Remove hardcoded -liconv / -lintl on SunOS.

This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv
and gettext-lib.
   2022-07-11 14:41:40 by Michael Baeuerle | Files touched by this commit (2)
Log message:
editors/xnedit: Remove patches (merged upstream)