smol/src
Benno Schulenberg 400e7ce13f Reporting "Cancelled" instead of "Not found" when the user aborts a replace
that is taking too long.  This fixes Savannah bug #47439.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5776 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
2016-03-30 12:00:48 +00:00
..
Makefile.am Removing an "-I m4" flag; it is needed only at the top level. 2014-06-16 12:45:03 +00:00
browser.c Improving the wording of an error message: the confinement of 2016-03-29 14:16:55 +00:00
chars.c Speeding up Unicode validation. 2016-03-29 14:46:53 +00:00
color.c Checking for the existence of the REG_ENHANCED regex flag, and 2016-03-22 10:42:28 +00:00
cut.c Not moving the cursor when copying a backwardly marked region. 2016-02-23 12:07:58 +00:00
files.c Always asking whether it's okay when the name of the file was changed. 2016-03-20 14:34:46 +00:00
global.c Removing the 'last_replace' variable that is never used. 2016-03-28 19:14:33 +00:00
help.c Switching the cursor on and off at the appropriate moments (that is: when 2016-02-13 19:41:12 +00:00
move.c Sorting the prev_word() and next_word() functions in the standard way: 2016-02-22 12:49:08 +00:00
nano.c Placing the cursor in the edit window also when --constantshow is in effect. 2016-03-29 12:14:00 +00:00
nano.h Combining the regular-expression flags at compile time instead of at run time. 2016-03-13 19:37:21 +00:00
prompt.c Renaming a variable, for contrast and correctness. 2016-02-23 08:31:57 +00:00
proto.h Reporting "Cancelled" instead of "Not found" when the user aborts a replace 2016-03-30 12:00:48 +00:00
rcfile.c Checking for the existence of the REG_ENHANCED regex flag, and 2016-03-22 10:42:28 +00:00
search.c Reporting "Cancelled" instead of "Not found" when the user aborts a replace 2016-03-30 12:00:48 +00:00
text.c Reporting "Cancelled" instead of "Not found" when the user aborts a replace 2016-03-30 12:00:48 +00:00
utils.c Not using $HOME when we're root, because some sudos don't filter it out 2016-01-22 16:10:36 +00:00
winio.c Placing the cursor in the edit window again also after a Justify, after an 2016-03-29 14:09:17 +00:00