From 1d0be3f7341025da92373dfd8ea2c70ea3376840 Mon Sep 17 00:00:00 2001 From: Javier Serrano Polo Date: Thu, 3 Aug 2006 01:46:11 +0000 Subject: [PATCH] fixed selection frame in automation editor and minor changes git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@280 0778d3d1-df1d-0410-868b-ea421aaaa00d --- ChangeLog | 10 ++++++++++ configure.in | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 862f7f112..71fe52496 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-08-03 Javier Serrano Polo + + * src/core/automation_editor.cpp: + - fixed vertical bars in Auto view + - fixed selection frame drawing + - renamed some members and variables + + * include/automation_editor.h: + renamed some members + 2006-08-01 Javier Serrano Polo * include/automation_editor.h: diff --git a/configure.in b/configure.in index a7360fbaa..c87a2244f 100644 --- a/configure.in +++ b/configure.in @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) -AC_INIT(lmms, 0.2.1-cvs20060801, tobydox/at/users/dot/sourceforge/dot/net) -AM_INIT_AUTOMAKE(lmms, 0.2.1-cvs20060801) +AC_INIT(lmms, 0.2.1-cvs20060803, tobydox/at/users/dot/sourceforge/dot/net) +AM_INIT_AUTOMAKE(lmms, 0.2.1-cvs20060803) AM_CONFIG_HEADER(config.h)