From 3e131dd390d67a0dfc161b460ca4b96c7e516618 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Tue, 7 May 2013 14:10:56 +0100 Subject: GTK: 1.0 release --- tikzit/INSTALL | 4 +--- tikzit/NEWS | 10 ++++++++++ tikzit/configure.ac | 2 +- tikzit/tikzit.spec | 5 ++++- www/htdocs/link.php | 2 +- www/sourceforge/README.mkd | 23 +++++++---------------- 6 files changed, 24 insertions(+), 22 deletions(-) diff --git a/tikzit/INSTALL b/tikzit/INSTALL index a5a91d5..695982d 100644 --- a/tikzit/INSTALL +++ b/tikzit/INSTALL @@ -24,9 +24,7 @@ To build from subversion (and for development) you will additionally need: automake and you will need to prepare the source tree by running - aclocal - autoconf - automake --add-missing + ./autogen.sh diff --git a/tikzit/NEWS b/tikzit/NEWS index 4bf1ff9..0efc18f 100644 --- a/tikzit/NEWS +++ b/tikzit/NEWS @@ -1,3 +1,13 @@ +tikzit 1.0 (2013-05-07): + * GIMP-like user interface (multiple documents, separate toolboxes) + * Preferences now called Configuration, and includes node and edge styles + * Error-highlighting in the code pane + * Single-key-shortcuts for tool selection, and to update the preview + * Edge anchor support + * Option for drag-select to select nodes, edges or both + * Memory leak fixes + * Should now be impossible to use the UI to create a graph that cannot be parsed + tikzit 0.9 (2012-08-24): * Compilers without basic Objective C 2 support cannot be used to compile TikZiT any more diff --git a/tikzit/configure.ac b/tikzit/configure.ac index 7d713bb..8f791b6 100644 --- a/tikzit/configure.ac +++ b/tikzit/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.60]) -AC_INIT([TikZiT], [0.9], +AC_INIT([TikZiT], [1.0], [http://sourceforge.net/apps/trac/tikzit], [tikzit], [http://tikzit.sourceforge.net]) diff --git a/tikzit/tikzit.spec b/tikzit/tikzit.spec index 56b6eaa..880a3e5 100644 --- a/tikzit/tikzit.spec +++ b/tikzit/tikzit.spec @@ -1,5 +1,5 @@ Name: tikzit -Version: 0.9 +Version: 1.0 Release: 1%{?dist} Summary: Tool for creating and modifying pgf/TikZ diagrams for TeX @@ -71,6 +71,9 @@ rm -rf %{buildroot} %changelog +* Tue May 7 2013 Alex Merry 1.0-1 +-Bumped version + * Fri Aug 24 2012 Alex Merry 0.9-1 -Bumped version -Bumped requirements diff --git a/www/htdocs/link.php b/www/htdocs/link.php index 78ee3ab..d6ec8da 100644 --- a/www/htdocs/link.php +++ b/www/htdocs/link.php @@ -1,6 +1,6 @@