commit d6972ae74f2be4c5afbbd943ef2617a8660ae7d8
parent 5187b504d4f77f92efaa7b73c2868c0553120bed
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sat, 26 Aug 2006 16:57:33 +0000
cosmetic fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3856 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -61,7 +61,10 @@ CVS code -
the "Go To Directory" prompt, and then canceling back to the
"Read File" or "Save File As" prompt. Changes to
get_prompt_string() and do_prompt(). (DLR)
- - Rename the parameter old_pww to pww_save in various functions,
+ - Rename the parameter old_pww to pww_save in
+ need_statusbar_horizontal_update(), need_horizontal_update(),
+ need_vertical_update(), and edit_redraw(); and rename the
+ variable old_pww to pww_save in do_search() and do_research();
for consistency. (DLR)
- browser.c:
do_browser()