Merge branch '2409_prepare_to_4.7.5'
commitfc99cac4c254a78feb301159d343e3b19cbf23b9
authorSlava Zanko <slavazanko@gmail.com>
Fri, 26 Nov 2010 08:35:02 +0000 (26 10:35 +0200)
committerSlava Zanko <slavazanko@gmail.com>
Fri, 26 Nov 2010 08:35:02 +0000 (26 10:35 +0200)
tree25af005eb5f3e874f5f57337973b8f9a02a5289e
parent58ea06dadf952a0a1e9d96efb5699721d101df1a
parent15013927e76a1c46a0b3833dbf4a41925c26fdb8
Merge branch '2409_prepare_to_4.7.5'

* 2409_prepare_to_4.7.5: (60 commits)
  Include inttypes.h instead of stdint.h.
  Modified output of --version key.
  Moved filemanager-related stuff to src/filemanager directory
  Init/deinit clean up
  Cleanup of main.[ch].
  Removed hardcoded actions on ctrl-d and ctrl-h hotkeys. Now these hotkeys defined in keymap file.
  Changes for avoid compiler warnings
  Split file src/keybind.[ch] to lib/keybind.[ch] and src/keybind-defaults.[ch].
  Renamed keybind-related functions:
  Moved charsets.[ch]  from src to lib directory
  Refactoring: removed unused variable
  Removed file contrib/dist/mc.qpg.in
  Removed unneded utility mcmfmt
  History optimization.
  Renamed mc_config_direct_set_string() to mc_config_set_string_raw()
  Optimization of confguration library: delete extra checks
  Menu improvements.
  Optimization of str_msg_term_size().
  Use str_msg_term_size() instead of msglen()
  Split lib/widget/widget.[ch] and lib/widget/wtools.[ch] files
  ...