]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Add support for the jurabib package (www.jurabib.org), a package for elegant BibTeX...
[lyx.git] / src / ChangeLog
index 86d503d67aac57e5c237949132923233792b837e..5ef35da4c6bdc25387cb570b19b40f032581b55b 100644 (file)
@@ -1,3 +1,63 @@
+2004-03-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * LaTeXFeatures.C:
+       * bufferparams.[Ch]: add jurabib support and param.
+
+       * LaTeX.C: add FIXME/comment.
+
+2004-03-05  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * buffer.C: increment file format to 230.
+
+2004-03-04  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * cursor.C (dispatch): avoid infinite loops
+
+2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * rowpainter.C (paintSelection): fix x coordinates
+
+2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * text.C (rowBreakPoint): fix breaking before displayed insets
+
+2004-03-01  André Pönitz  <poenitz@gmx.net>
+
+       * dociterator.[Ch]: new class for the 'iterator part' of LCursor.
+
+       * cursor.[Ch]: adjust, additioally: remove the 'current_' machinery
+
+       * Makefile.am:
+       * BufferView.C:
+       * BufferView_pimpl.C:
+       * buffer.C:
+       * lyxfind.C:
+       * lyxfunc.C:
+       * text.C:
+       * text2.C:
+       * text3.C: adjust
+
+2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * lyxtext.h:
+       * text.C:
+       * text2.C:
+       * rowpainter.C:
+       * BufferView_pimpl.C: rename textwidth -> maxwidth, 
+       prepareToPrint -> computeRowMetrics and remove textWidth accessor.
+
+2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * Bidi.[Ch] (computeTables): const correctness
+       * lyxrow.[Ch]: add RowMetrics class, move there fill_separator,
+       fill_hfill, fill_label_hfill and x from Row
+       * lyxtext.h: prepareToPrint returns a RowMetrics
+       * rowPainter.C: adjust
+       * text.C (prepareToPrint): use width, not textWidth. adjust
+       (redoParagraphInternal, cursorX): adjust
+       * text2.C (getColumnNearX): adjust
+       (init): put a default value to the top LyXText::width
+
 2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
 
        * FontIterator.[Ch]: move FontIterator from lyxtext.h/text.C to here