diff --git a/ChangeLog b/ChangeLog index 2e4fe494..f3457ce7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -55,6 +55,8 @@ CVS code - long instead of an unsigned int. (DLR) cwd_tab_completion(), browser_init() - Rename variable next to nextdir to avoid confusion. (DLR) + input_tab() + - Since list is a bool, assign it FALSE instead of 0. (DLR) do_browser() - Don't treat NANO_CANCEL_KEY as NANO_EXIT_KEY anymore, for consistency. (DLR)