- 26 Aug, 2016 1 commit
-
-
Benno Schulenberg authored
-
- 07 Aug, 2016 1 commit
-
-
Benno Schulenberg authored
Instead be more specific and say that the directory is not writable.
-
- 01 Aug, 2016 1 commit
-
-
Benno Schulenberg authored
This addresses https://bugs.debian.org/831636 reported by Christoph Biedl.
-
- 16 Jul, 2016 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 14 Jul, 2016 1 commit
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?47296.
-
- 13 Jul, 2016 1 commit
-
-
Benno Schulenberg authored
-
- 27 Jun, 2016 1 commit
-
-
Benno Schulenberg authored
Just like when reading a file fails. It needs the user's attention.
-
- 21 Jun, 2016 1 commit
-
-
Benno Schulenberg authored
Don't make it the responsibility of the executed functions to restore the list of shortcuts of the edit window. Just detect whether another menu was displayed, and if so, redisplay the main menu.
-
- 20 Jun, 2016 1 commit
-
-
Benno Schulenberg authored
-
- 17 Jun, 2016 1 commit
-
-
Benno Schulenberg authored
-
- 12 Jun, 2016 1 commit
-
-
Benno Schulenberg authored
Specifying an operating directory should either lead to a successfull confinement, or nano should fail to start. (Also: save the terminal settings as soon as possible, so that an early die() will not restore uninitialized values.) This fixes the first part of https://savannah.gnu.org/bugs/?47798 properly.
-
- 08 Jun, 2016 2 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?48103. (The fix is wasteful -- it should only discard the multidata if actually the name *did* change, *and* if the applicable syntax changed.)
-
- 07 Jun, 2016 1 commit
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?48156.
-
- 04 Jun, 2016 1 commit
-
-
Benno Schulenberg authored
Don't catch the NULL earlier, because we do want an error message when opening the lockfile fails.
-
- 03 Jun, 2016 1 commit
-
-
Benno Schulenberg authored
That is: don't mix the number of lines read with a warning about the file being unwritable -- the former is just convenience information, the latter is a must-see. This fixes https://savannah.gnu.org/bugs/?48047.
-
- 30 May, 2016 1 commit
-
-
Benno Schulenberg authored
-
- 24 May, 2016 3 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 23 May, 2016 7 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
And to contrast it more with 'answer'.
-
Benno Schulenberg authored
When calling do_prompt(), 'ans' is used to offer a default answer or the answer given so far.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 22 May, 2016 2 commits
-
-
Benno Schulenberg authored
The relative path could be . or .. or even empty, which is uninformative. This fixes the last part of https://savannah.gnu.org/bugs/?47798.
-
Benno Schulenberg authored
Move the initialization of the operating directory to after the initialization of the screen, so that the above error can be shown. This fixes the first part of https://savannah.gnu.org/bugs/?47798.
-
- 21 May, 2016 6 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Between the first stat (that sets 'realexists') and the second stat (directly after), the file might have disappeared, which would mean that current_stat would be NULL. Prevent dereferencing this further down.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Only when the user decides not to override an existing lockfile should loading the corresponding file be skipped. Any failure to write the lockfile should be ignored -- the file itself should be loaded anyway. This fixes https://savannah.gnu.org/bugs/?47945.
-
Benno Schulenberg authored
Error messages about lock files should not get overwritten by purely informational messages, only by alerting ones. This fixes https://savannah.gnu.org/bugs/?47963.
-
- 18 May, 2016 4 commits
-
-
Benno Schulenberg authored
The variable 'namecopy' has been passed to dirname(), so it is likely to have been changed when it contains a slash. So, use a new variable instead. Also, free the result of display_string(). This fixes https://savannah.gnu.org/bugs/?47956.
-
Benno Schulenberg authored
Having just opened a fresh buffer, 'openfile->next' will never be NULL, because the list is circular. Second, when compiled with --disable-nultibuffer, and deciding not to override an existing lock, the 'return FALSE' should *not* be skipped, because otherwise the named file will be opened after all. This fixes an unreported bug.
-
Benno Schulenberg authored
Make the failures to read or write a lock file into important messages, so they will not be overwritten by the number of lines read.
-
Benno Schulenberg authored
The general mechanism for not allowing important messages to be overwritten will take care of not overwriting warnings about failed file lockings.
-