]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Change the latex font names in order to match the names of type1inst.
[lyx.git] / src / ChangeLog
index 99158c9536cb0e8a93d86f179a3f82cfc5fbea62..734f2525601c86357ce70ca94f361bf809a7195d 100644 (file)
@@ -1,3 +1,118 @@
+2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * FontLoader.C (getFontinfo): Change the latex font names in order
+       to match the names of type1inst.
+
+2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * WorkArea.C (WorkArea): initialize the scrollbar bounds.
+
+       * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
+       (extchanged): ditto
+       (ext_exist): ditto
+       (remove_files_with_extension): ditto
+       (remove_file): ditto
+       (write): ditto
+
+       * BufferView_pimpl.C (updateScrollbar): do the right thing if the
+       document is smaller than the work area height. Do not initialize
+       static variables to 0.
+
+2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyx_gui.C (init): give the toolbar tooltips a normal font.
+
+       * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
+       LFUN_LAYOUT_PARAGRAPHS. 
+
+       * tabular.C (GetCellFromInset): new method. Finds an inset in a
+       tabular. It is possible to provide a possible cell, which will
+       typically be the actcell from the corresponding insettabular
+
+       * lyxfunc.C (getStatus): small cleanup; disable
+       LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
+       true
+
+2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * tabular.C (Validate): remove broken optimization (fixes bug #201)
+
+       * paragraph.C (startTeXParParams): 
+       (endTeXParParams): new methods. The LaTeX code to
+       start/end paragraph formatting
+       (simpleTeXOnePar): call startTeXParParams also when paragraph is
+       empty (fixes bug #200)
+
+       * vspace.C (inPixels): adapt to the change below
+       (inPixels): [later] more cleanups (remove unused variables)
+
+       * lyxlength.C (inPixels): change to use a width and a height as
+       parameter.
+
+2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
+       Replaced with \paperwidth
+
+       * DepTable.C (insert): add std:: qualifier
+
+2002-01-18  Allan Rae  <rae@lyx.org>
+
+       * text2.C (removeRow): add comment.  Should other refresh_?? vars be
+       updated also?
+       
+       * text.C (drawInset): Turned out I didn't know enough about how 
+       rebreaking worked.  This fixes most of the redraw problems.  I see
+       an occasional cursor trail when a line is broken now and the cursor
+       placement can seem out by a few pixels also after a rebreak.
+
+2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * buffer.C (parseSingleLyXformat2Token): update because minipage
+       width is now a LyXLength
+
+       * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
+
+       * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
+       math insets
+
+2002-01-17  Juergen Vigna  <jug@sad.it>
+
+       * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
+
+       * BufferView2.C (lockInset): call edit() so that theLockingInset()
+       is set correctly and the inset is updated correctly.
+
+2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
+       the beginning of the loop.
+
+2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
+
+       * lyxrc.C: improve help for use_scalable_fonts
+
+2002-01-17  Allan Rae  <rae@lyx.org>
+
+       * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
+
+2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
+       make sure to set their inset_owner to the right value (bug #171)
+
+2001-12-12  Ben Stanley  <bds02@uow.edu.au>
+
+       * DepTable.h 
+       * DepTable.C: Implement mtime checking to reduce time spent doing
+       CRCs. 
+
+2002-01-16  Juergen Vigna  <jug@sad.it>
+
+       * tabular.C (GetAdditionalHeight): one of error fixed.
+
+       * lyxrc.C (output): small fix in writing use_pspell.
+
 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * sp_base.h: #include LString.h