Uwe Stöhr <[EMAIL PROTECTED]> writes: >> Now we are at Format 246. Could you please do the necessary update? > > I don't understand. My LyX 1.4.5.1 creates format 245 and has shaded > and framed notes.
Are you really sure?? The relevant commit is in revision 13993, and insetnote in BRANCH_1_4_X is revision 13693: http://www.lyx.org/trac/browser/lyx-devel/branches/BRANCH_1_4_X/src/insets/insetnote.C JMarc pegase: svn log -r 13993 ------------------------------------------------------------------------ r13993 | vermeer | 2006-06-03 18:46:27 +0200 (sam, 03 jun 2006) | 47 lines Add support for framed.sty * src/LaTeXFeatures.C: add framed.sty (const * simplefeatures[]: add framed.sty (const LaTeXFeatures::getPackages): define shadecolor * src/insets/insetnote.h * src/insets/insetnote.C (const init_notetranslator): (InsetNote::setButtonLabel): add Framed and Shaded (InsetNote::latex): add output (InsetNote::validate): require framed.sty * src/buffer.C (BufferList bufferlist): new LyX version 246 * src/frontends/qt3/ui/QNoteDialogBase.ui: add * src/frontends/qt3/QNoteDialog.C: add * src/frontends/qt3/QNote.C (QNote::update_contents): add framed, shaded (QNote::apply): add framed, shaded * src/LColor.[Ch]: add background colour for shaded * lib/lyx2lyx/LyX.py: New version support * lib/lyx2lyx/lyx_1_5.py: convert/revert * lib/chkconfig.ltx: add framed.sty * src/frontends/xforms/FormNote.C (FormNote::build): (FormNote::update): add FIXME * src/frontends/gtk/GNote.C (GNote::doBuild): (GNote::update): (GNote::apply): add FIXME * development/FORMAT: document format increase ------------------------------------------------------------------------