]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Alfredo's second patch
[lyx.git] / src / ChangeLog
index b1769b446e068da399e99ff0c4f29863e621bc20..8bd4347863dfea4a0711f809d92d629cc95f0254 100644 (file)
@@ -1,3 +1,92 @@
+2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
+
+       * ParagraphList.h: define PitPosPair
+       * CutAndPaste.C (copySelection, pasteSelection): big rework, use 
+       ParagraphList, fix a bug on pasting multiple pars
+       * text2.C: change interface to C&P
+
+2003-04-30  André Pönitz  <poenitz@gmx.net>
+
+       * undo_func.C: revert part of yesterday's patch 2
+
+2003-04-30  John Levon  <levon@movementarian.org>
+
+       * LColor.C: s/tabular/table/
+
+2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * text3.C (dispatch): do not convert iterator -> pointer
+       * undo_funcs.C (setCursorParUndo): ditto
+       * text_funcs.C (transposeChars): ditto
+
+       * text2.C (setLayout): ws changes only
+
+       * text.C (breakParagraph): do not convert iterator -> pointer
+       (insertChar): ditto
+       (acceptChange): ditto
+       (rejectChange): ditto
+       (changeCase): ditto
+       (Delete): ditto
+       (backspace): ditto
+
+       * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
+       pointer
+
+2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
+
+       * text3.C (gotoInset): YABG (yet another bad getChar)
+
+2003-04-29  André Pönitz  <poenitz@gmx.net>
+
+       * paragraph.h: make operator= private unimplemented as long as
+         it is unusable
+
+       * ParagraphList.C: whitespace
+
+       * paragraph.[Ch]:
+       * paragraph_pimpl.[Ch]:
+       * paragraph_funcs.C:
+       * CutAndPaste.C:
+       * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
+
+       * text2.C:
+         undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
+
+2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
+
+       * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
+       * paragraph.[Ch] (erase):
+       * paragraph_pimpl.[Ch] (erase): change return type and value
+       * text2.C (cutSelection): some rework
+
+2003-04-28  John Levon  <levon@movementarian.org>
+
+       * bufferlist.C: changes for unsaved changes dialog
+
+2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * bufferlist.C (newFile): set language (messages_) for new
+       documents also.
+
+       * buffer.C (readFile): ws changes only.
+
+2003-04-28  André Pönitz  <poenitz@gmx.net>
+
+       * undo_funcs.C:
+       * lyxfunc.C:
+       * buffer.[Ch]:
+       * BufferView_pimpl.C:
+       * BufferView.C: getParFromID related ParagraphList::iterator changes
+
+2003-04-28  André Pönitz  <poenitz@gmx.net>
+
+       * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
+         Changes
+
+2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * messages.C: remove one more localedir class variable.
+
 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * messages.C (getLocaleDir): singleton generation function