summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Fonseca <fonseca@diku.dk>2011-03-06 20:49:41 -0500
committerJonas Fonseca <fonseca@diku.dk>2011-03-06 20:49:41 -0500
commitc2e1c3fc6576afe962ebaa82a8578210563be99d (patch)
treea0b077b4696c4c578efd9b375eba5dec32654afd
parent607cfb11cd9b6e2beaa36158d77842f8aac7fd67 (diff)
tig-0.17tig-0.17
-rw-r--r--NEWS5
-rw-r--r--VERSION2
-rw-r--r--contrib/aspell.dict14
-rw-r--r--tig.c2
4 files changed, 17 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 9a4439dc..90c7fc94 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
Release notes
=============
-tig master
-----------
+tig-0.17
+--------
Improvements:
@@ -12,6 +12,7 @@ Improvements:
Bug fixes:
+ - Fix ncurses 2.8 issue by passing non-zero column size to newwin(1).
- Fix opening of diffs when browsing branches.
tig-0.16.2
diff --git a/VERSION b/VERSION
index 201a22c8..50653ad0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.16.2
+0.17
diff --git a/contrib/aspell.dict b/contrib/aspell.dict
index cdf04b29..c09cdf32 100644
--- a/contrib/aspell.dict
+++ b/contrib/aspell.dict
@@ -1,6 +1,7 @@
-personal_ws-1.1 en 167
-docbook
+personal_ws-1.1 en 177
+extdiff
DocBook
+docbook
xpm
utils
oldmode
@@ -17,6 +18,7 @@ XSL
cd
stderr
getch
+linenumber
SHA
errno
nodelay
@@ -44,6 +46,7 @@ DSSL
FIXME
frontend
chdir
+LDLIBS
acked
untracked
subdirectories
@@ -67,6 +70,7 @@ ident
namespace
xhtml
PageDown
+textconv
localtime
repo
Debian
@@ -77,6 +81,7 @@ Online
ACDMRTXB
keymaps
cwd
+tmp
filename
cdate
gitlink
@@ -89,6 +94,7 @@ lineno
AsciiDoc
asciidoc
PgUp
+renderer
endif
contrib
delim
@@ -120,6 +126,7 @@ cacheinfo
cdup
UTF
combi
+ascii
resize
filesystem
signoff
@@ -143,6 +150,7 @@ gitconfig
qgit
struct
aterm
+ARGS
ncursesw
gitk
unicode
@@ -152,6 +160,8 @@ keybinding
Fonseca
charset
wgetch
+tabsize
+dirs
lncursesw
rwxr
Baudis
diff --git a/tig.c b/tig.c
index 2cf4360e..9132d3a7 100644
--- a/tig.c
+++ b/tig.c
@@ -1,4 +1,4 @@
-/* Copyrsght (c) 2006-2010 Jonas Fonseca <fonseca@diku.dk>
+/* Copyright (c) 2006-2010 Jonas Fonseca <fonseca@diku.dk>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as