On Wed, Oct 31, 2001 at 09:18:24AM +0100, Michael Schmitt wrote:

> - Start LyX; open new file; open the document dialog; change separation from "indent"
>   to "skip"; "save as class defaults"; close document; open new file; open document
>   dialog -> separation is reset to "indent" again!

is this a good enough fix people :


diff -u -r1.73 FormDocument.C
--- frontends/xforms/FormDocument.C     2001/10/23 11:35:48     1.73
+++ frontends/xforms/FormDocument.C     2001/11/03 17:42:38
@@ -438,6 +438,7 @@
        }
 
        if (ob == dialog_->button_save_defaults) {
+               class_apply(); 
                lv_->getLyXFunc()->dispatch(LFUN_LAYOUT_SAVE_DEFAULT);
        }
 
> ? Mike Ressler: 1) File->New from Template 2) Select letter.lyx 
>     3) Put the cursor anywhere in the "My Name" area 4) Click the "TeX" button
>   -> An ERT box is created that hangs way off the left side of the screen, so
>   that the tab and the first few characters are not visible. One can right
>   click on the box and collapse it; everything is fine. If you right click
>   and inline it, however, the box shrinks to the _left_ edge of the screen
>   and drags the rest of the "From" block with it.

bug #472631

> - The spell checker ignores table cells!

eek ! When did that regress ! bug 229140 open again

> - Remove the old graphics inset (from GUI and from code
>   if automatic conversion is activated and works satisfyingly)

bug 477822

> - Text in an ERT should be handled verbatim, i.e. double spaces should not
>   be removed automatically

bug 477833

> - Angus: Start LyX, open buffer, close buffer, have a look at the minibuffer

this is because we do some lyxfunc's after the LFUN_CLOSE is sent. I have no
idea on a good way to fix.

> - In the cross/citation reference dialog, it is possible to add an
>   empty reference; this should be disallowed, shouldn't it?

no !

> - A hfill following a minipage (same paragraph) is not painted correctly on screen

in what way ? All I see is the start of the hfill, which seems right as there's no
more space to show stuff !

> - If you cut some text from an ERT inset and paste it into a standard paragraph, the
>   language(!) of the text becomes "latex". Moreover, it is not possible to move the
>   cursor through the text. CursorUp/Down seem to work but CursorLeft is blocked
>   at some lines.

fixed yes ?

> - You cannot delete empty LyX code paragraphs with the backspace key;
>   however, you can select an empty paragraph and cut it with the delete key

this is bug 224411

> - Menu item "Insert/Special Character/Superscript" should be disabled in mathed
>   since it does not have the desired effect (#451292).

well ?

can't the backtraces go on a webpage somewhere ? they clutter up the bug list 

thanks
john


-- 
"Homosexuals can't swim, they attract enemy radar, they attract sharks, 
 they insist on being seated at the Captain's table, they get up late, they muck 
about."
        - Naval commander

Reply via email to