Merge branch '2741_cleanup' into 4.8.1-stable
commit70d6e5a09f0d9e7c697cccdd2efaada74bcec9b7
authorSlava Zanko <slavazanko@gmail.com>
Mon, 19 Mar 2012 16:26:29 +0000 (19 19:26 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Mon, 19 Mar 2012 16:26:29 +0000 (19 19:26 +0300)
tree38debb0023337d71604dfedd378fb336801aa405
parentf17f7cd760816dd906b6f518b57a1a8d40d7b97e
parent27bcf2ee98f89f31f83ab9c142531eff46703644
Merge branch '2741_cleanup' into 4.8.1-stable

* 2741_cleanup: (22 commits)
  Ticket #2748: wrong message in menu item "Delete tagged files if a copy exists in the other directory".
  (extfs_get_path_mangle): renamed to extfs_get_path_int
  Typo fix in message
  (expand_format): minor optimization.
  Fixed preprocessor conditions.
  find.c: drop support of legacy config option.
  Added macros for Layout and Misc sections of main config file.
  Reorder fields in mc_global struct and change type for some of them.
  Removed useless return.
  Editor: avoid extra screen redraw.
  editdraw.c: removed unused defines.
  Tweak key bindings.
  Tweak background operations support.
  Removed mcserv.8 target.
  lib/tty/win.c: includes cleanup.
  Include sys/param.h conditionally.
  Check assert.h header and use it conditionally.
  Minor optimization of memory allocation for string copy.
  (examine_cd): split in two functions to be unit test friendly.
  Removed check of unused functions.
  ...