2002-05-18 21:15:24 +00:00
|
|
|
** Open BUGS **
|
|
|
|
|
|
|
|
** Fixed BUGS **
|
2001-01-29 23:37:54 +00:00
|
|
|
- Marked cutting sometimes leaves a newline in the file unintelligently,
|
|
|
|
such as when all of a line is selected but the mark doesn't proceed to
|
|
|
|
the new line. (8) [FIXED/IRRELEVANT]
|
2000-06-06 05:53:49 +00:00
|
|
|
- Certains are not lined up properly when there are tabs in them at
|
|
|
|
certain col values. (9) [FIXED]
|
|
|
|
- edit_refresh() and update_line() do not handle selecting text when the
|
2000-06-07 04:29:34 +00:00
|
|
|
cursor is beyond COLS (10) [FIXED]
|
2006-11-21 04:06:13 +00:00
|
|
|
- No way to do a replace with the empty string (11) [FIXED, yay!]
|
2001-05-05 17:45:54 +00:00
|
|
|
- Spelling support is not elegant like Pico's integration of the 'spell'
|
2006-11-21 04:06:13 +00:00
|
|
|
program. nano only uses ispell (for now) (12) [FIXED]
|
2000-06-06 05:53:49 +00:00
|
|
|
- Moving to the end of a line when close to a multiple of COLS and at
|
|
|
|
least COLS * 2 does not make the screen jump early like it would for
|
|
|
|
if we were around COLS (bugs in edit_refresh, update_line) (13)
|
|
|
|
[FIXED, mostly]
|
2006-11-21 04:06:13 +00:00
|
|
|
- When at the very bottom of the edit window, do_wrap() goes berserk and
|
2001-05-05 17:45:54 +00:00
|
|
|
puts the cursor somewhere bad; subsequent keystrokes crash the program
|
2000-06-06 05:53:49 +00:00
|
|
|
(14) [FIXED, mostly]
|
2006-11-21 04:06:13 +00:00
|
|
|
- Doing a replacement of a substring of the replace string (e.g.
|
|
|
|
replacing "ed" with "fred" causes an infinite loop). (15) [FIXED]
|
2000-09-15 13:28:05 +00:00
|
|
|
- Cutting a file with marked text and both marker ends on the same line
|
|
|
|
causes a random segfault (16) [FIXED]
|
2001-05-05 17:45:54 +00:00
|
|
|
- Cutting more than one line resets the KEEP_CUTBUFFER flag in 0.9.3.
|
2000-06-06 05:53:49 +00:00
|
|
|
Error is in bitwise assignment (nano.h). (17) [FIXED]
|
2000-07-22 19:33:19 +00:00
|
|
|
- The wrapping code does not work right for lines like the following:
|
|
|
|
* *
|
|
|
|
Error is in do_wrap, must be rewritten. (18) [FIXED]
|
2006-11-21 04:06:13 +00:00
|
|
|
- nano fails to follow symlinks, even though -l isn't being used (20).
|
2000-06-06 05:53:49 +00:00
|
|
|
[Bug in global flag init, FIXED]
|
2006-11-21 04:06:13 +00:00
|
|
|
- When using --help or --version, the SIGINT character gets lost. (21)
|
|
|
|
[FIXED]
|
2001-05-05 17:45:54 +00:00
|
|
|
- edit_refresh() and update_line() (and related functions) have
|
|
|
|
trouble when a tab is the character that is the boundary at COLS (23)
|
|
|
|
[FIXED]
|
2006-11-21 04:06:13 +00:00
|
|
|
- There is an off-by-one error in keeping track of totsize. It is
|
|
|
|
caused by the fact that we count the newline at the end when we read
|
|
|
|
in a file but we do not, in fact, display this newline. This should
|
|
|
|
go away implicitly when the "Magic Line" returns, but it is noted here
|
|
|
|
for documentation's sake. (24) [FIXED]
|
2000-07-12 02:28:33 +00:00
|
|
|
- In replace with completely adjacent strings, every other search string
|
2006-11-21 04:06:13 +00:00
|
|
|
will be missed (try replace ':' in a string like ':::::::::') (28)
|
|
|
|
[FIXED]
|
|
|
|
- If nano opens a read-only file with the --tempfile option, and a
|
|
|
|
change is made to the buffer, and a write is attempted, nano will not
|
|
|
|
give you a dialog about not being able to write the file, and it will
|
|
|
|
not let the user exit (29, discovered by Joshua Jensen) [FIXED]
|
2000-07-24 18:28:30 +00:00
|
|
|
- Using nano -k, marked text is not cut properly. (31) [FIXED]
|
2006-11-21 04:06:13 +00:00
|
|
|
- Invoking -t or -k has the effect of invoking both options. (32)
|
|
|
|
[FIXED]
|
2000-07-24 23:18:48 +00:00
|
|
|
- totsize becomes incorrect after word-wrapping (25) [FIXED]
|
2001-05-05 17:45:54 +00:00
|
|
|
- Wrapping a line with autoindent mode sometimes causes a segfault (19)
|
|
|
|
[FIXED]
|
2000-07-24 23:18:48 +00:00
|
|
|
- When inserting files, the display sometimes fails to display properly
|
2001-05-05 17:45:54 +00:00
|
|
|
until a pageup/down occurs (22) [FIXED]
|
|
|
|
- In search/replace code, there is too much refreshing in bottomwin (26)
|
|
|
|
[FIXED]
|
2000-11-03 01:29:04 +00:00
|
|
|
- In replace, there is no way to accept the default replace string. (27)
|
2001-05-05 17:45:54 +00:00
|
|
|
[FIXED]
|
2006-11-21 04:06:13 +00:00
|
|
|
- Using nano -t, user can not exit until a filename is given via ^O.
|
|
|
|
(30) [FIXED]
|
2001-01-29 23:37:54 +00:00
|
|
|
- totsize problems still abound in do_justify (33) [FIXED]
|
2001-05-05 17:45:54 +00:00
|
|
|
- Using -k, cut text is not pasted properly. (34) [FIXED].
|
2006-11-21 04:06:13 +00:00
|
|
|
- Using -k, pasted text is not updated properly if it goes beyond
|
|
|
|
editbot. (35) [FIXED]
|
2001-05-05 17:45:54 +00:00
|
|
|
- Doing a cut with -k can screw up the filestruct; fault is in cutting
|
2006-11-21 04:11:18 +00:00
|
|
|
code. (36) [FIXED]
|
2000-07-31 13:52:20 +00:00
|
|
|
- Hitting enter on the magic line makes new lines, but they are not
|
|
|
|
written out to disk when saved..... (37). [FIXED]
|
2006-11-21 04:06:13 +00:00
|
|
|
- Page up and page down do not work the same way as in Pico (# of
|
|
|
|
lines). (38) [FIXED]
|
2000-08-19 03:53:39 +00:00
|
|
|
- When doing a search and the marker is set, the screen does not always
|
|
|
|
properly update the inverted text (39). [FIXED]
|
2001-05-05 17:45:54 +00:00
|
|
|
- Searches for a string that only exists on one line multiple times will
|
|
|
|
fail after finding the last occurrence (discovered by Ken Tyler) (40).
|
|
|
|
[FIXED]
|
2006-11-21 04:06:13 +00:00
|
|
|
- Meta-Z is currently broken to toggle suspend. I guess I still don't
|
|
|
|
know signals very well =-) (41) [FIXED].
|
|
|
|
- Unable to cut the entire file using the marker (discovered by Ken
|
|
|
|
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]
|
|
|
|
- In certain terms, nano will leave a "ghost" of screen upon exit when
|
|
|
|
called from inside mutt (among other settings) (45). [FIXED]
|
2000-10-27 04:36:01 +00:00
|
|
|
- In replace, hitting the Goto line shortcut key does nothing after a
|
|
|
|
search string is entered (discovered by Rocco Corsi) (46) [FIXED].
|
2006-11-21 04:06:13 +00:00
|
|
|
- When typing in a string in search or replace and hitting
|
|
|
|
CASE_SENSITIVE or the other search string, the current string edit is
|
|
|
|
blown away in favor of the last stored search (47) [FIXED]
|
2001-05-05 17:45:54 +00:00
|
|
|
- If nano fails to open a file when it starts up, doing almost anything
|
2000-12-18 20:18:37 +00:00
|
|
|
causes a segfault (discovered by Ben Roberts) (48). [FIXED]
|
2001-01-04 02:33:52 +00:00
|
|
|
- In certain terminals, nano would not work properly with keypad().
|
2001-05-05 17:45:54 +00:00
|
|
|
Turned out to be the silly timeout(0) call, which is completely
|
2006-11-21 04:06:13 +00:00
|
|
|
unneeded, anyway. (49) [FIXED]
|
|
|
|
- With less than a page of text, doing a page down will move the current
|
|
|
|
line to the top of the screen, which it shouldn't do. (50) [FIXED]
|
|
|
|
- With PDCurses, running Meta-X turns off the keypad. (51) [FIXED]
|
2001-01-29 23:37:54 +00:00
|
|
|
- Resizing the window completely screws up the display if in any other
|
|
|
|
mode than normal editing (help screen, search and replace, file
|
2006-11-21 04:06:13 +00:00
|
|
|
browser...) (52) [FIXED]
|
|
|
|
- Alt speller argument (-s, --speller) does not take a string argument
|
|
|
|
of more than one word. (53) [FIXED].
|
2001-02-05 13:43:23 +00:00
|
|
|
- Cut to end cutting (-k) causes segfaults (try cutting "- Backup making
|
2001-02-12 05:01:05 +00:00
|
|
|
(filename~)?" line in TODO file) (discovered by
|
2001-02-05 13:43:23 +00:00
|
|
|
higuita@cadernoverde.com) (54) [FIXED].
|
2001-05-05 17:45:54 +00:00
|
|
|
- When using autoindent (-i), wrapped text does not get autoindented
|
2001-03-14 08:28:48 +00:00
|
|
|
(55, discovered by Mark Senior) [FIXED].
|
2002-07-19 01:08:59 +00:00
|
|
|
- When using -R (regex) and -p (Pico mode), subsequent searches after
|
2001-03-14 09:08:14 +00:00
|
|
|
the first fail if no string is entered (56) [FIXED].
|
2001-03-15 02:02:20 +00:00
|
|
|
- Page down on a file of editwinrows fails (again). Reported by Ryan
|
|
|
|
Krebs (57) [FIXED].
|
2006-11-21 04:06:13 +00:00
|
|
|
- File browser aborts on Solaris in qsort() call. (Reported by Matthias
|
|
|
|
Andree) (58) [FIXED].
|
|
|
|
- Can modify the current file in view mode with ^W^R (discovered by
|
|
|
|
Rocco Corsi) (58) [FIXED].
|
|
|
|
- When page up is used after two page downs, the screen doesn't update
|
2001-04-29 02:26:17 +00:00
|
|
|
properly (discovered by David Lawrence Ramsey) (59) [FIXED].
|
2006-11-21 04:06:13 +00:00
|
|
|
- On BSD systems, marked cutting and paste often screws up the last line
|
|
|
|
in the cutbuffer (discovered by Barry Pederson) (60) [FIXED]
|
2001-06-10 20:41:20 +00:00
|
|
|
- Blank lines are not kept when cutting with -k (discovered by Rocco)
|
|
|
|
(61) [FIXED].
|
2006-11-21 04:06:13 +00:00
|
|
|
- nano will not suspend properly inside of mutt (62) [FIXED].
|
2001-08-17 00:03:46 +00:00
|
|
|
- When switching from Pico mode to normal mode, the previous search is
|
|
|
|
not displayed until cancelling the search (63) [FIXED].
|
|
|
|
- If you change search options but don't change the search string in
|
2006-11-21 04:06:13 +00:00
|
|
|
normal mode, hitting Enter causes the search/replace to abort (64)
|
2001-08-17 00:03:46 +00:00
|
|
|
(Jordi Mallach) [FIXED].
|
2001-10-03 00:45:06 +00:00
|
|
|
- Cutting one line of text causes the screen to recenter the line
|
|
|
|
(reported and fixed by David Lawrence Ramsey) (65) [FIXED].
|
2006-11-21 04:06:13 +00:00
|
|
|
- When cutting marked text including the bottom of the file, a new
|
|
|
|
"magic line" is not created" (reported by David Lawrence Ramsey, fixed
|
|
|
|
by David Lawrence Ramsey & Chris) (66) [FIXED].
|
|
|
|
- ^C does not work after a suspend in tcsh (discovered by Trevor Cordes)
|
|
|
|
(68) [FIXED].
|
2002-01-28 15:56:15 +00:00
|
|
|
- Home and End control keys (^A, ^E) do not always work in filename
|
|
|
|
prompt (bug found by Ian Turner) (69) [1.0 series only] [FIXED].
|
2002-03-21 05:07:28 +00:00
|
|
|
- Trying to insert a file of 0 bytes will hang nano (70) [FIXED].
|
2000-07-17 02:54:17 +00:00
|
|
|
|
2000-08-07 02:16:24 +00:00
|
|
|
$Id$
|