]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
More small fixes
[lyx.git] / ChangeLog
index ae2ff75b9fc8ca02df8e49c3e3f81a51b602aef4..56836104232f965abb7bb2b65f00887a03407c65 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,121 @@
+2000-09-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lib/images/*: rename a bunch of icons to match Dekel converter
+       changes. 
+
+       * src/buffer.C (SimpleLinuxDocOnePar): add a const qualifier to
+       last parameter.
+
+       * src/frontends/xforms/FormBase.C (disconnect): remove bogus test. 
+
+       * sigc++/macros/basic_signal.h.m4: fix class Signal_ to have a
+       virtual destructor
+       * sigc++/handle.h: ditto for class Handle. 
+
+2000-09-27  John Levon  <moz@compsoc.man.ac.uk>
+
+       * config/kde.m4: make Qt fail immediately if Qt2 is picked up
+
+2000-09-28  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * src/intl.C (InitKeyMapper): Correct the value of n due to the
+       removal of the "default" language.
+
+       * src/combox.h (getline): Check that sel > 0
+
+2000-09-29  José Abílio Matos <jamatos@fep.up.pt>
+
+       * lib/examples/docbook_example.lyx
+       * lib/examples/docbook_article.lyx: file renamed to avoid confusion.
+
+       * lib/layouts/docbook-book.layout: new docbook book layout.
+
+       * lib/layouts/linuxdoc.layout: LatexName of Style SGML is now dummy.
+       
+       * lib/layouts/manpage.layout: Same as above. Style SubSection removed.
+
+       * src/insets/figinset.C (DocBook):fixed small typo.
+
+       * src/insets/insetinclude.C (DocBook): new export for verbatim type.
+
+       * src/insets/insetinclude.h: string include_label doesn't need to be
+       mutable.
+       
+2000-09-29  Allan Rae  <rae@lyx.org>
+
+       * src/frontends/xforms/FormBase.[Ch] (connect, disconnect): new.
+       Allow derived type to control connection and disconnection from signals
+       of its choice if desired.
+
+2000-09-28  Juergen Vigna  <jug@sad.it>
+
+       * src/insets/insettabular.C (update): fixed cursor setting when
+       the_locking_inset changed.
+       (draw): made this a bit cleaner.
+       (InsetButtonPress): fixed!
+
+       * various files: added LyXText Parameter to fitCursor call.
+       
+       * src/BufferView.C (fitCursor): added LyXText parameter.
+
+       * src/insets/insettabular.C (draw): small draw fix.
+
+       * src/tabular.C: right setting of left/right celllines.
+
+       * src/tabular.[Ch]: fixed various types in funcions and structures. 
+       * src/insets/insettabular.C: ditto
+       * src/frontends/xforms/FormTabular.C: ditto
+
+2000-09-28  Allan Rae  <rae@lyx.org>
+
+       * src/paragraph.C (TeXOnePar): fixed output of '\n'.  The problem was
+       that the #ifdef's had been applied to part of what should have been
+       a complete condition.  It's possible there are other tests that
+       were specific to tables that are also wrong now that InsetTabular is
+       being used. Now we need to fix the output of '\n' after a table in a
+       float for the same reason as the original condition:
+       "don't insert this if we would be adding it before or after a table
+       in a float.  This little trick is needed in order to allow use of
+       tables in \subfigures or \subtables."
+       Juergen can you check this?
+
+2000-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/insets/insettext.C (Ascii): return numer of '\n' in the text
+       outputed to the ostream.
+
+       * several files: fixed types based on warnings from cxx 
+
+2000-09-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * src/frontends/kde/Makefile.am: fix rule for
+       formindexdialogdata_moc.C
+
+       * src/.cvsignore: add ext_l10n.h to ignore
+
+       * acconfig.h: stop messing with __STRICT_ANSI__ 
+       * config/gnome.m4: remove option to set -ansi
+       * config/kde.m4: remove option to set -ansi
+       * config/lyxinclude.m4: don't set -ansi 
+
+2000-09-27  Juergen Vigna  <jug@sad.it>
+
+       * various files: remove "default" language check.
+       
+       * src/insets/insetquotes.C: removed use of current_view.
+
+       * src/lyxfunc.C (MenuNew): I don't know how put the AddPath here but
+       the one should have red ears by now!
+
+       * src/insets/insettext.C (LocalDispatch): fixed setting of same layouts
+       in more then one paragraph. Fixed cursor-movement/selection.
+
+       * src/frontends/xforms/FormParagraph.C: disable pagebreaks for
+       paragraphs inside a text inset.
+
+       * src/text.C (GetVisibleRow): paint top/bottom line only as wide as the
+       text-inset if this owner is an inset.
+
 2000-09-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * src/Bullet.h: changed type of font, character and size to int
 
        * src/frontends/kde/FormRef.h: removed trailing comma from enums.
 
-
 2000-09-19  Marko Vendelin <markov@ioc.ee>
        
        * src/frontends/gnome/Menubar_pimpl.C
        * src/frontends/gnome/FormCitation.h: rewrite to use main window
        action area. Only "Insert new citation" is implemented.
 
-
-
 2000-09-19  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * src/buffer.C (Dispatch): fix call to Dispatch