diff --git a/ChangeLog b/ChangeLog index c289b1f7f..4fd68b51f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2006-07-03 Javier Serrano Polo + + * plugins/audio_file_processor/audio_file_processor.cpp: + removed all automation + + * src/widgets/automatable_button.cpp: + button groups may not use automation + + * src/widgets/knob.cpp: + knobs may not use automation + + * include/automatable_object.h: + - moved update flag to automation pattern + - moved nullTrack() to public + + * include/automation_pattern.h: + * src/tracks/automation_pattern.cpp: + moved update flag from automatable object + 2006-07-02 Javier Serrano Polo * include/surround_area.h: diff --git a/configure.in b/configure.in index 72dcfdb16..7a1b07de8 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.1.4-cvs20060702, tobydox/at/users/dot/sourceforge/dot/net) -AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060702) +AC_INIT(lmms, 0.1.4-cvs20060703, tobydox/at/users/dot/sourceforge/dot/net) +AM_INIT_AUTOMAKE(lmms, 0.1.4-cvs20060703) AM_CONFIG_HEADER(config.h)