]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
ws changes mostly
[lyx.git] / src / ChangeLog
index 302cba77df93ee9dec48333aa90b5ba7627cd70c..73ac6fde33662bff24c6e5fd00fa3d2abcb29ff7 100644 (file)
@@ -1,3 +1,37 @@
+2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * buffer.C: format up to 241.
+       * CutAndPaste.C (pasteSelectionHelper): convert newline to paragraph
+       break if pasting into ERT
+       * lyxfunc.C (getStatus): suppress mathpanel and
+       LFUN_DIALOG_SHOW_NEW_INSET in ERT 
+
+2005-02-01  Angus Leeming  <leeming@lyx.org>
+
+       * lyxrc.C (getDescription): add a description for RC_PATH_PREFIX.
+
+2005-02-01  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_main.C (init, queryUserLyXDir): use fs::exists() before
+       calling fs::is_directory().
+
+2005-01-31  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_main.C (priv_exec): specify explicitly the relative location
+       of the top level build directory when run in-place.
+
+2005-01-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * BufferView_pimpl.C (MenuInsertLyXFile): do breakParagraph on the
+       LyXText containing the cursor, not the top-level one.
+
+       * buffer.C (Impl): make sure the toplevel insettext has AutoBreak_
+       true. 
+       (insertStringAsLines): rename par to pit; use temporary variable
+       par to hold a Paragraph; do not store par.layout() in a variable,
+       since the pointer may die when breaking paragraphs; pass pars to
+       breakParagraph() instead of Buffer::paragraphs().
+
 2005-01-31  Asger Ottar Alstrup  <aalstrup@laerdal.dk>
 
        * lyxlex_pimpl.h: #include <fstream>.
@@ -39,7 +73,7 @@
        * vc-backend.C (find_file): rewrite to use boost.filesystem
        (scanMaster): ditto
 
-       * main.C (main): sett default name check for boost.filesystem to
+       * main.C (main): set default name check for boost.filesystem to
        no check
 
        * lyxfunc.C (menuNew): rewrite to use boost.filesystem
 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
+       holds the contents of packages.lst. New functions getAvailable
        and isAvailable to parse and check that list, resp.
 
        * LyXAction.C: