]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Tweak gtk print dialog layout
[lyx.git] / src / ChangeLog
index 69d28446697b5bd82e2adcabaca955da5b07fc7f..2874370ecb57bff69fde189713c406b164cd9aae 100644 (file)
@@ -1,3 +1,28 @@
+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)