nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 5187b504d4f77f92efaa7b73c2868c0553120bed
parent fa38795ef55c3031b19dee7fd04ce1b85fd92dff
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sat, 26 Aug 2006 16:51:42 +0000

add missing changelog entry


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3855 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -61,6 +61,8 @@ 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, + for consistency. (DLR) - browser.c: do_browser() - Refactor the mouse support, modeling it after do_mouse() for