4 - Alt + left / alt + right moves cursor trough edit handles
8 - Fix for dragndrop crushing bug in trackcanvas.C
14 -Modified: cinelerra/hvirtual/plugins/libfourier fourier.C
17 -Modified: cinelerra/hvirtual/plugins/fourier Makefile.am
18 -Add fftw3 to ldadd in Makefile.am
20 -Modified: cinelerra/hvirtual configure.in
21 -Add check for fftw3.h and libfftw3 ..
27 -Modified: cinelerra/hvirtual/quicktime stbl.c
28 -Apply patch as per bug 191
29 Fixes crush when opening files produced by Minolta DimageZ3
35 -Added: cinelerra/hvirtual/po pt_BR.po
37 -Modified: cinelerra/hvirtual/plugins/pitch pitch.C pitch.h
38 -New pitch control plugin code, and based on the same code new
39 timestretch plugin which is now realtime!
41 -Modified: cinelerra/hvirtual/plugins/timestretch timestretch.C
43 -New pitch control plugin code, and based on the same code new
44 timestretch plugin which is now realtime!
46 -Modified: cinelerra/hvirtual/plugins/libfourier fourier.C
48 -New pitch control plugin code, and based on the same code new
49 timestretch plugin which is now realtime!
51 -Modified: cinelerra/hvirtual/debian control
52 -Add fftw3-dev to debian dependencies
58 -Modified: cinelerra/hvirtual/plugins/diffkey diffkey.C
59 -Fixed YUV bug in diffkey
63 minmax - applied j@v2v.cc patch to ogg muxing to make it standard compliant
65 - removed debian dependency to mjpegtools 1.6.3 - since pmdumuid
68 - Modified: cinelerra/hvirtual/cinelerra aboutprefs.C
69 - Add jan to the credits
71 - Added a automake patch to cope with the change in mjpegtool's y4m_read_frame_header()
77 - Modified: cinelerra/hvirtual/cinelerra interfaceprefs.C
78 interfaceprefs.h mwindow.h mwindowedit.C preferences.C
79 preferences.h trackcanvas.C trackcanvas.h tracks.h tracksedit.C
80 - Here it is, infamous ga's patch fixed up and polished and beaten up into
81 submission "Just Works" (till the first tester comes at least)
83 - Modified: cinelerra/hvirtual/cinelerra trackcanvas.C
84 - Small fix for the dnd patch
86 - Modified: cinelerra/hvirtual/cinelerra edits.C edits.h pluginset.C
87 - Fix a bug when paste_silence didn't return proper editlist
89 - Modified: cinelerra/hvirtual/cinelerra trackcanvas.C tracksedit.C
90 - Make position finding rutines nicer...
92 - Modified: cinelerra/hvirtual/cinelerra interfaceprefs.C
93 interfaceprefs.h mwindowedit.C preferences.C
94 preferences.h trackcanvas.C
95 - a) remove dragdrop preference - since new mode can give all existing
96 behaviours it is sensible that old mode can be discarded
97 - b) small fix for drop placement - off by one error
99 - Modified: cinelerra/hvirtual/cinelerra yuvstream.C
100 - Fix in order to compila with new mjpegtools
106 - Modified: cinelerra/hvirtual/cinelerra maskengine.C
107 - Small fix to mask engine
113 - Modified: cinelerra/hvirtual/cinelerra mwindow.h mwindowmove.C
115 - Fix for bug 176 - implements sample zooming when holding shift and using
118 - Modified: cinelerra/hvirtual/debian control
119 - Moved from libavcodec-dev to libavcodec2-dev to make it compile under latest
122 - Modified: cinelerra/hvirtual/cinelerra cwindowgui.C maskauto.C
123 maskauto.h maskautos.C maskautos.h mwindowedit.C
124 - Fixes misplacement of the mask when resizing track and misplacement of the
125 mask outline (in compositor window) when resizing project or changing it's
126 aspect ratio fixes bug 161
128 - Modified: cinelerra/hvirtual/cinelerra asset.C
129 - Forgot to set defaults for theora so they weren't persistent ... now they are
131 - Modified: cinelerra/hvirtual/cinelerra cwindowgui.C
132 - Clear out the debug printf
136 Changelog maintainer:
138 - Now we have a changelog maintainer.
140 - boost up requirement for mjpegtools to 1.6.3 (used to be 1.6.2)
141 and applying patch for it to work...
143 - reworked ga's patch for free dragging
145 - fixed a quasi-bug in Edits::paste_silence
147 - fixed mask being off the place when changing track size or when
148 changing project size/aspect ratio
150 - added default options saving for theora (was missing)
154 - modified debian/control, addedd libtheora-mmx-dev to the
158 - Modified: cinelerra/hvirtual/cinelerra mainundo.C mainundo.h
159 - Undo items are only pushed if some time has passed since the last push.
161 - Modified: cinelerra/hvirtual/cinelerra mainundo.C mainundo.h
162 pluginclient.C pluginserver.C pluginserver.h
163 - This enables undo of plugin parameter tweaks. Fixes Bug 154.
166 - Modified: cinelerra/hvirtual/cinelerra mainundo.C mwindowedit.C
167 undostackitem.C undostackitem.h
168 - The UndoStackItem::redo() is dropped and replaced by UndoStackItem::undo().
169 The latter must reverse its state so that the next invocation does a redo.
171 - Modified: cinelerra/hvirtual/cinelerra mainundo.C mainundo.h
172 - Only one project state is stored in an undo item instead of two.
174 - Modified: cinelerra/hvirtual/cinelerra loadfile.C mwindow.C
175 - The invokers of MWindow::load_filenames() instead of this function itself
176 mark the project unchanged.
177 Exception: When a backup is loaded, the project remains marked as changed.
179 - Modified: cinelerra/hvirtual/cinelerra Makefile.am mainundo.C
181 - Removed: cinelerra/hvirtual/cinelerra undostack.C undostack.h
183 - The undo stack is split into an undo stack and a redo stack.
184 This makes class UndoStack unnecessary.
188 Added reporting of missing libraries when configure finishes.