]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ChangeLog
ws changes only
[lyx.git] / src / insets / ChangeLog
index 761f360f582b5014a2e6d0d2a11228635d6ba6de..b4bb50ed243a86b7ffd2315f1a4837e3c2366904 100644 (file)
@@ -1,8 +1,43 @@
+2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * ExternalSupport.C:
+       * ExternalTransforms.C:
+       * insetbox.C:
+       * insetbox.h: ws changes only
+       
+2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * insetinclude.C (localDispatch): do not call
+       InsetOld::localDispatch, just return UNDISPATCHED
+       * insetgraphics.C (localDispatch): ditto
+       * insetcommand.C (localDispatch): ditto
+
+2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * inset.h: get rid of RESULT typedef for dispatch_result
+
+       * insetcollapsable.[Ch] (localDispatch): RESULT -> dispatch_result
+       * insetert.[Ch] (localDispatch): ditto
+       * insettabular.[Ch] (localDispatch): ditto
+       (moveRight): ditto
+       (moveLeft): ditto
+       (moveUp): ditto
+       (moveDown): ditto
+       * insettext.[Ch] (localDispatch): ditto
+       (moveRight): ditto
+       (moveLeft): ditto
+       (moveRightIntern): ditto
+       (moveLeftIntern): ditto
+       (moveUp): ditto
+       (moveDown): ditto
+       * updatableinset.[Ch] (localDispatch): ditto
+
 2003-10-12  Angus Leeming  <leeming@lyx.org>
 
        * renderbase.h (view, view_): removed.
        * renderbase.C: removed.
-       * Makefile.am: remove render_base.C. The shortest lived file in history?
+       * Makefile.am: remove render_base.C. The shortest lived file in
+       history?
 
        * renderbutton.C (draw):
        * render_graphic.C (draw): don't cache the BufferView.
 
        * Makefile.am: add new files.
 
-       * insetexternal.[Ch]: InsetExternal::Params -> InsetExternalParams,
-       allowing the class to be forward declared. (Also consistent with
-       all other Params classes.)
-       (write): moved out of the class. Move this function and those in
-       namespace anon to ExternalSupport.[Ch].
+       * insetexternal.[Ch]: InsetExternal::Params -> InsetExternalParams,
+       allowing the class to be forward declared. (Also consistent with
+       all other Params classes.)
+       (write): moved out of the class. Move this function and those in
+       namespace anon to ExternalSupport.[Ch].
 
 2003-10-07  Angus Leeming  <leeming@lyx.org>