r628: Fix a bug when paste_silence didn't return proper editlist
[cinelerra_cv/mob.git] / ChangeLog
blob8da45bfa0fd95ec695b90bcc5aaceb1df611eec8
1 11.Aug.2005
3 Changelog maintainer:
5         - Now we have a changelog maintainer. 
7 giskard:
8         - modified debian/control, addedd libtheora-mmx-dev to the 
9           build-deps.
10 j6t:
12         - Modified:    cinelerra/hvirtual/cinelerra mainundo.C mainundo.h
13         - Undo items are only pushed if some time has passed since the last push.
15         - Modified:    cinelerra/hvirtual/cinelerra mainundo.C mainundo.h
16                         pluginclient.C pluginserver.C pluginserver.h
17         - This enables undo of plugin parameter tweaks. Fixes Bug 154.
20         - Modified:    cinelerra/hvirtual/cinelerra mainundo.C mwindowedit.C
21                         undostackitem.C undostackitem.h
22         - The UndoStackItem::redo() is dropped and replaced by UndoStackItem::undo().
23           The latter must reverse its state so that the next invocation does a redo.
25         - Modified:    cinelerra/hvirtual/cinelerra mainundo.C mainundo.h
26         - Only one project state is stored in an undo item instead of two.
28         - Modified:    cinelerra/hvirtual/cinelerra loadfile.C mwindow.C
29         - The invokers of MWindow::load_filenames() instead of this function itself
30           mark the project unchanged.
31           Exception: When a backup is loaded, the project remains marked as changed.
33         - Modified:    cinelerra/hvirtual/cinelerra Makefile.am mainundo.C
34                         mainundo.h
35         - Removed:     cinelerra/hvirtual/cinelerra undostack.C undostack.h
36                         undostack.inc
37         - The undo stack is split into an undo stack and a redo stack.
38           This makes class UndoStack unnecessary.
41 19.Oct.2003
42 Added reporting of missing libraries when configure finishes.
43 -Richard Baverstock