]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
- Link against qt-mt333.lib which is what the current qt3 cvs produces
[lyx.git] / src / ChangeLog
index aa9e3b45025ede15260ebb040b4e8f6b257e8eb2..d13d25f9f522d783d5609752f677dd9bd3d902be 100644 (file)
@@ -1,3 +1,127 @@
+2005-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * vc-backend.C (find_file): rewrite to use boost.filesystem
+       (scanMaster): ditto
+
+       * main.C (main): sett default name check for boost.filesystem to
+       no check
+
+       * lyxfunc.C (menuNew): rewrite to use boost.filesystem
+       (open): ditto
+       (doImport): ditto
+       (actOnUpdatedPrefs): ditto
+
+       * lyx_main.C (init): rewrite to use boost.filesystem
+       (queryUserLyXDir): ditto
+
+       * lyx_cb.C (WriteAs): rewrite to use boost.filesystem
+       (getContentsOfAsciiFile): ditto
+
+       * lastfiles.C (readFile): rewrite to use boost.filesystem
+
+       * exporter.C (checkOverwrite): rewrite to use boost.filesystem
+
+       * buffer_funcs.C (readFile): rewrite to use boost.filesystem
+       (loadLyXFile): ditto
+
+       * buffer.C (Buffer): adjust for destroydir
+       (getLogName): rewrite to use boost.filesystem
+       (setFileName): ditto
+       (save): use fs::copy_file (from fs_extras)
+
+       * Makefile.am (BOOST_LIBS): add BOOST_FILESYSTEM
+
+       * LaTeX.C (run): rewrite to use boost.filesystem
+       (scanAuxFiles): ditto
+       (handleFoundFile): ditto
+
+2005-01-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * LaTeXFeatures.C (getAvailable): always clear packages_ list.
+
+       * lyx_cb.C (Reconfigure): call LaTeXFeatures::getAvailable()
+
+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
+       the $$s placeholder.
+
+2005-01-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * output_linuxdoc.C (linuxdocParagraphs): silence warning
+
+       * lyxfind.C (MatchString::operator()): remove bogus semicolon
+
 2005-01-20  Angus Leeming  <leeming@lyx.org>
 
        * output_latex.C (TeXOnePar, TeXEnvironment): prevent crash when