]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Added new FINISED states FINISHED_RIGHT, FINISHED_UP, FINISHED_DOWN.
[lyx.git] / src / ChangeLog
index 12b51084e686286205e0a6247d92f53602fee2f2..9c9ab335107d84326fa3f5ede58b9ee648810781 100644 (file)
@@ -1,3 +1,368 @@
+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
+       the font (wrong since using of Paragraph::highestFontInRange).
+
+       * paragraph.C (highestFontInRange): added a default_size parameter.
+
+       * text.C (getVisibleRow): minor clear row changes (still not perfect).
+       (setHeightOfRow): reformat
+
+2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * converter.[hC] + affected files: move to (inital-char)lowercase
+       function names.
+
+       * ParagraphParameters.C (ParagraphParameters): remove commented code
+
+       * PainterBase.[Ch]: remove commented code
+
+       * LaTeXFeatures.h: add "bool floats" for float.sty
+
+       * LaTeXFeatures.C (LaTeXFeatures): init floats
+       (require): handle float
+       (getPackages): do it with floats
+
+2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * BufferView_pimpl.C (Dispatch): improve handling of
+       LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
+
+       * commandtags.h: #include lyxfont.h here temporarily to avoid
+       keybinding bug.
+
+       * bufferlist.h: include LString.h here.
+
+2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * text2.C (getStringToIndex): new method.
+
+2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
+
+       * *: Reduced header file dependencies all over.
+
+2001-07-30  Baruch Even  <baruch@lyx.org>
+
+       * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
+
+2001-07-29  Baruch Even  <baruch@lyx.org>
+
+       * buffer.C (readInset): Changed GRAPHICS to Graphics.
+
+2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * ParameterStruct.h (endif): add a default constructor to make
+       sure that all variables is initialized.
+
+       * ParagraphParameters.C (ParagraphParameters): adjust
+
+2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
+       index; also, check that there is something to index, and that it
+       does not span over several paragraphs.
+       (doubleClick): use WHOLE_WORD_STRICT for double click.
+
+       * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
+
+       * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
+       scheme.
+
+2001-07-26  Baruch Even  <baruch@lyx.org>
+
+       * buffer.C (readInset): Changed to call up InsetGraphics when reading
+       an InsetFig figure, backwards compatible reading of old figure code.
+
+2001-07-27  Juergen Vigna  <jug@sad.it>
+
+       * text2.C: font.realize function adaption.
+
+       * text.C (draw): add a warnings lyxerr text if needed.
+
+       * layout.C: font.realize function adaption.
+
+       * language.C: add inherit_language and implement it's handlings
+
+       * bufferview_funcs.C (StyleReset): remove language parameter from
+       font creation (should be language_inherit now).
+
+       * bufferparams.C (writeFile): handle ignore_language.
+
+       * paragraph.C (getFontSettings): the language has to be resolved
+       otherwise we have problems in LyXFont!
+
+       * lyxfont.C (lyxWriteChanges): added document_language parameter
+       (update): removed unneeded language parameter
+
+       * paragraph.C (validate): fixed wrong output of color-package when
+       using interface colors for certain fonts in certain environments,
+       which should not seen as that on the final output.
+
+2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView_pimpl.C:
+       * Thesaurus.h:
+       * Thesaurus.C:
+       * Makefile.am:
+       * commandtags.h:
+       * LyXAction.C: add thesaurus support
+
+       * lyxfind.h:
+       * lyxfind.C: add "once" parameter, for thesaurus, to not
+         move to the next match
+  
+2001-07-26  Juergen Vigna  <jug@sad.it>
+
+       * lyxfont.C (realize): honor ignore_language too!
+       (resolved): ditto.
+
+       * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
+
+       * text.C (draw): one place more for ignore_language to not draw
+       itself!
+
+2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
+
+2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * buffer.C (parseSingleLyXformat2Token): a more general fix for
+       the minipage conversion problem.
+
+2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * buffer.C (parseSingleLyXformat2Token): check minipage if we
+       insert an inset.
+
+2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * BufferView.h: don't forward declare WorkArea
+
+       * BufferView.C: don't include WorkArea.h
+
+2001-07-25  André Pönitz <poenitz@gmx.net>
+
+       * commandtags.h:
+       * 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
+
+2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxfunc.C (dispatch): add debug for the disabled case
+
+       * font.C (buttonText): make similar to rectText
+
+       * buffer.C (readInset): comment out parsing of insetlist and
+       insttheorem 
+
+       * PainterBase.C (rectText): small correction
+
+       * BufferView_pimpl.C: comment out insettheorem and insetlist
+       * LyXAction.C: ditto
+       * commandtags.h: ditto
+
+2001-07-24  Juergen Vigna  <jug@sad.it>
+
+       * text.C (draw): honor the ignore_language.
+
+       * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
+
+2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
+       char inset.
+
+2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxtext.h: remove unused (and unimplemented) methods
+
+2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text.C (getVisibleRow): honor background color
+
+       * PainterBase.h:
+       * Painter.h: remove default color argument for fillRectangle
+
+       * text.C (backgroundColor): new method
+
 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * text.C (getVisibleRow): adjust