]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Remove unused font variable which caused a warning.
[lyx.git] / src / ChangeLog
index f88ed698918d3e056a688121ead43c96f9becc4c..087933c3794ddd131e7e1238da874b8124a12c51 100644 (file)
@@ -1,3 +1,277 @@
+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
+       InsetInfo.
+
+       * src/buffer.C (readInset): ditto.
+
+2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * BufferView_pimpl.C (specialChar): new method. Obsoletes
+       menuSeparator(), endOfSentenceDot(), ldots() and
+       hyphenationPoint(), which are therefore removed.
+       (Dispatch): handle LFUN_HYPHENATION_BREAK.
+
+       * LyXAction.C (init): 
+       * commandtags.h: add LFUN_HYPHENATION_BREAK.
+
+       * paragraph.C (getWord): removed.
+
+       * BufferView_pimpl.C (Dispatch): use last word or selection for
+       LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
+
+       * lyx_main.C (queryUserLyXDir): do not ask before creating
+       user_dir, except if it has been named explicitely.
+
+2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
+       a document of zero size.
+
+2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
+       approriately in the c-tor and in require().
+       (getPackages): output the appropriate LaTeX for natbib support.
+
+       * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
+       variables "use_natbib" and "use_numerical_citations" when reading the
+       LyX file.
+       (readInset): read the various natbib cite commands.
+       (validate): white-space change.
+
+       * bufferparams.[Ch]: new variables "bool use_natbib" and
+       "bool use_numerical_citations".
+       (writeFile): output them in the LyX file.
+
+2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxfunc.C (getStatus): add support for all the inset insertion
+       commands.
+
+       * text2.C (insertInset): 
+       * paragraph.C (insetAllowed): 
+       * BufferView_pimpl.C (insertInset): update to take in account the
+       renaming of insertInsetAllowed
+
+       * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
+
+       * text2.C (getInset): new method. returns inset at cursor position. 
+
+       * BufferView_pimpl.C (Dispatch): changes because of this.
+
+       * LyXAction.C (init): rename open-stuff to inset-toggle.
+
+       * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
+
+       * text2.C (toggleInset): renamed from openStuff; use
+       Inset::open().
+
+2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
+
+       * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
+
+       * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
+
+2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (readLyXformat2): Add filename to the error dialog
+
+2001-07-18  Juergen Vigna  <jug@sad.it>
+
+       * tabular.C (GetCellNumber): put an assert here instead of the check!
+
 2001-07-17  Juergen Vigna  <jug@sad.it>
 
        * BufferView_pimpl.C (toggleSelection): adapted too.
        * sp_form.[Ch]: removed
        * spellchecker.[Ch]: removed
 
-2001-07-12  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
+2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
 
        * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
        is set.
 
        * bufferlist.C (emergencyWrite): fix assert() call
 
-2001-05-04  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
+2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
 
        * text.C (InsertChar): Added trivial patch to only send the "you
        can not do multiple spaces this way" message once during a