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:
18
ChangeLog
18
ChangeLog
@@ -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:
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user