]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
The graphics inset now has:
[lyx.git] / src / frontends / controllers / ChangeLog
index 266cc9a6a19d06b2615d9e1a2b1d661b655c1080..e6978f11d4fa28a4ee9154b2402cd7f4e8331700 100644 (file)
@@ -1,3 +1,123 @@
+2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlForks.[Ch]: new files. A controller for the Forked Child
+       processes dialog, enabling the user to see what forked processes
+       are running, and, if he so desires, to kill them.
+
+       * GUI.h: add class GUIForks.
+
+       * Makefile.am: add ControlForks.[Ch].
+
+       * ControlGraphics.C (getParams): small change due to change in
+       insetgraphics.
+
+2002-02-21  Herbert Voss  <voss@lyx.org>
+
+       * biblio.C: fix bug with commentlines in a bibentry
+
+2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am: simpler obj. file compile
+
+2002-02-18  Herbert Voss  <voss@lyx.org>
+
+       * ControlGraphics.[Ch]: remove help-file call
+
+2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * helper_funcs.h: wrap the structs firster and seconder up in a
+       namespace to avoid clashes with those in lyxalgo,h.
+
+       * ControlTexinfo.C Changes due to the renaming of support/syscall.[Ch]
+       as support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
+
+2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlGraphics.C: remove #include "support/syscall.h" as it's not
+       used.
+       * ControlTexinfo.C: 
+       change Systemcalls::System to Systemcalls::Wait and
+       No change of functionality, just reflects the stripped down Systemcalls
+       class.
+
+2002-02-06  Herbert Voss  <voss@lyx.org>
+
+       * ControlGraphics.[C] (readBB): search also in
+       g'zipped files. If it is useful than PK and compress
+       should also be supported. use unzipFile() from
+       support/filetools
+
+2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * ControlRef.C (getBufferName): new method to get a real buffer
+       name from an index.
+
+2002-02-05  Juergen Spitzmueller <j.spitzmueller@gmx.de>
+
+       * ControlTexInfo.[Ch]: Removed Help functions.
+
+2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
+
+       * ControlSpellchecker.C: clear any selection left
+       (bug #211)
+2002-02-01  Herbert Voss  <voss@lyx.org>
+
+       * ControlGraphics.[C] (readBB): search only, if it is a
+       ".?ps" file and look for bb's at end of file
+
+2002-01-30  Herbert Voss  <voss@lyx.org>
+
+       * ControlGraphic.[C]: do not search the whole file, when
+       getting the bb
+
+2002-01-29  Herbert Voss  <voss@lyx.org>
+
+       * ControlGraphic.[C]: added a button for document path
+       when browsing -> bug 222
+
+2002-01-27  Herbert Voss  <voss@lyx.org>
+
+       * ControlGraphic.[Ch]: added support for Bounding Box, other
+       small changes
+
+2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlAboutlyx.h:
+       * ControlTexinfo.h: added #include "LString.h" where they belong.
+
+2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlCitation.C:
+       * ControlDialog_impl.C: remove redundant // -*- C++ -*-
+
+2002-01-24  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * ControlInclude.[Ch] (fileExists): remove const type qualifier from
+       bool return type.
+
+2002-01-20  Herbert Voss  <voss@perce.de>
+
+       * ControlInclude.[Ch]: better control of unexistings files
+       when entered without the browser
+
+       * ControlGraphic.C (Browse): add extension "ps" when browsing for
+       a filename
+
+2002-01-19  Herbert Voss  <voss@perce.de>
+
+       * biblio.C (getInfo): fix bug when no author is given
+
+       * biblio.C (parseBibTeX): change the parsing, so that 
+       '#'-characters in a bibtex entry are no more a problem.
+
+2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * ControlDialog_impl.h (ControlConnectBI>): make ControlDialogBI
+       derive from ControlDialog<ControlConnectBI> (fixes bug #196)
+
+       * helper_funcs.C (browseRelFile): forgot to pass dir2 to browseFile
+
 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * ControlMinipage.h: change MinipageParams::pageWidth to LyXLength