X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=e254a32727e219af020a1c0915e955667f78ad34;hb=cb52251ccff29d6cbfa13ab90a96be566e3f41ac;hp=e6e201d24f2bc7598ec81bd48256550452861bbf;hpb=c5e978892692b2903c35c103cbbad79655352ce7;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index e6e201d24f..e254a32727 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,64 @@ +2001-11-26 John Levon + + * vspace.C: initialise lyxgluelength on failure + +2001-11-28 Allan Rae + + * 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 + + * BufferView2.C (copy): + (copyEnvironment): do not clear the selection when doing a copy. + + * text.C (paintFirstRow): compilation fix + +2001-11-27 Ben Stanley + + * tabular.C (Latex): correct line count when writing latex. + +2001-11-27 John Levon + + * paragraph_pimpl.h: + * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX" + bug a bit + +2001-11-26 John Levon + + * 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 + + * paragraph.C: whitespace changes + * files form the 26th: change *::pos_type into lyx::pos_type + +2001-11-27 Dekel Tsur + + * buffer.C (parseSingleLyXformat2Token): Set the language to the + language of the document when inserting error insets. + +2001-11-26 André Pönitz + + * 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 * : change to use Alert.h