nano/src
Benno Schulenberg b63c90bf6b locking: do not open an empty buffer when respecting the first lock file
When opening multiple files, and the first of them has a lock file,
and the user chooses to not open the corresponding file, then nano
should NOT create an empty buffer in its stead.

This fixes https://savannah.gnu.org/bugs/?57777.

Bug existed since lock files were introduced, in version 2.4.0,
specifically since commit 6948d2e7.
2020-02-09 17:35:00 +01:00
..
browser.c tweaks: reshuffle some declarations, and expand a few variable names 2020-01-28 10:21:34 +01:00
chars.c copyright: update the years for significantly changed files 2020-01-15 12:11:56 +01:00
color.c tweaks: reshuffle some declarations, and expand a few variable names 2020-01-28 10:21:34 +01:00
cut.c pasting: retain the mark's position when it was set at the cursor 2020-01-20 10:34:27 +01:00
files.c locking: do not open an empty buffer when respecting the first lock file 2020-02-09 17:35:00 +01:00
global.c tweaks: exclude two unneeded fragments of code from the tiny version 2020-02-05 11:41:31 +01:00
help.c tweaks: fuse two nearly identical functions into a single one 2020-01-26 16:20:37 +01:00
history.c copyright: update the years for significantly changed files 2020-01-15 12:11:56 +01:00
Makefile.am organization: move all history-related stuff to its own file 2017-09-17 12:46:36 +02:00
move.c copyright: update the years for the FSF 2020-01-15 11:42:38 +01:00
nano.c locking: when finding a lock file at startup, quit when user cancels 2020-02-02 13:00:37 +01:00
nano.h tweaks: remove the now-unused meta flag from 'keystruct' 2020-01-23 12:06:32 +01:00
prompt.c tweaks: exclude two unneeded fragments of code from the tiny version 2020-02-05 11:41:31 +01:00
proto.h tweaks: change a function with two possible results to boolean 2020-02-09 14:24:26 +01:00
rcfile.c tweaks: unabbreviate the name of a variable 2020-02-09 12:02:37 +01:00
search.c copyright: update the years for significantly changed files 2020-01-15 12:11:56 +01:00
text.c tweaks: drop a message that will never be seen 2020-02-03 19:59:58 +01:00
utils.c copyright: update the years for significantly changed files 2020-01-15 12:11:56 +01:00
winio.c tweaks: don't bother including Haiku escape sequences in the tiny version 2020-02-05 11:31:03 +01:00