summaryrefslogtreecommitdiff
path: root/tikzit
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit')
-rw-r--r--tikzit/INSTALL4
-rw-r--r--tikzit/NEWS10
-rw-r--r--tikzit/configure.ac2
-rw-r--r--tikzit/tikzit.spec5
4 files changed, 16 insertions, 5 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 <space> 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 <dev@randomguy3.me.uk> 1.0-1
+-Bumped version
+
* Fri Aug 24 2012 Alex Merry <dev@randomguy3.me.uk> 0.9-1
-Bumped version
-Bumped requirements