From c2e1c3fc6576afe962ebaa82a8578210563be99d Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Sun, 6 Mar 2011 20:49:41 -0500 Subject: [PATCH] tig-0.17 --- NEWS | 5 +++-- VERSION | 2 +- contrib/aspell.dict | 14 ++++++++++++-- tig.c | 2 +- 4 files changed, 17 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 9a4439d..90c7fc9 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 201a22c..50653ad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.16.2 +0.17 diff --git a/contrib/aspell.dict b/contrib/aspell.dict index cdf04b2..c09cdf3 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 2cf4360..9132d3a 100644 --- a/tig.c +++ b/tig.c @@ -1,4 +1,4 @@ -/* Copyrsght (c) 2006-2010 Jonas Fonseca +/* Copyright (c) 2006-2010 Jonas Fonseca * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as -- 2.30.2