]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
* Replace all use of 'slashify_path' with 'internal_path'.
[lyx.git] / src / ChangeLog
index 487a8575c60bd2fb828c2472c732390b8963a473..79a8c5dd8ae6e14b3d21c79c4333794ef896b77a 100644 (file)
@@ -1,3 +1,40 @@
+2004-12-19  Angus Leeming  <leeming@lyx.org>
+
+       * buffer.C (save): s/slashify_path/internal_path/.
+
+2004-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * lyxfind.C (findChange): do not search for end of pars, because
+       the change tracker cannot handle this (fixes bug 1719).
+
+2004-12-17  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * paragraph.[Ch] (autoBreakRows): remove
+
+       * lyxtext.h: move autoBreakRows_ flag from InsetText to here.
+
+       * buffer.[Ch] (insertStringAsLines): receive an autobreakrows bool to
+       avoid using the paragraph one
+
+       * text2.C (LyXText, insertStringAsLines): adjust
+       
+2004-12-16  Angus Leeming  <leeming@lyx.org>
+
+       * bufferlist.C:
+       * lyx_main.C: 
+       * messages.C: remove redundant "using lyx::support::GetEnvPath;"
+
+2004-12-14  Angus Leeming  <leeming@lyx.org>
+
+       * LaTeX.C: (startscript): use os::nulldev() rather than "/dev/null".
+
+       * bufferlist.C (emergencyWrite):
+       * lyx_main.C (queryUserLyXDir): use os::homepath(), not
+       GetEnvPath("HOME").
+
+2004-12-14  Angus Leeming  <leeming@lyx.org>
+
+       * main.C: (main): no longer pass pointers to os::init.
 
 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>