Re: [patch] Getting rid of Pseudo functions.

2003-09-16 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | I think it will make us happy (because cleaner code) but I am not sure | it will buy us much else. So it depends on how you prefer to spend | your time ;) It will prepare for further dispatch work. So I'll continue on this then. -- Lgb

Re: [patch] Getting rid of Pseudo functions.

2003-09-16 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Pseudo functions has irritated me for a long, long time, so I Lars> thought I should see how easy it would be to get rid of them. My Lars> thought was that it would be easier now, since we have this Lars> FuncRequest thingie. Y

Re: [patch] Getting rid of Pseudo functions.

2003-09-10 Thread Andre Poenitz
On Wed, Sep 10, 2003 at 08:10:20PM +0200, Lars Gullik Bjønnes wrote: > Pseudo functions has irritated me for a long, long time, so I thought > I should see how easy it would be to get rid of them. My thought was > that it would be easier now, since we have this FuncRequest thingie. > > Enclosed is

Re: [patch] Getting rid of Pseudo functions.

2003-09-10 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > Enclosed is a patch that gets rid of the peudo stuff, but it is not > really functional, but shows what kind of changes that will be needed. > > Espesially work on the toolbar and the Menubar is needed. (that is the > non-functional bits.) > > So if others think this

[patch] Getting rid of Pseudo functions.

2003-09-10 Thread Lars Gullik Bjønnes
Pseudo functions has irritated me for a long, long time, so I thought I should see how easy it would be to get rid of them. My thought was that it would be easier now, since we have this FuncRequest thingie. Enclosed is a patch that gets rid of the peudo stuff, but it is not really functional, but