]> git.lyx.org Git - lyx.git/blobdiff - src/ChangeLog
Clean-up FileFilterList API.
[lyx.git] / src / ChangeLog
index 4995fc3697a24d95a65c16e9a1b06239be681a1a..e53f1bb657cba9841ef249d05e8d4ed2f51944fc 100644 (file)
@@ -1,3 +1,27 @@
+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
+       call BufferView::getStatus if LCursor::getStatus did nothing
+       (setStatusMessage, getStatusMessage): removed.
+
+       * 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>
 
        * lyxfind.C (findNextChange): update the bufferview after setting
-       the selection
+       the selection.
 
 2004-11-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>