]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
some small stuff before the meeting begins for real
[lyx.git] / ChangeLog
index 58148de7aae6c48929cbaefdb8d45f3147677c3f..963766124e6f23f00e2d1da8ef525172de749a77 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,124 @@
+2000-06-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/support/LSubstring.C (operator): simplify
+
+       * src/lyxtext.h: removed bparams, use buffer_->params instead
+       
+       * src/lyxrow.h: make Row a real class, move all variables to
+       private and use accessors.
+
+       * src/lyxparagraph.h (getParLanguage): add BufferParamas as
+       arguament.
+       (isRightToLeftPar): ditto
+       (ChangeLanguage): ditto
+       (isMultiLingual): ditto
+       (String): ditto
+       (TeXOnePar): ditto
+       (SimpleTeXOnePar): ditto
+       (TeXEnvironment): ditto
+       (GetEndLabel): ditto
+       (SetLayout): ditto
+       (SetOnlyLayout): ditto
+       (BreakParagraph): ditto
+       (BreakParagraphConservative): ditto
+       (GetFontSettings): ditto
+       (getFont): ditto
+       (CopyIntoMinibuffer): ditto
+       (CutIntoMinibuffer): ditto
+       (PasteParagraph): ditto
+       (SetPExtraType): ditto
+       (UnsetPExtraType): ditto
+       (DocBookContTableRows): ditto
+       (SimpleDocBookOneTablePar): ditto
+       (TeXDeeper): ditto
+       (TeXFootnote): ditto
+       (SimpleTeXOneTablePar): ditto
+       (TeXContTableRows): ditto
+       (SimpleTeXSpecialChars): ditto
+       
+
+       * src/lyxcursor.h: make LyXCursor a real class, move all variables
+       to private and use accessors.
+
+       * src/lyx_cb.C: remove char updatetimer, and all code that uses
+       this, we did not use it anymore and has not been for ages. Just a
+       waste of cpu cycles.
+
+       * src/language.h: make Language a real class, move all variables
+       to private and use accessors.
+
+       * src/BufferView_pimpl.C (Pimpl): use new timer code.
+       (create_view): remove
+       (update): some changes for new timer
+       (cursorToggle): use new timer
+       (beforeChange): change for new timer
+
+       * src/BufferView.h (cursorToggleCB): removed last paramter because
+       of new timer code. 
+
+       * src/BufferView.C (C_BufferView_CursorToggleCB): removed 
+       (cursorToggleCB): change because of new timer code
+
+       * lib/CREDITS: updated own mailaddress
+
+2000-06-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/support/filetools.C (PutEnv): fix the code in case neither
+       putenv() nor setenv() have been found.
+
+       * INSTALL: mention the install-strip Makefile target.
+
+       * src/LyXAction.C (init): make LFUN_BUILDPROG available in
+       read-only documents.
+
+2000-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lib/reLyX/configure.in (VERSION): avoid using a previously
+       generated reLyX wrapper to find out $prefix.
+
+       * lib/examples/eu_adibide_lyx-atua.lyx: 
+       * lib/examples/eu_adibide_gordina.lyx: new examples for the Basque
+       translation of the Tutorial (Dooteo)
+
+2000-06-06  Angus Leeming <a.leeming@ic.ac.uk>
+
+       * forms/cite.fd: new citation dialog
+
+       * src/insetcite.[Ch]: the new citation dialog is moved into
+       its own files.
+
+       * src/insetbib.C: InsetBibtex::getKeys() uses STL containers
+       (Dekel).
+
+       * src/insets/insetcommand.h: data members made private. 
+
+2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * LyX 1.1.5 released
+
+2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/version.h (LYX_RELEASE): to 1.1.5
+
+       * src/spellchecker.C (RunSpellChecker): return false if the
+       spellchecker dies upon creation.
+
+2000-06-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lib/reLyX/reLyXmain.pl, lib/reLyX/LastLyX.pm: fix suffix of file
+       in \include{} (from Tomasz Motylewski <motyl@stan.chemie.unibas.ch>) 
+       
+       * NEWS: update.
+
+       * lib/CREDITS: update entry for Martin Vermeer.
+
+2000-06-06  Dekel Tsur  <dekel@math.tau.ac.il>
+
+       * src/text.C (draw): Draw foreign language bars at the bottom of
+       the row instead of at the baseline.
+
+       * lib/examples/Minipage.lyx: Use the new multi-lingual support.
+
 2000-06-06  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * lib/bind/de_menus.bind: updated
@@ -6,9 +127,6 @@
 
        * forms/lyx.fd: Correct gravity for objects in form_toc and form_ref
 
-2000-06-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
-  
-       * src/bufferlist.C (close): test of buf->getuser() == NULL
 2000-06-05  Dekel Tsur  <dekel@math.tau.ac.il>
 
        * src/menus.C (Limit_string_length): New function