>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes:

John> On Thu, May 30, 2002 at 04:21:00PM +0200, Jean-Marc Lasgouttes
John> wrote:
>> Patches I want to consider for 1.2.1

John> bug 394 floats don't have a default placement 

Are the two patches two possibilities or complementary?

John> bug 386 Include->Load should be disabled when using verbatim 

This one is fine.

John> bug 402 amsmath as default ?

This patch looks fishy to me:

@@ -707,7 +707,7 @@ InsetFormulaBase::localDispatch(BufferVi
                if (!arg.empty()) {
                        bv->lockedInsetStoreUndo(Undo::EDIT);
                        if (arg.size() == 1)
-                               result = mathcursor->interpret(arg[0]) ? DISPATCHED : 
FINISHED_RIGHT;
+                               result = mathcursor->interpret(arg[0]) ? DISPATCHED : 
+FINISHED_SPACE;
                        else
                                result = mathcursor->interpret(arg) ? DISPATCHED : 
FINISHED_RIGHT;
                        updateLocal(bv, true);

What is the purpose of this?

Also, the changelog mentions something about \binom which is not there.

John> Also I really think my first set of command line fixes should go
John> in

I'll have a look.

>> Fixed

John> bug 383 (aiksaurus ignores --with-extra-prefix)

I forgot this one, indeed.

John> bug 407 (buffer-new icon)

This one is already in 'updates'

JMarc

Reply via email to