]> git.wh0rd.org Git - nano.git/log
nano.git
8 years agoAllowing the parameter of free_filestruct() to be NULL,
Benno Schulenberg [Thu, 18 Feb 2016 19:58:18 +0000 (19:58 +0000)]
Allowing the parameter of free_filestruct() to be NULL,
so we can delete four annoying pre-checks.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5651 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoFixing Savannah bug #47127 the proper way,
Benno Schulenberg [Thu, 18 Feb 2016 16:31:02 +0000 (16:31 +0000)]
Fixing Savannah bug #47127 the proper way,
eliding two silly calls of edit_redraw().

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5650 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoDeleting two dead prototypes, adjusting two comments for correctness,
Benno Schulenberg [Tue, 16 Feb 2016 10:09:26 +0000 (10:09 +0000)]
Deleting two dead prototypes, adjusting two comments for correctness,
and two other minute tweaks.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5649 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoDeleting a redundant assignment. The multidata pointer is already
Benno Schulenberg [Tue, 16 Feb 2016 09:06:21 +0000 (09:06 +0000)]
Deleting a redundant assignment.  The multidata pointer is already
set to NULL in make_new_node(), a few lines earlier.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5648 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoAvoiding the loss a buffer when getcwd() fails.
Benno Schulenberg [Mon, 15 Feb 2016 16:24:39 +0000 (16:24 +0000)]
Avoiding the loss a buffer when getcwd() fails.
This fixes Savannah bug #47129 reported by Mike Frysinger.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5647 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoFreeing not just the struct but also the data it contains,
Benno Schulenberg [Mon, 15 Feb 2016 12:56:18 +0000 (12:56 +0000)]
Freeing not just the struct but also the data it contains,
and also when it is the first and only line.
This fixes Savannah bug #47153 reported by Mike Frysinger.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5646 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoSaying that the 2.5 branch is a "rolling" release, that lock files are done,
Benno Schulenberg [Sun, 14 Feb 2016 12:17:17 +0000 (12:17 +0000)]
Saying that the 2.5 branch is a "rolling" release, that lock files are done,
and preparing for 2.5.3.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5645 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoRenaming and condensing some stuff, and correcting the main comment,
Benno Schulenberg [Sun, 14 Feb 2016 12:03:47 +0000 (12:03 +0000)]
Renaming and condensing some stuff, and correcting the main comment,
because 'allow_cntrls == FALSE' meant that controls were being filtered.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5644 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoDoing the copying of typed stuff from input to output just once.
Benno Schulenberg [Sun, 14 Feb 2016 11:16:54 +0000 (11:16 +0000)]
Doing the copying of typed stuff from input to output just once.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5643 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoRestoring the mentioned behavior also for the internal spell fixer.
Benno Schulenberg [Sun, 14 Feb 2016 10:29:48 +0000 (10:29 +0000)]
Restoring the mentioned behavior also for the internal spell fixer.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5642 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoMaking the iteration through replacement matches behave the same again as the
Benno Schulenberg [Sun, 14 Feb 2016 10:19:27 +0000 (10:19 +0000)]
Making the iteration through replacement matches behave the same again as the
iteration through search matches: showing them centered when found offscreen.
This fixes Savannah bug #47127.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5641 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoSwitching the cursor on and off at the appropriate moments (that is: when
Benno Schulenberg [Sat, 13 Feb 2016 19:41:12 +0000 (19:41 +0000)]
Switching the cursor on and off at the appropriate moments (that is: when
needed), so that it no longer shows in the help screen nor in the file list.
This fixes Savannah bug #47126.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5640 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoAllocating enough space for printing out the line and column numbers.
Benno Schulenberg [Sat, 13 Feb 2016 17:00:06 +0000 (17:00 +0000)]
Allocating enough space for printing out the line and column numbers.
This fixes Savannah bug #47135.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5639 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoRebuilding the file list only when necessary, and not for each and every
Benno Schulenberg [Sat, 13 Feb 2016 16:42:30 +0000 (16:42 +0000)]
Rebuilding the file list only when necessary, and not for each and every
cursor movement.  This fixes Savannah bug #47133.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5638 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoBack to SVN, and fix typo in NEWS
Chris Allegretta [Fri, 12 Feb 2016 05:36:40 +0000 (05:36 +0000)]
Back to SVN, and fix typo in NEWS

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5637 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoGNU nano 2.5.2 release v2.5.2
Chris Allegretta [Fri, 12 Feb 2016 05:25:29 +0000 (05:25 +0000)]
GNU nano 2.5.2 release

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5635 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoMaking the formatter command more visible in the Go syntax file.
Benno Schulenberg [Thu, 11 Feb 2016 17:30:16 +0000 (17:30 +0000)]
Making the formatter command more visible in the Go syntax file.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5634 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoCondensing some declarations, rewrapping some lines, and improving a
Benno Schulenberg [Thu, 11 Feb 2016 17:25:37 +0000 (17:25 +0000)]
Condensing some declarations, rewrapping some lines, and improving a
few comments.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5633 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoNot leaving curses mode in the formatter, as that would hide
Benno Schulenberg [Thu, 11 Feb 2016 16:57:52 +0000 (16:57 +0000)]
Not leaving curses mode in the formatter, as that would hide
error messages upon reentry.  And, if there are any messages,
allowing the user a little time to read them.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5632 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoGoing to the next item in the list before freeing the current one.
Benno Schulenberg [Thu, 11 Feb 2016 08:50:11 +0000 (08:50 +0000)]
Going to the next item in the list before freeing the current one.
This fixes Savannah bug #46796.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5631 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoAdding remark to Changelog that Savannah bug #47111 is fixed.
Benno Schulenberg [Thu, 11 Feb 2016 08:26:08 +0000 (08:26 +0000)]
Adding remark to Changelog that Savannah bug #47111 is fixed.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5630 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoFreeing the position-history records that are dropped.
Benno Schulenberg [Wed, 10 Feb 2016 20:29:23 +0000 (20:29 +0000)]
Freeing the position-history records that are dropped.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5629 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoSwitching the cursor on in the right place: in the central input routine.
Benno Schulenberg [Wed, 10 Feb 2016 20:16:50 +0000 (20:16 +0000)]
Switching the cursor on in the right place: in the central input routine.
This makes the cursor visible again during linting.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5628 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoRemoving two SVN Id tags and a duplication.
Benno Schulenberg [Wed, 10 Feb 2016 16:40:08 +0000 (16:40 +0000)]
Removing two SVN Id tags and a duplication.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5627 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoThanking a Spanish, a Catalan, and a Croat translator.
Benno Schulenberg [Wed, 10 Feb 2016 16:26:51 +0000 (16:26 +0000)]
Thanking a Spanish, a Catalan, and a Croat translator.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5626 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoAllowing only control sequences in the proper range to be rebound.
Benno Schulenberg [Wed, 10 Feb 2016 15:06:45 +0000 (15:06 +0000)]
Allowing only control sequences in the proper range to be rebound.
This fixes Savannah bug #47025.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5625 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoPlugging a sneaky memory leak. This fixes Savannah bug #47003
Benno Schulenberg [Wed, 10 Feb 2016 12:32:43 +0000 (12:32 +0000)]
Plugging a sneaky memory leak.  This fixes Savannah bug #47003
reported and solved by Mike Frysinger.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5624 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoPreventing a chain of editing actions from continuing after a discard.
Benno Schulenberg [Wed, 10 Feb 2016 08:49:23 +0000 (08:49 +0000)]
Preventing a chain of editing actions from continuing after a discard.
This fixes Savannah bug #47104.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5623 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoAdjusting the version number in the docs before release.
Benno Schulenberg [Tue, 9 Feb 2016 20:57:37 +0000 (20:57 +0000)]
Adjusting the version number in the docs before release.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5622 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoChecking the result of a stat() to avoid referencing unitialized data.
Benno Schulenberg [Tue, 9 Feb 2016 20:53:11 +0000 (20:53 +0000)]
Checking the result of a stat() to avoid referencing unitialized data.
The original patch was by Kamil Dudka.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5621 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoRenaming a variable for clarity.
Benno Schulenberg [Sun, 7 Feb 2016 13:41:46 +0000 (13:41 +0000)]
Renaming a variable for clarity.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5620 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoNormalizing a bit of indentation.
Benno Schulenberg [Sun, 7 Feb 2016 13:37:16 +0000 (13:37 +0000)]
Normalizing a bit of indentation.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5619 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoUsing a character class instead of a literal tab and space.
Benno Schulenberg [Sun, 7 Feb 2016 13:14:23 +0000 (13:14 +0000)]
Using a character class instead of a literal tab and space.
The change was inspired by David Niklas.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5618 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoEliding an unneeded 'if'.
Benno Schulenberg [Sun, 7 Feb 2016 13:08:27 +0000 (13:08 +0000)]
Eliding an unneeded 'if'.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5617 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoAvoiding a pointless lstat() when not writing to a temporary file.
Benno Schulenberg [Sun, 7 Feb 2016 13:03:48 +0000 (13:03 +0000)]
Avoiding a pointless lstat() when not writing to a temporary file.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5616 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoNot recording files that have the default cursor position.
Benno Schulenberg [Sun, 7 Feb 2016 12:49:42 +0000 (12:49 +0000)]
Not recording files that have the default cursor position.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5615 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoRewrapping some lines and removing some useless comments.
Benno Schulenberg [Sat, 6 Feb 2016 12:12:08 +0000 (12:12 +0000)]
Rewrapping some lines and removing some useless comments.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5614 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoAvoiding to update the statusbar twice for a Backspace.
Benno Schulenberg [Sat, 6 Feb 2016 11:50:57 +0000 (11:50 +0000)]
Avoiding to update the statusbar twice for a Backspace.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5613 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoRenaming 'update_bar_if_needed()' for more contrast and aptness.
Benno Schulenberg [Sat, 6 Feb 2016 11:44:33 +0000 (11:44 +0000)]
Renaming 'update_bar_if_needed()' for more contrast and aptness.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5612 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoChopping two parameters that are always the same, and that are
Benno Schulenberg [Sat, 6 Feb 2016 11:40:15 +0000 (11:40 +0000)]
Chopping two parameters that are always the same, and that are
global variables anyway.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5611 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoTurning the cursor off when writing in the status bar,
Benno Schulenberg [Sat, 6 Feb 2016 11:18:27 +0000 (11:18 +0000)]
Turning the cursor off when writing in the status bar,
and ensuring it is on when waiting for input.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5610 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoUpdating the screen immediately when a message is posted on the status bar.
Benno Schulenberg [Sat, 6 Feb 2016 11:05:58 +0000 (11:05 +0000)]
Updating the screen immediately when a message is posted on the status bar.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5609 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoRemoving the --nofollow option that hasn't been working for a dozen years.
Benno Schulenberg [Sat, 6 Feb 2016 10:59:31 +0000 (10:59 +0000)]
Removing the --nofollow option that hasn't been working for a dozen years.

With this option, nano would simply refuse to write to any symlinked file;
if anyone really used this option, they would certainly have complained.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5608 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoGuiding the translators a little bit.
Benno Schulenberg [Fri, 5 Feb 2016 12:27:54 +0000 (12:27 +0000)]
Guiding the translators a little bit.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5607 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoPutting four strings in the standard order: first backward, then forward.
Benno Schulenberg [Fri, 5 Feb 2016 12:01:02 +0000 (12:01 +0000)]
Putting four strings in the standard order: first backward, then forward.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5606 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoCondensing the descriptions of command-key sequences and of the screen layout;
Benno Schulenberg [Fri, 5 Feb 2016 11:55:55 +0000 (11:55 +0000)]
Condensing the descriptions of command-key sequences and of the screen layout;
mentioning how to enter Unicode and that regular expressions are line oriented.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5605 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoMaking Home go always fully home.
Benno Schulenberg [Sun, 31 Jan 2016 13:26:15 +0000 (13:26 +0000)]
Making Home go always fully home.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5604 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoShowing ^^ and M-^ as valid key names.
Benno Schulenberg [Sun, 31 Jan 2016 13:20:40 +0000 (13:20 +0000)]
Showing ^^ and M-^ as valid key names.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5603 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoBeing more specific in how a given path is invalid.
Benno Schulenberg [Sun, 31 Jan 2016 13:06:06 +0000 (13:06 +0000)]
Being more specific in how a given path is invalid.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5602 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoUpdating position history only when 'positionlog' is set.
Benno Schulenberg [Fri, 29 Jan 2016 20:43:54 +0000 (20:43 +0000)]
Updating position history only when 'positionlog' is set.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5601 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoPlugging another memory leak.
Benno Schulenberg [Fri, 29 Jan 2016 20:39:12 +0000 (20:39 +0000)]
Plugging another memory leak.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5600 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoChecking the position history only when 'positionlog' is set
Benno Schulenberg [Fri, 29 Jan 2016 17:18:27 +0000 (17:18 +0000)]
Checking the position history only when 'positionlog' is set
/also/ for the first file.  :|

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5599 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoPlugging a couple of memory leaks.
Benno Schulenberg [Fri, 29 Jan 2016 16:58:02 +0000 (16:58 +0000)]
Plugging a couple of memory leaks.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5598 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoChecking the position history only when option 'positionlog' is set.
Benno Schulenberg [Fri, 29 Jan 2016 16:20:28 +0000 (16:20 +0000)]
Checking the position history only when option 'positionlog' is set.
This fixes a bug reported by Mike Frysinger.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5597 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoAlso displaying the buffer when configured with only --disable-histories.
Benno Schulenberg [Fri, 29 Jan 2016 16:01:43 +0000 (16:01 +0000)]
Also displaying the buffer when configured with only --disable-histories.
This fixes a segfault reported in Savannah bug #47011.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5596 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoUsing a simpler algorithm for jumping to the next word.
Benno Schulenberg [Tue, 26 Jan 2016 10:31:16 +0000 (10:31 +0000)]
Using a simpler algorithm for jumping to the next word.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5595 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoJumping to the start of the current word, not to that of the preceding one.
Benno Schulenberg [Tue, 26 Jan 2016 10:10:20 +0000 (10:10 +0000)]
Jumping to the start of the current word, not to that of the preceding one.
This fixes Savannah bug #46970.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5594 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoAdjusting some indentation and some line wrapping.
Benno Schulenberg [Tue, 26 Jan 2016 09:16:09 +0000 (09:16 +0000)]
Adjusting some indentation and some line wrapping.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5593 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoNot adding directories to the list of file positions.
Benno Schulenberg [Tue, 26 Jan 2016 09:06:31 +0000 (09:06 +0000)]
Not adding directories to the list of file positions.
This fixes Savannah bug #46971.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5592 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoMentioning that the position history is limited to the 200 most recent files.
Benno Schulenberg [Mon, 25 Jan 2016 20:51:00 +0000 (20:51 +0000)]
Mentioning that the position history is limited to the 200 most recent files.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5591 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoDocumenting the --enable-altrcname configure option.
Benno Schulenberg [Mon, 25 Jan 2016 20:38:10 +0000 (20:38 +0000)]
Documenting the --enable-altrcname configure option.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5590 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoHandling an update of the first element correctly.
Benno Schulenberg [Mon, 25 Jan 2016 20:26:01 +0000 (20:26 +0000)]
Handling an update of the first element correctly.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5589 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoEliding another small function that is used only once.
Benno Schulenberg [Sun, 24 Jan 2016 21:02:09 +0000 (21:02 +0000)]
Eliding another small function that is used only once.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5588 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoEliding an unneeded function.
Benno Schulenberg [Sun, 24 Jan 2016 20:44:39 +0000 (20:44 +0000)]
Eliding an unneeded function.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5587 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoBundling four statements (that in total occur seven times)
Benno Schulenberg [Sun, 24 Jan 2016 20:36:02 +0000 (20:36 +0000)]
Bundling four statements (that in total occur seven times)
into a separate function.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5586 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoRemoving a superfluous free.
Benno Schulenberg [Sun, 24 Jan 2016 16:04:25 +0000 (16:04 +0000)]
Removing a superfluous free.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5585 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoChopping an always-FALSE parameter and deleting an unused return value.
Benno Schulenberg [Sun, 24 Jan 2016 15:42:45 +0000 (15:42 +0000)]
Chopping an always-FALSE parameter and deleting an unused return value.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5584 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoCondensing the code by removing a triplication.
Benno Schulenberg [Sun, 24 Jan 2016 15:32:13 +0000 (15:32 +0000)]
Condensing the code by removing a triplication.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5583 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoMoving an updated position-history item to the end of the list,
Benno Schulenberg [Sun, 24 Jan 2016 14:49:42 +0000 (14:49 +0000)]
Moving an updated position-history item to the end of the list,
so that it won't be dropped any time soon.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5582 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoRenaming a variable for clarity and contrast.
Benno Schulenberg [Fri, 22 Jan 2016 16:56:04 +0000 (16:56 +0000)]
Renaming a variable for clarity and contrast.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5581 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoNot using $HOME when we're root, because some sudos don't filter it out
Benno Schulenberg [Fri, 22 Jan 2016 16:10:36 +0000 (16:10 +0000)]
Not using $HOME when we're root, because some sudos don't filter it out
of the environment (which can lead to a root-owned .nano/ directory in
the invoking user's home directory).  This addresses Ubuntu bug #1471459.
(See https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1471459.)

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5580 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoDeleting the unneeded blanking of a variable.
Benno Schulenberg [Thu, 21 Jan 2016 20:44:22 +0000 (20:44 +0000)]
Deleting the unneeded blanking of a variable.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5579 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoEliding an unneeded variable.
Benno Schulenberg [Thu, 21 Jan 2016 18:29:39 +0000 (18:29 +0000)]
Eliding an unneeded variable.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5578 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoRemoving a now unneeded function, as nothing can break out of do_prompt()
Benno Schulenberg [Thu, 21 Jan 2016 18:23:17 +0000 (18:23 +0000)]
Removing a now unneeded function, as nothing can break out of do_prompt()
any more, not a SIGWINCH either.  And deleting an always-FALSE 'if'.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5577 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoPreserving the cursor position on the statusbar when just toggling
Benno Schulenberg [Thu, 21 Jan 2016 17:29:37 +0000 (17:29 +0000)]
Preserving the cursor position on the statusbar when just toggling
a setting or making an excursion to the file browser.
This fixes Savannah bug #46945.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5576 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoAdding to the Changelog the remark that Savannah bug #44950 is now fixed.
Benno Schulenberg [Wed, 20 Jan 2016 16:17:21 +0000 (16:17 +0000)]
Adding to the Changelog the remark that Savannah bug #44950 is now fixed.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5575 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoGetting rid of a global variable.
Benno Schulenberg [Wed, 20 Jan 2016 15:56:40 +0000 (15:56 +0000)]
Getting rid of a global variable.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5574 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoReadjusting the indentation and a comment.
Benno Schulenberg [Wed, 20 Jan 2016 15:33:41 +0000 (15:33 +0000)]
Readjusting the indentation and a comment.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5573 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoVerifying that the containing directory of the given filename exists.
Benno Schulenberg [Wed, 20 Jan 2016 15:14:52 +0000 (15:14 +0000)]
Verifying that the containing directory of the given filename exists.
Original patch by Rishabh Dave, edited by Benno.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5572 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoLimiting the number of loaded items in the positions history.
Benno Schulenberg [Sun, 17 Jan 2016 17:04:28 +0000 (17:04 +0000)]
Limiting the number of loaded items in the positions history.
(So that most likely not more than two hundred plus a handful
will be written out.  This was the easiest to implement.)

See https://lists.gnu.org/archive/html/nano-devel/2016-01/msg00050.html.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5571 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoRemoving a mistaken '+': only one menu name is allowed in key bindings.
Benno Schulenberg [Sun, 17 Jan 2016 16:47:20 +0000 (16:47 +0000)]
Removing a mistaken '+': only one menu name is allowed in key bindings.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5570 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoFixing a typo in an #ifndef symbol. Reported by Frank.
Benno Schulenberg [Sun, 17 Jan 2016 16:25:31 +0000 (16:25 +0000)]
Fixing a typo in an #ifndef symbol.  Reported by Frank.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5569 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoAllowing inline comments with key bindings.
Benno Schulenberg [Sun, 17 Jan 2016 16:15:08 +0000 (16:15 +0000)]
Allowing inline comments with key bindings.
Patch by Mike Frysinger.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5568 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoFreeing the items on the undo stack when a buffer is closed.
Benno Schulenberg [Fri, 15 Jan 2016 16:44:50 +0000 (16:44 +0000)]
Freeing the items on the undo stack when a buffer is closed.
This fixes Savannah bug #46904 reported by Mike Frysinger.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5567 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoMoving set_modified() to the file that has to do with files.
Benno Schulenberg [Fri, 15 Jan 2016 14:42:07 +0000 (14:42 +0000)]
Moving set_modified() to the file that has to do with files.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5566 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoReturning a fantastic file descriptor -- when opening
Benno Schulenberg [Fri, 15 Jan 2016 14:23:50 +0000 (14:23 +0000)]
Returning a fantastic file descriptor -- when opening
a non-existent file for reading succeeds.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5565 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoPlugging another memory leak.
Benno Schulenberg [Fri, 15 Jan 2016 13:27:12 +0000 (13:27 +0000)]
Plugging another memory leak.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5564 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoFreeing the full filename in all cases.
Benno Schulenberg [Fri, 15 Jan 2016 13:17:44 +0000 (13:17 +0000)]
Freeing the full filename in all cases.

There's a bunch of return cases where we don't free the new full filename
which leads to leaks when writing out new files.  One way to reproduce:
$ rm -f foo
$ nano foo
<hit enter>
<ctrl+o to save>
<ctrl+x to exit>
-> memory leak

Patch by Mike Frysinger.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5563 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoShowing a key only when it was rebound.
Benno Schulenberg [Thu, 14 Jan 2016 14:44:11 +0000 (14:44 +0000)]
Showing a key only when it was rebound.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5562 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoEliding an unneeded function.
Benno Schulenberg [Thu, 14 Jan 2016 14:34:05 +0000 (14:34 +0000)]
Eliding an unneeded function.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5561 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoDeleting two duplicate declarations.
Benno Schulenberg [Thu, 14 Jan 2016 13:52:39 +0000 (13:52 +0000)]
Deleting two duplicate declarations.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5560 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoEliding an unneeded variable and adjusting some wrappings and whitespace.
Benno Schulenberg [Thu, 14 Jan 2016 13:41:45 +0000 (13:41 +0000)]
Eliding an unneeded variable and adjusting some wrappings and whitespace.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5559 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoDeleting an 'if' that is always FALSE.
Benno Schulenberg [Thu, 14 Jan 2016 13:27:22 +0000 (13:27 +0000)]
Deleting an 'if' that is always FALSE.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5558 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoRemoving a reference to an obsolete file.
Benno Schulenberg [Thu, 14 Jan 2016 13:14:16 +0000 (13:14 +0000)]
Removing a reference to an obsolete file.
Bug was reported by Mike Frysinger.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5557 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoAdjusting a few comments and rewrapping some lines.
Benno Schulenberg [Wed, 13 Jan 2016 20:32:40 +0000 (20:32 +0000)]
Adjusting a few comments and rewrapping some lines.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5556 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoReducing the number of indentation steps elsewhere too.
Benno Schulenberg [Wed, 13 Jan 2016 20:08:36 +0000 (20:08 +0000)]
Reducing the number of indentation steps elsewhere too.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5555 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoReducing the number of indentation steps.
Benno Schulenberg [Tue, 12 Jan 2016 20:26:59 +0000 (20:26 +0000)]
Reducing the number of indentation steps.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5554 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoCondensing the preparsing of a line.
Benno Schulenberg [Tue, 12 Jan 2016 20:17:05 +0000 (20:17 +0000)]
Condensing the preparsing of a line.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5553 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoRemoving a senseless iteration: simply add the new record at the tail.
Benno Schulenberg [Tue, 12 Jan 2016 20:08:31 +0000 (20:08 +0000)]
Removing a senseless iteration: simply add the new record at the tail.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5552 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

8 years agoDifferentiating a variable name from function names.
Benno Schulenberg [Tue, 12 Jan 2016 19:20:40 +0000 (19:20 +0000)]
Differentiating a variable name from function names.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5551 35c25a1d-7b9e-4130-9fde-d3aeb78583b8