]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
fix typo
[lyx.git] / src / ChangeLog
index 5599a9a24925f8795b996b173a930a55e3581164..2874370ecb57bff69fde189713c406b164cd9aae 100644 (file)
@@ -1,3 +1,95 @@
+2004-11-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * output_latex.C (TeXOnePar): override runparams.moving_arg
+       according to the needprotect value of the current paragraph (bug 1739)
+
+       * paragraph.C (simpleTeXOnePar): no need to override
+       runparams.moving_args here
+
+2004-11-14  John Spray  <spray_john@users.sourceforge.net>
+
+       * vspace.C: fix off-by-one-error, related to fix #1682
+
+2004-11-11  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * lengthcommon.C: a more general fix for bug 1682
+
+2004-11-11  Alfredo Braunstein  <abraunst@lyx.org>
+
+       * text.C (backspace): fix crash
+
+2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * format.[Ch] (getFormatFromFile): new method
+       * exporter.C: s/getFormatFromContents/formats.getFormatFromFile/
+
+2004-11-09  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lengthcommon.C (unitFromString): fix off-by-one error (bug 1682)
+
+2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxfunc.C (dispatch): remove the verbose argument
+       (sendDispatchMessage): ditto. Use the origin of the FuncRequest
+       instead
+
+       * kbmap.C (defkey): set the origin of func to KEYBOARD
+
+       * MenuBackend.C (MenuItem): 
+       * ToolbarBackend.C (add): set the origin of func to UI
+
+       * funcrequest.[Ch]: add origin member, which indicates which part
+       of LyX requests an action
+
+2004-11-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * converter.C (move): don't lie in the error message
+       * converter.h (isReachable, move): document
+
+2004-11-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * buffer.C: remove unused using lyx::support::atoi
+       * paragraph_funcs.C: ditto
+
+2004-11-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * bufferlist.C (exists): use bind and equal_to instead of
+       compare_memfun
+       (getBuffer): ditto
+       * lyxtextclasslist.C (NumberOfClass): ditto
+
+       * cursor.C (insert): use for_each instead of explicit for loop
+
+       * bufferlist.C (getFileNames): use std::transform and
+       std::back_inserter instead of std::copy and lyx::back_inserter_fun.
+
+       * buffer_funcs.C (bufferErrors): use for_each instead of explicit
+       for loop
+
+       * buffer.C (changeLanguage): use for_each instead of explicit for
+       loop
+       (hasParWithID): implement using getParFromID
+
+       * LaTeXFeatures.C: ws change only
+
+       * CutAndPaste.C (replaceSelectionWithString): Use a temporary var
+       to cleanup a bit.
+
+       * BufferView_pimpl.C (trackChanges): use for_each instead of
+       expilicit for loop
+
+2004-11-04  André Pönitz  <poenitz@gmx.net>
+
+       * undo.h:
+       * undo.C (textUndoOrRedo): fix crash when creating undo information.
+
+       * dociterator.C (asDocIterator): use hard assert again.
+
+2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * lyxlength.C (asLatexString): rewrite so that it does not use
+       snprintf anymore
+
 2004-11-02  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * text3.C (specialChar, dispatch): make sure cursor moves to the
@@ -6,7 +98,7 @@
 2004-11-02  José Matos  <jamatos@lyx.org>
 
        * output_docbook.C (docbook):
-       * paragraph.C (getID):  
+       * paragraph.C (getID):
        * sgml.[Ch] (openTag, cleanID): escape characters inside ids to
        garantee that the output is always legal.
 
 2004-10-30  José Matos  <jamatos@lyx.org>
 
        * paragraph.C (getFirstWord): the content should always be escaped
-       there. 
+       there.
        (simpleDocBookOnePar):
        * output_docbook.C (makeEnvironment): replace reference to CDATA
-       to style pass_thru. 
+       to style pass_thru.
 
 2004-10-30  José Matos  <jamatos@lyx.org>
 
 2004-10-28  José Matos  <jamatos@lyx.org>
 
        * output_docbook.C (makeEnvironment): move id to broadest possible
-       scope. 
+       scope.
 
        * sgml.C (openTag): apply substitution of <> for all attributes.
 
 2004-10-25  José Matos  <jamatos@lyx.org>
 
        * output_docbook.C (makeCommand): merge two if's that tested the
-       same condition. 
+       same condition.
 
 2004-10-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * sgml.C (openTag, closeTag): removed unneeded newlines.
        (closeEnvTags) removed.
 
-2003-10-23  André Pönitz  <poenitz@gmx.net>
+2004-10-23  André Pönitz  <poenitz@gmx.net>
 
        * undo.C (textUndoOrRedo):
        * dociterator.C (asDocIterator): work around crash