From 26fe2118c42165f8390776899e62319d150d6cb2 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Thu, 20 Apr 2017 20:47:08 +0200 Subject: [PATCH] docs: update the list of who authored what Also, mention that help texts can now be searched through, update a copyright notice, and update and simplify a copyright year. --- AUTHORS | 10 +++++++--- IMPROVEMENTS | 1 + TODO | 5 +++-- src/help.c | 3 ++- src/winio.c | 2 +- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/AUTHORS b/AUTHORS index 789524d4..8fe99129 100644 --- a/AUTHORS +++ b/AUTHORS @@ -8,8 +8,8 @@ Chris Allegretta David Lawrence Ramsey * Former stable series maintainer. Multiple buffer support, operating dir (-o) option, bug fixes for display routines, - wrapping code, spelling fixes, const mode, parts of the - UTF-8 support, and various other fixes. + wrapping code, spelling fixes, constantshow mode, parts of + UTF-8 support, softwrap overhaul, and various other fixes. Jordi Mallach * Debian package maintainer, fellow bug squasher. @@ -39,7 +39,8 @@ Mike Frysinger * Gentoo package maintainer. Whitespace display mode, --enable-utf8/--disable-utf8 configure options for ncurses, many new color regexes and improvements to existing color - regexes in syntax/*.nanorc, and miscellaneous bug fixes. + regexes in syntax/*.nanorc, the move from svn to git, the + conversion to gnulib, and miscellaneous bug fixes. Mark Majeres * A functional undo/redo system, and coloring nano's interface. @@ -56,6 +57,9 @@ Faissal Bensefia Sumedh Pendurkar * The word-completion feature. +Rishabh Dave + * Searchable help. + Benno Schulenberg * An array of small bug fixes, the cut-word and block-jump routines, text selection by holding Shift, and some extra diff --git a/IMPROVEMENTS b/IMPROVEMENTS index eb840872..7466716a 100644 --- a/IMPROVEMENTS +++ b/IMPROVEMENTS @@ -2,6 +2,7 @@ Improvements in GNU nano ======================== Since 2.8.0: + - The ^G help texts have become searchable (with ^W and M-W). - Ctrl+Home and Ctrl+End jump to start and end of file. - In softwrap mode the cursor now moves per visual row instead of per logical line, and the screen will scroll per row. diff --git a/TODO b/TODO index dd48f68f..4f1fe101 100644 --- a/TODO +++ b/TODO @@ -3,8 +3,6 @@ A list of desired features Somewhat urgent: - Make undo/redo work also for justifying and indenting. -- Allow text searches in the help viewer. - See https://savannah.gnu.org/bugs/?28994. - Detect when text is being pasted, so that we can handle it faster. See https://savannah.gnu.org/bugs/?40060. - Allow to define and execute a macro: a stored sequence of keystrokes. @@ -27,6 +25,9 @@ Vague musings: - Allow indentation to add just enough columns to reach the nearest multiple of tabsize, rather than always adding tabsize columns? +For version 2.8: +- Allow text searches in the help viewer. [DONE] + For version 2.4: - Handle window resizes better. After we've resized, we should stay wherever we were before we resized, as Pico does. [DONE] diff --git a/src/help.c b/src/help.c index 1181bf4b..d03560b3 100644 --- a/src/help.c +++ b/src/help.c @@ -2,7 +2,8 @@ * help.c -- This file is part of GNU nano. * * * * Copyright (C) 2000-2011, 2013-2017 Free Software Foundation, Inc. * - * Copyright (C) 2014, 2015, 2016 Benno Schulenberg * + * Copyright (C) 2017 Rishabh Dave * + * Copyright (C) 2014-2017 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 * diff --git a/src/winio.c b/src/winio.c index 23285814..9d747b49 100644 --- a/src/winio.c +++ b/src/winio.c @@ -3328,7 +3328,7 @@ void do_credits(void) "", "", "", - "(C) 1999 - 2016", + "(C) 2017", "Free Software Foundation, Inc.", "", "",