]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Added new FINISED states FINISHED_RIGHT, FINISHED_UP, FINISHED_DOWN.
[lyx.git] / src / ChangeLog
index 8def1ba3ee367e2892d672116ea23bfb44df9e90..9c9ab335107d84326fa3f5ede58b9ee648810781 100644 (file)
@@ -1,3 +1,174 @@
+2001-08-16  Juergen Vigna  <jug@sad.it>
+
+       * lyxfunc.C (dispatch): implemented the new FINISHED states.
+
+2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (parseSingleLyXformat2Token): Do not generate errors
+       when converting LaTeX layout to insetERT.
+       Generate a non-collapsed float when reading old float
+
+2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
+       ERT insets.
+
+2001-08-13  Juergen Vigna  <jug@sad.it>
+
+       * text.C (fill): return 0 instead of 20 as this seems to be the more
+       correct value.
+
+2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
+       lyxrc.font_norm.
+
+2001-08-13  Juergen Vigna  <jug@sad.it>
+
+       * lyxfind.C (LyXReplace): fixed not single-replacing characters with
+       casesensitive off.
+       (SearchBackward): comment out the unlocking of the inset_owner this
+       should not be needed!
+
+2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * Many files: Remove inherit_language, and add latex_language
+
+       * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
+       collapsible insets.
+
+2001-08-10  Juergen Vigna  <jug@sad.it>
+
+       * text.C (prepareToPrint): fixed hfill-width in draw!
+
+       * BufferView2.C (selectLastWord): save the selection cursor as this
+       now is cleared in the function LyXText::clearSelection!
+
+2001-08-08  Juergen Vigna  <jug@sad.it>
+
+       * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
+       BACKSPACE type functions.
+
+       * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
+       is only cutted from the document but not put in the cut-buffer, where
+       still the old stuff should be.
+
+       * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
+
+       * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
+
+       * tabular.C (SetWidthOfCell): fixed special case where the width
+       was not updated!
+       (LeftLine): handle '|' in align_special.
+       (RightLine): ditto
+       (LeftAlreadyDrawed): ditto
+       (SetWidthOfCell): ditto
+
+2001-08-07  Juergen Vigna  <jug@sad.it>
+
+       * lyx_main.C (readUIFile): fixed some forgotten lowercase!
+
+2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxlex_pimpl.[Ch]: converto to lowercase funcs
+       * lyxlex.[hC]: ditto
+
+2001-08-06  Juergen Vigna  <jug@sad.it>
+
+       * text.C (getVisibleRow): fix up row clearing a bit.
+
+2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * minibuffer.C: make sure the X server sees the changes in the input.
+
+2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * paragraph.C (getFont): split into...
+       (getLabelFont): this
+       (getLayoutFont): and this
+       * paragraph_pimpl.C (realizeFont): calling this
+
+       * text2.C (getFont): split into...
+       (getLayoutFont): this
+       (getLabelFont): and this
+       (realizeFont): all three calling this
+
+       * lyxfont.h: remove all NO_LATEX macros and code... adjust all
+       files where used.
+
+2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
+
+2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
+
+       * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
+       layouts from the Quote inset insertion.
+
+2001-08-03  Juergen Vigna  <jug@sad.it>
+
+       * BufferView_pimpl.C (update): do the fitCursor only at the end!
+
+       * screen.C (drawFromTo): don't call fitcursor here and do the loop
+       only if status not is already CHANGED_IN_DRAW (second level).
+
+       * text.C (draw): don't set the need_break_row when inside an
+       InsetText LyXText.
+
+2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * buffer.C (parseSingleLyXformat2Token): handle more latex
+       conversion cases.
+
+       * bufferview_funcs.[hC]: change function names to
+       begin with small char, adjust other files.
+
+2001-08-02  André Pönitz <poenitz@gmx.net>
+
+       * lyxfunc.C:
+       BufferView_pimpl.C: remove broken special code for math-greek
+
+2001-08-02  Juergen Vigna  <jug@sad.it>
+
+       * BufferView_pimpl.C (update): redone this function so that we
+       update the text again if there was a CHANGE_IN_DRAW.
+
+       * screen.C (cursorToggle): removed LyXText parameter and recoded.
+       (drawFromTo): added a new internal bool which is used by draw() and
+       redraw() function.
+       (general): some cursor drawing problems fixed.
+
+2001-08-01  Juergen Vigna  <jug@sad.it>
+
+       * lyxfind.C (LyXFind): fixed
+       (SearchForward): ditto
+       (SearchBackward): ditto
+
+       * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
+       spurius drawing of the cursor in the main area.
+
+       * text2.C (status): small fix which could lead to a segfault!
+       (clearSelection): remove unneeded BufferView param.
+
+2001-08-01  André Pönitz <poenitz@gmx.net>
+
+       * lyxfunc.C: small change due to changed mathed interface
+
+2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
+
+2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
+       * lyxfunc.c: fail gracefully if file doesn't exist 
+       * LyXSendto.C:
+       * buffer.C:
+       * lyxfunc.C:
+       * BufferView_pimpl.C: IsDirWriteable() proto changed 
+       * LyXView.C: fix updateWindowTitle() to store the last title
+
 2001-07-31  Juergen Vigna  <jug@sad.it>
 
        * text.C (setHeightOfRow): fixed setting of ascent/descent based on
 
 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
-       * converter.[hC] + affected fiels: move to (inital-char)lowercase
+       * converter.[hC] + affected files: move to (inital-char)lowercase
        function names.
 
        * ParagraphParameters.C (ParagraphParameters): remove commented code
        * LyXAction.C:
        * lyxfunc.C:  new LFUN 'math-space'
 
+       * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
+
 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * text2.C (toggleInset): call open/close