From: auroux Date: Sat, 3 Jun 2006 13:38:32 +0000 (+0000) Subject: Public release 0.2.1. X-Git-Url: https://git.donarmstrong.com/?p=xournal.git;a=commitdiff_plain;h=a78b442e4b673ac29d7dd29cfb2c9bca6f07130a Public release 0.2.1. --- diff --git a/ChangeLog b/ChangeLog index 7627fdd..644872b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ -Version ?: +Version 0.2.1 (Jun 3, 2006): + - recently used files listed in file menu + - can change color or thickness of pen strokes in selection + - function to apply paper style to all pages - can specify on command line a PDF file to annotate + - suggest a derived file name for PDF annotation + - speed up switching between pages - fixed a bug in XInput initialization (thanks to Luca de Cicco) + - fixed a bug in print ranges (thanks to Mathieu Bouchard) + - fixed a refresh bug in rescaling bitmap backgrounds Version 0.2 (Jan 29, 2006): - PDF file annotation using xpdf's pdftoppm diff --git a/NEWS b/NEWS index d94177b..c1e9555 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ -Version 0.2 (Jan 29, 2006) +Version 0.2.1 (June 3, 2006) Installation: see INSTALL User's manual: see html-doc/manual.html Updates: see http://math.mit.edu/~auroux/software/xournal/ + +See also: http://sourceforge.net/projects/xournal diff --git a/README b/README index d94177b..c1e9555 100644 --- a/README +++ b/README @@ -1,5 +1,7 @@ -Version 0.2 (Jan 29, 2006) +Version 0.2.1 (June 3, 2006) Installation: see INSTALL User's manual: see html-doc/manual.html Updates: see http://math.mit.edu/~auroux/software/xournal/ + +See also: http://sourceforge.net/projects/xournal diff --git a/configure.in b/configure.in index 85c4e00..d7e52a9 100644 --- a/configure.in +++ b/configure.in @@ -10,20 +10,11 @@ AC_PROG_CC AM_PROG_CC_STDC AC_HEADER_STDC -dnl set this var to NONE (PC) or other thing (Maemo) -usehildon='NONE' -if test "x$usehildon" != xNONE -then - pkg_modules="gtk+-2.0 >= 2.4.0 libgnomecanvas-2.0 >= 2.4.0 libgnomeprintui-2.2 >= 2.0.0 hildon-libs libosso" -else - pkg_modules="gtk+-2.0 >= 2.4.0 libgnomecanvas-2.0 >= 2.4.0 libgnomeprintui-2.2 >= 2.0.0" -fi +pkg_modules="gtk+-2.0 >= 2.4.0 libgnomecanvas-2.0 >= 2.4.0 libgnomeprintui-2.2 >= 2.0.0" PKG_CHECK_MODULES(PACKAGE, [$pkg_modules]) AC_SUBST(PACKAGE_CFLAGS) AC_SUBST(PACKAGE_LIBS) -AM_CONDITIONAL(USE_HILDON, test "x$usehildon" != xNONE) - AC_OUTPUT([ Makefile src/Makefile diff --git a/html-doc/manual.html b/html-doc/manual.html index a7bfcc4..e1036cb 100644 --- a/html-doc/manual.html +++ b/html-doc/manual.html @@ -24,7 +24,7 @@ Xournal User's Manual

- Version 0.2 + Version 0.2.1


@@ -449,6 +449,20 @@ A core file may also be helpful.

Version history

+Version 0.2.1 (Jun 3, 2006): +

+

+

Version 0.2 (January 29, 2006):