Follow-up Comment #2, patch #6249 (project mc): Ok, I'll provide full detailed changelog:
* src/view.c: Removed unnecessary #include directives. Add comments for <ctype.h>, "help.h", "setup.h", "win.h" and "execute.h" includes. Fixed comment of "key.h" include. Removed unactual comment of "wtools.h" include. (view_offset_to_coord): Check pointers of returned values. (view_moveto_bol): Eliminate unused variable, sync with modified view_offset_to_coord() function. (view_moveto_eol): Likewise. (view_moveto_line_cmd): Implemented initialization of input line of "Goto line" dialog by previous typed value. Renamed 'answer_end' variable to 'error'. (view_moveto_addr_cmd): Implemented initialization of input line of "Goto Address" dialog by previous typed value. Renamed 'line' variable to 'answer'. Modified method of check of 'answer' value by way used in view_moveto_line_cmd() function. (view_handle_key): Added M-l key combination to call the "Goto line"/"Goto Address" dialog (as implemented in mcedit). doc/mc.1.in: Added M-l to mcview key descriptions. doc/es/mc.1.in: Likewise. doc/hu/mc.1.in: Likewise. doc/it/mc.1.in: Likewise. doc/pl/mc.1.in: Likewise. doc/ru/mc.1.in: Likewise. doc/sr/mc.1.in: Likewise. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/patch/?6249> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel