Code

Fix the view clearing to only be effective for displayed views
[tig.git] / NEWS
diff --git a/NEWS b/NEWS
index 7927c21bae0e1744d7d013d0ba4b8252a2ab35d1..7bd288942eaa18190c09080e604ed0fa1e4e7f6b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@ Improvements:
  - Colors for 256-capable terminals can be specified as colorN.
  - Entering a number in the prompt will jump to that line number.
  - Handle core.worktree by setting GIT_DIR and GIT_WORK_TREE.
+ - Make behavior of horizontal scrolling configurable by setting the
+   'horizontal-scroll' variable to a number or a percentage. Defaults to
+   scrolling 50% of the view width.
 
 Bug fixes:
 
@@ -19,6 +22,7 @@ Bug fixes:
  - Blame view: fix problem with uninitialized variable.
  - Blame view: use line number information when loading blame for
    specific commit.
+ - Fix handling of quoted strings in the config file.
 
 tig-0.14
 --------