]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Clean-up FileFilterList API.
[lyx.git] / src / ChangeLog
index 6e03fbe666e5eb957bad0a2ff53f631ace9f964c..e53f1bb657cba9841ef249d05e8d4ed2f51944fc 100644 (file)
@@ -1,3 +1,13 @@
+2004-11-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
+
+       * rename a lot of InsetOld to InsetBase
+
+2004-11-25  Angus Leeming  <leeming@lyx.org>
+
+       * BufferView_pimpl.C:
+       * lyx_cb.C:
+       * lyxfunc.C: s/globbing.h/filefilterlist.h/ in #includes.
+
 2004-11-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * lyxfunc.C (getStatus, dispatch): use FuncStatus::message; only
        * FuncStatus.C (message): new methods. Used to provide an error
        message indicating why a command is disabled.
        (clear, |=, FuncStatus): update for message.
-       
+
 2004-11-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
 
        * lyxfunc.C (dispatch): always call sendDispatchMessage
-       
+
 2004-11-24  Alfredo Braunstein  <abraunst@lyx.org>
 
        * BufferView.C:
        (rowstruct): use initialization
        (columnstruct): use initialization
        (ltType): use initialization
-       
 
-       * lyxlength.h (swap): new function 
 
-       * LColor.[Ch] (operator=): use the common semantics 
+       * lyxlength.h (swap): new function
+
+       * LColor.[Ch] (operator=): use the common semantics
 
 2004-11-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>