]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
changelogs
[lyx.git] / src / ChangeLog
index 6b41ac6c0f76b16082755ea408158848016f435c..4995fc3697a24d95a65c16e9a1b06239be681a1a 100644 (file)
@@ -1,16 +1,66 @@
+2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * 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  <larsbj@gullik.net>
+
+       * 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  <lasgouttes@lyx.org>
+
+       * lyxfind.C (findNextChange): update the bufferview after setting
+       the selection
+
+2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * 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  <lasgouttes@lyx.org>
 
        * paragraph.C (isLetter): remove special spellchecker-related
        code; return true also for digits
        (isWord, isKomma): remove
 
-       * text.C (cursorRightOneWord, cursorLeftOneWord, getWord): 
+       * text.C (cursorRightOneWord, cursorLeftOneWord, getWord):
        * lyxfind.C (MatchString()): use isLetter instead of isWord
 
 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
 
        * pariterator.h (operatir=): comment out un-implemented member
-       function. 
+       function.
 
        * paragraph.h: resolve ambiguity found by gcc 4.0 with the use of a
        static cast.