]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
the convert patch
[lyx.git] / src / ChangeLog
index 62389552911fd950828e0100acb72eb724b0744c..dff1a7ae7078c471a0086e8c8c4342cf05f04d9e 100644 (file)
@@ -1,3 +1,146 @@
+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
+       printing diagnostic data by not dereferecing an iterator past the
+       end.
+
+2005-01-19  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
+
+       * buffer.C (readHeader): use "&&" rather than "and".
+
+       * lyxserver.h (inPipeName, outPipeName): make these const.
+
+2005-01-19  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_main.C (error_handler, init): protect SIGHUP with
+       #ifdef SIGHUP guards.
+
+2005-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * LaTeXFeatures.C: rename feature "wasy" to "wasysym".
+
+2005-01-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text.C (setHeightOfRow): add a margin at the top and bottom of
+       the document (bug 1761)
+
+2005-01-17  Angus Leeming  <leeming@lyx.org>
+
+       * buffer.C (readFile): prepend the name of the "lyx2lyx" script
+       with "python ". Workaround for a brain-dead Windows.
+
+2005-01-16  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_main.[Ch] (init): rewrite code to prepend the CWD to the PATH
+       for MacOSX and Windows to use prependEnvPath.
+       Strip out the hard-coded block to add elements to the PATH for
+       MacOSX and replace it with a call to prependEnvPath using the
+       contents of LyXRC::path_prefix.
+       (queryUserLyXDir): strip out the code to run reconfigure, instead
+       returning a boolean indicating the necessity to do so.
+       (reconfigureUserLyXDir): contains the code to reconfigure the
+       user support directory. Is now called after the various LyXRC data
+       files have been read.
+
+       * lyxrc.[Ch]: add path_prefix var and code to read/write it.
+
+2005-01-14  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * converter.[Ch] (convert): take a new parameter try_default. Use
+       a default converter (imagemagick) if try_default is true.
+
+2005-01-13  Angus Leeming  <leeming@lyx.org>
+
+       * lyxrc.C (read): use LyXRC::cygwin_path_fix to set the value of
+       os::cygwin_path_fix.
+       (write): output LyXRC::cygwin_path_fix as necessary.
+
+2005-01-02  Kayvan Sylvan  <kayvan@sylvan.com>
+
+       * lyxrc.h:
+       * lyxrc.C (read): Added RC_CYGWIN_PATH_FIX, cygwin_path_fix.
+
 2005-01-12  Angus Leeming  <leeming@lyx.org>
 
        * lyx_main.C (init): set the PATH variable to include the