]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Remove unused font variable which caused a warning.
[lyx.git] / src / ChangeLog
index ca23c38f224965237071c08f363618518e90ca45..087933c3794ddd131e7e1238da874b8124a12c51 100644 (file)
@@ -1,5 +1,194 @@
+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  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'
+
+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
+
+       * font.[Ch] (rectText): new method, metrics
+       (buttonText): new method, metrics
+
+       * PainterBase.[hC]: make rectText and buttonText always draw and take
+       fewer paramteres.
+
+2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * ToolbarDefaults.C (read): 
+       * MenuBackend.C (read): allow escaping in all strings
+
+       * BufferView_pimpl.C (insertAndEditInset): new method.
+       (Dispatch): use insertAndEditInset whenever appropriate.
+
+       * BufferView_pimpl.C (insertNote): removed
+
+       * BufferView_pimpl.C (smartQuote): new method, moved from
+       BufferView; if an insetquote cannot be inserted, insert a '"'
+       character instead.
+
+       * BufferView2.C: remove insertCorrectQuote();
+
+       * lyxfunc.C (getStatus): Add support for all remaingin
+       inset-insert lfuns.
+
+       * trans_mgr.C (insertVerbatim): do not treat '"' specially.
+
+       * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
+       command (necessary to pass " as parameter of self-insert.
+
+       * text.C (selectWordWhenUnderCursor):
+       (selectWord): add word_location parameter
+       (selectWordWhenUnderCursor): same + remove special code for word
+       boundary.
+       (selectNextWord): use kind() to guess type of insetspecialchar,
+       not latex().
+       
+       * buffer.C (insertStringAsLines): new method, extracted from LyXText.
+       (insertErtContents): create ert insets as collapsed.
+       (readInset): better compatibility code for Info inset.
+
+2001-07-20  Juergen Vigna  <jug@sad.it>
+
+       * lyxfunc.C (dispatch): use always LyXFind now!
+
+       * text2.C (init): add a reinit flag so that the LyXText can be
+       reinited instead of deleted and reallocated (used in InsetText).
+
+       * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
+
+       * text.C: ditto
+
+       * text2.C: ditto
+
+2001-07-18  Juergen Vigna  <jug@sad.it>
+
+       * text.C (selectNextWord): handle insets inside inset by calling
+       always the bv->text functions so that we can go up the_locking_inset!
+
+       * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
+       in strange locations when inside an inset!
+
+       * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
+       handling to include insets.
+
+       * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
+
+2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * LyXAction.C (init): 
+       * commandtags.h: 
+       * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
+       LIGATURE_BREAK, since the name is so stupid.
+
 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
 
+       * buffer.C (readInset): enable reading of new InsetNotes as well as old
+       InsetInfos.
+
+       * FontLoader.C: remove FORMS_H_LOCATION cruft.
+
+       * sp_form.[Ch]: remove.
+
        * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
 
        * src/BufferView_pimpl.C (insertNote): use InsetNote in place of