Merge branch '2877_stable_cleanup' into 4.8.1-stable
commitd92a9fa9acfc3a9319b5321d690ccf67b1e368ac
authorSlava Zanko <slavazanko@gmail.com>
Mon, 10 Sep 2012 12:41:46 +0000 (10 15:41 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Mon, 10 Sep 2012 12:41:46 +0000 (10 15:41 +0300)
tree8dcabbc309c91ccec2ccbfd2f5e7ec33c6a6e3f1
parent92a0edd15ffc78298967f5d301552d1d1f3cab28
parent6b0214e50838ad2fee302ba815eadf5e65aa2a99
Merge branch '2877_stable_cleanup' into 4.8.1-stable

* 2877_stable_cleanup:
  Update EN and RU man pages: add missing options.
  fixed doxygen.cfg, excluded directory /tests/ from doxygen path's
  Ticket #2861: additional error handling in edit_save_block().
  (str_utf8_normalize): ret rid of extra memory allocation.
  Use g_strndup() instead of g_strdup()
  (get_absolute_name): missing finish NULL in vfs_path_append_vpath_new() call.
  (edit_do_undo): cleanup of labeled statement usage.
  mcdiffview: code cleanup and cosmetics.
  Cleanup of screen library detection m4 code.
  Refactoring of many conditions.
  (edit_do_search): refactoring of search loop condition.
  Avoid double checks of bookmarks in editor.
  Ticket #2877: code cleanup before 4.8.1.6 release.