fixed unlinking

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@337 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2006-08-15 21:20:03 +00:00
parent 2ccf36c062
commit 426ed03b2b
2 changed files with 20 additions and 2 deletions

View File

@@ -1,3 +1,21 @@
2006-08-15 Javier Serrano Polo <jasp00/at/terra/dot/es>
* include/automatable_object.h:
fixed unlinking objects
* include/automation_pattern.h:
added constructor for unlinking objects
* src/tracks/automation_pattern.cpp:
- added constructor for unlinking objects
- don't remove value at position 0
* INSTALL:
* Makefile.cvs:
* install-sh:
* missing:
removed more generated files
2006-08-15 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/widgets/knob.cpp:

View File

@@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
AC_INIT(lmms, 0.2.1-cvs20060813, tobydox/at/users/dot/sourceforge/dot/net)
AM_INIT_AUTOMAKE(lmms, 0.2.1-cvs20060813)
AC_INIT(lmms, 0.2.1-cvs20060815, tobydox/at/users/dot/sourceforge/dot/net)
AM_INIT_AUTOMAKE(lmms, 0.2.1-cvs20060815)
AM_CONFIG_HEADER(config.h)