]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Fix bug 886 and others not reported related with the document paper size.
[lyx.git] / src / ChangeLog
index 2f2456d37899f9be2d73038b22beabc5c428a379..1799fb99442d62a3db0cee43e4a3ab738fe16737 100644 (file)
@@ -1,3 +1,36 @@
+2005-07-16  José Matos  <jamatos@fc.up.pt>
+
+       * buffer.C:
+       * converter.C:
+       * lyxrc.C:
+       * paper.h:
+       * bufferparams.[Ch] (setPaperStuff): remove setPaperStuff and use a
+       single papersize variable.
+
+2005-07-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text3.C (dispatch): honor boundary when checking if a cursor
+       movement has been done
+
+       * text2.C (cursorRight, cursorLeft, cursorUp, cursorDown) 
+       (setCursor, setCursorIntern): fix cursor movement with boundary
+
+2005-07-16  Juergen Vigna  <jug@lyx.org>
+
+       * text.C (currentState): output the actual Boundary
+
+2005-07-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * factory.C (createInset): fix bad logic for tabular creation
+
+2005-07-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * lyx_main.C (init): change some reLyX reference to tex2lyx
+
+2005-07-16  Juergen Vigna  <jug@lyx.org>
+
+       * dociterator.C (DocIterator): initialize boundary
+
 2005-07-16  Juergen Vigna  <jug@lyx.org>
 
        * text2.C (getColumnNearX): Consider rows without trailing blank.