Skip to content

Releases: okibcn/nano-for-windows

v7.2-22.1

12 Apr 17:00
6b3fff6
Compare
Choose a tag to compare

PDCursesMod CHANGES

Update version constants and file dates in curses.h and HISTORY.md

v7.2-22

12 Apr 08:59
6b3fff6
Compare
Choose a tag to compare

NANO CHANGES

feedback: suppress filename and linecount when --zero is active

This suppression prevents the filename flashing by at the bottom
of the screen when switching between buffers.

This addresses https://savannah.gnu.org/bugs/?64019
Reported-by: Alan Cristhian Ruiz alancristhian@protonmail.com

Problem existed since version 6.0, since --zero was introduced.

v7.2-22.2

16 Apr 02:03
6b3fff6
Compare
Choose a tag to compare
v7.2-22.2 Pre-release
Pre-release

PDCursesMod CHANGES

See preceding commit bbae4bb0e839 : function pointers returned by GetProcAddress( ) are FARPROCs.

v7.2-21.2

11 Apr 01:57
6b3fff6
Compare
Choose a tag to compare
v7.2-21.2 Pre-release
Pre-release

PDCursesMod CHANGES

HISTORY.md updated

v7.2-21.1

10 Apr 17:00
6b3fff6
Compare
Choose a tag to compare
v7.2-21.1 Pre-release
Pre-release

PDCursesMod CHANGES

Merge pull request #289 from clangen/clangen/fix-dpi-awareness-calling-convention

Fix calling convention for Win32 DPI-related API calls.

v7.2-21

27 Mar 17:00
8d9564b
Compare
Choose a tag to compare

NANO CHANGES

  • startup: use a format string, to deflect format-string attacks
  • linter: use a format string, to deflect format-string attacks

This fixes a security flaw https://savannah.gnu.org/bugs/?63964.

Reported-by: Vince Vince

v7.2-19.3

25 Mar 01:59
8d9564b
Compare
Choose a tag to compare

PDCursesMod CHANGES

[WINCON/WINGUI/SDL2/VT] Added support for cross compilation for Windows on Arm: Enabled custom CFLAGS. Fix missing prefixes for AR and STRIP

v7.2-19.2

23 Mar 02:00
9bd9ade
Compare
Choose a tag to compare
v7.2-19.2 Pre-release
Pre-release

PDCursesMod CHANGES

Fix: a function declaration without a prototype is deprecated in all versions of C

v7.2-19.1

21 Mar 01:58
9bd9ade
Compare
Choose a tag to compare
v7.2-19.1 Pre-release
Pre-release

PDCursesMod CHANGES

Makefile adjustment (win32/dos/so2)

clean target: suppress error messages for non-existing files

v7.2-19

10 Mar 17:00
f240c13
Compare
Choose a tag to compare

NANO CHANGES

  • tweaks: shrink the set of characters recognized as line-column separator

    This slightly reduces the chance that a filename is accidentally parsed
    as containing both a line and a column number at its end.

  • docs: document the <filename>:<linenumber> thing for cursor positioning

  • tweaks: condense the code that searches for a colon plus line number