Merge branch '2846_cleanup' into 4.8.1-stable
commit232f8c458acddeee3a8856b02fb78244b240f854
authorAndrew Borodin <aborodin@vmail.ru>
Tue, 17 Jul 2012 13:07:47 +0000 (17 17:07 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Tue, 17 Jul 2012 13:07:47 +0000 (17 17:07 +0400)
treee1900f81bfcf5e310920dc336d6f0ea25950d8e2
parente3982ebd85db2ed5a1044c8d809e0737e6880e5e
parentab48f05564ba2d3af084bf450b939abfd912e4ef
Merge branch '2846_cleanup' into 4.8.1-stable

* 2846_cleanup:
  Clarify cvs dependency.
  Indent files.
  (mcview_moveto_eol): comparison of unsigned expression < 0 fixup.
  Try fix of compile warnings about assigned but unused variables
  Code cleanup: removed unused variables amd removed unnedeed code.
  Fix of f13 key handling.
  Ticket #2538: mcviewer: unused result of str_term_width1().
  src/filemanager/mountlist.c: apply mc code indentation policy.
  Sync with gnulib 06b335ade65c8fe60fee8b9e18b670bb54ed924a:
  Minor optimization and type accuracy of some editor functions.
  Fix of mult-byte characters and tabulation printing.
  Menubar: ignore GPM_UP event.
  Accuracy use of arguments of dlg_move and widget_move macros.
  Ticket #2846: code cleanup before 4.8.1.4 release.