]> 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 2a0752a89eb6c0d4b842b2ad2159140b8a3b92ce..1799fb99442d62a3db0cee43e4a3ab738fe16737 100644 (file)
@@ -1,19 +1,55 @@
+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.  
 
 2005-07-16  André Pönitz  <poenitz@gmx.net>
 
        * lyxfont.h: Change order of declarations to give the compiler
-  a better chance to inline things
+       a better chance to inline things
 
-  * lyx_cb.[Ch]: Add 'force' argument to QuitLyX suppressing
-  questions on unsaved docs for better scritability
+       * lyx_cb.[Ch]: Add 'force' argument to QuitLyX suppressing
+       questions on unsaved docs for better scritability
 
 2005-07-16  André Pönitz  <poenitz@gmx.net>
 
        * paragraph.h (getChar): remove asserts as the same kind of security
-  can be achieved by using a suitable standard library implementation
-  and the function was in the critical path (25.9% in profiler)
+       can be achieved by using a suitable standard library implementation
+       and the function was in the critical path (25.9% in profiler)
 
-2005-07-16  Juergen Vigna <jug@lyx.org>
+2005-07-16  Juergen Vigna  <jug@lyx.org>
 
        * cursor.C (bruteFind2):
        * bufferview_funcs.C (coordOffset): 
 2005-07-14  André Pönitz  <poenitz@gmx.net>
 
        * undo.C (recordUndoFullBuffer): implement undo for
-  textclass switches
+       textclass switches
 
 2005-07-14  André Pönitz  <poenitz@gmx.net>
 
        * cursor.C (setSelection): open insets when selection is set there
-  to avoid crashs with cold coord cache
+       to avoid crashs with cold coord cache
 
 2005-07-14  André Pönitz  <poenitz@gmx.net>
 
        * trans_mgr.C (insert): move cursor to the right after inserting
-  a char.
+       a char.
 
 2005-07-14  Lars Gullik Bjønnes  <larsbj@lyx.org>