]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
export patch from Dekel
[lyx.git] / ChangeLog
index fa29d0ff07a960535ff48faf461d3cf434ac646c..91cf5cd842e855527f307532748e9bc39bc16d69 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+2000-09-04  Dekel Tsur  <dekel@math.tau.ac.il>
+
+       * src/converter.C (add_options): New function.
+       (SetViewer): Change $$FName into '$$FName'.
+       (View): Add options when running xdvi
+       (Add): Change $$FName into '$$FName'. Same for $$BaseName/$$OutName.
+       (Convert): The 3rd parameter is now the desired filename. Converts
+       calls to lyx::rename if necessary.
+       Add options when running dvips.
+       (dvi_papersize,dvips_options): New methods.
+
+       * src/exporter.C (Export): Use getLatexName() instead of fileName().
+
+       * src/frontends/Liason.C (printBuffer): Removed duplicate code by
+       using a call to Converter::dvips_options.
+       Fixed to work with nex export code.
+
+       * src/support/copy.C
+       * src/support/rename.C: New files
+
+       * src/support/syscall.h
+       * src/support/syscall.C: Added Starttype SystemDontWait.
+
+       * lib/ui/default.ui: Changed to work with new export code
+
+       * lib/configure.m4: Changed to work with new export code
+
+       * src/encoding.C: Changed latex name for iso8859_7 encoding.
+
+2000-09-04  Angus Leeming  <a.leeming@ic.ac.uk> +
+
+       * src/frontends/xforms/Menubar_pimpl.C: added two using directives
+       so that code compiles with DEC cxx.
+       
+       * src/frontends/xforms/FormCitation.C (setSize): code re-writtenn
+       to work correctly! Also now supports the additional elements
+       neeeded by natbib.
+       
+2000-09-01  Allan Rae  <rae@lyx.org>
+
+       * src/frontends/ButtonPolicies.C: renamed all the references to
+       PreferencesPolicy::{AllButtons,BOGUS} to be ButtonPolicy.
+
+       * src/frontends/ButtonPolicies.h: rename AllButtons to ALL_BUTTONS
+       since it's a const not a type.
+
+       * src/frontends/xforms/ButtonController.h: cleanup before Lars does.
+
+2000-08-31  Juergen Vigna  <jug@sad.it>
+
+       * src/insets/figinset.C: Various changes to look if the filename has
+       an extension and if not add it for inline previewing.
+
 2000-08-31  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * src/frontends/ButtonPolicies.h: add a Button AllButtons.