Re: Small patch to keep the paranoid happy

2007-02-04 Thread Bo Peng
On 2/5/07, Angus Leeming <[EMAIL PROTECTED]> wrote: I think that INSTALL.Win32 should state that Microsoft is happy to have msvcp80.dll and msvcr80.dll distributed with the LyX installer. See attached, which I'd recommend be committed. Looks reasonable. Applied. Bo

[rebollo@pc90.iaf.cnrs-gif.fr: Re: Small patch for latin9]

2001-10-04 Thread adrien . rebollo
On Thu, Oct 04, 2001 at 12:23:51PM +0200, Jean-Marc Lasgouttes wrote: > > "adrien" == adrien rebollo <[EMAIL PROTECTED]> writes: > > adrien> Thanks for having it applied. I have noticed there are three > adrien> characters which do not need that protection : degree, > adrien> masculine and fe

Re: Small patch for latin9

2001-09-30 Thread adrien . rebollo
On Thu, Sep 27, 2001 at 11:29:10AM +0200, Jean-Marc Lasgouttes wrote: > > "adrien" == adrien rebollo <[EMAIL PROTECTED]> writes: > > adrien> Hello, Here is a small patch to ensure some math-specific > adrien> characters are treated in latin9 as well as in latin1. > > Indeed. it makes sense.

Re: small patch (perhaps) + questions

2001-03-22 Thread Edwin Leuven
> Fantastic!!! Somebody else using the controllers! Welcome aboard! Glad you liked the brochure. Hope you will like the trip. ;-) Ed.

Re: small patch (perhaps) + questions

2001-03-22 Thread Angus Leeming
> Angus, I hope to have some time soon to help along with this quest to MVCise > the rest of the dialogs. Can you possibly tell the mailing list when you start > working on a dialog so any work doesn't clash ? ;-) Sure. Since last commit FormError is done and FormInclude is being done. This me

Re: small patch (perhaps) + questions

2001-03-22 Thread John Levon
On Thu, 22 Mar 2001, Angus Leeming wrote: > On Thursday 22 March 2001 14:43, Edwin Leuven wrote: > > I will do the following: > > > > 1. > > > > frontends/xforms/FormSpell.[Ch] > > frontends/xforms/form_spell.[Ch] > > frontends/xforms/forms/form_spell.fd > > > > 2. > > > > frontends/controll

Re: small patch (perhaps) + questions

2001-03-22 Thread Juergen Vigna
On 22-Mar-2001 Edwin Leuven wrote: > Do you agree? I do! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Italienallee 13/N Tel/Fax: +39-0471-450260 / +39-0471-450253 I-39100 Bozen Web:

Re: small patch (perhaps) + questions

2001-03-22 Thread Angus Leeming
On Thursday 22 March 2001 14:43, Edwin Leuven wrote: > I will do the following: > > 1. > > frontends/xforms/FormSpell.[Ch] > frontends/xforms/form_spell.[Ch] > frontends/xforms/forms/form_spell.fd > > 2. > > frontends/controllers/ControlSpell.[Ch] > > where the controller uses the present sp

Re: small patch (perhaps) + questions

2001-03-22 Thread Edwin Leuven
> I had a look at the patch! I thought it was a GUII patch but what you did > is just moving some functions around! IMO this is not good it just makes > spellchecker.C more complicated. If you want to remove those functions > from BufferView, then IMO it's better to move them inside a new file > (

RE: small patch (perhaps) + questions

2001-03-22 Thread Juergen Vigna
On 21-Mar-2001 Edwin Leuven wrote: > Hi All, > Hi Edwin! > As a first hesitant step towards cleaning up the spellcheck code (and move it > to frontends) this patch moves some functions out of BufferView into the > spellcheck code. It's perhaps not very pretty but I don't see why we have I

Re: small patch (perhaps) + questions

2001-03-22 Thread Juergen Vigna
On 22-Mar-2001 Edwin Leuven wrote: > Please tell me if these questions are too ignorant and stupid to merit a > reply: No they aren't but I didn't have time yesterday to have a look at your patch. I hopefully have time today and then I'll answer you (as much as I can/and know ;) Jürgen

Re: small patch (perhaps) + questions

2001-03-22 Thread Andre Poenitz
> Please tell me if these questions are too ignorant and stupid to merit a > reply: Not really, I'd just expected other people to take care of it since it is not my ballpark. Anyway: > > As a first hesitant step towards cleaning up the spellcheck code (and move > > it to frontends) this patch m

Re: small patch (perhaps) + questions

2001-03-22 Thread Edwin Leuven
Please tell me if these questions are too ignorant and stupid to merit a reply: > As a first hesitant step towards cleaning up the spellcheck code (and move > it to frontends) this patch moves some functions out of BufferView into the > spellcheck code. It's perhaps not very pretty but I don't s

Re: small patch (perhaps) + questions

2001-03-21 Thread Lars Gullik Bjønnes
Edwin Leuven <[EMAIL PROTECTED]> writes: | I also noticed the new member Last() in LyXParagraph. As far as I can see | Last() is now called where before size() was called. So my question: why add | a new member Last() instead of #ifndef'fing size()? The opposite is true. Last() is beeing remov

RE: Small patch

2001-02-19 Thread Juergen Vigna
On 19-Feb-2001 Angus Leeming wrote: > could someone please apply this patch --- I don't think I have write > permissions to all relevant directories. I'll apply it! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PRO

Re: Small patch for kbsequence.[Ch]

2000-11-15 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | ... under http://mathematik.htwm.de/tmp/kbmap.diff | | It only replaces this home made storages scheme for 'sequence' and | 'modifiers' with std::vector. | | Next step should be replacing this 'if length is negative' hack... I decided to include th

Re: Small patch for kbsequence.[Ch]

2000-11-03 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | > Only one bad: is not a valied type is. | | is this another C/C++ incompatibility ? | | just out of interest No, not anymore in C99 implicit types are disallowed just as in C++. Lgb

Re: Small patch for kbsequence.[Ch]

2000-11-03 Thread John Levon
On 3 Nov 2000, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | ... under http://mathematik.htwm.de/tmp/kbmap.diff > | > | It only replaces this home made storages scheme for 'sequence' and > | 'modifiers' with std::vector. > > I like it a lot. This will be the fi

Re: Small patch for kbsequence.[Ch]

2000-11-03 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | ... under http://mathematik.htwm.de/tmp/kbmap.diff | | It only replaces this home made storages scheme for 'sequence' and | 'modifiers' with std::vector. I like it a lot. This will be the first thing to happen after 1.1.6 is released. Only one bad:

RE: small patch to kde frontend

2000-09-19 Thread Juergen Vigna
On 19-Sep-2000 Angus Leeming wrote: > The small patch attached to this mail enables error and warning free > compilation of the kde frontend using DEC cxx. Patch made against today's > (19Sep) CVS. Applied! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

RE: small patch 2

2000-07-11 Thread Juergen Vigna
On 10-Jul-2000 Angus Leeming wrote: > I reported this DEC cxx warning a few days ago. It seems that the consensus was > that Inset::deleteLyXText should be a const function, but the code hasn't been > updated. If it makes life easier, here is the patch. Could someone > apply it, please. > Thank

Re: small patch

2000-07-10 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | I've just returned from a few days in Andalucia to find masses and masses of | LyX mail in my in tray. Such a busy project! Anyway, having read it all, I note | that Lars says that #pragma definitions should come before #include | s. Only the include t

Re: small patch

2000-06-21 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | "Asger K. Alstrup Nielsen" wrote: | > | > > Here's a small patch to external_templates, which I think will save many | > > trips to the man hole. | > | > Garst, thank you for reading the fig2dev man page for me. | > I would appreciate it if somebod

Re: small patch

2000-06-20 Thread Garst R. Reese
"Asger K. Alstrup Nielsen" wrote: > > > Here's a small patch to external_templates, which I think will save many > > trips to the man hole. > > Garst, thank you for reading the fig2dev man page for me. > I would appreciate it if somebody applied this patch. > > Thanks, > > Asger Your welcome.

Re: small patch

2000-06-20 Thread Juergen Vigna
On 20-Jun-2000 Asger K. Alstrup Nielsen wrote: >> Here's a small patch to external_templates, which I think will save many >> trips to the man hole. > > Garst, thank you for reading the fig2dev man page for me. > I would appreciate it if somebody applied this patch. > Done! Jürgen -._-._

Re: small patch

2000-06-20 Thread Asger K. Alstrup Nielsen
> Here's a small patch to external_templates, which I think will save many > trips to the man hole. Garst, thank you for reading the fig2dev man page for me. I would appreciate it if somebody applied this patch. Thanks, Asger

Re: Small patch

2000-05-12 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> I've taken a look at various documentclasses, and when I looked Dekel> at hollywood.layout, I got annoyed by the fact that the Dekel> Parenthetical layout only draws ( and not ). So I quickly Dekel> created a patch that fixes it (I've

Re: Small patch

2000-05-12 Thread Garst R. Reese
Jean-Marc Lasgouttes wrote: > > > "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: > > Garst> I do hope that the ability to edit labels does not get lost. > > No, but since the patch contains other stuff we are waiting a bit to > apply it. At least this feature should definitely go in.

Re: Small patch

2000-05-12 Thread Jean-Marc Lasgouttes
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: Garst> I do hope that the ability to edit labels does not get lost. No, but since the patch contains other stuff we are waiting a bit to apply it. At least this feature should definitely go in. JMarc

Re: Small patch

2000-05-11 Thread Garst R. Reese
Dekel Tsur wrote: > > I've taken a look at various documentclasses, and when I looked at > hollywood.layout, I got annoyed by the fact that the Parenthetical layout > only draws ( and not ). So I quickly created a patch that fixes it (I've > already done most of the work when I added support for

Re: Small patch

2000-05-11 Thread Garst R. Reese
Dekel Tsur wrote: > > I've taken a look at various documentclasses, and when I looked at > hollywood.layout, I got annoyed by the fact that the Parenthetical layout > only draws ( and not ). So I quickly created a patch that fixes it (I've > already done most of the work when I added support for

Re: small patch

2000-03-30 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: >> | Index: lib/reLyX/Makefile.am | >> === >> | RCS file: >> /usr/local/lyx/cvsroot/lyx-devel/lib/reLyX/Makefile.am,v | >> retrieving revision 1.4 | diff -p -u -r1.4 Makefile

Re: small patch

2000-03-30 Thread Angus Leeming
> | Index: lib/reLyX/Makefile.am > | === > | RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/reLyX/Makefile.am,v > | retrieving revision 1.4 > | diff -p -u -r1.4 Makefile.am > | --- lib/reLyX/Makefile.am 2000/03/27 15:34:41 1.4 >

Re: small patch

2000-03-30 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Index: lib/reLyX/Makefile.am | === | RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/reLyX/Makefile.am,v | retrieving revision 1.4 | diff -p -u -r1.4 Makefile.am | --- lib/reLyX/Makefile.am

Re: Small patch for warning free compiles under egcs-1.1.2

2000-03-01 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> This has been irritating me for ages, so I finally sorted it Angus> out! Results in warning-free compiles with egcs-1.1.2 when the Angus> X header files have no return type defined. You changes seem reasonable, so I'll include the