Code

tig-0.17
authorJonas Fonseca <fonseca@diku.dk>
Mon, 7 Mar 2011 01:49:41 +0000 (20:49 -0500)
committerJonas Fonseca <fonseca@diku.dk>
Mon, 7 Mar 2011 01:49:41 +0000 (20:49 -0500)
NEWS
VERSION
contrib/aspell.dict
tig.c

diff --git a/NEWS b/NEWS
index 9a4439dc8b49afa8f90de2a8f898b0eaeaac7e4f..90c7fc94bbe77813e904b2740c6e79f73a764a44 100644 (file)
--- 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 201a22c8fa5ccf5eee42a9f27552ad13e0a38619..50653ad0a6e7db059c47d02e28d65c8e88ab4bd2 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.16.2
+0.17
index cdf04b296a8e15ae6c02b4c43a5f2c7fcca0b8bb..c09cdf327088add88ff323616e5177ecc273aaba 100644 (file)
@@ -1,6 +1,7 @@
-personal_ws-1.1 en 16
-docbook
+personal_ws-1.1 en 17
+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 2cf4360ebff7ec72d1bf66233441dedbe68c819b..9132d3a77683227c2508c9900d64ef6c4bf2c496 100644 (file)
--- 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