From 64fbee630efe4a6a731bcc7b68855d933946b050 Mon Sep 17 00:00:00 2001 From: auroux Date: Wed, 31 Jan 2007 19:36:01 +0000 Subject: [PATCH] Release 0.3.3 (minor enhancements) --- ChangeLog | 8 ++++ NEWS | 6 ++- README | 6 ++- configure.in | 2 +- html-doc/manual.html | 35 +++++++++++++-- src/TODO | 9 ++++ src/main.c | 7 ++- src/xo-callbacks.c | 74 ++++++++++++++++++------------ src/xo-callbacks.h | 4 ++ src/xo-file.c | 105 +++++++++++++++++++++++++++++++++++++++---- src/xo-interface.c | 13 +++++- src/xo-misc.c | 32 ++++++++++++- src/xo-misc.h | 2 + src/xournal.h | 7 +++ xournal.glade | 14 +++++- 15 files changed, 269 insertions(+), 55 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7eb6912..2a215d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Version 0.3.3 (Jan 31, 2007): + - bugfix: upon loading a new file, zoom is set to default startup zoom + - config option to allow input from a mouse or other core pointer device + - config file entry to specify a default location for open/save + (patch contributed by Andy Neitzke) + - config file entries to customize visibility and position of toolbars + - icon (thanks to Michele Codutti) + Version 0.3.2 (Nov 25, 2006): - preferences file and Save Preferences command - extra customization (via preferences file) diff --git a/NEWS b/NEWS index 24c081a..b8e6d5b 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,9 @@ -Version 0.3.2 (November 25, 2006) +Version 0.3.3 (January 31, 2007) Installation: see INSTALL User's manual: see html-doc/manual.html -Updates: see http://math.mit.edu/~auroux/software/xournal/ +Updates: see http://xournal.sourceforge.net/ + or http://math.mit.edu/~auroux/software/xournal/ + See also: http://sourceforge.net/projects/xournal diff --git a/README b/README index 24c081a..b8e6d5b 100644 --- a/README +++ b/README @@ -1,7 +1,9 @@ -Version 0.3.2 (November 25, 2006) +Version 0.3.3 (January 31, 2007) Installation: see INSTALL User's manual: see html-doc/manual.html -Updates: see http://math.mit.edu/~auroux/software/xournal/ +Updates: see http://xournal.sourceforge.net/ + or http://math.mit.edu/~auroux/software/xournal/ + See also: http://sourceforge.net/projects/xournal diff --git a/configure.in b/configure.in index 29093ca..2da3364 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(configure.in) -AM_INIT_AUTOMAKE(xournal, 0.3.2) +AM_INIT_AUTOMAKE(xournal, 0.3.3) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE diff --git a/html-doc/manual.html b/html-doc/manual.html index 7ff5255..f748b5c 100644 --- a/html-doc/manual.html +++ b/html-doc/manual.html @@ -24,7 +24,7 @@ Xournal User's Manual

- Version 0.3.2 + Version 0.3.3


@@ -38,6 +38,7 @@

Xournal can be downloaded at +http://xournal.sourceforge.net/ or http://math.mit.edu/~auroux/software/xournal/

@@ -503,7 +504,8 @@ The configuration file also gives access to additional customization options which cannot be set from the user interface, such as: the display resolution in pixels per inch, the step increment in zoom factors, the tool selected at startup, the thickness of the various drawing tools, -... +the default directory for opening and saving files, the visibility and +position of the menu and toolbars, ...


@@ -528,6 +530,17 @@ Bug reports and suggestions can also be submitted on Xournal's

Version history

+Version 0.3.3 (January 31, 2007): +

+

+

Version 0.3.2 (November 25, 2006):