From 48f21b705efe35d25608f82b8e84cb43f1b27b96 Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Sat, 16 Dec 2006 13:58:28 +0000 Subject: [PATCH] Version 0.5. SVN revision: 27474 --- ChangeLog | 20 ++++++++++++++++++++ configure.in | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 368c73e..1838d6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2006-12-16 14:49 kwo + +* viewer.c (1.29): + +Fix incorrect action text selection when using with e16 < 0.16.8. Fix +positioning on add/delete entry. + +2006-12-16 14:31 kwo + +* .cvsignore (1.5), configure.in (1.9), e16keyedit.spec (1.6), +e16keyedit.spec.in (1.1): + +Generate spec file (causing spec.in to be included in release tarball). + +2006-04-04 21:57 kwo + +* ChangeLog (1.4): + +Update changelog. + 2006-04-04 21:55 kwo * configure.in (1.8), e16keyedit.spec (1.5): diff --git a/configure.in b/configure.in index 79d17ba..29c8ca6 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(ipc.c) -AM_INIT_AUTOMAKE(e16keyedit, 0.4) +AM_INIT_AUTOMAKE(e16keyedit, 0.5) AM_CONFIG_HEADER(config.h)