5 - Now we have a changelog maintainer.
8 - modified debian/control, addedd libtheora-mmx-dev to the
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
35 - Removed: cinelerra/hvirtual/cinelerra undostack.C undostack.h
37 - The undo stack is split into an undo stack and a redo stack.
38 This makes class UndoStack unnecessary.
42 Added reporting of missing libraries when configure finishes.