]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
rename getExtFromContents() to getFormatFromContents()
[lyx.git] / src / frontends / controllers / ChangeLog
index 5b148a6f002afe74c8109e2d2f3800aa187da353..58ffde7965a146e9725c3d991e1bf69164f0afae 100644 (file)
@@ -1,3 +1,51 @@
+2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * ControlInclude.C: s/getExtFromContents/getFormatFromContents/
+
+2004-10-26  Angus Leeming  <leeming@lyx.org>
+
+       * ControlPrefs.[Ch]: add code to interface with the Movers.
+
+2004-09-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * ControlSpellchecker.C (check): do not set the selection
+       backwards, but translate it to the left instead.
+
+2004-09-15  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * ControlInclude.C (load): open nonlyx files via formats.edit()
+
+2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * pch.h: new file
+
+       * Makefile.am: support pch
+
+2004-08-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * helper_funcs.C (browseLibFile): new function. Tries to do the
+       right thing to look for a file in lyxdir
+
+       * ControlPrefs.C (browsebind, browseUI, browsekbmap): use
+       browseLibFile
+
+2004-08-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * ControlBibtex.C (browseBst): new method, specialized to lookup
+       bibtex style files
+       (browseBib): new method, specialized to lookup bibtex database files
+       (browse): removed
+
+2004-07-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * ControlErrorList.C (goTo): shuffle code to avoid compiler warning.
+
+2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * biblio.C, ControlPrefs.C, ControlParagraph.C:
+       * ControlLog.C, ControlDocument.C, ControlAboutlyx.C: replace
+       "support/std_sstream.h" with <sstream>
+
 2004-05-19  Angus Leeming  <leeming@lyx.org>
 
        * *.[Ch]: wrap all code up inside namespace lyx::frontend.