]> 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 679fdf9c92d10546dd765508e9996ca49aa3b5d3..5ef35da4c6bdc25387cb570b19b40f032581b55b 100644 (file)
@@ -1,3 +1,128 @@
+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 
+
+2004-03-01  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * lyxtext.h: add FontIterator class 
+
+       * text.C (FontIterator, operator*, operator->, operator++): add
+       (rowBreakPoint, setRowWidth): adjust (fixing a
+       rebreaking bug)
+
+2004-02-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * BufferView_pimpl.C (workAreaDispatch): allow also
+       LFUN_FILE_OPEN, which is used by the drag-and-drop code.
+
+2004-02-27  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * text.C (rowBreakPoint): fix a bug showing with very large insets
+
+2004-02-25  André Pönitz  <poenitz@gmx.net>
+
+       * text3.C:
+       * cursor.[Ch]: move some mathed specific code to mathed
+
+2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * lyxrc.C, buffer.C, exporter.C: use always a temp dir, ignore
+       use_tempdir in preferences
+       * buffer.C (readFile), lyxvc.C (getLogFile): check success of
+       tempfile creation
+       * lyx_main.C: ensure that tempdir is valid
+       * lyxlex.h: correct typo
+       * buffer.[Ch] (isMultiLingual), (isUnnamed): make const
+       * paragraph.[Ch] (isMultiLingual): make const
+       * cursor.[Ch] (openable): make const
+
+2004-02-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * text3.C: fixed LFUN_QUOTE and add lfun arguments single/double.
+
+2004-02-20  André Pönitz  <poenitz@gmx.net>
+
+       * dispatchresult.h: rename 'FINISHED' to 'FINISHED_LEFT'
+
+       * cursor.[Ch]: prepare for localized getStatus()
+
+       * lyxtext.h:
+       * tabular.C:
+       * text.C:
+       * text2.C:
+       * text3.C:  streamlines the LyXText cursor movement handlers a bit.
+
+2004-02-20  André Pönitz  <poenitz@gmx.net>
+
+       * lyxfunc.[Ch]: rename view_status_message() to viewStatusMessage()
+
+2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * text2.C (setCursorFromCoordinates): switch to absolute coords
+       (cursorUp): adjust
+       (cursorDown): adjust
+       * text3.C (dispatch): adjust
+
 2004-02-16  André Pönitz  <poenitz@gmx.net>
 
        * cursor.[Ch]: use new '_void_ dispatch(...)' signature (see
        * text2.C:
        * text3.C: adjust
 
-
 2004-02-16  Alfredo Braunstein  <abraunst@lyx.org>
 
        * rowpainter.C (paintSelection): coord fix