- refreshing fixes.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@102 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
fa8f7bf0dc
commit
ed0cb890fb
|
@ -1,6 +1,10 @@
|
||||||
Current CVS:
|
Current CVS:
|
||||||
- Implemented Pico's -k mode. New flag CUT_TO_END, option (-k, --cut),
|
- Implemented Pico's -k mode. New flag CUT_TO_END, option (-k, --cut),
|
||||||
affects do_cut_text in cut.c.
|
affects do_cut_text in cut.c.
|
||||||
|
- move.c
|
||||||
|
page_down()
|
||||||
|
- Don't edit_refresh() if the bottom of the file is in the edit
|
||||||
|
buffer. (Adam)
|
||||||
- nano.c:
|
- nano.c:
|
||||||
main():
|
main():
|
||||||
- TABSIZE now set before first call to edit_refresh (Bill Soudan)
|
- TABSIZE now set before first call to edit_refresh (Bill Soudan)
|
||||||
|
@ -15,6 +19,8 @@ Current CVS:
|
||||||
- Removed call to search_abort()/replace_abort() before call to
|
- Removed call to search_abort()/replace_abort() before call to
|
||||||
the opposite function.
|
the opposite function.
|
||||||
- Fixed bug #28.
|
- Fixed bug #28.
|
||||||
|
findnextstr()
|
||||||
|
- do not center string found if it is currently visable. (Adam)
|
||||||
- fr.po:
|
- fr.po:
|
||||||
- French update by Clement Laforet <clem_laf@wanadoo.fr>.
|
- French update by Clement Laforet <clem_laf@wanadoo.fr>.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue