public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Matthias Fischer <matthias.fischer@ipfire.org>
To: development@lists.ipfire.org
Cc: Matthias Fischer <matthias.fischer@ipfire.org>
Subject: [PATCH] nano: Update to 9.0
Date: Thu,  9 Apr 2026 21:55:48 +0200	[thread overview]
Message-ID: <20260409195553.3392822-1-matthias.fischer@ipfire.org> (raw)

For details see:
https://www.nano-editor.org/news.php

"2026 April 8 - GNU nano 9.0 "Le bonheur est dans le pré"

    When the cursor almost goes offscreen to the right, all lines are
    now scrolled sideways together, by just the amount needed to keep
    the cursor in view. Use --solosidescroll or 'set solosidescroll'
    to get back the old, jerky, single-line horizontal scrolling.
    The viewport can be scrolled sideways (in steps of one tabsize)
    with M-< and M->. See `man nanorc` if M-< and M-> should switch
    between buffers (as they did earlier).
    M-Left, M-Right, M-Up, and M-Down have become rebindable.
    Stopping the recording of a macro immediately after starting it
    cancels the recording and leaves an existing macro in place.
    Feature toggles no longer break a chain of ^K cuts or M-6 copies,
    except the M-K cut-from-cursor toggle.
    With --mouse plus --indicator, one can click in the scrollbar area
    to roughly navigate within the buffer."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 config/rootfiles/common/nano | 15 ++++++---------
 lfs/nano                     |  4 ++--
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/config/rootfiles/common/nano b/config/rootfiles/common/nano
index 90ff58bfd..0781f1df0 100644
--- a/config/rootfiles/common/nano
+++ b/config/rootfiles/common/nano
@@ -22,8 +22,13 @@ usr/share/nano/c.nanorc
 usr/share/nano/cmake.nanorc
 usr/share/nano/css.nanorc
 usr/share/nano/default.nanorc
-usr/share/nano/elisp.nanorc
 #usr/share/nano/email.nanorc
+#usr/share/nano/extra
+#usr/share/nano/extra/ada.nanorc
+#usr/share/nano/extra/fortran.nanorc
+#usr/share/nano/extra/haskell.nanorc
+#usr/share/nano/extra/povray.nanorc
+#usr/share/nano/extra/spec.nanorc
 #usr/share/nano/go.nanorc
 usr/share/nano/groff.nanorc
 usr/share/nano/guile.nanorc
@@ -54,11 +59,3 @@ usr/share/nano/tex.nanorc
 usr/share/nano/texinfo.nanorc
 usr/share/nano/xml.nanorc
 usr/share/nano/yaml.nanorc
-#usr/share/nano/extra
-#usr/share/nano/extra/ada.nanorc
-#usr/share/nano/extra/debian.nanorc
-#usr/share/nano/extra/fortran.nanorc
-#usr/share/nano/extra/gentoo.nanorc
-#usr/share/nano/extra/haskell.nanorc
-#usr/share/nano/extra/povray.nanorc
-#usr/share/nano/extra/spec.nanorc
diff --git a/lfs/nano b/lfs/nano
index 3072b1148..306c9252a 100644
--- a/lfs/nano
+++ b/lfs/nano
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 8.7.1
+VER        = 9.0
 
 THISAPP    = nano-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 25c73945c385c6615ad547cad65d6b7edc0098d5310951d09bd91991c93ef09ef2f58a5dec8a00a17c0326a64bce18a1819d2073af94a8afcf43df747843da3b
+$(DL_FILE)_BLAKE2 = 6df92e9f1b0ba8c2ec3dfdd8b4605a34c08f33c747746d8d3b4145894f0cc64b705c59f2b5aee120050eb32292adf78bf267c568a266c17e2f99e48026d38106
 
 install : $(TARGET)
 
-- 
2.53.0



                 reply	other threads:[~2026-04-09 19:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260409195553.3392822-1-matthias.fischer@ipfire.org \
    --to=matthias.fischer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox