mirror of git://git.sv.gnu.org/nano.git
Finally closed bug #16 for inactivity, updated TODO
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@222 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
e7034c6087
commit
c9f147aba3
6
BUGS
6
BUGS
|
@ -11,6 +11,8 @@
|
||||||
(14) [FIXED, mostly]
|
(14) [FIXED, mostly]
|
||||||
- Doing a replacement of a substring of the replace string (e.g. replacing
|
- Doing a replacement of a substring of the replace string (e.g. replacing
|
||||||
"ed" with "fred" causes an infinite loop. (15) [FIXED]
|
"ed" with "fred" causes an infinite loop. (15) [FIXED]
|
||||||
|
- Cutting a file with marked text and both marker ends on the same line
|
||||||
|
causes a random segfault (16) [FIXED]
|
||||||
- Cutting more than one line resets the KEEP_CUTBUFFER flag in 0.9.3
|
- Cutting more than one line resets the KEEP_CUTBUFFER flag in 0.9.3
|
||||||
Error is in bitwise assignment (nano.h). (17) [FIXED]
|
Error is in bitwise assignment (nano.h). (17) [FIXED]
|
||||||
- The wrapping code does not work right for lines like the following:
|
- The wrapping code does not work right for lines like the following:
|
||||||
|
@ -59,6 +61,7 @@
|
||||||
signals very well =-) (41) [FIXED].
|
signals very well =-) (41) [FIXED].
|
||||||
- Unable to cut the entire file using the marker (discovered by Kev Tyler)
|
- Unable to cut the entire file using the marker (discovered by Kev Tyler)
|
||||||
(42). [FIXED]
|
(42). [FIXED]
|
||||||
|
- The keypad does not work when nano runs in the Gnome terminal (43). [FIXED]
|
||||||
** Open BUGS **
|
** Open BUGS **
|
||||||
|
|
||||||
- Marked cutting sometimes leaves a newline in the file unintelligently,
|
- Marked cutting sometimes leaves a newline in the file unintelligently,
|
||||||
|
@ -67,11 +70,8 @@
|
||||||
- no way to do a replace with the empty string. (11)
|
- no way to do a replace with the empty string. (11)
|
||||||
- Spelling support is not elegant like pico's integration of the 'spell'
|
- Spelling support is not elegant like pico's integration of the 'spell'
|
||||||
program. Nano only uses ispell (for now) (12)
|
program. Nano only uses ispell (for now) (12)
|
||||||
- Cutting a file with marked text and both marker ends on the same line
|
|
||||||
causes a random segfault (16) [FIXED?]
|
|
||||||
- In replace, there is no way to accept the default replace string. (27)
|
- In replace, there is no way to accept the default replace string. (27)
|
||||||
- totsize problems still abound in do_justify (33)
|
- totsize problems still abound in do_justify (33)
|
||||||
- The keypad does not work when nano runs in the Gnome terminal (43).
|
|
||||||
|
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
|
|
6
TODO
6
TODO
|
@ -2,7 +2,7 @@ TODO file (? means the feature may be implemented, but not definitely)
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
Current Version:
|
Current Version:
|
||||||
- Implement Spelling [DONE, mostly...]
|
- Implement Spelling [DONE]
|
||||||
- Implement Help [DONE]
|
- Implement Help [DONE]
|
||||||
- Internationalization [In progress, translators welcome!]
|
- Internationalization [In progress, translators welcome!]
|
||||||
- Allow nano to be resized in X. [DONE]
|
- Allow nano to be resized in X. [DONE]
|
||||||
|
@ -12,6 +12,10 @@ Current Version:
|
||||||
- Implement justify function [DONE]
|
- Implement justify function [DONE]
|
||||||
- Cut to end of line [DONE]
|
- Cut to end of line [DONE]
|
||||||
- Unjustify command (^U after ^J)
|
- Unjustify command (^U after ^J)
|
||||||
|
- Built-in speller command [needed for version 1.0]
|
||||||
|
- Better statusbar interaction (scrolling, tab completion for filename)
|
||||||
|
[needed for version 1.0]
|
||||||
|
|
||||||
|
|
||||||
For Next Version:
|
For Next Version:
|
||||||
- Undo/Redo key?
|
- Undo/Redo key?
|
||||||
|
|
Loading…
Reference in New Issue