public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] nano: Update to 7.0
@ 2022-11-21 15:45 Matthias Fischer
  2022-11-23 12:25 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2022-11-21 15:45 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1534 bytes --]

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

"2022 November 15 - GNU nano 7.0 "Una existencia simple bajo el sol"

    String binds may contain bindable function names between braces.
    For example, to move the current line down to after the next one:
    bind ^D "{cut}{down}{paste}{up}" main. Of course, braced function
    names may be mixed with literal text. If an existing string bind
    contains a literal {, replace it with {{}.
    Unicode codes can be entered (via M-V) without leading zeroes,
    by finishing short codes with <Space> or <Enter>.
    Word completion (^]) looks for candidates in all open buffers.
    No regular expression matches the final empty line any more."

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 lfs/nano | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lfs/nano b/lfs/nano
index 5dc6981b0..89167b2af 100644
--- a/lfs/nano
+++ b/lfs/nano
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 6.4
+VER        = 7.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 = b59ff7a741ce4c8b31afdbbfaf1d704cccbceddcd7f1421f30a6dd40495ec456ca891aeb9777c070c6cce4e9c594f83798ff0cdacdfe06e81b0aa0b700033da3
+$(DL_FILE)_BLAKE2 = 5212aa2a65cc7bccb33ebd66934e53ea7c6bd739ceae94796397bd193698453417eae2a5cf63c995e90aa077795f9bcf70568a35208716a09c9a6d89d75ff409
 
 install : $(TARGET)
 
-- 
2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] nano: Update to 7.0
  2022-11-21 15:45 [PATCH] nano: Update to 7.0 Matthias Fischer
@ 2022-11-23 12:25 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-11-23 12:25 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1662 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> For details see:
> https://www.nano-editor.org/news.php
> 
> "2022 November 15 - GNU nano 7.0 "Una existencia simple bajo el sol"
> 
>     String binds may contain bindable function names between braces.
>     For example, to move the current line down to after the next one:
>     bind ^D "{cut}{down}{paste}{up}" main. Of course, braced function
>     names may be mixed with literal text. If an existing string bind
>     contains a literal {, replace it with {{}.
>     Unicode codes can be entered (via M-V) without leading zeroes,
>     by finishing short codes with <Space> or <Enter>.
>     Word completion (^]) looks for candidates in all open buffers.
>     No regular expression matches the final empty line any more."
> 
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
>  lfs/nano | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/nano b/lfs/nano
> index 5dc6981b0..89167b2af 100644
> --- a/lfs/nano
> +++ b/lfs/nano
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 6.4
> +VER        = 7.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 = b59ff7a741ce4c8b31afdbbfaf1d704cccbceddcd7f1421f30a6dd40495ec456ca891aeb9777c070c6cce4e9c594f83798ff0cdacdfe06e81b0aa0b700033da3
> +$(DL_FILE)_BLAKE2 = 5212aa2a65cc7bccb33ebd66934e53ea7c6bd739ceae94796397bd193698453417eae2a5cf63c995e90aa077795f9bcf70568a35208716a09c9a6d89d75ff409
>  
>  install : $(TARGET)
>  

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-23 12:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-21 15:45 [PATCH] nano: Update to 7.0 Matthias Fischer
2022-11-23 12:25 ` Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox