From: David Lawrence Ramsey Date: Sat, 14 May 2005 21:19:15 +0000 (+0000) Subject: document a renamed variable X-Git-Tag: v1.3.8~294 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6d39f4ba662946bd62144bbdde626f1903f04114;p=nano.git document a renamed variable git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2506 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index 90b524c5..5720dff9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,6 +35,8 @@ CVS code - - Move the "Refresh" and "Exit" shortcuts to the beginning of the help browser shortcut list, for consistency. (DLR) - nano.c: + copy_filestruct() + - Rename variable prev to copy to avoid confusion. (DLR) print1opt_full() - If desc should be empty, allow it to be NULL instead of "", since the latter is not necessarily translated as "".