From: Chris Allegretta Date: Mon, 29 Oct 2001 03:03:12 +0000 (+0000) Subject: Stupid typos X-Git-Tag: v1.0.6~1 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8d8e0ce83d9f8a859ab5a6b80d6b9ce94e835acd;p=nano.git Stupid typos git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@897 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index c84bd65f..2a048177 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,10 +11,10 @@ CVS code - aren't needed for nano-tiny. - cut.c: do_cut_text() - - Backported 1.1 fixes for just doing edit_update when we cut + - Backported 1.1 fixes for just doing edit_refresg when we cut text instead of edit_update. do_uncut_text() - - Backported David Lawrence Ramsey's fixes for doing refresh + - Backported David Lawrence Ramsey's fixes for doing edit_refresh instead of edit_update when uncutting text. cut_marked_segment() - Fix off-by one in mem allocation.