X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=91cf5cd842e855527f307532748e9bc39bc16d69;hb=83882f6d92b2ce51a7c0b05fe28df9dfbd8e1143;hp=fa29d0ff07a960535ff48faf461d3cf434ac646c;hpb=62ada0af477b453feab5247e6c488215ddf9b8e8;p=lyx.git diff --git a/ChangeLog b/ChangeLog index fa29d0ff07..91cf5cd842 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2000-09-04 Dekel Tsur + + * 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 + + + * 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 + + * 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 + + * 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 * src/frontends/ButtonPolicies.h: add a Button AllButtons.