summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2010-12-20 04:54:36 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2010-12-20 04:54:36 +0000
commit673172e3ffb8e345b2bbfb6596ac3d79a1e17f14 (patch)
treed6535f36f0ff55b0f313d5e0aac8823c3fd98161 /muse2/ChangeLog
parentda484f0563218c2432ee4d6f2eb3ce8c7c298622 (diff)
Major cmake cleanup. Please see the ChangeLog.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index d8df5204..2b608260 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -7,6 +7,11 @@
- Individual parts are now built as shared libraries. (Orcan)
- Moved main() and first degree relatives into main.cpp (Orcan)
- Fixed bad link in README. Updated German README. (Orcan)
+ - Major clean-up in all CMakeLists.txt files. Hopefully, this will be the last time.
+ Unified their notation. Added copyright notices to those which were missing.
+ - Defined MusE_SHARE_DIR and MusE_LIB_DIR in config.h.in so that these directories
+ can be accessed conveniently in the code. (Orcan)
+ - Install documentation files to the standard docdir specified by FHS. (Orcan)
18.12.2010:
- Fixed transport shortcuts not working in some windows or situations. (Tim)
Added event->ignore to PartCanvas::keyPress. Added setFocusPolicy() to WaveView, Master.