Added documentation for all the -k cut changes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@134 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
939fdbd64d
commit
0e5faca531
|
@ -4,6 +4,12 @@ Changes in CVS -
|
||||||
- cut.c:
|
- cut.c:
|
||||||
do_cut_text()
|
do_cut_text()
|
||||||
- Added check for MARK_ISSET when using CUT_TO_END. Fixes bug #31.
|
- Added check for MARK_ISSET when using CUT_TO_END. Fixes bug #31.
|
||||||
|
- Simplified check for freeing cutbuffer. Added checks for doing
|
||||||
|
multiple cuts with -k, now sets marked_cut to 2 for later
|
||||||
|
processing by do_uncut_text().
|
||||||
|
do_uncut_text()
|
||||||
|
- Added handler for uncutting with -k cuts.
|
||||||
|
|
||||||
- files.c:
|
- files.c:
|
||||||
write_file()
|
write_file()
|
||||||
- Removed (redundant) check for writing out files with -t.
|
- Removed (redundant) check for writing out files with -t.
|
||||||
|
|
Loading…
Reference in New Issue