Various ChangeLog cleanups and additions

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@337 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Chris Allegretta 2000-11-28 02:15:30 +00:00
parent 7e0e29d3bb
commit 8be8ce2086
1 changed files with 6 additions and 3 deletions

View File

@ -20,11 +20,14 @@ CVS code -
- Now takes an argument as to whether to display the unjustify - Now takes an argument as to whether to display the unjustify
shortcut or the normal uncut text one. Needed to accomodate shortcut or the normal uncut text one. Needed to accomodate
the klugey unjustify code. the klugey unjustify code.
- nano.1, nano.1.html:
- Updated date on pages because of -p changes.
- nano.c: - nano.c:
do_justify() do_justify()
- Wrote unjustify code. Borrows cutbuffer and stores the unjustified text there, - Wrote unjustify code. Borrows cutbuffer and stores the unjustified
then grabs the next keystroke and, if the unjustify key, gets rid of the text there, then grabs the next keystroke and, if the unjustify
justified text and calls do_uncut_text. Added macro NANO_UNJUSTIFY_KEY. key, gets rid of the justified text and calls do_uncut_text.
Added macro NANO_UNJUSTIFY_KEY.
- es.po: - es.po:
- Traditional Spanish strings updates. - Traditional Spanish strings updates.