]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Implement os::current_root for native Win32 builds.
[lyx.git] / src / ChangeLog
index 42b946086b33468d40a29e06cee8fe1f47b727ea..6cd7aeb8d070e4ef7056ad64e3f6678c9e8fc5f4 100644 (file)
@@ -1,3 +1,86 @@
+2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * text3.C: reintroduce LFUN_{SUB|SUPER}SCRIPT.
+
+2004-12-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxlength.C (asLatexString): get rid of setprecision
+
+2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * text2.C (setLayout): remove unused variable endpit.
+       (deleteEmptyParagraphMechanism): remove unused variable tmpcursor.
+
+       * paragraph.C (onlyText): remove unused variable style.
+
+       * cursor.C (bruteFind): remove unused variables beg and end.
+
+       * Makefile.am (dist_noinset_DATA): not needed anymore
+
+       * cheaders/*: remove.
+
+2004-12-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * text3.C: fix LFUN_MATH_MODE.
+
+2004-12-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * buffer_funcs.C (countWords): new function. Counts words between
+       two iterators.
+
+       * BufferView_pimpl.C (getStatus, dispatch): handle
+       LFUN_WORDS_COUNT.
+
+       * LyXAction.C (init): 
+       * lfuns.h: add LFUN_WORDS_COUNT.
+
+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>
+
+       * undo.C (textUndoOrRedo): simplify logic, fix a crash
+       (performUndoOrRedo): set the inset owner of paragraphs (fix a crash)
+
+2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * lyxfunc.C: 
+       * text3.C: remove selection_possible global flag
 
 2004-12-06  Alfredo Braunstein  <abraunst@lyx.org>