]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ChangeLog
some support for pch
[lyx.git] / src / frontends / controllers / ChangeLog
index 0b763271d6e65657934de31bd3a92d92eeeeeda4..ad3ac5568b41b8de5e9759bf863bca21cc91c848 100644 (file)
@@ -1,3 +1,24 @@
+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.