]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / ChangeLog
index f429aeef52d038abef638c87ff6c50c790387471..bcdd25cc5492a139696db476fc444fdd43dbd993 100644 (file)
@@ -1,3 +1,22 @@
+2004-11-26  Angus Leeming  <leeming@lyx.org>
+
+       * FormFiledialog.C (expand_globs): changes due to the changed
+       lyx::support::glob API.
+
+2004-11-26  Angus Leeming  <leeming@lyx.org>
+
+       * FileDialog.C:
+       * FormFiledialog.C: changes due to the changed FileFilterList API.
+
+       * FormFiledialog.C (expand_globs): moved here from
+       support/globbing.[Ch].
+
+2004-11-25  Angus Leeming  <leeming@lyx.org>
+
+       * FileDialog.C: s/globbing.h/filefilterlist.h/ in #includes.
+       * FormFileDialog.C: add #include "filefilterlist.h"
+       * FormBibtex.C: remove #include "globbing.h".
+
 2004-11-16  Lars Gullik Bjonnes  <larsbj@gullik.net>
 
        * Layoutengine.[Ch]: Break up circular dependency between Box and
@@ -7,7 +26,7 @@
        * XFormsView.[Ch]: modify to fit
        * XMiniBuffer.[Ch]: modify to fit
        * XWorkArea.[Ch]: modify to fit
-       
+
        * LayoutEngine.C (show): use std::for_each
        (hide): ditto