? ChangeLog.foo ? NEWS.foo ? nano-1.2.3.tar.gz ? nano.html ? noerrormsg.diff Index: ChangeLog =================================================================== RCS file: /cvsroot/nano/nano/ChangeLog,v retrieving revision 1.795.2.10 diff -u -r1.795.2.10 ChangeLog --- ChangeLog 24 Feb 2004 14:08:10 -0000 1.795.2.10 +++ ChangeLog 15 May 2004 00:07:13 -0000 @@ -1,6 +1,10 @@ CVS code - - General: - Translation updates (see po/ChangeLog for details). +- nano.c: + main() + - Don't call open_file with quiet flag set. Fixes Debian bug + #246956 (no warning when trying to open non-readable file). GNU nano 1.2.3 - 2004.01.17 - General: Index: nano.c =================================================================== RCS file: /cvsroot/nano/nano/Attic/nano.c,v retrieving revision 1.338.2.2 diff -u -r1.338.2.2 nano.c --- nano.c 27 Dec 2003 16:35:21 -0000 1.338.2.2 +++ nano.c 15 May 2004 00:07:15 -0000 @@ -3420,7 +3420,7 @@ fprintf(stderr, "Main: open file\n"); #endif - open_file(filename, 0, 1); + open_file(filename, 0, 0); #ifdef ENABLE_MULTIBUFFER /* If we're using multibuffers and more than one file is specified on the command line, load them all and switch to the first one