Version 0.5.

SVN revision: 27474
This commit is contained in:
Kim Woelders 2006-12-16 13:58:28 +00:00
parent fc994e9206
commit 48f21b705e
2 changed files with 21 additions and 1 deletions

View File

@ -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):

View File

@ -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)