Merge branch '120_diff_view'
commit8e33a5bef823fdfc272875ea42d4b21a2b6f07b5
authorIlia Maslakov <il.smind@gmail.com>
Tue, 27 Apr 2010 09:34:46 +0000 (27 13:34 +0400)
committerIlia Maslakov <il.smind@gmail.com>
Tue, 27 Apr 2010 09:34:46 +0000 (27 13:34 +0400)
tree4b78c92be379997bd04b77fc64018983c05849ff
parent5c5b35ae47cfc878b3f200be3b32f64982cf411f
parentc2b0209ec92e9cdbbf99867f1769e2c8f1727b04
Merge branch '120_diff_view'

* 120_diff_view: (22 commits)
  Update panels after closing the diff viewer.
  Optimization of Diff Viewer construction and destruction.
  added diff options dialog
  added save/load diffview options.
  Modified destroying of WDiff widget.
  Repaint screen after encoding change.
  Minor clean up.
  Added usage of search engine.
  added merge mechanism
  Add new section [Diff Viewer] in man and built-in help.
  Fixes of button bar handling.
  buttonbar_call(): don't handle Fx button with non-defined command.
  little fixup and optimization
  fixed display utf-8 text in 8-bit locale
  initial step to multiple encodings support and select codeset.
  Fixed segfaults in standalone diff viewer.
  src/diffviewer/ydiff.c: use GLib functions more widely.
  diffviewer: Added libmc for build depends
  Added capability to run MC as standalone diff viewer.
  src/diffviewer/ydiff.c: code indentation & cleanup.
  ...