X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FChangeLog;h=310c2b173960938f9bf1d18e1f69b1da0a7d376f;hb=4ec1fe07fed17fafde2b7cf38221c0ddbb6393a8;hp=2a6e14a9bf8f4b8187a723c4ed948ae0ab2246c5;hpb=9f3dd22dd39c419522914846b21dd2b45720ad0a;p=lyx.git diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 2a6e14a9bf..310c2b1739 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,5 +1,306 @@ +2001-11-29 Juergen Vigna + + * insettext.C: inserted a reinitLyXText function everywhere I delete + the paragraphs! This should fixe the crashes we had. + Also use the new function firstRow() instead of getRowNearY(dummy_y) + +2001-11-28 André Pönitz + + * insetnote.C: add pos initialization that I removed without + knowing what I did. + +2001-11-28 Juergen Vigna + + * insettabular.C (resetPos): hack to not crash with infinite paints. + + * insettabular.h: insert missing function allowSpellcheck()! + + * insetcollapsable.C (draw): fixed wrong width of collapsed inset! + +2001-11-04 John Levon + + * insetfloatlist.h: + * insetfloatlist.C: derive from InsetCommand so gui can use it + easily + +2001-11-26 André Pönitz + + * insettext.[Ch]: + * insetert.C: + * insetnote.C: reduce header dependencies, introduce type for + positions + +2001-11-23 John Levon + + * various: update for Alert.h + +2001-11-22 John Levon + + * inset.h: fix comment + + * insettext.C: use par->isInset() + +2001-11-22 Allan Rae + + * insetcollapsable.h: + * inset.h: Changes to checkInsertChar() behaviour. + Now return value indicates whether chars can be inserted. + +2001-11-11 Michael A. Koziarski + + * various: updated to use the new LaTeXFeatures + +2001-11-14 José Matos + + * insetspecialchar.C (linuxdoc): + (docbook): don't give a name to a unused variable. + + * insettext.C (docbook): removed unused variable. + +2001-11-13 Herbert Voss + + * insetgraphic.C: fix scale bug + +2001-11-13 Jean-Marc Lasgouttes + + * inset.h (isSpace): + (isLetter): new virtual methods. + + * insetspecialchar.C (isSpace): + (isLetter): implement here. + +2001-11-04 John Levon + + * inset.h: new inline helpers + + * insettext.C: use new helpers + +2001-11-07 José Matos + + * insettext.C (docbook): full support for paragraphs inside insettext. + +2001-11-06 José Matos + + * insetindex.C: added header file for std::ostream. + +2001-11-03 José Matos + + * insetindex.C: added using std::ostream that I forgot yesterday. + +2001-11-02 Ben Guillon + + * insetindex.h (docbook): + * insetindex.C (docbook): added support for docbook export. + +2001-11-02 José Matos + + * insetcaption.C(docbook): added support for docbook export. + +2001-11-02 Dekel Tsur + + * insetexternal.C (updateExternal): Do not run update command if + result file exists and is up to date. + + * ExternalTemplate.C (readFormat): Support the updateresult token. + +2001-10-31 Kayvan A. Sylvan + + * insetexternal.C (doSubstitution): Fix filepath ($$FPath in + external_templates) to use the buffer->fileName() but only if + previewing. Generating a TeX file should make FPath return + "". + +2001-10-30 John Levon + + * insetert.h: + * insetert.C: fix some problems + +2001-10-30 Kayvan A. Sylvan + + * insetexternal.C (doSubstitution): Added $$FPath token + to list of usable substitutions in external inset templates. + +2001-10-24 Juergen Vigna + + * insettabular.C: use new ltType struct for setting longtable + header and footers also new UNSET enums. + +2001-10-24 José Matos + + * insettabular.C (linuxdoc): Now exports the ascii's table version. + (docbook): If the table is not inside a float then wrap it inside + .... + +2001-10-23 José Matos + + * insetref.C (docbook): removed / terminator to conform SGML. + + * insetspecialchar.C (linuxdoc): + (docbook): Added support for special chars, more than ascii export. + +2001-10-22 Juergen Vigna + + * insettext.C (checkInsertChar): added for REALLY checking the + font of the inserted char in the right inset! + +2001-10-19 Juergen Vigna + + * inset.h: added method allowSpellcheck() so that insets who do + not have anything to spellcheck can tell and so they are over-jumped. + Implemented for InsetText and co. + +2001-10-18 Juergen Vigna + + * inset.C (getMaxWidth): use LyXText::workWidth(BufferView, Inset *). + +2001-10-15 José Matos + + * insetert.C: allow export for docbook and linuxdoc + +2001-10-07 Adrien Rebollo + + * insetquotes.C (dispString): handles latin3 and latin4 quotes + +2001-10-05 Jean-Marc Lasgouttes + + * insetquotes.C (dispString): fix handling of latin9 quotes + +2001-10-03 Juergen Vigna + + * insetert.C: ditto + + * insetcollapsable.C: change updateInset calls to not tell BV that + we have changed status. + +2001-10-01 Jean-Marc Lasgouttes + + * insettabular.C (deletable): make const + +2001-09-28 Dekel Tsur + + * insetert.C (latex): Fix the returned value + +2001-09-24 Angus Leeming + + * insetert.[Ch] (selectNextWordToSpellcheck): new method. + Returns string(), so nothing in an ERT inset is spellchecked. + + * insetgraphics.C (draw): print the filename if not displaying the + image. + (width): make sure that the width and draw methods are consistent. + (updateInset): don't even load the image into cache if not displaying + it. + +2001-09-21 Angus Leeming + + * various files (selectNextWord): renamed as + selectNextWordToSpellcheck. + + * insetgraphics.C (draw): remove the previous change. Right place + is in imageLoaderXPM.C. + (draw): don't display the image if params.display == NONE. + +2001-09-18 Angus Leeming + + * figinset.C (runqueue): + * insetgraphics.C (draw): set background colour of inset from + background to the user-configurable graphicsbg. + +2001-09-07 Jean-Marc Lasgouttes + + * insetquotes.C (InsetQuotes): when trying to decide the side of + the quote, choose `left' only after a space or '(' + +2001-09-04 José Matos + * figinset.C + * figinset.h + * insetcaption.C + * insetcaption.h + * insetcollapsable.h + * insetcommand.C + * insetcommand.h + * inseterror.h + * insetert.C + * insetert.h + * insetexternal.C + * insetexternal.h + * insetfloat.C + * insetfloat.h + * insetfloatlist.h + * insetgraphics.C + * insetgraphics.h + * inset.h + * insetinclude.C + * insetinclude.h + * insetlabel.C + * insetlabel.h + * insetlatexaccent.C + * insetlatexaccent.h + * insetquotes.C + * insetquotes.h + * insetref.C + * insetref.h + * insetspecialchar.C + * insetspecialchar.h + * insettabular.C + * insettabular.h + * insettext.C + * insettext.C (docbook): rename docBook method to docbook. + +2001-09-02 Dekel Tsur + + * inset.h (getFirstParagraph): New virtual method. + +2001-08-20 Herbert Voss + * insetbib.C: added a option bibtotoc which is from "BIB to TOC" + in the the bibtex-database-gui for inserting a line + \addcontentsline... + + If no style is given than there is no tex-output. + +2001-08-18 Angus Leeming + + * insetbib.[Ch] (getFiles): new method, returning the BibTeX database + files as a vector. + (getKeys): use it. + +2001-08-18 Dekel Tsur + + * insetert.C (latex): Fix output for multiple paragraphs. + (write): New code for writing paragraph data. + (read): Set font after reading the inset. + (localDispatch): Call set_latex_font() for more cases. + + * insetnote.h: Add empty validate method. + * insetert.h: Ditto + + * insetnote.C (InsetNote): Set language to the language of the + document. + +2001-08-16 Juergen Vigna + + * insettext.C: implemented the new FINISHED states. + + * insettabular.C: ditto + + * inset.h: added more FINISHED states for cursor right,up,down + +2001-08-16 John Levon + + * insetfloatlist.C: use "FloatName List" + +2001-08-14 Juergen Vigna + + * insetert.C (edit): forgot to set status_ in edit calls! + +2001-08-14 Dekel Tsur + + * insettext.C: Compilation fix + 2001-08-13 Juergen Vigna + * inset.C (getMaxWidth): fixed bug of returning the wrong max width. + * insetcollapsable.C (edit): don't recollapse an already open inset. * insettext.C: fixed problem when reinitializing LyXText by not doing