]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Fix natbib bug spotted by JMarc.
[lyx.git] / src / ChangeLog
index 4543680061fad0bb1fcf778f14a45014ea10ea20..711b061e1f6576539ca789c43b0bdf42457619db 100644 (file)
+2003-02-09  John Levon  <levon@movementarian.org>
+
+       * buffer.h:
+       * buffer.C: replace hand-coded list with a map for the dep clean
+
+2003-02-08  John Levon  <levon@movementarian.org>
+
+       * LaTeX.C: consolidate code into showRunMessage() helper
+
+2003-02-08  John Levon  <levon@movementarian.org>
+
+       * lyxfind.C:
+       * lyxtext.h:
+       * text2.C:
+       * BufferView.C: change setSelectionOverString() to setSelectionRange()
+         and pass the size in explicitly
+       
+       * BufferView_pimpl.h:
+       * BufferView_pimpl.C:
+       * BufferView.h:
+       * BufferView.C: add getCurrentChange()
+
+       * BufferView_pimpl.h:
+       * BufferView_pimpl.C: handle change lfuns
+
+       * CutAndPaste.C: merge the cut and copy code. Rework the cut code
+         for changes. Mark pasted paragraphs as new.
+
+       * support/lyxtime.h:
+       * support/lyxtime.C:
+       * DepTable.C: abstract time_t as lyx::time_type
+
+       * LColor.h:
+       * LColor.C: add colours for new text, deleted text, changebars
+
+       * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
+         package use "usenames" option.
+
+       * commandtags.h:
+       * lyxfunc.C:
+       * LyXAction.C: add change lfuns
+
+       * Makefile.am:
+       * author.h:
+       * author.C: author handling
+
+       * buffer.h:
+       * buffer.C: add a per-buffer author list, with first entry as
+         current author. Handle new .lyx tokens for change tracking. Output
+         author list to .lyx file. Output dvipost stuff to .tex preamble.
+         Bump lyx format to 222.
+
+       * bufferlist.h:
+       * bufferlist.C: add setCurrentAuthor() to reset current author details
+         in all buffers.
+
+       * bufferparams.h:
+       * bufferparams.C: add param for tracking
+
+       * bufferview_funcs.C: output change info in minibuffer
+
+       * Makefile.am:
+       * changes.h:
+       * changes.C: add change-tracking structure
+
+       * debug.h:
+       * debug.C: add CHANGES debug flag
+
+       * lyxfind.h:
+       * lyxfind.C: add code for finding the next change piece
+
+       * lyxrc.h:
+       * lyxrc.C: add user_name and user_email
+
+       * lyxrow.h:
+       * lyxrow.C: add a metric for the top of the text line
+
+       * lyxtext.h:
+       * text.C: implement accept/rejectChange()
+
+       * lyxtext.h:
+       * text.C: paint changebars. Paint new/deleted text in the chosen colours.
+         Strike through deleted text.
+
+       * paragraph.h:
+       * paragraph.C:
+       * paragraph_pimpl.h:
+       * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass in the current change
+         to the insert functions. Rework erase to mark text as deleted, adding
+         an eraseIntern() and a range-based erase(). Implement
+         per-paragraph change lookup and accept/reject.
+
+       * paragraph_funcs.C: Fixup paste for change tracking.
+
+       * tabular.C: mark added row/columns as new.
+
+       * text.C: fix rowLast() to never return -1. Don't allow spellchecking of deleted
+         text. Track transpose changes. Don't allow paragraph break or merge where appropriate.
+
+       * text2.C: leave cursor at end of selection after a cut.
+
+2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * text.C (getLengthMarkerHeight): 
+       (drawLengthMarker): make the `symbolic' lengths (small/med/big)
+       visible on screen too.
+
+2003-02-07  John Levon  <levon@movementarian.org>
+
+       * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
+
+2003-02-05  Angus Leeming  <leeming@lyx.org>
+
+       * lyxserver.C (read_ready): revert my patch of 11 September last year
+       as it sends PC cpu through the roof. Presumably this means that
+       the lyxserver will no longer run on an Alpha...
+
+2003-01-30  Angus Leeming  <leeming@lyx.org>
+
+       * factory.C (createInset): create an InsetCommandParam of type "index"
+       and use it to 'do the right thing'.
+
+       * text2.C (getStringToIndex): ensure that cursor position is always
+       reset to the reset_cursor position.
+
+2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyxfunc.C (getStatus): "buffer-export custom" should never be
+       disabled.
+
+2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
+
+       * bufferview.C:
+       * lyxcb.C:
+       * lyxfunc.C: Output messages with identical spelling, punctuation,
+       and spaces
+
 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
 
        * MenuBackend.C (expandFormats): List only viewable export formats
        in "View" menu
 
        * buffer.C (parseSingleLyXformat2Token): Fix misleading error
-       message 
+       message
 
        * lyxfunc.C (getStatus): Make sure that formats other than
-       "fax" can be can also be disabled 
+       "fax" can also be disabled
 
 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>