commit 6df30a634e2f71c406928eb54240cc5350e5cf4c
parent 856322b01ea35d7e0e3bd2a8c86969e78dafb0e7
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Fri, 1 Jun 2018 09:55:23 +0200
docs: register Marco as the author of the filtering feature
The macro stuff, however, is basically my code: I told him exactly
how to do it, and I changed most of the patch before applying it.
Also, put myself in second place, as I've just about overtaken David
in the duration of maintainership.
Diffstat:
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/AUTHORS b/AUTHORS
@@ -5,6 +5,11 @@ nano editor. Please see the ChangeLog for specific changes by author.
Chris Allegretta <chrisa@asty.org>
* Original program author and long-time maintainer.
+Benno Schulenberg <bensberg@telfort.nl>
+ * An array of small bug fixes, the cut-word and block-jump
+ routines, text selection by holding Shift, macro recording
+ and replay, plus some key bindings. Current maintainer.
+
David Lawrence Ramsey <pooka109@gmail.com>
* Former stable series maintainer. Multiple buffer support,
operating dir (-o) option, bug fixes for display routines,
@@ -60,7 +65,5 @@ Sumedh Pendurkar <sumedh.pendurkar@gmail.com>
Rishabh Dave <rishabhddave@gmail.com>
* Searchable help.
-Benno Schulenberg <bensberg@telfort.nl>
- * An array of small bug fixes, the cut-word and block-jump
- routines, text selection by holding Shift, plus several
- extra key bindings. Current maintainer.
+Marco Diego Aurélio Mesquita <marcodiegomesquita@gmail.com>
+ * Filtering text through an external command.
diff --git a/src/text.c b/src/text.c
@@ -5,7 +5,8 @@
* Copyright (C) 2014-2015 Mark Majeres *
* Copyright (C) 2016 Mike Scalora *
* Copyright (C) 2016 Sumedh Pendurkar *
- * Copyright (C) 2015-2017 Benno Schulenberg *
+ * Copyright (C) 2018 Marco Diego Aurélio Mesquita *
+ * Copyright (C) 2015-2018 Benno Schulenberg *
* *
* GNU nano is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published *