X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChangeLog;h=dff1a7ae7078c471a0086e8c8c4342cf05f04d9e;hb=342cdf432246110db37bee4e0aebb4b72c933ddb;hp=a80bf153a681c51ee7fa05c0b451bceda4261d0c;hpb=1665be55ae22761328cbf3af17ac9d5fc255ffd8;p=lyx.git diff --git a/src/ChangeLog b/src/ChangeLog index a80bf153a6..dff1a7ae70 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,73 @@ +2005-01-27 Lars Gullik Bjonnes + + * lyxlayout.[Ch]: change some vars from float to double + + * buffer.C (readFile): make a local var const + + * Several files: use convert<> instead of atoi,strToXXX and friends + +2005-01-24 Jürgen Spitzmüller + + * LaTeXFeatures.[Ch]: Add a static list packages_ that + holds the contens of packages.lst. New functions getAvailable + and isAvailable to parse and check that list, resp. + + * LyXAction.C: + * lfuns.h: + * BufferView_pimpl.C: new LFUN_OUTPUT_CHANGES. + + * bufferparams.[Ch]: new param output_changes. + + * Buffer.C: increase file format to 240. + Use output_changes and isVailable. + + * changes.[Ch]: + * paragraph.C: + * paragraph_pimpl.C: Use output_changes and isVailable. + +2005-01-23 Angus Leeming + + * output_latex.C: #include "insetbibitem.h", rather than + forward declare function bibitemWidest. + +2005-01-21 Andreas Vox + + * lyx_main.C (init): make it compile on the Mac. + +2005-01-20 Angus Leeming + + * lyxfont.C (setLyXFamily, setLyXSeries, setLyXShape, setLyXSize) + (setLyXMisc): (char string literal) != (char string literal) is + performing a comparison on the addresses. Convert one operand + explicitly to string to guarantee expected behaviour. + From MSVC warning. + +2005-01-20 Asger Ottar Alstrup + + * buffer.C: + * lyxlex_pimpl.[Ch]: use USE_COMPRESSION guard. + + * output_plaintext.C: remove unneeded #include gzstream.h. + +2005-01-20 Angus Leeming + + * SpellBase.h: rename some of the elements of the Result enum. + + * aspell_local.h: + * ispell.h: + * pspell.h: + * aspell.C (check): + * ispell.C (check): + * pspell.C (check): ditto + +2005-01-20 Asger Ottar Alstrup + + * buffer.C: add #include . + + * lyx_main.C (init): Compile fix. + + * lyxserver.[Ch] (inPipeName, outPipeName): move out of line. + 2005-01-20 Angus Leeming * mover.h: change commentary to reflect the changed meaning of