]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
don't rm emergency saves ever
[lyx.git] / src / ChangeLog
index 5a76c667b1792052be243e65bedd4f0c350a0ec9..1ac54b106279220234be167111a685dc94726fa7 100644 (file)
@@ -1,10 +1,58 @@
+2003-05-09  John Levon  <levon@movementarian.org>
+
+       * bufferlist.C: never remove emergency saves
+
+2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * Makefile.am: better lib building
+
+2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * texrow.[Ch]: remove dependency on Paragraph and just store a id
+       instead.
+       * paragraph_pimpl.C (simpleTeXBlanks): adjust
+       (simpleTeXSpecialChars): adjust
+       (simpleTeXSpecialChars): adjust
+       * paragraph.C (simpleTeXOnePar): adjust
+       * buffer.C (makeLaTeXFile): adjust
+
+       * Makefile.am (BOOST_LIBS): allow boost as system lib.
+
+       * text2.C (changeDepth): parlist cleanup
+       (getColumnNearX): ditto
+
+       * rowpainter.C (getLabelFont): parlist cleanup
+
+       * bufferlist.C (newFile): parlist cleanup
+
+       * CutAndPaste.C (eraseSelection): parlist cleanup
+
+       * BufferView_pimpl.C (trackChanges): parlist cleanup
+       (dispatch): ditto
+
+       * BufferView.C (lockInset): parlist cleanup.
+       (ChangeInsets): ditto
+
+2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * CutAndPaste.h: Update file header.
+
+       * CutAndPaste.C: Update file header.
+       Store the parts cut out of the Document in a limited_stack.
+       (copySelection): adjust
+       (pasteSelection): new function, takes the index in the limited stack.
+       (nrOfParagraphs): adjust
+       (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
+       simplify error inset insertion.
+       (checkPastePossible): adjust
+
 2003-05-06  John Levon  <levon@movementarian.org>
 
        * text2.C: don't cast wrap inset to float
 
 2003-05-05 André Pönitz <poenitz@gmx.net>
 
-       * iterator.C: 
+       * iterator.C:
        * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
 
        * buffer.[Ch]: new function hasParWithId() to help to get rid of a
@@ -19,7 +67,7 @@
        * lyxtextclass.h:
        * lyxtextclasslist.C: Handle new textclass.lst format; new method
        isTeXClassAvailable()
-  
+
 2003-05-03  John Levon  <levon@movementarian.org>
 
        * BufferView.h: