Re: mini-patch for "make dist"

2003-08-15 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | On Fri, Aug 15, 2003 at 08:55:10AM +0200, Lars Gullik Bjønnes wrote: >> >> MOve the EXTRA_DIST back where it used to be and add the gz files >> explicit to the var. >> >> -- >> Lgb > | Done. A lot better :-) Ok for commit. -- Lgb

Re: mini-patch for "make dist"

2003-08-15 Thread Kayvan A. Sylvan
On Fri, Aug 15, 2003 at 08:55:10AM +0200, Lars Gullik Bjønnes wrote: > > MOve the EXTRA_DIST back where it used to be and add the gz files > explicit to the var. > > -- > Lgb Done. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Lau

Re: mini-patch for "make dist"

2003-08-14 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | This makes "make dist" work again. But it is wrong... with your patch the gz files are only disted if compresson is turned on. MOve the EXTRA_DIST back where it used to be and add the gz files explicit to the var. -- Lgb

mini-patch for "make dist"

2003-08-14 Thread Kayvan A. Sylvan
This makes "make dist" work again. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92) Index: ./src/Makefile.am ==

Re: mini-patch for xfonts

2002-03-20 Thread Kayvan A. Sylvan
On Wed, Mar 20, 2002 at 01:45:14AM -0800, Kayvan A. Sylvan wrote: > I think this is right... No, it's not. ;-) Sorry for the noise. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://s

mini-patch for xfonts

2002-03-20 Thread Kayvan A. Sylvan
I think this is right... -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92) Index: lib/Makefile.am ===

Re: mini-patch for Win32 and GCC-3.X

2002-02-11 Thread Jean-Marc Lasgouttes
>>>>> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> Here is a mini-patch to let lyx compile with gcc-3.x on Win32. Applied. JMarc

mini-patch for Win32 and GCC-3.X

2002-02-10 Thread Kayvan A. Sylvan
Here is a mini-patch to let lyx compile with gcc-3.x on Win32. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregor

mini-patch

2001-10-31 Thread Kayvan A. Sylvan
Hi folks, A mini-patch. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92) Index: lib/M

mini-patch

2001-09-07 Thread Kayvan A. Sylvan
This fixes that symbols isssue: Index: lib/Makefile.am === RCS file: /cvs/lyx/lyx-devel/lib/Makefile.am,v retrieving revision 1.26 diff -u -r1.26 Makefile.am --- Makefile.am 2001/09/02 13:35:30 1.26 +++ Makefile.am 2001/09/07 07:

Re: MVC mini-patch 2

2001-03-02 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Friday 02 March 2001 14:52, Lars Gullik Bjønnes wrote: | > | Index: src/frontends/controllers/ViewBase.h | > | === | > | RCS file: | /usr/local/lyx/cvsroot/lyx-devel/src/frontends/contr

Re: MVC mini-patch 2

2001-03-02 Thread Angus Leeming
On Friday 02 March 2001 14:52, Lars Gullik Bjønnes wrote: > | Index: src/frontends/controllers/ViewBase.h > | === > | RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/Attic/ViewBase.h,v > | retrieving revision 1.1

Re: MVC mini-patch 2

2001-03-02 Thread Angus Leeming
On Friday 02 March 2001 14:46, John Levon wrote: > Well it builds now with mini-patch 1, and the patch below. > > There are some minor problems with the BC for FormCitation but this > is expected still right Angus ? > > I haven't checked the KDE frontend, but that

Re: MVC mini-patch 2

2001-03-02 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Well it builds now with mini-patch 1, and the patch below. | | There are some minor problems with the BC for FormCitation but this | is expected still right Angus ? | | I haven't checked the KDE frontend, but that's not important anyway

MVC mini-patch 2

2001-03-02 Thread John Levon
Well it builds now with mini-patch 1, and the patch below. There are some minor problems with the BC for FormCitation but this is expected still right Angus ? I haven't checked the KDE frontend, but that's not important anyway looks good ! thanks john Index: src/frontends/c

MVC mini-patch

2001-03-02 Thread John Levon
I needed this patch to compile MVC (actually it's not finished yet, but it's finished frontends/) Index: src/frontends/controllers/ControlConnections.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/Attic

Re: Next mathed mini-patch

2001-02-12 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > Why not change the prototype for maxsize at the same time? | | Unless you'd let me define MathedArray::size_type as int (which I really | do not want either) this would mean a lot of changes in calling code that | is not cleaned up yet. Ok, I'll le

Re: Next mathed mini-patch

2001-02-12 Thread Andre Poenitz
> Why not change the prototype for maxsize at the same time? Unless you'd let me define MathedArray::size_type as int (which I really do not want either) this would mean a lot of changes in calling code that is not cleaned up yet. > | + void need_size(int needed); > > Can't this be private?

Re: Next mathed mini-patch

2001-02-12 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > I am trying to move more low-level functionality from math_iter to array. | | Uh... and before anybody complains or tries to interfere _now_: Positions | in the array of course will be 'size_type' and not 'int' _in the end_. But | I'd like to keep t

Re: Next mathed mini-patch

2001-02-12 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | I am trying to move more low-level functionality from math_iter to array. | In the end it should be possible to get rid of last_ as well and use | standard std::vector semantics (allocated to capacity(), filled to size()) | entirely. Good, that is my p

Re: Next mathed mini-patch

2001-02-12 Thread Andre Poenitz
> I am trying to move more low-level functionality from math_iter to array. Uh... and before anybody complains or tries to interfere _now_: Positions in the array of course will be 'size_type' and not 'int' _in the end_. But I'd like to keep them as 'int' for a while since (a) that's the way it

Next mathed mini-patch

2001-02-12 Thread Andre Poenitz
I am trying to move more low-level functionality from math_iter to array. In the end it should be possible to get rid of last_ as well and use standard std::vector semantics (allocated to capacity(), filled to size()) entirely. Anybody noticed we've closed a memory leak already? ;-} Andre' --

Re: Mini-patch for mathed

2001-02-09 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> A really tiny patch: http://mathematik.htwm.de/tmp/mathed4.diff Andre> The function prototypes are not used anymore. Applied. Note that having preexisting ChangeLog entries in patches would make my life slightly easier (for next

Mini-patch for mathed

2001-02-09 Thread Andre Poenitz
A really tiny patch: http://mathematik.htwm.de/tmp/mathed4.diff The function prototypes are not used anymore. Andre' -- André Pönitz [EMAIL PROTECTED]