]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
sorry no time for change log, add some const declare ShowMessage in lyx_cb.h and...
[lyx.git] / ChangeLog
index 631eee3abd61c0b3ddbfd9e0418d075ad74c9218..2ee3918fd12d80fd867eddfd4e6269cc740ce492 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,77 @@
+2000-08-30  Dekel Tsur  <dekel@math.tau.ac.il>
+
+       * src/converter.[Ch]: New file for converting between different
+       formats.
+       
+       * src/export.[Ch]: New file for exporting a LyX file to different
+       formats.
+       
+       * src/lyx_cb.C: Remove many functions when NEW_EXPORT is defined:
+       MenuRunLaTeX, MakeLaTeXOutput, RunScript, CreatePostscript,
+       PreviewPostscript, PreviewDVI, AskOverwrite, MenuMakeLaTeX,
+       MenuMakeLinuxDoc, MenuMakeDocBook, MenuMakeHTML,
+       MenuMakeHTML_LinuxDoc, MenuMakeHTML_DocBook, RunLinuxDoc,
+       RunDocBook, MenuExport.
+       
+       * src/lyxfunc.C (Dispatch): Use the Exporter::Export and
+       Exporter::Preview methods if NEW_EXPORT is defined.     
+       
+       * src/buffer.C (Dispatch): Use Exporter::Export.
+       
+       * src/lyxrc.C: Added new tags: \converter and \viewer.
+       
+       * src/commandtags.h
+       * src/LyXAction.C: Define new lyx-function: buffer-update.
+       Remove obsolete buffer-typeset,buffer-typeset-ps & buffer-view-ps
+       when NEW_EXPORT is defined.
+       
+       * src/MenuBackend.C: Added new tags: updateformats and viewformats.
+       
+       * src/frontends/xforms/Menubar_pimpl.C (add_formats) New method.
+       
+       * lib/ui/default.ui: Added submenus "view" and "update" to the 
+       "file" menu.
+       
+       * src/filetools.C (GetExtension): New function.
+       
+       * src/LaTeX.C (LaTeX): Add "-pdf" to depfile if pdflatex is used.
+
+2000-08-29  Allan Rae  <rae@lyx.org>
+
+       * lib/bind/xemacs.bind: update a binding due to Juergen's recent work
+
+       * src/frontends/xforms/FormDocument.C (checkReadOnly): new function
+       (EnableDocumentLayout): removed
+       (DisableDocumentLayout): removed
+       (build): make use of ButtonController's read-only handling to
+       de/activate various objects. Replaces both of the above functions.
+
+       * src/frontends/xforms/ButtonController.h (readWrite): was read_write
+       (readOnly): was read_only
+       (refresh): fixed dumb mistakes with read_only_ handling
+
+       * src/frontends/xforms/forms/form_document.fd:
+       * src/frontends/xforms/forms/form_tabular.fd: Use FL_FLAT_BOX for the
+       tabbed dialogs so the tabs look more like tabs and so its easier to
+       work out which is the current tab.
+
+       * src/lyx_gui_misc.C (updateAllVisibleBufferRelatedDialogs): fix
+       segfault with form_table
+
+       * src/frontends/ButtonPolicies.C: All policies now support UNDO_ALL.
+
+2000-08-28  Juergen Vigna  <jug@sad.it>
+
+       * acconfig.h: added USE_PSPELL.
+
+       * src/config.h.in: added USE_PSPELL.
+
+       * autogen.sh: added pspell.m4
+
+       * config/pspell.m4: new file.
+
+       * src/spellchecker.C: implemented support for pspell libary.
+
 2000-08-25  Juergen Vigna  <jug@sad.it>
 
        * src/LyXAction.C (init): renamed LFUN_TABLE to