Merge branch '2990_cleanup'
commit6b64835a7e6e38d2f6adf44f282fcc8c481b8328
authorSlava Zanko <slavazanko@gmail.com>
Mon, 3 Jun 2013 11:21:31 +0000 (3 14:21 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Mon, 3 Jun 2013 11:21:31 +0000 (3 14:21 +0300)
tree65bdc00148f073af0fa9a29ebf43f11482b010a5
parent1df77c409e9fca7fe93236ddd183948b5a699471
parent426f114a9337114f531d12caeeb876c2aa717a9d
Merge branch '2990_cleanup'

* 2990_cleanup: (32 commits)
  Remove LC_ALL from info_size. INFO file generate without LC_ALL e.g. in current locale. Size must be computed with same locale, otherwise INFO file will be chopped of
  mceditor: last_bracket: make member of WEdit.
  Use "'" instead of "`" for messages and comments quoting.
  Search callbacks should return mc_search_cbret_t not int.
  Fix filename for msppt in ext.d/doc.sh: use $MC_EXT_FILENAME not %f.
  Fix info for ogg files in sound.sh
  Minor otimization of syntax highlightimg engine:
  (compare_word_to_right): use correct upper boundary of scanned text.
  option_whole_chars_search: unsed variable. Remove it and related code.
  (edit_update_screen): fix of editor frame drawing.
  src/editor/editcmd.c: remove unneeded include layout.h.
  Fix documentation: use actual menu item names.
  (edit_about): update year.
  (vfs_get_encoding): optimization and enhancement:
  (button_set_text): update value of WButton::hotpos.
  Use tty_draw_box instead of draw_box() to draw frames.
  (smbfs_fake_share_stat): don't access to free'd memory.
  Remove vfs_path_to_str() function for avoid often memory allocations.
  Use G_N_ELEMENTS macro to calculate of array size.
  WEdit::labels is unused. Remove.
  ...