summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--README9
-rw-r--r--configure.ac2
3 files changed, 13 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index eb8fd3b..aea17ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
flpsed ChangeLog
=================
+
+flpsed-0.3.5
+ - Add text color support.
+ - Move text properties (currently text size and color) to own toolbar.
+ - Fix keyboard shortcuts (noticed by Spec).
+ - Updated Mac OS X compile instructions
+ (based on feedback from Jonathan Dueck).
+
flpsed-0.3.4
- Switched to automake/autoconf (thanks to Peter Seiderer).
- Fixed a compile problem on amd64 (Debian bug 303406).
diff --git a/README b/README
index 256b8eb..8d3bad0 100644
--- a/README
+++ b/README
@@ -41,7 +41,7 @@ Building:
- flpsed only works on X11-based systems.
- You need to have ghostscript installed.
- You need to have fltk-1.1.x from www.fltk.org installed.
-- Unpack the tarball and type "make".
+- Unpack the tarball and type "./configire", "make", and "make install".
@@ -82,11 +82,10 @@ DO NOT INSTALL the Fink package called fltk, as this appears to be for
building aqua fltk applications rather than X11 apps.
You must unset the C-preprocessor macro __APPLE__ to get flpsed to compile
-under OS X. This is done by adding -U__APPLE__ to the CFLAGS in the Makefile.
-
-
+under OS X. This is can be done by calling
+"CPPFLAGS=-U__APPLE__; export CPPFLAGS" before running "./configure".
Johannes Hofmann
(Johannes.Hofmann@gmx.de)
-January 28, 2005
+June 17, 2005
diff --git a/configure.ac b/configure.ac
index 80f29f9..28df23a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT(flpsed, 0.3.4, Johannes.Hofmann@gmx.de)
+AC_INIT(flpsed, 0.3.5, Johannes.Hofmann@gmx.de)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/GsWidget.H])
AC_CONFIG_HEADER(config.h)