]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
form para crash fix from John
[lyx.git] / src / ChangeLog
index 085c6d56163e513523dcaf4e39a47762c42daae9..e254a32727e219af020a1c0915e955667f78ad34 100644 (file)
@@ -1,6 +1,122 @@
+2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * vspace.C: initialise lyxgluelength on failure
+
+2001-11-28  Allan Rae  <rae@lyx.org>
+
+       * text.C (paintLastRow): g++-2.95.3 and others don't like variable
+       declaration & definition that looks like a function declaration.
+
+2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * BufferView2.C (copy): 
+       (copyEnvironment): do not clear the selection when doing a copy.
+
+       * text.C (paintFirstRow): compilation fix
+
+2001-11-27  Ben Stanley  <bds02@uow.edu.au>
+
+       * tabular.C (Latex): correct line count when writing latex.
+
+2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
+
+       * paragraph_pimpl.h:
+       * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
+         bug a bit
+2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * text.C: 
+       * LColor.h:
+       * LColor.C: change vfillline->added_space
+       * text.C: add markers and text for added space
+       * vspace.C: fix comment
+
+2001-11-28  André Pönitz <poenitz@gmx.net>
+
+       * paragraph.C: whitespace changes
+       * files form the 26th: change *::pos_type into lyx::pos_type
+       
+2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (parseSingleLyXformat2Token): Set the language to the
+       language of the document when inserting error insets.
+
+2001-11-26  André Pönitz <poenitz@gmx.net>
+       
+       * BufferView_pimpl.[Ch]:
+       *       CutAndPaste.C:
+       * buffer.[Ch]:
+       * lyxcursor.[Ch]:
+       * lyxfind.C:
+       * lyxfunc.C:
+       * lyxrow.[Ch]:
+       * paragraph.[Ch]:
+       * paragraph_pimpl.[Ch]:
+       * sp_spell.C:
+       * text.C:
+       * text2.C: reduce header dependencies, introduce type for positions
+
+2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
+
+       * <various>: change to use Alert.h 
+        
+2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * buffer.C (parseSingleLyXformat2Token): Insert an error inset
+       when encountering an unknown token.
+       (readLyXformat2): Show an error message if there were unknown tokens.
+
+2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
+
+       * BufferView2.C:
+       * BufferView_pimpl.C:
+       * buffer.C:
+       * paragraph.h:
+       * text.C: 
+       * text2.C: use par->isInset()
+        
+2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
+
+       * paragraph_pimpl.h:
+       * paragraph_pimpl.C: cleanup 
+        
+2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * text2.C (removeRow): 
+       * text.C (setHeightOfRow): remove useless (and costly) call to
+       getRow. 
+
+2001-11-20  Allan Rae  <rae@lyx.org>
+
+       * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
+       Now need Inset*::checkInsertChar() to return true for appropriate
+       cases so that the characters in the minibuffer will actually be
+       inserted.
+
+2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * text.C: change the order of the includes.
+       (workWidth): initialize it at once.
+       (workWidth): make maxw unsigned
+       (setHeightOfRow): remove unused variable (inset)
+       (selectSelectedWord): remove unused variable (inset)
+       (paintRowText): fix drawing of hfill characters, and clean up a bit.
+
 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * lyxrc.C (read): 
+       * lyxserver.C (emergencyCleanup): do not try to close pipes if
+       server is not running.
+       (openConnection): 
+       (closeConnection): add debug info when server is disabled.
+
+       * ColorHandler.C (getGCForeground): send debug message to GUI
+       channel. 
+
+       * lyxrc.C: do not include lyxserver.h and tex-strings.h.
+
        * kbmap.C (bind): modify because return conventions of
        kb_sequence::parse have changed.