From d25cc9dba9e36d799d0424145a597faaba1694f7 Mon Sep 17 00:00:00 2001 From: Moritz Lipp Date: Fri, 30 Jul 2010 10:48:18 +0200 Subject: [PATCH 1/4] Updated manpage --- zathura.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zathura.1 b/zathura.1 index e4ce0f6..cceca27 100644 --- a/zathura.1 +++ b/zathura.1 @@ -225,4 +225,5 @@ change and adjust all the settings of zathura according to your wishes. In addition you can create a zathurarc file (default path: ~/.config/zathura/zathurarc) to overwrite settings and keybindings by using the set and map function. For -more information please check the faq on the website: http://pwmt.org/zathura +more information please check the faq on the website: +http://pwmt.org/projects/zathura From d0f7b3218a137f8021a0d7090acdcd1319bc8fa7 Mon Sep 17 00:00:00 2001 From: Moritz Lipp Date: Fri, 30 Jul 2010 11:11:43 +0200 Subject: [PATCH 2/4] Fixed segmentation fault when mapping keys --- zathura.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/zathura.c b/zathura.c index 0ebd78c..c4481db 100644 --- a/zathura.c +++ b/zathura.c @@ -1409,8 +1409,6 @@ read_configuration_file(const char* rcfile) cmd_set(length - 1, tokens + 1); else if(!strcmp(tokens[0], "map")) cmd_map(length - 1, tokens + 1); - - g_strfreev(tokens); } g_strfreev(lines); From 19a79f519f1d6034d82c69c3a0eeba5d5f25bfde Mon Sep 17 00:00:00 2001 From: Moritz Lipp Date: Fri, 30 Jul 2010 12:17:48 +0200 Subject: [PATCH 3/4] Version 0.0.8.1 --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 39467ad..0a55194 100644 --- a/config.mk +++ b/config.mk @@ -1,7 +1,7 @@ # See LICENSE file for license and copyright information # zathura make config -VERSION = 0.0.7 +VERSION = 0.0.8.1 # paths PREFIX ?= /usr From 0ad86d6264870f3d5a018d76c4dfce1bb6d2436b Mon Sep 17 00:00:00 2001 From: Moritz Lipp Date: Fri, 30 Jul 2010 17:44:03 +0200 Subject: [PATCH 4/4] Updated manpage --- zathura.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zathura.1 b/zathura.1 index cceca27..bb8bd97 100644 --- a/zathura.1 +++ b/zathura.1 @@ -93,7 +93,7 @@ Reload the document Change goto mode (L: search labels, D: default, O: manual offset) .TP .B ^i -Invert the colors of the page +Recolors the page .TP .B i Change to insert mode