X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=4995fc3697a24d95a65c16e9a1b06239be681a1a;hb=10ba1b8918e7da14334bb5573ce2a707671c8b51;hp=2874370ecb57bff69fde189713c406b164cd9aae;hpb=3d9f2089dd528ff458c1f18685fffac6a9530d9e;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index 2874370ecb..4995fc3697 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,7 +1,108 @@ +2004-11-24 Alfredo Braunstein + + * BufferView.C: + * BufferView_pimpl.C: + * CutAndPaste.C: + * FontIterator.C: + * buffer.C: + * cursor.C: + * cursor_slice.[Ch]: + * dociterator.[Ch]: + * lyxfind.C: + * paragraph_funcs.C: + * pariterator.C: + * rowpainter.C: + * text.C: + * text2.C: + * text3.C: + * undo.C: par->pit renaming + + +2004-11-23 Lars Gullik Bjonnes + + * tabular.C (cellstruct): use initialization, store a shared_ptr + to insettext instead of the insettext directly, adjust to fit. + (operator=): new function + (swap): new function + (rowstruct): use initialization + (columnstruct): use initialization + (ltType): use initialization + + + * lyxlength.h (swap): new function + + * LColor.[Ch] (operator=): use the common semantics + +2004-11-22 Jean-Marc Lasgouttes + + * lyxfind.C (findNextChange): update the bufferview after setting + the selection + +2004-11-16 Jean-Marc Lasgouttes + + * text3.C (getStatus): disable LFUN_INSET_OPTARG when the max + number of InsetOptArgs has already been inserted. + + * output_latex.C (latexOptArgInsets): new method. This outputs all + the optarg insets, up to the limit defined in the layout file. + (optArgInset): removed + (TeXOnePar): call latexOptArgInsets; correctly update texrow + +2004-11-16 Jean-Marc Lasgouttes + + * paragraph.C (isLetter): remove special spellchecker-related + code; return true also for digits + (isWord, isKomma): remove + + * text.C (cursorRightOneWord, cursorLeftOneWord, getWord): + * lyxfind.C (MatchString()): use isLetter instead of isWord + +2004-11-17 Lars Gullik Bjonnes + + * pariterator.h (operatir=): comment out un-implemented member + function. + + * paragraph.h: resolve ambiguity found by gcc 4.0 with the use of a + static cast. + +2004-11-17 Lars Gullik Bjonnes + + * lyxfont.h: include LColor.h to satisfy concept checks. + +2004-11-16 Lars Gullik Bjonnes + + * pariterator.h: add typdefs for value_type, difference_type, + pointer and reference to satisfy concept checks. Also add default + constructor for same reason. + + * pariterator.C (operator++): add post-increment operator to + satisfy concept checks. + + * lyxtextclasslist.h: include lyxtextclass.h to satisfy concept + checks. + + * RowList_fwd.h: include lyxrow.h to satisfy concept checks. + + * ParagraphList_fwd.h: include paragraph.h to satisfy concept + checks. Also rename base_type to BaseType to follow naming + standard better. + + * FloatList.h: include Floating.h to satisfy concept checks. + +2004-11-15 Jean-Marc Lasgouttes + + * lyxfunc.C (getStatus): when the origin of the request is menu or + toolbar, and the LyXView does not have focus, do as if there was + no buffer (bug 1720) + + * lyxfunc.C (getStatus, dispatch): propagate the origin of a + FuncRequest to individual entries of LFUN_SEQUENCE + 2004-11-10 Jean-Marc Lasgouttes * output_latex.C (TeXOnePar): override runparams.moving_arg - according to the needprotect value of the current paragraph (bug 1739) + according to the needprotect value of the current paragraph (bug + 1739) * paragraph.C (simpleTeXOnePar): no need to override runparams.moving_args here @@ -35,7 +136,7 @@ * kbmap.C (defkey): set the origin of func to KEYBOARD - * MenuBackend.C (MenuItem): + * MenuBackend.C (MenuItem): * ToolbarBackend.C (add): set the origin of func to UI * funcrequest.[Ch]: add origin member, which indicates which part