- Unable to cut the entire file using the marker (discovered by Kev Tyler)
(42). [FIXED]
- The keypad does not work when nano runs in the Gnome terminal (43). [FIXED]
+- When reading in a file, if the file is a directory the contents of the
+ file being edited are blown away (discovered by Chris Pimlot) (44). [FIXED]
+
** Open BUGS **
- Marked cutting sometimes leaves a newline in the file unintelligently,
- totsize problems still abound in do_justify (33)
$Id$
-
do_cut_text()
- Don't immediately abort if we're on filebot and the marker is
set (fixes bug #42).
+- files.c:
+ open_file()
+ - Fix for bug #44 (Rocco Corsi).
- global.c:
shortcut_init()
- Added in FKEYs that for some reason were left out. *boggle*
} else { /* File is A-OK */
if (S_ISDIR(fileinfo.st_mode)) {
statusbar(_("File \"%s\" is a directory"), filename);
- new_file();
+ if (!insert)
+ new_file();
return -1;
}
if (!quiet)