]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
the convert patch
[lyx.git] / src / ChangeLog
index a80bf153a681c51ee7fa05c0b451bceda4261d0c..dff1a7ae7078c471a0086e8c8c4342cf05f04d9e 100644 (file)
@@ -1,3 +1,73 @@
+2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * 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  <j.spitzmueller@gmx.de>
+
+       * 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  <leeming@lyx.org>
+
+       * output_latex.C: #include "insetbibitem.h", rather than
+       forward declare function bibitemWidest.
+
+2005-01-21  Andreas Vox  <vox@isp.uni-luebeck.de>
+
+       * lyx_main.C (init): make it compile on the Mac.
+
+2005-01-20  Angus Leeming  <leeming@lyx.org>
+
+       * 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  <aalstrup@laerdal.dk>
+
+       * buffer.C:
+       * lyxlex_pimpl.[Ch]: use USE_COMPRESSION guard.
+
+       * output_plaintext.C: remove unneeded #include gzstream.h.
+
+2005-01-20  Angus Leeming  <leeming@lyx.org>
+
+       * 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  <aalstrup@laerdal.dk>
+
+       * buffer.C: add #include <fstream>.
+
+       * lyx_main.C (init): Compile fix.
+
+       * lyxserver.[Ch] (inPipeName, outPipeName): move out of line.
+
 2005-01-20  Angus Leeming  <leeming@lyx.org>
 
        * mover.h: change commentary to reflect the changed meaning of