Code

Fix the view clearing to only be effective for displayed views
[tig.git] / NEWS
diff --git a/NEWS b/NEWS
index e2009df130e1c3149023902f529a4697cbda7fb5..7bd288942eaa18190c09080e604ed0fa1e4e7f6b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,11 +10,19 @@ Improvements:
    code in git's bash completion script.
  - 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:
 
+ - Status view: show error when failing to open a file.
+ - Status view: report failures to update a file.
+ - 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
 --------