]> git.lyx.org Git - lyx.git/blobdiff - ChangeLog
Fixes from Jose' for docbook detection
[lyx.git] / ChangeLog
index dcc7ef2506ded08402d93f14ba6f64ec0d467fc4..9eaa9fa1d67c98276205c02d0bdc807d5a1845c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,74 @@
+2000-05-03  Jose Abilio Oliveira Matos <jamatos@novalis.fc.up.pt>
+
+       * lib/lyxrc.example: fix examples for exporting SGML to HTML.
+
+       * lib/configure.m4: better autodetection of DocBook tools.
+
+2000-04-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/lyx_main.C (easyParse): use lyxerr instead of cerr.
+
+       * src/lyx_cb.C: add using std::reverse;
+
+       * src/LaTeX.C (run): on error always run deleteFilesOnError before
+       returning.
+
+       * src/LaTeX.[Ch] (deleteFilesOnError): new method. unlinks some
+       selected files. Should fix repeated errors from generated files.
+
+2000-04-27  Dekel Tsur  <dekel@math.tau.ac.il>
+
+       * src/lyx_cb.C (TocUpdateCB): Reverse strings for Hebrew paragraphs
+
+       * src/spellchecker.C (RunSpellChecker): Reverse Hebrew strings in
+       the spellchecker popup. 
+
+       * lib/lyxrc.example:  Removed the \number_inset section
+
+2000-04-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * src/insets/figinset.C (various): Use IsFileReadable() to make
+       sure that the file actually exist. Relying on ghostscripts errors
+       is a bad idea since they can lead to X server crashes.  
+
+2000-04-27  Claus Hentschel <claus.hentschel@mbau.fh-hannover.de>
+
+       * intl/loadmsgcat.c (_nl_load_domain): pass O_BINARY as flag to
+       open under CYGWIN 
+
+       * lib/lyxrc.example: smallish typo in description of
+       \view_dvi_paper_option 
+
+2000-04-26  André Pönitz <poenitz@mathematik.tu-chemnitz.de>
+
+       * src/lyxfunc.h:
+       * src/lyxfunc.C: doImportHelper to factor out common code of the
+       various import methods. New functions doImportASCIIasLines,
+       doImportASCIIasParagraphs, doImportLaTeX, doImportNoWeb,
+       doImportLinuxDoc  for the  format specific parts.
+
+       * buffer.h:
+       * buffer.C: Dispatch  returns now a bool to indicate success
+
+       * lyx_gui.h:
+       * lyx_gui.C: Add getLyXView() for member access
+
+       * lyx_main.C: Change logic for batch commands: First try
+       Buffer::Dispatch (possibly without GUI), if that fails, use
+       LyXFunc::Dispatch
+
+       * lyx_main.C: Add support for --import command line switch.
+       Now 'lyx --import ascii file.txt' opens the GUI with file.txt loaded.
+       Available Formats: Everything  accepted by 'buffer-import <format>'
+
+2000-04-27  Lars Gullik Bjønnes  <larsbj@lyx.org>
+
+       * src/lyx_gui.C (create_forms): small oneliner from Garst to have
+       unnumbered parts.
+
+       * src/lyx_cb.C (ScreenApplyCB): clear the textcache so that the
+       documents will be reformatted upon reentry.
+
 2000-04-27  Juergen Vigna  <jug@sad.it>
 
        * src/CutAndPaste.C (pasteSelection): last paragraph was not returned