I'm not very fond of doing so much small changes in the current stage of the release cycle. But I assume you tested very carefully, and since they are rather trivial, I am OK with most of them.
However, please let us focus really on the remaining critical issues after that. Especially these two bugs need action: #6251 Crash while quitting LyX. Happens in lyx::Buffer::getChildren You said you have a patch in the pipe. Can you say when it will be ready? #6451 Crash when interacting with buffer-dependent dialog with no buffer open You have probably noted that Pavel detected a regression introduced by the fix. Ideally, we try to solve that. But even if we don't, I still think the crash has priority. As far as bug 6055 is concerned, I am tempted to postpone it. So the plan is to get the above two critical bugs fixed, and then head towards LyX 1.6.6. Do you think we can fix a release in about two weeks? Jürgen Vincent van Ravesteijn wrote: > ************************************************* > Author: vfr > Date: Thu Dec 17 15:09:37 2009 > New Revision: 32560 > URL: http://www.lyx.org/trac/changeset/32560 > > Log: > Correctly paint the background of the instant preview of a displayed > equation. > > For a displayed equation, the height is artificially increased by a > displayMargin() in InsetMathHull::metrics if it is a displayed equation > and there is a preview. > > This extra height is not covered by the preview image and what one can see > is the background as drawn by the MathHull inset. The color of this > background should be either Color_mathbg or Color_background depending on > whether the preview is shown or not. I think I already gave my OK for this. So: OK. > ************************************************* > > Author: vfr > Date: Fri Jan 1 04:11:56 2010 > New Revision: 32738 > URL: http://www.lyx.org/trac/changeset/32738 > > Log: > When reloading a child document, reset the parent of the child to the > parent of the child and not to the master. dito. > ************************************************* > > Author: vfr > Date: Thu Jan 7 17:57:10 2010 > New Revision: 32839 > URL: http://www.lyx.org/trac/changeset/32839 > > Log: > * stdmenus.inc: Stick to the casing rules for "Update Local Directory From > Repository". Please wait with this. This entails po file changes. > ************************************************* > > Author: vfr > Date: Fri Jan 8 21:08:48 2010 > New Revision: 32898 > URL: http://www.lyx.org/trac/changeset/32898 > > Log: > Let the background widget also dispatch the keypresses to guiApp. Now, the > Alt-? shortcuts (e.g., Alt-X for the minibuffer) also works when there is > no document open. Besides the code is slightly simpler. Please wait for 1.6.7. > ************************************************* > > Author: vfr > Date: Sat Jan 9 15:16:42 2010 > New Revision: 32909 > URL: http://www.lyx.org/trac/changeset/32909 > > Log: > Make the auto-completion case-insensitive. OK, trivial enough. > ************************************************* > > Author: vfr > Date: Sun Jan 31 01:21:52 2010 > New Revision: 33284 > URL: http://www.lyx.org/trac/changeset/33284 > > Log: > Use Change::isSimilarTo to find a change when merging changes. OK. > ************************************************* > > Author: vfr > Date: Mon Mar 29 08:54:27 2010 > New Revision: 33903 > URL: http://www.lyx.org/trac/changeset/33903 > > Log: > Mark the preferences dialog as changed when a shortcut is removed. > > (Apparently the signal-slot construction does not work when there is also a > on_**_pressed() slot?) OK. > ************************************************* > > Author: vfr > Date: Mon Mar 29 11:13:00 2010 > New Revision: 33905 > URL: http://www.lyx.org/trac/changeset/33905 > > Log: > No need to issue an error if the shortcut binding did not change. OK. > ************************************************* > > Author: vfr > Date: Mon Mar 29 11:15:27 2010 > New Revision: 33906 > URL: http://www.lyx.org/trac/changeset/33906 > > Log: > Allow to assign the shortcut to an action not only if this was an unknown > action, but also when it is a no-action. > > This could be seen by adding a shortcut "Ctrl-R" to accent-acute. Then > changing this to "Ctrl-R Ctrl-R". And then changing this back to "Ctrl-R". > Now the oldBinding is NOACTION and a warning is issued that "Ctrl-R" was > already bound. OK. Jürgen