]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
remove more forms.h cruft
[lyx.git] / src / ChangeLog
index fb9d1afea6868d2a756dea320ce13990a0f92cfb..42766b5512a3ebcd26a4aeff07c7fb252f5c119a 100644 (file)
@@ -1,3 +1,196 @@
+2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
+       calling directly xforms functions.
+
+       * Painter.C (Painter): 
+       * lyx_cb.C (MenuWrite): 
+       * FontInfo.C (query): use GUIRunTime::x11Display() instead of
+       fl_display.
+
+       * lyx_gui.C: remove bogus guiruntime extern declaration.
+
+2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * text2.C (redoHeightOfParagraph): comment out stuff we don't need
+       in NEW_INSETS
+       (redoDrawingOfParagraph): ditto
+       (redoParagraphs): ditto
+       (cutSelection): don't create a object for CutAndPaste use the
+       static method directly
+       (pasteSelection): ditto
+
+       * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
+       LyXview (+ rename)
+
+2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * modifications to some other files because of this.
+       
+       * Makefile.am (lyx_SOURCES): add XFormsView
+
+       * XFormsView.[Ch]: new files
+
+       * LyXView.[Ch]: make LyXView a base class for the gui handling for
+       the main window. Move the gui dependent stuff to XFormsView
+
+2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * tabular.C (GetCellInset): update cur_cell also in the row/col
+       version of this function.
+
+       * lyxfunc.C: no need to include figure_form.h here.
+
+       * FontLoader.h: 
+       * lyxfunc.h: 
+       * lyxscreen.h: 
+       * text2.C: 
+       * lyxvc.C: no need to include forms.h here.
+
+2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
+
+       * lyxfunc.C (Dispatch): 
+       * Spacing.C (set): 
+       * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
+       constructor argument.
+
+2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * paragraph.C (Paragraph): dont't clear, and just set layout.
+       (makeSameLayout): use params's copy contructor.
+
+       * ParagraphParameters.[Ch] (makeSame): delete method
+
+2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Variables.[Ch]: fix indentation, rename set to isSet
+
+2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxfunc.C (Dispatch): fix typo
+
+2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * paragraph_pimpl.C: add std:: qualifier to lower_bound and
+       upper_bound. 
+
+       * bufferlist.C: include assert.h for emergencyWrite().
+
+2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyx_main.C: if we can't even find a readable LYX_DIR directory,
+         give up at last (bug #425202) !
+2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyx_gui_misc.C:
+       * sp_form.h:
+       * sp_form.C:
+       * spellchecker.h:
+       * spellchecker.C: strip spellchecker options and bring up
+         preferences tab instead
+        
+2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
+       the istringstream constructor
+
+2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * paragraph.C (getLayout): fix return value
+
+       * paragraph.h: do not declare getLayout as inline.
+
+       * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
+
+2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxcursor.h (operator<): new func
+       (operator>): new func
+       (operator>=): new func
+       (operator<=): new func
+
+       * text.C (changeCase): use selection.start and selection.end
+       (changeRegionCase): require from to be <= to. Require par to be a
+       valid paragraph.
+
+       * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
+
+2001-06-27  Juergen Vigna  <jug@sad.it>
+
+       * text.C (cursorLeftOneWord): changed to return the cursor and added
+       overlay with BufferView * parameter which calls this one.
+       (getWord): added
+       (selectWord): use new getWord function.
+       (changeCase): renamed from changeWordCase as and extended to work
+       also on selections.
+
+       * lyxtext.h: added enum word_location
+
+       * BufferView_pimpl.C (Dispatch): change function changeWordCase to
+       changeCase as this operates now also on selections.
+
+2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
+
+       * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
+
+       * many files: send debug output to Debug::INFO instead of
+       Debug::ANY. 
+
+       * converter.C (View): 
+       (Convert): 
+       (Move): send debug output to Debug::FILES instead of console.
+
+2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
+
+       * lyxfunc.C (getStatus): use func_status
+
+       * func_status.h: new header, describing the results of
+       LyXFunc::getStatus;
+
+       * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
+       LFUN_MATH_HALIGN.
+
+2001-06-25  The LyX Project  <jug@sad.it>
+
+       * buffer.C (sgmlOpenTag):
+       (sgmlCloseTag):
+       (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
+
+2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * text2.C: remove some dead code
+
+       * tabular.C (GetCellInset): store the last cell checked (gotten)
+
+       * tabular.h: add the helper for the speedup
+
+       * lyxtext.h: remove some dead code
+
+2001-06-26  The LyX Project  <Asger>
+
+       * paragraph.C: Change export to LaTeX of alignment to
+       \begin{center} and family for better roundtrip work with reLyX.
+
+       * Tune the math drawing a bit.
+
+2001-06-25  The LyX Project  <Asger>
+
+       * LColor.C (LColor): New color for math background. New color
+       for buttons.
+
+2001-06-25  The LyX Project  <jug@sad.it>
+
+       * lyxfunc.C (MenuNew): remove extra check for .lyx file
+
+       * lyxfunc.C (Open): 
+       * bufferlist.C (newFile): do not restrict to files ending with
+       .lyx
+
+       * BufferView_pimpl.C (MenuInsertLyXFile): 
+
 2001-06-24  The LyX Project  <jug@sad.it>
 
        * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead